From 70ed00b66da1afc37d7b4e503acf3b574dff79ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Oct 2024 07:47:06 +0000 Subject: [PATCH 01/61] Bump com.azure:azure-identity from 1.13.3 to 1.14.0 in /prime-router Bumps [com.azure:azure-identity](https://github.com/Azure/azure-sdk-for-java) from 1.13.3 to 1.14.0. - [Release notes](https://github.com/Azure/azure-sdk-for-java/releases) - [Commits](https://github.com/Azure/azure-sdk-for-java/compare/azure-identity_1.13.3...azure-core_1.14.0) --- updated-dependencies: - dependency-name: com.azure:azure-identity dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- prime-router/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prime-router/build.gradle.kts b/prime-router/build.gradle.kts index 5705ce5bd18..aca7fdfabb8 100644 --- a/prime-router/build.gradle.kts +++ b/prime-router/build.gradle.kts @@ -871,7 +871,7 @@ dependencies { exclude(group = "com.azure", module = "azure-core") exclude(group = "com.azure", module = "azure-core-http-netty") } - implementation("com.azure:azure-identity:1.13.3") { + implementation("com.azure:azure-identity:1.14.0") { exclude(group = "com.azure", module = "azure-core") exclude(group = "com.azure", module = "azure-core-http-netty") } From df0bcf53ca4630c43f70f36ba488cf5ca122f25b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Oct 2024 08:01:05 +0000 Subject: [PATCH 02/61] Bump io.mockk:mockk from 1.13.12 to 1.13.13 in /prime-router Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.13.12 to 1.13.13. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.13.12...1.13.13) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- prime-router/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prime-router/build.gradle.kts b/prime-router/build.gradle.kts index c8dcd983c41..715deed6035 100644 --- a/prime-router/build.gradle.kts +++ b/prime-router/build.gradle.kts @@ -987,7 +987,7 @@ dependencies { runtimeOnly("io.jsonwebtoken:jjwt-jackson:0.11.5") testImplementation(kotlin("test-junit5")) - testImplementation("io.mockk:mockk:1.13.12") + testImplementation("io.mockk:mockk:1.13.13") testImplementation("io.ktor:ktor-client-mock:$ktorVersion") implementation(project(":shared")) From cf311bb86e477d9077285bc09c8cd79eae082171 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Oct 2024 08:43:04 +0000 Subject: [PATCH 03/61] Bump com.nimbusds:oauth2-oidc-sdk from 11.19.1 to 11.20.1 in /auth Bumps [com.nimbusds:oauth2-oidc-sdk](https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions) from 11.19.1 to 11.20.1. - [Changelog](https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions/src/master/CHANGELOG.txt) - [Commits](https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions/branches/compare/11.20.1..11.19.1) --- updated-dependencies: - dependency-name: com.nimbusds:oauth2-oidc-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- auth/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/build.gradle.kts b/auth/build.gradle.kts index 9a8b9d8a923..4c7f86fae99 100644 --- a/auth/build.gradle.kts +++ b/auth/build.gradle.kts @@ -24,7 +24,7 @@ dependencies { implementation("org.springframework.cloud:spring-cloud-gateway-webflux") implementation("org.springframework.boot:spring-boot-starter-oauth2-resource-server") - runtimeOnly("com.nimbusds:oauth2-oidc-sdk:11.19.1") + runtimeOnly("com.nimbusds:oauth2-oidc-sdk:11.20.1") testImplementation("org.springframework.boot:spring-boot-starter-test") testImplementation("org.springframework.security:spring-security-test") From 93a263c3655b5d3da65c168b90cdc36bc2dae7c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Oct 2024 08:43:57 +0000 Subject: [PATCH 04/61] Bump plugin.spring from 2.0.0 to 2.0.21 in /auth Bumps [plugin.spring](https://github.com/JetBrains/kotlin) from 2.0.0 to 2.0.21. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.21/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.0.0...v2.0.21) --- updated-dependencies: - dependency-name: plugin.spring dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- auth/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/build.gradle.kts b/auth/build.gradle.kts index 9a8b9d8a923..174d2e3b0e2 100644 --- a/auth/build.gradle.kts +++ b/auth/build.gradle.kts @@ -4,7 +4,7 @@ plugins { id("org.springframework.boot") version "3.3.4" id("io.spring.dependency-management") version "1.1.6" id("reportstream.project-conventions") - kotlin("plugin.spring") version "2.0.0" + kotlin("plugin.spring") version "2.0.21" } group = "gov.cdc.prime" From 403ae3895ad02825e5a187ccb68218403fd55e50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Oct 2024 08:44:13 +0000 Subject: [PATCH 05/61] Bump com.azure.spring:spring-cloud-azure-dependencies in /auth Bumps [com.azure.spring:spring-cloud-azure-dependencies](https://github.com/Azure/azure-sdk-for-java) from 5.16.0 to 5.17.1. - [Release notes](https://github.com/Azure/azure-sdk-for-java/releases) - [Commits](https://github.com/Azure/azure-sdk-for-java/compare/spring-cloud-azure_5.16.0...spring-cloud-azure_5.17.1) --- updated-dependencies: - dependency-name: com.azure.spring:spring-cloud-azure-dependencies dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- auth/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/build.gradle.kts b/auth/build.gradle.kts index 9a8b9d8a923..54572381d8a 100644 --- a/auth/build.gradle.kts +++ b/auth/build.gradle.kts @@ -45,7 +45,7 @@ configurations.all { dependencyManagement { imports { - mavenBom("com.azure.spring:spring-cloud-azure-dependencies:5.16.0") + mavenBom("com.azure.spring:spring-cloud-azure-dependencies:5.17.1") mavenBom("org.springframework.cloud:spring-cloud-dependencies:2023.0.3") } } From 905b9044fbd59f76572c4503ffb7a8a4932e4482 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Oct 2024 08:47:13 +0000 Subject: [PATCH 06/61] Bump plugin.spring from 2.0.20 to 2.0.21 in /submissions Bumps [plugin.spring](https://github.com/JetBrains/kotlin) from 2.0.20 to 2.0.21. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.21/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.0.20...v2.0.21) --- updated-dependencies: - dependency-name: plugin.spring dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- submissions/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submissions/build.gradle.kts b/submissions/build.gradle.kts index 8c96e222de5..f31054a0d09 100644 --- a/submissions/build.gradle.kts +++ b/submissions/build.gradle.kts @@ -4,7 +4,7 @@ plugins { id("org.springframework.boot") version "3.3.4" id("io.spring.dependency-management") version "1.1.6" id("reportstream.project-conventions") - kotlin("plugin.spring") version "2.0.20" + kotlin("plugin.spring") version "2.0.21" } group = "gov.cdc.prime" From d2b3376dd5b412a196eadb073482fd9b806e963a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 20 Oct 2024 07:53:48 +0000 Subject: [PATCH 07/61] Bump com.avast.gradle.docker-compose in /prime-router Bumps [com.avast.gradle.docker-compose](https://github.com/avast/gradle-docker-compose-plugin) from 0.17.8 to 0.17.10. - [Release notes](https://github.com/avast/gradle-docker-compose-plugin/releases) - [Commits](https://github.com/avast/gradle-docker-compose-plugin/compare/0.17.8...0.17.10) --- updated-dependencies: - dependency-name: com.avast.gradle.docker-compose dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- prime-router/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prime-router/build.gradle.kts b/prime-router/build.gradle.kts index c8dcd983c41..81c269e3323 100644 --- a/prime-router/build.gradle.kts +++ b/prime-router/build.gradle.kts @@ -42,7 +42,7 @@ plugins { id("com.adarshr.test-logger") version "4.0.0" id("jacoco") id("org.jetbrains.dokka") version "1.8.20" - id("com.avast.gradle.docker-compose") version "0.17.8" + id("com.avast.gradle.docker-compose") version "0.17.10" id("org.jetbrains.kotlin.plugin.serialization") version "$kotlinVersion" id("com.nocwriter.runsql") version ("1.0.3") id("io.swagger.core.v3.swagger-gradle-plugin") version "2.2.23" From 6f3afbe543bc73a8004f6d049c1e33b69207e4be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 20 Oct 2024 07:54:11 +0000 Subject: [PATCH 08/61] Bump com.azure:azure-security-keyvault-secrets in /prime-router Bumps [com.azure:azure-security-keyvault-secrets](https://github.com/Azure/azure-sdk-for-java) from 4.8.7 to 4.9.0. - [Release notes](https://github.com/Azure/azure-sdk-for-java/releases) - [Commits](https://github.com/Azure/azure-sdk-for-java/compare/azure-security-keyvault-keys_4.8.7...azure-cosmos_4.9.0) --- updated-dependencies: - dependency-name: com.azure:azure-security-keyvault-secrets dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- prime-router/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prime-router/build.gradle.kts b/prime-router/build.gradle.kts index c8dcd983c41..aeb2bd8119f 100644 --- a/prime-router/build.gradle.kts +++ b/prime-router/build.gradle.kts @@ -867,7 +867,7 @@ dependencies { implementation("com.azure:azure-storage-queue:12.22.0") { exclude(group = "com.azure", module = "azure-core") } - implementation("com.azure:azure-security-keyvault-secrets:4.8.7") { + implementation("com.azure:azure-security-keyvault-secrets:4.9.0") { exclude(group = "com.azure", module = "azure-core") exclude(group = "com.azure", module = "azure-core-http-netty") } From 5aa3bab8f3682b943e8a865cda215944af16efe7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 14:50:29 +0000 Subject: [PATCH 09/61] Bump org.commonmark:commonmark from 0.23.0 to 0.24.0 in /prime-router Bumps [org.commonmark:commonmark](https://github.com/commonmark/commonmark-java) from 0.23.0 to 0.24.0. - [Release notes](https://github.com/commonmark/commonmark-java/releases) - [Changelog](https://github.com/commonmark/commonmark-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/commonmark/commonmark-java/compare/commonmark-parent-0.23.0...commonmark-parent-0.24.0) --- updated-dependencies: - dependency-name: org.commonmark:commonmark dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- prime-router/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prime-router/build.gradle.kts b/prime-router/build.gradle.kts index 267caf5989d..cc1d3fc8dd3 100644 --- a/prime-router/build.gradle.kts +++ b/prime-router/build.gradle.kts @@ -926,7 +926,7 @@ dependencies { implementation("com.zaxxer:HikariCP:6.0.0") implementation("org.flywaydb:flyway-core:10.18.2") implementation("org.flywaydb:flyway-database-postgresql:10.18.2") - implementation("org.commonmark:commonmark:0.23.0") + implementation("org.commonmark:commonmark:0.24.0") implementation("com.google.guava:guava:33.3.1-jre") implementation("com.helger.as2:as2-lib:5.1.2") implementation("org.bouncycastle:bcprov-jdk15to18:1.78.1") From c74b7a871c09e3f1a771eee22a8a46ee0d1adac2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 14:50:35 +0000 Subject: [PATCH 10/61] Bump org.springframework.security:spring-security-oauth2-jose Bumps [org.springframework.security:spring-security-oauth2-jose](https://github.com/spring-projects/spring-security) from 6.3.3 to 6.3.4. - [Release notes](https://github.com/spring-projects/spring-security/releases) - [Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc) - [Commits](https://github.com/spring-projects/spring-security/compare/6.3.3...6.3.4) --- updated-dependencies: - dependency-name: org.springframework.security:spring-security-oauth2-jose dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- submissions/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submissions/build.gradle.kts b/submissions/build.gradle.kts index 8c96e222de5..b246c65b133 100644 --- a/submissions/build.gradle.kts +++ b/submissions/build.gradle.kts @@ -16,7 +16,7 @@ dependencies { implementation("org.springframework.boot:spring-boot-starter-web") implementation("org.springframework.boot:spring-boot-starter-security") implementation("org.springframework.boot:spring-boot-starter-oauth2-resource-server") - implementation("org.springframework.security:spring-security-oauth2-jose:6.3.3") + implementation("org.springframework.security:spring-security-oauth2-jose:6.3.4") implementation("com.azure.spring:spring-cloud-azure-starter-storage") implementation("com.microsoft.azure:applicationinsights-runtime-attach:3.5.4") From e560ca898bbb29d7cb3929bd214c6bcfaf5923a3 Mon Sep 17 00:00:00 2001 From: Josh Fisk Date: Mon, 7 Oct 2024 17:54:48 -0700 Subject: [PATCH 11/61] Update OML mappings (#15910) * Update OML FHIR -> HL7 Mappings * Update OML HL7 -> FHIR mappings * Add OML mapping integration tests * Removing unused FHIR -> HL7 mappings * Adding OML to CWE/CE override * Adjusting existing tests * Adding tests for new misc mappings * Update existing OML integration tests * Fixing integration tests after rebase * expected oru changes * Specimen.collection conditional update * Updating formatting for cleaner diff * Missed e2e test updates * PRT <-> Device mappings will be taken care of in the next PR * Changed line endings from CRLF to LF * Removing OML use of HL7v2Name url --- .../HL7/catchall/hl7/message/OML_O21.yml | 68 +- .../HL7/catchall/hl7/message/ORU_R01.yml | 4 +- .../hl7/segments/ORC/ServiceRequest.yml | 21 + .../catchall/hl7/segments/ORC/Specimen.yml | 30 +- .../HL7/catchall/hl7/segments/PID/Patient.yml | 12 +- .../main/kotlin/fhirengine/utils/HL7Reader.kt | 8 + .../hl7_mapping/OML_O21/OML_O21-base.yml | 72 +- .../hl7_mapping/OML_O21/OML_O21-test.yml | 8 + .../observation-request-base.yml | 15 + .../observation-request.yml | 14 + .../observation/observation.yml | 22 + .../observation-request/specimen/specimen.yml | 15 + .../OML_O21/base/order/order-base.yml | 12 + .../OML_O21/base/patient/patient-base.yml | 12 + .../OML_O21/base/patient/patient-visit.yml | 16 + .../OML_O21/base/patient/patient.yml | 28 + .../service-request-order-observation.yml | 12 - .../OML_O21/base/service-request-order.yml | 42 - .../hl7_mapping/OML_O21/deprecated.md | 6 - .../hl7_mapping/ORU_R01/ORU_R01-base.yml | 7 +- .../order-observation/order-observation.yml | 10 +- .../hl7_mapping/ORU_R01/deprecated.md | 6 - .../common/datatype/ei-entity-identifier.yml | 22 - .../common/datatype/sn-structured-numeric.yml | 25 - .../common/datatype/xad-extended-address.yml | 2 +- .../common/datatype/xon-organization.yml | 42 - .../common/observation-request.yml | 51 - .../hl7_mapping/common/observation-result.yml | 259 -- .../metadata/hl7_mapping/common/specimen.yml | 147 - .../resources/DiagnosticReport/OBR.yml | 3 - .../resources/Observation/OBXValue.yml | 2 - .../resources/ServiceRequest/OBR.yml | 18 +- .../resources/ServiceRequest/ORC.yml | 3 - .../common/UniversalPipelineTestUtils.kt | 10 +- .../Expected_HL7_to_FHIR_FULLELR.fhir | 240 +- .../Expected_HL7_to_FHIR_MARSOTC.fhir | 13 +- .../catchall/omlo21/OMLO21Full.kt | 17 + ...BRToServiceRequestDiagnosticReportTests.kt | 19 +- .../FHIR_to_HL7/sample_OML_20230831-0001.fhir | 2336 +++++++------- .../HL7_to_FHIR/sample_oml_20240319-001.fhir | 2476 ++++++++++----- .../HL7_to_FHIR/sample_oml_20240319-001.hl7 | 2 +- .../ei/EI-to-Identifier-Extension.fhir | 11 +- .../NK1-to-RelatedPerson-with-repeats.fhir | 23 + .../catchall/nk1/NK1-to-RelatedPerson.fhir | 23 + .../catchall/omlo21/oml_o21-full.fhir | 2735 +++++++++++++++++ .../catchall/omlo21/oml_o21-full.hl7 | 11 + ...erequest_diagnosticreport-OML-message.fhir | 228 ++ ...cerequest_diagnosticreport-OML-message.hl7 | 6 + ...equest_diagnosticreport-obr-populated.fhir | 236 +- ...est_diagnosticreport-obr25-not-mapped.fhir | 11 +- ...sticreport-obr25-obrext-not-populated.fhir | 11 +- ...servicerequest_diagnosticreport-obr25.fhir | 11 +- ...t_diagnosticreport-obr8-not-populated.fhir | 15 +- ...st_diagnosticreport-obr8-not-populated.hl7 | 2 +- ...quest_diagnosticreport-obr8-populated.fhir | 192 ++ ...equest_diagnosticreport-obr8-populated.hl7 | 3 + ...st_diagnosticreport-orc-obr-populated.fhir | 236 +- .../catchall/orur01/oru_r01-full.fhir | 46 +- ...-practitioner-dns-assigning-authority.fhir | 175 ++ ...-iso-assigning-authority-no-namespace.fhir | 147 + ...uuid-assigning-authority-no-namespace.fhir | 147 + ...practitioner-uuid-assigning-authority.fhir | 148 + ...tioner-xcn17-populated-xcn19-20-empty.fhir | 176 ++ ...tioner-xcn19-20-populated-xcn17-empty.fhir | 175 ++ 64 files changed, 8200 insertions(+), 2695 deletions(-) create mode 100644 prime-router/src/main/resources/metadata/hl7_mapping/OML_O21/OML_O21-test.yml create mode 100644 prime-router/src/main/resources/metadata/hl7_mapping/OML_O21/base/order/observation-request/observation-request-base.yml create mode 100644 prime-router/src/main/resources/metadata/hl7_mapping/OML_O21/base/order/observation-request/observation-request.yml create mode 100644 prime-router/src/main/resources/metadata/hl7_mapping/OML_O21/base/order/observation-request/observation/observation.yml create mode 100644 prime-router/src/main/resources/metadata/hl7_mapping/OML_O21/base/order/observation-request/specimen/specimen.yml create mode 100644 prime-router/src/main/resources/metadata/hl7_mapping/OML_O21/base/order/order-base.yml create mode 100644 prime-router/src/main/resources/metadata/hl7_mapping/OML_O21/base/patient/patient-base.yml create mode 100644 prime-router/src/main/resources/metadata/hl7_mapping/OML_O21/base/patient/patient-visit.yml create mode 100644 prime-router/src/main/resources/metadata/hl7_mapping/OML_O21/base/patient/patient.yml delete mode 100644 prime-router/src/main/resources/metadata/hl7_mapping/OML_O21/base/service-request-order-observation.yml delete mode 100644 prime-router/src/main/resources/metadata/hl7_mapping/OML_O21/base/service-request-order.yml delete mode 100644 prime-router/src/main/resources/metadata/hl7_mapping/OML_O21/deprecated.md delete mode 100644 prime-router/src/main/resources/metadata/hl7_mapping/ORU_R01/deprecated.md delete mode 100644 prime-router/src/main/resources/metadata/hl7_mapping/common/datatype/ei-entity-identifier.yml delete mode 100644 prime-router/src/main/resources/metadata/hl7_mapping/common/datatype/sn-structured-numeric.yml delete mode 100644 prime-router/src/main/resources/metadata/hl7_mapping/common/datatype/xon-organization.yml delete mode 100644 prime-router/src/main/resources/metadata/hl7_mapping/common/observation-request.yml delete mode 100644 prime-router/src/main/resources/metadata/hl7_mapping/common/observation-result.yml delete mode 100644 prime-router/src/main/resources/metadata/hl7_mapping/common/specimen.yml create mode 100644 prime-router/src/testIntegration/kotlin/datatests/mappinginventory/catchall/omlo21/OMLO21Full.kt create mode 100644 prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/omlo21/oml_o21-full.fhir create mode 100644 prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/omlo21/oml_o21-full.hl7 create mode 100644 prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/orc_obr-to-servicerequest_diagnosticreport-OML-message.fhir create mode 100644 prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/orc_obr-to-servicerequest_diagnosticreport-OML-message.hl7 create mode 100644 prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/orc_obr-to-servicerequest_diagnosticreport-obr8-populated.fhir create mode 100644 prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/orc_obr-to-servicerequest_diagnosticreport-obr8-populated.hl7 diff --git a/prime-router/metadata/HL7/catchall/hl7/message/OML_O21.yml b/prime-router/metadata/HL7/catchall/hl7/message/OML_O21.yml index 7e5b303b697..367e43669a8 100644 --- a/prime-router/metadata/HL7/catchall/hl7/message/OML_O21.yml +++ b/prime-router/metadata/HL7/catchall/hl7/message/OML_O21.yml @@ -8,27 +8,48 @@ resources: repeats: false isReferenced: false + - resourceName: Provenance + segment: MSH + resourcePath: segments/MSH/Provenance-Source + + - resourceName: Provenance + segment: MSH + resourcePath: segments/MSH/Provenance-Transformation + - resourceName: Patient segment: .PID group: PATIENT resourcePath: segments/PID/Patient isReferenced: true repeats: false + additionalSegments: + - .PD1 + - MSH + - .NTE + - .NK1 - - resourceName: ServiceRequest - segment: .ORC - group: ORDER - resourcePath: segments/ORC/ServiceRequest + - resourceName: Provenance + segment: .PID + group: PATIENT + resourcePath: segments/PID/Provenance-Patient + + - resourceName: RelatedPerson + segment: .NK1 + group: PATIENT + resourcePath: segments/NK1/RelatedPerson + isReferenced: false repeats: true + + - resourceName: Encounter + segment: .PV1 + group: PATIENT.PATIENT_VISIT + resourcePath: segments/PV1/Encounter isReferenced: true additionalSegments: - - .OBSERVATION_REQUEST.OBR - - .OBSERVATION_REQUEST.NTE - - PATIENT.PATIENT_VISIT.PV1 + - .PV2 - MSH - - PATIENT.PID - - resourceName: Observation + - resourceName: OMLObservation segment: .OBSERVATION_REQUEST.OBSERVATION.OBX group: ORDER resourcePath: segments/OBX/Observation @@ -40,11 +61,32 @@ resources: - .OBSERVATION_REQUEST.OBSERVATION.NTE - MSH - - resourceName: Specimen - segment: SPECIMEN.SPM - group: ORDER.OBSERVATION_REQUEST + - resourceName: OMLSpecimenSource + segment: .OBSERVATION_REQUEST.OBR + group: ORDER + resourcePath: segments/ORC/Specimen + isReferenced: true + repeats: true + + - resourceName: OMLSpecimen + segment: .OBSERVATION_REQUEST.SPECIMEN.SPM + group: ORDER resourcePath: segments/SPM/Specimen repeats: true isReferenced: true additionalSegments: - - MSH \ No newline at end of file + - MSH + + - resourceName: ServiceRequest + segment: .ORC + group: ORDER + resourcePath: segments/ORC/ServiceRequest + repeats: true + isReferenced: true + additionalSegments: + - .OBSERVATION_REQUEST.OBR + - .OBSERVATION_REQUEST.NTE + - PATIENT.PATIENT_VISIT.PV1 + - MSH + - PATIENT.PID + - .OBSERVATION_REQUEST.OBSERVATION.OBX \ No newline at end of file diff --git a/prime-router/metadata/HL7/catchall/hl7/message/ORU_R01.yml b/prime-router/metadata/HL7/catchall/hl7/message/ORU_R01.yml index 8fefc94aec4..70d1b4b86d1 100644 --- a/prime-router/metadata/HL7/catchall/hl7/message/ORU_R01.yml +++ b/prime-router/metadata/HL7/catchall/hl7/message/ORU_R01.yml @@ -28,8 +28,8 @@ resources: - .NK1 - resourceName: Provenance - group: PATIENT_RESULT.PATIENT segment: .PID + group: PATIENT_RESULT.PATIENT resourcePath: segments/PID/Provenance-Patient - resourceName: RelatedPerson @@ -45,7 +45,7 @@ resources: resourcePath: segments/PV1/Encounter isReferenced: true additionalSegments: - - .PATIENT.VISIT.PV2 + - .VISIT.PV2 - MSH - resourceName: Observation diff --git a/prime-router/metadata/HL7/catchall/hl7/segments/ORC/ServiceRequest.yml b/prime-router/metadata/HL7/catchall/hl7/segments/ORC/ServiceRequest.yml index a914e822208..b117581e184 100644 --- a/prime-router/metadata/HL7/catchall/hl7/segments/ORC/ServiceRequest.yml +++ b/prime-router/metadata/HL7/catchall/hl7/segments/ORC/ServiceRequest.yml @@ -348,6 +348,27 @@ subject: expressionType: resource specs: $Patient +specimen: + generateList: true + expressionType: nested + expressions: + - valueOf: datatype/Reference + generateList: true + expressionType: resource + specs: $OMLSpecimen + useGroup: true + - valueOf: datatype/Reference + expressionType: resource + specs: $OMLSpecimenSource + useGroup: true + +supportingInfo: + generateList: true + valueOf: datatype/Reference + expressionType: resource + specs: $OMLObservation + useGroup: true + note: valueOf: segments/NTE/Annotation expressionType: resource diff --git a/prime-router/metadata/HL7/catchall/hl7/segments/ORC/Specimen.yml b/prime-router/metadata/HL7/catchall/hl7/segments/ORC/Specimen.yml index b3135cde3a6..b43c8db1440 100644 --- a/prime-router/metadata/HL7/catchall/hl7/segments/ORC/Specimen.yml +++ b/prime-router/metadata/HL7/catchall/hl7/segments/ORC/Specimen.yml @@ -29,9 +29,15 @@ container: expressionType: HL7Spec collection: - condition: $spm7 NOT_NULL + condition: $obr7 NOT_NULL || $obr8 NOT_NULL || $obr9 NOT_NULL || $obr10 NOT_NULL || $obr15 NOT_NULL expressionType: nested generateList: true + vars: + obr7: OBR.7 + obr8: OBR.8 + obr9: OBR.9 + obr10: OBR.10 + obr15: OBR.15 expressionsMap: bodySite: valueOf: datatypes/CWE/CodeableConcept @@ -62,6 +68,24 @@ collection: type: STRING valueOf: "GeneralUtils.dateTimeWithZoneId(dateTimeIn,ZONEID)" expressionType: JEXL + _collectedDateTime: + condition: $dateTimeIn NOT_NULL && $end NULL + expressionType: nested + vars: + dateTimeIn: OBR.7 + end: OBR.8 + expressionsMap: + extension_1: + generateList: true + expressionType: nested + expressionsMap: + url: + type: SYSTEM_URL + value: hl7v2-date-time + valueString: + type: STRING + valueOf: $dateTimeIn + expressionType: HL7Spec collector: condition: $obr10 NOT_NULL vars: @@ -87,10 +111,10 @@ note_specimen-source: expressionsMap: url: type: SYSTEM_URL - value: hl7v2Name + value: hl7v2Component valueString: type: STRING - valueOf: specimen-source + valueOf: OBR.15.3 note_collectors-comment: condition: $obr39 NOT_NULL diff --git a/prime-router/metadata/HL7/catchall/hl7/segments/PID/Patient.yml b/prime-router/metadata/HL7/catchall/hl7/segments/PID/Patient.yml index f11717e35c6..3dc555ef779 100644 --- a/prime-router/metadata/HL7/catchall/hl7/segments/PID/Patient.yml +++ b/prime-router/metadata/HL7/catchall/hl7/segments/PID/Patient.yml @@ -91,9 +91,15 @@ contact: vars: nk141: STRING, NK1.41 relationship: - valueOf: datatypes/CWE/CodeableConcept - expressionType: resource - specs: NK1.7 + generateList: true + expressionType: nested + expressions: + - valueOf: datatypes/CWE/CodeableConcept + expressionType: resource + specs: NK1.3 + - valueOf: datatypes/CWE/CodeableConcept + expressionType: resource + specs: NK1.7 period: vars: startDate: NK1.8 diff --git a/prime-router/src/main/kotlin/fhirengine/utils/HL7Reader.kt b/prime-router/src/main/kotlin/fhirengine/utils/HL7Reader.kt index 95a9244fa21..bc4b8c4fea2 100644 --- a/prime-router/src/main/kotlin/fhirengine/utils/HL7Reader.kt +++ b/prime-router/src/main/kotlin/fhirengine/utils/HL7Reader.kt @@ -24,6 +24,7 @@ import java.util.Date import ca.uhn.hl7v2.model.v251.message.OML_O21 as v251_OML_O21 import ca.uhn.hl7v2.model.v251.message.ORU_R01 as v251_ORU_R01 import ca.uhn.hl7v2.model.v251.segment.MSH as v251_MSH +import ca.uhn.hl7v2.model.v27.message.OML_O21 as v27_OML_O21 import ca.uhn.hl7v2.model.v27.message.ORU_R01 as v27_ORU_R01 import ca.uhn.hl7v2.model.v27.segment.MSH as v27_MSH import fhirengine.translation.hl7.structures.nistelr251.message.ORU_R01 as NIST_ELR_ORU_R01 @@ -141,6 +142,7 @@ class HL7Reader(private val actionLogger: ActionLogger) : Logging { } "OML" -> { return listOf( + v27_OML_O21::class.java, v251_OML_O21::class.java ) } @@ -301,6 +303,12 @@ class HL7Reader(private val actionLogger: ActionLogger) : Logging { ValidationContextFactory.noValidation(), ReportStreamCanonicalModelClassFactory(ORU_R01::class.java), ) + } else if (hl7MessageType?.msh93 == "OML_O21") { + DefaultHapiContext( + ParserConfiguration(), + ValidationContextFactory.noValidation(), + ReportStreamCanonicalModelClassFactory(v27_OML_O21::class.java), + ) } else { DefaultHapiContext(ValidationContextFactory.noValidation()) } diff --git a/prime-router/src/main/resources/metadata/hl7_mapping/OML_O21/OML_O21-base.yml b/prime-router/src/main/resources/metadata/hl7_mapping/OML_O21/OML_O21-base.yml index d59be416ead..408334e10f3 100644 --- a/prime-router/src/main/resources/metadata/hl7_mapping/OML_O21/OML_O21-base.yml +++ b/prime-router/src/main/resources/metadata/hl7_mapping/OML_O21/OML_O21-base.yml @@ -1,9 +1,11 @@ # $schema: ./../../../../../../metadata/json_schema/fhir/fhir-to-hl7-mapping.json -hl7Class: ca.uhn.hl7v2.model.v251.message.OML_O21 +hl7Class: ca.uhn.hl7v2.model.v27.message.OML_O21 + constants: # Prefix for RS custom extension URLs rsext: '"https://reportstream.cdc.gov/fhir/StructureDefinition/"' + elements: - name: message-headers condition: > @@ -15,63 +17,25 @@ elements: schema: classpath:/metadata/hl7_mapping/resources/MessageHeader/MSH.yml - name: software-segment - condition: 'Bundle.entry.resource.ofType(MessageHeader).exists()' + resource: 'Bundle.entry.resource.ofType(Provenance).where(entity.exists()).entity.what.resolve()' + schema: classpath:/metadata/hl7_mapping/resources/Device/SFT.yml + + - name: software-segment-legacy + condition: > + Bundle.entry.resource.ofType(MessageHeader).exists() and + (Bundle.entry.resource.ofType(MessageHeader).source.extension(%`rsext-software-vendor-org`).exists() or + Bundle.entry.resource.ofType(Provenance).exists().not()) resource: 'Bundle.entry.resource.ofType(MessageHeader)' schema: classpath:/metadata/hl7_mapping/resources/MessageHeader/SFT.yml - - name: patient-information - resource: 'Bundle.entry.resource.ofType(Patient)' - condition: '%resource.count() = 1' - required: true - constants: - hl7SegmentGroup: '/PATIENT' - schema: classpath:/metadata/hl7_mapping/common/patient.yml - - - name: patient-contact - resource: 'Bundle.entry.resource.ofType(Patient).contact' - condition: '%resource.exists()' - constants: - hl7SegmentGroup: '/PATIENT' - schema: classpath:/metadata/hl7_mapping/common/patient-contact.yml - - - name: patient-visit - resource: 'Bundle.entry.resource.ofType(Encounter)' + - name: patient-base condition: '%resource.count() = 1' - constants: - hl7SegmentGroup: '/PATIENT/PATIENT_VISIT' - schema: classpath:/metadata/hl7_mapping/common/patient-visit.yml - - - name: order - resource: Bundle.entry.resource.ofType(ServiceRequest) - condition: '%resource.count() > 0' - required: true - schema: classpath:/metadata/hl7_mapping/OML_O21/base/service-request-order.yml - constants: - hl7SegmentGroup: '/ORDER' + resource: 'Bundle.entry.resource.ofType(Patient)' + resourceIndex: patientIndex + schema: classpath:/metadata/hl7_mapping/OML_O21/base/patient/patient-base.yml - - name: order-observation-request - resource: Bundle.entry.resource.ofType(ServiceRequest) - condition: '%resource.count() > 0' - required: true - constants: - hl7SegmentGroup: '/ORDER/OBSERVATION_REQUEST' - schema: classpath:/metadata/hl7_mapping/OML_O21/base/service-request-order-observation.yml + - name: order-base + resource: 'Bundle.entry.resource.ofType(ServiceRequest).where(subject.resolve().id = %resource.entry.resource.ofType(Patient).id)' resourceIndex: orderIndex - - - name: order-observation-result - resource: Bundle.entry.resource.ofType(Observation) - condition: '%resource.count() > 0' - required: true - schema: classpath:/metadata/hl7_mapping/common/observation-result.yml - constants: - hl7SegmentGroup: '/ORDER/OBSERVATION_REQUEST/OBSERVATION(%{resultIndex})' - hl7OBXField: '%{hl7SegmentGroup}/OBX' - resourceIndex: resultIndex - - - name: order-specimen - resource: Bundle.entry.resource.ofType(Specimen) - condition: '%resource.count() = 1' required: true - schema: classpath:/metadata/hl7_mapping/common/specimen.yml - constants: - hl7SpecimenFieldPath: /ORDER/OBSERVATION_REQUEST/SPECIMEN/SPM \ No newline at end of file + schema: classpath:/metadata/hl7_mapping/OML_O21/base/order/order-base.yml \ No newline at end of file diff --git a/prime-router/src/main/resources/metadata/hl7_mapping/OML_O21/OML_O21-test.yml b/prime-router/src/main/resources/metadata/hl7_mapping/OML_O21/OML_O21-test.yml new file mode 100644 index 00000000000..d9c02000ec8 --- /dev/null +++ b/prime-router/src/main/resources/metadata/hl7_mapping/OML_O21/OML_O21-test.yml @@ -0,0 +1,8 @@ +# $schema: ./../../../../../../metadata/json_schema/fhir/fhir-to-hl7-mapping.json + +hl7Class: ca.uhn.hl7v2.model.v27.message.OML_O21 + +extends: classpath:/metadata/hl7_mapping/OML_O21/OML_O21-base.yml +elements: + - name: message-headers + condition: 'true' \ No newline at end of file diff --git a/prime-router/src/main/resources/metadata/hl7_mapping/OML_O21/base/order/observation-request/observation-request-base.yml b/prime-router/src/main/resources/metadata/hl7_mapping/OML_O21/base/order/observation-request/observation-request-base.yml new file mode 100644 index 00000000000..8a6f0c4db02 --- /dev/null +++ b/prime-router/src/main/resources/metadata/hl7_mapping/OML_O21/base/order/observation-request/observation-request-base.yml @@ -0,0 +1,15 @@ +# $schema: ./../../../../../../../../../metadata/json_schema/fhir/fhir-to-hl7-mapping.json + +elements: + + - name: observation-request + required: true + schema: classpath:/metadata/hl7_mapping/OML_O21/base/order/observation-request/observation-request.yml + + - name: observation-request-observation + schema: classpath:/metadata/hl7_mapping/OML_O21/base/order/observation-request/observation/observation.yml + + - name: observation-request-specimen + resource: '%resource.specimen.resolve().where(extension(%`rsext-hl7v2Segment`).value = "SPM") | %resource.specimen.resolve().where(extension(%`rsext-hl7v2Segment`).exists().not())' + resourceIndex: specimenIndex + schema: classpath:/metadata/hl7_mapping/OML_O21/base/order/observation-request/specimen/specimen.yml \ No newline at end of file diff --git a/prime-router/src/main/resources/metadata/hl7_mapping/OML_O21/base/order/observation-request/observation-request.yml b/prime-router/src/main/resources/metadata/hl7_mapping/OML_O21/base/order/observation-request/observation-request.yml new file mode 100644 index 00000000000..73879a89232 --- /dev/null +++ b/prime-router/src/main/resources/metadata/hl7_mapping/OML_O21/base/order/observation-request/observation-request.yml @@ -0,0 +1,14 @@ +# $schema: ./../../../../../../../../../metadata/json_schema/fhir/fhir-to-hl7-mapping.json + +elements: + + - name: observation-request-service-request + required: true + schema: classpath:/metadata/hl7_mapping/resources/ServiceRequest/OBR.yml + constants: + obrFieldPath: '/ORDER(%{orderIndex})/OBSERVATION_REQUEST/OBR' + +# - name: observation-request-note +# todo in second pass, for ORU this is mapped through Observation.note; OML maps through ServiceRequest.note +# this is already mapped into fhir via ORC/ServiceRequest... where is fhir -> hl7? +# todo add scearnio in full oml test for an OBSERVATION_REQUEST.NTE \ No newline at end of file diff --git a/prime-router/src/main/resources/metadata/hl7_mapping/OML_O21/base/order/observation-request/observation/observation.yml b/prime-router/src/main/resources/metadata/hl7_mapping/OML_O21/base/order/observation-request/observation/observation.yml new file mode 100644 index 00000000000..c30cc39c86e --- /dev/null +++ b/prime-router/src/main/resources/metadata/hl7_mapping/OML_O21/base/order/observation-request/observation/observation.yml @@ -0,0 +1,22 @@ +# $schema: ./../../../../../../../../../metadata/json_schema/fhir/fhir-to-hl7-mapping.json + +constants: + observationPath: '%resource.supportingInfo.resolve().ofType(Observation).where(subject.resolve().id = %resource.subject.resolve().id)' + +elements: + + - name: observation-result + resource: '%observationPath' + resourceIndex: resultIndex + required: false + schema: classpath:/metadata/hl7_mapping/resources/Observation/OBX.yml + constants: + hl7OBXField: '/ORDER(%{orderIndex})/OBSERVATION_REQUEST/OBSERVATION(%{resultIndex})/OBX' + hl7ObservationPath: '/ORDER(%{orderIndex})/OBSERVATION_REQUEST/OBSERVATION(%{resultIndex})' + +# todo +# - name: observation-participation-information +# resource: '%observationPath.device.resolve().where(udiCarrier.exists())' +# schema: classpath:/metadata/hl7_mapping/resources/Device/PRT.yml +# constants: +# hl7SegmentGroup: '/ORDER(%{orderIndex})/OBSERVATION_REQUEST/OBSERVATION(%{resultIndex})' \ No newline at end of file diff --git a/prime-router/src/main/resources/metadata/hl7_mapping/OML_O21/base/order/observation-request/specimen/specimen.yml b/prime-router/src/main/resources/metadata/hl7_mapping/OML_O21/base/order/observation-request/specimen/specimen.yml new file mode 100644 index 00000000000..a77522f12f5 --- /dev/null +++ b/prime-router/src/main/resources/metadata/hl7_mapping/OML_O21/base/order/observation-request/specimen/specimen.yml @@ -0,0 +1,15 @@ +# $schema: ./../../../../../../../../../metadata/json_schema/fhir/fhir-to-hl7-mapping.json + +elements: + + - name: specimen + required: true + schema: classpath:/metadata/hl7_mapping/resources/Specimen/SPM.yml + constants: + hl7SpecimenFieldPath: '/ORDER(%{orderIndex})/OBSERVATION_REQUEST/SPECIMEN(%{specimenIndex})/SPM' + + - name: specimen-extension + resource: '%resource.extension(%`rsext-spm-specimen`)' + schema: classpath:/metadata/hl7_mapping/resources/Specimen/SPMExtension.yml + constants: + hl7SpecimenFieldPath: '/ORDER(%{orderIndex})/OBSERVATION_REQUEST/SPECIMEN(%{specimenIndex})/SPM' \ No newline at end of file diff --git a/prime-router/src/main/resources/metadata/hl7_mapping/OML_O21/base/order/order-base.yml b/prime-router/src/main/resources/metadata/hl7_mapping/OML_O21/base/order/order-base.yml new file mode 100644 index 00000000000..9a1d8a742a7 --- /dev/null +++ b/prime-router/src/main/resources/metadata/hl7_mapping/OML_O21/base/order/order-base.yml @@ -0,0 +1,12 @@ +# $schema: ./../../../../../../../../../metadata/json_schema/fhir/fhir-to-hl7-mapping.json + +elements: + + - name: common-order + required: true + schema: classpath:/metadata/hl7_mapping/resources/ServiceRequest/ORC.yml + constants: + hl7Order: '/ORDER(%{orderIndex})/ORC' + + - name: observation-request-observation + schema: classpath:/metadata/hl7_mapping/OML_O21/base/order/observation-request/observation-request-base.yml \ No newline at end of file diff --git a/prime-router/src/main/resources/metadata/hl7_mapping/OML_O21/base/patient/patient-base.yml b/prime-router/src/main/resources/metadata/hl7_mapping/OML_O21/base/patient/patient-base.yml new file mode 100644 index 00000000000..24512264df5 --- /dev/null +++ b/prime-router/src/main/resources/metadata/hl7_mapping/OML_O21/base/patient/patient-base.yml @@ -0,0 +1,12 @@ +# $schema: ./../../../../../../../../../metadata/json_schema/fhir/fhir-to-hl7-mapping.json + +elements: + + - name: patient + required: true + schema: classpath:/metadata/hl7_mapping/OML_O21/base/patient/patient.yml + + - name: patient-visit + condition: '%resource.count() = 1' + resource: 'Bundle.entry.resource.ofType(Encounter)' + schema: classpath:/metadata/hl7_mapping/OML_O21/base/patient/patient-visit.yml \ No newline at end of file diff --git a/prime-router/src/main/resources/metadata/hl7_mapping/OML_O21/base/patient/patient-visit.yml b/prime-router/src/main/resources/metadata/hl7_mapping/OML_O21/base/patient/patient-visit.yml new file mode 100644 index 00000000000..ac3742c8b38 --- /dev/null +++ b/prime-router/src/main/resources/metadata/hl7_mapping/OML_O21/base/patient/patient-visit.yml @@ -0,0 +1,16 @@ +# $schema: ./../../../../../../../../../metadata/json_schema/fhir/fhir-to-hl7-mapping.json + +elements: + + - name: encounter-pv1 + condition: '%resource.count() = 1' + required: true + schema: classpath:/metadata/hl7_mapping/resources/Encounter/PV1.yml + constants: + hl7PV1Field: '/PATIENT/PATIENT_VISIT/PV1' + + - name: encounter-pv2 + condition: '%resource.count() = 1' + schema: classpath:/metadata/hl7_mapping/resources/Encounter/PV2.yml + constants: + hl7PV2Field: '/PATIENT/PATIENT_VISIT/PV2' \ No newline at end of file diff --git a/prime-router/src/main/resources/metadata/hl7_mapping/OML_O21/base/patient/patient.yml b/prime-router/src/main/resources/metadata/hl7_mapping/OML_O21/base/patient/patient.yml new file mode 100644 index 00000000000..6923b49a993 --- /dev/null +++ b/prime-router/src/main/resources/metadata/hl7_mapping/OML_O21/base/patient/patient.yml @@ -0,0 +1,28 @@ +# $schema: ./../../../../../../../../../metadata/json_schema/fhir/fhir-to-hl7-mapping.json + +constants: + hl7SegmentGroup: '/PATIENT' + +elements: + + - name: patient-identification + condition: '%resource.count() = 1' + required: true + schema: classpath:/metadata/hl7_mapping/resources/Patient/PID.yml + + - name: patient-identification-extensions + resource: '%resource.extension(%`rsext-pid-patient`)' + schema: classpath:/metadata/hl7_mapping/resources/Patient/PIDExtension.yml + + - name: additional-demographics + condition: '%resource.count() = 1' + schema: classpath:/metadata/hl7_mapping/resources/Patient/PD1.yml + + - name: additional-demographics-extensions + resource: '%resource.extension(%`rsext-pd1-patient-additional-demographic`)' + schema: classpath:/metadata/hl7_mapping/resources/Patient/PD1Extension.yml + + - name: related-person-nk1 + resource: 'Bundle.entry.resource.ofType(RelatedPerson).where(extension(%`rsext-hl7v2Segment`).value = "NK1" and patient.resolve().id = %resource.id)' + resourceIndex: relatedPersonIndex + schema: classpath:/metadata/hl7_mapping/resources/RelatedPerson/NK1.yml \ No newline at end of file diff --git a/prime-router/src/main/resources/metadata/hl7_mapping/OML_O21/base/service-request-order-observation.yml b/prime-router/src/main/resources/metadata/hl7_mapping/OML_O21/base/service-request-order-observation.yml deleted file mode 100644 index ed3027c53c3..00000000000 --- a/prime-router/src/main/resources/metadata/hl7_mapping/OML_O21/base/service-request-order-observation.yml +++ /dev/null @@ -1,12 +0,0 @@ -# $schema: ./../../../../../../../metadata/json_schema/fhir/fhir-to-hl7-mapping.json - -constants: - fieldPath: '%{hl7SegmentGroup}/OBR' -elements: - - name: observation-request - schema: classpath:/metadata/hl7_mapping/common/observation-request.yml - - - name: order-observation-date-time-start - condition: '%rootResource.entry.resource.ofType(Specimen).collection.collected.exists()' - value: [ '%rootResource.entry.resource.ofType(Specimen).collection.collected' ] - hl7Spec: [ '%{fieldPath}-7' ] diff --git a/prime-router/src/main/resources/metadata/hl7_mapping/OML_O21/base/service-request-order.yml b/prime-router/src/main/resources/metadata/hl7_mapping/OML_O21/base/service-request-order.yml deleted file mode 100644 index 24c6f82d521..00000000000 --- a/prime-router/src/main/resources/metadata/hl7_mapping/OML_O21/base/service-request-order.yml +++ /dev/null @@ -1,42 +0,0 @@ -# $schema: ./../../../../../../../metadata/json_schema/fhir/fhir-to-hl7-mapping.json - -constants: - hl7ORCField: '%{hl7SegmentGroup}/ORC' -elements: - - name: order-control - value: [ '"NW"' ] - required: true - hl7Spec: [ '%{hl7ORCField}-1' ] - - - name: order-placer-order-number - resource: > - %resource.identifier.where(type.coding.system = 'http://terminology.hl7.org/CodeSystem/v2-0203') - .where(type.coding.code = 'PLAC') - condition: '%resource.count() > 0' - constants: - entityIdFieldPath: '%{hl7ORCField}(%{entityIdIndex})-2' - resourceIndex: entityIdIndex - schema: classpath:/metadata/hl7_mapping/common/datatype/ei-entity-identifier.yml - - - name: order-status - value: [ '%resource.status' ] - valueSet: - values: - revoked: CA - completed: CM - entered-in-error: ER - on-hold: HD - active: IP - hl7Spec: [ '%{hl7ORCField}-5' ] - - - name: order-date-time-of-transaction - resource: '%resource.authoredOn' - constants: - dtmFieldPath: '%{hl7ORCField}-9' - schema: classpath:/metadata/hl7_mapping/datatypes/dateTime/DTMorDT.yml - - - name: ordering-facility-name - resource: '%resource.requester.resolve().organization.resolve()' - schema: classpath:/metadata/hl7_mapping/common/datatype/xon-organization.yml - constants: - hl7OrgField: '%{hl7ORCField}-21' diff --git a/prime-router/src/main/resources/metadata/hl7_mapping/OML_O21/deprecated.md b/prime-router/src/main/resources/metadata/hl7_mapping/OML_O21/deprecated.md deleted file mode 100644 index 9c27ced798d..00000000000 --- a/prime-router/src/main/resources/metadata/hl7_mapping/OML_O21/deprecated.md +++ /dev/null @@ -1,6 +0,0 @@ -## Deprecated location - -Use of this location for mapping schema is deprecated. Please see -the [Mapping schema file structure](../../../docs/design/design/mapping-schemas.md) design document to review current -mapping schema structure guidelines. New work should follow the new design as much as possible. When mapping work is -completed, this directory should be removed. \ No newline at end of file diff --git a/prime-router/src/main/resources/metadata/hl7_mapping/ORU_R01/ORU_R01-base.yml b/prime-router/src/main/resources/metadata/hl7_mapping/ORU_R01/ORU_R01-base.yml index d30c96c3e37..1b4e0adf9c4 100644 --- a/prime-router/src/main/resources/metadata/hl7_mapping/ORU_R01/ORU_R01-base.yml +++ b/prime-router/src/main/resources/metadata/hl7_mapping/ORU_R01/ORU_R01-base.yml @@ -4,7 +4,9 @@ hl7Class: ca.uhn.hl7v2.model.v27.message.ORU_R01 constants: # Prefix for RS custom extension URLs rsext: '"https://reportstream.cdc.gov/fhir/StructureDefinition/"' + elements: + - name: message-header condition: > Bundle.entry.resource.ofType(MessageHeader).exists() and @@ -20,12 +22,11 @@ elements: - name: software-segment-legacy condition: > - Bundle.entry.resource.ofType(MessageHeader).exists() - and Bundle.entry.resource.ofType(MessageHeader).source.extension(%`rsext-software-vendor-org`).exists() + Bundle.entry.resource.ofType(MessageHeader).exists() and + Bundle.entry.resource.ofType(MessageHeader).source.extension(%`rsext-software-vendor-org`).exists() resource: 'Bundle.entry.resource.ofType(MessageHeader)' schema: classpath:/metadata/hl7_mapping/resources/MessageHeader/SFT.yml - - name: patient-result resource: 'Bundle.entry.resource.ofType(Patient)' resourceIndex: patientIndex diff --git a/prime-router/src/main/resources/metadata/hl7_mapping/ORU_R01/base/patient-result/order-observation/order-observation.yml b/prime-router/src/main/resources/metadata/hl7_mapping/ORU_R01/base/patient-result/order-observation/order-observation.yml index a444932e335..3aacd09688c 100644 --- a/prime-router/src/main/resources/metadata/hl7_mapping/ORU_R01/base/patient-result/order-observation/order-observation.yml +++ b/prime-router/src/main/resources/metadata/hl7_mapping/ORU_R01/base/patient-result/order-observation/order-observation.yml @@ -5,15 +5,23 @@ elements: - name: common-order-service-request resource: '%resource.basedOn.resolve()' schema: classpath:/metadata/hl7_mapping/resources/ServiceRequest/ORC.yml + constants: + hl7Order: /PATIENT_RESULT(%{patientIndex})/ORDER_OBSERVATION(%{orderIndex})/ORC - name: common-order-diagnostic-report resource: '%resource' schema: classpath:/metadata/hl7_mapping/resources/DiagnosticReport/ORC.yml + constants: + hl7Order: /PATIENT_RESULT(%{patientIndex})/ORDER_OBSERVATION(%{orderIndex})/ORC - name: observation-request-service-request resource: '%resource.basedOn.resolve()' schema: classpath:/metadata/hl7_mapping/resources/ServiceRequest/OBR.yml + constants: + obrFieldPath: '/PATIENT_RESULT(%{patientIndex})/ORDER_OBSERVATION(%{orderIndex})/OBR' - name: observation-request-diagnostic-report resource: '%resource' - schema: classpath:/metadata/hl7_mapping/resources/DiagnosticReport/OBR.yml \ No newline at end of file + schema: classpath:/metadata/hl7_mapping/resources/DiagnosticReport/OBR.yml + constants: + obrFieldPath: '/PATIENT_RESULT(%{patientIndex})/ORDER_OBSERVATION(%{orderIndex})/OBR' \ No newline at end of file diff --git a/prime-router/src/main/resources/metadata/hl7_mapping/ORU_R01/deprecated.md b/prime-router/src/main/resources/metadata/hl7_mapping/ORU_R01/deprecated.md deleted file mode 100644 index 9c27ced798d..00000000000 --- a/prime-router/src/main/resources/metadata/hl7_mapping/ORU_R01/deprecated.md +++ /dev/null @@ -1,6 +0,0 @@ -## Deprecated location - -Use of this location for mapping schema is deprecated. Please see -the [Mapping schema file structure](../../../docs/design/design/mapping-schemas.md) design document to review current -mapping schema structure guidelines. New work should follow the new design as much as possible. When mapping work is -completed, this directory should be removed. \ No newline at end of file diff --git a/prime-router/src/main/resources/metadata/hl7_mapping/common/datatype/ei-entity-identifier.yml b/prime-router/src/main/resources/metadata/hl7_mapping/common/datatype/ei-entity-identifier.yml deleted file mode 100644 index 7d3a478a09c..00000000000 --- a/prime-router/src/main/resources/metadata/hl7_mapping/common/datatype/ei-entity-identifier.yml +++ /dev/null @@ -1,22 +0,0 @@ -# $schema: ./../../../../../../../metadata/json_schema/fhir/fhir-to-hl7-mapping.json - -# Identifier to EI mapping -elements: - - name: entity-identifier - value: [ '%deidentifiedValue', '%resource.value' ] - hl7Spec: [ '%{entityIdFieldPath}-1' ] - - - name: entity-namespace-id - value: - - '%resource.extension(%`rsext-namespace-id`).value' - - '%resource.system.getId()' - - '%resource.system' - hl7Spec: [ '%{entityIdFieldPath}-2' ] - - - name: entity-universal-id - value: [ '%resource.extension(%`rsext-universal-id`).value.getId()' ] - hl7Spec: [ '%{entityIdFieldPath}-3' ] - - - name: entity-id-type - value: [ '%resource.extension(%`rsext-universal-id`).value.getIdType()' ] - hl7Spec: [ '%{entityIdFieldPath}-4' ] \ No newline at end of file diff --git a/prime-router/src/main/resources/metadata/hl7_mapping/common/datatype/sn-structured-numeric.yml b/prime-router/src/main/resources/metadata/hl7_mapping/common/datatype/sn-structured-numeric.yml deleted file mode 100644 index 78af906ba4b..00000000000 --- a/prime-router/src/main/resources/metadata/hl7_mapping/common/datatype/sn-structured-numeric.yml +++ /dev/null @@ -1,25 +0,0 @@ -# $schema: ./../../../../../../../metadata/json_schema/fhir/fhir-to-hl7-mapping.json - -elements: - # FHIR Spec does not support "=" and "<>" comparators, so those are in an extension - - name: observation-value-sn-comparator-1 - condition: '%resource.numerator.comparator.exists().not()' - value: [ '%resource.numerator.extension(%`rsext-comparator`).value' ] - hl7Spec: [ '%{hl7OBXField}-5-1' ] - - - name: observation-value-sn-comparator-2 - condition: '%resource.numerator.comparator.exists()' - value: [ '%resource.numerator.comparator' ] - hl7Spec: [ '%{hl7OBXField}-5-1' ] - - - name: observation-value-sn-value - value: [ '%resource.numerator.value' ] - hl7Spec: [ '%{hl7OBXField}-5-2' ] - - - name: observation-value-sn-separator - value: [ '%resource.numerator.extension(%`rsext-separator`).value' ] - hl7Spec: [ '%{hl7OBXField}-5-3' ] - - - name: observation-value-sn-denominator - value: [ '%resource.denominator.value' ] - hl7Spec: [ '%{hl7OBXField}-5-4' ] \ No newline at end of file diff --git a/prime-router/src/main/resources/metadata/hl7_mapping/common/datatype/xad-extended-address.yml b/prime-router/src/main/resources/metadata/hl7_mapping/common/datatype/xad-extended-address.yml index 73d244c0ebd..9b57e009243 100644 --- a/prime-router/src/main/resources/metadata/hl7_mapping/common/datatype/xad-extended-address.yml +++ b/prime-router/src/main/resources/metadata/hl7_mapping/common/datatype/xad-extended-address.yml @@ -53,4 +53,4 @@ elements: condition: '%resource.exists()' schema: classpath:/metadata/hl7_mapping/resources/Patient/DR.yml constants: - hl7DRField: '%{hl7XADField}-10' \ No newline at end of file + hl7DRField: '%{hl7XADField}-12' \ No newline at end of file diff --git a/prime-router/src/main/resources/metadata/hl7_mapping/common/datatype/xon-organization.yml b/prime-router/src/main/resources/metadata/hl7_mapping/common/datatype/xon-organization.yml deleted file mode 100644 index 011cf65f009..00000000000 --- a/prime-router/src/main/resources/metadata/hl7_mapping/common/datatype/xon-organization.yml +++ /dev/null @@ -1,42 +0,0 @@ -# $schema: ./../../../../../../../metadata/json_schema/fhir/fhir-to-hl7-mapping.json - -elements: - - name: xon-organization-name - value: [ '%resource.name' ] - hl7Spec: [ '%{hl7OrgField}-1' ] - - - name: xon-organization-name-type - resource: '%resource.extension(%`rsext-organization-name-type`)' - condition: '%resource.exists()' - value: [ '%resource.value.code' ] - hl7Spec: [ '%{hl7OrgField}-2' ] - - - name: xon-assigning-authority - resource: '%resource.identifier.extension(%`rsext-assigning-authority`)' - constants: - hl7HDField: '%{hl7OrgField}-6' - # cannot use %`rext due to mix of constant and fhirpath substitution syntax - namespaceExtName: '"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id"' - universalIdExtName: '"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id"' - universalIdTypeExtName: '"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type"' - schema: classpath:/metadata/hl7_mapping/common/datatype/hd-hierarchic-designator.yml - - - name: xon-organization-id-type - resource: '%resource.identifier.type.where(coding.system = ''http://terminology.hl7.org/CodeSystem/v2-0203'')' - condition: '%resource.exists()' - value: [ '%resource.coding[0].code' ] - hl7Spec: [ '%{hl7OrgField}-7' ] - - - name: xon-assigning-facility - resource: '%resource.identifier.extension(%`rsext-assigning-facility`).value.resolve()' - constants: - hl7HDField: '%{hl7OrgField}-8' - schema: classpath:/metadata/hl7_mapping/resources/Location/HD.yml - - - name: xon-name-representation-code - value: [ '%resource.identifier.extension(%`rsext-name-representation-code`).value' ] - hl7Spec: [ '%{hl7OrgField}-9' ] - - - name: xon-organization-id - value: [ '%resource.identifier[0].value' ] - hl7Spec: [ '%{hl7OrgField}-10' ] \ No newline at end of file diff --git a/prime-router/src/main/resources/metadata/hl7_mapping/common/observation-request.yml b/prime-router/src/main/resources/metadata/hl7_mapping/common/observation-request.yml deleted file mode 100644 index 6152def7b86..00000000000 --- a/prime-router/src/main/resources/metadata/hl7_mapping/common/observation-request.yml +++ /dev/null @@ -1,51 +0,0 @@ -# $schema: ./../../../../../../metadata/json_schema/fhir/fhir-to-hl7-mapping.json - -elements: - - name: set-id - value: [ '%orderIndex + 1' ] - hl7Spec: [ '%{fieldPath}-1' ] - - - name: placer-order-number - resource: '%resource.identifier.where(extension(%`rsext-hl7-use`).value = "placer-order-number")' - constants: - eiFieldPath: '%{fieldPath}(%{entityIdIndex})-2' - schema: classpath:/metadata/hl7_mapping/datatypes/identifier-extension/EI.yml - resourceIndex: entityIdIndex - - - name: filler-order - resource: '%resource.identifier.where(type.coding.code = "FILL")' - condition: '%resource.exists()' - constants: - entityIdFieldPath: '%{fieldPath}(%{entityIdIndex})-3' - schema: classpath:/metadata/hl7_mapping/common/datatype/ei-entity-identifier.yml - resourceIndex: entityIdIndex - - - name: universal-service - resource: '%resource.code' - constants: - cweFieldPath: '%{fieldPath}-4' - schema: classpath:/metadata/hl7_mapping/common/datatype/ce-coded-with-exceptions.yml - - - name: result-interpreter - resource: '%resource.resultsInterpreter.resolve()' - constants: - hl7NDLField: '%{fieldPath}-32' - schema: classpath:/metadata/hl7_mapping/resources/PractitionerRole/NDL.yml - - - name: technician - resource: '%resource.performer.resolve().where(extension("http://hl7.org/fhir/StructureDefinition/event-performerFunction").value.coding.code = "SPRF")' - constants: - hl7NDLField: '%{fieldPath}-34' - schema: classpath:/metadata/hl7_mapping/resources/PractitionerRole/NDL.yml - - - name: transcriptionist - resource: '%resource.performer.resolve().where(extension("http://hl7.org/fhir/StructureDefinition/event-performerFunction").value.coding.code = "TRANS")' - constants: - hl7NDLField: '%{fieldPath}-35' - schema: classpath:/metadata/hl7_mapping/resources/PractitionerRole/NDL.yml - - - name: alternate-placer-order-number - resource: '%service.identifier.where(extension(%`rsext-hl7-use`).value = "alternate-placer-identifier" )' - constants: - cxField: '%{fieldPath}-53' - schema: classpath:/metadata/hl7_mapping/datatypes/identifier/CX.yml \ No newline at end of file diff --git a/prime-router/src/main/resources/metadata/hl7_mapping/common/observation-result.yml b/prime-router/src/main/resources/metadata/hl7_mapping/common/observation-result.yml deleted file mode 100644 index 5808edbc66d..00000000000 --- a/prime-router/src/main/resources/metadata/hl7_mapping/common/observation-result.yml +++ /dev/null @@ -1,259 +0,0 @@ -# $schema: ./../../../../../../metadata/json_schema/fhir/fhir-to-hl7-mapping.json - -elements: - - name: result-set-id - value: [ '%resultIndex + 1' ] - hl7Spec: [ '%{hl7OBXField}-1' ] - - - name: result-value-type-st - condition: '%resource.value.exists() and %resource.value.is(string)' - value: [ '"ST"' ] - hl7Spec: [ '%{hl7OBXField}-2' ] - - - name: result-value-type-dt - condition: '%resource.value.exists() and %resource.value.is(dateTime)' - value: [ '"DT"' ] - hl7Spec: [ '%{hl7OBXField}-2' ] - - - name: result-value-type-ce - resource: '%resource.value' - condition: 'false' - # This element remains here for usage in receiver-transforms - value: [ '"CE"' ] - hl7Spec: [ '%{hl7OBXField}-2' ] - - - name: result-value-type-cwe - resource: '%resource.value' - condition: '%resource.exists() and %resource.is(CodeableConcept)' - # Note that for v.2.5 and earlier, CWE is not officially in-spec, but is widely used. If a receiver requires - # CE, that should be handled via receiver transform - value: [ '"CWE"' ] - hl7Spec: [ '%{hl7OBXField}-2' ] - - - name: result-value-type-sn - condition: '%resource.value.exists() and %resource.value.is(Ratio)' - value: [ '"SN"' ] - hl7Spec: [ '%{hl7OBXField}-2' ] - - - name: result-value-type-nm - condition: > - %resource.value.exists() and - %resource.value.is(Quantity) and - %resource.value.where(extension(%`rsext-cwe-quantity`)).exists().not() - value: [ '"NM"' ] - hl7Spec: [ '%{hl7OBXField}-2' ] - - - name: result-value-type-na - condition: > - %resource.value.exists() and - %resource.value.is(Quantity) and - %resource.value.where(extension(%`rsext-cwe-quantity`)).exists() - value: [ '"NA"' ] - hl7Spec: [ '%{hl7OBXField}-2' ] - - - name: observation-identifier-code - resource: '%resource.code' - constants: - cweFieldPath: '%{hl7OBXField}-3' - schema: classpath:/metadata/hl7_mapping/common/datatype/ce-coded-with-exceptions.yml - - - name: observation-value-sub-id - value: [ '%resource.extension(%`rsext-sub-id`).value' ] - hl7Spec: [ '%{hl7OBXField}-4' ] - - - name: observation-value-st - condition: '%resource.value.exists() and %resource.value is string' - value: [ '%resource.value' ] - hl7Spec: [ '%{hl7OBXField}-5' ] - - - name: observation-value-dateTime - condition: '%context.value.exists() and %context.value is dateTime' - resource: '%resource.value' - constants: - dtmFieldPath: '%{hl7OBXField}-5' - schema: classpath:/metadata/hl7_mapping/datatypes/dateTime/DTMorDT.yml - - - name: observation-value-cwe - resource: '%resource.value' - condition: '%resource.exists() and %resource is CodeableConcept' - constants: - cweFieldPath: '%{hl7OBXField}-5' - schema: classpath:/metadata/hl7_mapping/common/datatype/ce-coded-with-exceptions.yml - - - name: observation-value-quantity - condition: '%resource.value.exists() and %resource.value is Quantity' - value: [ '%resource.value.value' ] - hl7Spec: [ '%{hl7OBXField}-5' ] - - - name: observation-value-numeric - resource: '%resource.value' - condition: '%resource.exists() and %resource is Ratio' - schema: classpath:/metadata/hl7_mapping/common/datatype/sn-structured-numeric.yml - - - name: observation-units-identifier - condition: > - %context.where(extension(%`rsext-units`)).exists() and - %context.value.where(extension(%`rsext-cwe-quantity`)).exists().not() - resource: '%resource.extension(%`rsext-units`).value' - constants: - cweFieldPath: '%{hl7OBXField}-6' - schema: classpath:/metadata/hl7_mapping/common/datatype/ce-coded-with-exceptions.yml - - - name: observation-units-identifier - condition: > - %context.value.exists() and - %context.value.is(Quantity) and - %context.value.where(extension(%`rsext-cwe-quantity`)).exists() and - %context.value.extension(%`rsext-cwe-quantity`).value.where(extension(%`rsext-hl7v2Name`).value = "units").exists() - resource: '%resource.value.extension(%`rsext-cwe-quantity`).value' - constants: - cweField: '%{hl7OBXField}-6' - schema: classpath:/metadata/hl7_mapping/datatypes/codeableConcept/CWE.yml - - - name: observation-reference-range - value: [ '%resource.referenceRange.text' ] - hl7Spec: [ '%{hl7OBXField}-7' ] - - - name: observation-abnormal-flag - resource: '%resource.interpretation' - constants: - cweFieldPath: '%{hl7OBXField}-8' - schema: classpath:/metadata/hl7_mapping/common/datatype/ce-coded-with-exceptions.yml - - - name: observation-result-status - value: [ '%resource.status' ] - condition: '%resource.dataAbsentReason.exists().not() or %resource.dataAbsentReason.coding.where(extension(%`rsext-code-index-name`).value = "identifier").code = "unknown"' - hl7Spec: [ '%{hl7OBXField}-11' ] - valueSet: - values: - registered: I - preliminary: P - final: F - corrected: C - amended: C - entered-in-error: W - - - name: observation-result-status-cancelled - value: [ "'X'" ] - condition: '%resource.dataAbsentReason.coding.where(extension(%`rsext-code-index-name`).value = "identifier").exists() and %resource.dataAbsentReason.coding.where(extension(%`rsext-code-index-name`).value = "identifier").code = "cannot-be-obtained"' - hl7Spec: [ '%{hl7OBXField}-11' ] - - - name: observation-result-status-not-asked - value: [ "'N'" ] - condition: '%resource.dataAbsentReason.coding.where(extension(%`rsext-code-index-name`).value = "alternate identifier").exists() and %resource.dataAbsentReason.coding.where(extension(%`rsext-code-index-name`).value = "alternate identifier").code = "not-asked"' - hl7Spec: [ '%{hl7OBXField}-11' ] - - - - name: observation-date-time - resource: '%resource.effective' - constants: - dtmFieldPath: '%{hl7OBXField}-14' - schema: classpath:/metadata/hl7_mapping/datatypes/dateTime/DTMorDT.yml - - - name: observation-producer-id - resource: '%resource.extension(%`rsext-producer-id`).value' - constants: - ceFieldPath: '%{hl7OBXField}-15' - schema: classpath:/metadata/hl7_mapping/common/datatype/ce-coded-element.yml - - - name: observation-producer-id-identifier - resource: '%resource.extension(%`rsext-producer-id`).value.resolve()' - value: [ '%resource.identifier[0].value' ] - hl7Spec: [ '%{hl7OBXField}-15-1' ] - - - name: observation-producer-id-text - resource: '%resource.extension(%`rsext-producer-id`).value.resolve()' - value: [ '%resource.name' ] - hl7Spec: [ '%{hl7OBXField}-15-2' ] - - - name: observation-producer-id-system - resource: '%resource.extension(%`rsext-producer-id`).value.resolve().identifier.extension(%`rsext-coding-system`).value' - value: [ '%resource.coding.code' ] - hl7Spec: [ '%{hl7OBXField}-15-3' ] - - - name: responsible-observer - resource: '%resource.performer.resolve().practitioner.resolve()' - condition: '%resource.identifier.type.coding.code="responsibleObserver"' - constants: - hl7XCNField: '%{hl7OBXField}-16' - schema: classpath:/metadata/hl7_mapping/common/datatype/xcn-contact.yml - resourceIndex: contactIndex - - - name: observation-method - resource: '%resource.method' - schema: classpath:/metadata/hl7_mapping/common/datatype/ce-coded-with-exceptions.yml - constants: - cweFieldPath: '%{hl7OBXField}-17' - - - name: equipment-instance-identifier - resource: '%resource.device.resolve().identifier' - schema: classpath:/metadata/hl7_mapping/common/datatype/ei-entity-identifier.yml - constants: - entityIdFieldPath: '%{hl7OBXField}-18' - - - name: analysis-date-time - resource: '%resource.issued' - constants: - dtmFieldPath: '%{hl7OBXField}-19' - schema: classpath:/metadata/hl7_mapping/datatypes/dateTime/DTMorDT.yml - - - name: performing-organization-name-pracrole - condition: > - Bundle.entry.resource.ofType(Observation).performer.resolve().ofType(PractitionerRole).exists() and - (Bundle.entry.resource.ofType(Observation).performer.resolve().ofType(PractitionerRole).practitioner.exists() or - Bundle.entry.resource.ofType(Observation).performer.resolve().ofType(PractitionerRole).practitioner.identifier.type.coding.code="MDIR") - resource: '%resource.performer.resolve().ofType(PractitionerRole).organization.resolve()' - schema: classpath:/metadata/hl7_mapping/common/datatype/xon-organization.yml - constants: - hl7OrgField: '%{hl7OBXField}-23' - - - name: performing-organization-name-non-pracrole - condition: 'Bundle.entry.resource.ofType(Observation).performer.resolve().ofType(Organization).exists()' - resource: '%resource.performer.resolve().ofType(Organization)' - schema: classpath:/metadata/hl7_mapping/common/datatype/xon-organization.yml - constants: - hl7OrgField: '%{hl7OBXField}-23' - - - name: performing-organization-address-pracrole - condition: > - Bundle.entry.resource.ofType(Observation).performer.resolve().ofType(PractitionerRole).exists() and - (Bundle.entry.resource.ofType(Observation).performer.resolve().ofType(PractitionerRole).practitioner.exists() or - Bundle.entry.resource.ofType(Observation).performer.resolve().ofType(PractitionerRole).practitioner.identifier.type.coding.code="MDIR") - resource: '%resource.performer.resolve().ofType(PractitionerRole).organization.resolve().address' - constants: - hl7AddressField: '%{hl7OBXField}-24' - schema: classpath:/metadata/hl7_mapping/common/datatype/xad-extended-address.yml - resourceIndex: contactIndex - - - name: performing-organization-address-non-pracrole - condition: 'Bundle.entry.resource.ofType(Observation).performer.resolve().ofType(Organization).exists()' - resource: '%resource.performer.resolve().ofType(Organization).address' - constants: - hl7AddressField: '%{hl7OBXField}-24' - schema: classpath:/metadata/hl7_mapping/common/datatype/xad-extended-address.yml - resourceIndex: contactIndex - - # This is technically incorrect as this should be using the PractitionerRole instead - # It works because the HL7 -> FHIR mapping sets the same value on the practitioner - # It cannot be changed at this time because this is the shape of the FHIR that SR sends in - - name: performing-organization-director - resource: '%resource.performer.resolve().practitioner.resolve()' - condition: '%resource.identifier.type.coding.code="MDIR"' - constants: - hl7XCNField: '%{hl7OBXField}-25' - schema: classpath:/metadata/hl7_mapping/common/datatype/xcn-contact.yml - resourceIndex: contactIndex - - - name: observation-aoe-identifier - condition: '%resource.meta.tag.code="AOE"' - value: [ '"QST"' ] - hl7Spec: [ '%{hl7OBXField}-29' ] - - - - name: observation-note - condition: '%context.note.exists()' - resource: '%resource.note' - schema: classpath:/metadata/hl7_mapping/datatypes/annotation/NTE.yml - resourceIndex: noteIndex - constants: - hl7NotePath: '%{hl7SegmentGroup}' \ No newline at end of file diff --git a/prime-router/src/main/resources/metadata/hl7_mapping/common/specimen.yml b/prime-router/src/main/resources/metadata/hl7_mapping/common/specimen.yml deleted file mode 100644 index eca87775b5d..00000000000 --- a/prime-router/src/main/resources/metadata/hl7_mapping/common/specimen.yml +++ /dev/null @@ -1,147 +0,0 @@ -# $schema: ./../../../../../../metadata/json_schema/fhir/fhir-to-hl7-mapping.json - -elements: - - name: specimen-set-id - value: [ '"1"' ] - hl7Spec: [ '%{hl7SpecimenFieldPath}-1' ] - - - name: specimen-identifier - resource: '%resource.identifier.where(extension(%`rsext-hl7-use`).value = "specimen-id-placer")' - condition: '%resource.exists()' - constants: - eipFieldPath: '%{hl7SpecimenFieldPath}-2' - schema: classpath:/metadata/hl7_mapping/datatypes/identifier-placerAssignedIdentifier/EIP.yml - - - name: specimen-identifier-backup - resource: '%resource.identifier.where(extension(%`rsext-hl7-use`).value = "specimen-id-filler")' - condition: > - %resource.identifier.where(extension(%`rsext-hl7-use`).value = "specimen-id-placer").exists().not() and - %resource.exists() - constants: - eipFieldPath: '%{hl7SpecimenFieldPath}-2' - schema: classpath:/metadata/hl7_mapping/datatypes/identifier-fillerAssignedIdentifier/EIP.yml - - - name: specimen-type - resource: '%resource.type' - constants: - cweFieldPath: '%{hl7SpecimenFieldPath}-4' - schema: classpath:/metadata/hl7_mapping/common/datatype/ce-coded-with-exceptions.yml - - - name: specimen-type-modifier - resource: '%resource.extension(%`rsext-specimen-type-modifier`).value' - condition: '%resource.exists()' - constants: - cweFieldPath: '%{hl7SpecimenFieldPath}-5' - schema: classpath:/metadata/hl7_mapping/common/datatype/ce-coded-with-exceptions.yml - - - name: specimen-additives - resource: '%resource.container.additive[0]' - condition: '%resource.exists()' - constants: - cweFieldPath: '%{hl7SpecimenFieldPath}-6' - schema: classpath:/metadata/hl7_mapping/common/datatype/ce-coded-with-exceptions.yml - - - name: specimen-collection-method - resource: '%resource.collection.method' - condition: '%resource.exists()' - constants: - cweFieldPath: '%{hl7SpecimenFieldPath}-7' - schema: classpath:/metadata/hl7_mapping/common/datatype/ce-coded-with-exceptions.yml - - - name: specimen-source-site - resource: '%resource.collection.bodySite' - condition: '%resource.exists()' - constants: - cweFieldPath: '%{hl7SpecimenFieldPath}-8' - schema: classpath:/metadata/hl7_mapping/common/datatype/ce-coded-with-exceptions.yml - - - name: specimen-source-site-modifier - resource: '%resource.collection.extension(%`rsext-specimen-source-site-modifier`).value' - condition: '%resource.exists()' - constants: - cweFieldPath: '%{hl7SpecimenFieldPath}-9' - schema: classpath:/metadata/hl7_mapping/common/datatype/ce-coded-with-exceptions.yml - - - name: specimen-role - value: [ '""' ] - hl7Spec: [ '%{hl7SpecimenFieldPath}-11' ] - - - name: specimen-collection-amount - resource: '%resource.collection.quantity' - constants: - cqFieldPath: '%{hl7SpecimenFieldPath}-12' - schema: classpath:/metadata/hl7_mapping/datatypes/Quantity/CQ.yml - - - name: specimen-description - resource: '%resource.note.where(extension(%`rsext-hl7v2Name`).exists().not())' - value: [ '%resource.text' ] - hl7Spec: [ '%{hl7SpecimenFieldPath}-14' ] - - - name: specimen-collection-time - condition: '%context.collection.collected.exists() and %context.collection.collected is dateTime' - resource: '%resource.collection.collected' - constants: - dtmFieldPath: '%{hl7SpecimenFieldPath}-17-1' - schema: classpath:/metadata/hl7_mapping/datatypes/dateTime/DTMorDT.yml - - - name: specimen-observation-date-time-start - condition: '%context.collection.collected.exists() and %context.collection.collected is Period' - resource: '%resource.collection.collected.start' - constants: - dtmFieldPath: '%{hl7SpecimenFieldPath}-17-1' - schema: classpath:/metadata/hl7_mapping/datatypes/dateTime/DTMorDT.yml - - # Alternative to getting specimen collection time from DiagnosticReport instead - - name: specimen-collection-time-diagnostic - condition: '%context.collection.collected.exists().not()' - resource: '%diagnostic.effective' - constants: - dtmFieldPath: '%{hl7SpecimenFieldPath}-17-1' - schema: classpath:/metadata/hl7_mapping/datatypes/dateTime/DTMorDT.yml - - - name: specimen-observation-date-time-end - condition: '%context.collection.collected.exists() and %context.collection.collected is Period' - resource: '%resource.collection.collected.end' - constants: - dtmFieldPath: '%{hl7SpecimenFieldPath}-17-2' - schema: classpath:/metadata/hl7_mapping/datatypes/dateTime/DTMorDT.yml - - - name: specimen-received-time - condition: '%context.receivedTime.exists() and %context.receivedTime is dateTime' - resource: '%resource.receivedTime' - constants: - dtmFieldPath: '%{hl7SpecimenFieldPath}-18' - schema: classpath:/metadata/hl7_mapping/datatypes/dateTime/DTMorDT.yml - - - name: specimen-reject-reason - value: [ '""' ] - hl7Spec: [ '%{hl7SpecimenFieldPath}-21' ] - - - name: specimen-condition - resource: '%resource.condition' - condition: '%resource.exists()' - constants: - cweFieldPath: '%{hl7SpecimenFieldPath}-24' - schema: classpath:/metadata/hl7_mapping/common/datatype/ce-coded-with-exceptions.yml - - - name: specimen-number-of-containers - resource: '%resource.container.specimenQuantity' - condition: '%resource.exists()' - value: [ '%resource.value' ] - hl7Spec: [ '%{hl7SpecimenFieldPath}-26' ] - - - name: specimen-container-type - resource: '%resource.container.type' - constants: - cweFieldPath: '%{hl7SpecimenFieldPath}-27' - schema: classpath:/metadata/hl7_mapping/common/datatype/ce-coded-with-exceptions.yml - - - name: specimen-observation-result-with-aoe - resource: '%service.supportingInfo.resolve().where(specimen.id = Bundle.entry.resource.ofType(Specimen).id and (meta.exists().not() or meta.tag.code != "AOE"))' - schema: classpath:/metadata/hl7_mapping/resources/Observation/OBX.yml - resourceIndex: specimenObservationIndex - constants: - hl7ObservationPath: '/PATIENT_RESULT/ORDER_OBSERVATION(%{orderIndex})/SPECIMEN(%{specimenIndex})/SPECIMEN_OBSERVATION' - hl7OBXField: '/PATIENT_RESULT/ORDER_OBSERVATION(%{orderIndex})/SPECIMEN(%{specimenIndex})/SPECIMEN_OBSERVATION(%{specimenObservationIndex})/OBX' - observation: '%service.supportingInfo.resolve().where(specimen.id = Bundle.entry.resource.ofType(Specimen).id)[%specimenObservationIndex]' - resultIndex: '%specimenObservationIndex' \ No newline at end of file diff --git a/prime-router/src/main/resources/metadata/hl7_mapping/resources/DiagnosticReport/OBR.yml b/prime-router/src/main/resources/metadata/hl7_mapping/resources/DiagnosticReport/OBR.yml index 796415372f4..ab59f1508f9 100644 --- a/prime-router/src/main/resources/metadata/hl7_mapping/resources/DiagnosticReport/OBR.yml +++ b/prime-router/src/main/resources/metadata/hl7_mapping/resources/DiagnosticReport/OBR.yml @@ -1,8 +1,5 @@ # $schema: ./../../../../../../../metadata/json_schema/fhir/fhir-to-hl7-mapping.json -constants: - obrFieldPath: /PATIENT_RESULT(%{patientIndex})/ORDER_OBSERVATION(%{orderIndex})/OBR - elements: - name: observation-datetime diff --git a/prime-router/src/main/resources/metadata/hl7_mapping/resources/Observation/OBXValue.yml b/prime-router/src/main/resources/metadata/hl7_mapping/resources/Observation/OBXValue.yml index b00993240e2..7ef010ffcab 100644 --- a/prime-router/src/main/resources/metadata/hl7_mapping/resources/Observation/OBXValue.yml +++ b/prime-router/src/main/resources/metadata/hl7_mapping/resources/Observation/OBXValue.yml @@ -22,7 +22,6 @@ elements: value: [ '%resource.value.extension(%`rsext-hl7v2-date-time`).value' ] hl7Spec: [ '%{hl7OBXField}-5' ] - - name: obx-value-vr-1 condition: '%context.extension(%`rsext-obx-observation`).extension.where(url = "OBX.2").value = "VR"' value: [ '%resource.value.split("-").first()' ] @@ -98,7 +97,6 @@ elements: constants: hl7NRField: '%{hl7OBXField}-5' - - name: obx-value-nm condition: '%context.extension(%`rsext-obx-observation`).extension.where(url = "OBX.2").value = "NM"' value: [ '%resource.value.value' ] diff --git a/prime-router/src/main/resources/metadata/hl7_mapping/resources/ServiceRequest/OBR.yml b/prime-router/src/main/resources/metadata/hl7_mapping/resources/ServiceRequest/OBR.yml index 9e560a5a30a..8fdab94f0db 100644 --- a/prime-router/src/main/resources/metadata/hl7_mapping/resources/ServiceRequest/OBR.yml +++ b/prime-router/src/main/resources/metadata/hl7_mapping/resources/ServiceRequest/OBR.yml @@ -1,8 +1,5 @@ # $schema: ./../../../../../../../metadata/json_schema/fhir/fhir-to-hl7-mapping.json -constants: - obrFieldPath: /PATIENT_RESULT(%{patientIndex})/ORDER_OBSERVATION(%{orderIndex})/OBR - elements: - name: set-id @@ -32,6 +29,21 @@ elements: value: [ '%resource.occurrence.extension(%`rsext-hl7v2-date-time`).value' ] hl7Spec: [ '%{obrFieldPath}-6' ] + - name: observation-collected-datetime + condition: '%resource.specimen.resolve().where(extension(%`rsext-hl7v2Segment`).value = "OBR").collection.collected.is(dateTime)' + value: [ '%resource.specimen.resolve().where(extension(%`rsext-hl7v2Segment`).value = "OBR").collection.collected.extension(%`rsext-hl7v2-date-time`).value' ] + hl7Spec: [ '%{obrFieldPath}-7' ] + + - name: observation-collected-datetime-start + condition: '%resource.specimen.resolve().where(extension(%`rsext-hl7v2Segment`).value = "OBR").collection.collected.is(Period)' + value: [ '%resource.specimen.resolve().where(extension(%`rsext-hl7v2Segment`).value = "OBR").collection.collected.start.extension(%`rsext-hl7v2-date-time`).value' ] + hl7Spec: [ '%{obrFieldPath}-7' ] + + - name: observation-collected-end-datetime + condition: '%resource.specimen.resolve().where(extension(%`rsext-hl7v2Segment`).value = "OBR").collection.collected.is(Period)' + value: [ '%resource.specimen.resolve().where(extension(%`rsext-hl7v2Segment`).value = "OBR").collection.collected.end.extension(%`rsext-hl7v2-date-time`).value' ] + hl7Spec: [ '%{obrFieldPath}-8' ] + - name: ordering-provider-from-practitioner condition: '%context.requester.resolve().is(Practitioner) and %context.requester.resolve().extension(%`rsext-hl7v2Field`).value = "OBR.16"' schema: classpath:/metadata/hl7_mapping/resources/Practitioner/XCN.yml diff --git a/prime-router/src/main/resources/metadata/hl7_mapping/resources/ServiceRequest/ORC.yml b/prime-router/src/main/resources/metadata/hl7_mapping/resources/ServiceRequest/ORC.yml index 4c8879dbe65..f815c352171 100644 --- a/prime-router/src/main/resources/metadata/hl7_mapping/resources/ServiceRequest/ORC.yml +++ b/prime-router/src/main/resources/metadata/hl7_mapping/resources/ServiceRequest/ORC.yml @@ -1,8 +1,5 @@ # $schema: ./../../../../../../../metadata/json_schema/fhir/fhir-to-hl7-mapping.json -constants: - hl7Order: /PATIENT_RESULT(%{patientIndex})/ORDER_OBSERVATION(%{orderIndex})/ORC - elements: - name: order-control hl7Spec: [ '%{hl7Order}-1' ] diff --git a/prime-router/src/test/kotlin/common/UniversalPipelineTestUtils.kt b/prime-router/src/test/kotlin/common/UniversalPipelineTestUtils.kt index f158a08993b..d6c338c0d0b 100644 --- a/prime-router/src/test/kotlin/common/UniversalPipelineTestUtils.kt +++ b/prime-router/src/test/kotlin/common/UniversalPipelineTestUtils.kt @@ -67,11 +67,11 @@ SPM|1|0cba76f5-35e0-4a28-803a-2f31308aae9b||258500001^Nasopharyngeal swab^SCT||| @Suppress("ktlint:standard:max-line-length") const val cleanHL7RecordConverted = - """{"resourceType":"Bundle","id":"1721779095041066000.8124ea86-afeb-4eb2-8971-312b9fb7acb8","meta":{"lastUpdated":"2024-07-23T16:58:15.045-07:00"},"identifier":{"system":"https://reportstream.cdc.gov/prime-router","value":"371784"},"type":"message","timestamp":"2021-02-10T17:07:37.000-08:00","entry":[{"fullUrl":"MessageHeader/4aeed951-99a9-3152-8885-6b0acc6dd35e","resource":{"resourceType":"MessageHeader","id":"4aeed951-99a9-3152-8885-6b0acc6dd35e","meta":{"tag":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0103","code":"P"}]},"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/msh-message-header","extension":[{"url":"MSH.7","valueString":"20210210170737"},{"url":"MSH.15","valueString":"NE"},{"url":"MSH.16","valueString":"NE"},{"url":"MSH.21","valueIdentifier":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"ELR_Receiver"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.9.99"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]}],"value":"PHLabReportNoAck"}}]}],"eventCoding":{"system":"http://terminology.hl7.org/CodeSystem/v2-0003","code":"R01","display":"ORU^R01^ORU_R01"},"destination":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"MSH.5"}],"name":"PRIME_DOH","_endpoint":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/data-absent-reason","valueCode":"unknown"}]},"receiver":{"reference":"Organization/1721779095101182000.6e9c378b-5357-4439-94fd-b578715648a6"}}],"sender":{"reference":"Organization/1721779095075059000.2189c9cf-ee89-4de1-8af1-01eeb203cdd7"},"source":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"CDC PRIME - Atlanta, Georgia (Dekalb)"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.114222.4.1.237821"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueString":"ISO"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"MSH.3"}],"software":"PRIME ReportStream","version":"0.1-SNAPSHOT","endpoint":"urn:oid:2.16.840.1.114222.4.1.237821"}}},{"fullUrl":"Organization/1721779095075059000.2189c9cf-ee89-4de1-8af1-01eeb203cdd7","resource":{"resourceType":"Organization","id":"1721779095075059000.2189c9cf-ee89-4de1-8af1-01eeb203cdd7","identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.1"}],"value":"Avante at Ormond Beach"},{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.2,HD.3"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0301","code":"CLIA"}]},"value":"10D0876999"}],"address":[{"country":"USA"}]}},{"fullUrl":"Organization/1721779095101182000.6e9c378b-5357-4439-94fd-b578715648a6","resource":{"resourceType":"Organization","id":"1721779095101182000.6e9c378b-5357-4439-94fd-b578715648a6","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"MSH.6"}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.1"}],"value":"Prime ReportStream"}]}},{"fullUrl":"Provenance/1721779095325537000.37c25033-9e7b-483a-9ca2-8b553244c297","resource":{"resourceType":"Provenance","id":"1721779095325537000.37c25033-9e7b-483a-9ca2-8b553244c297","target":[{"reference":"MessageHeader/4aeed951-99a9-3152-8885-6b0acc6dd35e"},{"reference":"DiagnosticReport/1721779095495254000.5cb1dfe6-8ed3-49c3-8a98-021226380faf"}],"recorded":"2021-02-10T17:07:37Z","activity":{"coding":[{"display":"ORU^R01^ORU_R01"}]},"agent":[{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/provenance-participant-type","code":"author"}]},"who":{"reference":"Organization/1721779095324867000.5b5c3704-8a2b-439b-a8a6-06e32fb78478"}}],"entity":[{"role":"source","what":{"reference":"Device/1721779095327982000.a98928b3-e99b-4463-bada-b6a596c9cc10"}}]}},{"fullUrl":"Organization/1721779095324867000.5b5c3704-8a2b-439b-a8a6-06e32fb78478","resource":{"resourceType":"Organization","id":"1721779095324867000.5b5c3704-8a2b-439b-a8a6-06e32fb78478","identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.1"}],"value":"Avante at Ormond Beach"},{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.2,HD.3"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0301","code":"CLIA"}]},"value":"10D0876999"}]}},{"fullUrl":"Organization/1721779095327814000.ff76d2f4-c7e3-45ba-82e1-d1778702925f","resource":{"resourceType":"Organization","id":"1721779095327814000.ff76d2f4-c7e3-45ba-82e1-d1778702925f","name":"Centers for Disease Control and Prevention"}},{"fullUrl":"Device/1721779095327982000.a98928b3-e99b-4463-bada-b6a596c9cc10","resource":{"resourceType":"Device","id":"1721779095327982000.a98928b3-e99b-4463-bada-b6a596c9cc10","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/software-vendor-org","valueReference":{"reference":"Organization/1721779095327814000.ff76d2f4-c7e3-45ba-82e1-d1778702925f"}}],"manufacturer":"Centers for Disease Control and Prevention","deviceName":[{"name":"PRIME ReportStream","type":"manufacturer-name"}],"modelNumber":"0.1-SNAPSHOT","version":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/software-install-date","valueDateTime":"2021-02-10","_valueDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"20210210"}]}}],"value":"0.1-SNAPSHOT"}]}},{"fullUrl":"Provenance/1721779095333009000.bd411d6d-f4cf-4c49-9cae-25b4358d5611","resource":{"resourceType":"Provenance","id":"1721779095333009000.bd411d6d-f4cf-4c49-9cae-25b4358d5611","recorded":"2024-07-23T16:58:15Z","policy":[ "http://hl7.org/fhir/uv/v2mappings/message-oru-r01-to-bundle" ],"activity":{"coding":[{"code":"v2-FHIR transformation"}]},"agent":[{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/provenance-participant-type","code":"assembler"}]},"who":{"reference":"Organization/1721779095332702000.dfbfd358-15e6-4037-8ef7-77545accb117"}}]}},{"fullUrl":"Organization/1721779095332702000.dfbfd358-15e6-4037-8ef7-77545accb117","resource":{"resourceType":"Organization","id":"1721779095332702000.dfbfd358-15e6-4037-8ef7-77545accb117","identifier":[{"value":"CDC PRIME - Atlanta"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0301"}]},"system":"urn:ietf:rfc:3986","value":"2.16.840.1.114222.4.1.237821"}]}},{"fullUrl":"Patient/1721779095352871000.43ab1a5e-ddca-4454-baea-5a67fc67b3f1","resource":{"resourceType":"Patient","id":"1721779095352871000.43ab1a5e-ddca-4454-baea-5a67fc67b3f1","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/pid-patient","extension":[{"url":"PID.8","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"}],"code":"F"}]}},{"url":"PID.30","valueString":"N"}]},{"url":"http://ibm.com/fhir/cdm/StructureDefinition/local-race-cd","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70005"}],"system":"http://terminology.hl7.org/CodeSystem/v3-Race","version":"2.5.1","code":"2106-3","display":"White"}]}},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/ethnic-group","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70189"}],"system":"http://terminology.hl7.org/CodeSystem/v2-0189","code":"U","display":"Unknown"}]}}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier","extension":[{"url":"CX.5","valueString":"PI"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"PID.3"}],"type":{"coding":[{"code":"PI"}]},"value":"2a14112c-ece1-4f82-915c-7b3a8d152eda","assigner":{"reference":"Organization/1721779095337788000.9966802f-37aa-4c6c-9461-a485310d483b"}}],"name":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name","extension":[{"url":"XPN.2","valueString":"Kareem"},{"url":"XPN.3","valueString":"Millie"},{"url":"XPN.7","valueString":"L"}]}],"use":"official","family":"Buckridge","given":[ "Kareem", "Millie" ]}],"telecom":[{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-country","valueString":"1"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-area","valueString":"211"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-local","valueString":"2240784"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point","extension":[{"url":"XTN.1","valueString":"7275555555:1:"},{"url":"XTN.2","valueString":"PRN"},{"url":"XTN.4","valueString":"roscoe.wilkinson@email.com"},{"url":"XTN.7","valueString":"2240784"}]}],"system":"email","use":"home"}],"gender":"female","birthDate":"1958-08-10","_birthDate":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"19580810"}]},"deceasedBoolean": false,"address":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line","extension":[{"url":"SAD.1","valueString":"688 Leighann Inlet"}]}]}],"line":[ "688 Leighann Inlet" ],"city":"South Rodneychester","district":"48077","state":"TX","postalCode":"67071"}]}},{"fullUrl":"Organization/1721779095337788000.9966802f-37aa-4c6c-9461-a485310d483b","resource":{"resourceType":"Organization","id":"1721779095337788000.9966802f-37aa-4c6c-9461-a485310d483b","identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.1"}],"value":"Avante at Ormond Beach"}]}},{"fullUrl":"Provenance/1721779095355228000.9beb413b-8721-4221-8c79-499e20f2fd92","resource":{"resourceType":"Provenance","id":"1721779095355228000.9beb413b-8721-4221-8c79-499e20f2fd92","target":[{"reference":"Patient/1721779095352871000.43ab1a5e-ddca-4454-baea-5a67fc67b3f1"}],"recorded":"2024-07-23T16:58:15Z","activity":{"coding":[{"system":"https://terminology.hl7.org/CodeSystem/v3-DataOperation","code":"UPDATE"}]}}},{"fullUrl":"Observation/1721779095357939000.85aa77e7-a8a3-41a0-bb83-3a8c7d94e52c","resource":{"resourceType":"Observation","id":"1721779095357939000.85aa77e7-a8a3-41a0-bb83-3a8c7d94e52c","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time","valueDateTime":"2021-02-09T00:00:00-06:00","_valueDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]}},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation","extension":[{"url":"OBX.2","valueId":"CWE"},{"url":"OBX.11","valueString":"F"},{"url":"OBX.17","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"99ELR"}],"code":"CareStart COVID-19 Antigen test_Access Bio, Inc._EUA"}]}}]}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"94558-4","display":"SARS-CoV-2 (COVID-19) Ag [Presence] in Respiratory specimen by Rapid immunoassay"}]},"subject":{"reference":"Patient/1721779095352871000.43ab1a5e-ddca-4454-baea-5a67fc67b3f1"},"effectiveDateTime":"2021-02-09T00:00:00-06:00","_effectiveDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"performer":[{"reference":"Organization/1721779095358794000.776ae6de-798b-4a27-89af-8771c788f848"}],"valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"SCT"}],"system":"http://snomed.info/sct","code":"260415000","display":"Not detected"}]},"interpretation":[{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70078"}],"code":"N","display":"Normal (applies to non-numeric results)"}]}],"method":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"99ELR"}],"code":"CareStart COVID-19 Antigen test_Access Bio, Inc._EUA"}]}}},{"fullUrl":"Organization/1721779095358794000.776ae6de-798b-4a27-89af-8771c788f848","resource":{"resourceType":"Organization","id":"1721779095358794000.776ae6de-798b-4a27-89af-8771c788f848","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization","extension":[{"url":"XON.10","valueString":"10D0876999"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"OBX.25"}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"CLIA"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.4.7"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]}],"value":"10D0876999"}],"name":"Avante at Ormond Beach","address":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line","extension":[{"url":"SAD.1","valueString":"170 North King Road"}]}]}],"line":[ "170 North King Road" ],"city":"Ormond Beach","district":"12127","state":"FL","postalCode":"32174"}]}},{"fullUrl":"Observation/1721779095361252000.86286d65-9e75-4f1b-9712-350c93666cfc","resource":{"resourceType":"Observation","id":"1721779095361252000.86286d65-9e75-4f1b-9712-350c93666cfc","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation","extension":[{"url":"OBX.2","valueId":"CWE"},{"url":"OBX.29","valueId":"QST"},{"url":"OBX.11","valueString":"F"}]}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"95418-0","display":"Whether patient is employed in a healthcare setting"}]},"subject":{"reference":"Patient/1721779095352871000.43ab1a5e-ddca-4454-baea-5a67fc67b3f1"},"effectiveDateTime":"2021-02-09T00:00:00-06:00","_effectiveDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70136"}],"code":"Y","display":"Yes"}]}}},{"fullUrl":"Observation/1721779095363292000.adbb0dcd-2367-475c-af73-95f96044ec62","resource":{"resourceType":"Observation","id":"1721779095363292000.adbb0dcd-2367-475c-af73-95f96044ec62","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation","extension":[{"url":"OBX.2","valueId":"CWE"},{"url":"OBX.29","valueId":"QST"},{"url":"OBX.11","valueString":"F"}]}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"95417-2","display":"First test for condition of interest"}]},"subject":{"reference":"Patient/1721779095352871000.43ab1a5e-ddca-4454-baea-5a67fc67b3f1"},"effectiveDateTime":"2021-02-09T00:00:00-06:00","_effectiveDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70136"}],"code":"Y","display":"Yes"}]}}},{"fullUrl":"Observation/1721779095365380000.f1fb38e0-5df0-4aca-9854-423bbf2bf6ae","resource":{"resourceType":"Observation","id":"1721779095365380000.f1fb38e0-5df0-4aca-9854-423bbf2bf6ae","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation","extension":[{"url":"OBX.2","valueId":"CWE"},{"url":"OBX.29","valueId":"QST"},{"url":"OBX.11","valueString":"F"}]}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"95421-4","display":"Resides in a congregate care setting"}]},"subject":{"reference":"Patient/1721779095352871000.43ab1a5e-ddca-4454-baea-5a67fc67b3f1"},"effectiveDateTime":"2021-02-09T00:00:00-06:00","_effectiveDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70136"}],"code":"N","display":"No"}]}}},{"fullUrl":"Observation/1721779095367165000.2ec02035-fd7f-4224-8fb4-416456c43445","resource":{"resourceType":"Observation","id":"1721779095367165000.2ec02035-fd7f-4224-8fb4-416456c43445","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation","extension":[{"url":"OBX.2","valueId":"CWE"},{"url":"OBX.29","valueId":"QST"},{"url":"OBX.11","valueString":"F"}]}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"95419-8","display":"Has symptoms related to condition of interest"}]},"subject":{"reference":"Patient/1721779095352871000.43ab1a5e-ddca-4454-baea-5a67fc67b3f1"},"effectiveDateTime":"2021-02-09T00:00:00-06:00","_effectiveDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70136"}],"code":"N","display":"No"}]}}},{"fullUrl":"Specimen/1721779095482081000.c3758a54-eb20-4694-b925-cc7d24bfbbba","resource":{"resourceType":"Specimen","id":"1721779095482081000.c3758a54-eb20-4694-b925-cc7d24bfbbba","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment","valueString":"OBR"}]}},{"fullUrl":"Specimen/1721779095483785000.68cef163-56b4-4da6-8e30-b61983c02e6b","resource":{"resourceType":"Specimen","id":"1721779095483785000.68cef163-56b4-4da6-8e30-b61983c02e6b","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment","valueString":"SPM"}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component","valueString":"SPM.2.1"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"PGN"}]},"value":"0cba76f5-35e0-4a28-803a-2f31308aae9b"}],"type":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"SCT"}],"system":"http://snomed.info/sct","code":"258500001","display":"Nasopharyngeal swab"}]},"receivedTime":"2021-02-09T00:00:00-06:00","_receivedTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"collection":{"collectedDateTime":"2021-02-09T00:00:00-06:00","_collectedDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"bodySite":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"SCT"}],"system":"http://snomed.info/sct","version":"2020-09-01","code":"71836000","display":"Nasopharyngeal structure (body structure)"}]}}}},{"fullUrl":"ServiceRequest/1721779095491622000.c8739469-89a0-4296-8bbb-1a8f4dca313f","resource":{"resourceType":"ServiceRequest","id":"1721779095491622000.c8739469-89a0-4296-8bbb-1a8f4dca313f","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/business-event","valueCode":"RE"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/orc-common-order","extension":[{"url":"orc-21-ordering-facility-name","valueReference":{"reference":"Organization/1721779095488185000.0eaf9feb-254d-4235-9dff-638105263d37"}},{"url":"orc-22-ordering-facility-address","valueAddress":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line","extension":[{"url":"SAD.1","valueString":"170 North King Road"}]}]}],"line":[ "170 North King Road" ],"city":"Ormond Beach","district":"12127","state":"FL","postalCode":"32174"}},{"url":"orc-24-ordering-provider-address","valueAddress":{"postalCode":"32174"}},{"url":"orc-12-ordering-provider","valueReference":{"reference":"Practitioner/1721779095489764000.87471747-2300-4260-9bc7-805b7451df4b"}},{"url":"ORC.15","valueString":"20210209"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request","extension":[{"url":"OBR.2","valueIdentifier":{"value":"73a6e9bd-aaec-418e-813a-0ad33366ca85"}},{"url":"OBR.3","valueIdentifier":{"value":"0cba76f5-35e0-4a28-803a-2f31308aae9b"}},{"url":"OBR.22","valueString":"202102090000-0600"},{"url":"OBR.25","valueId":"F"},{"url":"OBR.16","valueReference":{"reference":"Practitioner/1721779095490784000.d8a5e4d6-6caf-408d-901a-a862fbf57a18"}},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number","valueContactPoint":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-country","valueString":"1"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-area","valueString":"386"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-local","valueString":"6825220"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point","extension":[{"url":"XTN.2","valueString":"WPN"},{"url":"XTN.7","valueString":"6825220"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"OBR.17"}],"_system":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/data-absent-reason","valueCode":"unknown"}]},"use":"work"}}]}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.2"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"PLAC"}]},"value":"73a6e9bd-aaec-418e-813a-0ad33366ca85"},{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.3"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"FILL"}]},"value":"73a6e9bd-aaec-418e-813a-0ad33366ca85"}],"status":"unknown","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"94558-4","display":"SARS-CoV-2 (COVID-19) Ag [Presence] in Respiratory specimen by Rapid immunoassay"}]},"subject":{"reference":"Patient/1721779095352871000.43ab1a5e-ddca-4454-baea-5a67fc67b3f1"},"requester":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number","valueContactPoint":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-country","valueString":"1"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-area","valueString":"386"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-local","valueString":"6825220"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point","extension":[{"url":"XTN.2","valueString":"WPN"},{"url":"XTN.7","valueString":"6825220"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.14"}],"_system":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/data-absent-reason","valueCode":"unknown"}]},"use":"work"}}],"reference":"PractitionerRole/1721779095484855000.d07abc10-62fa-445b-81df-1af193f5ce19"}}},{"fullUrl":"Practitioner/1721779095485842000.c16c7a09-63f3-4753-bfd4-bb6e0f02ff83","resource":{"resourceType":"Practitioner","id":"1721779095485842000.c16c7a09-63f3-4753-bfd4-bb6e0f02ff83","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"CMS"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.249"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner","extension":[{"url":"XCN.3","valueString":"Husam"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.12"}],"identifier":[{"type":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id","valueBoolean": true}],"code":"NPI"}]},"system":"CMS","value":"1629082607"}],"name":[{"family":"Eddin","given":[ "Husam" ]}],"address":[{"postalCode":"32174"}]}},{"fullUrl":"Organization/1721779095486628000.7773205f-e9e1-49eb-bdf2-c4d80deb3306","resource":{"resourceType":"Organization","id":"1721779095486628000.7773205f-e9e1-49eb-bdf2-c4d80deb3306","name":"Avante at Ormond Beach","telecom":[{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-country","valueString":"1"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-area","valueString":"407"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-local","valueString":"7397506"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point","extension":[{"url":"XTN.2","valueString":"WPN"},{"url":"XTN.4","valueString":"jbrush@avantecenters.com"},{"url":"XTN.7","valueString":"7397506"}]}],"system":"email","use":"work"}],"address":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line","extension":[{"url":"SAD.1","valueString":"170 North King Road"}]}]}],"line":[ "170 North King Road" ],"city":"Ormond Beach","district":"12127","state":"FL","postalCode":"32174"}]}},{"fullUrl":"PractitionerRole/1721779095484855000.d07abc10-62fa-445b-81df-1af193f5ce19","resource":{"resourceType":"PractitionerRole","id":"1721779095484855000.d07abc10-62fa-445b-81df-1af193f5ce19","practitioner":{"reference":"Practitioner/1721779095485842000.c16c7a09-63f3-4753-bfd4-bb6e0f02ff83"},"organization":{"reference":"Organization/1721779095486628000.7773205f-e9e1-49eb-bdf2-c4d80deb3306"}}},{"fullUrl":"Organization/1721779095488185000.0eaf9feb-254d-4235-9dff-638105263d37","resource":{"resourceType":"Organization","id":"1721779095488185000.0eaf9feb-254d-4235-9dff-638105263d37","name":"Avante at Ormond Beach"}},{"fullUrl":"Practitioner/1721779095489764000.87471747-2300-4260-9bc7-805b7451df4b","resource":{"resourceType":"Practitioner","id":"1721779095489764000.87471747-2300-4260-9bc7-805b7451df4b","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"CMS"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.249"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner","extension":[{"url":"XCN.3","valueString":"Husam"}]}],"identifier":[{"type":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id","valueBoolean": true}],"code":"NPI"}]},"system":"CMS","value":"1629082607"}],"name":[{"family":"Eddin","given":[ "Husam" ]}]}},{"fullUrl":"Practitioner/1721779095490784000.d8a5e4d6-6caf-408d-901a-a862fbf57a18","resource":{"resourceType":"Practitioner","id":"1721779095490784000.d8a5e4d6-6caf-408d-901a-a862fbf57a18","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"CMS"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.249"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner","extension":[{"url":"XCN.3","valueString":"Husam"}]}],"identifier":[{"type":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id","valueBoolean": true}],"code":"NPI"}]},"system":"CMS","value":"1629082607"}],"name":[{"family":"Eddin","given":[ "Husam" ]}]}},{"fullUrl":"DiagnosticReport/1721779095495254000.5cb1dfe6-8ed3-49c3-8a98-021226380faf","resource":{"resourceType":"DiagnosticReport","id":"1721779095495254000.5cb1dfe6-8ed3-49c3-8a98-021226380faf","identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.2"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"PLAC"}]},"value":"73a6e9bd-aaec-418e-813a-0ad33366ca85"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"FILL"}]},"value":"73a6e9bd-aaec-418e-813a-0ad33366ca85"}],"basedOn":[{"reference":"ServiceRequest/1721779095491622000.c8739469-89a0-4296-8bbb-1a8f4dca313f"}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"94558-4","display":"SARS-CoV-2 (COVID-19) Ag [Presence] in Respiratory specimen by Rapid immunoassay"}]},"subject":{"reference":"Patient/1721779095352871000.43ab1a5e-ddca-4454-baea-5a67fc67b3f1"},"effectivePeriod":{"start":"2021-02-09T00:00:00-06:00","_start":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"end":"2021-02-09T00:00:00-06:00","_end":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]}},"issued":"2021-02-09T00:00:00-06:00","_issued":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"specimen":[{"reference":"Specimen/1721779095483785000.68cef163-56b4-4da6-8e30-b61983c02e6b"},{"reference":"Specimen/1721779095482081000.c3758a54-eb20-4694-b925-cc7d24bfbbba"}],"result":[{"reference":"Observation/1721779095357939000.85aa77e7-a8a3-41a0-bb83-3a8c7d94e52c"},{"reference":"Observation/1721779095361252000.86286d65-9e75-4f1b-9712-350c93666cfc"},{"reference":"Observation/1721779095363292000.adbb0dcd-2367-475c-af73-95f96044ec62"},{"reference":"Observation/1721779095365380000.f1fb38e0-5df0-4aca-9854-423bbf2bf6ae"},{"reference":"Observation/1721779095367165000.2ec02035-fd7f-4224-8fb4-416456c43445"}]}}]}""" + """{"resourceType":"Bundle","id":"1721779095041066000.8124ea86-afeb-4eb2-8971-312b9fb7acb8","meta":{"lastUpdated":"2024-07-23T16:58:15.045-07:00"},"identifier":{"system":"https://reportstream.cdc.gov/prime-router","value":"371784"},"type":"message","timestamp":"2021-02-10T17:07:37.000-08:00","entry":[{"fullUrl":"MessageHeader/4aeed951-99a9-3152-8885-6b0acc6dd35e","resource":{"resourceType":"MessageHeader","id":"4aeed951-99a9-3152-8885-6b0acc6dd35e","meta":{"tag":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0103","code":"P"}]},"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/msh-message-header","extension":[{"url":"MSH.7","valueString":"20210210170737"},{"url":"MSH.15","valueString":"NE"},{"url":"MSH.16","valueString":"NE"},{"url":"MSH.21","valueIdentifier":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"ELR_Receiver"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.9.99"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]}],"value":"PHLabReportNoAck"}}]}],"eventCoding":{"system":"http://terminology.hl7.org/CodeSystem/v2-0003","code":"R01","display":"ORU^R01^ORU_R01"},"destination":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"MSH.5"}],"name":"PRIME_DOH","_endpoint":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/data-absent-reason","valueCode":"unknown"}]},"receiver":{"reference":"Organization/1721779095101182000.6e9c378b-5357-4439-94fd-b578715648a6"}}],"sender":{"reference":"Organization/1721779095075059000.2189c9cf-ee89-4de1-8af1-01eeb203cdd7"},"source":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"CDC PRIME - Atlanta, Georgia (Dekalb)"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.114222.4.1.237821"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueString":"ISO"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"MSH.3"}],"software":"PRIME ReportStream","version":"0.1-SNAPSHOT","endpoint":"urn:oid:2.16.840.1.114222.4.1.237821"}}},{"fullUrl":"Organization/1721779095075059000.2189c9cf-ee89-4de1-8af1-01eeb203cdd7","resource":{"resourceType":"Organization","id":"1721779095075059000.2189c9cf-ee89-4de1-8af1-01eeb203cdd7","identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.1"}],"value":"Avante at Ormond Beach"},{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.2,HD.3"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0301","code":"CLIA"}]},"value":"10D0876999"}],"address":[{"country":"USA"}]}},{"fullUrl":"Organization/1721779095101182000.6e9c378b-5357-4439-94fd-b578715648a6","resource":{"resourceType":"Organization","id":"1721779095101182000.6e9c378b-5357-4439-94fd-b578715648a6","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"MSH.6"}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.1"}],"value":"Prime ReportStream"}]}},{"fullUrl":"Provenance/1721779095325537000.37c25033-9e7b-483a-9ca2-8b553244c297","resource":{"resourceType":"Provenance","id":"1721779095325537000.37c25033-9e7b-483a-9ca2-8b553244c297","target":[{"reference":"MessageHeader/4aeed951-99a9-3152-8885-6b0acc6dd35e"},{"reference":"DiagnosticReport/1721779095495254000.5cb1dfe6-8ed3-49c3-8a98-021226380faf"}],"recorded":"2021-02-10T17:07:37Z","activity":{"coding":[{"display":"ORU^R01^ORU_R01"}]},"agent":[{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/provenance-participant-type","code":"author"}]},"who":{"reference":"Organization/1721779095324867000.5b5c3704-8a2b-439b-a8a6-06e32fb78478"}}],"entity":[{"role":"source","what":{"reference":"Device/1721779095327982000.a98928b3-e99b-4463-bada-b6a596c9cc10"}}]}},{"fullUrl":"Organization/1721779095324867000.5b5c3704-8a2b-439b-a8a6-06e32fb78478","resource":{"resourceType":"Organization","id":"1721779095324867000.5b5c3704-8a2b-439b-a8a6-06e32fb78478","identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.1"}],"value":"Avante at Ormond Beach"},{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.2,HD.3"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0301","code":"CLIA"}]},"value":"10D0876999"}]}},{"fullUrl":"Organization/1721779095327814000.ff76d2f4-c7e3-45ba-82e1-d1778702925f","resource":{"resourceType":"Organization","id":"1721779095327814000.ff76d2f4-c7e3-45ba-82e1-d1778702925f","name":"Centers for Disease Control and Prevention"}},{"fullUrl":"Device/1721779095327982000.a98928b3-e99b-4463-bada-b6a596c9cc10","resource":{"resourceType":"Device","id":"1721779095327982000.a98928b3-e99b-4463-bada-b6a596c9cc10","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/software-vendor-org","valueReference":{"reference":"Organization/1721779095327814000.ff76d2f4-c7e3-45ba-82e1-d1778702925f"}}],"manufacturer":"Centers for Disease Control and Prevention","deviceName":[{"name":"PRIME ReportStream","type":"manufacturer-name"}],"modelNumber":"0.1-SNAPSHOT","version":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/software-install-date","valueDateTime":"2021-02-10","_valueDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"20210210"}]}}],"value":"0.1-SNAPSHOT"}]}},{"fullUrl":"Provenance/1721779095333009000.bd411d6d-f4cf-4c49-9cae-25b4358d5611","resource":{"resourceType":"Provenance","id":"1721779095333009000.bd411d6d-f4cf-4c49-9cae-25b4358d5611","recorded":"2024-07-23T16:58:15Z","policy":["http://hl7.org/fhir/uv/v2mappings/message-oru-r01-to-bundle"],"activity":{"coding":[{"code":"v2-FHIR transformation"}]},"agent":[{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/provenance-participant-type","code":"assembler"}]},"who":{"reference":"Organization/1721779095332702000.dfbfd358-15e6-4037-8ef7-77545accb117"}}]}},{"fullUrl":"Organization/1721779095332702000.dfbfd358-15e6-4037-8ef7-77545accb117","resource":{"resourceType":"Organization","id":"1721779095332702000.dfbfd358-15e6-4037-8ef7-77545accb117","identifier":[{"value":"CDC PRIME - Atlanta"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0301"}]},"system":"urn:ietf:rfc:3986","value":"2.16.840.1.114222.4.1.237821"}]}},{"fullUrl":"Patient/1721779095352871000.43ab1a5e-ddca-4454-baea-5a67fc67b3f1","resource":{"resourceType":"Patient","id":"1721779095352871000.43ab1a5e-ddca-4454-baea-5a67fc67b3f1","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/pid-patient","extension":[{"url":"PID.8","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"}],"code":"F"}]}},{"url":"PID.30","valueString":"N"}]},{"url":"http://ibm.com/fhir/cdm/StructureDefinition/local-race-cd","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70005"}],"system":"http://terminology.hl7.org/CodeSystem/v3-Race","version":"2.5.1","code":"2106-3","display":"White"}]}},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/ethnic-group","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70189"}],"system":"http://terminology.hl7.org/CodeSystem/v2-0189","code":"U","display":"Unknown"}]}}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier","extension":[{"url":"CX.5","valueString":"PI"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"PID.3"}],"type":{"coding":[{"code":"PI"}]},"value":"2a14112c-ece1-4f82-915c-7b3a8d152eda","assigner":{"reference":"Organization/1721779095337788000.9966802f-37aa-4c6c-9461-a485310d483b"}}],"name":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name","extension":[{"url":"XPN.2","valueString":"Kareem"},{"url":"XPN.3","valueString":"Millie"},{"url":"XPN.7","valueString":"L"}]}],"use":"official","family":"Buckridge","given":["Kareem","Millie"]}],"telecom":[{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-country","valueString":"1"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-area","valueString":"211"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-local","valueString":"2240784"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point","extension":[{"url":"XTN.1","valueString":"7275555555:1:"},{"url":"XTN.2","valueString":"PRN"},{"url":"XTN.4","valueString":"roscoe.wilkinson@email.com"},{"url":"XTN.7","valueString":"2240784"}]}],"system":"email","use":"home"}],"gender":"female","birthDate":"1958-08-10","_birthDate":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"19580810"}]},"deceasedBoolean":false,"address":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line","extension":[{"url":"SAD.1","valueString":"688 Leighann Inlet"}]}]}],"line":["688 Leighann Inlet"],"city":"South Rodneychester","district":"48077","state":"TX","postalCode":"67071"}]}},{"fullUrl":"Organization/1721779095337788000.9966802f-37aa-4c6c-9461-a485310d483b","resource":{"resourceType":"Organization","id":"1721779095337788000.9966802f-37aa-4c6c-9461-a485310d483b","identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.1"}],"value":"Avante at Ormond Beach"}]}},{"fullUrl":"Provenance/1721779095355228000.9beb413b-8721-4221-8c79-499e20f2fd92","resource":{"resourceType":"Provenance","id":"1721779095355228000.9beb413b-8721-4221-8c79-499e20f2fd92","target":[{"reference":"Patient/1721779095352871000.43ab1a5e-ddca-4454-baea-5a67fc67b3f1"}],"recorded":"2024-07-23T16:58:15Z","activity":{"coding":[{"system":"https://terminology.hl7.org/CodeSystem/v3-DataOperation","code":"UPDATE"}]}}},{"fullUrl":"Observation/1721779095357939000.85aa77e7-a8a3-41a0-bb83-3a8c7d94e52c","resource":{"resourceType":"Observation","id":"1721779095357939000.85aa77e7-a8a3-41a0-bb83-3a8c7d94e52c","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time","valueDateTime":"2021-02-09T00:00:00-06:00","_valueDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]}},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation","extension":[{"url":"OBX.2","valueId":"CWE"},{"url":"OBX.11","valueString":"F"},{"url":"OBX.17","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"99ELR"}],"code":"CareStart COVID-19 Antigen test_Access Bio, Inc._EUA"}]}}]}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"94558-4","display":"SARS-CoV-2 (COVID-19) Ag [Presence] in Respiratory specimen by Rapid immunoassay"}]},"subject":{"reference":"Patient/1721779095352871000.43ab1a5e-ddca-4454-baea-5a67fc67b3f1"},"effectiveDateTime":"2021-02-09T00:00:00-06:00","_effectiveDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"performer":[{"reference":"Organization/1721779095358794000.776ae6de-798b-4a27-89af-8771c788f848"}],"valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"SCT"}],"system":"http://snomed.info/sct","code":"260415000","display":"Not detected"}]},"interpretation":[{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70078"}],"code":"N","display":"Normal (applies to non-numeric results)"}]}],"method":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"99ELR"}],"code":"CareStart COVID-19 Antigen test_Access Bio, Inc._EUA"}]}}},{"fullUrl":"Organization/1721779095358794000.776ae6de-798b-4a27-89af-8771c788f848","resource":{"resourceType":"Organization","id":"1721779095358794000.776ae6de-798b-4a27-89af-8771c788f848","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization","extension":[{"url":"XON.10","valueString":"10D0876999"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"OBX.25"}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"CLIA"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.4.7"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]}],"value":"10D0876999"}],"name":"Avante at Ormond Beach","address":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line","extension":[{"url":"SAD.1","valueString":"170 North King Road"}]}]}],"line":["170 North King Road"],"city":"Ormond Beach","district":"12127","state":"FL","postalCode":"32174"}]}},{"fullUrl":"Observation/1721779095361252000.86286d65-9e75-4f1b-9712-350c93666cfc","resource":{"resourceType":"Observation","id":"1721779095361252000.86286d65-9e75-4f1b-9712-350c93666cfc","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation","extension":[{"url":"OBX.2","valueId":"CWE"},{"url":"OBX.29","valueId":"QST"},{"url":"OBX.11","valueString":"F"}]}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"95418-0","display":"Whether patient is employed in a healthcare setting"}]},"subject":{"reference":"Patient/1721779095352871000.43ab1a5e-ddca-4454-baea-5a67fc67b3f1"},"effectiveDateTime":"2021-02-09T00:00:00-06:00","_effectiveDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70136"}],"code":"Y","display":"Yes"}]}}},{"fullUrl":"Observation/1721779095363292000.adbb0dcd-2367-475c-af73-95f96044ec62","resource":{"resourceType":"Observation","id":"1721779095363292000.adbb0dcd-2367-475c-af73-95f96044ec62","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation","extension":[{"url":"OBX.2","valueId":"CWE"},{"url":"OBX.29","valueId":"QST"},{"url":"OBX.11","valueString":"F"}]}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"95417-2","display":"First test for condition of interest"}]},"subject":{"reference":"Patient/1721779095352871000.43ab1a5e-ddca-4454-baea-5a67fc67b3f1"},"effectiveDateTime":"2021-02-09T00:00:00-06:00","_effectiveDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70136"}],"code":"Y","display":"Yes"}]}}},{"fullUrl":"Observation/1721779095365380000.f1fb38e0-5df0-4aca-9854-423bbf2bf6ae","resource":{"resourceType":"Observation","id":"1721779095365380000.f1fb38e0-5df0-4aca-9854-423bbf2bf6ae","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation","extension":[{"url":"OBX.2","valueId":"CWE"},{"url":"OBX.29","valueId":"QST"},{"url":"OBX.11","valueString":"F"}]}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"95421-4","display":"Resides in a congregate care setting"}]},"subject":{"reference":"Patient/1721779095352871000.43ab1a5e-ddca-4454-baea-5a67fc67b3f1"},"effectiveDateTime":"2021-02-09T00:00:00-06:00","_effectiveDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70136"}],"code":"N","display":"No"}]}}},{"fullUrl":"Observation/1721779095367165000.2ec02035-fd7f-4224-8fb4-416456c43445","resource":{"resourceType":"Observation","id":"1721779095367165000.2ec02035-fd7f-4224-8fb4-416456c43445","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation","extension":[{"url":"OBX.2","valueId":"CWE"},{"url":"OBX.29","valueId":"QST"},{"url":"OBX.11","valueString":"F"}]}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"95419-8","display":"Has symptoms related to condition of interest"}]},"subject":{"reference":"Patient/1721779095352871000.43ab1a5e-ddca-4454-baea-5a67fc67b3f1"},"effectiveDateTime":"2021-02-09T00:00:00-06:00","_effectiveDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70136"}],"code":"N","display":"No"}]}}},{"fullUrl":"Specimen/1721779095482081000.c3758a54-eb20-4694-b925-cc7d24bfbbba","resource":{"resourceType":"Specimen","id":"1721779095482081000.c3758a54-eb20-4694-b925-cc7d24bfbbba","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment","valueString":"OBR"}],"collection":{"collectedPeriod":{"start":"2021-02-09T00:00:00-06:00","_start":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"end":"2021-02-09T00:00:00-06:00","_end":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]}}}}},{"fullUrl":"Specimen/1721779095483785000.68cef163-56b4-4da6-8e30-b61983c02e6b","resource":{"resourceType":"Specimen","id":"1721779095483785000.68cef163-56b4-4da6-8e30-b61983c02e6b","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment","valueString":"SPM"}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component","valueString":"SPM.2.1"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"PGN"}]},"value":"0cba76f5-35e0-4a28-803a-2f31308aae9b"}],"type":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"SCT"}],"system":"http://snomed.info/sct","code":"258500001","display":"Nasopharyngeal swab"}]},"receivedTime":"2021-02-09T00:00:00-06:00","_receivedTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"collection":{"collectedDateTime":"2021-02-09T00:00:00-06:00","_collectedDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"bodySite":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"SCT"}],"system":"http://snomed.info/sct","version":"2020-09-01","code":"71836000","display":"Nasopharyngeal structure (body structure)"}]}}}},{"fullUrl":"ServiceRequest/1721779095491622000.c8739469-89a0-4296-8bbb-1a8f4dca313f","resource":{"resourceType":"ServiceRequest","id":"1721779095491622000.c8739469-89a0-4296-8bbb-1a8f4dca313f","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/business-event","valueCode":"RE"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/orc-common-order","extension":[{"url":"orc-21-ordering-facility-name","valueReference":{"reference":"Organization/1721779095488185000.0eaf9feb-254d-4235-9dff-638105263d37"}},{"url":"orc-22-ordering-facility-address","valueAddress":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line","extension":[{"url":"SAD.1","valueString":"170 North King Road"}]}]}],"line":["170 North King Road"],"city":"Ormond Beach","district":"12127","state":"FL","postalCode":"32174"}},{"url":"orc-24-ordering-provider-address","valueAddress":{"postalCode":"32174"}},{"url":"orc-12-ordering-provider","valueReference":{"reference":"Practitioner/1721779095489764000.87471747-2300-4260-9bc7-805b7451df4b"}},{"url":"ORC.15","valueString":"20210209"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request","extension":[{"url":"OBR.2","valueIdentifier":{"value":"73a6e9bd-aaec-418e-813a-0ad33366ca85"}},{"url":"OBR.3","valueIdentifier":{"value":"0cba76f5-35e0-4a28-803a-2f31308aae9b"}},{"url":"OBR.22","valueString":"202102090000-0600"},{"url":"OBR.25","valueId":"F"},{"url":"OBR.16","valueReference":{"reference":"Practitioner/1721779095490784000.d8a5e4d6-6caf-408d-901a-a862fbf57a18"}},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number","valueContactPoint":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-country","valueString":"1"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-area","valueString":"386"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-local","valueString":"6825220"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point","extension":[{"url":"XTN.2","valueString":"WPN"},{"url":"XTN.7","valueString":"6825220"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"OBR.17"}],"_system":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/data-absent-reason","valueCode":"unknown"}]},"use":"work"}}]}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.2"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"PLAC"}]},"value":"73a6e9bd-aaec-418e-813a-0ad33366ca85"},{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.3"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"FILL"}]},"value":"73a6e9bd-aaec-418e-813a-0ad33366ca85"}],"status":"unknown","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"94558-4","display":"SARS-CoV-2 (COVID-19) Ag [Presence] in Respiratory specimen by Rapid immunoassay"}]},"subject":{"reference":"Patient/1721779095352871000.43ab1a5e-ddca-4454-baea-5a67fc67b3f1"},"requester":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number","valueContactPoint":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-country","valueString":"1"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-area","valueString":"386"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-local","valueString":"6825220"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point","extension":[{"url":"XTN.2","valueString":"WPN"},{"url":"XTN.7","valueString":"6825220"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.14"}],"_system":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/data-absent-reason","valueCode":"unknown"}]},"use":"work"}}],"reference":"PractitionerRole/1721779095484855000.d07abc10-62fa-445b-81df-1af193f5ce19"}}},{"fullUrl":"Practitioner/1721779095485842000.c16c7a09-63f3-4753-bfd4-bb6e0f02ff83","resource":{"resourceType":"Practitioner","id":"1721779095485842000.c16c7a09-63f3-4753-bfd4-bb6e0f02ff83","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"CMS"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.249"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner","extension":[{"url":"XCN.3","valueString":"Husam"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.12"}],"identifier":[{"type":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id","valueBoolean":true}],"code":"NPI"}]},"system":"CMS","value":"1629082607"}],"name":[{"family":"Eddin","given":["Husam"]}],"address":[{"postalCode":"32174"}]}},{"fullUrl":"Organization/1721779095486628000.7773205f-e9e1-49eb-bdf2-c4d80deb3306","resource":{"resourceType":"Organization","id":"1721779095486628000.7773205f-e9e1-49eb-bdf2-c4d80deb3306","name":"Avante at Ormond Beach","telecom":[{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-country","valueString":"1"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-area","valueString":"407"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-local","valueString":"7397506"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point","extension":[{"url":"XTN.2","valueString":"WPN"},{"url":"XTN.4","valueString":"jbrush@avantecenters.com"},{"url":"XTN.7","valueString":"7397506"}]}],"system":"email","use":"work"}],"address":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line","extension":[{"url":"SAD.1","valueString":"170 North King Road"}]}]}],"line":["170 North King Road"],"city":"Ormond Beach","district":"12127","state":"FL","postalCode":"32174"}]}},{"fullUrl":"PractitionerRole/1721779095484855000.d07abc10-62fa-445b-81df-1af193f5ce19","resource":{"resourceType":"PractitionerRole","id":"1721779095484855000.d07abc10-62fa-445b-81df-1af193f5ce19","practitioner":{"reference":"Practitioner/1721779095485842000.c16c7a09-63f3-4753-bfd4-bb6e0f02ff83"},"organization":{"reference":"Organization/1721779095486628000.7773205f-e9e1-49eb-bdf2-c4d80deb3306"}}},{"fullUrl":"Organization/1721779095488185000.0eaf9feb-254d-4235-9dff-638105263d37","resource":{"resourceType":"Organization","id":"1721779095488185000.0eaf9feb-254d-4235-9dff-638105263d37","name":"Avante at Ormond Beach"}},{"fullUrl":"Practitioner/1721779095489764000.87471747-2300-4260-9bc7-805b7451df4b","resource":{"resourceType":"Practitioner","id":"1721779095489764000.87471747-2300-4260-9bc7-805b7451df4b","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"CMS"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.249"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner","extension":[{"url":"XCN.3","valueString":"Husam"}]}],"identifier":[{"type":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id","valueBoolean":true}],"code":"NPI"}]},"system":"CMS","value":"1629082607"}],"name":[{"family":"Eddin","given":["Husam"]}]}},{"fullUrl":"Practitioner/1721779095490784000.d8a5e4d6-6caf-408d-901a-a862fbf57a18","resource":{"resourceType":"Practitioner","id":"1721779095490784000.d8a5e4d6-6caf-408d-901a-a862fbf57a18","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"CMS"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.249"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner","extension":[{"url":"XCN.3","valueString":"Husam"}]}],"identifier":[{"type":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id","valueBoolean":true}],"code":"NPI"}]},"system":"CMS","value":"1629082607"}],"name":[{"family":"Eddin","given":["Husam"]}]}},{"fullUrl":"DiagnosticReport/1721779095495254000.5cb1dfe6-8ed3-49c3-8a98-021226380faf","resource":{"resourceType":"DiagnosticReport","id":"1721779095495254000.5cb1dfe6-8ed3-49c3-8a98-021226380faf","identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.2"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"PLAC"}]},"value":"73a6e9bd-aaec-418e-813a-0ad33366ca85"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"FILL"}]},"value":"73a6e9bd-aaec-418e-813a-0ad33366ca85"}],"basedOn":[{"reference":"ServiceRequest/1721779095491622000.c8739469-89a0-4296-8bbb-1a8f4dca313f"}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"94558-4","display":"SARS-CoV-2 (COVID-19) Ag [Presence] in Respiratory specimen by Rapid immunoassay"}]},"subject":{"reference":"Patient/1721779095352871000.43ab1a5e-ddca-4454-baea-5a67fc67b3f1"},"effectivePeriod":{"start":"2021-02-09T00:00:00-06:00","_start":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"end":"2021-02-09T00:00:00-06:00","_end":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]}},"issued":"2021-02-09T00:00:00-06:00","_issued":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"specimen":[{"reference":"Specimen/1721779095483785000.68cef163-56b4-4da6-8e30-b61983c02e6b"},{"reference":"Specimen/1721779095482081000.c3758a54-eb20-4694-b925-cc7d24bfbbba"}],"result":[{"reference":"Observation/1721779095357939000.85aa77e7-a8a3-41a0-bb83-3a8c7d94e52c"},{"reference":"Observation/1721779095361252000.86286d65-9e75-4f1b-9712-350c93666cfc"},{"reference":"Observation/1721779095363292000.adbb0dcd-2367-475c-af73-95f96044ec62"},{"reference":"Observation/1721779095365380000.f1fb38e0-5df0-4aca-9854-423bbf2bf6ae"},{"reference":"Observation/1721779095367165000.2ec02035-fd7f-4224-8fb4-416456c43445"}]}}]}""" @Suppress("ktlint:standard:max-line-length") const val cleanHL7RecordConvertedAndTransformed = - """{"resourceType":"Bundle","id":"1714075986350543000.8e8b0e71-a366-41cc-acca-041376e7b05e","meta":{"lastUpdated":"2024-04-25T16:13:06.357-04:00"},"identifier":{"system":"https://reportstream.cdc.gov/prime-router","value":"371784"},"type":"message","timestamp":"2021-02-10T17:07:37.000-05:00","entry":[{"fullUrl":"MessageHeader/4aeed951-99a9-3152-8885-6b0acc6dd35e","resource":{"resourceType":"MessageHeader","id":"4aeed951-99a9-3152-8885-6b0acc6dd35e","meta":{"tag":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0103","code":"P"}]},"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/msh-message-header","extension":[{"url":"MSH.7","valueString":"20210210170737"},{"url":"MSH.15","valueString":"NE"},{"url":"MSH.16","valueString":"NE"},{"url":"MSH.21","valueIdentifier":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"ELR_Receiver"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.9.99"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]}],"value":"PHLabReportNoAck"}},{"url":"MSH.19","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"ISO"}],"code":"ENG","display":"English"}]}}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/character-set","valueString":"UNICODE UTF-8"}],"eventCoding":{"system":"http://terminology.hl7.org/CodeSystem/v2-0003","code":"R01","display":"ORU^R01^ORU_R01"},"destination":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"MSH.5"}],"name":"PRIME_DOH","_endpoint":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/data-absent-reason","valueCode":"unknown"}]},"receiver":{"reference":"Organization/1714075986425376000.cb936de7-9452-42d7-86c3-f57fd8ddfbe3"}}],"sender":{"reference":"Organization/1714075986401657000.30e02219-032e-47ce-894b-4fa29e81f6bd"},"source":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"CDC PRIME - Atlanta, Georgia (Dekalb)"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.114222.4.1.237821"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueString":"ISO"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"MSH.3"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/software-binary-id","valueString":"0.2-SNAPSHOT"}],"name":"CDC PRIME - Atlanta: 2.16.840.1.114222.4.1.237821","software":"PRIME ReportStream","version":"0.2-SNAPSHOT","endpoint":"urn:oid:2.16.840.1.114222.4.1.237821"}}},{"fullUrl":"Organization/1714075986401657000.30e02219-032e-47ce-894b-4fa29e81f6bd","resource":{"resourceType":"Organization","id":"1714075986401657000.30e02219-032e-47ce-894b-4fa29e81f6bd","identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.1"}],"value":"Avante at Ormond Beach"},{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.2,HD.3"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0301","code":"CLIA"}]},"value":"10D0876999"}],"address":[{"country":"USA"}]}},{"fullUrl":"Organization/1714075986425376000.cb936de7-9452-42d7-86c3-f57fd8ddfbe3","resource":{"resourceType":"Organization","id":"1714075986425376000.cb936de7-9452-42d7-86c3-f57fd8ddfbe3","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"MSH.6"}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.1"}],"value":"Prime ReportStream"}]}},{"fullUrl":"Provenance/1714075986727087000.4e6970c6-01b3-4612-b376-35483edc9bbd","resource":{"resourceType":"Provenance","id":"1714075986727087000.4e6970c6-01b3-4612-b376-35483edc9bbd","target":[{"reference":"MessageHeader/4aeed951-99a9-3152-8885-6b0acc6dd35e"},{"reference":"DiagnosticReport/1714075986955034000.cc978b59-ca68-4ffd-acba-9572836be3a7"}],"recorded":"2021-02-10T17:07:37Z","activity":{"coding":[{"display":"ORU^R01^ORU_R01"}]},"agent":[{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/provenance-participant-type","code":"author"}]},"who":{"reference":"Organization/1714075986726387000.702ee15b-9579-4fc5-90ba-61687ccae7a2"}}],"entity":[{"role":"source","what":{"reference":"Device/1714075986730018000.6da6ceec-1bc0-4a02-9337-6d2004f489dc"}}]}},{"fullUrl":"Organization/1714075986726387000.702ee15b-9579-4fc5-90ba-61687ccae7a2","resource":{"resourceType":"Organization","id":"1714075986726387000.702ee15b-9579-4fc5-90ba-61687ccae7a2","identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.1"}],"value":"Avante at Ormond Beach"},{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.2,HD.3"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0301","code":"CLIA"}]},"value":"10D0876999"}]}},{"fullUrl":"Organization/1714075986729787000.6c913b49-e6ed-42ac-9394-0179bf943dac","resource":{"resourceType":"Organization","id":"1714075986729787000.6c913b49-e6ed-42ac-9394-0179bf943dac","name":"Centers for Disease Control and Prevention"}},{"fullUrl":"Device/1714075986730018000.6da6ceec-1bc0-4a02-9337-6d2004f489dc","resource":{"resourceType":"Device","id":"1714075986730018000.6da6ceec-1bc0-4a02-9337-6d2004f489dc","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/software-vendor-org","valueReference":{"reference":"Organization/1714075986729787000.6c913b49-e6ed-42ac-9394-0179bf943dac"}}],"manufacturer":"Centers for Disease Control and Prevention","deviceName":[{"name":"PRIME ReportStream","type":"manufacturer-name"}],"modelNumber":"0.1-SNAPSHOT","version":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/software-install-date","valueDateTime":"2021-02-10","_valueDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"20210210"}]}}],"value":"0.1-SNAPSHOT"}]}},{"fullUrl":"Provenance/1714075986736704000.6f33e8d5-9a09-420a-a62a-ea54cf980008","resource":{"resourceType":"Provenance","id":"1714075986736704000.6f33e8d5-9a09-420a-a62a-ea54cf980008","recorded":"2024-04-25T16:13:06Z","policy":["http://hl7.org/fhir/uv/v2mappings/message-oru-r01-to-bundle"],"activity":{"coding":[{"code":"v2-FHIR transformation"}]},"agent":[{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/provenance-participant-type","code":"assembler"}]},"who":{"reference":"Organization/1714075986736409000.4cda0569-e1f1-491e-b91c-f547183ee8b6"}}]}},{"fullUrl":"Organization/1714075986736409000.4cda0569-e1f1-491e-b91c-f547183ee8b6","resource":{"resourceType":"Organization","id":"1714075986736409000.4cda0569-e1f1-491e-b91c-f547183ee8b6","identifier":[{"value":"CDC PRIME - Atlanta"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0301"}]},"system":"urn:ietf:rfc:3986","value":"2.16.840.1.114222.4.1.237821"}]}},{"fullUrl":"Patient/1714075986759616000.78cfdc07-349a-479b-a099-dc1bc510f205","resource":{"resourceType":"Patient","id":"1714075986759616000.78cfdc07-349a-479b-a099-dc1bc510f205","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/pid-patient","extension":[{"url":"PID.8","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"}],"code":"F"}]}},{"url":"PID.30","valueString":"N"}]},{"url":"http://ibm.com/fhir/cdm/StructureDefinition/local-race-cd","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70005"}],"system":"http://terminology.hl7.org/CodeSystem/v3-Race","version":"2.5.1","code":"2106-3","display":"White"}]}},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/ethnic-group","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70189"}],"system":"http://terminology.hl7.org/CodeSystem/v2-0189","code":"U","display":"Unknown"}]}}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier","extension":[{"url":"CX.5","valueString":"PI"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"PID.3"}],"type":{"coding":[{"code":"PI"}]},"value":"2a14112c-ece1-4f82-915c-7b3a8d152eda","assigner":{"reference":"Organization/1714075986743741000.61cd6b50-d1db-4f02-8ce3-d004958259f6"}}],"name":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name","extension":[{"url":"XPN.2","valueString":"Kareem"},{"url":"XPN.3","valueString":"Millie"},{"url":"XPN.7","valueString":"L"}]}],"use":"official","family":"Buckridge","given":["Kareem","Millie"]}],"telecom":[{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-country","valueString":"1"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-area","valueString":"211"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-local","valueString":"2240784"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point","extension":[{"url":"XTN.1","valueString":"7275555555:1:"},{"url":"XTN.2","valueString":"PRN"},{"url":"XTN.4","valueString":"roscoe.wilkinson@email.com"},{"url":"XTN.7","valueString":"2240784"}]}],"system":"email","use":"home"}],"gender":"female","birthDate":"1958-08-10","_birthDate":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"19580810"}]},"deceasedBoolean": false,"address":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line","extension":[{"url":"SAD.1","valueString":"688 Leighann Inlet"}]}]}],"line":["688 Leighann Inlet"],"city":"South Rodneychester","district":"48077","state":"TX","postalCode":"67071"}]}},{"fullUrl":"Organization/1714075986743741000.61cd6b50-d1db-4f02-8ce3-d004958259f6","resource":{"resourceType":"Organization","id":"1714075986743741000.61cd6b50-d1db-4f02-8ce3-d004958259f6","identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.1"}],"value":"Avante at Ormond Beach"}]}},{"fullUrl":"Provenance/1714075986762376000.e7a4e0a5-097f-42c0-ad1f-79d538074ac4","resource":{"resourceType":"Provenance","id":"1714075986762376000.e7a4e0a5-097f-42c0-ad1f-79d538074ac4","target":[{"reference":"Patient/1714075986759616000.78cfdc07-349a-479b-a099-dc1bc510f205"}],"recorded":"2024-04-25T16:13:06Z","activity":{"coding":[{"system":"https://terminology.hl7.org/CodeSystem/v3-DataOperation","code":"UPDATE"}]}}},{"fullUrl":"Observation/1714075986765741000.f425e3cf-0ddf-4af5-8b16-df83e7a62f81","resource":{"resourceType":"Observation","id":"1714075986765741000.f425e3cf-0ddf-4af5-8b16-df83e7a62f81","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time","valueDateTime":"2021-02-09T00:00:00-06:00","_valueDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]}},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation","extension":[{"url":"OBX.2","valueId":"CWE"},{"url":"OBX.11","valueString":"F"},{"url":"OBX.17","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"99ELR"}],"code":"CareStart COVID-19 Antigen test_Access Bio, Inc._EUA"}]}}]}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"94558-4","display":"SARS-CoV-2 (COVID-19) Ag [Presence] in Respiratory specimen by Rapid immunoassay"}]},"subject":{"reference":"Patient/1714075986759616000.78cfdc07-349a-479b-a099-dc1bc510f205"},"effectiveDateTime":"2021-02-09T00:00:00-06:00","_effectiveDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"performer":[{"reference":"Organization/1714075986766962000.8235bb6e-92a0-4a54-ae1c-3db19770d69b"}],"valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"SCT"}],"system":"http://snomed.info/sct","code":"260415000","display":"Not detected"}]},"interpretation":[{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70078"}],"code":"N","display":"Normal (applies to non-numeric results)"}]}],"method":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"99ELR"}],"code":"CareStart COVID-19 Antigen test_Access Bio, Inc._EUA"}]}}},{"fullUrl":"Organization/1714075986766962000.8235bb6e-92a0-4a54-ae1c-3db19770d69b","resource":{"resourceType":"Organization","id":"1714075986766962000.8235bb6e-92a0-4a54-ae1c-3db19770d69b","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization","extension":[{"url":"XON.10","valueString":"10D0876999"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"OBX.25"}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"CLIA"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.4.7"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]}],"value":"10D0876999"}],"name":"Avante at Ormond Beach","address":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line","extension":[{"url":"SAD.1","valueString":"170 North King Road"}]}]}],"line":["170 North King Road"],"city":"Ormond Beach","district":"12127","state":"FL","postalCode":"32174"}]}},{"fullUrl":"Observation/1714075986770033000.37d8a1d9-ae7d-46fd-803f-d78e6aa6c1d9","resource":{"resourceType":"Observation","id":"1714075986770033000.37d8a1d9-ae7d-46fd-803f-d78e6aa6c1d9","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation","extension":[{"url":"OBX.2","valueId":"CWE"},{"url":"OBX.29","valueId":"QST"},{"url":"OBX.11","valueString":"F"}]}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"95418-0","display":"Whether patient is employed in a healthcare setting"}]},"subject":{"reference":"Patient/1714075986759616000.78cfdc07-349a-479b-a099-dc1bc510f205"},"effectiveDateTime":"2021-02-09T00:00:00-06:00","_effectiveDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70136"}],"code":"Y","display":"Yes"}]}}},{"fullUrl":"Observation/1714075986772515000.a4be52f4-ae35-4a3d-b175-c3ab08914b01","resource":{"resourceType":"Observation","id":"1714075986772515000.a4be52f4-ae35-4a3d-b175-c3ab08914b01","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation","extension":[{"url":"OBX.2","valueId":"CWE"},{"url":"OBX.29","valueId":"QST"},{"url":"OBX.11","valueString":"F"}]}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"95417-2","display":"First test for condition of interest"}]},"subject":{"reference":"Patient/1714075986759616000.78cfdc07-349a-479b-a099-dc1bc510f205"},"effectiveDateTime":"2021-02-09T00:00:00-06:00","_effectiveDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70136"}],"code":"Y","display":"Yes"}]}}},{"fullUrl":"Observation/1714075986774643000.9484ea7b-9305-4c74-9935-34b3c8d5f789","resource":{"resourceType":"Observation","id":"1714075986774643000.9484ea7b-9305-4c74-9935-34b3c8d5f789","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation","extension":[{"url":"OBX.2","valueId":"CWE"},{"url":"OBX.29","valueId":"QST"},{"url":"OBX.11","valueString":"F"}]}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"95421-4","display":"Resides in a congregate care setting"}]},"subject":{"reference":"Patient/1714075986759616000.78cfdc07-349a-479b-a099-dc1bc510f205"},"effectiveDateTime":"2021-02-09T00:00:00-06:00","_effectiveDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70136"}],"code":"N","display":"No"}]}}},{"fullUrl":"Observation/1714075986776639000.f1662223-7730-4a3e-91a3-955f0f06064d","resource":{"resourceType":"Observation","id":"1714075986776639000.f1662223-7730-4a3e-91a3-955f0f06064d","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation","extension":[{"url":"OBX.2","valueId":"CWE"},{"url":"OBX.29","valueId":"QST"},{"url":"OBX.11","valueString":"F"}]}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"95419-8","display":"Has symptoms related to condition of interest"}]},"subject":{"reference":"Patient/1714075986759616000.78cfdc07-349a-479b-a099-dc1bc510f205"},"effectiveDateTime":"2021-02-09T00:00:00-06:00","_effectiveDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70136"}],"code":"N","display":"No"}]}}},{"fullUrl":"Specimen/1714075986937410000.9df806cb-634d-4184-bc40-0ec32517f9ed","resource":{"resourceType":"Specimen","id":"1714075986937410000.9df806cb-634d-4184-bc40-0ec32517f9ed","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment","valueString":"OBR"}]}},{"fullUrl":"Specimen/1714075986939510000.57ef79ed-b452-4e86-a649-4c210e024d4b","resource":{"resourceType":"Specimen","id":"1714075986939510000.57ef79ed-b452-4e86-a649-4c210e024d4b","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment","valueString":"SPM"}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component","valueString":"SPM.2.1"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"PGN"}]},"value":"0cba76f5-35e0-4a28-803a-2f31308aae9b"}],"type":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"SCT"}],"system":"http://snomed.info/sct","code":"258500001","display":"Nasopharyngeal swab"}]},"receivedTime":"2021-02-09T00:00:00-06:00","_receivedTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"collection":{"collectedDateTime":"2021-02-09T00:00:00-06:00","_collectedDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"bodySite":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"SCT"}],"system":"http://snomed.info/sct","version":"2020-09-01","code":"71836000","display":"Nasopharyngeal structure (body structure)"}]}}}},{"fullUrl":"ServiceRequest/1714075986950489000.bef2097d-0fae-4fac-a174-f808320d4b83","resource":{"resourceType":"ServiceRequest","id":"1714075986950489000.bef2097d-0fae-4fac-a174-f808320d4b83","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/business-event","valueCode":"RE"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/orc-common-order","extension":[{"url":"orc-21-ordering-facility-name","valueReference":{"reference":"Organization/1714075986945628000.5d9da1e6-8ef5-48d7-a5b8-8d9801d0b16e"}},{"url":"orc-22-ordering-facility-address","valueAddress":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line","extension":[{"url":"SAD.1","valueString":"170 North King Road"}]}]}],"line":["170 North King Road"],"city":"Ormond Beach","district":"12127","state":"FL","postalCode":"32174"}},{"url":"orc-24-ordering-provider-address","valueAddress":{"postalCode":"32174"}},{"url":"orc-12-ordering-provider","valueReference":{"reference":"Practitioner/1714075986946939000.8f0eaca3-2bc6-441f-849c-5a3c570c2ab8"}},{"url":"ORC.15","valueString":"20210209"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request","extension":[{"url":"OBR.2","valueIdentifier":{"value":"73a6e9bd-aaec-418e-813a-0ad33366ca85"}},{"url":"OBR.3","valueIdentifier":{"value":"0cba76f5-35e0-4a28-803a-2f31308aae9b"}},{"url":"OBR.22","valueString":"202102090000-0600"},{"url":"OBR.25","valueId":"F"},{"url":"OBR.16","valueReference":{"reference":"Practitioner/1714075986949131000.664c9746-73e3-4367-9e19-3de556bd607d"}},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number","valueContactPoint":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-country","valueString":"1"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-area","valueString":"386"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-local","valueString":"6825220"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point","extension":[{"url":"XTN.2","valueString":"WPN"},{"url":"XTN.7","valueString":"6825220"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"OBR.17"}],"_system":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/data-absent-reason","valueCode":"unknown"}]},"use":"work"}}]}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.2"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"PLAC"}]},"value":"73a6e9bd-aaec-418e-813a-0ad33366ca85"},{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.3"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"FILL"}]},"value":"73a6e9bd-aaec-418e-813a-0ad33366ca85"}],"status":"unknown","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"94558-4","display":"SARS-CoV-2 (COVID-19) Ag [Presence] in Respiratory specimen by Rapid immunoassay"}]},"subject":{"reference":"Patient/1714075986759616000.78cfdc07-349a-479b-a099-dc1bc510f205"},"requester":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number","valueContactPoint":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-country","valueString":"1"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-area","valueString":"386"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-local","valueString":"6825220"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point","extension":[{"url":"XTN.2","valueString":"WPN"},{"url":"XTN.7","valueString":"6825220"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.14"}],"_system":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/data-absent-reason","valueCode":"unknown"}]},"use":"work"}}],"reference":"PractitionerRole/1714075986940575000.7585ac63-66b1-4aac-b4c8-bb001c5b6a08"}}},{"fullUrl":"Practitioner/1714075986941882000.671361fe-8f80-4c43-9211-f9f9257fc9f7","resource":{"resourceType":"Practitioner","id":"1714075986941882000.671361fe-8f80-4c43-9211-f9f9257fc9f7","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"CMS"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.249"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner","extension":[{"url":"XCN.3","valueString":"Husam"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.12"}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"NPI"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"urn:oid:2.16.840.1.113883.4.6"}],"type":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id","valueBoolean": true}],"code":"NPI"}]},"system":"CMS","value":"1629082607"}],"name":[{"family":"Eddin","given":["Husam"]}],"address":[{"postalCode":"32174"}]}},{"fullUrl":"Organization/1714075986942881000.080d0179-0c67-41cf-bff0-f2628dfbd21f","resource":{"resourceType":"Organization","id":"1714075986942881000.080d0179-0c67-41cf-bff0-f2628dfbd21f","name":"Avante at Ormond Beach","telecom":[{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-country","valueString":"1"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-area","valueString":"407"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-local","valueString":"7397506"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point","extension":[{"url":"XTN.2","valueString":"WPN"},{"url":"XTN.4","valueString":"jbrush@avantecenters.com"},{"url":"XTN.7","valueString":"7397506"}]}],"system":"email","use":"work"}],"address":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line","extension":[{"url":"SAD.1","valueString":"170 North King Road"}]}]}],"line":["170 North King Road"],"city":"Ormond Beach","district":"12127","state":"FL","postalCode":"32174"}]}},{"fullUrl":"PractitionerRole/1714075986940575000.7585ac63-66b1-4aac-b4c8-bb001c5b6a08","resource":{"resourceType":"PractitionerRole","id":"1714075986940575000.7585ac63-66b1-4aac-b4c8-bb001c5b6a08","practitioner":{"reference":"Practitioner/1714075986941882000.671361fe-8f80-4c43-9211-f9f9257fc9f7"},"organization":{"reference":"Organization/1714075986942881000.080d0179-0c67-41cf-bff0-f2628dfbd21f"}}},{"fullUrl":"Organization/1714075986945628000.5d9da1e6-8ef5-48d7-a5b8-8d9801d0b16e","resource":{"resourceType":"Organization","id":"1714075986945628000.5d9da1e6-8ef5-48d7-a5b8-8d9801d0b16e","name":"Avante at Ormond Beach"}},{"fullUrl":"Practitioner/1714075986946939000.8f0eaca3-2bc6-441f-849c-5a3c570c2ab8","resource":{"resourceType":"Practitioner","id":"1714075986946939000.8f0eaca3-2bc6-441f-849c-5a3c570c2ab8","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"CMS"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.249"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner","extension":[{"url":"XCN.3","valueString":"Husam"}]}],"identifier":[{"type":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id","valueBoolean": true}],"code":"NPI"}]},"system":"CMS","value":"1629082607"}],"name":[{"family":"Eddin","given":["Husam"]}]}},{"fullUrl":"Practitioner/1714075986949131000.664c9746-73e3-4367-9e19-3de556bd607d","resource":{"resourceType":"Practitioner","id":"1714075986949131000.664c9746-73e3-4367-9e19-3de556bd607d","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"CMS"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.249"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner","extension":[{"url":"XCN.3","valueString":"Husam"}]}],"identifier":[{"type":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id","valueBoolean": true}],"code":"NPI"}]},"system":"CMS","value":"1629082607"}],"name":[{"family":"Eddin","given":["Husam"]}]}},{"fullUrl":"DiagnosticReport/1714075986955034000.cc978b59-ca68-4ffd-acba-9572836be3a7","resource":{"resourceType":"DiagnosticReport","id":"1714075986955034000.cc978b59-ca68-4ffd-acba-9572836be3a7","identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.2"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"PLAC"}]},"value":"73a6e9bd-aaec-418e-813a-0ad33366ca85"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"FILL"}]},"value":"73a6e9bd-aaec-418e-813a-0ad33366ca85"}],"basedOn":[{"reference":"ServiceRequest/1714075986950489000.bef2097d-0fae-4fac-a174-f808320d4b83"}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"94558-4","display":"SARS-CoV-2 (COVID-19) Ag [Presence] in Respiratory specimen by Rapid immunoassay"}]},"subject":{"reference":"Patient/1714075986759616000.78cfdc07-349a-479b-a099-dc1bc510f205"},"effectivePeriod":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valuePeriod":{"start":"2021-02-09T00:00:00-06:00","_start":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"end":"2021-02-09T00:00:00-06:00","_end":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]}}}],"start":"2021-02-09T00:00:00-06:00","_start":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"end":"2021-02-09T00:00:00-06:00","_end":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]}},"issued":"2021-02-09T00:00:00-06:00","_issued":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"specimen":[{"reference":"Specimen/1714075986939510000.57ef79ed-b452-4e86-a649-4c210e024d4b"},{"reference":"Specimen/1714075986937410000.9df806cb-634d-4184-bc40-0ec32517f9ed"}],"result":[{"reference":"Observation/1714075986765741000.f425e3cf-0ddf-4af5-8b16-df83e7a62f81"},{"reference":"Observation/1714075986770033000.37d8a1d9-ae7d-46fd-803f-d78e6aa6c1d9"},{"reference":"Observation/1714075986772515000.a4be52f4-ae35-4a3d-b175-c3ab08914b01"},{"reference":"Observation/1714075986774643000.9484ea7b-9305-4c74-9935-34b3c8d5f789"},{"reference":"Observation/1714075986776639000.f1662223-7730-4a3e-91a3-955f0f06064d"}]}}]}""" + """{"resourceType":"Bundle","id":"1714075986350543000.8e8b0e71-a366-41cc-acca-041376e7b05e","meta":{"lastUpdated":"2024-04-25T16:13:06.357-04:00"},"identifier":{"system":"https://reportstream.cdc.gov/prime-router","value":"371784"},"type":"message","timestamp":"2021-02-10T17:07:37.000-05:00","entry":[{"fullUrl":"MessageHeader/4aeed951-99a9-3152-8885-6b0acc6dd35e","resource":{"resourceType":"MessageHeader","id":"4aeed951-99a9-3152-8885-6b0acc6dd35e","meta":{"tag":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0103","code":"P"}]},"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/msh-message-header","extension":[{"url":"MSH.7","valueString":"20210210170737"},{"url":"MSH.15","valueString":"NE"},{"url":"MSH.16","valueString":"NE"},{"url":"MSH.21","valueIdentifier":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"ELR_Receiver"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.9.99"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]}],"value":"PHLabReportNoAck"}},{"url":"MSH.19","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"ISO"}],"code":"ENG","display":"English"}]}}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/character-set","valueString":"UNICODE UTF-8"}],"eventCoding":{"system":"http://terminology.hl7.org/CodeSystem/v2-0003","code":"R01","display":"ORU^R01^ORU_R01"},"destination":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"MSH.5"}],"name":"PRIME_DOH","_endpoint":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/data-absent-reason","valueCode":"unknown"}]},"receiver":{"reference":"Organization/1714075986425376000.cb936de7-9452-42d7-86c3-f57fd8ddfbe3"}}],"sender":{"reference":"Organization/1714075986401657000.30e02219-032e-47ce-894b-4fa29e81f6bd"},"source":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"CDC PRIME - Atlanta, Georgia (Dekalb)"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.114222.4.1.237821"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueString":"ISO"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"MSH.3"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/software-binary-id","valueString":"0.2-SNAPSHOT"}],"name":"CDC PRIME - Atlanta: 2.16.840.1.114222.4.1.237821","software":"PRIME ReportStream","version":"0.2-SNAPSHOT","endpoint":"urn:oid:2.16.840.1.114222.4.1.237821"}}},{"fullUrl":"Organization/1714075986401657000.30e02219-032e-47ce-894b-4fa29e81f6bd","resource":{"resourceType":"Organization","id":"1714075986401657000.30e02219-032e-47ce-894b-4fa29e81f6bd","identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.1"}],"value":"Avante at Ormond Beach"},{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.2,HD.3"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0301","code":"CLIA"}]},"value":"10D0876999"}],"address":[{"country":"USA"}]}},{"fullUrl":"Organization/1714075986425376000.cb936de7-9452-42d7-86c3-f57fd8ddfbe3","resource":{"resourceType":"Organization","id":"1714075986425376000.cb936de7-9452-42d7-86c3-f57fd8ddfbe3","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"MSH.6"}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.1"}],"value":"Prime ReportStream"}]}},{"fullUrl":"Provenance/1714075986727087000.4e6970c6-01b3-4612-b376-35483edc9bbd","resource":{"resourceType":"Provenance","id":"1714075986727087000.4e6970c6-01b3-4612-b376-35483edc9bbd","target":[{"reference":"MessageHeader/4aeed951-99a9-3152-8885-6b0acc6dd35e"},{"reference":"DiagnosticReport/1714075986955034000.cc978b59-ca68-4ffd-acba-9572836be3a7"}],"recorded":"2021-02-10T17:07:37Z","activity":{"coding":[{"display":"ORU^R01^ORU_R01"}]},"agent":[{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/provenance-participant-type","code":"author"}]},"who":{"reference":"Organization/1714075986726387000.702ee15b-9579-4fc5-90ba-61687ccae7a2"}}],"entity":[{"role":"source","what":{"reference":"Device/1714075986730018000.6da6ceec-1bc0-4a02-9337-6d2004f489dc"}}]}},{"fullUrl":"Organization/1714075986726387000.702ee15b-9579-4fc5-90ba-61687ccae7a2","resource":{"resourceType":"Organization","id":"1714075986726387000.702ee15b-9579-4fc5-90ba-61687ccae7a2","identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.1"}],"value":"Avante at Ormond Beach"},{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.2,HD.3"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0301","code":"CLIA"}]},"value":"10D0876999"}]}},{"fullUrl":"Organization/1714075986729787000.6c913b49-e6ed-42ac-9394-0179bf943dac","resource":{"resourceType":"Organization","id":"1714075986729787000.6c913b49-e6ed-42ac-9394-0179bf943dac","name":"Centers for Disease Control and Prevention"}},{"fullUrl":"Device/1714075986730018000.6da6ceec-1bc0-4a02-9337-6d2004f489dc","resource":{"resourceType":"Device","id":"1714075986730018000.6da6ceec-1bc0-4a02-9337-6d2004f489dc","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/software-vendor-org","valueReference":{"reference":"Organization/1714075986729787000.6c913b49-e6ed-42ac-9394-0179bf943dac"}}],"manufacturer":"Centers for Disease Control and Prevention","deviceName":[{"name":"PRIME ReportStream","type":"manufacturer-name"}],"modelNumber":"0.1-SNAPSHOT","version":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/software-install-date","valueDateTime":"2021-02-10","_valueDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"20210210"}]}}],"value":"0.1-SNAPSHOT"}]}},{"fullUrl":"Provenance/1714075986736704000.6f33e8d5-9a09-420a-a62a-ea54cf980008","resource":{"resourceType":"Provenance","id":"1714075986736704000.6f33e8d5-9a09-420a-a62a-ea54cf980008","recorded":"2024-04-25T16:13:06Z","policy":["http://hl7.org/fhir/uv/v2mappings/message-oru-r01-to-bundle"],"activity":{"coding":[{"code":"v2-FHIR transformation"}]},"agent":[{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/provenance-participant-type","code":"assembler"}]},"who":{"reference":"Organization/1714075986736409000.4cda0569-e1f1-491e-b91c-f547183ee8b6"}}]}},{"fullUrl":"Organization/1714075986736409000.4cda0569-e1f1-491e-b91c-f547183ee8b6","resource":{"resourceType":"Organization","id":"1714075986736409000.4cda0569-e1f1-491e-b91c-f547183ee8b6","identifier":[{"value":"CDC PRIME - Atlanta"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0301"}]},"system":"urn:ietf:rfc:3986","value":"2.16.840.1.114222.4.1.237821"}]}},{"fullUrl":"Patient/1714075986759616000.78cfdc07-349a-479b-a099-dc1bc510f205","resource":{"resourceType":"Patient","id":"1714075986759616000.78cfdc07-349a-479b-a099-dc1bc510f205","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/pid-patient","extension":[{"url":"PID.8","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"}],"code":"F"}]}},{"url":"PID.30","valueString":"N"}]},{"url":"http://ibm.com/fhir/cdm/StructureDefinition/local-race-cd","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70005"}],"system":"http://terminology.hl7.org/CodeSystem/v3-Race","version":"2.5.1","code":"2106-3","display":"White"}]}},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/ethnic-group","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70189"}],"system":"http://terminology.hl7.org/CodeSystem/v2-0189","code":"U","display":"Unknown"}]}}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier","extension":[{"url":"CX.5","valueString":"PI"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"PID.3"}],"type":{"coding":[{"code":"PI"}]},"value":"2a14112c-ece1-4f82-915c-7b3a8d152eda","assigner":{"reference":"Organization/1714075986743741000.61cd6b50-d1db-4f02-8ce3-d004958259f6"}}],"name":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name","extension":[{"url":"XPN.2","valueString":"Kareem"},{"url":"XPN.3","valueString":"Millie"},{"url":"XPN.7","valueString":"L"}]}],"use":"official","family":"Buckridge","given":["Kareem","Millie"]}],"telecom":[{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-country","valueString":"1"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-area","valueString":"211"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-local","valueString":"2240784"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point","extension":[{"url":"XTN.1","valueString":"7275555555:1:"},{"url":"XTN.2","valueString":"PRN"},{"url":"XTN.4","valueString":"roscoe.wilkinson@email.com"},{"url":"XTN.7","valueString":"2240784"}]}],"system":"email","use":"home"}],"gender":"female","birthDate":"1958-08-10","_birthDate":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"19580810"}]},"deceasedBoolean":false,"address":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line","extension":[{"url":"SAD.1","valueString":"688 Leighann Inlet"}]}]}],"line":["688 Leighann Inlet"],"city":"South Rodneychester","district":"48077","state":"TX","postalCode":"67071"}]}},{"fullUrl":"Organization/1714075986743741000.61cd6b50-d1db-4f02-8ce3-d004958259f6","resource":{"resourceType":"Organization","id":"1714075986743741000.61cd6b50-d1db-4f02-8ce3-d004958259f6","identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.1"}],"value":"Avante at Ormond Beach"}]}},{"fullUrl":"Provenance/1714075986762376000.e7a4e0a5-097f-42c0-ad1f-79d538074ac4","resource":{"resourceType":"Provenance","id":"1714075986762376000.e7a4e0a5-097f-42c0-ad1f-79d538074ac4","target":[{"reference":"Patient/1714075986759616000.78cfdc07-349a-479b-a099-dc1bc510f205"}],"recorded":"2024-04-25T16:13:06Z","activity":{"coding":[{"system":"https://terminology.hl7.org/CodeSystem/v3-DataOperation","code":"UPDATE"}]}}},{"fullUrl":"Observation/1714075986765741000.f425e3cf-0ddf-4af5-8b16-df83e7a62f81","resource":{"resourceType":"Observation","id":"1714075986765741000.f425e3cf-0ddf-4af5-8b16-df83e7a62f81","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time","valueDateTime":"2021-02-09T00:00:00-06:00","_valueDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]}},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation","extension":[{"url":"OBX.2","valueId":"CWE"},{"url":"OBX.11","valueString":"F"},{"url":"OBX.17","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"99ELR"}],"code":"CareStart COVID-19 Antigen test_Access Bio, Inc._EUA"}]}}]}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"94558-4","display":"SARS-CoV-2 (COVID-19) Ag [Presence] in Respiratory specimen by Rapid immunoassay"}]},"subject":{"reference":"Patient/1714075986759616000.78cfdc07-349a-479b-a099-dc1bc510f205"},"effectiveDateTime":"2021-02-09T00:00:00-06:00","_effectiveDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"performer":[{"reference":"Organization/1714075986766962000.8235bb6e-92a0-4a54-ae1c-3db19770d69b"}],"valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"SCT"}],"system":"http://snomed.info/sct","code":"260415000","display":"Not detected"}]},"interpretation":[{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70078"}],"code":"N","display":"Normal (applies to non-numeric results)"}]}],"method":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"99ELR"}],"code":"CareStart COVID-19 Antigen test_Access Bio, Inc._EUA"}]}}},{"fullUrl":"Organization/1714075986766962000.8235bb6e-92a0-4a54-ae1c-3db19770d69b","resource":{"resourceType":"Organization","id":"1714075986766962000.8235bb6e-92a0-4a54-ae1c-3db19770d69b","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization","extension":[{"url":"XON.10","valueString":"10D0876999"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"OBX.25"}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"CLIA"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.4.7"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]}],"value":"10D0876999"}],"name":"Avante at Ormond Beach","address":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line","extension":[{"url":"SAD.1","valueString":"170 North King Road"}]}]}],"line":["170 North King Road"],"city":"Ormond Beach","district":"12127","state":"FL","postalCode":"32174"}]}},{"fullUrl":"Observation/1714075986770033000.37d8a1d9-ae7d-46fd-803f-d78e6aa6c1d9","resource":{"resourceType":"Observation","id":"1714075986770033000.37d8a1d9-ae7d-46fd-803f-d78e6aa6c1d9","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation","extension":[{"url":"OBX.2","valueId":"CWE"},{"url":"OBX.29","valueId":"QST"},{"url":"OBX.11","valueString":"F"}]}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"95418-0","display":"Whether patient is employed in a healthcare setting"}]},"subject":{"reference":"Patient/1714075986759616000.78cfdc07-349a-479b-a099-dc1bc510f205"},"effectiveDateTime":"2021-02-09T00:00:00-06:00","_effectiveDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70136"}],"code":"Y","display":"Yes"}]}}},{"fullUrl":"Observation/1714075986772515000.a4be52f4-ae35-4a3d-b175-c3ab08914b01","resource":{"resourceType":"Observation","id":"1714075986772515000.a4be52f4-ae35-4a3d-b175-c3ab08914b01","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation","extension":[{"url":"OBX.2","valueId":"CWE"},{"url":"OBX.29","valueId":"QST"},{"url":"OBX.11","valueString":"F"}]}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"95417-2","display":"First test for condition of interest"}]},"subject":{"reference":"Patient/1714075986759616000.78cfdc07-349a-479b-a099-dc1bc510f205"},"effectiveDateTime":"2021-02-09T00:00:00-06:00","_effectiveDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70136"}],"code":"Y","display":"Yes"}]}}},{"fullUrl":"Observation/1714075986774643000.9484ea7b-9305-4c74-9935-34b3c8d5f789","resource":{"resourceType":"Observation","id":"1714075986774643000.9484ea7b-9305-4c74-9935-34b3c8d5f789","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation","extension":[{"url":"OBX.2","valueId":"CWE"},{"url":"OBX.29","valueId":"QST"},{"url":"OBX.11","valueString":"F"}]}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"95421-4","display":"Resides in a congregate care setting"}]},"subject":{"reference":"Patient/1714075986759616000.78cfdc07-349a-479b-a099-dc1bc510f205"},"effectiveDateTime":"2021-02-09T00:00:00-06:00","_effectiveDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70136"}],"code":"N","display":"No"}]}}},{"fullUrl":"Observation/1714075986776639000.f1662223-7730-4a3e-91a3-955f0f06064d","resource":{"resourceType":"Observation","id":"1714075986776639000.f1662223-7730-4a3e-91a3-955f0f06064d","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation","extension":[{"url":"OBX.2","valueId":"CWE"},{"url":"OBX.29","valueId":"QST"},{"url":"OBX.11","valueString":"F"}]}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"95419-8","display":"Has symptoms related to condition of interest"}]},"subject":{"reference":"Patient/1714075986759616000.78cfdc07-349a-479b-a099-dc1bc510f205"},"effectiveDateTime":"2021-02-09T00:00:00-06:00","_effectiveDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70136"}],"code":"N","display":"No"}]}}},{"fullUrl":"Specimen/1714075986937410000.9df806cb-634d-4184-bc40-0ec32517f9ed","resource":{"resourceType":"Specimen","id":"1714075986937410000.9df806cb-634d-4184-bc40-0ec32517f9ed","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment","valueString":"OBR"}],"collection":{"collectedPeriod":{"start":"2021-02-09T00:00:00-06:00","_start":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"end":"2021-02-09T00:00:00-06:00","_end":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]}}}}},{"fullUrl":"Specimen/1714075986939510000.57ef79ed-b452-4e86-a649-4c210e024d4b","resource":{"resourceType":"Specimen","id":"1714075986939510000.57ef79ed-b452-4e86-a649-4c210e024d4b","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment","valueString":"SPM"}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component","valueString":"SPM.2.1"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"PGN"}]},"value":"0cba76f5-35e0-4a28-803a-2f31308aae9b"}],"type":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"SCT"}],"system":"http://snomed.info/sct","code":"258500001","display":"Nasopharyngeal swab"}]},"receivedTime":"2021-02-09T00:00:00-06:00","_receivedTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"collection":{"collectedDateTime":"2021-02-09T00:00:00-06:00","_collectedDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"bodySite":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"SCT"}],"system":"http://snomed.info/sct","version":"2020-09-01","code":"71836000","display":"Nasopharyngeal structure (body structure)"}]}}}},{"fullUrl":"ServiceRequest/1714075986950489000.bef2097d-0fae-4fac-a174-f808320d4b83","resource":{"resourceType":"ServiceRequest","id":"1714075986950489000.bef2097d-0fae-4fac-a174-f808320d4b83","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/business-event","valueCode":"RE"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/orc-common-order","extension":[{"url":"orc-21-ordering-facility-name","valueReference":{"reference":"Organization/1714075986945628000.5d9da1e6-8ef5-48d7-a5b8-8d9801d0b16e"}},{"url":"orc-22-ordering-facility-address","valueAddress":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line","extension":[{"url":"SAD.1","valueString":"170 North King Road"}]}]}],"line":["170 North King Road"],"city":"Ormond Beach","district":"12127","state":"FL","postalCode":"32174"}},{"url":"orc-24-ordering-provider-address","valueAddress":{"postalCode":"32174"}},{"url":"orc-12-ordering-provider","valueReference":{"reference":"Practitioner/1714075986946939000.8f0eaca3-2bc6-441f-849c-5a3c570c2ab8"}},{"url":"ORC.15","valueString":"20210209"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request","extension":[{"url":"OBR.2","valueIdentifier":{"value":"73a6e9bd-aaec-418e-813a-0ad33366ca85"}},{"url":"OBR.3","valueIdentifier":{"value":"0cba76f5-35e0-4a28-803a-2f31308aae9b"}},{"url":"OBR.22","valueString":"202102090000-0600"},{"url":"OBR.25","valueId":"F"},{"url":"OBR.16","valueReference":{"reference":"Practitioner/1714075986949131000.664c9746-73e3-4367-9e19-3de556bd607d"}},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number","valueContactPoint":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-country","valueString":"1"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-area","valueString":"386"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-local","valueString":"6825220"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point","extension":[{"url":"XTN.2","valueString":"WPN"},{"url":"XTN.7","valueString":"6825220"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"OBR.17"}],"_system":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/data-absent-reason","valueCode":"unknown"}]},"use":"work"}}]}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.2"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"PLAC"}]},"value":"73a6e9bd-aaec-418e-813a-0ad33366ca85"},{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.3"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"FILL"}]},"value":"73a6e9bd-aaec-418e-813a-0ad33366ca85"}],"status":"unknown","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"94558-4","display":"SARS-CoV-2 (COVID-19) Ag [Presence] in Respiratory specimen by Rapid immunoassay"}]},"subject":{"reference":"Patient/1714075986759616000.78cfdc07-349a-479b-a099-dc1bc510f205"},"requester":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number","valueContactPoint":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-country","valueString":"1"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-area","valueString":"386"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-local","valueString":"6825220"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point","extension":[{"url":"XTN.2","valueString":"WPN"},{"url":"XTN.7","valueString":"6825220"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.14"}],"_system":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/data-absent-reason","valueCode":"unknown"}]},"use":"work"}}],"reference":"PractitionerRole/1714075986940575000.7585ac63-66b1-4aac-b4c8-bb001c5b6a08"}}},{"fullUrl":"Practitioner/1714075986941882000.671361fe-8f80-4c43-9211-f9f9257fc9f7","resource":{"resourceType":"Practitioner","id":"1714075986941882000.671361fe-8f80-4c43-9211-f9f9257fc9f7","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"CMS"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.249"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner","extension":[{"url":"XCN.3","valueString":"Husam"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.12"}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"NPI"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"urn:oid:2.16.840.1.113883.4.6"}],"type":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id","valueBoolean":true}],"code":"NPI"}]},"system":"CMS","value":"1629082607"}],"name":[{"family":"Eddin","given":["Husam"]}],"address":[{"postalCode":"32174"}]}},{"fullUrl":"Organization/1714075986942881000.080d0179-0c67-41cf-bff0-f2628dfbd21f","resource":{"resourceType":"Organization","id":"1714075986942881000.080d0179-0c67-41cf-bff0-f2628dfbd21f","name":"Avante at Ormond Beach","telecom":[{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-country","valueString":"1"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-area","valueString":"407"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-local","valueString":"7397506"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point","extension":[{"url":"XTN.2","valueString":"WPN"},{"url":"XTN.4","valueString":"jbrush@avantecenters.com"},{"url":"XTN.7","valueString":"7397506"}]}],"system":"email","use":"work"}],"address":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line","extension":[{"url":"SAD.1","valueString":"170 North King Road"}]}]}],"line":["170 North King Road"],"city":"Ormond Beach","district":"12127","state":"FL","postalCode":"32174"}]}},{"fullUrl":"PractitionerRole/1714075986940575000.7585ac63-66b1-4aac-b4c8-bb001c5b6a08","resource":{"resourceType":"PractitionerRole","id":"1714075986940575000.7585ac63-66b1-4aac-b4c8-bb001c5b6a08","practitioner":{"reference":"Practitioner/1714075986941882000.671361fe-8f80-4c43-9211-f9f9257fc9f7"},"organization":{"reference":"Organization/1714075986942881000.080d0179-0c67-41cf-bff0-f2628dfbd21f"}}},{"fullUrl":"Organization/1714075986945628000.5d9da1e6-8ef5-48d7-a5b8-8d9801d0b16e","resource":{"resourceType":"Organization","id":"1714075986945628000.5d9da1e6-8ef5-48d7-a5b8-8d9801d0b16e","name":"Avante at Ormond Beach"}},{"fullUrl":"Practitioner/1714075986946939000.8f0eaca3-2bc6-441f-849c-5a3c570c2ab8","resource":{"resourceType":"Practitioner","id":"1714075986946939000.8f0eaca3-2bc6-441f-849c-5a3c570c2ab8","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"CMS"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.249"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner","extension":[{"url":"XCN.3","valueString":"Husam"}]}],"identifier":[{"type":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id","valueBoolean":true}],"code":"NPI"}]},"system":"CMS","value":"1629082607"}],"name":[{"family":"Eddin","given":["Husam"]}]}},{"fullUrl":"Practitioner/1714075986949131000.664c9746-73e3-4367-9e19-3de556bd607d","resource":{"resourceType":"Practitioner","id":"1714075986949131000.664c9746-73e3-4367-9e19-3de556bd607d","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"CMS"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.249"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner","extension":[{"url":"XCN.3","valueString":"Husam"}]}],"identifier":[{"type":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id","valueBoolean":true}],"code":"NPI"}]},"system":"CMS","value":"1629082607"}],"name":[{"family":"Eddin","given":["Husam"]}]}},{"fullUrl":"DiagnosticReport/1714075986955034000.cc978b59-ca68-4ffd-acba-9572836be3a7","resource":{"resourceType":"DiagnosticReport","id":"1714075986955034000.cc978b59-ca68-4ffd-acba-9572836be3a7","identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.2"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"PLAC"}]},"value":"73a6e9bd-aaec-418e-813a-0ad33366ca85"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"FILL"}]},"value":"73a6e9bd-aaec-418e-813a-0ad33366ca85"}],"basedOn":[{"reference":"ServiceRequest/1714075986950489000.bef2097d-0fae-4fac-a174-f808320d4b83"}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"94558-4","display":"SARS-CoV-2 (COVID-19) Ag [Presence] in Respiratory specimen by Rapid immunoassay"}]},"subject":{"reference":"Patient/1714075986759616000.78cfdc07-349a-479b-a099-dc1bc510f205"},"effectivePeriod":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valuePeriod":{"start":"2021-02-09T00:00:00-06:00","_start":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"end":"2021-02-09T00:00:00-06:00","_end":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]}}}],"start":"2021-02-09T00:00:00-06:00","_start":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"end":"2021-02-09T00:00:00-06:00","_end":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]}},"issued":"2021-02-09T00:00:00-06:00","_issued":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"specimen":[{"reference":"Specimen/1714075986939510000.57ef79ed-b452-4e86-a649-4c210e024d4b"},{"reference":"Specimen/1714075986937410000.9df806cb-634d-4184-bc40-0ec32517f9ed"}],"result":[{"reference":"Observation/1714075986765741000.f425e3cf-0ddf-4af5-8b16-df83e7a62f81"},{"reference":"Observation/1714075986770033000.37d8a1d9-ae7d-46fd-803f-d78e6aa6c1d9"},{"reference":"Observation/1714075986772515000.a4be52f4-ae35-4a3d-b175-c3ab08914b01"},{"reference":"Observation/1714075986774643000.9484ea7b-9305-4c74-9935-34b3c8d5f789"},{"reference":"Observation/1714075986776639000.f1662223-7730-4a3e-91a3-955f0f06064d"}]}}]}""" // This message will be parsed and successfully passed through the convert step // despite having a nonexistent NNN segement and an SFT.2 that is not an ST @@ -91,11 +91,11 @@ SPM|1|0cba76f5-35e0-4a28-803a-2f31308aae9b||258500001^Nasopharyngeal swab^SCT||| @Suppress("ktlint:standard:max-line-length") const val invalidHL7RecordConverted = - """{"resourceType":"Bundle","id":"1721777846019696000.250a7183-cf4a-4b93-bc5d-7d584e7f1491","meta":{"lastUpdated":"2024-07-23T16:37:26.024-07:00"},"identifier":{"system":"https://reportstream.cdc.gov/prime-router","value":"371784"},"type":"message","timestamp":"2021-02-10T17:07:37.000-08:00","entry":[{"fullUrl":"MessageHeader/4aeed951-99a9-3152-8885-6b0acc6dd35e","resource":{"resourceType":"MessageHeader","id":"4aeed951-99a9-3152-8885-6b0acc6dd35e","meta":{"tag":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0103","code":"P"}]},"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/msh-message-header","extension":[{"url":"MSH.7","valueString":"20210210170737"},{"url":"MSH.15","valueString":"NE"},{"url":"MSH.16","valueString":"NE"},{"url":"MSH.21","valueIdentifier":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"ELR_Receiver"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.9.99"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]}],"value":"PHLabReportNoAck"}}]}],"eventCoding":{"system":"http://terminology.hl7.org/CodeSystem/v2-0003","code":"R01","display":"ORU^R01^ORU_R01"},"destination":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"MSH.5"}],"name":"PRIME_DOH","_endpoint":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/data-absent-reason","valueCode":"unknown"}]},"receiver":{"reference":"Organization/1721777846072235000.3490dd90-2924-4c6b-b9b5-7e505a8cdef2"}}],"sender":{"reference":"Organization/1721777846053685000.668fc3c3-59d1-41f2-a5a3-fdb9c6e1af67"},"source":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"CDC PRIME - Atlanta, Georgia (Dekalb)"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.114222.4.1.237821"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueString":"ISO"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"MSH.3"}],"software":"PRIME ReportStream","version":"0.1-SNAPSHOT","endpoint":"urn:oid:2.16.840.1.114222.4.1.237821"}}},{"fullUrl":"Organization/1721777846053685000.668fc3c3-59d1-41f2-a5a3-fdb9c6e1af67","resource":{"resourceType":"Organization","id":"1721777846053685000.668fc3c3-59d1-41f2-a5a3-fdb9c6e1af67","identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.1"}],"value":"Avante at Ormond Beach"},{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.2,HD.3"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0301","code":"CLIA"}]},"value":"10D0876999"}],"address":[{"country":"USA"}]}},{"fullUrl":"Organization/1721777846072235000.3490dd90-2924-4c6b-b9b5-7e505a8cdef2","resource":{"resourceType":"Organization","id":"1721777846072235000.3490dd90-2924-4c6b-b9b5-7e505a8cdef2","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"MSH.6"}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.1"}],"value":"Prime ReportStream"}]}},{"fullUrl":"Provenance/1721777846291501000.4e6fef75-50f5-4a90-8700-e4c5863d9ba5","resource":{"resourceType":"Provenance","id":"1721777846291501000.4e6fef75-50f5-4a90-8700-e4c5863d9ba5","target":[{"reference":"MessageHeader/4aeed951-99a9-3152-8885-6b0acc6dd35e"},{"reference":"DiagnosticReport/1721777846454629000.e0f99313-4515-433a-a96a-c7a9e025547d"}],"recorded":"2021-02-10T17:07:37Z","activity":{"coding":[{"display":"ORU^R01^ORU_R01"}]},"agent":[{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/provenance-participant-type","code":"author"}]},"who":{"reference":"Organization/1721777846290825000.cc59d4ff-c553-43ff-bc6b-ff9d6bc85aa4"}}],"entity":[{"role":"source","what":{"reference":"Device/1721777846294084000.e4d7debd-26dd-454a-8c45-418865340073"}}]}},{"fullUrl":"Organization/1721777846290825000.cc59d4ff-c553-43ff-bc6b-ff9d6bc85aa4","resource":{"resourceType":"Organization","id":"1721777846290825000.cc59d4ff-c553-43ff-bc6b-ff9d6bc85aa4","identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.1"}],"value":"Avante at Ormond Beach"},{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.2,HD.3"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0301","code":"CLIA"}]},"value":"10D0876999"}]}},{"fullUrl":"Organization/1721777846293869000.b3be0f02-3001-4b5f-9837-58e10ffecb36","resource":{"resourceType":"Organization","id":"1721777846293869000.b3be0f02-3001-4b5f-9837-58e10ffecb36","name":"Centers for Disease Control and Prevention"}},{"fullUrl":"Device/1721777846294084000.e4d7debd-26dd-454a-8c45-418865340073","resource":{"resourceType":"Device","id":"1721777846294084000.e4d7debd-26dd-454a-8c45-418865340073","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/software-vendor-org","valueReference":{"reference":"Organization/1721777846293869000.b3be0f02-3001-4b5f-9837-58e10ffecb36"}}],"manufacturer":"Centers for Disease Control and Prevention","deviceName":[{"name":"PRIME ReportStream","type":"manufacturer-name"}],"modelNumber":"0.1-SNAPSHOT","version":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/software-install-date","valueDateTime":"2021-02-10","_valueDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"20210210"}]}}],"value":"0.1-SNAPSHOT"}]}},{"fullUrl":"Provenance/1721777846299096000.a563e83f-a551-4782-9f79-0717a607df25","resource":{"resourceType":"Provenance","id":"1721777846299096000.a563e83f-a551-4782-9f79-0717a607df25","recorded":"2024-07-23T16:37:26Z","policy":[ "http://hl7.org/fhir/uv/v2mappings/message-oru-r01-to-bundle" ],"activity":{"coding":[{"code":"v2-FHIR transformation"}]},"agent":[{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/provenance-participant-type","code":"assembler"}]},"who":{"reference":"Organization/1721777846298871000.5d0e8fcc-9f9e-4e8c-9c2b-f0d21a49334e"}}]}},{"fullUrl":"Organization/1721777846298871000.5d0e8fcc-9f9e-4e8c-9c2b-f0d21a49334e","resource":{"resourceType":"Organization","id":"1721777846298871000.5d0e8fcc-9f9e-4e8c-9c2b-f0d21a49334e","identifier":[{"value":"CDC PRIME - Atlanta"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0301"}]},"system":"urn:ietf:rfc:3986","value":"2.16.840.1.114222.4.1.237821"}]}},{"fullUrl":"Patient/1721777846317280000.1c250c98-8398-44df-95f9-638d32537d63","resource":{"resourceType":"Patient","id":"1721777846317280000.1c250c98-8398-44df-95f9-638d32537d63","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/pid-patient","extension":[{"url":"PID.8","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"}],"code":"F"}]}},{"url":"PID.30","valueString":"N"}]},{"url":"http://ibm.com/fhir/cdm/StructureDefinition/local-race-cd","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70005"}],"system":"http://terminology.hl7.org/CodeSystem/v3-Race","version":"2.5.1","code":"2106-3","display":"White"}]}},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/ethnic-group","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70189"}],"system":"http://terminology.hl7.org/CodeSystem/v2-0189","code":"U","display":"Unknown"}]}}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier","extension":[{"url":"CX.5","valueString":"PI"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"PID.3"}],"type":{"coding":[{"code":"PI"}]},"value":"2a14112c-ece1-4f82-915c-7b3a8d152eda","assigner":{"reference":"Organization/1721777846304215000.9d234a70-1277-47c6-80a0-5819fbfe6547"}}],"name":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name","extension":[{"url":"XPN.2","valueString":"Kareem"},{"url":"XPN.3","valueString":"Millie"},{"url":"XPN.7","valueString":"L"}]}],"use":"official","family":"Buckridge","given":[ "Kareem","Millie" ]}],"telecom":[{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-country","valueString":"1"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-area","valueString":"211"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-local","valueString":"2240784"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point","extension":[{"url":"XTN.1","valueString":"7275555555:1:"},{"url":"XTN.2","valueString":"PRN"},{"url":"XTN.4","valueString":"roscoe.wilkinson@email.com"},{"url":"XTN.7","valueString":"2240784"}]}],"system":"email","use":"home"}],"gender":"female","birthDate":"1958-08-10","_birthDate":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"19580810"}]},"deceasedBoolean":false,"address":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line","extension":[{"url":"SAD.1","valueString":"688 Leighann Inlet"}]}]}],"line":[ "688 Leighann Inlet" ],"city":"South Rodneychester","district":"48077","state":"TX","postalCode":"67071"}]}},{"fullUrl":"Organization/1721777846304215000.9d234a70-1277-47c6-80a0-5819fbfe6547","resource":{"resourceType":"Organization","id":"1721777846304215000.9d234a70-1277-47c6-80a0-5819fbfe6547","identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.1"}],"value":"Avante at Ormond Beach"}]}},{"fullUrl":"Provenance/1721777846319409000.99a988d3-2061-464e-8f1f-45b2343be6c2","resource":{"resourceType":"Provenance","id":"1721777846319409000.99a988d3-2061-464e-8f1f-45b2343be6c2","target":[{"reference":"Patient/1721777846317280000.1c250c98-8398-44df-95f9-638d32537d63"}],"recorded":"2024-07-23T16:37:26Z","activity":{"coding":[{"system":"https://terminology.hl7.org/CodeSystem/v3-DataOperation","code":"UPDATE"}]}}},{"fullUrl":"Observation/1721777846321890000.435ad504-5064-4d96-ac38-4b8c93d6a48b","resource":{"resourceType":"Observation","id":"1721777846321890000.435ad504-5064-4d96-ac38-4b8c93d6a48b","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time","valueDateTime":"2021-02-09T00:00:00-06:00","_valueDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]}},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation","extension":[{"url":"OBX.2","valueId":"CWE"},{"url":"OBX.11","valueString":"F"},{"url":"OBX.17","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"99ELR"}],"code":"CareStart COVID-19 Antigen test_Access Bio, Inc._EUA"}]}}]}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"94558-4","display":"SARS-CoV-2 (COVID-19) Ag [Presence] in Respiratory specimen by Rapid immunoassay"}]},"subject":{"reference":"Patient/1721777846317280000.1c250c98-8398-44df-95f9-638d32537d63"},"effectiveDateTime":"2021-02-09T00:00:00-06:00","_effectiveDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"performer":[{"reference":"Organization/1721777846322748000.49e6d847-c843-44e4-b364-8dcc8f18a9ac"}],"valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"SCT"}],"system":"http://snomed.info/sct","code":"260415000","display":"Not detected"}]},"interpretation":[{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70078"}],"code":"N","display":"Normal (applies to non-numeric results)"}]}],"method":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"99ELR"}],"code":"CareStart COVID-19 Antigen test_Access Bio, Inc._EUA"}]}}},{"fullUrl":"Organization/1721777846322748000.49e6d847-c843-44e4-b364-8dcc8f18a9ac","resource":{"resourceType":"Organization","id":"1721777846322748000.49e6d847-c843-44e4-b364-8dcc8f18a9ac","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization","extension":[{"url":"XON.10","valueString":"10D0876999"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"OBX.25"}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"CLIA"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.4.7"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]}],"value":"10D0876999"}],"name":"Avante at Ormond Beach","address":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line","extension":[{"url":"SAD.1","valueString":"170 North King Road"}]}]}],"line":[ "170 North King Road" ],"city":"Ormond Beach","district":"12127","state":"FL","postalCode":"32174"}]}},{"fullUrl":"Observation/1721777846325442000.c20a8ed1-4026-4c3d-a088-ff62a9eb145a","resource":{"resourceType":"Observation","id":"1721777846325442000.c20a8ed1-4026-4c3d-a088-ff62a9eb145a","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation","extension":[{"url":"OBX.2","valueId":"CWE"},{"url":"OBX.29","valueId":"QST"},{"url":"OBX.11","valueString":"F"}]}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"95418-0","display":"Whether patient is employed in a healthcare setting"}]},"subject":{"reference":"Patient/1721777846317280000.1c250c98-8398-44df-95f9-638d32537d63"},"effectiveDateTime":"2021-02-09T00:00:00-06:00","_effectiveDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70136"}],"code":"Y","display":"Yes"}]}}},{"fullUrl":"Observation/1721777846327269000.6b1fbddd-4ab2-4118-9deb-4ad8026e81ba","resource":{"resourceType":"Observation","id":"1721777846327269000.6b1fbddd-4ab2-4118-9deb-4ad8026e81ba","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation","extension":[{"url":"OBX.2","valueId":"CWE"},{"url":"OBX.29","valueId":"QST"},{"url":"OBX.11","valueString":"F"}]}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"95417-2","display":"First test for condition of interest"}]},"subject":{"reference":"Patient/1721777846317280000.1c250c98-8398-44df-95f9-638d32537d63"},"effectiveDateTime":"2021-02-09T00:00:00-06:00","_effectiveDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70136"}],"code":"Y","display":"Yes"}]}}},{"fullUrl":"Observation/1721777846329135000.65c69636-0d27-42fb-8198-25835ad05c9d","resource":{"resourceType":"Observation","id":"1721777846329135000.65c69636-0d27-42fb-8198-25835ad05c9d","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation","extension":[{"url":"OBX.2","valueId":"CWE"},{"url":"OBX.29","valueId":"QST"},{"url":"OBX.11","valueString":"F"}]}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"95421-4","display":"Resides in a congregate care setting"}]},"subject":{"reference":"Patient/1721777846317280000.1c250c98-8398-44df-95f9-638d32537d63"},"effectiveDateTime":"2021-02-09T00:00:00-06:00","_effectiveDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70136"}],"code":"N","display":"No"}]}}},{"fullUrl":"Specimen/1721777846440349000.b8ca24c2-1277-4715-ac66-f69340fd9af8","resource":{"resourceType":"Specimen","id":"1721777846440349000.b8ca24c2-1277-4715-ac66-f69340fd9af8","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment","valueString":"OBR"}]}},{"fullUrl":"Specimen/1721777846442113000.9d2a2294-135f-461b-9205-6ad134663376","resource":{"resourceType":"Specimen","id":"1721777846442113000.9d2a2294-135f-461b-9205-6ad134663376","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment","valueString":"SPM"}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component","valueString":"SPM.2.1"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"PGN"}]},"value":"0cba76f5-35e0-4a28-803a-2f31308aae9b"}],"type":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"SCT"}],"system":"http://snomed.info/sct","code":"258500001","display":"Nasopharyngeal swab"}]},"receivedTime":"2021-02-09T00:00:00-06:00","_receivedTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"collection":{"collectedDateTime":"2021-02-09T00:00:00-06:00","_collectedDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"bodySite":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"SCT"}],"system":"http://snomed.info/sct","version":"2020-09-01","code":"71836000","display":"Nasopharyngeal structure (body structure)"}]}}}},{"fullUrl":"ServiceRequest/1721777846450879000.06a8b14f-65e8-4914-94cc-d25f4b1d88b3","resource":{"resourceType":"ServiceRequest","id":"1721777846450879000.06a8b14f-65e8-4914-94cc-d25f4b1d88b3","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/business-event","valueCode":"RE"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/orc-common-order","extension":[{"url":"orc-21-ordering-facility-name","valueReference":{"reference":"Organization/1721777846447164000.828dd71b-57e2-4acf-b9ad-f2276ee34bdd"}},{"url":"orc-22-ordering-facility-address","valueAddress":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line","extension":[{"url":"SAD.1","valueString":"170 North King Road"}]}]}],"line":[ "170 North King Road" ],"city":"Ormond Beach","district":"12127","state":"FL","postalCode":"32174"}},{"url":"orc-24-ordering-provider-address","valueAddress":{"postalCode":"32174"}},{"url":"orc-12-ordering-provider","valueReference":{"reference":"Practitioner/1721777846448258000.28ec7274-61e6-4f8a-a29e-8d9b73f82bdc"}},{"url":"ORC.15","valueString":"20210209"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request","extension":[{"url":"OBR.2","valueIdentifier":{"value":"73a6e9bd-aaec-418e-813a-0ad33366ca85"}},{"url":"OBR.3","valueIdentifier":{"value":"0cba76f5-35e0-4a28-803a-2f31308aae9b"}},{"url":"OBR.22","valueString":"202102090000-0600"},{"url":"OBR.25","valueId":"F"},{"url":"OBR.16","valueReference":{"reference":"Practitioner/1721777846449836000.75ceb4a7-c11d-4591-8e3c-f6a617b60c19"}},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number","valueContactPoint":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-country","valueString":"1"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-area","valueString":"386"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-local","valueString":"6825220"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point","extension":[{"url":"XTN.2","valueString":"WPN"},{"url":"XTN.7","valueString":"6825220"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"OBR.17"}],"_system":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/data-absent-reason","valueCode":"unknown"}]},"use":"work"}}]}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.2"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"PLAC"}]},"value":"73a6e9bd-aaec-418e-813a-0ad33366ca85"},{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.3"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"FILL"}]},"value":"73a6e9bd-aaec-418e-813a-0ad33366ca85"}],"status":"unknown","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"94558-4","display":"SARS-CoV-2 (COVID-19) Ag [Presence] in Respiratory specimen by Rapid immunoassay"}]},"subject":{"reference":"Patient/1721777846317280000.1c250c98-8398-44df-95f9-638d32537d63"},"requester":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number","valueContactPoint":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-country","valueString":"1"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-area","valueString":"386"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-local","valueString":"6825220"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point","extension":[{"url":"XTN.2","valueString":"WPN"},{"url":"XTN.7","valueString":"6825220"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.14"}],"_system":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/data-absent-reason","valueCode":"unknown"}]},"use":"work"}}],"reference":"PractitionerRole/1721777846443378000.f9c5da9f-cd29-4c9a-a194-c41a12ea582f"}}},{"fullUrl":"Practitioner/1721777846444409000.cfd26ff0-4386-4d4f-9736-1355d7a7fa02","resource":{"resourceType":"Practitioner","id":"1721777846444409000.cfd26ff0-4386-4d4f-9736-1355d7a7fa02","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"CMS"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.249"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner","extension":[{"url":"XCN.3","valueString":"Husam"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.12"}],"identifier":[{"type":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id","valueBoolean":true}],"code":"NPI"}]},"system":"CMS","value":"1629082607"}],"name":[{"family":"Eddin","given":[ "Husam" ]}],"address":[{"postalCode":"32174"}]}},{"fullUrl":"Organization/1721777846445269000.99ffa4f1-3f06-4ae5-b0d6-7f7618ba4c9d","resource":{"resourceType":"Organization","id":"1721777846445269000.99ffa4f1-3f06-4ae5-b0d6-7f7618ba4c9d","name":"Avante at Ormond Beach","telecom":[{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-country","valueString":"1"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-area","valueString":"407"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-local","valueString":"7397506"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point","extension":[{"url":"XTN.2","valueString":"WPN"},{"url":"XTN.4","valueString":"jbrush@avantecenters.com"},{"url":"XTN.7","valueString":"7397506"}]}],"system":"email","use":"work"}],"address":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line","extension":[{"url":"SAD.1","valueString":"170 North King Road"}]}]}],"line":[ "170 North King Road" ],"city":"Ormond Beach","district":"12127","state":"FL","postalCode":"32174"}]}},{"fullUrl":"PractitionerRole/1721777846443378000.f9c5da9f-cd29-4c9a-a194-c41a12ea582f","resource":{"resourceType":"PractitionerRole","id":"1721777846443378000.f9c5da9f-cd29-4c9a-a194-c41a12ea582f","practitioner":{"reference":"Practitioner/1721777846444409000.cfd26ff0-4386-4d4f-9736-1355d7a7fa02"},"organization":{"reference":"Organization/1721777846445269000.99ffa4f1-3f06-4ae5-b0d6-7f7618ba4c9d"}}},{"fullUrl":"Organization/1721777846447164000.828dd71b-57e2-4acf-b9ad-f2276ee34bdd","resource":{"resourceType":"Organization","id":"1721777846447164000.828dd71b-57e2-4acf-b9ad-f2276ee34bdd","name":"Avante at Ormond Beach"}},{"fullUrl":"Practitioner/1721777846448258000.28ec7274-61e6-4f8a-a29e-8d9b73f82bdc","resource":{"resourceType":"Practitioner","id":"1721777846448258000.28ec7274-61e6-4f8a-a29e-8d9b73f82bdc","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"CMS"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.249"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner","extension":[{"url":"XCN.3","valueString":"Husam"}]}],"identifier":[{"type":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id","valueBoolean":true}],"code":"NPI"}]},"system":"CMS","value":"1629082607"}],"name":[{"family":"Eddin","given":[ "Husam" ]}]}},{"fullUrl":"Practitioner/1721777846449836000.75ceb4a7-c11d-4591-8e3c-f6a617b60c19","resource":{"resourceType":"Practitioner","id":"1721777846449836000.75ceb4a7-c11d-4591-8e3c-f6a617b60c19","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"CMS"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.249"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner","extension":[{"url":"XCN.3","valueString":"Husam"}]}],"identifier":[{"type":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id","valueBoolean":true}],"code":"NPI"}]},"system":"CMS","value":"1629082607"}],"name":[{"family":"Eddin","given":[ "Husam" ]}]}},{"fullUrl":"DiagnosticReport/1721777846454629000.e0f99313-4515-433a-a96a-c7a9e025547d","resource":{"resourceType":"DiagnosticReport","id":"1721777846454629000.e0f99313-4515-433a-a96a-c7a9e025547d","identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.2"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"PLAC"}]},"value":"73a6e9bd-aaec-418e-813a-0ad33366ca85"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"FILL"}]},"value":"73a6e9bd-aaec-418e-813a-0ad33366ca85"}],"basedOn":[{"reference":"ServiceRequest/1721777846450879000.06a8b14f-65e8-4914-94cc-d25f4b1d88b3"}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"94558-4","display":"SARS-CoV-2 (COVID-19) Ag [Presence] in Respiratory specimen by Rapid immunoassay"}]},"subject":{"reference":"Patient/1721777846317280000.1c250c98-8398-44df-95f9-638d32537d63"},"effectivePeriod":{"start":"2021-02-09T00:00:00-06:00","_start":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"end":"2021-02-09T00:00:00-06:00","_end":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]}},"issued":"2021-02-09T00:00:00-06:00","_issued":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"specimen":[{"reference":"Specimen/1721777846442113000.9d2a2294-135f-461b-9205-6ad134663376"},{"reference":"Specimen/1721777846440349000.b8ca24c2-1277-4715-ac66-f69340fd9af8"}],"result":[{"reference":"Observation/1721777846321890000.435ad504-5064-4d96-ac38-4b8c93d6a48b"},{"reference":"Observation/1721777846325442000.c20a8ed1-4026-4c3d-a088-ff62a9eb145a"},{"reference":"Observation/1721777846327269000.6b1fbddd-4ab2-4118-9deb-4ad8026e81ba"},{"reference":"Observation/1721777846329135000.65c69636-0d27-42fb-8198-25835ad05c9d"}]}}]}""" + """{"resourceType":"Bundle","id":"1721777846019696000.250a7183-cf4a-4b93-bc5d-7d584e7f1491","meta":{"lastUpdated":"2024-07-23T16:37:26.024-07:00"},"identifier":{"system":"https://reportstream.cdc.gov/prime-router","value":"371784"},"type":"message","timestamp":"2021-02-10T17:07:37.000-08:00","entry":[{"fullUrl":"MessageHeader/4aeed951-99a9-3152-8885-6b0acc6dd35e","resource":{"resourceType":"MessageHeader","id":"4aeed951-99a9-3152-8885-6b0acc6dd35e","meta":{"tag":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0103","code":"P"}]},"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/msh-message-header","extension":[{"url":"MSH.7","valueString":"20210210170737"},{"url":"MSH.15","valueString":"NE"},{"url":"MSH.16","valueString":"NE"},{"url":"MSH.21","valueIdentifier":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"ELR_Receiver"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.9.99"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]}],"value":"PHLabReportNoAck"}}]}],"eventCoding":{"system":"http://terminology.hl7.org/CodeSystem/v2-0003","code":"R01","display":"ORU^R01^ORU_R01"},"destination":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"MSH.5"}],"name":"PRIME_DOH","_endpoint":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/data-absent-reason","valueCode":"unknown"}]},"receiver":{"reference":"Organization/1721777846072235000.3490dd90-2924-4c6b-b9b5-7e505a8cdef2"}}],"sender":{"reference":"Organization/1721777846053685000.668fc3c3-59d1-41f2-a5a3-fdb9c6e1af67"},"source":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"CDC PRIME - Atlanta, Georgia (Dekalb)"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.114222.4.1.237821"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueString":"ISO"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"MSH.3"}],"software":"PRIME ReportStream","version":"0.1-SNAPSHOT","endpoint":"urn:oid:2.16.840.1.114222.4.1.237821"}}},{"fullUrl":"Organization/1721777846053685000.668fc3c3-59d1-41f2-a5a3-fdb9c6e1af67","resource":{"resourceType":"Organization","id":"1721777846053685000.668fc3c3-59d1-41f2-a5a3-fdb9c6e1af67","identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.1"}],"value":"Avante at Ormond Beach"},{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.2,HD.3"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0301","code":"CLIA"}]},"value":"10D0876999"}],"address":[{"country":"USA"}]}},{"fullUrl":"Organization/1721777846072235000.3490dd90-2924-4c6b-b9b5-7e505a8cdef2","resource":{"resourceType":"Organization","id":"1721777846072235000.3490dd90-2924-4c6b-b9b5-7e505a8cdef2","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"MSH.6"}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.1"}],"value":"Prime ReportStream"}]}},{"fullUrl":"Provenance/1721777846291501000.4e6fef75-50f5-4a90-8700-e4c5863d9ba5","resource":{"resourceType":"Provenance","id":"1721777846291501000.4e6fef75-50f5-4a90-8700-e4c5863d9ba5","target":[{"reference":"MessageHeader/4aeed951-99a9-3152-8885-6b0acc6dd35e"},{"reference":"DiagnosticReport/1721777846454629000.e0f99313-4515-433a-a96a-c7a9e025547d"}],"recorded":"2021-02-10T17:07:37Z","activity":{"coding":[{"display":"ORU^R01^ORU_R01"}]},"agent":[{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/provenance-participant-type","code":"author"}]},"who":{"reference":"Organization/1721777846290825000.cc59d4ff-c553-43ff-bc6b-ff9d6bc85aa4"}}],"entity":[{"role":"source","what":{"reference":"Device/1721777846294084000.e4d7debd-26dd-454a-8c45-418865340073"}}]}},{"fullUrl":"Organization/1721777846290825000.cc59d4ff-c553-43ff-bc6b-ff9d6bc85aa4","resource":{"resourceType":"Organization","id":"1721777846290825000.cc59d4ff-c553-43ff-bc6b-ff9d6bc85aa4","identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.1"}],"value":"Avante at Ormond Beach"},{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.2,HD.3"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0301","code":"CLIA"}]},"value":"10D0876999"}]}},{"fullUrl":"Organization/1721777846293869000.b3be0f02-3001-4b5f-9837-58e10ffecb36","resource":{"resourceType":"Organization","id":"1721777846293869000.b3be0f02-3001-4b5f-9837-58e10ffecb36","name":"Centers for Disease Control and Prevention"}},{"fullUrl":"Device/1721777846294084000.e4d7debd-26dd-454a-8c45-418865340073","resource":{"resourceType":"Device","id":"1721777846294084000.e4d7debd-26dd-454a-8c45-418865340073","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/software-vendor-org","valueReference":{"reference":"Organization/1721777846293869000.b3be0f02-3001-4b5f-9837-58e10ffecb36"}}],"manufacturer":"Centers for Disease Control and Prevention","deviceName":[{"name":"PRIME ReportStream","type":"manufacturer-name"}],"modelNumber":"0.1-SNAPSHOT","version":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/software-install-date","valueDateTime":"2021-02-10","_valueDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"20210210"}]}}],"value":"0.1-SNAPSHOT"}]}},{"fullUrl":"Provenance/1721777846299096000.a563e83f-a551-4782-9f79-0717a607df25","resource":{"resourceType":"Provenance","id":"1721777846299096000.a563e83f-a551-4782-9f79-0717a607df25","recorded":"2024-07-23T16:37:26Z","policy":["http://hl7.org/fhir/uv/v2mappings/message-oru-r01-to-bundle"],"activity":{"coding":[{"code":"v2-FHIR transformation"}]},"agent":[{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/provenance-participant-type","code":"assembler"}]},"who":{"reference":"Organization/1721777846298871000.5d0e8fcc-9f9e-4e8c-9c2b-f0d21a49334e"}}]}},{"fullUrl":"Organization/1721777846298871000.5d0e8fcc-9f9e-4e8c-9c2b-f0d21a49334e","resource":{"resourceType":"Organization","id":"1721777846298871000.5d0e8fcc-9f9e-4e8c-9c2b-f0d21a49334e","identifier":[{"value":"CDC PRIME - Atlanta"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0301"}]},"system":"urn:ietf:rfc:3986","value":"2.16.840.1.114222.4.1.237821"}]}},{"fullUrl":"Patient/1721777846317280000.1c250c98-8398-44df-95f9-638d32537d63","resource":{"resourceType":"Patient","id":"1721777846317280000.1c250c98-8398-44df-95f9-638d32537d63","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/pid-patient","extension":[{"url":"PID.8","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"}],"code":"F"}]}},{"url":"PID.30","valueString":"N"}]},{"url":"http://ibm.com/fhir/cdm/StructureDefinition/local-race-cd","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70005"}],"system":"http://terminology.hl7.org/CodeSystem/v3-Race","version":"2.5.1","code":"2106-3","display":"White"}]}},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/ethnic-group","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70189"}],"system":"http://terminology.hl7.org/CodeSystem/v2-0189","code":"U","display":"Unknown"}]}}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier","extension":[{"url":"CX.5","valueString":"PI"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"PID.3"}],"type":{"coding":[{"code":"PI"}]},"value":"2a14112c-ece1-4f82-915c-7b3a8d152eda","assigner":{"reference":"Organization/1721777846304215000.9d234a70-1277-47c6-80a0-5819fbfe6547"}}],"name":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name","extension":[{"url":"XPN.2","valueString":"Kareem"},{"url":"XPN.3","valueString":"Millie"},{"url":"XPN.7","valueString":"L"}]}],"use":"official","family":"Buckridge","given":["Kareem","Millie"]}],"telecom":[{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-country","valueString":"1"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-area","valueString":"211"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-local","valueString":"2240784"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point","extension":[{"url":"XTN.1","valueString":"7275555555:1:"},{"url":"XTN.2","valueString":"PRN"},{"url":"XTN.4","valueString":"roscoe.wilkinson@email.com"},{"url":"XTN.7","valueString":"2240784"}]}],"system":"email","use":"home"}],"gender":"female","birthDate":"1958-08-10","_birthDate":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"19580810"}]},"deceasedBoolean":false,"address":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line","extension":[{"url":"SAD.1","valueString":"688 Leighann Inlet"}]}]}],"line":["688 Leighann Inlet"],"city":"South Rodneychester","district":"48077","state":"TX","postalCode":"67071"}]}},{"fullUrl":"Organization/1721777846304215000.9d234a70-1277-47c6-80a0-5819fbfe6547","resource":{"resourceType":"Organization","id":"1721777846304215000.9d234a70-1277-47c6-80a0-5819fbfe6547","identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.1"}],"value":"Avante at Ormond Beach"}]}},{"fullUrl":"Provenance/1721777846319409000.99a988d3-2061-464e-8f1f-45b2343be6c2","resource":{"resourceType":"Provenance","id":"1721777846319409000.99a988d3-2061-464e-8f1f-45b2343be6c2","target":[{"reference":"Patient/1721777846317280000.1c250c98-8398-44df-95f9-638d32537d63"}],"recorded":"2024-07-23T16:37:26Z","activity":{"coding":[{"system":"https://terminology.hl7.org/CodeSystem/v3-DataOperation","code":"UPDATE"}]}}},{"fullUrl":"Observation/1721777846321890000.435ad504-5064-4d96-ac38-4b8c93d6a48b","resource":{"resourceType":"Observation","id":"1721777846321890000.435ad504-5064-4d96-ac38-4b8c93d6a48b","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time","valueDateTime":"2021-02-09T00:00:00-06:00","_valueDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]}},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation","extension":[{"url":"OBX.2","valueId":"CWE"},{"url":"OBX.11","valueString":"F"},{"url":"OBX.17","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"99ELR"}],"code":"CareStart COVID-19 Antigen test_Access Bio, Inc._EUA"}]}}]}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"94558-4","display":"SARS-CoV-2 (COVID-19) Ag [Presence] in Respiratory specimen by Rapid immunoassay"}]},"subject":{"reference":"Patient/1721777846317280000.1c250c98-8398-44df-95f9-638d32537d63"},"effectiveDateTime":"2021-02-09T00:00:00-06:00","_effectiveDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"performer":[{"reference":"Organization/1721777846322748000.49e6d847-c843-44e4-b364-8dcc8f18a9ac"}],"valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"SCT"}],"system":"http://snomed.info/sct","code":"260415000","display":"Not detected"}]},"interpretation":[{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70078"}],"code":"N","display":"Normal (applies to non-numeric results)"}]}],"method":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"99ELR"}],"code":"CareStart COVID-19 Antigen test_Access Bio, Inc._EUA"}]}}},{"fullUrl":"Organization/1721777846322748000.49e6d847-c843-44e4-b364-8dcc8f18a9ac","resource":{"resourceType":"Organization","id":"1721777846322748000.49e6d847-c843-44e4-b364-8dcc8f18a9ac","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization","extension":[{"url":"XON.10","valueString":"10D0876999"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"OBX.25"}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"CLIA"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.4.7"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]}],"value":"10D0876999"}],"name":"Avante at Ormond Beach","address":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line","extension":[{"url":"SAD.1","valueString":"170 North King Road"}]}]}],"line":["170 North King Road"],"city":"Ormond Beach","district":"12127","state":"FL","postalCode":"32174"}]}},{"fullUrl":"Observation/1721777846325442000.c20a8ed1-4026-4c3d-a088-ff62a9eb145a","resource":{"resourceType":"Observation","id":"1721777846325442000.c20a8ed1-4026-4c3d-a088-ff62a9eb145a","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation","extension":[{"url":"OBX.2","valueId":"CWE"},{"url":"OBX.29","valueId":"QST"},{"url":"OBX.11","valueString":"F"}]}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"95418-0","display":"Whether patient is employed in a healthcare setting"}]},"subject":{"reference":"Patient/1721777846317280000.1c250c98-8398-44df-95f9-638d32537d63"},"effectiveDateTime":"2021-02-09T00:00:00-06:00","_effectiveDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70136"}],"code":"Y","display":"Yes"}]}}},{"fullUrl":"Observation/1721777846327269000.6b1fbddd-4ab2-4118-9deb-4ad8026e81ba","resource":{"resourceType":"Observation","id":"1721777846327269000.6b1fbddd-4ab2-4118-9deb-4ad8026e81ba","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation","extension":[{"url":"OBX.2","valueId":"CWE"},{"url":"OBX.29","valueId":"QST"},{"url":"OBX.11","valueString":"F"}]}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"95417-2","display":"First test for condition of interest"}]},"subject":{"reference":"Patient/1721777846317280000.1c250c98-8398-44df-95f9-638d32537d63"},"effectiveDateTime":"2021-02-09T00:00:00-06:00","_effectiveDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70136"}],"code":"Y","display":"Yes"}]}}},{"fullUrl":"Observation/1721777846329135000.65c69636-0d27-42fb-8198-25835ad05c9d","resource":{"resourceType":"Observation","id":"1721777846329135000.65c69636-0d27-42fb-8198-25835ad05c9d","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation","extension":[{"url":"OBX.2","valueId":"CWE"},{"url":"OBX.29","valueId":"QST"},{"url":"OBX.11","valueString":"F"}]}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"95421-4","display":"Resides in a congregate care setting"}]},"subject":{"reference":"Patient/1721777846317280000.1c250c98-8398-44df-95f9-638d32537d63"},"effectiveDateTime":"2021-02-09T00:00:00-06:00","_effectiveDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70136"}],"code":"N","display":"No"}]}}},{"fullUrl":"Specimen/1721777846440349000.b8ca24c2-1277-4715-ac66-f69340fd9af8","resource":{"resourceType":"Specimen","id":"1721777846440349000.b8ca24c2-1277-4715-ac66-f69340fd9af8","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment","valueString":"OBR"}],"collection":{"collectedPeriod":{"start":"2021-02-09T00:00:00-06:00","_start":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"end":"2021-02-09T00:00:00-06:00","_end":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]}}}}},{"fullUrl":"Specimen/1721777846442113000.9d2a2294-135f-461b-9205-6ad134663376","resource":{"resourceType":"Specimen","id":"1721777846442113000.9d2a2294-135f-461b-9205-6ad134663376","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment","valueString":"SPM"}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component","valueString":"SPM.2.1"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"PGN"}]},"value":"0cba76f5-35e0-4a28-803a-2f31308aae9b"}],"type":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"SCT"}],"system":"http://snomed.info/sct","code":"258500001","display":"Nasopharyngeal swab"}]},"receivedTime":"2021-02-09T00:00:00-06:00","_receivedTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"collection":{"collectedDateTime":"2021-02-09T00:00:00-06:00","_collectedDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"bodySite":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"SCT"}],"system":"http://snomed.info/sct","version":"2020-09-01","code":"71836000","display":"Nasopharyngeal structure (body structure)"}]}}}},{"fullUrl":"ServiceRequest/1721777846450879000.06a8b14f-65e8-4914-94cc-d25f4b1d88b3","resource":{"resourceType":"ServiceRequest","id":"1721777846450879000.06a8b14f-65e8-4914-94cc-d25f4b1d88b3","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/business-event","valueCode":"RE"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/orc-common-order","extension":[{"url":"orc-21-ordering-facility-name","valueReference":{"reference":"Organization/1721777846447164000.828dd71b-57e2-4acf-b9ad-f2276ee34bdd"}},{"url":"orc-22-ordering-facility-address","valueAddress":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line","extension":[{"url":"SAD.1","valueString":"170 North King Road"}]}]}],"line":["170 North King Road"],"city":"Ormond Beach","district":"12127","state":"FL","postalCode":"32174"}},{"url":"orc-24-ordering-provider-address","valueAddress":{"postalCode":"32174"}},{"url":"orc-12-ordering-provider","valueReference":{"reference":"Practitioner/1721777846448258000.28ec7274-61e6-4f8a-a29e-8d9b73f82bdc"}},{"url":"ORC.15","valueString":"20210209"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request","extension":[{"url":"OBR.2","valueIdentifier":{"value":"73a6e9bd-aaec-418e-813a-0ad33366ca85"}},{"url":"OBR.3","valueIdentifier":{"value":"0cba76f5-35e0-4a28-803a-2f31308aae9b"}},{"url":"OBR.22","valueString":"202102090000-0600"},{"url":"OBR.25","valueId":"F"},{"url":"OBR.16","valueReference":{"reference":"Practitioner/1721777846449836000.75ceb4a7-c11d-4591-8e3c-f6a617b60c19"}},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number","valueContactPoint":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-country","valueString":"1"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-area","valueString":"386"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-local","valueString":"6825220"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point","extension":[{"url":"XTN.2","valueString":"WPN"},{"url":"XTN.7","valueString":"6825220"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"OBR.17"}],"_system":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/data-absent-reason","valueCode":"unknown"}]},"use":"work"}}]}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.2"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"PLAC"}]},"value":"73a6e9bd-aaec-418e-813a-0ad33366ca85"},{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.3"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"FILL"}]},"value":"73a6e9bd-aaec-418e-813a-0ad33366ca85"}],"status":"unknown","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"94558-4","display":"SARS-CoV-2 (COVID-19) Ag [Presence] in Respiratory specimen by Rapid immunoassay"}]},"subject":{"reference":"Patient/1721777846317280000.1c250c98-8398-44df-95f9-638d32537d63"},"requester":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number","valueContactPoint":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-country","valueString":"1"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-area","valueString":"386"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-local","valueString":"6825220"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point","extension":[{"url":"XTN.2","valueString":"WPN"},{"url":"XTN.7","valueString":"6825220"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.14"}],"_system":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/data-absent-reason","valueCode":"unknown"}]},"use":"work"}}],"reference":"PractitionerRole/1721777846443378000.f9c5da9f-cd29-4c9a-a194-c41a12ea582f"}}},{"fullUrl":"Practitioner/1721777846444409000.cfd26ff0-4386-4d4f-9736-1355d7a7fa02","resource":{"resourceType":"Practitioner","id":"1721777846444409000.cfd26ff0-4386-4d4f-9736-1355d7a7fa02","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"CMS"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.249"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner","extension":[{"url":"XCN.3","valueString":"Husam"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.12"}],"identifier":[{"type":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id","valueBoolean":true}],"code":"NPI"}]},"system":"CMS","value":"1629082607"}],"name":[{"family":"Eddin","given":["Husam"]}],"address":[{"postalCode":"32174"}]}},{"fullUrl":"Organization/1721777846445269000.99ffa4f1-3f06-4ae5-b0d6-7f7618ba4c9d","resource":{"resourceType":"Organization","id":"1721777846445269000.99ffa4f1-3f06-4ae5-b0d6-7f7618ba4c9d","name":"Avante at Ormond Beach","telecom":[{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-country","valueString":"1"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-area","valueString":"407"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-local","valueString":"7397506"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point","extension":[{"url":"XTN.2","valueString":"WPN"},{"url":"XTN.4","valueString":"jbrush@avantecenters.com"},{"url":"XTN.7","valueString":"7397506"}]}],"system":"email","use":"work"}],"address":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line","extension":[{"url":"SAD.1","valueString":"170 North King Road"}]}]}],"line":["170 North King Road"],"city":"Ormond Beach","district":"12127","state":"FL","postalCode":"32174"}]}},{"fullUrl":"PractitionerRole/1721777846443378000.f9c5da9f-cd29-4c9a-a194-c41a12ea582f","resource":{"resourceType":"PractitionerRole","id":"1721777846443378000.f9c5da9f-cd29-4c9a-a194-c41a12ea582f","practitioner":{"reference":"Practitioner/1721777846444409000.cfd26ff0-4386-4d4f-9736-1355d7a7fa02"},"organization":{"reference":"Organization/1721777846445269000.99ffa4f1-3f06-4ae5-b0d6-7f7618ba4c9d"}}},{"fullUrl":"Organization/1721777846447164000.828dd71b-57e2-4acf-b9ad-f2276ee34bdd","resource":{"resourceType":"Organization","id":"1721777846447164000.828dd71b-57e2-4acf-b9ad-f2276ee34bdd","name":"Avante at Ormond Beach"}},{"fullUrl":"Practitioner/1721777846448258000.28ec7274-61e6-4f8a-a29e-8d9b73f82bdc","resource":{"resourceType":"Practitioner","id":"1721777846448258000.28ec7274-61e6-4f8a-a29e-8d9b73f82bdc","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"CMS"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.249"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner","extension":[{"url":"XCN.3","valueString":"Husam"}]}],"identifier":[{"type":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id","valueBoolean":true}],"code":"NPI"}]},"system":"CMS","value":"1629082607"}],"name":[{"family":"Eddin","given":["Husam"]}]}},{"fullUrl":"Practitioner/1721777846449836000.75ceb4a7-c11d-4591-8e3c-f6a617b60c19","resource":{"resourceType":"Practitioner","id":"1721777846449836000.75ceb4a7-c11d-4591-8e3c-f6a617b60c19","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"CMS"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.249"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner","extension":[{"url":"XCN.3","valueString":"Husam"}]}],"identifier":[{"type":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id","valueBoolean":true}],"code":"NPI"}]},"system":"CMS","value":"1629082607"}],"name":[{"family":"Eddin","given":["Husam"]}]}},{"fullUrl":"DiagnosticReport/1721777846454629000.e0f99313-4515-433a-a96a-c7a9e025547d","resource":{"resourceType":"DiagnosticReport","id":"1721777846454629000.e0f99313-4515-433a-a96a-c7a9e025547d","identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.2"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"PLAC"}]},"value":"73a6e9bd-aaec-418e-813a-0ad33366ca85"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"FILL"}]},"value":"73a6e9bd-aaec-418e-813a-0ad33366ca85"}],"basedOn":[{"reference":"ServiceRequest/1721777846450879000.06a8b14f-65e8-4914-94cc-d25f4b1d88b3"}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"94558-4","display":"SARS-CoV-2 (COVID-19) Ag [Presence] in Respiratory specimen by Rapid immunoassay"}]},"subject":{"reference":"Patient/1721777846317280000.1c250c98-8398-44df-95f9-638d32537d63"},"effectivePeriod":{"start":"2021-02-09T00:00:00-06:00","_start":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"end":"2021-02-09T00:00:00-06:00","_end":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]}},"issued":"2021-02-09T00:00:00-06:00","_issued":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"specimen":[{"reference":"Specimen/1721777846442113000.9d2a2294-135f-461b-9205-6ad134663376"},{"reference":"Specimen/1721777846440349000.b8ca24c2-1277-4715-ac66-f69340fd9af8"}],"result":[{"reference":"Observation/1721777846321890000.435ad504-5064-4d96-ac38-4b8c93d6a48b"},{"reference":"Observation/1721777846325442000.c20a8ed1-4026-4c3d-a088-ff62a9eb145a"},{"reference":"Observation/1721777846327269000.6b1fbddd-4ab2-4118-9deb-4ad8026e81ba"},{"reference":"Observation/1721777846329135000.65c69636-0d27-42fb-8198-25835ad05c9d"}]}}]}""" @Suppress("ktlint:standard:max-line-length") const val invalidHL7RecordConvertedAndTransformed = - """{"resourceType":"Bundle","id":"1714076050088111000.a4c2ec65-b182-45da-9f14-80db72ebdd42","meta":{"lastUpdated":"2024-04-25T16:14:10.094-04:00"},"identifier":{"system":"https://reportstream.cdc.gov/prime-router","value":"371784"},"type":"message","timestamp":"2021-02-10T17:07:37.000-05:00","entry":[{"fullUrl":"MessageHeader/4aeed951-99a9-3152-8885-6b0acc6dd35e","resource":{"resourceType":"MessageHeader","id":"4aeed951-99a9-3152-8885-6b0acc6dd35e","meta":{"tag":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0103","code":"P"}]},"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/msh-message-header","extension":[{"url":"MSH.7","valueString":"20210210170737"},{"url":"MSH.15","valueString":"NE"},{"url":"MSH.16","valueString":"NE"},{"url":"MSH.21","valueIdentifier":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"ELR_Receiver"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.9.99"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]}],"value":"PHLabReportNoAck"}},{"url":"MSH.19","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"ISO"}],"code":"ENG","display":"English"}]}}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/character-set","valueString":"UNICODE UTF-8"}],"eventCoding":{"system":"http://terminology.hl7.org/CodeSystem/v2-0003","code":"R01","display":"ORU^R01^ORU_R01"},"destination":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"MSH.5"}],"name":"PRIME_DOH","_endpoint":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/data-absent-reason","valueCode":"unknown"}]},"receiver":{"reference":"Organization/1714076050159757000.4a754008-3c87-4a33-b464-b200e5209d58"}}],"sender":{"reference":"Organization/1714076050134101000.e2dfbcec-e00a-4145-9a1d-3f237f7d9c88"},"source":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"CDC PRIME - Atlanta, Georgia (Dekalb)"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.114222.4.1.237821"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueString":"ISO"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"MSH.3"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/software-binary-id","valueString":"0.2-SNAPSHOT"}],"name":"CDC PRIME - Atlanta: 2.16.840.1.114222.4.1.237821","software":"PRIME ReportStream","version":"0.2-SNAPSHOT","endpoint":"urn:oid:2.16.840.1.114222.4.1.237821"}}},{"fullUrl":"Organization/1714076050134101000.e2dfbcec-e00a-4145-9a1d-3f237f7d9c88","resource":{"resourceType":"Organization","id":"1714076050134101000.e2dfbcec-e00a-4145-9a1d-3f237f7d9c88","identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.1"}],"value":"Avante at Ormond Beach"},{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.2,HD.3"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0301","code":"CLIA"}]},"value":"10D0876999"}],"address":[{"country":"USA"}]}},{"fullUrl":"Organization/1714076050159757000.4a754008-3c87-4a33-b464-b200e5209d58","resource":{"resourceType":"Organization","id":"1714076050159757000.4a754008-3c87-4a33-b464-b200e5209d58","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"MSH.6"}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.1"}],"value":"Prime ReportStream"}]}},{"fullUrl":"Provenance/1714076050445737000.c6aaf334-0a47-431f-9683-d684b448e75d","resource":{"resourceType":"Provenance","id":"1714076050445737000.c6aaf334-0a47-431f-9683-d684b448e75d","target":[{"reference":"MessageHeader/4aeed951-99a9-3152-8885-6b0acc6dd35e"},{"reference":"DiagnosticReport/1714076050653185000.919d3a83-8196-4559-9b09-82223811a264"}],"recorded":"2021-02-10T17:07:37Z","activity":{"coding":[{"display":"ORU^R01^ORU_R01"}]},"agent":[{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/provenance-participant-type","code":"author"}]},"who":{"reference":"Organization/1714076050445166000.fe8affd3-6047-4d29-9946-48aa378eb7a8"}}],"entity":[{"role":"source","what":{"reference":"Device/1714076050448504000.64bd61ad-a6ba-46ea-8c67-7925902c7ccb"}}]}},{"fullUrl":"Organization/1714076050445166000.fe8affd3-6047-4d29-9946-48aa378eb7a8","resource":{"resourceType":"Organization","id":"1714076050445166000.fe8affd3-6047-4d29-9946-48aa378eb7a8","identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.1"}],"value":"Avante at Ormond Beach"},{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.2,HD.3"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0301","code":"CLIA"}]},"value":"10D0876999"}]}},{"fullUrl":"Organization/1714076050448325000.62322707-039b-4e4d-b8bb-b98585947a1c","resource":{"resourceType":"Organization","id":"1714076050448325000.62322707-039b-4e4d-b8bb-b98585947a1c","name":"Centers for Disease Control and Prevention"}},{"fullUrl":"Device/1714076050448504000.64bd61ad-a6ba-46ea-8c67-7925902c7ccb","resource":{"resourceType":"Device","id":"1714076050448504000.64bd61ad-a6ba-46ea-8c67-7925902c7ccb","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/software-vendor-org","valueReference":{"reference":"Organization/1714076050448325000.62322707-039b-4e4d-b8bb-b98585947a1c"}}],"manufacturer":"Centers for Disease Control and Prevention","deviceName":[{"name":"PRIME ReportStream","type":"manufacturer-name"}],"modelNumber":"0.1-SNAPSHOT","version":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/software-install-date","valueDateTime":"2021-02-10","_valueDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"20210210"}]}}],"value":"0.1-SNAPSHOT"}]}},{"fullUrl":"Provenance/1714076050454424000.121a6dc9-c486-4455-9720-3b3f1a3fe655","resource":{"resourceType":"Provenance","id":"1714076050454424000.121a6dc9-c486-4455-9720-3b3f1a3fe655","recorded":"2024-04-25T16:14:10Z","policy":["http://hl7.org/fhir/uv/v2mappings/message-oru-r01-to-bundle"],"activity":{"coding":[{"code":"v2-FHIR transformation"}]},"agent":[{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/provenance-participant-type","code":"assembler"}]},"who":{"reference":"Organization/1714076050454162000.ef2f189e-335e-4716-bfff-2c77c696b9f6"}}]}},{"fullUrl":"Organization/1714076050454162000.ef2f189e-335e-4716-bfff-2c77c696b9f6","resource":{"resourceType":"Organization","id":"1714076050454162000.ef2f189e-335e-4716-bfff-2c77c696b9f6","identifier":[{"value":"CDC PRIME - Atlanta"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0301"}]},"system":"urn:ietf:rfc:3986","value":"2.16.840.1.114222.4.1.237821"}]}},{"fullUrl":"Patient/1714076050474891000.93554b06-037d-423d-a6d9-acff906d8d4a","resource":{"resourceType":"Patient","id":"1714076050474891000.93554b06-037d-423d-a6d9-acff906d8d4a","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/pid-patient","extension":[{"url":"PID.8","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"}],"code":"F"}]}},{"url":"PID.30","valueString":"N"}]},{"url":"http://ibm.com/fhir/cdm/StructureDefinition/local-race-cd","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70005"}],"system":"http://terminology.hl7.org/CodeSystem/v3-Race","version":"2.5.1","code":"2106-3","display":"White"}]}},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/ethnic-group","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70189"}],"system":"http://terminology.hl7.org/CodeSystem/v2-0189","code":"U","display":"Unknown"}]}}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier","extension":[{"url":"CX.5","valueString":"PI"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"PID.3"}],"type":{"coding":[{"code":"PI"}]},"value":"2a14112c-ece1-4f82-915c-7b3a8d152eda","assigner":{"reference":"Organization/1714076050460441000.2cea5a01-6238-42db-974a-d3dd4ccadf06"}}],"name":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name","extension":[{"url":"XPN.2","valueString":"Kareem"},{"url":"XPN.3","valueString":"Millie"},{"url":"XPN.7","valueString":"L"}]}],"use":"official","family":"Buckridge","given":["Kareem","Millie"]}],"telecom":[{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-country","valueString":"1"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-area","valueString":"211"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-local","valueString":"2240784"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point","extension":[{"url":"XTN.1","valueString":"7275555555:1:"},{"url":"XTN.2","valueString":"PRN"},{"url":"XTN.4","valueString":"roscoe.wilkinson@email.com"},{"url":"XTN.7","valueString":"2240784"}]}],"system":"email","use":"home"}],"gender":"female","birthDate":"1958-08-10","_birthDate":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"19580810"}]},"deceasedBoolean": false,"address":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line","extension":[{"url":"SAD.1","valueString":"688 Leighann Inlet"}]}]}],"line":["688 Leighann Inlet"],"city":"South Rodneychester","district":"48077","state":"TX","postalCode":"67071"}]}},{"fullUrl":"Organization/1714076050460441000.2cea5a01-6238-42db-974a-d3dd4ccadf06","resource":{"resourceType":"Organization","id":"1714076050460441000.2cea5a01-6238-42db-974a-d3dd4ccadf06","identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.1"}],"value":"Avante at Ormond Beach"}]}},{"fullUrl":"Provenance/1714076050477224000.1628017b-94e5-4e4c-bb2e-251383476529","resource":{"resourceType":"Provenance","id":"1714076050477224000.1628017b-94e5-4e4c-bb2e-251383476529","target":[{"reference":"Patient/1714076050474891000.93554b06-037d-423d-a6d9-acff906d8d4a"}],"recorded":"2024-04-25T16:14:10Z","activity":{"coding":[{"system":"https://terminology.hl7.org/CodeSystem/v3-DataOperation","code":"UPDATE"}]}}},{"fullUrl":"Observation/1714076050479965000.91c31627-78bd-4f0e-83fc-b7749d09d05d","resource":{"resourceType":"Observation","id":"1714076050479965000.91c31627-78bd-4f0e-83fc-b7749d09d05d","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time","valueDateTime":"2021-02-09T00:00:00-06:00","_valueDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]}},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation","extension":[{"url":"OBX.2","valueId":"CWE"},{"url":"OBX.11","valueString":"F"},{"url":"OBX.17","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"99ELR"}],"code":"CareStart COVID-19 Antigen test_Access Bio, Inc._EUA"}]}}]}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"94558-4","display":"SARS-CoV-2 (COVID-19) Ag [Presence] in Respiratory specimen by Rapid immunoassay"}]},"subject":{"reference":"Patient/1714076050474891000.93554b06-037d-423d-a6d9-acff906d8d4a"},"effectiveDateTime":"2021-02-09T00:00:00-06:00","_effectiveDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"performer":[{"reference":"Organization/1714076050480881000.76426968-0f15-47ed-9cec-f54aacf336dc"}],"valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"SCT"}],"system":"http://snomed.info/sct","code":"260415000","display":"Not detected"}]},"interpretation":[{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70078"}],"code":"N","display":"Normal (applies to non-numeric results)"}]}],"method":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"99ELR"}],"code":"CareStart COVID-19 Antigen test_Access Bio, Inc._EUA"}]}}},{"fullUrl":"Organization/1714076050480881000.76426968-0f15-47ed-9cec-f54aacf336dc","resource":{"resourceType":"Organization","id":"1714076050480881000.76426968-0f15-47ed-9cec-f54aacf336dc","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization","extension":[{"url":"XON.10","valueString":"10D0876999"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"OBX.25"}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"CLIA"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.4.7"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]}],"value":"10D0876999"}],"name":"Avante at Ormond Beach","address":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line","extension":[{"url":"SAD.1","valueString":"170 North King Road"}]}]}],"line":["170 North King Road"],"city":"Ormond Beach","district":"12127","state":"FL","postalCode":"32174"}]}},{"fullUrl":"Observation/1714076050483565000.c539a463-c7a5-41c8-ae9c-9841735124f3","resource":{"resourceType":"Observation","id":"1714076050483565000.c539a463-c7a5-41c8-ae9c-9841735124f3","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation","extension":[{"url":"OBX.2","valueId":"CWE"},{"url":"OBX.29","valueId":"QST"},{"url":"OBX.11","valueString":"F"}]}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"95418-0","display":"Whether patient is employed in a healthcare setting"}]},"subject":{"reference":"Patient/1714076050474891000.93554b06-037d-423d-a6d9-acff906d8d4a"},"effectiveDateTime":"2021-02-09T00:00:00-06:00","_effectiveDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70136"}],"code":"Y","display":"Yes"}]}}},{"fullUrl":"Observation/1714076050486065000.616b4d6e-faf1-4e12-a255-d8972c32b1d9","resource":{"resourceType":"Observation","id":"1714076050486065000.616b4d6e-faf1-4e12-a255-d8972c32b1d9","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation","extension":[{"url":"OBX.2","valueId":"CWE"},{"url":"OBX.29","valueId":"QST"},{"url":"OBX.11","valueString":"F"}]}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"95417-2","display":"First test for condition of interest"}]},"subject":{"reference":"Patient/1714076050474891000.93554b06-037d-423d-a6d9-acff906d8d4a"},"effectiveDateTime":"2021-02-09T00:00:00-06:00","_effectiveDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70136"}],"code":"Y","display":"Yes"}]}}},{"fullUrl":"Observation/1714076050487946000.e957be9d-b4fd-4c17-8b44-dde8bf20df85","resource":{"resourceType":"Observation","id":"1714076050487946000.e957be9d-b4fd-4c17-8b44-dde8bf20df85","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation","extension":[{"url":"OBX.2","valueId":"CWE"},{"url":"OBX.29","valueId":"QST"},{"url":"OBX.11","valueString":"F"}]}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"95421-4","display":"Resides in a congregate care setting"}]},"subject":{"reference":"Patient/1714076050474891000.93554b06-037d-423d-a6d9-acff906d8d4a"},"effectiveDateTime":"2021-02-09T00:00:00-06:00","_effectiveDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70136"}],"code":"N","display":"No"}]}}},{"fullUrl":"Specimen/1714076050635518000.e5c47b4d-4404-4edd-bc07-142bfc0e90c5","resource":{"resourceType":"Specimen","id":"1714076050635518000.e5c47b4d-4404-4edd-bc07-142bfc0e90c5","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment","valueString":"OBR"}]}},{"fullUrl":"Specimen/1714076050637369000.7c579064-c691-42a7-89d4-02a2fa00d924","resource":{"resourceType":"Specimen","id":"1714076050637369000.7c579064-c691-42a7-89d4-02a2fa00d924","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment","valueString":"SPM"}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component","valueString":"SPM.2.1"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"PGN"}]},"value":"0cba76f5-35e0-4a28-803a-2f31308aae9b"}],"type":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"SCT"}],"system":"http://snomed.info/sct","code":"258500001","display":"Nasopharyngeal swab"}]},"receivedTime":"2021-02-09T00:00:00-06:00","_receivedTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"collection":{"collectedDateTime":"2021-02-09T00:00:00-06:00","_collectedDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"bodySite":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"SCT"}],"system":"http://snomed.info/sct","version":"2020-09-01","code":"71836000","display":"Nasopharyngeal structure (body structure)"}]}}}},{"fullUrl":"ServiceRequest/1714076050647840000.cb7f08b5-f042-4af2-99ef-93df2701ae8c","resource":{"resourceType":"ServiceRequest","id":"1714076050647840000.cb7f08b5-f042-4af2-99ef-93df2701ae8c","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/business-event","valueCode":"RE"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/orc-common-order","extension":[{"url":"orc-21-ordering-facility-name","valueReference":{"reference":"Organization/1714076050642630000.15f993ed-02f8-473f-8b77-95bca4c97f3a"}},{"url":"orc-22-ordering-facility-address","valueAddress":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line","extension":[{"url":"SAD.1","valueString":"170 North King Road"}]}]}],"line":["170 North King Road"],"city":"Ormond Beach","district":"12127","state":"FL","postalCode":"32174"}},{"url":"orc-24-ordering-provider-address","valueAddress":{"postalCode":"32174"}},{"url":"orc-12-ordering-provider","valueReference":{"reference":"Practitioner/1714076050643844000.3dad2a39-2e39-4120-9991-919e24397bb8"}},{"url":"ORC.15","valueString":"20210209"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request","extension":[{"url":"OBR.2","valueIdentifier":{"value":"73a6e9bd-aaec-418e-813a-0ad33366ca85"}},{"url":"OBR.3","valueIdentifier":{"value":"0cba76f5-35e0-4a28-803a-2f31308aae9b"}},{"url":"OBR.22","valueString":"202102090000-0600"},{"url":"OBR.25","valueId":"F"},{"url":"OBR.16","valueReference":{"reference":"Practitioner/1714076050645896000.f58ffd44-b08f-4d07-9273-d8441c8130ec"}},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number","valueContactPoint":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-country","valueString":"1"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-area","valueString":"386"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-local","valueString":"6825220"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point","extension":[{"url":"XTN.2","valueString":"WPN"},{"url":"XTN.7","valueString":"6825220"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"OBR.17"}],"_system":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/data-absent-reason","valueCode":"unknown"}]},"use":"work"}}]}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.2"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"PLAC"}]},"value":"73a6e9bd-aaec-418e-813a-0ad33366ca85"},{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.3"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"FILL"}]},"value":"73a6e9bd-aaec-418e-813a-0ad33366ca85"}],"status":"unknown","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"94558-4","display":"SARS-CoV-2 (COVID-19) Ag [Presence] in Respiratory specimen by Rapid immunoassay"}]},"subject":{"reference":"Patient/1714076050474891000.93554b06-037d-423d-a6d9-acff906d8d4a"},"requester":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number","valueContactPoint":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-country","valueString":"1"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-area","valueString":"386"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-local","valueString":"6825220"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point","extension":[{"url":"XTN.2","valueString":"WPN"},{"url":"XTN.7","valueString":"6825220"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.14"}],"_system":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/data-absent-reason","valueCode":"unknown"}]},"use":"work"}}],"reference":"PractitionerRole/1714076050638584000.7d2a4493-16cf-4f9d-896f-731d2aea7624"}}},{"fullUrl":"Practitioner/1714076050639750000.554bf0ef-b2be-4fbc-bc37-c67a216c1f14","resource":{"resourceType":"Practitioner","id":"1714076050639750000.554bf0ef-b2be-4fbc-bc37-c67a216c1f14","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"CMS"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.249"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner","extension":[{"url":"XCN.3","valueString":"Husam"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.12"}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"NPI"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"urn:oid:2.16.840.1.113883.4.6"}],"type":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id","valueBoolean": true}],"code":"NPI"}]},"system":"CMS","value":"1629082607"}],"name":[{"family":"Eddin","given":["Husam"]}],"address":[{"postalCode":"32174"}]}},{"fullUrl":"Organization/1714076050640767000.dc66770b-e134-4d0e-8989-70c12c60fc7a","resource":{"resourceType":"Organization","id":"1714076050640767000.dc66770b-e134-4d0e-8989-70c12c60fc7a","name":"Avante at Ormond Beach","telecom":[{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-country","valueString":"1"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-area","valueString":"407"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-local","valueString":"7397506"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point","extension":[{"url":"XTN.2","valueString":"WPN"},{"url":"XTN.4","valueString":"jbrush@avantecenters.com"},{"url":"XTN.7","valueString":"7397506"}]}],"system":"email","use":"work"}],"address":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line","extension":[{"url":"SAD.1","valueString":"170 North King Road"}]}]}],"line":["170 North King Road"],"city":"Ormond Beach","district":"12127","state":"FL","postalCode":"32174"}]}},{"fullUrl":"PractitionerRole/1714076050638584000.7d2a4493-16cf-4f9d-896f-731d2aea7624","resource":{"resourceType":"PractitionerRole","id":"1714076050638584000.7d2a4493-16cf-4f9d-896f-731d2aea7624","practitioner":{"reference":"Practitioner/1714076050639750000.554bf0ef-b2be-4fbc-bc37-c67a216c1f14"},"organization":{"reference":"Organization/1714076050640767000.dc66770b-e134-4d0e-8989-70c12c60fc7a"}}},{"fullUrl":"Organization/1714076050642630000.15f993ed-02f8-473f-8b77-95bca4c97f3a","resource":{"resourceType":"Organization","id":"1714076050642630000.15f993ed-02f8-473f-8b77-95bca4c97f3a","name":"Avante at Ormond Beach"}},{"fullUrl":"Practitioner/1714076050643844000.3dad2a39-2e39-4120-9991-919e24397bb8","resource":{"resourceType":"Practitioner","id":"1714076050643844000.3dad2a39-2e39-4120-9991-919e24397bb8","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"CMS"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.249"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner","extension":[{"url":"XCN.3","valueString":"Husam"}]}],"identifier":[{"type":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id","valueBoolean": true}],"code":"NPI"}]},"system":"CMS","value":"1629082607"}],"name":[{"family":"Eddin","given":["Husam"]}]}},{"fullUrl":"Practitioner/1714076050645896000.f58ffd44-b08f-4d07-9273-d8441c8130ec","resource":{"resourceType":"Practitioner","id":"1714076050645896000.f58ffd44-b08f-4d07-9273-d8441c8130ec","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"CMS"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.249"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner","extension":[{"url":"XCN.3","valueString":"Husam"}]}],"identifier":[{"type":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id","valueBoolean": true}],"code":"NPI"}]},"system":"CMS","value":"1629082607"}],"name":[{"family":"Eddin","given":["Husam"]}]}},{"fullUrl":"DiagnosticReport/1714076050653185000.919d3a83-8196-4559-9b09-82223811a264","resource":{"resourceType":"DiagnosticReport","id":"1714076050653185000.919d3a83-8196-4559-9b09-82223811a264","identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.2"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"PLAC"}]},"value":"73a6e9bd-aaec-418e-813a-0ad33366ca85"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"FILL"}]},"value":"73a6e9bd-aaec-418e-813a-0ad33366ca85"}],"basedOn":[{"reference":"ServiceRequest/1714076050647840000.cb7f08b5-f042-4af2-99ef-93df2701ae8c"}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"94558-4","display":"SARS-CoV-2 (COVID-19) Ag [Presence] in Respiratory specimen by Rapid immunoassay"}]},"subject":{"reference":"Patient/1714076050474891000.93554b06-037d-423d-a6d9-acff906d8d4a"},"effectivePeriod":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valuePeriod":{"start":"2021-02-09T00:00:00-06:00","_start":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"end":"2021-02-09T00:00:00-06:00","_end":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]}}}],"start":"2021-02-09T00:00:00-06:00","_start":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"end":"2021-02-09T00:00:00-06:00","_end":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]}},"issued":"2021-02-09T00:00:00-06:00","_issued":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"specimen":[{"reference":"Specimen/1714076050637369000.7c579064-c691-42a7-89d4-02a2fa00d924"},{"reference":"Specimen/1714076050635518000.e5c47b4d-4404-4edd-bc07-142bfc0e90c5"}],"result":[{"reference":"Observation/1714076050479965000.91c31627-78bd-4f0e-83fc-b7749d09d05d"},{"reference":"Observation/1714076050483565000.c539a463-c7a5-41c8-ae9c-9841735124f3"},{"reference":"Observation/1714076050486065000.616b4d6e-faf1-4e12-a255-d8972c32b1d9"},{"reference":"Observation/1714076050487946000.e957be9d-b4fd-4c17-8b44-dde8bf20df85"}]}}]}""" + """{"resourceType":"Bundle","id":"1714076050088111000.a4c2ec65-b182-45da-9f14-80db72ebdd42","meta":{"lastUpdated":"2024-04-25T16:14:10.094-04:00"},"identifier":{"system":"https://reportstream.cdc.gov/prime-router","value":"371784"},"type":"message","timestamp":"2021-02-10T17:07:37.000-05:00","entry":[{"fullUrl":"MessageHeader/4aeed951-99a9-3152-8885-6b0acc6dd35e","resource":{"resourceType":"MessageHeader","id":"4aeed951-99a9-3152-8885-6b0acc6dd35e","meta":{"tag":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0103","code":"P"}]},"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/msh-message-header","extension":[{"url":"MSH.7","valueString":"20210210170737"},{"url":"MSH.15","valueString":"NE"},{"url":"MSH.16","valueString":"NE"},{"url":"MSH.21","valueIdentifier":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"ELR_Receiver"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.9.99"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]}],"value":"PHLabReportNoAck"}},{"url":"MSH.19","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"ISO"}],"code":"ENG","display":"English"}]}}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/character-set","valueString":"UNICODE UTF-8"}],"eventCoding":{"system":"http://terminology.hl7.org/CodeSystem/v2-0003","code":"R01","display":"ORU^R01^ORU_R01"},"destination":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"MSH.5"}],"name":"PRIME_DOH","_endpoint":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/data-absent-reason","valueCode":"unknown"}]},"receiver":{"reference":"Organization/1714076050159757000.4a754008-3c87-4a33-b464-b200e5209d58"}}],"sender":{"reference":"Organization/1714076050134101000.e2dfbcec-e00a-4145-9a1d-3f237f7d9c88"},"source":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"CDC PRIME - Atlanta, Georgia (Dekalb)"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.114222.4.1.237821"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueString":"ISO"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"MSH.3"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/software-binary-id","valueString":"0.2-SNAPSHOT"}],"name":"CDC PRIME - Atlanta: 2.16.840.1.114222.4.1.237821","software":"PRIME ReportStream","version":"0.2-SNAPSHOT","endpoint":"urn:oid:2.16.840.1.114222.4.1.237821"}}},{"fullUrl":"Organization/1714076050134101000.e2dfbcec-e00a-4145-9a1d-3f237f7d9c88","resource":{"resourceType":"Organization","id":"1714076050134101000.e2dfbcec-e00a-4145-9a1d-3f237f7d9c88","identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.1"}],"value":"Avante at Ormond Beach"},{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.2,HD.3"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0301","code":"CLIA"}]},"value":"10D0876999"}],"address":[{"country":"USA"}]}},{"fullUrl":"Organization/1714076050159757000.4a754008-3c87-4a33-b464-b200e5209d58","resource":{"resourceType":"Organization","id":"1714076050159757000.4a754008-3c87-4a33-b464-b200e5209d58","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"MSH.6"}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.1"}],"value":"Prime ReportStream"}]}},{"fullUrl":"Provenance/1714076050445737000.c6aaf334-0a47-431f-9683-d684b448e75d","resource":{"resourceType":"Provenance","id":"1714076050445737000.c6aaf334-0a47-431f-9683-d684b448e75d","target":[{"reference":"MessageHeader/4aeed951-99a9-3152-8885-6b0acc6dd35e"},{"reference":"DiagnosticReport/1714076050653185000.919d3a83-8196-4559-9b09-82223811a264"}],"recorded":"2021-02-10T17:07:37Z","activity":{"coding":[{"display":"ORU^R01^ORU_R01"}]},"agent":[{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/provenance-participant-type","code":"author"}]},"who":{"reference":"Organization/1714076050445166000.fe8affd3-6047-4d29-9946-48aa378eb7a8"}}],"entity":[{"role":"source","what":{"reference":"Device/1714076050448504000.64bd61ad-a6ba-46ea-8c67-7925902c7ccb"}}]}},{"fullUrl":"Organization/1714076050445166000.fe8affd3-6047-4d29-9946-48aa378eb7a8","resource":{"resourceType":"Organization","id":"1714076050445166000.fe8affd3-6047-4d29-9946-48aa378eb7a8","identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.1"}],"value":"Avante at Ormond Beach"},{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.2,HD.3"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0301","code":"CLIA"}]},"value":"10D0876999"}]}},{"fullUrl":"Organization/1714076050448325000.62322707-039b-4e4d-b8bb-b98585947a1c","resource":{"resourceType":"Organization","id":"1714076050448325000.62322707-039b-4e4d-b8bb-b98585947a1c","name":"Centers for Disease Control and Prevention"}},{"fullUrl":"Device/1714076050448504000.64bd61ad-a6ba-46ea-8c67-7925902c7ccb","resource":{"resourceType":"Device","id":"1714076050448504000.64bd61ad-a6ba-46ea-8c67-7925902c7ccb","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/software-vendor-org","valueReference":{"reference":"Organization/1714076050448325000.62322707-039b-4e4d-b8bb-b98585947a1c"}}],"manufacturer":"Centers for Disease Control and Prevention","deviceName":[{"name":"PRIME ReportStream","type":"manufacturer-name"}],"modelNumber":"0.1-SNAPSHOT","version":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/software-install-date","valueDateTime":"2021-02-10","_valueDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"20210210"}]}}],"value":"0.1-SNAPSHOT"}]}},{"fullUrl":"Provenance/1714076050454424000.121a6dc9-c486-4455-9720-3b3f1a3fe655","resource":{"resourceType":"Provenance","id":"1714076050454424000.121a6dc9-c486-4455-9720-3b3f1a3fe655","recorded":"2024-04-25T16:14:10Z","policy":["http://hl7.org/fhir/uv/v2mappings/message-oru-r01-to-bundle"],"activity":{"coding":[{"code":"v2-FHIR transformation"}]},"agent":[{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/provenance-participant-type","code":"assembler"}]},"who":{"reference":"Organization/1714076050454162000.ef2f189e-335e-4716-bfff-2c77c696b9f6"}}]}},{"fullUrl":"Organization/1714076050454162000.ef2f189e-335e-4716-bfff-2c77c696b9f6","resource":{"resourceType":"Organization","id":"1714076050454162000.ef2f189e-335e-4716-bfff-2c77c696b9f6","identifier":[{"value":"CDC PRIME - Atlanta"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0301"}]},"system":"urn:ietf:rfc:3986","value":"2.16.840.1.114222.4.1.237821"}]}},{"fullUrl":"Patient/1714076050474891000.93554b06-037d-423d-a6d9-acff906d8d4a","resource":{"resourceType":"Patient","id":"1714076050474891000.93554b06-037d-423d-a6d9-acff906d8d4a","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/pid-patient","extension":[{"url":"PID.8","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"}],"code":"F"}]}},{"url":"PID.30","valueString":"N"}]},{"url":"http://ibm.com/fhir/cdm/StructureDefinition/local-race-cd","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70005"}],"system":"http://terminology.hl7.org/CodeSystem/v3-Race","version":"2.5.1","code":"2106-3","display":"White"}]}},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/ethnic-group","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70189"}],"system":"http://terminology.hl7.org/CodeSystem/v2-0189","code":"U","display":"Unknown"}]}}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier","extension":[{"url":"CX.5","valueString":"PI"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"PID.3"}],"type":{"coding":[{"code":"PI"}]},"value":"2a14112c-ece1-4f82-915c-7b3a8d152eda","assigner":{"reference":"Organization/1714076050460441000.2cea5a01-6238-42db-974a-d3dd4ccadf06"}}],"name":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name","extension":[{"url":"XPN.2","valueString":"Kareem"},{"url":"XPN.3","valueString":"Millie"},{"url":"XPN.7","valueString":"L"}]}],"use":"official","family":"Buckridge","given":["Kareem","Millie"]}],"telecom":[{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-country","valueString":"1"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-area","valueString":"211"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-local","valueString":"2240784"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point","extension":[{"url":"XTN.1","valueString":"7275555555:1:"},{"url":"XTN.2","valueString":"PRN"},{"url":"XTN.4","valueString":"roscoe.wilkinson@email.com"},{"url":"XTN.7","valueString":"2240784"}]}],"system":"email","use":"home"}],"gender":"female","birthDate":"1958-08-10","_birthDate":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"19580810"}]},"deceasedBoolean":false,"address":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line","extension":[{"url":"SAD.1","valueString":"688 Leighann Inlet"}]}]}],"line":["688 Leighann Inlet"],"city":"South Rodneychester","district":"48077","state":"TX","postalCode":"67071"}]}},{"fullUrl":"Organization/1714076050460441000.2cea5a01-6238-42db-974a-d3dd4ccadf06","resource":{"resourceType":"Organization","id":"1714076050460441000.2cea5a01-6238-42db-974a-d3dd4ccadf06","identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.1"}],"value":"Avante at Ormond Beach"}]}},{"fullUrl":"Provenance/1714076050477224000.1628017b-94e5-4e4c-bb2e-251383476529","resource":{"resourceType":"Provenance","id":"1714076050477224000.1628017b-94e5-4e4c-bb2e-251383476529","target":[{"reference":"Patient/1714076050474891000.93554b06-037d-423d-a6d9-acff906d8d4a"}],"recorded":"2024-04-25T16:14:10Z","activity":{"coding":[{"system":"https://terminology.hl7.org/CodeSystem/v3-DataOperation","code":"UPDATE"}]}}},{"fullUrl":"Observation/1714076050479965000.91c31627-78bd-4f0e-83fc-b7749d09d05d","resource":{"resourceType":"Observation","id":"1714076050479965000.91c31627-78bd-4f0e-83fc-b7749d09d05d","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time","valueDateTime":"2021-02-09T00:00:00-06:00","_valueDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]}},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation","extension":[{"url":"OBX.2","valueId":"CWE"},{"url":"OBX.11","valueString":"F"},{"url":"OBX.17","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"99ELR"}],"code":"CareStart COVID-19 Antigen test_Access Bio, Inc._EUA"}]}}]}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"94558-4","display":"SARS-CoV-2 (COVID-19) Ag [Presence] in Respiratory specimen by Rapid immunoassay"}]},"subject":{"reference":"Patient/1714076050474891000.93554b06-037d-423d-a6d9-acff906d8d4a"},"effectiveDateTime":"2021-02-09T00:00:00-06:00","_effectiveDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"performer":[{"reference":"Organization/1714076050480881000.76426968-0f15-47ed-9cec-f54aacf336dc"}],"valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"SCT"}],"system":"http://snomed.info/sct","code":"260415000","display":"Not detected"}]},"interpretation":[{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70078"}],"code":"N","display":"Normal (applies to non-numeric results)"}]}],"method":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"99ELR"}],"code":"CareStart COVID-19 Antigen test_Access Bio, Inc._EUA"}]}}},{"fullUrl":"Organization/1714076050480881000.76426968-0f15-47ed-9cec-f54aacf336dc","resource":{"resourceType":"Organization","id":"1714076050480881000.76426968-0f15-47ed-9cec-f54aacf336dc","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization","extension":[{"url":"XON.10","valueString":"10D0876999"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"OBX.25"}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"CLIA"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.4.7"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]}],"value":"10D0876999"}],"name":"Avante at Ormond Beach","address":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line","extension":[{"url":"SAD.1","valueString":"170 North King Road"}]}]}],"line":["170 North King Road"],"city":"Ormond Beach","district":"12127","state":"FL","postalCode":"32174"}]}},{"fullUrl":"Observation/1714076050483565000.c539a463-c7a5-41c8-ae9c-9841735124f3","resource":{"resourceType":"Observation","id":"1714076050483565000.c539a463-c7a5-41c8-ae9c-9841735124f3","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation","extension":[{"url":"OBX.2","valueId":"CWE"},{"url":"OBX.29","valueId":"QST"},{"url":"OBX.11","valueString":"F"}]}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"95418-0","display":"Whether patient is employed in a healthcare setting"}]},"subject":{"reference":"Patient/1714076050474891000.93554b06-037d-423d-a6d9-acff906d8d4a"},"effectiveDateTime":"2021-02-09T00:00:00-06:00","_effectiveDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70136"}],"code":"Y","display":"Yes"}]}}},{"fullUrl":"Observation/1714076050486065000.616b4d6e-faf1-4e12-a255-d8972c32b1d9","resource":{"resourceType":"Observation","id":"1714076050486065000.616b4d6e-faf1-4e12-a255-d8972c32b1d9","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation","extension":[{"url":"OBX.2","valueId":"CWE"},{"url":"OBX.29","valueId":"QST"},{"url":"OBX.11","valueString":"F"}]}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"95417-2","display":"First test for condition of interest"}]},"subject":{"reference":"Patient/1714076050474891000.93554b06-037d-423d-a6d9-acff906d8d4a"},"effectiveDateTime":"2021-02-09T00:00:00-06:00","_effectiveDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70136"}],"code":"Y","display":"Yes"}]}}},{"fullUrl":"Observation/1714076050487946000.e957be9d-b4fd-4c17-8b44-dde8bf20df85","resource":{"resourceType":"Observation","id":"1714076050487946000.e957be9d-b4fd-4c17-8b44-dde8bf20df85","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation","extension":[{"url":"OBX.2","valueId":"CWE"},{"url":"OBX.29","valueId":"QST"},{"url":"OBX.11","valueString":"F"}]}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"95421-4","display":"Resides in a congregate care setting"}]},"subject":{"reference":"Patient/1714076050474891000.93554b06-037d-423d-a6d9-acff906d8d4a"},"effectiveDateTime":"2021-02-09T00:00:00-06:00","_effectiveDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70136"}],"code":"N","display":"No"}]}}},{"fullUrl":"Specimen/1714076050635518000.e5c47b4d-4404-4edd-bc07-142bfc0e90c5","resource":{"resourceType":"Specimen","id":"1714076050635518000.e5c47b4d-4404-4edd-bc07-142bfc0e90c5","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment","valueString":"OBR"}],"collection":{"collectedPeriod":{"start":"2021-02-09T00:00:00-06:00","_start":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"end":"2021-02-09T00:00:00-06:00","_end":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]}}}}},{"fullUrl":"Specimen/1714076050637369000.7c579064-c691-42a7-89d4-02a2fa00d924","resource":{"resourceType":"Specimen","id":"1714076050637369000.7c579064-c691-42a7-89d4-02a2fa00d924","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment","valueString":"SPM"}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component","valueString":"SPM.2.1"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"PGN"}]},"value":"0cba76f5-35e0-4a28-803a-2f31308aae9b"}],"type":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"SCT"}],"system":"http://snomed.info/sct","code":"258500001","display":"Nasopharyngeal swab"}]},"receivedTime":"2021-02-09T00:00:00-06:00","_receivedTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"collection":{"collectedDateTime":"2021-02-09T00:00:00-06:00","_collectedDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"bodySite":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"SCT"}],"system":"http://snomed.info/sct","version":"2020-09-01","code":"71836000","display":"Nasopharyngeal structure (body structure)"}]}}}},{"fullUrl":"ServiceRequest/1714076050647840000.cb7f08b5-f042-4af2-99ef-93df2701ae8c","resource":{"resourceType":"ServiceRequest","id":"1714076050647840000.cb7f08b5-f042-4af2-99ef-93df2701ae8c","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/business-event","valueCode":"RE"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/orc-common-order","extension":[{"url":"orc-21-ordering-facility-name","valueReference":{"reference":"Organization/1714076050642630000.15f993ed-02f8-473f-8b77-95bca4c97f3a"}},{"url":"orc-22-ordering-facility-address","valueAddress":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line","extension":[{"url":"SAD.1","valueString":"170 North King Road"}]}]}],"line":["170 North King Road"],"city":"Ormond Beach","district":"12127","state":"FL","postalCode":"32174"}},{"url":"orc-24-ordering-provider-address","valueAddress":{"postalCode":"32174"}},{"url":"orc-12-ordering-provider","valueReference":{"reference":"Practitioner/1714076050643844000.3dad2a39-2e39-4120-9991-919e24397bb8"}},{"url":"ORC.15","valueString":"20210209"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request","extension":[{"url":"OBR.2","valueIdentifier":{"value":"73a6e9bd-aaec-418e-813a-0ad33366ca85"}},{"url":"OBR.3","valueIdentifier":{"value":"0cba76f5-35e0-4a28-803a-2f31308aae9b"}},{"url":"OBR.22","valueString":"202102090000-0600"},{"url":"OBR.25","valueId":"F"},{"url":"OBR.16","valueReference":{"reference":"Practitioner/1714076050645896000.f58ffd44-b08f-4d07-9273-d8441c8130ec"}},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number","valueContactPoint":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-country","valueString":"1"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-area","valueString":"386"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-local","valueString":"6825220"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point","extension":[{"url":"XTN.2","valueString":"WPN"},{"url":"XTN.7","valueString":"6825220"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"OBR.17"}],"_system":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/data-absent-reason","valueCode":"unknown"}]},"use":"work"}}]}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.2"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"PLAC"}]},"value":"73a6e9bd-aaec-418e-813a-0ad33366ca85"},{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.3"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"FILL"}]},"value":"73a6e9bd-aaec-418e-813a-0ad33366ca85"}],"status":"unknown","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"94558-4","display":"SARS-CoV-2 (COVID-19) Ag [Presence] in Respiratory specimen by Rapid immunoassay"}]},"subject":{"reference":"Patient/1714076050474891000.93554b06-037d-423d-a6d9-acff906d8d4a"},"requester":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number","valueContactPoint":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-country","valueString":"1"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-area","valueString":"386"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-local","valueString":"6825220"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point","extension":[{"url":"XTN.2","valueString":"WPN"},{"url":"XTN.7","valueString":"6825220"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.14"}],"_system":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/data-absent-reason","valueCode":"unknown"}]},"use":"work"}}],"reference":"PractitionerRole/1714076050638584000.7d2a4493-16cf-4f9d-896f-731d2aea7624"}}},{"fullUrl":"Practitioner/1714076050639750000.554bf0ef-b2be-4fbc-bc37-c67a216c1f14","resource":{"resourceType":"Practitioner","id":"1714076050639750000.554bf0ef-b2be-4fbc-bc37-c67a216c1f14","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"CMS"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.249"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner","extension":[{"url":"XCN.3","valueString":"Husam"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.12"}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"NPI"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"urn:oid:2.16.840.1.113883.4.6"}],"type":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id","valueBoolean":true}],"code":"NPI"}]},"system":"CMS","value":"1629082607"}],"name":[{"family":"Eddin","given":["Husam"]}],"address":[{"postalCode":"32174"}]}},{"fullUrl":"Organization/1714076050640767000.dc66770b-e134-4d0e-8989-70c12c60fc7a","resource":{"resourceType":"Organization","id":"1714076050640767000.dc66770b-e134-4d0e-8989-70c12c60fc7a","name":"Avante at Ormond Beach","telecom":[{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-country","valueString":"1"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-area","valueString":"407"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-local","valueString":"7397506"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point","extension":[{"url":"XTN.2","valueString":"WPN"},{"url":"XTN.4","valueString":"jbrush@avantecenters.com"},{"url":"XTN.7","valueString":"7397506"}]}],"system":"email","use":"work"}],"address":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line","extension":[{"url":"SAD.1","valueString":"170 North King Road"}]}]}],"line":["170 North King Road"],"city":"Ormond Beach","district":"12127","state":"FL","postalCode":"32174"}]}},{"fullUrl":"PractitionerRole/1714076050638584000.7d2a4493-16cf-4f9d-896f-731d2aea7624","resource":{"resourceType":"PractitionerRole","id":"1714076050638584000.7d2a4493-16cf-4f9d-896f-731d2aea7624","practitioner":{"reference":"Practitioner/1714076050639750000.554bf0ef-b2be-4fbc-bc37-c67a216c1f14"},"organization":{"reference":"Organization/1714076050640767000.dc66770b-e134-4d0e-8989-70c12c60fc7a"}}},{"fullUrl":"Organization/1714076050642630000.15f993ed-02f8-473f-8b77-95bca4c97f3a","resource":{"resourceType":"Organization","id":"1714076050642630000.15f993ed-02f8-473f-8b77-95bca4c97f3a","name":"Avante at Ormond Beach"}},{"fullUrl":"Practitioner/1714076050643844000.3dad2a39-2e39-4120-9991-919e24397bb8","resource":{"resourceType":"Practitioner","id":"1714076050643844000.3dad2a39-2e39-4120-9991-919e24397bb8","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"CMS"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.249"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner","extension":[{"url":"XCN.3","valueString":"Husam"}]}],"identifier":[{"type":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id","valueBoolean":true}],"code":"NPI"}]},"system":"CMS","value":"1629082607"}],"name":[{"family":"Eddin","given":["Husam"]}]}},{"fullUrl":"Practitioner/1714076050645896000.f58ffd44-b08f-4d07-9273-d8441c8130ec","resource":{"resourceType":"Practitioner","id":"1714076050645896000.f58ffd44-b08f-4d07-9273-d8441c8130ec","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"CMS"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.249"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner","extension":[{"url":"XCN.3","valueString":"Husam"}]}],"identifier":[{"type":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id","valueBoolean":true}],"code":"NPI"}]},"system":"CMS","value":"1629082607"}],"name":[{"family":"Eddin","given":["Husam"]}]}},{"fullUrl":"DiagnosticReport/1714076050653185000.919d3a83-8196-4559-9b09-82223811a264","resource":{"resourceType":"DiagnosticReport","id":"1714076050653185000.919d3a83-8196-4559-9b09-82223811a264","identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.2"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"PLAC"}]},"value":"73a6e9bd-aaec-418e-813a-0ad33366ca85"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"FILL"}]},"value":"73a6e9bd-aaec-418e-813a-0ad33366ca85"}],"basedOn":[{"reference":"ServiceRequest/1714076050647840000.cb7f08b5-f042-4af2-99ef-93df2701ae8c"}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"94558-4","display":"SARS-CoV-2 (COVID-19) Ag [Presence] in Respiratory specimen by Rapid immunoassay"}]},"subject":{"reference":"Patient/1714076050474891000.93554b06-037d-423d-a6d9-acff906d8d4a"},"effectivePeriod":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valuePeriod":{"start":"2021-02-09T00:00:00-06:00","_start":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"end":"2021-02-09T00:00:00-06:00","_end":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]}}}],"start":"2021-02-09T00:00:00-06:00","_start":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"end":"2021-02-09T00:00:00-06:00","_end":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]}},"issued":"2021-02-09T00:00:00-06:00","_issued":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"specimen":[{"reference":"Specimen/1714076050637369000.7c579064-c691-42a7-89d4-02a2fa00d924"},{"reference":"Specimen/1714076050635518000.e5c47b4d-4404-4edd-bc07-142bfc0e90c5"}],"result":[{"reference":"Observation/1714076050479965000.91c31627-78bd-4f0e-83fc-b7749d09d05d"},{"reference":"Observation/1714076050483565000.c539a463-c7a5-41c8-ae9c-9841735124f3"},{"reference":"Observation/1714076050486065000.616b4d6e-faf1-4e12-a255-d8972c32b1d9"},{"reference":"Observation/1714076050487946000.e957be9d-b4fd-4c17-8b44-dde8bf20df85"}]}}]}""" // The encoding ^~\&#! make this message not parseable @Suppress("ktlint:standard:max-line-length") @@ -159,7 +159,7 @@ SPM|1|^dba7572cc6334f1ea0744c5f235c823e&MMTC.PROD&2.16.840.1.113883.3.8589.4.2.1 @Suppress("ktlint:standard:max-line-length") const val validRadxMarsHL7MessageConverted = - """{"resourceType":"Bundle","id":"1721777538349722000.36548b19-d5d0-49bf-ad94-aad0220b4d57","meta":{"lastUpdated":"2024-07-23T16:32:18.355-07:00"},"identifier":{"system":"https://reportstream.cdc.gov/prime-router","value":"20240403205305_dba7572cc6334f1ea0744c5f235c823e"},"type":"message","timestamp":"2024-04-03T13:53:05.000-07:00","entry":[{"fullUrl":"MessageHeader/df373c48-bfb2-36b0-b63c-5be13bc5d051","resource":{"resourceType":"MessageHeader","id":"df373c48-bfb2-36b0-b63c-5be13bc5d051","meta":{"tag":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0103","code":"P"}]},"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/msh-message-header","extension":[{"url":"MSH.7","valueString":"20240403205305+0000"},{"url":"MSH.15","valueString":"NE"},{"url":"MSH.16","valueString":"NE"},{"url":"MSH.21","valueIdentifier":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"ELR251R1_Rcvr_Prof"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.9.11"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]}],"value":"PHLabReport-NoAck"}}]}],"eventCoding":{"system":"http://terminology.hl7.org/CodeSystem/v2-0003","code":"R01","display":"ORU^R01^ORU_R01"},"destination":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.114222.4.3.15.1"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueString":"ISO"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"MSH.5"}],"name":"AIMS.INTEGRATION.PRD","endpoint":"urn:oid:2.16.840.1.114222.4.3.15.1","receiver":{"reference":"Organization/1721777538401451000.9e62ff00-fd0d-45c6-8f0a-0e66837274e6"}}],"sender":{"reference":"Organization/1721777538383046000.6716227e-0a80-4288-9174-d85df9dc0c73"},"source":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"MMTC.PROD"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.8589.4.2.106.1"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueString":"ISO"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"MSH.3"}],"software":"MMTC.PROD","version":"2022","endpoint":"urn:oid:2.16.840.1.113883.3.8589.4.2.106.1"}}},{"fullUrl":"Organization/1721777538383046000.6716227e-0a80-4288-9174-d85df9dc0c73","resource":{"resourceType":"Organization","id":"1721777538383046000.6716227e-0a80-4288-9174-d85df9dc0c73","identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.1"}],"value":"CAREEVOLUTION"},{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.2,HD.3"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0301","code":"CLIA"}]},"value":"00Z0000024"}]}},{"fullUrl":"Organization/1721777538401451000.9e62ff00-fd0d-45c6-8f0a-0e66837274e6","resource":{"resourceType":"Organization","id":"1721777538401451000.9e62ff00-fd0d-45c6-8f0a-0e66837274e6","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"MSH.6"}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.1"}],"value":"AIMS.PLATFORM"},{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.2,HD.3"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0301","code":"ISO"}]},"system":"urn:ietf:rfc:3986","value":"2.16.840.1.114222.4.1.217446"}]}},{"fullUrl":"Provenance/1721777538618773000.9aa057e0-c5d8-42e1-a036-5ad2fc58b81d","resource":{"resourceType":"Provenance","id":"1721777538618773000.9aa057e0-c5d8-42e1-a036-5ad2fc58b81d","target":[{"reference":"MessageHeader/df373c48-bfb2-36b0-b63c-5be13bc5d051"},{"reference":"DiagnosticReport/1721777538769739000.c07a251c-772a-490e-86eb-eaa4da1c7765"}],"recorded":"2024-04-03T20:53:05Z","activity":{"coding":[{"display":"ORU^R01^ORU_R01"}]},"agent":[{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/provenance-participant-type","code":"author"}]},"who":{"reference":"Organization/1721777538618089000.fc42e742-9b78-4f07-b2e2-e4fff4d7d072"}}],"entity":[{"role":"source","what":{"reference":"Device/1721777538621171000.7fd0d9cf-dcd1-48be-821c-2541e02846c3"}}]}},{"fullUrl":"Organization/1721777538618089000.fc42e742-9b78-4f07-b2e2-e4fff4d7d072","resource":{"resourceType":"Organization","id":"1721777538618089000.fc42e742-9b78-4f07-b2e2-e4fff4d7d072","identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.1"}],"value":"CAREEVOLUTION"},{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.2,HD.3"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0301","code":"CLIA"}]},"value":"00Z0000024"}]}},{"fullUrl":"Organization/1721777538621020000.28daf3a1-e092-49d7-9eed-c0c65273bbe7","resource":{"resourceType":"Organization","id":"1721777538621020000.28daf3a1-e092-49d7-9eed-c0c65273bbe7","name":"CAREEVOLUTION"}},{"fullUrl":"Device/1721777538621171000.7fd0d9cf-dcd1-48be-821c-2541e02846c3","resource":{"resourceType":"Device","id":"1721777538621171000.7fd0d9cf-dcd1-48be-821c-2541e02846c3","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/software-vendor-org","valueReference":{"reference":"Organization/1721777538621020000.28daf3a1-e092-49d7-9eed-c0c65273bbe7"}}],"manufacturer":"CAREEVOLUTION","deviceName":[{"name":"MMTC.PROD","type":"manufacturer-name"}],"modelNumber":"16498","version":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/software-install-date","valueDateTime":"2024-04-02","_valueDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"20240402"}]}}],"value":"2022"}]}},{"fullUrl":"Provenance/1721777538626120000.12c5c4a0-02fd-461a-947a-07205545d44e","resource":{"resourceType":"Provenance","id":"1721777538626120000.12c5c4a0-02fd-461a-947a-07205545d44e","recorded":"2024-07-23T16:32:18Z","policy":["http://hl7.org/fhir/uv/v2mappings/message-oru-r01-to-bundle"],"activity":{"coding":[{"code":"v2-FHIR transformation"}]},"agent":[{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/provenance-participant-type","code":"assembler"}]},"who":{"reference":"Organization/1721777538625896000.32610f33-26e9-464b-a07a-8bae14184539"}}]}},{"fullUrl":"Organization/1721777538625896000.32610f33-26e9-464b-a07a-8bae14184539","resource":{"resourceType":"Organization","id":"1721777538625896000.32610f33-26e9-464b-a07a-8bae14184539","identifier":[{"value":"CDC PRIME - Atlanta"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0301"}]},"system":"urn:ietf:rfc:3986","value":"2.16.840.1.114222.4.1.237821"}]}},{"fullUrl":"Patient/1721777538639185000.09cc50e9-5147-4f54-bcab-99804188e19e","resource":{"resourceType":"Patient","id":"1721777538639185000.09cc50e9-5147-4f54-bcab-99804188e19e","identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier","extension":[{"url":"CX.5","valueString":"PI"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"PID.3"}],"type":{"coding":[{"code":"PI"}]},"system":"MMTC.PROD","_system":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"MMTC.PROD"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.8589.4.2.106.1"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueString":"ISO"}]},"value":"8be6fa3710374dcebe0174e0fd5a1a7c"}],"name":[{ },{ }],"telecom":[{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-area","valueString":"111"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-local","valueString":"1111111"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point","extension":[{"url":"XTN.7","valueString":"1111111"}]}],"_system":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/data-absent-reason","valueCode":"unknown"}]},"use":"home"}],"address":[{"postalCode":"02139","country":"USA"}]}},{"fullUrl":"Provenance/1721777538640288000.b62e5812-4284-4220-bf36-f14a3529244f","resource":{"resourceType":"Provenance","id":"1721777538640288000.b62e5812-4284-4220-bf36-f14a3529244f","target":[{"reference":"Patient/1721777538639185000.09cc50e9-5147-4f54-bcab-99804188e19e"}],"recorded":"2024-07-23T16:32:18Z","activity":{"coding":[{"system":"https://terminology.hl7.org/CodeSystem/v3-DataOperation","code":"UPDATE"}]}}},{"fullUrl":"Observation/1721777538642873000.d0f720df-d3cf-4d6e-94ff-225dee52f81d","resource":{"resourceType":"Observation","id":"1721777538642873000.d0f720df-d3cf-4d6e-94ff-225dee52f81d","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time","valueDateTime":"2024-04-03T12:00:00-04:00","_valueDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"20240403120000-0400"}]}},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation","extension":[{"url":"OBX.2","valueId":"CWE"},{"url":"OBX.11","valueString":"F"},{"url":"OBX.17","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"99ELR"}],"version":"Vunknown","code":"BinaxNOW COVID-19 Antigen Self Test_Abbott Diagnostics Scarborough, Inc._EUA"}]}}]}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","version":"2.71","code":"94558-4","display":"SARS-CoV-2 (COVID-19) Ag [Presence] in Respiratory specimen by Rapid immunoassay"}]},"subject":{"reference":"Patient/1721777538639185000.09cc50e9-5147-4f54-bcab-99804188e19e"},"performer":[{"reference":"Organization/1721777538643252000.4acb5bbf-266e-4ec7-bb08-3ea096df316a"},{"reference":"Organization/1721777538643966000.3a142429-e9b4-4094-9dd9-80b0f300baba"}],"valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"SCT"}],"system":"http://snomed.info/sct","version":"20200901","code":"260373001","display":"Detected"}]},"note":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation","extension":[{"url":"NTE.2","valueId":"L"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment","valueId":"Note"}],"text":"Note"}],"method":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"99ELR"}],"version":"Vunknown","code":"BinaxNOW COVID-19 Antigen Self Test_Abbott Diagnostics Scarborough, Inc._EUA"}]}}},{"fullUrl":"Organization/1721777538643252000.4acb5bbf-266e-4ec7-bb08-3ea096df316a","resource":{"resourceType":"Organization","id":"1721777538643252000.4acb5bbf-266e-4ec7-bb08-3ea096df316a","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"}],"code":"00Z0000042"}]}},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"OBX.15"}],"identifier":[{"value":"00Z0000042"}]}},{"fullUrl":"Organization/1721777538643966000.3a142429-e9b4-4094-9dd9-80b0f300baba","resource":{"resourceType":"Organization","id":"1721777538643966000.3a142429-e9b4-4094-9dd9-80b0f300baba","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization","extension":[{"url":"XON.10","valueString":"00Z0000042"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"OBX.25"}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.8589.4.1.152"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]}],"type":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/code-index-name","valueString":"identifier"}],"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"XX"}]},"value":"00Z0000042"}],"name":"SA.OTCSelfReport"}},{"fullUrl":"Observation/1721777538647578000.c2004093-e546-4860-8033-58cba343f133","resource":{"resourceType":"Observation","id":"1721777538647578000.c2004093-e546-4860-8033-58cba343f133","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation","extension":[{"url":"OBX.2","valueId":"NM"},{"url":"OBX.6","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"UCUM"}],"system":"http://unitsofmeasure.org","version":"2.1","code":"a","display":"year"}]}},{"url":"OBX.29","valueId":"QST"},{"url":"OBX.11","valueString":"F"}]}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","version":"2.71","code":"35659-2","display":"Age at specimen collection"}]},"subject":{"reference":"Patient/1721777538639185000.09cc50e9-5147-4f54-bcab-99804188e19e"},"performer":[{"reference":"Organization/1721777538648041000.5fd91347-5fb6-473e-a029-e8ae78fd1b92"},{"reference":"Organization/1721777538648734000.fd1f1251-3bbe-4721-847e-8660632f2449"}],"valueQuantity":{"value":24,"unit":"year","system":"UCUM","code":"a"}}},{"fullUrl":"Organization/1721777538648041000.5fd91347-5fb6-473e-a029-e8ae78fd1b92","resource":{"resourceType":"Organization","id":"1721777538648041000.5fd91347-5fb6-473e-a029-e8ae78fd1b92","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"}],"code":"00Z0000042"}]}},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"OBX.15"}],"identifier":[{"value":"00Z0000042"}]}},{"fullUrl":"Organization/1721777538648734000.fd1f1251-3bbe-4721-847e-8660632f2449","resource":{"resourceType":"Organization","id":"1721777538648734000.fd1f1251-3bbe-4721-847e-8660632f2449","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization","extension":[{"url":"XON.10","valueString":"00Z0000042"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"OBX.25"}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.8589.4.1.152"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]}],"type":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/code-index-name","valueString":"identifier"}],"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"XX"}]},"value":"00Z0000042"}],"name":"SA.OTCSelfReport"}},{"fullUrl":"Specimen/1721777538758931000.01b3d3a6-3c7b-4857-8bf9-8f134b096b5b","resource":{"resourceType":"Specimen","id":"1721777538758931000.01b3d3a6-3c7b-4857-8bf9-8f134b096b5b","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment","valueString":"OBR"}]}},{"fullUrl":"Specimen/1721777538760528000.bc0d5494-ded7-4f59-ae98-0fa99c6f1f08","resource":{"resourceType":"Specimen","id":"1721777538760528000.bc0d5494-ded7-4f59-ae98-0fa99c6f1f08","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment","valueString":"SPM"}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"MMTC.PROD"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.8589.4.2.106.1"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueString":"ISO"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component","valueString":"SPM.2.2"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"FGN"}]},"value":"dba7572cc6334f1ea0744c5f235c823e"}],"type":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"SCT"}],"system":"http://snomed.info/sct","version":"20200901","code":"697989009","display":"Anterior nares swab"}]},"receivedTime":"2024-04-03T12:00:00-04:00","_receivedTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"20240403120000-0400"}]},"collection":{"collectedDateTime":"2024-04-03T12:00:00-04:00","_collectedDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"20240403120000-0400"}]}}}},{"fullUrl":"ServiceRequest/1721777538766651000.67fb7925-4477-463f-ace7-6a4ccde323e3","resource":{"resourceType":"ServiceRequest","id":"1721777538766651000.67fb7925-4477-463f-ace7-6a4ccde323e3","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/business-event","valueCode":"RE"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/orc-common-order","extension":[{"url":"orc-21-ordering-facility-name","valueReference":{"reference":"Organization/1721777538764342000.7d31256c-b68f-424e-ae46-3f11938e254f"}},{"url":"orc-22-ordering-facility-address","valueAddress":{"postalCode":"02139"}},{"url":"orc-12-ordering-provider","valueReference":{"reference":"Practitioner/1721777538764987000.cddc93f3-5715-4a2c-b6b1-9757f69bfea8"}}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request","extension":[{"url":"OBR.3","valueIdentifier":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"MMTC.PROD"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.8589.4.2.106.1"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]}]}},{"url":"OBR.22","valueString":"20240403120000-0400"},{"url":"OBR.25","valueId":"F"},{"url":"OBR.16","valueReference":{"reference":"Practitioner/1721777538765681000.ff566bb1-26c4-4a05-b451-30e36091cbb7"}},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number","valueContactPoint":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"OBR.17"}],"_system":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/data-absent-reason","valueCode":"unknown"}]}}}]}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.3"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"MMTC.PROD"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.8589.4.2.106.1"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"FILL"}]}}],"status":"unknown","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","version":"2.71","code":"94558-4","display":"SARS-CoV-2 (COVID-19) Ag [Presence] in Respiratory specimen by Rapid immunoassay"}]},"subject":{"reference":"Patient/1721777538639185000.09cc50e9-5147-4f54-bcab-99804188e19e"},"requester":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number","valueContactPoint":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.14"}],"_system":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/data-absent-reason","valueCode":"unknown"}]}}}],"reference":"PractitionerRole/1721777538761373000.d8a566a3-3add-443e-b4a9-ff86df482bc1"}}},{"fullUrl":"Practitioner/1721777538761935000.825f57d6-5ffe-47e8-8a88-d35f9479e6ab","resource":{"resourceType":"Practitioner","id":"1721777538761935000.825f57d6-5ffe-47e8-8a88-d35f9479e6ab","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.12"}]}},{"fullUrl":"Organization/1721777538762774000.14789ed4-aeaf-489d-b55d-bc9ba4020091","resource":{"resourceType":"Organization","id":"1721777538762774000.14789ed4-aeaf-489d-b55d-bc9ba4020091","name":"SA.OTCSelfReport","telecom":[{"_system":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/data-absent-reason","valueCode":"unknown"}]}}],"address":[{"postalCode":"02139"}]}},{"fullUrl":"PractitionerRole/1721777538761373000.d8a566a3-3add-443e-b4a9-ff86df482bc1","resource":{"resourceType":"PractitionerRole","id":"1721777538761373000.d8a566a3-3add-443e-b4a9-ff86df482bc1","practitioner":{"reference":"Practitioner/1721777538761935000.825f57d6-5ffe-47e8-8a88-d35f9479e6ab"},"organization":{"reference":"Organization/1721777538762774000.14789ed4-aeaf-489d-b55d-bc9ba4020091"}}},{"fullUrl":"Organization/1721777538764342000.7d31256c-b68f-424e-ae46-3f11938e254f","resource":{"resourceType":"Organization","id":"1721777538764342000.7d31256c-b68f-424e-ae46-3f11938e254f","name":"SA.OTCSelfReport"}},{"fullUrl":"Practitioner/1721777538764987000.cddc93f3-5715-4a2c-b6b1-9757f69bfea8","resource":{"resourceType":"Practitioner","id":"1721777538764987000.cddc93f3-5715-4a2c-b6b1-9757f69bfea8"}},{"fullUrl":"Practitioner/1721777538765681000.ff566bb1-26c4-4a05-b451-30e36091cbb7","resource":{"resourceType":"Practitioner","id":"1721777538765681000.ff566bb1-26c4-4a05-b451-30e36091cbb7"}},{"fullUrl":"DiagnosticReport/1721777538769739000.c07a251c-772a-490e-86eb-eaa4da1c7765","resource":{"resourceType":"DiagnosticReport","id":"1721777538769739000.c07a251c-772a-490e-86eb-eaa4da1c7765","identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"MMTC.PROD"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.8589.4.2.106.1"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"FILL"}]}}],"basedOn":[{"reference":"ServiceRequest/1721777538766651000.67fb7925-4477-463f-ace7-6a4ccde323e3"}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","version":"2.71","code":"94558-4","display":"SARS-CoV-2 (COVID-19) Ag [Presence] in Respiratory specimen by Rapid immunoassay"}]},"subject":{"reference":"Patient/1721777538639185000.09cc50e9-5147-4f54-bcab-99804188e19e"},"effectiveDateTime":"2024-04-03T12:00:00-04:00","_effectiveDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"20240403120000-0400"}]},"issued":"2024-04-03T12:00:00-04:00","_issued":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"20240403120000-0400"}]},"specimen":[{"reference":"Specimen/1721777538760528000.bc0d5494-ded7-4f59-ae98-0fa99c6f1f08"},{"reference":"Specimen/1721777538758931000.01b3d3a6-3c7b-4857-8bf9-8f134b096b5b"}],"result":[{"reference":"Observation/1721777538642873000.d0f720df-d3cf-4d6e-94ff-225dee52f81d"},{"reference":"Observation/1721777538647578000.c2004093-e546-4860-8033-58cba343f133"}]}}]}""" + """{"resourceType":"Bundle","id":"1721777538349722000.36548b19-d5d0-49bf-ad94-aad0220b4d57","meta":{"lastUpdated":"2024-07-23T16:32:18.355-07:00"},"identifier":{"system":"https://reportstream.cdc.gov/prime-router","value":"20240403205305_dba7572cc6334f1ea0744c5f235c823e"},"type":"message","timestamp":"2024-04-03T13:53:05.000-07:00","entry":[{"fullUrl":"MessageHeader/df373c48-bfb2-36b0-b63c-5be13bc5d051","resource":{"resourceType":"MessageHeader","id":"df373c48-bfb2-36b0-b63c-5be13bc5d051","meta":{"tag":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0103","code":"P"}]},"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/msh-message-header","extension":[{"url":"MSH.7","valueString":"20240403205305+0000"},{"url":"MSH.15","valueString":"NE"},{"url":"MSH.16","valueString":"NE"},{"url":"MSH.21","valueIdentifier":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"ELR251R1_Rcvr_Prof"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.9.11"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]}],"value":"PHLabReport-NoAck"}}]}],"eventCoding":{"system":"http://terminology.hl7.org/CodeSystem/v2-0003","code":"R01","display":"ORU^R01^ORU_R01"},"destination":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.114222.4.3.15.1"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueString":"ISO"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"MSH.5"}],"name":"AIMS.INTEGRATION.PRD","endpoint":"urn:oid:2.16.840.1.114222.4.3.15.1","receiver":{"reference":"Organization/1721777538401451000.9e62ff00-fd0d-45c6-8f0a-0e66837274e6"}}],"sender":{"reference":"Organization/1721777538383046000.6716227e-0a80-4288-9174-d85df9dc0c73"},"source":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"MMTC.PROD"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.8589.4.2.106.1"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueString":"ISO"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"MSH.3"}],"software":"MMTC.PROD","version":"2022","endpoint":"urn:oid:2.16.840.1.113883.3.8589.4.2.106.1"}}},{"fullUrl":"Organization/1721777538383046000.6716227e-0a80-4288-9174-d85df9dc0c73","resource":{"resourceType":"Organization","id":"1721777538383046000.6716227e-0a80-4288-9174-d85df9dc0c73","identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.1"}],"value":"CAREEVOLUTION"},{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.2,HD.3"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0301","code":"CLIA"}]},"value":"00Z0000024"}]}},{"fullUrl":"Organization/1721777538401451000.9e62ff00-fd0d-45c6-8f0a-0e66837274e6","resource":{"resourceType":"Organization","id":"1721777538401451000.9e62ff00-fd0d-45c6-8f0a-0e66837274e6","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"MSH.6"}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.1"}],"value":"AIMS.PLATFORM"},{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.2,HD.3"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0301","code":"ISO"}]},"system":"urn:ietf:rfc:3986","value":"2.16.840.1.114222.4.1.217446"}]}},{"fullUrl":"Provenance/1721777538618773000.9aa057e0-c5d8-42e1-a036-5ad2fc58b81d","resource":{"resourceType":"Provenance","id":"1721777538618773000.9aa057e0-c5d8-42e1-a036-5ad2fc58b81d","target":[{"reference":"MessageHeader/df373c48-bfb2-36b0-b63c-5be13bc5d051"},{"reference":"DiagnosticReport/1721777538769739000.c07a251c-772a-490e-86eb-eaa4da1c7765"}],"recorded":"2024-04-03T20:53:05Z","activity":{"coding":[{"display":"ORU^R01^ORU_R01"}]},"agent":[{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/provenance-participant-type","code":"author"}]},"who":{"reference":"Organization/1721777538618089000.fc42e742-9b78-4f07-b2e2-e4fff4d7d072"}}],"entity":[{"role":"source","what":{"reference":"Device/1721777538621171000.7fd0d9cf-dcd1-48be-821c-2541e02846c3"}}]}},{"fullUrl":"Organization/1721777538618089000.fc42e742-9b78-4f07-b2e2-e4fff4d7d072","resource":{"resourceType":"Organization","id":"1721777538618089000.fc42e742-9b78-4f07-b2e2-e4fff4d7d072","identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.1"}],"value":"CAREEVOLUTION"},{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.2,HD.3"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0301","code":"CLIA"}]},"value":"00Z0000024"}]}},{"fullUrl":"Organization/1721777538621020000.28daf3a1-e092-49d7-9eed-c0c65273bbe7","resource":{"resourceType":"Organization","id":"1721777538621020000.28daf3a1-e092-49d7-9eed-c0c65273bbe7","name":"CAREEVOLUTION"}},{"fullUrl":"Device/1721777538621171000.7fd0d9cf-dcd1-48be-821c-2541e02846c3","resource":{"resourceType":"Device","id":"1721777538621171000.7fd0d9cf-dcd1-48be-821c-2541e02846c3","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/software-vendor-org","valueReference":{"reference":"Organization/1721777538621020000.28daf3a1-e092-49d7-9eed-c0c65273bbe7"}}],"manufacturer":"CAREEVOLUTION","deviceName":[{"name":"MMTC.PROD","type":"manufacturer-name"}],"modelNumber":"16498","version":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/software-install-date","valueDateTime":"2024-04-02","_valueDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"20240402"}]}}],"value":"2022"}]}},{"fullUrl":"Provenance/1721777538626120000.12c5c4a0-02fd-461a-947a-07205545d44e","resource":{"resourceType":"Provenance","id":"1721777538626120000.12c5c4a0-02fd-461a-947a-07205545d44e","recorded":"2024-07-23T16:32:18Z","policy":["http://hl7.org/fhir/uv/v2mappings/message-oru-r01-to-bundle"],"activity":{"coding":[{"code":"v2-FHIR transformation"}]},"agent":[{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/provenance-participant-type","code":"assembler"}]},"who":{"reference":"Organization/1721777538625896000.32610f33-26e9-464b-a07a-8bae14184539"}}]}},{"fullUrl":"Organization/1721777538625896000.32610f33-26e9-464b-a07a-8bae14184539","resource":{"resourceType":"Organization","id":"1721777538625896000.32610f33-26e9-464b-a07a-8bae14184539","identifier":[{"value":"CDC PRIME - Atlanta"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0301"}]},"system":"urn:ietf:rfc:3986","value":"2.16.840.1.114222.4.1.237821"}]}},{"fullUrl":"Patient/1721777538639185000.09cc50e9-5147-4f54-bcab-99804188e19e","resource":{"resourceType":"Patient","id":"1721777538639185000.09cc50e9-5147-4f54-bcab-99804188e19e","identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier","extension":[{"url":"CX.5","valueString":"PI"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"PID.3"}],"type":{"coding":[{"code":"PI"}]},"system":"MMTC.PROD","_system":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"MMTC.PROD"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.8589.4.2.106.1"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueString":"ISO"}]},"value":"8be6fa3710374dcebe0174e0fd5a1a7c"}],"name":[{},{}],"telecom":[{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-area","valueString":"111"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-local","valueString":"1111111"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point","extension":[{"url":"XTN.7","valueString":"1111111"}]}],"_system":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/data-absent-reason","valueCode":"unknown"}]},"use":"home"}],"address":[{"postalCode":"02139","country":"USA"}]}},{"fullUrl":"Provenance/1721777538640288000.b62e5812-4284-4220-bf36-f14a3529244f","resource":{"resourceType":"Provenance","id":"1721777538640288000.b62e5812-4284-4220-bf36-f14a3529244f","target":[{"reference":"Patient/1721777538639185000.09cc50e9-5147-4f54-bcab-99804188e19e"}],"recorded":"2024-07-23T16:32:18Z","activity":{"coding":[{"system":"https://terminology.hl7.org/CodeSystem/v3-DataOperation","code":"UPDATE"}]}}},{"fullUrl":"Observation/1721777538642873000.d0f720df-d3cf-4d6e-94ff-225dee52f81d","resource":{"resourceType":"Observation","id":"1721777538642873000.d0f720df-d3cf-4d6e-94ff-225dee52f81d","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time","valueDateTime":"2024-04-03T12:00:00-04:00","_valueDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"20240403120000-0400"}]}},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation","extension":[{"url":"OBX.2","valueId":"CWE"},{"url":"OBX.11","valueString":"F"},{"url":"OBX.17","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"99ELR"}],"version":"Vunknown","code":"BinaxNOW COVID-19 Antigen Self Test_Abbott Diagnostics Scarborough, Inc._EUA"}]}}]}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","version":"2.71","code":"94558-4","display":"SARS-CoV-2 (COVID-19) Ag [Presence] in Respiratory specimen by Rapid immunoassay"}]},"subject":{"reference":"Patient/1721777538639185000.09cc50e9-5147-4f54-bcab-99804188e19e"},"performer":[{"reference":"Organization/1721777538643252000.4acb5bbf-266e-4ec7-bb08-3ea096df316a"},{"reference":"Organization/1721777538643966000.3a142429-e9b4-4094-9dd9-80b0f300baba"}],"valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"SCT"}],"system":"http://snomed.info/sct","version":"20200901","code":"260373001","display":"Detected"}]},"note":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation","extension":[{"url":"NTE.2","valueId":"L"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment","valueId":"Note"}],"text":"Note"}],"method":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"99ELR"}],"version":"Vunknown","code":"BinaxNOW COVID-19 Antigen Self Test_Abbott Diagnostics Scarborough, Inc._EUA"}]}}},{"fullUrl":"Organization/1721777538643252000.4acb5bbf-266e-4ec7-bb08-3ea096df316a","resource":{"resourceType":"Organization","id":"1721777538643252000.4acb5bbf-266e-4ec7-bb08-3ea096df316a","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"}],"code":"00Z0000042"}]}},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"OBX.15"}],"identifier":[{"value":"00Z0000042"}]}},{"fullUrl":"Organization/1721777538643966000.3a142429-e9b4-4094-9dd9-80b0f300baba","resource":{"resourceType":"Organization","id":"1721777538643966000.3a142429-e9b4-4094-9dd9-80b0f300baba","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization","extension":[{"url":"XON.10","valueString":"00Z0000042"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"OBX.25"}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.8589.4.1.152"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]}],"type":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/code-index-name","valueString":"identifier"}],"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"XX"}]},"value":"00Z0000042"}],"name":"SA.OTCSelfReport"}},{"fullUrl":"Observation/1721777538647578000.c2004093-e546-4860-8033-58cba343f133","resource":{"resourceType":"Observation","id":"1721777538647578000.c2004093-e546-4860-8033-58cba343f133","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation","extension":[{"url":"OBX.2","valueId":"NM"},{"url":"OBX.6","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"UCUM"}],"system":"http://unitsofmeasure.org","version":"2.1","code":"a","display":"year"}]}},{"url":"OBX.29","valueId":"QST"},{"url":"OBX.11","valueString":"F"}]}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","version":"2.71","code":"35659-2","display":"Age at specimen collection"}]},"subject":{"reference":"Patient/1721777538639185000.09cc50e9-5147-4f54-bcab-99804188e19e"},"performer":[{"reference":"Organization/1721777538648041000.5fd91347-5fb6-473e-a029-e8ae78fd1b92"},{"reference":"Organization/1721777538648734000.fd1f1251-3bbe-4721-847e-8660632f2449"}],"valueQuantity":{"value":24,"unit":"year","system":"UCUM","code":"a"}}},{"fullUrl":"Organization/1721777538648041000.5fd91347-5fb6-473e-a029-e8ae78fd1b92","resource":{"resourceType":"Organization","id":"1721777538648041000.5fd91347-5fb6-473e-a029-e8ae78fd1b92","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"}],"code":"00Z0000042"}]}},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"OBX.15"}],"identifier":[{"value":"00Z0000042"}]}},{"fullUrl":"Organization/1721777538648734000.fd1f1251-3bbe-4721-847e-8660632f2449","resource":{"resourceType":"Organization","id":"1721777538648734000.fd1f1251-3bbe-4721-847e-8660632f2449","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization","extension":[{"url":"XON.10","valueString":"00Z0000042"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"OBX.25"}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.8589.4.1.152"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]}],"type":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/code-index-name","valueString":"identifier"}],"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"XX"}]},"value":"00Z0000042"}],"name":"SA.OTCSelfReport"}},{"fullUrl":"Specimen/1721777538758931000.01b3d3a6-3c7b-4857-8bf9-8f134b096b5b","resource":{"resourceType":"Specimen","id":"1721777538758931000.01b3d3a6-3c7b-4857-8bf9-8f134b096b5b","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment","valueString":"OBR"}],"collection":{"collectedDateTime":"2024-04-03T12:00:00-04:00","_collectedDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"20240403120000-0400"}]}}}},{"fullUrl":"Specimen/1721777538760528000.bc0d5494-ded7-4f59-ae98-0fa99c6f1f08","resource":{"resourceType":"Specimen","id":"1721777538760528000.bc0d5494-ded7-4f59-ae98-0fa99c6f1f08","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment","valueString":"SPM"}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"MMTC.PROD"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.8589.4.2.106.1"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueString":"ISO"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component","valueString":"SPM.2.2"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"FGN"}]},"value":"dba7572cc6334f1ea0744c5f235c823e"}],"type":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"SCT"}],"system":"http://snomed.info/sct","version":"20200901","code":"697989009","display":"Anterior nares swab"}]},"receivedTime":"2024-04-03T12:00:00-04:00","_receivedTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"20240403120000-0400"}]},"collection":{"collectedDateTime":"2024-04-03T12:00:00-04:00","_collectedDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"20240403120000-0400"}]}}}},{"fullUrl":"ServiceRequest/1721777538766651000.67fb7925-4477-463f-ace7-6a4ccde323e3","resource":{"resourceType":"ServiceRequest","id":"1721777538766651000.67fb7925-4477-463f-ace7-6a4ccde323e3","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/business-event","valueCode":"RE"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/orc-common-order","extension":[{"url":"orc-21-ordering-facility-name","valueReference":{"reference":"Organization/1721777538764342000.7d31256c-b68f-424e-ae46-3f11938e254f"}},{"url":"orc-22-ordering-facility-address","valueAddress":{"postalCode":"02139"}},{"url":"orc-12-ordering-provider","valueReference":{"reference":"Practitioner/1721777538764987000.cddc93f3-5715-4a2c-b6b1-9757f69bfea8"}}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request","extension":[{"url":"OBR.3","valueIdentifier":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"MMTC.PROD"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.8589.4.2.106.1"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]}]}},{"url":"OBR.22","valueString":"20240403120000-0400"},{"url":"OBR.25","valueId":"F"},{"url":"OBR.16","valueReference":{"reference":"Practitioner/1721777538765681000.ff566bb1-26c4-4a05-b451-30e36091cbb7"}},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number","valueContactPoint":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"OBR.17"}],"_system":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/data-absent-reason","valueCode":"unknown"}]}}}]}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.3"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"MMTC.PROD"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.8589.4.2.106.1"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"FILL"}]}}],"status":"unknown","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","version":"2.71","code":"94558-4","display":"SARS-CoV-2 (COVID-19) Ag [Presence] in Respiratory specimen by Rapid immunoassay"}]},"subject":{"reference":"Patient/1721777538639185000.09cc50e9-5147-4f54-bcab-99804188e19e"},"requester":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number","valueContactPoint":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.14"}],"_system":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/data-absent-reason","valueCode":"unknown"}]}}}],"reference":"PractitionerRole/1721777538761373000.d8a566a3-3add-443e-b4a9-ff86df482bc1"}}},{"fullUrl":"Practitioner/1721777538761935000.825f57d6-5ffe-47e8-8a88-d35f9479e6ab","resource":{"resourceType":"Practitioner","id":"1721777538761935000.825f57d6-5ffe-47e8-8a88-d35f9479e6ab","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.12"}]}},{"fullUrl":"Organization/1721777538762774000.14789ed4-aeaf-489d-b55d-bc9ba4020091","resource":{"resourceType":"Organization","id":"1721777538762774000.14789ed4-aeaf-489d-b55d-bc9ba4020091","name":"SA.OTCSelfReport","telecom":[{"_system":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/data-absent-reason","valueCode":"unknown"}]}}],"address":[{"postalCode":"02139"}]}},{"fullUrl":"PractitionerRole/1721777538761373000.d8a566a3-3add-443e-b4a9-ff86df482bc1","resource":{"resourceType":"PractitionerRole","id":"1721777538761373000.d8a566a3-3add-443e-b4a9-ff86df482bc1","practitioner":{"reference":"Practitioner/1721777538761935000.825f57d6-5ffe-47e8-8a88-d35f9479e6ab"},"organization":{"reference":"Organization/1721777538762774000.14789ed4-aeaf-489d-b55d-bc9ba4020091"}}},{"fullUrl":"Organization/1721777538764342000.7d31256c-b68f-424e-ae46-3f11938e254f","resource":{"resourceType":"Organization","id":"1721777538764342000.7d31256c-b68f-424e-ae46-3f11938e254f","name":"SA.OTCSelfReport"}},{"fullUrl":"Practitioner/1721777538764987000.cddc93f3-5715-4a2c-b6b1-9757f69bfea8","resource":{"resourceType":"Practitioner","id":"1721777538764987000.cddc93f3-5715-4a2c-b6b1-9757f69bfea8"}},{"fullUrl":"Practitioner/1721777538765681000.ff566bb1-26c4-4a05-b451-30e36091cbb7","resource":{"resourceType":"Practitioner","id":"1721777538765681000.ff566bb1-26c4-4a05-b451-30e36091cbb7"}},{"fullUrl":"DiagnosticReport/1721777538769739000.c07a251c-772a-490e-86eb-eaa4da1c7765","resource":{"resourceType":"DiagnosticReport","id":"1721777538769739000.c07a251c-772a-490e-86eb-eaa4da1c7765","identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"MMTC.PROD"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.8589.4.2.106.1"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"FILL"}]}}],"basedOn":[{"reference":"ServiceRequest/1721777538766651000.67fb7925-4477-463f-ace7-6a4ccde323e3"}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","version":"2.71","code":"94558-4","display":"SARS-CoV-2 (COVID-19) Ag [Presence] in Respiratory specimen by Rapid immunoassay"}]},"subject":{"reference":"Patient/1721777538639185000.09cc50e9-5147-4f54-bcab-99804188e19e"},"effectiveDateTime":"2024-04-03T12:00:00-04:00","_effectiveDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"20240403120000-0400"}]},"issued":"2024-04-03T12:00:00-04:00","_issued":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"20240403120000-0400"}]},"specimen":[{"reference":"Specimen/1721777538760528000.bc0d5494-ded7-4f59-ae98-0fa99c6f1f08"},{"reference":"Specimen/1721777538758931000.01b3d3a6-3c7b-4857-8bf9-8f134b096b5b"}],"result":[{"reference":"Observation/1721777538642873000.d0f720df-d3cf-4d6e-94ff-225dee52f81d"},{"reference":"Observation/1721777538647578000.c2004093-e546-4860-8033-58cba343f133"}]}}]}""" @Suppress("ktlint:standard:max-line-length") const val invalidRadxMarsHL7Message = diff --git a/prime-router/src/test/resources/fhirengine/smoketest/Expected_HL7_to_FHIR_FULLELR.fhir b/prime-router/src/test/resources/fhirengine/smoketest/Expected_HL7_to_FHIR_FULLELR.fhir index 9ccf36c7252..d9e98bfe84f 100644 --- a/prime-router/src/test/resources/fhirengine/smoketest/Expected_HL7_to_FHIR_FULLELR.fhir +++ b/prime-router/src/test/resources/fhirengine/smoketest/Expected_HL7_to_FHIR_FULLELR.fhir @@ -1091,6 +1091,43 @@ } } ], + "relationship" : [ + { + "coding" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70063" + } + ], + "version" : "2.5.1", + "code" : "OTH", + "display" : "Other" + }, + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } + ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "OT", + "display" : "OTHER RELATIONSHIP" + } + ] + } + ], "name" : { "extension" : [ { @@ -8011,21 +8048,21 @@ "reference" : "PractitionerRole/1716965606277846000.0f708c16-acaa-4120-914e-deb0ab03c36d" } ], - "valueCodeableConcept": { - "coding": [ + "valueCodeableConcept" : { + "coding" : [ { - "extension": [ + "extension" : [ { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString": "coding" + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" }, { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString": "L" + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" } ], - "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "code": "COM" + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "code" : "COM" } ] } @@ -13824,6 +13861,43 @@ "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", "valueString" : "OBR" } + ], + "collection" : { + "collector" : { + "reference" : "Practitioner/1727474667987404000.47d8c87d-22f6-4c2e-b128-c7581a9dcb37" + }, + "collectedPeriod" : { + "start" : "2028-08-02T02:52:01-06:00", + "_start" : { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280802025201-0600" + } + ] + }, + "end" : "2028-08-02T02:52:01-06:00", + "_end" : { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280802025201-0600" + } + ] + } + } + } + } + }, + { + "fullUrl" : "Practitioner/1727474667987404000.47d8c87d-22f6-4c2e-b128-c7581a9dcb37", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1727474667987404000.47d8c87d-22f6-4c2e-b128-c7581a9dcb37", + "identifier" : [ + { + "value" : "ER" + } ] } }, @@ -13837,6 +13911,43 @@ "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", "valueString" : "OBR" } + ], + "collection" : { + "collector" : { + "reference" : "Practitioner/1727474667989088000.ec94c45e-f6be-4bdb-83b4-4655198ff7a0" + }, + "collectedPeriod" : { + "start" : "2028-08-02T02:52:01-06:00", + "_start" : { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280802025201-0600" + } + ] + }, + "end" : "2028-08-02T02:52:01-06:00", + "_end" : { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280802025201-0600" + } + ] + } + } + } + } + }, + { + "fullUrl" : "Practitioner/1727474667989088000.ec94c45e-f6be-4bdb-83b4-4655198ff7a0", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1727474667989088000.ec94c45e-f6be-4bdb-83b4-4655198ff7a0", + "identifier" : [ + { + "value" : "ER" + } ] } }, @@ -13850,6 +13961,43 @@ "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", "valueString" : "OBR" } + ], + "collection" : { + "collector" : { + "reference" : "Practitioner/1727474667990026000.862f5c24-268b-4fe0-b856-483da2916bbe" + }, + "collectedPeriod" : { + "start" : "2028-08-02T02:52:01-06:00", + "_start" : { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280802025201-0600" + } + ] + }, + "end" : "2028-08-02T02:52:01-06:00", + "_end" : { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280802025201-0600" + } + ] + } + } + } + } + }, + { + "fullUrl" : "Practitioner/1727474667990026000.862f5c24-268b-4fe0-b856-483da2916bbe", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1727474667990026000.862f5c24-268b-4fe0-b856-483da2916bbe", + "identifier" : [ + { + "value" : "ER" + } ] } }, @@ -13863,6 +14011,43 @@ "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", "valueString" : "OBR" } + ], + "collection" : { + "collector" : { + "reference" : "Practitioner/1727474667990903000.8194b15d-a1f0-4516-ad43-4f42d819e4ea" + }, + "collectedPeriod" : { + "start" : "2028-08-07T16:36:01-06:00", + "_start" : { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280807163601-0600" + } + ] + }, + "end" : "2028-08-07T16:36:01-06:00", + "_end" : { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280807163601-0600" + } + ] + } + } + } + } + }, + { + "fullUrl" : "Practitioner/1727474667990903000.8194b15d-a1f0-4516-ad43-4f42d819e4ea", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1727474667990903000.8194b15d-a1f0-4516-ad43-4f42d819e4ea", + "identifier" : [ + { + "value" : "ER" + } ] } }, @@ -13876,6 +14061,43 @@ "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", "valueString" : "OBR" } + ], + "collection" : { + "collector" : { + "reference" : "Practitioner/1727474667991784000.0ebbce89-11bf-4a99-ae60-e0079aa53226" + }, + "collectedPeriod" : { + "start" : "2028-08-07T16:36:01-06:00", + "_start" : { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280807163601-0600" + } + ] + }, + "end" : "2028-08-07T16:36:01-06:00", + "_end" : { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280807163601-0600" + } + ] + } + } + } + } + }, + { + "fullUrl" : "Practitioner/1727474667991784000.0ebbce89-11bf-4a99-ae60-e0079aa53226", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1727474667991784000.0ebbce89-11bf-4a99-ae60-e0079aa53226", + "identifier" : [ + { + "value" : "ER" + } ] } }, diff --git a/prime-router/src/test/resources/fhirengine/smoketest/Expected_HL7_to_FHIR_MARSOTC.fhir b/prime-router/src/test/resources/fhirengine/smoketest/Expected_HL7_to_FHIR_MARSOTC.fhir index 097f4e1f6d6..8c265ff96f4 100644 --- a/prime-router/src/test/resources/fhirengine/smoketest/Expected_HL7_to_FHIR_MARSOTC.fhir +++ b/prime-router/src/test/resources/fhirengine/smoketest/Expected_HL7_to_FHIR_MARSOTC.fhir @@ -926,7 +926,18 @@ "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", "valueString" : "OBR" } - ] + ], + "collection" : { + "collectedDateTime" : "2024-04-03T12:00:00-04:00", + "_collectedDateTime" : { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20240403120000-0400" + } + ] + } + } } }, { diff --git a/prime-router/src/testIntegration/kotlin/datatests/mappinginventory/catchall/omlo21/OMLO21Full.kt b/prime-router/src/testIntegration/kotlin/datatests/mappinginventory/catchall/omlo21/OMLO21Full.kt new file mode 100644 index 00000000000..338e9d73f3a --- /dev/null +++ b/prime-router/src/testIntegration/kotlin/datatests/mappinginventory/catchall/omlo21/OMLO21Full.kt @@ -0,0 +1,17 @@ +package gov.cdc.prime.router.datatests.mappinginventory.omlo21 + +import gov.cdc.prime.router.datatests.mappinginventory.verifyHL7ToFHIRToHL7Mapping +import org.junit.jupiter.api.Test + +class OMLO21Full { + + @Test + fun `test OML_O21 all segments`() { + assert( + verifyHL7ToFHIRToHL7Mapping( + "catchall/omlo21/oml_o21-full", + outputSchema = "classpath:/metadata/hl7_mapping/OML_O21/OML_O21-test.yml" + ).passed + ) + } +} \ No newline at end of file diff --git a/prime-router/src/testIntegration/kotlin/datatests/mappinginventory/catchall/orcobr/ORCOBRToServiceRequestDiagnosticReportTests.kt b/prime-router/src/testIntegration/kotlin/datatests/mappinginventory/catchall/orcobr/ORCOBRToServiceRequestDiagnosticReportTests.kt index f69513f6a5c..a0a2d7c2747 100644 --- a/prime-router/src/testIntegration/kotlin/datatests/mappinginventory/catchall/orcobr/ORCOBRToServiceRequestDiagnosticReportTests.kt +++ b/prime-router/src/testIntegration/kotlin/datatests/mappinginventory/catchall/orcobr/ORCOBRToServiceRequestDiagnosticReportTests.kt @@ -68,11 +68,17 @@ class ORCOBRToServiceRequestDiagnosticReportTests { } @Test - fun `test correctly handles the effective when OBR8 is not populated`() { + fun `test correctly handles the effectiveDateTime when OBR8 is not populated`() { val testFileName = "catchall/orcobr/orc_obr-to-servicerequest_diagnosticreport-obr8-not-populated" assert(verifyHL7ToFHIRToHL7Mapping(testFileName).passed) } + @Test + fun `test correctly handles the effectivePeriod when OBR8 is populated`() { + val testFileName = "catchall/orcobr/orc_obr-to-servicerequest_diagnosticreport-obr8-populated" + assert(verifyHL7ToFHIRToHL7Mapping(testFileName).passed) + } + @Test fun `test handles mapped HL7 values to OBRExtension from OBR25`() { val testFileName = "catchall/orcobr/orc_obr-to-servicerequest_diagnosticreport-obr25" @@ -90,4 +96,15 @@ class ORCOBRToServiceRequestDiagnosticReportTests { val testFileName = "catchall/orcobr/orc_obr-to-servicerequest_diagnosticreport-obr25-obrext-not-populated" assert(verifyHL7ToFHIRToHL7Mapping(testFileName, true, false, true).passed) } + + @Test + fun `test populates OML specific fields for OML messages`() { + val testFileName = "catchall/orcobr/orc_obr-to-servicerequest_diagnosticreport-OML-message" + assert( + verifyHL7ToFHIRToHL7Mapping( + testFileName, + outputSchema = "classpath:/metadata/hl7_mapping/OML_O21/OML_O21-test.yml" + ).passed + ) + } } \ No newline at end of file diff --git a/prime-router/src/testIntegration/resources/datatests/FHIR_to_HL7/sample_OML_20230831-0001.fhir b/prime-router/src/testIntegration/resources/datatests/FHIR_to_HL7/sample_OML_20230831-0001.fhir index 17e218b8700..e09c6717d59 100644 --- a/prime-router/src/testIntegration/resources/datatests/FHIR_to_HL7/sample_OML_20230831-0001.fhir +++ b/prime-router/src/testIntegration/resources/datatests/FHIR_to_HL7/sample_OML_20230831-0001.fhir @@ -1,8 +1,8 @@ { "resourceType" : "Bundle", - "id" : "1695669259031463000.f0525223-538b-4b70-9fce-3120011fb551", + "id" : "1727133200498293000.0551381e-87bb-4eed-9c3c-2a34fb70ef51", "meta" : { - "lastUpdated" : "2023-09-25T12:14:19.058-07:00" + "lastUpdated" : "2024-09-23T16:13:20.502-07:00" }, "identifier" : { "system" : "https://reportstream.cdc.gov/prime-router", @@ -12,17 +12,11 @@ "timestamp" : "2023-05-06T03:29:16.000-07:00", "entry" : [ { - "fullUrl" : "MessageHeader/87c2d0db-6f31-3666-b9e2-7152e039c11f", + "fullUrl" : "MessageHeader/1727133200547009000.51500f0c-c723-46b9-b64a-d2ec3a519da7", "resource" : { "resourceType" : "MessageHeader", - "id" : "87c2d0db-6f31-3666-b9e2-7152e039c11f", + "id" : "1727133200547009000.51500f0c-c723-46b9-b64a-d2ec3a519da7", "meta" : { - "extension" : [ - { - "url" : "http://ibm.com/fhir/cdm/StructureDefinition/source-data-model-version", - "valueString" : "2.5.1" - } - ], "tag" : [ { "system" : "http://terminology.hl7.org/CodeSystem/v2-0103", @@ -35,13 +29,17 @@ "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/msh-message-header", "extension" : [ { - "url" : "MSH.16", - "valueString" : "AL" + "url" : "MSH.7", + "valueString" : "20230506052916-0500" }, { "url" : "MSH.15", "valueString" : "AL" }, + { + "url" : "MSH.16", + "valueString" : "AL" + }, { "url" : "MSH.21", "valueIdentifier" : { @@ -109,23 +107,16 @@ } ], "name" : "NATUS", - "endpoint" : "urn:dns:natus.health.state.mn.us", "receiver" : { - "reference" : "Organization/urn-oid-2.16.840.1.114222.4.1.10080" + "reference" : "Organization/1727133200546249000.da25de11-15e0-47cd-9605-451628d137c7" } } ], "sender" : { - "reference" : "Organization/1695669260998438000.c605a46a-9711-4fbb-b14e-fc6814ed8311" + "reference" : "Organization/1727133200528316000.74e31b18-88b7-4038-b55e-9e83473516ad" }, "source" : { "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/software-vendor-org", - "valueReference" : { - "reference" : "Organization/1695669259213507000.4b999e35-7d47-48a1-ac6e-88f144e21093" - } - }, { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", "valueString" : "Epic" @@ -143,16 +134,50 @@ "valueString" : "MSH.3" } ], - "name" : "Epic", "endpoint" : "urn:oid:1.2.840.114350.1.13.145.2.7.2.695071" } } }, { - "fullUrl" : "Organization/urn-oid-2.16.840.1.114222.4.1.10080", + "fullUrl" : "Organization/1727133200528316000.74e31b18-88b7-4038-b55e-9e83473516ad", + "resource" : { + "resourceType" : "Organization", + "id" : "1727133200528316000.74e31b18-88b7-4038-b55e-9e83473516ad", + "identifier" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.1" + } + ], + "value" : "Centracare" + }, + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.2,HD.3" + } + ], + "type" : { + "coding" : [ + { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0301", + "code" : "DNS" + } + ] + }, + "value" : "centracare.com" + } + ] + } + }, + { + "fullUrl" : "Organization/1727133200546249000.da25de11-15e0-47cd-9605-451628d137c7", "resource" : { "resourceType" : "Organization", - "id" : "urn-oid-2.16.840.1.114222.4.1.10080", + "id" : "1727133200546249000.da25de11-15e0-47cd-9605-451628d137c7", "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", @@ -187,50 +212,44 @@ "system" : "urn:ietf:rfc:3986", "value" : "2.16.840.1.114222.4.1.10080" } - ], - "name" : "MN Public Health Lab" + ] } }, { - "fullUrl" : "Organization/1695669259213507000.4b999e35-7d47-48a1-ac6e-88f144e21093", + "fullUrl" : "Provenance/1727133200761072000.6508f066-08f5-49cb-87c4-6305cabd20f6", "resource" : { - "resourceType" : "Organization", - "id" : "1695669259213507000.4b999e35-7d47-48a1-ac6e-88f144e21093", - "meta" : { - "extension" : [ - { - "url" : "http://ibm.com/fhir/cdm/StructureDefinition/source-data-model-version", - "valueString" : "2.5.1" - } - ], - "tag" : [ + "resourceType" : "Provenance", + "id" : "1727133200761072000.6508f066-08f5-49cb-87c4-6305cabd20f6", + "recorded" : "2023-05-06T05:29:16-05:00", + "activity" : { + "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0103", - "code" : "P" + "display" : "OML^O21^OML_O21" } ] - } + }, + "agent" : [ + { + "type" : { + "coding" : [ + { + "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type", + "code" : "author" + } + ] + }, + "who" : { + "reference" : "Organization/1727133200760575000.e1170a0a-e2a5-48cd-99b7-86c9298368ef" + } + } + ] } }, { - "fullUrl" : "Organization/1695669260998438000.c605a46a-9711-4fbb-b14e-fc6814ed8311", + "fullUrl" : "Organization/1727133200760575000.e1170a0a-e2a5-48cd-99b7-86c9298368ef", "resource" : { "resourceType" : "Organization", - "id" : "1695669260998438000.c605a46a-9711-4fbb-b14e-fc6814ed8311", - "meta" : { - "extension" : [ - { - "url" : "http://ibm.com/fhir/cdm/StructureDefinition/source-data-model-version", - "valueString" : "2.5.1" - } - ], - "tag" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0103", - "code" : "P" - } - ] - }, + "id" : "1727133200760575000.e1170a0a-e2a5-48cd-99b7-86c9298368ef", "identifier" : [ { "extension" : [ @@ -262,467 +281,542 @@ } }, { - "fullUrl" : "ServiceRequest/1695669261555831000.5ad804c8-3508-4a62-8ced-23eb4351c2f6", + "fullUrl" : "Provenance/1727133200768658000.8264ccb6-32c2-45be-a64d-e983aabee81a", "resource" : { - "resourceType" : "ServiceRequest", - "id" : "1695669261555831000.5ad804c8-3508-4a62-8ced-23eb4351c2f6", - "meta" : { - "extension" : [ - { - "url" : "http://ibm.com/fhir/cdm/StructureDefinition/source-data-model-version", - "valueString" : "2.5.1" - } - ], - "tag" : [ + "resourceType" : "Provenance", + "id" : "1727133200768658000.8264ccb6-32c2-45be-a64d-e983aabee81a", + "recorded" : "2024-09-23T16:13:20Z", + "policy" : [ + "http://hl7.org/fhir/uv/v2mappings/message-oru-r01-to-bundle" + ], + "activity" : { + "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0103", - "code" : "P" + "code" : "v2-FHIR transformation" } ] }, - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/entered-by", - "valueReference" : { - "reference" : "Practitioner/1695669261548614000.8d8ad999-27fa-4f35-9231-6e571f7bc87a" - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/collector-identifier", - "valueReference" : { - "reference" : "Practitioner/1695669261552537000.d98fe0f9-f125-4509-a0ae-49239ddb7b7f" - } - }, + "agent" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/order-control", - "valueCodeableConcept" : { + "type" : { "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0119", - "code" : "NW" + "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type", + "code" : "assembler" } ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/enterers-location", - "valueReference" : { - "reference" : "Location/1695669261570648000.f8e4036c-2730-4423-918c-c694f1b902e3" + }, + "who" : { + "reference" : "Organization/1727133200768394000.754699fa-4751-435b-b31f-46dfbfe99753" } } - ], + ] + } + }, + { + "fullUrl" : "Organization/1727133200768394000.754699fa-4751-435b-b31f-46dfbfe99753", + "resource" : { + "resourceType" : "Organization", + "id" : "1727133200768394000.754699fa-4751-435b-b31f-46dfbfe99753", "identifier" : [ { - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "VN", - "display" : "Visit number" - } - ] - }, - "value" : "20230506052916-0500" + "value" : "CDC PRIME - Atlanta" }, { "type" : { "coding" : [ { - "code" : "CMS" + "system" : "http://terminology.hl7.org/CodeSystem/v2-0301" } ] }, - "value" : "1043269798" + "system" : "urn:ietf:rfc:3986", + "value" : "2.16.840.1.114222.4.1.237821" + } + ] + } + }, + { + "fullUrl" : "Patient/1727133200785961000.81f0a0fd-2500-4d13-aace-6c921cff814e", + "resource" : { + "resourceType" : "Patient", + "id" : "1727133200785961000.81f0a0fd-2500-4d13-aace-6c921cff814e", + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/pid-patient", + "extension" : [ + { + "url" : "PID.8", + "valueCodeableConcept" : { + "coding" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } + ], + "code" : "M" + } + ] + } + }, + { + "url" : "PID.24", + "valueString" : "N" + }, + { + "url" : "PID.30", + "valueString" : "N" + } + ] }, { - "type" : { - "coding" : [ + "url" : "http://hl7.org/fhir/StructureDefinition/patient-mothersMaidenName", + "valueHumanName" : { + "extension" : [ { - "code" : "MN Public Health Lab" + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", + "extension" : [ + { + "url" : "XPN.2", + "valueString" : "SADIE" + }, + { + "url" : "XPN.3", + "valueString" : "S" + } + ] } + ], + "family" : "SMITH", + "given" : [ + "SADIE", + "S" ] - }, - "value" : "739" - }, + } + } + ], + "identifier" : [ { "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueOid" : "urn:oid:1.2.840.114350.1.13.145.2.7.2.695071" + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier", + "extension" : [ + { + "url" : "CX.5", + "valueString" : "MR" + } + ] + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "PID.3" } ], "type" : { "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PLAC", - "display" : "Placer Identifier" + "code" : "MR" } ] }, - "system" : "urn:id:EPIC", - "value" : "421832901" - }, + "value" : "11102779" + } + ], + "name" : [ { "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7-use", - "valueString" : "placer-order-number" - }, + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", + "extension" : [ + { + "url" : "XPN.2", + "valueString" : "BB SARAH" + }, + { + "url" : "XPN.7", + "valueString" : "L" + } + ] + } + ], + "use" : "official", + "family" : "SMITH", + "given" : [ + "BB SARAH" + ] + } + ], + "telecom" : [ + { + "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "EPIC" + "url" : "XTN.2", + "valueString" : "PRN" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "1.2.840.114350.1.13.145.2.7.2.695071" + "url" : "XTN.3", + "valueString" : "PH" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url" : "XTN.9", + "valueString" : "(763)555-5555" + }, + { + "url" : "XTN.12", + "valueString" : "(763)555-5555" } ] } ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PLAC" - } - ] - }, - "value" : "421832901" + "system" : "phone", + "value" : "(763)555-5555", + "use" : "home" } ], - "status" : "unknown", - "intent" : "order", - "code" : { - "coding" : [ - { - "system" : "http://loinc.org", - "code" : "54089-8", - "display" : "Newborn screening panel American Health Information Community (AHIC)" - } - ] - }, - "subject" : { - "reference" : "Patient/1695669261532305000.bb1b87fc-3c3d-4e3e-ba3e-ba612f880655" - }, - "authoredOn" : "2023-05-06T05:29:13-05:00", - "_authoredOn" : { - "extension" : [ + "gender" : "male", + "birthDate" : "2023-05-04", + "_birthDate" : { + "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506052913-0500" - } - ] - }, - "requester" : { - "reference" : "PractitionerRole/1695669261568047000.72f08cf4-2bc0-4be2-bc26-ad36f1f0da5b" - } - } - }, - { - "fullUrl" : "Practitioner/1695669261548614000.8d8ad999-27fa-4f35-9231-6e571f7bc87a", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1695669261548614000.8d8ad999-27fa-4f35-9231-6e571f7bc87a", - "meta" : { - "extension" : [ - { - "url" : "http://ibm.com/fhir/cdm/StructureDefinition/source-data-model-version", - "valueString" : "2.5.1" - } - ], - "tag" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0103", - "code" : "P" - } - ] - } - } - }, - { - "fullUrl" : "Practitioner/1695669261552537000.d98fe0f9-f125-4509-a0ae-49239ddb7b7f", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1695669261552537000.d98fe0f9-f125-4509-a0ae-49239ddb7b7f", - "meta" : { - "extension" : [ - { - "url" : "http://ibm.com/fhir/cdm/StructureDefinition/source-data-model-version", - "valueString" : "2.5.1" - } - ], - "tag" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0103", - "code" : "P" - } - ] - } - } - }, - { - "fullUrl" : "Practitioner/1695669261560416000.a8835be5-eee4-4709-ba55-d4d997aaf896", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1695669261560416000.a8835be5-eee4-4709-ba55-d4d997aaf896", - "meta" : { - "extension" : [ - { - "url" : "http://ibm.com/fhir/cdm/StructureDefinition/source-data-model-version", - "valueString" : "2.5.1" - } - ], - "tag" : [ + "valueString" : "20230504131023-0500" + }, { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0103", - "code" : "P" + "url" : "http://hl7.org/fhir/StructureDefinition/patient-birthTime", + "valueDateTime" : "2023-05-04T13:10:23-05:00" } ] }, - "extension" : [ + "deceasedBoolean" : false, + "address" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-type", - "valueCodeableConcept" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "NPI" - } - ] - } + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ + { + "url" : "SAD.1", + "valueString" : "555 STATE HIGHWAY 13" + } + ] + }, + { + "url" : "XAD.7", + "valueCode" : "H" + } + ] + } + ], + "use" : "home", + "line" : [ + "555 STATE HIGHWAY 13" + ], + "city" : "DEER CREEK", + "district" : "OTTER TAIL", + "state" : "IG", + "postalCode" : "56527-9657", + "country" : "USA" } ], - "identifier" : [ + "multipleBirthBoolean" : false, + "contact" : [ { "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "NPI" + "url" : "https://hl7.org/fhir/StructureDefinition/relationship", + "valueCodeableConcept" : { + "coding" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70131" + } + ], + "code" : "N", + "display" : "Next-of-Kin" + } + ] + } } ], - "type" : { - "coding" : [ + "relationship" : [ + { + "coding" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70131" + } + ], + "code" : "N", + "display" : "Next-of-Kin" + } + ] + } + ], + "name" : { + "extension" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "NPI", - "display" : "National provider identifier" + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", + "extension" : [ + { + "url" : "XPN.2", + "valueString" : "Leia" + } + ] } + ], + "family" : "Organa", + "given" : [ + "Leia" ] }, - "system" : "http://hl7.org/fhir/sid/us-npi", - "value" : "1265136360" - } - ], - "name" : [ - { - "use" : "official", - "text" : "JANE JONES", - "family" : "JONES", - "given" : [ - "JANE" + "telecom" : [ + { + "extension" : [ + { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString" : "31" + }, + { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString" : "201" + }, + { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString" : "234567" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension" : [ + { + "url" : "XTN.3", + "valueString" : "PH" + }, + { + "url" : "XTN.7", + "valueString" : "234567" + }, + { + "url" : "XTN.12", + "valueString" : "+31201234567" + } + ] + } + ], + "system" : "phone", + "value" : "+31201234567" + } ] } ] } }, { - "fullUrl" : "Location/1695669261565432000.384cef22-33c2-45d7-bf14-fe1b2e82855d", + "fullUrl" : "Provenance/1727133200788450000.13955a83-ca9d-4215-a89b-44e626579bba", "resource" : { - "resourceType" : "Location", - "id" : "1695669261565432000.384cef22-33c2-45d7-bf14-fe1b2e82855d", - "meta" : { - "extension" : [ + "resourceType" : "Provenance", + "id" : "1727133200788450000.13955a83-ca9d-4215-a89b-44e626579bba", + "target" : [ + { + "reference" : "Patient/1727133200785961000.81f0a0fd-2500-4d13-aace-6c921cff814e" + } + ], + "recorded" : "2024-09-23T16:13:20Z", + "activity" : { + "coding" : [ { - "url" : "http://ibm.com/fhir/cdm/StructureDefinition/source-data-model-version", - "valueString" : "2.5.1" - } - ], - "tag" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0103", - "code" : "P" + "system" : "https://terminology.hl7.org/CodeSystem/v3-DataOperation", + "code" : "UPDATE" } ] } } }, { - "fullUrl" : "Organization/1695669261567733000.3bdd12c2-f56f-400b-aecc-9883e5685362", + "fullUrl" : "RelatedPerson/1727133200790203000.00aa30cf-f5b2-4b0d-a294-4bf348c11b02", "resource" : { - "resourceType" : "Organization", - "id" : "1695669261567733000.3bdd12c2-f56f-400b-aecc-9883e5685362", - "meta" : { - "extension" : [ - { - "url" : "http://ibm.com/fhir/cdm/StructureDefinition/source-data-model-version", - "valueString" : "2.5.1" - } - ], - "tag" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0103", - "code" : "P" - } - ] - }, + "resourceType" : "RelatedPerson", + "id" : "1727133200790203000.00aa30cf-f5b2-4b0d-a294-4bf348c11b02", "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0204", - "code" : "L", - "display" : "Legal name" - } + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", + "valueString" : "NK1" } ], - "identifier" : [ + "patient" : { + "reference" : "Patient/1727133200785961000.81f0a0fd-2500-4d13-aace-6c921cff814e" + }, + "relationship" : [ { "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "NK1.3" + } + ], + "coding" : [ + { "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "CMS" + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70131" } - ] + ], + "code" : "N", + "display" : "Next-of-Kin" + } + ] + } + ], + "name" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "NK1.2" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-facility", - "valueReference" : { - "reference" : "Location/1695669261565432000.384cef22-33c2-45d7-bf14-fe1b2e82855d" - } + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", + "extension" : [ + { + "url" : "XPN.2", + "valueString" : "Leia" + } + ] } ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "NPI" - } - ] - }, - "value" : "1043269798" + "family" : "Organa", + "given" : [ + "Leia" + ] } ], - "name" : "ST. CLOUD HOSPITAL" - } - }, - { - "fullUrl" : "PractitionerRole/1695669261568047000.72f08cf4-2bc0-4be2-bc26-ad36f1f0da5b", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1695669261568047000.72f08cf4-2bc0-4be2-bc26-ad36f1f0da5b", - "meta" : { - "extension" : [ - { - "url" : "http://ibm.com/fhir/cdm/StructureDefinition/source-data-model-version", - "valueString" : "2.5.1" - } - ], - "tag" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0103", - "code" : "P" - } - ] - }, - "practitioner" : { - "reference" : "Practitioner/1695669261560416000.a8835be5-eee4-4709-ba55-d4d997aaf896" - }, - "organization" : { - "reference" : "Organization/1695669261567733000.3bdd12c2-f56f-400b-aecc-9883e5685362" - } - } - }, - { - "fullUrl" : "Location/1695669261570648000.f8e4036c-2730-4423-918c-c694f1b902e3", - "resource" : { - "resourceType" : "Location", - "id" : "1695669261570648000.f8e4036c-2730-4423-918c-c694f1b902e3", - "meta" : { - "extension" : [ - { - "url" : "http://ibm.com/fhir/cdm/StructureDefinition/source-data-model-version", - "valueString" : "2.5.1" - } - ], - "tag" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0103", - "code" : "P" - } - ] - } + "telecom" : [ + { + "extension" : [ + { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString" : "31" + }, + { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString" : "201" + }, + { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString" : "234567" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension" : [ + { + "url" : "XTN.3", + "valueString" : "PH" + }, + { + "url" : "XTN.7", + "valueString" : "234567" + }, + { + "url" : "XTN.12", + "valueString" : "+31201234567" + } + ] + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "NK1.5" + } + ], + "system" : "phone", + "value" : "+31201234567" + } + ] } }, { - "fullUrl" : "Observation/1695669261775617000.d5df762f-03f4-4e6d-af35-446ec9df2c31", + "fullUrl" : "Observation/1727133200793272000.a7cc16be-b4a3-4f2e-82c9-e1d95a7149f5", "resource" : { "resourceType" : "Observation", - "id" : "1695669261775617000.d5df762f-03f4-4e6d-af35-446ec9df2c31", - "meta" : { - "extension" : [ - { - "url" : "http://ibm.com/fhir/cdm/StructureDefinition/source-data-model-version", - "valueString" : "2.5.1" - } - ], - "tag" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0103", - "code" : "P" - } - ] - }, + "id" : "1727133200793272000.a7cc16be-b4a3-4f2e-82c9-e1d95a7149f5", "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueString" : "AOE" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-type", - "valueString" : "QST" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-status-original-text", - "valueString" : "O" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/units", - "valueCodeableConcept" : { - "coding" : [ - { - "system" : "http://unitsofmeasure.org", - "code" : "g", - "display" : "gram" - } - ] - } - }, { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", "valueString" : "1" - } - ], - "identifier" : [ + }, { - "system" : "urn:id:extID", - "value" : "421832901" + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension" : [ + { + "url" : "OBX.2", + "valueId" : "NM" + }, + { + "url" : "OBX.6", + "valueCodeableConcept" : { + "coding" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "UCUM" + } + ], + "system" : "http://unitsofmeasure.org", + "code" : "g", + "display" : "gram" + } + ] + } + }, + { + "url" : "OBX.11", + "valueString" : "unknown" + } + ] } ], "status" : "unknown", "code" : { "coding" : [ { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } + ], "system" : "http://loinc.org", "code" : "8339-4", "display" : "BIRTH WEIGHT MEASURED" @@ -730,7 +824,7 @@ ] }, "subject" : { - "reference" : "Patient/1695669261532305000.bb1b87fc-3c3d-4e3e-ba3e-ba612f880655" + "reference" : "Patient/1727133200785961000.81f0a0fd-2500-4d13-aace-6c921cff814e" }, "effectiveDateTime" : "2023-05-06T05:00:00-05:00", "_effectiveDateTime" : { @@ -742,78 +836,73 @@ ] }, "valueQuantity" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/alternate-value", - "valueString" : "1769.859285" - } - ], "value" : 1769.8593, - "unit" : "g", - "system" : "http://unitsofmeasure.org", + "unit" : "gram", + "system" : "UCUM", "code" : "g" } } }, { - "fullUrl" : "Observation/1695669261780337000.da275dfc-1950-472b-8a3c-f558c8e69333", + "fullUrl" : "Observation/1727133200795547000.8a17d6b0-ba46-4417-a7cd-dd15e7095eb7", "resource" : { "resourceType" : "Observation", - "id" : "1695669261780337000.da275dfc-1950-472b-8a3c-f558c8e69333", - "meta" : { - "extension" : [ - { - "url" : "http://ibm.com/fhir/cdm/StructureDefinition/source-data-model-version", - "valueString" : "2.5.1" - } - ], - "tag" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0103", - "code" : "P" - } - ] - }, + "id" : "1727133200795547000.8a17d6b0-ba46-4417-a7cd-dd15e7095eb7", "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueString" : "AOE" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-type", - "valueString" : "QST" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-status-original-text", - "valueString" : "O" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/units", - "valueCodeableConcept" : { - "coding" : [ - { - "system" : "http://unitsofmeasure.org", - "code" : "wk", - "display" : "week" - } - ] - } - }, { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", "valueString" : "1" - } - ], - "identifier" : [ + }, { - "system" : "urn:id:extID", - "value" : "421832901" + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension" : [ + { + "url" : "OBX.2", + "valueId" : "NM" + }, + { + "url" : "OBX.6", + "valueCodeableConcept" : { + "coding" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "UCUM" + } + ], + "system" : "http://unitsofmeasure.org", + "code" : "wk", + "display" : "week" + } + ] + } + }, + { + "url" : "OBX.11", + "valueString" : "unknown" + } + ] } ], "status" : "unknown", "code" : { "coding" : [ { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } + ], "system" : "http://loinc.org", "code" : "57714-8", "display" : "OBSTETRIC ESTIMATION OF GESTATIONAL AGE" @@ -821,7 +910,7 @@ ] }, "subject" : { - "reference" : "Patient/1695669261532305000.bb1b87fc-3c3d-4e3e-ba3e-ba612f880655" + "reference" : "Patient/1727133200785961000.81f0a0fd-2500-4d13-aace-6c921cff814e" }, "effectiveDateTime" : "2023-05-06T05:00:00-05:00", "_effectiveDateTime" : { @@ -833,66 +922,51 @@ ] }, "valueQuantity" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/alternate-value", - "valueString" : "32" - } - ], "value" : 32, - "unit" : "wk", - "system" : "http://unitsofmeasure.org", + "unit" : "week", + "system" : "UCUM", "code" : "wk" } } }, { - "fullUrl" : "Observation/1695669261784168000.35a25dff-438e-4262-9397-939eaf5f024e", + "fullUrl" : "Observation/1727133200797365000.9b7d00cb-f2b8-4749-92c8-225cab5f259b", "resource" : { "resourceType" : "Observation", - "id" : "1695669261784168000.35a25dff-438e-4262-9397-939eaf5f024e", - "meta" : { - "extension" : [ - { - "url" : "http://ibm.com/fhir/cdm/StructureDefinition/source-data-model-version", - "valueString" : "2.5.1" - } - ], - "tag" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0103", - "code" : "P" - } - ] - }, + "id" : "1727133200797365000.9b7d00cb-f2b8-4749-92c8-225cab5f259b", "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueString" : "AOE" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-type", - "valueString" : "QST" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-status-original-text", - "valueString" : "O" - }, { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", "valueString" : "1" - } - ], - "identifier" : [ + }, { - "system" : "urn:id:extID", - "value" : "421832901" + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension" : [ + { + "url" : "OBX.2", + "valueId" : "CWE" + }, + { + "url" : "OBX.11", + "valueString" : "unknown" + } + ] } ], "status" : "unknown", "code" : { "coding" : [ { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } + ], "system" : "http://loinc.org", "code" : "57713-0", "display" : "INFANT FACTORS THAT AFFECT NEWBORN SCREENING INTERPRETATION" @@ -900,7 +974,7 @@ ] }, "subject" : { - "reference" : "Patient/1695669261532305000.bb1b87fc-3c3d-4e3e-ba3e-ba612f880655" + "reference" : "Patient/1727133200785961000.81f0a0fd-2500-4d13-aace-6c921cff814e" }, "effectiveDateTime" : "2023-05-06T05:00:00-05:00", "_effectiveDateTime" : { @@ -914,6 +988,16 @@ "valueCodeableConcept" : { "coding" : [ { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } + ], "system" : "http://loinc.org", "code" : "LA12419-0", "display" : "INFANT IN NICU AT TIME OF SPECIMEN COLLECTION" @@ -923,60 +1007,50 @@ } }, { - "fullUrl" : "Observation/1695669261787987000.904d10b9-c831-4d93-9751-edbec5b1f04d", + "fullUrl" : "Observation/1727133200799038000.534eab68-0842-4dfe-9d9c-c3cdd6828316", "resource" : { "resourceType" : "Observation", - "id" : "1695669261787987000.904d10b9-c831-4d93-9751-edbec5b1f04d", - "meta" : { - "extension" : [ - { - "url" : "http://ibm.com/fhir/cdm/StructureDefinition/source-data-model-version", - "valueString" : "2.5.1" - } - ], - "tag" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0103", - "code" : "P" - } - ] - }, + "id" : "1727133200799038000.534eab68-0842-4dfe-9d9c-c3cdd6828316", "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueString" : "AOE" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-type", - "valueString" : "QST" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-status-original-text", - "valueString" : "O" - }, { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", "valueString" : "1" - } - ], - "identifier" : [ + }, { - "system" : "urn:id:extID", - "value" : "421832901" + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension" : [ + { + "url" : "OBX.2", + "valueId" : "CWE" + }, + { + "url" : "OBX.11", + "valueString" : "unknown" + } + ] } ], "status" : "unknown", "code" : { "coding" : [ { - "system" : "99MDH", + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "99MDH" + } + ], "code" : "MNDSIB", "display" : "DOES THE BABY HAVE A DECEASED SIBLING?" } ] }, "subject" : { - "reference" : "Patient/1695669261532305000.bb1b87fc-3c3d-4e3e-ba3e-ba612f880655" + "reference" : "Patient/1727133200785961000.81f0a0fd-2500-4d13-aace-6c921cff814e" }, "effectiveDateTime" : "2023-05-06T05:00:00-05:00", "_effectiveDateTime" : { @@ -990,7 +1064,16 @@ "valueCodeableConcept" : { "coding" : [ { - "system" : "99MDH", + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "99MDH" + } + ], "code" : "N", "display" : "No" } @@ -999,60 +1082,50 @@ } }, { - "fullUrl" : "Observation/1695669261791552000.5eef397b-048b-46d1-99c6-48bceaa95ecd", + "fullUrl" : "Observation/1727133200800657000.5b01a1c4-e769-477d-88dd-8fac17a37ab4", "resource" : { "resourceType" : "Observation", - "id" : "1695669261791552000.5eef397b-048b-46d1-99c6-48bceaa95ecd", - "meta" : { - "extension" : [ - { - "url" : "http://ibm.com/fhir/cdm/StructureDefinition/source-data-model-version", - "valueString" : "2.5.1" - } - ], - "tag" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0103", - "code" : "P" - } - ] - }, + "id" : "1727133200800657000.5b01a1c4-e769-477d-88dd-8fac17a37ab4", "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueString" : "AOE" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-type", - "valueString" : "QST" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-status-original-text", - "valueString" : "O" - }, { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", "valueString" : "1" - } - ], - "identifier" : [ + }, { - "system" : "urn:id:extID", - "value" : "421832901" + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension" : [ + { + "url" : "OBX.2", + "valueId" : "CWE" + }, + { + "url" : "OBX.11", + "valueString" : "unknown" + } + ] } ], "status" : "unknown", "code" : { "coding" : [ { - "system" : "99MDH", + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "99MDH" + } + ], "code" : "MNDEFECT", "display" : "DOES THE BABY HAVE BIRTH DEFECTS?" } ] }, "subject" : { - "reference" : "Patient/1695669261532305000.bb1b87fc-3c3d-4e3e-ba3e-ba612f880655" + "reference" : "Patient/1727133200785961000.81f0a0fd-2500-4d13-aace-6c921cff814e" }, "effectiveDateTime" : "2023-05-06T05:00:00-05:00", "_effectiveDateTime" : { @@ -1066,7 +1139,16 @@ "valueCodeableConcept" : { "coding" : [ { - "system" : "99MDH", + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "99MDH" + } + ], "code" : "N", "display" : "No" } @@ -1075,60 +1157,50 @@ } }, { - "fullUrl" : "Observation/1695669261794640000.aebb6fa3-9574-4f83-af82-06b6d2df27ae", + "fullUrl" : "Observation/1727133200802546000.6215f7d5-6c47-4337-8b6a-503ac0bdb67f", "resource" : { "resourceType" : "Observation", - "id" : "1695669261794640000.aebb6fa3-9574-4f83-af82-06b6d2df27ae", - "meta" : { - "extension" : [ - { - "url" : "http://ibm.com/fhir/cdm/StructureDefinition/source-data-model-version", - "valueString" : "2.5.1" - } - ], - "tag" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0103", - "code" : "P" - } - ] - }, + "id" : "1727133200802546000.6215f7d5-6c47-4337-8b6a-503ac0bdb67f", "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueString" : "AOE" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-type", - "valueString" : "QST" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-status-original-text", - "valueString" : "O" - }, { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", "valueString" : "1" - } - ], - "identifier" : [ + }, { - "system" : "urn:id:extID", - "value" : "421832901" + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension" : [ + { + "url" : "OBX.2", + "valueId" : "CWE" + }, + { + "url" : "OBX.11", + "valueString" : "unknown" + } + ] } ], "status" : "unknown", "code" : { "coding" : [ { - "system" : "99MDH", + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "99MDH" + } + ], "code" : "MNFAM", "display" : "FAMILY HISTORY OF DISORDER ON MN SCREENING PANEL" } ] }, "subject" : { - "reference" : "Patient/1695669261532305000.bb1b87fc-3c3d-4e3e-ba3e-ba612f880655" + "reference" : "Patient/1727133200785961000.81f0a0fd-2500-4d13-aace-6c921cff814e" }, "effectiveDateTime" : "2023-05-06T05:00:00-05:00", "_effectiveDateTime" : { @@ -1142,7 +1214,16 @@ "valueCodeableConcept" : { "coding" : [ { - "system" : "99MDH", + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "99MDH" + } + ], "code" : "N", "display" : "No" } @@ -1151,52 +1232,43 @@ } }, { - "fullUrl" : "Observation/1695669261797898000.1f2a7080-6188-477b-8310-a7c82b28e81e", + "fullUrl" : "Observation/1727133200804303000.a749bc39-0714-4f69-87db-a634642d22d3", "resource" : { "resourceType" : "Observation", - "id" : "1695669261797898000.1f2a7080-6188-477b-8310-a7c82b28e81e", - "meta" : { - "extension" : [ - { - "url" : "http://ibm.com/fhir/cdm/StructureDefinition/source-data-model-version", - "valueString" : "2.5.1" - } - ], - "tag" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0103", - "code" : "P" - } - ] - }, + "id" : "1727133200804303000.a749bc39-0714-4f69-87db-a634642d22d3", "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueString" : "AOE" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-type", - "valueString" : "QST" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-status-original-text", - "valueString" : "O" - }, { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", "valueString" : "1" - } - ], - "identifier" : [ + }, { - "system" : "urn:id:extID", - "value" : "421832901" + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension" : [ + { + "url" : "OBX.2", + "valueId" : "CWE" + }, + { + "url" : "OBX.11", + "valueString" : "unknown" + } + ] } ], "status" : "unknown", "code" : { "coding" : [ { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } + ], "system" : "http://loinc.org", "code" : "67704-7", "display" : "FEEDING TYPES" @@ -1204,7 +1276,7 @@ ] }, "subject" : { - "reference" : "Patient/1695669261532305000.bb1b87fc-3c3d-4e3e-ba3e-ba612f880655" + "reference" : "Patient/1727133200785961000.81f0a0fd-2500-4d13-aace-6c921cff814e" }, "effectiveDateTime" : "2023-05-06T05:00:00-05:00", "_effectiveDateTime" : { @@ -1218,6 +1290,16 @@ "valueCodeableConcept" : { "coding" : [ { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } + ], "system" : "http://loinc.org", "code" : "LA12418-2", "display" : "TPN" @@ -1227,52 +1309,43 @@ } }, { - "fullUrl" : "Observation/1695669261801446000.ddbee45e-3169-46f5-bb3c-6fb9f8458cd8", + "fullUrl" : "Observation/1727133200805779000.834301e0-25fa-45d7-8ddc-3ad1b7561630", "resource" : { "resourceType" : "Observation", - "id" : "1695669261801446000.ddbee45e-3169-46f5-bb3c-6fb9f8458cd8", - "meta" : { - "extension" : [ - { - "url" : "http://ibm.com/fhir/cdm/StructureDefinition/source-data-model-version", - "valueString" : "2.5.1" - } - ], - "tag" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0103", - "code" : "P" - } - ] - }, + "id" : "1727133200805779000.834301e0-25fa-45d7-8ddc-3ad1b7561630", "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueString" : "AOE" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-type", - "valueString" : "QST" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-status-original-text", - "valueString" : "O" - }, { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", "valueString" : "2" - } - ], - "identifier" : [ + }, { - "system" : "urn:id:extID", - "value" : "421832901" + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension" : [ + { + "url" : "OBX.2", + "valueId" : "CWE" + }, + { + "url" : "OBX.11", + "valueString" : "unknown" + } + ] } ], "status" : "unknown", "code" : { "coding" : [ { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } + ], "system" : "http://loinc.org", "code" : "67704-7", "display" : "FEEDING TYPES" @@ -1280,7 +1353,7 @@ ] }, "subject" : { - "reference" : "Patient/1695669261532305000.bb1b87fc-3c3d-4e3e-ba3e-ba612f880655" + "reference" : "Patient/1727133200785961000.81f0a0fd-2500-4d13-aace-6c921cff814e" }, "effectiveDateTime" : "2023-05-06T05:00:00-05:00", "_effectiveDateTime" : { @@ -1294,6 +1367,16 @@ "valueCodeableConcept" : { "coding" : [ { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } + ], "system" : "http://loinc.org", "code" : "LA16914-6", "display" : "BREAST MILK" @@ -1303,52 +1386,43 @@ } }, { - "fullUrl" : "Observation/1695669261805167000.af8d435c-63ac-4874-a7ed-6f48797d1b1c", + "fullUrl" : "Observation/1727133200808186000.7fcebe37-0de0-45aa-9872-ec3723585bf2", "resource" : { "resourceType" : "Observation", - "id" : "1695669261805167000.af8d435c-63ac-4874-a7ed-6f48797d1b1c", - "meta" : { - "extension" : [ - { - "url" : "http://ibm.com/fhir/cdm/StructureDefinition/source-data-model-version", - "valueString" : "2.5.1" - } - ], - "tag" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0103", - "code" : "P" - } - ] - }, + "id" : "1727133200808186000.7fcebe37-0de0-45aa-9872-ec3723585bf2", "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueString" : "AOE" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-type", - "valueString" : "QST" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-status-original-text", - "valueString" : "O" - }, { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", "valueString" : "1" - } - ], - "identifier" : [ + }, { - "system" : "urn:id:extID", - "value" : "421832901" + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension" : [ + { + "url" : "OBX.2", + "valueId" : "CWE" + }, + { + "url" : "OBX.11", + "valueString" : "unknown" + } + ] } ], "status" : "unknown", "code" : { "coding" : [ { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } + ], "system" : "http://loinc.org", "code" : "57723-9", "display" : "UNIQUE BAR CODE NUMBER OF CURRENT SAMPLE" @@ -1356,7 +1430,7 @@ ] }, "subject" : { - "reference" : "Patient/1695669261532305000.bb1b87fc-3c3d-4e3e-ba3e-ba612f880655" + "reference" : "Patient/1727133200785961000.81f0a0fd-2500-4d13-aace-6c921cff814e" }, "effectiveDateTime" : "2023-05-06T05:00:00-05:00", "_effectiveDateTime" : { @@ -1370,6 +1444,12 @@ "valueCodeableConcept" : { "coding" : [ { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } + ], "code" : "0516199364" } ] @@ -1377,52 +1457,43 @@ } }, { - "fullUrl" : "Observation/1695669261807707000.4f04a3ff-10bc-4cdd-be13-54cd68f7067c", + "fullUrl" : "Observation/1727133200809672000.42257385-71c9-4c34-b285-2f01d06e8f82", "resource" : { "resourceType" : "Observation", - "id" : "1695669261807707000.4f04a3ff-10bc-4cdd-be13-54cd68f7067c", - "meta" : { - "extension" : [ - { - "url" : "http://ibm.com/fhir/cdm/StructureDefinition/source-data-model-version", - "valueString" : "2.5.1" - } - ], - "tag" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0103", - "code" : "P" - } - ] - }, + "id" : "1727133200809672000.42257385-71c9-4c34-b285-2f01d06e8f82", "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueString" : "AOE" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-type", - "valueString" : "QST" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-status-original-text", - "valueString" : "O" - }, { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", "valueString" : "1" - } - ], - "identifier" : [ + }, { - "system" : "urn:id:extID", - "value" : "421832901" + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension" : [ + { + "url" : "OBX.2", + "valueId" : "ST" + }, + { + "url" : "OBX.11", + "valueString" : "unknown" + } + ] } ], "status" : "unknown", "code" : { "coding" : [ { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } + ], "system" : "http://loinc.org", "code" : "62328-0", "display" : "DISCHARGE PROVIDER PRACTICE PHONE NUMBER" @@ -1430,67 +1501,58 @@ ] }, "subject" : { - "reference" : "Patient/1695669261532305000.bb1b87fc-3c3d-4e3e-ba3e-ba612f880655" + "reference" : "Patient/1727133200785961000.81f0a0fd-2500-4d13-aace-6c921cff814e" }, "effectiveDateTime" : "2023-05-06T05:00:00-05:00", "_effectiveDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506050000-0500" - } - ] - }, - "valueString" : "Daniel Davis/218-555-1000" - } - }, - { - "fullUrl" : "Observation/1695669261810041000.e47d7a7f-b710-421f-b2fd-07337243454f", - "resource" : { - "resourceType" : "Observation", - "id" : "1695669261810041000.e47d7a7f-b710-421f-b2fd-07337243454f", - "meta" : { - "extension" : [ - { - "url" : "http://ibm.com/fhir/cdm/StructureDefinition/source-data-model-version", - "valueString" : "2.5.1" - } - ], - "tag" : [ + "extension" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0103", - "code" : "P" + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20230506050000-0500" } ] }, + "valueString" : "Daniel Davis/218-555-1000" + } + }, + { + "fullUrl" : "Observation/1727133200811020000.2c39eec2-a445-4f80-8ef2-f3b8283dc0f9", + "resource" : { + "resourceType" : "Observation", + "id" : "1727133200811020000.2c39eec2-a445-4f80-8ef2-f3b8283dc0f9", "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueString" : "AOE" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-type", - "valueString" : "QST" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-status-original-text", - "valueString" : "O" - }, { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", "valueString" : "1" - } - ], - "identifier" : [ + }, { - "system" : "urn:id:extID", - "value" : "421832901" + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension" : [ + { + "url" : "OBX.2", + "valueId" : "ST" + }, + { + "url" : "OBX.11", + "valueString" : "unknown" + } + ] } ], "status" : "unknown", "code" : { "coding" : [ { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } + ], "system" : "http://loinc.org", "code" : "62324-9", "display" : "POST-DISCHARGE PROVIDER NAME" @@ -1498,7 +1560,7 @@ ] }, "subject" : { - "reference" : "Patient/1695669261532305000.bb1b87fc-3c3d-4e3e-ba3e-ba612f880655" + "reference" : "Patient/1727133200785961000.81f0a0fd-2500-4d13-aace-6c921cff814e" }, "effectiveDateTime" : "2023-05-06T05:00:00-05:00", "_effectiveDateTime" : { @@ -1513,52 +1575,43 @@ } }, { - "fullUrl" : "Observation/1695669261812411000.3a388f9f-a4d9-44da-80d5-c597bfec30e5", + "fullUrl" : "Observation/1727133200812409000.b17af112-d0f9-409b-ab63-6d3d3dbd4ff9", "resource" : { "resourceType" : "Observation", - "id" : "1695669261812411000.3a388f9f-a4d9-44da-80d5-c597bfec30e5", - "meta" : { - "extension" : [ - { - "url" : "http://ibm.com/fhir/cdm/StructureDefinition/source-data-model-version", - "valueString" : "2.5.1" - } - ], - "tag" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0103", - "code" : "P" - } - ] - }, + "id" : "1727133200812409000.b17af112-d0f9-409b-ab63-6d3d3dbd4ff9", "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueString" : "AOE" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-type", - "valueString" : "QST" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-status-original-text", - "valueString" : "O" - }, { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", "valueString" : "1" - } - ], - "identifier" : [ + }, { - "system" : "urn:id:extID", - "value" : "421832901" + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension" : [ + { + "url" : "OBX.2", + "valueId" : "ST" + }, + { + "url" : "OBX.11", + "valueString" : "unknown" + } + ] } ], "status" : "unknown", "code" : { "coding" : [ { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } + ], "system" : "http://loinc.org", "code" : "62326-4", "display" : "POST-DISCHARGE PROVIDER PRACTICE NAME" @@ -1566,7 +1619,7 @@ ] }, "subject" : { - "reference" : "Patient/1695669261532305000.bb1b87fc-3c3d-4e3e-ba3e-ba612f880655" + "reference" : "Patient/1727133200785961000.81f0a0fd-2500-4d13-aace-6c921cff814e" }, "effectiveDateTime" : "2023-05-06T05:00:00-05:00", "_effectiveDateTime" : { @@ -1581,440 +1634,435 @@ } }, { - "fullUrl" : "Specimen/1695669261832353000.1ac58cbf-b88d-4758-842a-9bae875a9295", + "fullUrl" : "Specimen/1727133200930568000.b93de036-e291-4e43-86cd-87c54945e375", "resource" : { "resourceType" : "Specimen", - "id" : "1695669261832353000.1ac58cbf-b88d-4758-842a-9bae875a9295", - "meta" : { - "extension" : [ - { - "url" : "http://ibm.com/fhir/cdm/StructureDefinition/source-data-model-version", - "valueString" : "2.5.1" - } - ], - "tag" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0103", - "code" : "P" - } - ] - }, + "id" : "1727133200930568000.b93de036-e291-4e43-86cd-87c54945e375", + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", + "valueString" : "OBR" + } + ], + "collection" : { + "collectedDateTime" : "2023-05-06T05:00:00Z", + "_collectedDateTime" : { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20230506050000+0000" + } + ] + } + } + } + }, + { + "fullUrl" : "Specimen/1727133200932421000.edb6d55e-9178-417f-8e7a-597f7e1e0901", + "resource" : { + "resourceType" : "Specimen", + "id" : "1727133200932421000.edb6d55e-9178-417f-8e7a-597f7e1e0901", "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/specimen-name-or-code", - "valueString" : "440500007" + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", + "valueString" : "SPM" } ], "type" : { "coding" : [ { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "SCT" + } + ], "system" : "http://snomed.info/sct", "code" : "440500007", "display" : "Blood spot specimen" } ] }, - "subject" : { - "reference" : "Patient/1695669261532305000.bb1b87fc-3c3d-4e3e-ba3e-ba612f880655" - }, "collection" : { - "collectedDateTime" : "2023-05-06T05:00:00Z" + "collectedDateTime" : "2023-05-06T05:00:00Z", + "_collectedDateTime" : { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20230506050000+0000" + } + ] + } } } }, { - "fullUrl" : "Provenance/1695669261841269000.fc89473e-7bea-4d6d-b251-f56adfad0d81", + "fullUrl" : "ServiceRequest/1727133200936686000.bc160026-49d9-449d-ae77-afa1ebbd9be6", "resource" : { - "resourceType" : "Provenance", - "id" : "1695669261841269000.fc89473e-7bea-4d6d-b251-f56adfad0d81", - "meta" : { - "extension" : [ - { - "url" : "http://ibm.com/fhir/cdm/StructureDefinition/source-data-model-version", - "valueString" : "2.5.1" - } - ], - "tag" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0103", - "code" : "P" + "resourceType" : "ServiceRequest", + "id" : "1727133200936686000.bc160026-49d9-449d-ae77-afa1ebbd9be6", + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", + "valueCode" : "NW" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", + "valueString" : "20230506052913-0500" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/orc-common-order", + "extension" : [ + { + "url" : "ORC.5", + "valueString" : "unknown" + }, + { + "url" : "orc-21-ordering-facility-name", + "valueReference" : { + "reference" : "Organization/1727133200935545000.77ac7a1a-0fe6-43ad-b4a2-1febff073af6" + } + } + ] + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", + "extension" : [ + { + "url" : "OBR.2", + "valueIdentifier" : { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "EPIC" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "1.2.840.114350.1.13.145.2.7.2.695071" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } + ] + } + ], + "value" : "421832901" + } + }, + { + "url" : "OBR.11", + "valueString" : "P" + } + ] + } + ], + "identifier" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "ORC.2" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "EPIC" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "1.2.840.114350.1.13.145.2.7.2.695071" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } + ] + } + ], + "type" : { + "coding" : [ + { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "PLAC" + } + ] }, + "value" : "421832901" + } + ], + "status" : "unknown", + "intent" : "order", + "code" : { + "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0207", - "code" : "P" + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } + ], + "system" : "http://loinc.org", + "code" : "54089-8", + "display" : "Newborn screening panel American Health Information Community (AHIC)" } ] }, - "recorded" : "2023-05-06T05:29:16-05:00", - "_recorded" : { + "subject" : { + "reference" : "Patient/1727133200785961000.81f0a0fd-2500-4d13-aace-6c921cff814e" + }, + "authoredOn" : "2023-05-06T05:29:13-05:00", + "_authoredOn" : { "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506052916-0500" + "valueString" : "20230506052913-0500" } ] }, - "activity" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0003", - "code" : "ORM", - "display" : "ORM_ORM" - } - ] + "requester" : { + "reference" : "PractitionerRole/1727133200933005000.a8a10515-3bbf-42e6-b39f-9c1bcce88d73" }, - "agent" : [ + "supportingInfo" : [ { - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type", - "code" : "author" - } - ] - }, - "who" : { - "reference" : "Organization/1695669261836791000.91b18428-3050-4162-9340-e69819fdd013" - } + "reference" : "Observation/1727133200793272000.a7cc16be-b4a3-4f2e-82c9-e1d95a7149f5" }, { - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type", - "code" : "author" - } - ] - }, - "who" : { - "reference" : "Practitioner/1695669261839977000.c8459a68-e347-4263-8fa3-4c1142a85dd2" - } + "reference" : "Observation/1727133200795547000.8a17d6b0-ba46-4417-a7cd-dd15e7095eb7" + }, + { + "reference" : "Observation/1727133200797365000.9b7d00cb-f2b8-4749-92c8-225cab5f259b" + }, + { + "reference" : "Observation/1727133200799038000.534eab68-0842-4dfe-9d9c-c3cdd6828316" + }, + { + "reference" : "Observation/1727133200800657000.5b01a1c4-e769-477d-88dd-8fac17a37ab4" + }, + { + "reference" : "Observation/1727133200802546000.6215f7d5-6c47-4337-8b6a-503ac0bdb67f" + }, + { + "reference" : "Observation/1727133200804303000.a749bc39-0714-4f69-87db-a634642d22d3" + }, + { + "reference" : "Observation/1727133200805779000.834301e0-25fa-45d7-8ddc-3ad1b7561630" + }, + { + "reference" : "Observation/1727133200808186000.7fcebe37-0de0-45aa-9872-ec3723585bf2" + }, + { + "reference" : "Observation/1727133200809672000.42257385-71c9-4c34-b285-2f01d06e8f82" + }, + { + "reference" : "Observation/1727133200811020000.2c39eec2-a445-4f80-8ef2-f3b8283dc0f9" + }, + { + "reference" : "Observation/1727133200812409000.b17af112-d0f9-409b-ab63-6d3d3dbd4ff9" } ], - "entity" : [ + "specimen" : [ { - "role" : "source", - "what" : { - "reference" : "Device/1695669261842644000.c2c89cf8-1f3b-49b3-af27-274fb99c332d" - } + "reference" : "Specimen/1727133200932421000.edb6d55e-9178-417f-8e7a-597f7e1e0901" + }, + { + "reference" : "Specimen/1727133200930568000.b93de036-e291-4e43-86cd-87c54945e375" } ] } }, { - "fullUrl" : "Organization/1695669261836791000.91b18428-3050-4162-9340-e69819fdd013", + "fullUrl" : "Organization/1727133200933847000.64f9079f-21e1-408e-86d3-0d21fc9f69f4", "resource" : { "resourceType" : "Organization", - "id" : "1695669261836791000.91b18428-3050-4162-9340-e69819fdd013", - "meta" : { - "extension" : [ - { - "url" : "http://ibm.com/fhir/cdm/StructureDefinition/source-data-model-version", - "valueString" : "2.5.1" - } - ], - "tag" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0103", - "code" : "P" - }, - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0207", - "code" : "P" - } - ] - }, - "name" : "Centracare", - "contact" : [ + "id" : "1727133200933847000.64f9079f-21e1-408e-86d3-0d21fc9f69f4", + "extension" : [ { - "purpose" : { - "coding" : [ + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding" : { + "extension" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/contactentity-type", - "code" : "ADMIN", - "display" : "Administrative" + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept" : { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "XON.2" + } + ], + "coding" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } + ], + "code" : "L" + } + ] + } } ], - "text" : "Organization Medical Director" - } - } - ] - } - }, - { - "fullUrl" : "Practitioner/1695669261839977000.c8459a68-e347-4263-8fa3-4c1142a85dd2", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1695669261839977000.c8459a68-e347-4263-8fa3-4c1142a85dd2", - "meta" : { - "extension" : [ - { - "url" : "http://ibm.com/fhir/cdm/StructureDefinition/source-data-model-version", - "valueString" : "2.5.1" - } - ], - "tag" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0103", - "code" : "P" - }, - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0207", - "code" : "P" + "code" : "L" } - ] - }, - "extension" : [ + }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-type", - "valueCodeableConcept" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "NPI" - } - ] - } + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension" : [ + { + "url" : "XON.10", + "valueString" : "1043269798" + } + ] } ], "identifier" : [ { "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "NPI" + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "CMS" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-unknown-type" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type" + } + ] } ], "type" : { "coding" : [ { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/code-index-name", + "valueString" : "identifier" + } + ], "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "NPI", - "display" : "National provider identifier" + "code" : "NPI" } ] }, - "system" : "http://hl7.org/fhir/sid/us-npi", - "value" : "1265136360" + "value" : "1043269798" } ], - "name" : [ - { - "use" : "official", - "text" : "JANE JONES", - "family" : "JONES", - "given" : [ - "JANE" - ] - } - ] + "name" : "ST. CLOUD HOSPITAL" } }, { - "fullUrl" : "Device/1695669261842644000.c2c89cf8-1f3b-49b3-af27-274fb99c332d", + "fullUrl" : "PractitionerRole/1727133200933005000.a8a10515-3bbf-42e6-b39f-9c1bcce88d73", "resource" : { - "resourceType" : "Device", - "id" : "1695669261842644000.c2c89cf8-1f3b-49b3-af27-274fb99c332d", - "meta" : { - "extension" : [ - { - "url" : "http://ibm.com/fhir/cdm/StructureDefinition/source-data-model-version", - "valueString" : "2.5.1" - } - ], - "tag" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0103", - "code" : "P", - "display" : "Epic" - }, - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0207", - "code" : "P", - "display" : "Epic" - } - ] - }, - "identifier" : [ - { - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/NamingSystem/uri", - "code" : "Epic", - "display" : "Epic" - } - ] - } - } - ], - "deviceName" : [ - { - "name" : "Epic", - "type" : "user-friendly-name" - } - ] + "resourceType" : "PractitionerRole", + "id" : "1727133200933005000.a8a10515-3bbf-42e6-b39f-9c1bcce88d73", + "organization" : { + "reference" : "Organization/1727133200933847000.64f9079f-21e1-408e-86d3-0d21fc9f69f4" + } } }, { - "fullUrl" : "Patient/1695669261532305000.bb1b87fc-3c3d-4e3e-ba3e-ba612f880655", + "fullUrl" : "Organization/1727133200935545000.77ac7a1a-0fe6-43ad-b4a2-1febff073af6", "resource" : { - "resourceType" : "Patient", - "id" : "1695669261532305000.bb1b87fc-3c3d-4e3e-ba3e-ba612f880655", - "meta" : { - "extension" : [ - { - "url" : "http://ibm.com/fhir/cdm/StructureDefinition/source-data-model-version", - "valueString" : "2.5.1" - } - ], - "tag" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0103", - "code" : "P" - }, - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0207", - "code" : "P" - } - ] - }, + "resourceType" : "Organization", + "id" : "1727133200935545000.77ac7a1a-0fe6-43ad-b4a2-1febff073af6", "extension" : [ { - "url" : "http://hl7.org/fhir/StructureDefinition/patient-mothersMaidenName", - "valueHumanName" : { - "text" : "SADIE S SMITH", - "family" : "SMITH", - "given" : [ - "SADIE", - "S" - ] - } - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding" : { + "extension" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "MR", - "display" : "Medical record number" + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept" : { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "XON.2" + } + ], + "coding" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } + ], + "code" : "L" + } + ] + } } - ] - }, - "system" : "CRPMRN", - "value" : "11102779" - } - ], - "name" : [ + ], + "code" : "L" + } + }, { - "use" : "official", - "text" : "BB SARAH SMITH", - "family" : "SMITH", - "given" : [ - "BB SARAH" + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension" : [ + { + "url" : "XON.10", + "valueString" : "1043269798" + } ] } ], - "telecom" : [ + "identifier" : [ { "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", "extension" : [ { - "url" : "XTN.9", - "valueString" : "(763)555-5555" - }, - { - "url" : "XTN.12", - "valueString" : "(763)555-5555" + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "CMS" }, { - "url" : "XTN.3", - "valueString" : "PH" + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-unknown-type" }, { - "url" : "XTN.2", - "valueString" : "PRN" - } - ] - } - ], - "system" : "phone", - "value" : "(763)555-5555", - "use" : "home" - } - ], - "gender" : "male", - "birthDate" : "2023-05-04", - "_birthDate" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230504131023-0500" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/patient-birthTime", - "valueDateTime" : "2023-05-04T13:10:23-05:00" - } - ] - }, - "deceasedBoolean" : false, - "address" : [ - { - "use" : "home", - "line" : [ - "555 STATE HIGHWAY 13" - ], - "city" : "DEER CREEK", - "district" : "OTTER TAIL", - "state" : "IG", - "postalCode" : "56527-9657", - "country" : "USA" - } - ], - "multipleBirthBoolean" : false, - "contact" : [ - { - "relationship" : [ - { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0131", - "code" : "N", - "display" : "Next-of-Kin" + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type" } ] } ], - "name" : { - "extension" : [ + "type" : { + "coding" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", "extension" : [ { - "url" : "XPN.2", - "valueString" : "Leia" + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/code-index-name", + "valueString" : "identifier" } - ] + ], + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "NPI" } - ], - "family" : "Organa", - "given" : [ - "Leia" ] }, - "telecom" : [ - { - "system" : "phone", - "value" : "+31201234567" - } - ] + "value" : "1043269798" } - ] + ], + "name" : "ST. CLOUD HOSPITAL" } } ] -} +} \ No newline at end of file diff --git a/prime-router/src/testIntegration/resources/datatests/HL7_to_FHIR/sample_oml_20240319-001.fhir b/prime-router/src/testIntegration/resources/datatests/HL7_to_FHIR/sample_oml_20240319-001.fhir index 89311771508..f2b15d87ce9 100644 --- a/prime-router/src/testIntegration/resources/datatests/HL7_to_FHIR/sample_oml_20240319-001.fhir +++ b/prime-router/src/testIntegration/resources/datatests/HL7_to_FHIR/sample_oml_20240319-001.fhir @@ -1,21 +1,21 @@ { "resourceType" : "Bundle", - "id" : "1711057489333547000.de4ee6f2-3ae9-4041-9eae-66a49d883798", + "id" : "1726681492187301000.a875f234-ab35-4fae-afd9-5ae70b139c6f", "meta" : { - "lastUpdated" : "2024-03-21T17:44:49.340-04:00" + "lastUpdated" : "2024-09-18T10:44:52.191-07:00" }, "identifier" : { "system" : "https://reportstream.cdc.gov/prime-router", "value" : "31808297" }, "type" : "message", - "timestamp" : "2023-05-06T06:29:16.000-04:00", + "timestamp" : "2023-05-06T03:29:16.000-07:00", "entry" : [ { - "fullUrl" : "MessageHeader/87c2d0db-6f31-3666-b9e2-7152e039c11f", + "fullUrl" : "MessageHeader/1726681492235526000.3872119a-ff86-4f47-afb6-951b5f38482e", "resource" : { "resourceType" : "MessageHeader", - "id" : "87c2d0db-6f31-3666-b9e2-7152e039c11f", + "id" : "1726681492235526000.3872119a-ff86-4f47-afb6-951b5f38482e", "meta" : { "tag" : [ { @@ -129,12 +129,12 @@ ], "name" : "NATUS", "receiver" : { - "reference" : "Organization/1711057489418382000.2634a831-fc30-4e3c-9ad1-38956816c7cb" + "reference" : "Organization/1726681492234640000.978cc409-b284-4272-94ad-90e384d3bc22" } } ], "sender" : { - "reference" : "Organization/1711057489388301000.230b2a54-9a57-42fe-8b05-76279ff73a84" + "reference" : "Organization/1726681492217092000.99e99c90-e066-41d0-a470-36b00030d11d" }, "source" : { "extension" : [ @@ -160,10 +160,10 @@ } }, { - "fullUrl" : "Organization/1711057489388301000.230b2a54-9a57-42fe-8b05-76279ff73a84", + "fullUrl" : "Organization/1726681492217092000.99e99c90-e066-41d0-a470-36b00030d11d", "resource" : { "resourceType" : "Organization", - "id" : "1711057489388301000.230b2a54-9a57-42fe-8b05-76279ff73a84", + "id" : "1726681492217092000.99e99c90-e066-41d0-a470-36b00030d11d", "identifier" : [ { "extension" : [ @@ -195,10 +195,10 @@ } }, { - "fullUrl" : "Organization/1711057489418382000.2634a831-fc30-4e3c-9ad1-38956816c7cb", + "fullUrl" : "Organization/1726681492234640000.978cc409-b284-4272-94ad-90e384d3bc22", "resource" : { "resourceType" : "Organization", - "id" : "1711057489418382000.2634a831-fc30-4e3c-9ad1-38956816c7cb", + "id" : "1726681492234640000.978cc409-b284-4272-94ad-90e384d3bc22", "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", @@ -237,16 +237,150 @@ } }, { - "fullUrl" : "Patient/1711057490036275000.5766f0bc-eeee-4f50-b9f3-40340efdbde8", + "fullUrl" : "Provenance/1726681492462211000.f88f909e-b256-4878-bb85-e8f12b57006d", + "resource" : { + "resourceType" : "Provenance", + "id" : "1726681492462211000.f88f909e-b256-4878-bb85-e8f12b57006d", + "recorded" : "2023-05-06T05:29:16-05:00", + "activity" : { + "coding" : [ + { + "display" : "OML^O21^OML_O21" + } + ] + }, + "agent" : [ + { + "type" : { + "coding" : [ + { + "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type", + "code" : "author" + } + ] + }, + "who" : { + "reference" : "Organization/1726681492461714000.b6b09a47-7620-4bb8-9769-8bfc72ce8418" + } + } + ] + } + }, + { + "fullUrl" : "Organization/1726681492461714000.b6b09a47-7620-4bb8-9769-8bfc72ce8418", + "resource" : { + "resourceType" : "Organization", + "id" : "1726681492461714000.b6b09a47-7620-4bb8-9769-8bfc72ce8418", + "identifier" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.1" + } + ], + "value" : "Centracare" + }, + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.2,HD.3" + } + ], + "type" : { + "coding" : [ + { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0301", + "code" : "DNS" + } + ] + }, + "value" : "centracare.com" + } + ] + } + }, + { + "fullUrl" : "Provenance/1726681492472018000.8fe8eb07-0f82-42fd-b2c9-a1129152e100", + "resource" : { + "resourceType" : "Provenance", + "id" : "1726681492472018000.8fe8eb07-0f82-42fd-b2c9-a1129152e100", + "recorded" : "2024-09-18T10:44:52Z", + "policy" : [ + "http://hl7.org/fhir/uv/v2mappings/message-oru-r01-to-bundle" + ], + "activity" : { + "coding" : [ + { + "code" : "v2-FHIR transformation" + } + ] + }, + "agent" : [ + { + "type" : { + "coding" : [ + { + "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type", + "code" : "assembler" + } + ] + }, + "who" : { + "reference" : "Organization/1726681492471750000.f3f9a9c5-71c6-4458-901c-4ebe9bdddd0a" + } + } + ] + } + }, + { + "fullUrl" : "Organization/1726681492471750000.f3f9a9c5-71c6-4458-901c-4ebe9bdddd0a", + "resource" : { + "resourceType" : "Organization", + "id" : "1726681492471750000.f3f9a9c5-71c6-4458-901c-4ebe9bdddd0a", + "identifier" : [ + { + "value" : "CDC PRIME - Atlanta" + }, + { + "type" : { + "coding" : [ + { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0301" + } + ] + }, + "system" : "urn:ietf:rfc:3986", + "value" : "2.16.840.1.114222.4.1.237821" + } + ] + } + }, + { + "fullUrl" : "Patient/1726681492493392000.82a9acae-6ab9-467e-b92b-735a808cde8c", "resource" : { "resourceType" : "Patient", - "id" : "1711057490036275000.5766f0bc-eeee-4f50-b9f3-40340efdbde8", + "id" : "1726681492493392000.82a9acae-6ab9-467e-b92b-735a808cde8c", "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/pid-patient", "extension" : [ { - "url" : "PID.8" + "url" : "PID.8", + "valueCodeableConcept" : { + "coding" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } + ], + "code" : "M" + } + ] + } }, { "url" : "PID.24", @@ -305,7 +439,7 @@ }, "value" : "11102779", "assigner" : { - "reference" : "Organization/1711057490004869000.f9fc321d-8e76-4dbd-8119-38e7070309ed" + "reference" : "Organization/1726681492476947000.cf295bf5-9766-4218-b9b0-5a70765c125e" } } ], @@ -415,10 +549,149 @@ } ], "multipleBirthInteger" : 2, + "contact" : [ + { + "extension" : [ + { + "url" : "https://hl7.org/fhir/StructureDefinition/relationship", + "valueCodeableConcept" : { + "coding" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70063" + } + ], + "code" : "MTH", + "display" : "Mother" + } + ], + "text" : "Mother" + } + } + ], + "relationship" : [ + { + "coding" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70063" + } + ], + "code" : "MTH", + "display" : "Mother" + } + ], + "text" : "Mother" + } + ], + "name" : { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", + "extension" : [ + { + "url" : "XPN.2", + "valueString" : "SADIE" + }, + { + "url" : "XPN.3", + "valueString" : "S" + }, + { + "url" : "XPN.7", + "valueString" : "L" + } + ] + } + ], + "use" : "official", + "family" : "SMITH", + "given" : [ + "SADIE", + "S" + ] + }, + "telecom" : [ + { + "extension" : [ + { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString" : "763" + }, + { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString" : "5555555" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension" : [ + { + "url" : "XTN.3", + "valueString" : "PH" + }, + { + "url" : "XTN.7", + "valueString" : "5555555" + }, + { + "url" : "XTN.9", + "valueString" : "(763)555-5555" + } + ] + } + ], + "system" : "phone" + } + ], + "address" : { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ + { + "url" : "SAD.1", + "valueString" : "555 STATE HIGHWAY 13" + } + ] + }, + { + "url" : "XAD.7", + "valueCode" : "H" + } + ] + } + ], + "use" : "home", + "line" : [ + "555 STATE HIGHWAY 13" + ], + "city" : "DEER CREEK", + "district" : "OTTER TAIL", + "state" : "MN", + "postalCode" : "56527-9657", + "country" : "USA" + } + } + ], "link" : [ { "other" : { - "reference" : "RelatedPerson/1711057490022564000.99d677b9-359b-41c9-9669-5245fe62ff3d" + "reference" : "RelatedPerson/1726681492484536000.de59b5c4-28e4-4bdc-a9a5-8c8faa1ae0c2" }, "type" : "seealso" } @@ -426,10 +699,10 @@ } }, { - "fullUrl" : "Organization/1711057490004869000.f9fc321d-8e76-4dbd-8119-38e7070309ed", + "fullUrl" : "Organization/1726681492476947000.cf295bf5-9766-4218-b9b0-5a70765c125e", "resource" : { "resourceType" : "Organization", - "id" : "1711057490004869000.f9fc321d-8e76-4dbd-8119-38e7070309ed", + "id" : "1726681492476947000.cf295bf5-9766-4218-b9b0-5a70765c125e", "identifier" : [ { "extension" : [ @@ -444,10 +717,10 @@ } }, { - "fullUrl" : "RelatedPerson/1711057490022564000.99d677b9-359b-41c9-9669-5245fe62ff3d", + "fullUrl" : "RelatedPerson/1726681492484536000.de59b5c4-28e4-4bdc-a9a5-8c8faa1ae0c2", "resource" : { "resourceType" : "RelatedPerson", - "id" : "1711057490022564000.99d677b9-359b-41c9-9669-5245fe62ff3d", + "id" : "1726681492484536000.de59b5c4-28e4-4bdc-a9a5-8c8faa1ae0c2", "identifier" : [ { "extension" : [ @@ -466,524 +739,791 @@ } }, { - "fullUrl" : "ServiceRequest/1711057490064383000.440f5be7-f1ae-48ec-bc18-b5c51f278dc9", + "fullUrl" : "Provenance/1726681492497877000.6eaec073-c8e7-40f3-87ae-930e78673ac5", "resource" : { - "resourceType" : "ServiceRequest", - "id" : "1711057490064383000.440f5be7-f1ae-48ec-bc18-b5c51f278dc9", - "extension" : [ + "resourceType" : "Provenance", + "id" : "1726681492497877000.6eaec073-c8e7-40f3-87ae-930e78673ac5", + "target" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", - "valueCode" : "NW" - }, + "reference" : "Patient/1726681492493392000.82a9acae-6ab9-467e-b92b-735a808cde8c" + } + ], + "recorded" : "2024-09-18T10:44:52Z", + "activity" : { + "coding" : [ + { + "system" : "https://terminology.hl7.org/CodeSystem/v3-DataOperation", + "code" : "UPDATE" + } + ] + } + } + }, + { + "fullUrl" : "RelatedPerson/1726681492500140000.15180afe-202e-448f-b448-f8cd41fe8e99", + "resource" : { + "resourceType" : "RelatedPerson", + "id" : "1726681492500140000.15180afe-202e-448f-b448-f8cd41fe8e99", + "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", - "valueString" : "20230506052913-0500" - }, + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", + "valueString" : "NK1" + } + ], + "patient" : { + "reference" : "Patient/1726681492493392000.82a9acae-6ab9-467e-b92b-735a808cde8c" + }, + "relationship" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/orc-common-order", "extension" : [ { - "url" : "orc-21-ordering-facility-name", - "valueReference" : { - "reference" : "Organization/1711057490059315000.6242a24f-c085-4313-83ec-c057fc602200" - } - }, - { - "url" : "orc-21-ordering-facility-name", - "valueReference" : { - "reference" : "Organization/1711057490061423000.f70f1019-e293-475c-be0c-b8bbc264beed" - } - }, - { - "url" : "orc-12-ordering-provider", - "valueReference" : { - "reference" : "Practitioner/1711057490062970000.0e6e9314-bc38-4a3a-9563-5ceb148c07dc" - } + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "NK1.3" } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", - "extension" : [ + ], + "coding" : [ { - "url" : "OBR.2", - "valueIdentifier" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "EPIC" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "1.2.840.114350.1.13.145.2.7.2.695071" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "value" : "421832901" - } + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70063" + } + ], + "code" : "MTH", + "display" : "Mother" } - ] + ], + "text" : "Mother" } ], - "identifier" : [ + "name" : [ { "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.2" + "valueString" : "NK1.2" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "EPIC" + "url" : "XPN.2", + "valueString" : "SADIE" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "1.2.840.114350.1.13.145.2.7.2.695071" + "url" : "XPN.3", + "valueString" : "S" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url" : "XPN.7", + "valueString" : "L" } ] } ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PLAC" - } - ] - }, - "value" : "421832901" + "use" : "official", + "family" : "SMITH", + "given" : [ + "SADIE", + "S" + ] } ], - "status" : "unknown", - "subject" : { - "reference" : "Patient/1711057490036275000.5766f0bc-eeee-4f50-b9f3-40340efdbde8" - }, - "authoredOn" : "2023-05-06T05:29:13-05:00", - "_authoredOn" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506052913-0500" - } - ] - }, - "requester" : { - "reference" : "PractitionerRole/1711057490050288000.49fc10fd-e410-4862-bac9-9dbda84a2798" - } - } - }, - { - "fullUrl" : "Organization/1711057490050705000.817ab24f-30a2-47b0-8b06-289cbe842702", - "resource" : { - "resourceType" : "Organization", - "id" : "1711057490050705000.817ab24f-30a2-47b0-8b06-289cbe842702", - "identifier" : [ + "telecom" : [ { "extension" : [ + { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString" : "763" + }, + { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString" : "5555555" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension" : [ + { + "url" : "XTN.3", + "valueString" : "PH" + }, + { + "url" : "XTN.7", + "valueString" : "5555555" + }, + { + "url" : "XTN.9", + "valueString" : "(763)555-5555" + } + ] + }, { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" + "valueString" : "NK1.5" } ], - "value" : "NPI" + "system" : "phone" + } + ], + "address" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "NK1.4" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ + { + "url" : "SAD.1", + "valueString" : "555 STATE HIGHWAY 13" + } + ] + }, + { + "url" : "XAD.7", + "valueCode" : "H" + } + ] + } + ], + "use" : "home", + "line" : [ + "555 STATE HIGHWAY 13" + ], + "city" : "DEER CREEK", + "district" : "OTTER TAIL", + "state" : "MN", + "postalCode" : "56527-9657", + "country" : "USA" } ] } }, { - "fullUrl" : "Practitioner/1711057490052021000.d196ef95-5b27-468c-ab41-3444bf76029a", + "fullUrl" : "Observation/1726681492502864000.c02d636a-6733-4db1-9a05-98f2dbff71fd", "resource" : { - "resourceType" : "Practitioner", - "id" : "1711057490052021000.d196ef95-5b27-468c-ab41-3444bf76029a", + "resourceType" : "Observation", + "id" : "1726681492502864000.c02d636a-6733-4db1-9a05-98f2dbff71fd", "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString" : "1" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", + "valueCode" : "AOE" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "NPI" + "url" : "OBX.2", + "valueId" : "NM" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-unknown-type" + "url" : "OBX.6", + "valueCodeableConcept" : { + "coding" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "UCUM" + } + ], + "system" : "http://unitsofmeasure.org", + "code" : "g", + "display" : "gram" + } + ] + } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "JANE" + "url" : "OBX.29", + "valueId" : "QST" }, { - "url" : "XCN.10", - "valueString" : "L" + "url" : "OBX.11", + "valueString" : "O" } ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.12" } ], - "identifier" : [ - { - "type" : { - "coding" : [ + "status" : "unknown", + "code" : { + "coding" : [ + { + "extension" : [ { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "NPI" + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" } - ] - }, - "value" : "1265136360", - "assigner" : { - "reference" : "Organization/1711057490050705000.817ab24f-30a2-47b0-8b06-289cbe842702" + ], + "system" : "http://loinc.org", + "code" : "8339-4", + "display" : "BIRTH WEIGHT MEASURED" } - } - ], - "name" : [ - { - "use" : "official", - "family" : "JONES", - "given" : [ - "JANE" - ] - } - ] + ] + }, + "subject" : { + "reference" : "Patient/1726681492493392000.82a9acae-6ab9-467e-b92b-735a808cde8c" + }, + "effectiveDateTime" : "2023-05-06T05:00:00-05:00", + "_effectiveDateTime" : { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20230506050000-0500" + } + ] + }, + "valueQuantity" : { + "value" : 1769.859285, + "unit" : "gram", + "system" : "UCUM", + "code" : "g" + } } }, { - "fullUrl" : "Organization/1711057490055996000.c11fedb1-26f0-4585-80fc-0342b257ec44", + "fullUrl" : "Observation/1726681492505294000.25e21bd9-8244-4398-8722-bfaac9a6e875", "resource" : { - "resourceType" : "Organization", - "id" : "1711057490055996000.c11fedb1-26f0-4585-80fc-0342b257ec44", + "resourceType" : "Observation", + "id" : "1726681492505294000.25e21bd9-8244-4398-8722-bfaac9a6e875", "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ] - } - } - ] - } + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString" : "1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", + "valueCode" : "AOE" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", "extension" : [ { - "url" : "XON.10", - "valueString" : "1043269798" + "url" : "OBX.2", + "valueId" : "NM" + }, + { + "url" : "OBX.6", + "valueCodeableConcept" : { + "coding" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "UCUM" + } + ], + "system" : "http://unitsofmeasure.org", + "code" : "wk", + "display" : "week" + } + ] + } + }, + { + "url" : "OBX.29", + "valueId" : "QST" + }, + { + "url" : "OBX.11", + "valueString" : "O" } ] } ], - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "CMS" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-unknown-type" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type" - } - ] - } - ], - "type" : { - "coding" : [ + "status" : "unknown", + "code" : { + "coding" : [ + { + "extension" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "NPI" + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" } - ] - }, - "value" : "1043269798" - } - ], - "name" : "ST. CLOUD HOSPITAL" - } - }, - { - "fullUrl" : "PractitionerRole/1711057490050288000.49fc10fd-e410-4862-bac9-9dbda84a2798", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1711057490050288000.49fc10fd-e410-4862-bac9-9dbda84a2798", - "practitioner" : { - "reference" : "Practitioner/1711057490052021000.d196ef95-5b27-468c-ab41-3444bf76029a" + ], + "system" : "http://loinc.org", + "code" : "57714-8", + "display" : "OBSTETRIC ESTIMATION OF GESTATIONAL AGE" + } + ] }, - "organization" : { - "reference" : "Organization/1711057490055996000.c11fedb1-26f0-4585-80fc-0342b257ec44" + "subject" : { + "reference" : "Patient/1726681492493392000.82a9acae-6ab9-467e-b92b-735a808cde8c" + }, + "effectiveDateTime" : "2023-05-06T05:00:00-05:00", + "_effectiveDateTime" : { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20230506050000-0500" + } + ] + }, + "valueQuantity" : { + "value" : 32, + "unit" : "week", + "system" : "UCUM", + "code" : "wk" } } }, { - "fullUrl" : "Organization/1711057490059315000.6242a24f-c085-4313-83ec-c057fc602200", + "fullUrl" : "Observation/1726681492507390000.09f9b155-2775-4212-8670-f5b558ad6389", "resource" : { - "resourceType" : "Organization", - "id" : "1711057490059315000.6242a24f-c085-4313-83ec-c057fc602200", + "resourceType" : "Observation", + "id" : "1726681492507390000.09f9b155-2775-4212-8670-f5b558ad6389", "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ] - } - } - ] - } + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString" : "1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", + "valueCode" : "AOE" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", "extension" : [ { - "url" : "XON.10", - "valueString" : "1043269798" + "url" : "OBX.2", + "valueId" : "CWE" + }, + { + "url" : "OBX.29", + "valueId" : "QST" + }, + { + "url" : "OBX.11", + "valueString" : "O" } ] } ], - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "CMS" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-unknown-type" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type" - } - ] - } - ], - "type" : { - "coding" : [ + "status" : "unknown", + "code" : { + "coding" : [ + { + "extension" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "NPI" + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" } - ] - }, - "value" : "1043269798" - } - ], - "name" : "ST. CLOUD HOSPITAL" + ], + "system" : "http://loinc.org", + "code" : "57713-0", + "display" : "INFANT FACTORS THAT AFFECT NEWBORN SCREENING INTERPRETATION" + } + ] + }, + "subject" : { + "reference" : "Patient/1726681492493392000.82a9acae-6ab9-467e-b92b-735a808cde8c" + }, + "effectiveDateTime" : "2023-05-06T05:00:00-05:00", + "_effectiveDateTime" : { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20230506050000-0500" + } + ] + }, + "valueCodeableConcept" : { + "coding" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } + ], + "system" : "http://loinc.org", + "code" : "LA12419-0", + "display" : "INFANT IN NICU AT TIME OF SPECIMEN COLLECTION" + } + ] + } } }, { - "fullUrl" : "Organization/1711057490061423000.f70f1019-e293-475c-be0c-b8bbc264beed", + "fullUrl" : "Observation/1726681492509157000.c220f0f1-f17e-4dcc-b483-8384fb764c30", "resource" : { - "resourceType" : "Organization", - "id" : "1711057490061423000.f70f1019-e293-475c-be0c-b8bbc264beed", + "resourceType" : "Observation", + "id" : "1726681492509157000.c220f0f1-f17e-4dcc-b483-8384fb764c30", "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ] - } - } - ] - } + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString" : "1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", + "valueCode" : "AOE" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", "extension" : [ { - "url" : "XON.10", - "valueString" : "739" + "url" : "OBX.2", + "valueId" : "CWE" + }, + { + "url" : "OBX.29", + "valueId" : "QST" + }, + { + "url" : "OBX.11", + "valueString" : "O" } ] } ], - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "MN Public Health Lab" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-unknown-type" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type" - } - ] - } - ], - "type" : { - "coding" : [ + "status" : "unknown", + "code" : { + "coding" : [ + { + "extension" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "NPI" + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "99MDH" } - ] - }, - "value" : "739" - } - ], - "name" : "ST. CLOUD HOSPITAL" + ], + "code" : "MNDSIB", + "display" : "DOES THE BABY HAVE A DECEASED SIBLING?" + } + ] + }, + "subject" : { + "reference" : "Patient/1726681492493392000.82a9acae-6ab9-467e-b92b-735a808cde8c" + }, + "effectiveDateTime" : "2023-05-06T05:00:00-05:00", + "_effectiveDateTime" : { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20230506050000-0500" + } + ] + }, + "valueCodeableConcept" : { + "coding" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "99MDH" + } + ], + "code" : "N", + "display" : "No" + } + ] + } } }, { - "fullUrl" : "Organization/1711057490061890000.764a4034-fdb6-4b0b-a0c5-579f84644c1c", + "fullUrl" : "Observation/1726681492510785000.a0cc0b9a-52e3-4410-b1fd-d22aba3b06c0", "resource" : { - "resourceType" : "Organization", - "id" : "1711057490061890000.764a4034-fdb6-4b0b-a0c5-579f84644c1c", - "identifier" : [ + "resourceType" : "Observation", + "id" : "1726681492510785000.a0cc0b9a-52e3-4410-b1fd-d22aba3b06c0", + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString" : "1" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", + "valueCode" : "AOE" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" + "url" : "OBX.2", + "valueId" : "CWE" + }, + { + "url" : "OBX.29", + "valueId" : "QST" + }, + { + "url" : "OBX.11", + "valueString" : "O" } - ], - "value" : "NPI" + ] } - ] + ], + "status" : "unknown", + "code" : { + "coding" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "99MDH" + } + ], + "code" : "MNDEFECT", + "display" : "DOES THE BABY HAVE BIRTH DEFECTS?" + } + ] + }, + "subject" : { + "reference" : "Patient/1726681492493392000.82a9acae-6ab9-467e-b92b-735a808cde8c" + }, + "effectiveDateTime" : "2023-05-06T05:00:00-05:00", + "_effectiveDateTime" : { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20230506050000-0500" + } + ] + }, + "valueCodeableConcept" : { + "coding" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "99MDH" + } + ], + "code" : "N", + "display" : "No" + } + ] + } } }, { - "fullUrl" : "Practitioner/1711057490062970000.0e6e9314-bc38-4a3a-9563-5ceb148c07dc", + "fullUrl" : "Observation/1726681492513068000.65109631-48cc-4490-b644-95e448d4e852", "resource" : { - "resourceType" : "Practitioner", - "id" : "1711057490062970000.0e6e9314-bc38-4a3a-9563-5ceb148c07dc", + "resourceType" : "Observation", + "id" : "1726681492513068000.65109631-48cc-4490-b644-95e448d4e852", "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString" : "1" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", + "valueCode" : "AOE" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "NPI" + "url" : "OBX.2", + "valueId" : "CWE" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-unknown-type" + "url" : "OBX.29", + "valueId" : "QST" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type" + "url" : "OBX.11", + "valueString" : "O" } ] + } + ], + "status" : "unknown", + "code" : { + "coding" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "99MDH" + } + ], + "code" : "MNFAM", + "display" : "FAMILY HISTORY OF DISORDER ON MN SCREENING PANEL" + } + ] + }, + "subject" : { + "reference" : "Patient/1726681492493392000.82a9acae-6ab9-467e-b92b-735a808cde8c" + }, + "effectiveDateTime" : "2023-05-06T05:00:00-05:00", + "_effectiveDateTime" : { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20230506050000-0500" + } + ] + }, + "valueCodeableConcept" : { + "coding" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "99MDH" + } + ], + "code" : "N", + "display" : "No" + } + ] + } + } + }, + { + "fullUrl" : "Observation/1726681492514904000.a0b6424a-acc9-4ec8-bac1-eb4d84146150", + "resource" : { + "resourceType" : "Observation", + "id" : "1726681492514904000.a0b6424a-acc9-4ec8-bac1-eb4d84146150", + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString" : "1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", + "valueCode" : "AOE" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", "extension" : [ { - "url" : "XCN.3", - "valueString" : "JANE" + "url" : "OBX.2", + "valueId" : "CWE" }, { - "url" : "XCN.10", - "valueString" : "L" + "url" : "OBX.29", + "valueId" : "QST" + }, + { + "url" : "OBX.11", + "valueString" : "O" } ] } ], - "identifier" : [ - { - "type" : { - "coding" : [ + "status" : "unknown", + "code" : { + "coding" : [ + { + "extension" : [ { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "NPI" + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" } - ] - }, - "value" : "1265136360", - "assigner" : { - "reference" : "Organization/1711057490061890000.764a4034-fdb6-4b0b-a0c5-579f84644c1c" + ], + "system" : "http://loinc.org", + "code" : "67704-7", + "display" : "FEEDING TYPES" + } + ] + }, + "subject" : { + "reference" : "Patient/1726681492493392000.82a9acae-6ab9-467e-b92b-735a808cde8c" + }, + "effectiveDateTime" : "2023-05-06T05:00:00-05:00", + "_effectiveDateTime" : { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20230506050000-0500" + } + ] + }, + "valueCodeableConcept" : { + "coding" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } + ], + "system" : "http://loinc.org", + "code" : "LA12418-2", + "display" : "TPN" } - } - ], - "name" : [ - { - "use" : "official", - "family" : "JONES", - "given" : [ - "JANE" - ] - } - ] + ] + } } }, { - "fullUrl" : "Observation/1711057490279999000.7d669a9b-5913-45e9-8bff-eb0c10f03a92", + "fullUrl" : "Observation/1726681492516655000.24e44cdd-01f6-495d-81c9-8ca178b20623", "resource" : { "resourceType" : "Observation", - "id" : "1711057490279999000.7d669a9b-5913-45e9-8bff-eb0c10f03a92", + "id" : "1726681492516655000.24e44cdd-01f6-495d-81c9-8ca178b20623", "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" + "valueString" : "2" }, { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", @@ -994,25 +1534,41 @@ "extension" : [ { "url" : "OBX.2", - "valueId" : "NM" + "valueId" : "CWE" }, { - "url" : "OBX.6" + "url" : "OBX.29", + "valueId" : "QST" }, { "url" : "OBX.11", "valueString" : "O" - }, - { - "url" : "OBX.29", - "valueId" : "QST" } ] } ], "status" : "unknown", + "code" : { + "coding" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } + ], + "system" : "http://loinc.org", + "code" : "67704-7", + "display" : "FEEDING TYPES" + } + ] + }, "subject" : { - "reference" : "Patient/1711057490036275000.5766f0bc-eeee-4f50-b9f3-40340efdbde8" + "reference" : "Patient/1726681492493392000.82a9acae-6ab9-467e-b92b-735a808cde8c" }, "effectiveDateTime" : "2023-05-06T05:00:00-05:00", "_effectiveDateTime" : { @@ -1023,19 +1579,32 @@ } ] }, - "valueQuantity" : { - "value" : 1769.859285, - "unit" : "gram", - "system" : "UCUM", - "code" : "g" + "valueCodeableConcept" : { + "coding" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } + ], + "system" : "http://loinc.org", + "code" : "LA16914-6", + "display" : "BREAST MILK" + } + ] } } }, { - "fullUrl" : "Observation/1711057490283879000.6853f004-9e13-4497-8858-b1b0565b2d15", + "fullUrl" : "Observation/1726681492518122000.34be2e23-9fcb-4841-bb82-21ac92f5e88f", "resource" : { "resourceType" : "Observation", - "id" : "1711057490283879000.6853f004-9e13-4497-8858-b1b0565b2d15", + "id" : "1726681492518122000.34be2e23-9fcb-4841-bb82-21ac92f5e88f", "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", @@ -1050,25 +1619,41 @@ "extension" : [ { "url" : "OBX.2", - "valueId" : "NM" + "valueId" : "CWE" }, { - "url" : "OBX.6" + "url" : "OBX.29", + "valueId" : "QST" }, { "url" : "OBX.11", "valueString" : "O" - }, - { - "url" : "OBX.29", - "valueId" : "QST" } ] } ], "status" : "unknown", + "code" : { + "coding" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } + ], + "system" : "http://loinc.org", + "code" : "57723-9", + "display" : "UNIQUE BAR CODE NUMBER OF CURRENT SAMPLE" + } + ] + }, "subject" : { - "reference" : "Patient/1711057490036275000.5766f0bc-eeee-4f50-b9f3-40340efdbde8" + "reference" : "Patient/1726681492493392000.82a9acae-6ab9-467e-b92b-735a808cde8c" }, "effectiveDateTime" : "2023-05-06T05:00:00-05:00", "_effectiveDateTime" : { @@ -1079,19 +1664,26 @@ } ] }, - "valueQuantity" : { - "value" : 32, - "unit" : "week", - "system" : "UCUM", - "code" : "wk" + "valueCodeableConcept" : { + "coding" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } + ], + "code" : "0516199364" + } + ] } } }, { - "fullUrl" : "Observation/1711057490288537000.61e8c41b-74b6-454f-8f88-47d034a9314c", + "fullUrl" : "Observation/1726681492519165000.07f0cdb5-071d-4699-9fe1-feeb50d18ee1", "resource" : { "resourceType" : "Observation", - "id" : "1711057490288537000.61e8c41b-74b6-454f-8f88-47d034a9314c", + "id" : "1726681492519165000.07f0cdb5-071d-4699-9fe1-feeb50d18ee1", "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", @@ -1106,33 +1698,21 @@ "extension" : [ { "url" : "OBX.2", - "valueId" : "CWE" - }, - { - "url" : "OBX.11", - "valueString" : "O" + "valueId" : "ST" }, { "url" : "OBX.29", "valueId" : "QST" + }, + { + "url" : "OBX.11", + "valueString" : "O" } ] } ], "status" : "unknown", - "subject" : { - "reference" : "Patient/1711057490036275000.5766f0bc-eeee-4f50-b9f3-40340efdbde8" - }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506050000-0500" - } - ] - }, - "valueCodeableConcept" : { + "code" : { "coding" : [ { "extension" : [ @@ -1146,18 +1726,31 @@ } ], "system" : "http://loinc.org", - "code" : "LA12419-0", - "display" : "INFANT IN NICU AT TIME OF SPECIMEN COLLECTION" + "code" : "62328-0", + "display" : "DISCHARGE PROVIDER PRACTICE PHONE NUMBER" } ] - } + }, + "subject" : { + "reference" : "Patient/1726681492493392000.82a9acae-6ab9-467e-b92b-735a808cde8c" + }, + "effectiveDateTime" : "2023-05-06T05:00:00-05:00", + "_effectiveDateTime" : { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20230506050000-0500" + } + ] + }, + "valueString" : "Daniel Davis/218-555-1000" } }, { - "fullUrl" : "Observation/1711057490290772000.0fa2cf5f-84b2-4327-b32f-ecca89de0476", + "fullUrl" : "Observation/1726681492521073000.e71f7a63-9494-4eb5-9f4c-17e3a584e380", "resource" : { "resourceType" : "Observation", - "id" : "1711057490290772000.0fa2cf5f-84b2-4327-b32f-ecca89de0476", + "id" : "1726681492521073000.e71f7a63-9494-4eb5-9f4c-17e3a584e380", "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", @@ -1172,22 +1765,41 @@ "extension" : [ { "url" : "OBX.2", - "valueId" : "CWE" - }, - { - "url" : "OBX.11", - "valueString" : "O" + "valueId" : "ST" }, { "url" : "OBX.29", "valueId" : "QST" + }, + { + "url" : "OBX.11", + "valueString" : "O" } ] } ], "status" : "unknown", + "code" : { + "coding" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } + ], + "system" : "http://loinc.org", + "code" : "62324-9", + "display" : "POST-DISCHARGE PROVIDER NAME" + } + ] + }, "subject" : { - "reference" : "Patient/1711057490036275000.5766f0bc-eeee-4f50-b9f3-40340efdbde8" + "reference" : "Patient/1726681492493392000.82a9acae-6ab9-467e-b92b-735a808cde8c" }, "effectiveDateTime" : "2023-05-06T05:00:00-05:00", "_effectiveDateTime" : { @@ -1198,7 +1810,43 @@ } ] }, - "valueCodeableConcept" : { + "valueString" : "DAVIS, DANIEL, MD" + } + }, + { + "fullUrl" : "Observation/1726681492522150000.dffa99af-cf3f-4635-9979-abd7a1b1f4d5", + "resource" : { + "resourceType" : "Observation", + "id" : "1726681492522150000.dffa99af-cf3f-4635-9979-abd7a1b1f4d5", + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString" : "1" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", + "valueCode" : "AOE" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension" : [ + { + "url" : "OBX.2", + "valueId" : "ST" + }, + { + "url" : "OBX.29", + "valueId" : "QST" + }, + { + "url" : "OBX.11", + "valueString" : "O" + } + ] + } + ], + "status" : "unknown", + "code" : { "coding" : [ { "extension" : [ @@ -1208,62 +1856,108 @@ }, { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "99MDH" + "valueString" : "LN" } ], - "code" : "N", - "display" : "No" + "system" : "http://loinc.org", + "code" : "62326-4", + "display" : "POST-DISCHARGE PROVIDER PRACTICE NAME" } ] - } + }, + "subject" : { + "reference" : "Patient/1726681492493392000.82a9acae-6ab9-467e-b92b-735a808cde8c" + }, + "effectiveDateTime" : "2023-05-06T05:00:00-05:00", + "_effectiveDateTime" : { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20230506050000-0500" + } + ] + }, + "valueString" : "Lakeridge Health Revere" } }, { - "fullUrl" : "Observation/1711057490313175000.403b2603-7a71-4082-8a33-cc8f2490593f", + "fullUrl" : "Specimen/1727313792886618000.d45f77c7-ecb4-4a11-a10c-ae901a61957a", "resource" : { - "resourceType" : "Observation", - "id" : "1711057490313175000.403b2603-7a71-4082-8a33-cc8f2490593f", + "resourceType" : "Specimen", + "id" : "1727313792886618000.d45f77c7-ecb4-4a11-a10c-ae901a61957a", "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" - }, + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", + "valueString" : "OBR" + } + ], + "collection" : { + "collectedDateTime" : "2023-05-06T05:00:00Z", + "_collectedDateTime" : { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20230506050000" + } + ] + } + }, + "note" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueCode" : "AOE" - }, + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", + "valueString" : "OBR.15.3" + } + ], + "text" : "440500007" + } + ] + } + }, + { + "fullUrl" : "Specimen/1727313792888577000.a67f4df4-1f53-4021-9d02-348da64f37b6", + "resource" : { + "resourceType" : "Specimen", + "id" : "1727313792888577000.a67f4df4-1f53-4021-9d02-348da64f37b6", + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", + "valueString" : "SPM" + } + ], + "identifier" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", "extension" : [ { - "url" : "OBX.2", - "valueId" : "CWE" + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "EPIC" }, { - "url" : "OBX.11", - "valueString" : "O" + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "1.2.840.114350.1.13.145.2.7.2.695071" }, { - "url" : "OBX.29", - "valueId" : "QST" + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString" : "ISO" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", + "valueString" : "SPM.2.1" } - ] + ], + "type" : { + "coding" : [ + { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "PGN" + } + ] + }, + "value" : "421832901" } ], - "status" : "unknown", - "subject" : { - "reference" : "Patient/1711057490036275000.5766f0bc-eeee-4f50-b9f3-40340efdbde8" - }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506050000-0500" - } - ] - }, - "valueCodeableConcept" : { + "type" : { "coding" : [ { "extension" : [ @@ -1273,62 +1967,134 @@ }, { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "99MDH" + "valueString" : "SCT" } ], - "code" : "N", - "display" : "No" + "system" : "http://snomed.info/sct", + "code" : "440500042", + "display" : "Blood spatter specimen" } ] + }, + "collection" : { + "collectedDateTime" : "2023-05-06T06:00:00-05:00", + "_collectedDateTime" : { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20230506060000-0500" + } + ] + } } } }, { - "fullUrl" : "Observation/1711057490315326000.77cd2a7d-1907-453c-8c6d-3212db6a5811", + "fullUrl" : "ServiceRequest/1726681492644006000.cba3ce33-4a32-4756-8991-cd4c93e667c9", "resource" : { - "resourceType" : "Observation", - "id" : "1711057490315326000.77cd2a7d-1907-453c-8c6d-3212db6a5811", + "resourceType" : "ServiceRequest", + "id" : "1726681492644006000.cba3ce33-4a32-4756-8991-cd4c93e667c9", "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", + "valueCode" : "NW" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueCode" : "AOE" + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", + "valueString" : "20230506052913-0500" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/orc-common-order", "extension" : [ { - "url" : "OBX.2", - "valueId" : "CWE" + "url" : "orc-21-ordering-facility-name", + "valueReference" : { + "reference" : "Organization/1726681492641945000.9f5a3115-e1c7-4b81-acd0-5ee33ab3af95" + } }, { - "url" : "OBX.11", - "valueString" : "O" + "url" : "orc-21-ordering-facility-name", + "valueReference" : { + "reference" : "Organization/1726681492642419000.74f305db-5a72-4d9f-b1b1-147bf46fe812" + } }, { - "url" : "OBX.29", - "valueId" : "QST" + "url" : "orc-12-ordering-provider", + "valueReference" : { + "reference" : "Practitioner/1726681492643096000.0d4b4565-fa10-4992-b4a8-becf558b8dec" + } + } + ] + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", + "extension" : [ + { + "url" : "OBR.2", + "valueIdentifier" : { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "EPIC" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "1.2.840.114350.1.13.145.2.7.2.695071" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } + ] + } + ], + "value" : "421832901" + } } ] } ], + "identifier" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "ORC.2" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "EPIC" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "1.2.840.114350.1.13.145.2.7.2.695071" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } + ] + } + ], + "type" : { + "coding" : [ + { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "PLAC" + } + ] + }, + "value" : "421832901" + } + ], "status" : "unknown", - "subject" : { - "reference" : "Patient/1711057490036275000.5766f0bc-eeee-4f50-b9f3-40340efdbde8" - }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506050000-0500" - } - ] - }, - "valueCodeableConcept" : { + "code" : { "coding" : [ { "extension" : [ @@ -1338,424 +2104,500 @@ }, { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "99MDH" + "valueString" : "LN" } ], - "code" : "N", - "display" : "No" + "system" : "http://loinc.org", + "code" : "54089-8", + "display" : "Newborn screening panel American Health Information Community (AHIC)" } ] - } + }, + "subject" : { + "reference" : "Patient/1726681492493392000.82a9acae-6ab9-467e-b92b-735a808cde8c" + }, + "authoredOn" : "2023-05-06T05:29:13-05:00", + "_authoredOn" : { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20230506052913-0500" + } + ] + }, + "requester" : { + "reference" : "PractitionerRole/1726681492639136000.d4cb865c-1dbc-458a-aeee-4e353e11c314" + }, + "supportingInfo" : [ + { + "reference" : "Observation/1726681492502864000.c02d636a-6733-4db1-9a05-98f2dbff71fd" + }, + { + "reference" : "Observation/1726681492505294000.25e21bd9-8244-4398-8722-bfaac9a6e875" + }, + { + "reference" : "Observation/1726681492507390000.09f9b155-2775-4212-8670-f5b558ad6389" + }, + { + "reference" : "Observation/1726681492509157000.c220f0f1-f17e-4dcc-b483-8384fb764c30" + }, + { + "reference" : "Observation/1726681492510785000.a0cc0b9a-52e3-4410-b1fd-d22aba3b06c0" + }, + { + "reference" : "Observation/1726681492513068000.65109631-48cc-4490-b644-95e448d4e852" + }, + { + "reference" : "Observation/1726681492514904000.a0b6424a-acc9-4ec8-bac1-eb4d84146150" + }, + { + "reference" : "Observation/1726681492516655000.24e44cdd-01f6-495d-81c9-8ca178b20623" + }, + { + "reference" : "Observation/1726681492518122000.34be2e23-9fcb-4841-bb82-21ac92f5e88f" + }, + { + "reference" : "Observation/1726681492519165000.07f0cdb5-071d-4699-9fe1-feeb50d18ee1" + }, + { + "reference" : "Observation/1726681492521073000.e71f7a63-9494-4eb5-9f4c-17e3a584e380" + }, + { + "reference" : "Observation/1726681492522150000.dffa99af-cf3f-4635-9979-abd7a1b1f4d5" + } + ], + "specimen" : [ + { + "reference" : "Specimen/1727313792888577000.a67f4df4-1f53-4021-9d02-348da64f37b6" + }, + { + "reference" : "Specimen/1727313792886618000.d45f77c7-ecb4-4a11-a10c-ae901a61957a" + } + ] } }, { - "fullUrl" : "Observation/1711057490317098000.ac57ad8d-27d3-48d6-8686-6979ebb59693", + "fullUrl" : "Organization/1726681492639344000.e2d9306c-68d1-4791-960b-9178e657382d", "resource" : { - "resourceType" : "Observation", - "id" : "1711057490317098000.ac57ad8d-27d3-48d6-8686-6979ebb59693", - "extension" : [ + "resourceType" : "Organization", + "id" : "1726681492639344000.e2d9306c-68d1-4791-960b-9178e657382d", + "identifier" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" - }, + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.1" + } + ], + "value" : "NPI" + } + ] + } + }, + { + "fullUrl" : "Practitioner/1726681492639901000.8cf23e0c-cbbe-439a-8314-ef797620db05", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1726681492639901000.8cf23e0c-cbbe-439a-8314-ef797620db05", + "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueCode" : "AOE" + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "NPI" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-unknown-type" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type" + } + ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", "extension" : [ { - "url" : "OBX.2", - "valueId" : "CWE" - }, - { - "url" : "OBX.11", - "valueString" : "O" + "url" : "XCN.3", + "valueString" : "JANE" }, { - "url" : "OBX.29", - "valueId" : "QST" + "url" : "XCN.10", + "valueString" : "L" } ] + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "ORC.12" } ], - "status" : "unknown", - "subject" : { - "reference" : "Patient/1711057490036275000.5766f0bc-eeee-4f50-b9f3-40340efdbde8" - }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506050000-0500" - } - ] - }, - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, + "identifier" : [ + { + "type" : { + "coding" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } + ], + "code" : "NPI" } - ], - "system" : "http://loinc.org", - "code" : "LA12418-2", - "display" : "TPN" + ] + }, + "value" : "1265136360", + "assigner" : { + "reference" : "Organization/1726681492639344000.e2d9306c-68d1-4791-960b-9178e657382d" } - ] - } + } + ], + "name" : [ + { + "use" : "official", + "family" : "JONES", + "given" : [ + "JANE" + ] + } + ] } }, { - "fullUrl" : "Observation/1711057490322446000.d5906865-982f-4b37-8866-77f168927838", + "fullUrl" : "Organization/1726681492640505000.d15bca18-6c50-4720-8e35-b67d67d378c0", "resource" : { - "resourceType" : "Observation", - "id" : "1711057490322446000.d5906865-982f-4b37-8866-77f168927838", + "resourceType" : "Organization", + "id" : "1726681492640505000.d15bca18-6c50-4720-8e35-b67d67d378c0", "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "2" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueCode" : "AOE" + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding" : { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept" : { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "XON.2" + } + ], + "coding" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } + ], + "code" : "L" + } + ] + } + } + ], + "code" : "L" + } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", "extension" : [ { - "url" : "OBX.2", - "valueId" : "CWE" - }, - { - "url" : "OBX.11", - "valueString" : "O" - }, - { - "url" : "OBX.29", - "valueId" : "QST" + "url" : "XON.10", + "valueString" : "1043269798" } ] } ], - "status" : "unknown", - "subject" : { - "reference" : "Patient/1711057490036275000.5766f0bc-eeee-4f50-b9f3-40340efdbde8" - }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506050000-0500" - } - ] - }, - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, + "identifier" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "CMS" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-unknown-type" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type" + } + ] + } + ], + "type" : { + "coding" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "NPI" } - ], - "system" : "http://loinc.org", - "code" : "LA16914-6", - "display" : "BREAST MILK" - } - ] + ] + }, + "value" : "1043269798" + } + ], + "name" : "ST. CLOUD HOSPITAL" + } + }, + { + "fullUrl" : "PractitionerRole/1726681492639136000.d4cb865c-1dbc-458a-aeee-4e353e11c314", + "resource" : { + "resourceType" : "PractitionerRole", + "id" : "1726681492639136000.d4cb865c-1dbc-458a-aeee-4e353e11c314", + "practitioner" : { + "reference" : "Practitioner/1726681492639901000.8cf23e0c-cbbe-439a-8314-ef797620db05" + }, + "organization" : { + "reference" : "Organization/1726681492640505000.d15bca18-6c50-4720-8e35-b67d67d378c0" } } }, { - "fullUrl" : "Observation/1711057490325872000.8fe8e639-92a0-4881-a7f3-32a6e5983423", + "fullUrl" : "Organization/1726681492641945000.9f5a3115-e1c7-4b81-acd0-5ee33ab3af95", "resource" : { - "resourceType" : "Observation", - "id" : "1711057490325872000.8fe8e639-92a0-4881-a7f3-32a6e5983423", + "resourceType" : "Organization", + "id" : "1726681492641945000.9f5a3115-e1c7-4b81-acd0-5ee33ab3af95", "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueCode" : "AOE" + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding" : { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept" : { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "XON.2" + } + ], + "coding" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } + ], + "code" : "L" + } + ] + } + } + ], + "code" : "L" + } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", "extension" : [ { - "url" : "OBX.2", - "valueId" : "CWE" - }, - { - "url" : "OBX.11", - "valueString" : "O" - }, - { - "url" : "OBX.29", - "valueId" : "QST" + "url" : "XON.10", + "valueString" : "1043269798" } ] } ], - "status" : "unknown", - "subject" : { - "reference" : "Patient/1711057490036275000.5766f0bc-eeee-4f50-b9f3-40340efdbde8" - }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506050000-0500" - } - ] - }, - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "identifier" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "CMS" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-unknown-type" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type" + } + ] + } + ], + "type" : { + "coding" : [ + { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "NPI" } - ], - "code" : "0516199364" - } - ] - } + ] + }, + "value" : "1043269798" + } + ], + "name" : "ST. CLOUD HOSPITAL" } }, { - "fullUrl" : "Observation/1711057490327553000.7dd7a1b1-9503-418d-aa81-e720f23f7f69", + "fullUrl" : "Organization/1726681492642419000.74f305db-5a72-4d9f-b1b1-147bf46fe812", "resource" : { - "resourceType" : "Observation", - "id" : "1711057490327553000.7dd7a1b1-9503-418d-aa81-e720f23f7f69", + "resourceType" : "Organization", + "id" : "1726681492642419000.74f305db-5a72-4d9f-b1b1-147bf46fe812", "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueCode" : "AOE" + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding" : { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept" : { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "XON.2" + } + ], + "coding" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } + ], + "code" : "L" + } + ] + } + } + ], + "code" : "L" + } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", "extension" : [ { - "url" : "OBX.2", - "valueId" : "ST" - }, - { - "url" : "OBX.11", - "valueString" : "O" - }, - { - "url" : "OBX.29", - "valueId" : "QST" + "url" : "XON.10", + "valueString" : "739" } ] } ], - "status" : "unknown", - "subject" : { - "reference" : "Patient/1711057490036275000.5766f0bc-eeee-4f50-b9f3-40340efdbde8" - }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506050000-0500" - } - ] - }, - "valueString" : "Daniel Davis/218-555-1000" - } - }, - { - "fullUrl" : "Observation/1711057490329240000.9c6f7be8-191e-4e95-b58c-8961c72d4461", - "resource" : { - "resourceType" : "Observation", - "id" : "1711057490329240000.9c6f7be8-191e-4e95-b58c-8961c72d4461", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueCode" : "AOE" - }, + "identifier" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", "extension" : [ { - "url" : "OBX.2", - "valueId" : "ST" - }, - { - "url" : "OBX.11", - "valueString" : "O" - }, - { - "url" : "OBX.29", - "valueId" : "QST" + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "MN Public Health Lab" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-unknown-type" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type" + } + ] } - ] + ], + "type" : { + "coding" : [ + { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "NPI" + } + ] + }, + "value" : "739" } ], - "status" : "unknown", - "subject" : { - "reference" : "Patient/1711057490036275000.5766f0bc-eeee-4f50-b9f3-40340efdbde8" - }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506050000-0500" - } - ] - }, - "valueString" : "DAVIS, DANIEL, MD" + "name" : "ST. CLOUD HOSPITAL" } }, { - "fullUrl" : "Observation/1711057490330670000.3c6c2a55-309d-4d85-a800-dac6d7a8cdf5", + "fullUrl" : "Organization/1726681492642638000.8e9bb0fe-241b-4847-9373-a1f70572c83b", "resource" : { - "resourceType" : "Observation", - "id" : "1711057490330670000.3c6c2a55-309d-4d85-a800-dac6d7a8cdf5", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueCode" : "AOE" - }, + "resourceType" : "Organization", + "id" : "1726681492642638000.8e9bb0fe-241b-4847-9373-a1f70572c83b", + "identifier" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", "extension" : [ { - "url" : "OBX.2", - "valueId" : "ST" - }, - { - "url" : "OBX.11", - "valueString" : "O" - }, - { - "url" : "OBX.29", - "valueId" : "QST" + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.1" } - ] + ], + "value" : "NPI" } - ], - "status" : "unknown", - "subject" : { - "reference" : "Patient/1711057490036275000.5766f0bc-eeee-4f50-b9f3-40340efdbde8" - }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506050000-0500" - } - ] - }, - "valueString" : "Lakeridge Health Revere" + ] } }, { - "fullUrl" : "Specimen/1711057490338923000.6c62a067-5366-4186-80c3-978e119eb028", + "fullUrl" : "Practitioner/1726681492643096000.0d4b4565-fa10-4992-b4a8-becf558b8dec", "resource" : { - "resourceType" : "Specimen", - "id" : "1711057490338923000.6c62a067-5366-4186-80c3-978e119eb028", + "resourceType" : "Practitioner", + "id" : "1726681492643096000.0d4b4565-fa10-4992-b4a8-becf558b8dec", "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", - "valueString" : "SPM" - } - ], - "identifier" : [ - { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "EPIC" + "valueString" : "NPI" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "1.2.840.114350.1.13.145.2.7.2.695071" + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-unknown-type" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type" + } + ] + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ + { + "url" : "XCN.3", + "valueString" : "JANE" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", - "valueString" : "SPM.2.1" + "url" : "XCN.10", + "valueString" : "L" } - ], + ] + } + ], + "identifier" : [ + { "type" : { "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PGN" + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } + ], + "code" : "NPI" } ] }, - "value" : "421832901" + "value" : "1265136360", + "assigner" : { + "reference" : "Organization/1726681492642638000.8e9bb0fe-241b-4847-9373-a1f70572c83b" + } } ], - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "SCT" - } - ], - "system" : "http://snomed.info/sct", - "code" : "440500007", - "display" : "Blood spot specimen" - } - ] - }, - "collection" : { - "collectedDateTime" : "2023-05-06T06:00:00-05:00", - "_collectedDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506060000-0500" - } + "name" : [ + { + "use" : "official", + "family" : "JONES", + "given" : [ + "JANE" ] } - } + ] } } ] diff --git a/prime-router/src/testIntegration/resources/datatests/HL7_to_FHIR/sample_oml_20240319-001.hl7 b/prime-router/src/testIntegration/resources/datatests/HL7_to_FHIR/sample_oml_20240319-001.hl7 index 9bfab324e91..9966c871892 100644 --- a/prime-router/src/testIntegration/resources/datatests/HL7_to_FHIR/sample_oml_20240319-001.hl7 +++ b/prime-router/src/testIntegration/resources/datatests/HL7_to_FHIR/sample_oml_20240319-001.hl7 @@ -15,4 +15,4 @@ OBX|9|CWE|57723-9^UNIQUE BAR CODE NUMBER OF CURRENT SAMPLE^LN|1|0516199364|||||| OBX|10|ST|62328-0^DISCHARGE PROVIDER PRACTICE PHONE NUMBER^LN|1|Daniel Davis/218-555-1000||||||O|||20230506050000-0500|||||||||||||||QST|AOE OBX|11|ST|62324-9^POST-DISCHARGE PROVIDER NAME^LN|1|DAVIS, DANIEL, MD||||||O|||20230506050000-0500|||||||||||||||QST|AOE OBX|12|ST|62326-4^POST-DISCHARGE PROVIDER PRACTICE NAME^LN|1|Lakeridge Health Revere||||||O|||20230506050000-0500|||||||||||||||QST|AOE -SPM|1|421832901&EPIC&1.2.840.114350.1.13.145.2.7.2.695071&ISO||440500007^Blood spot specimen^SCT|||||||||||||20230506060000-0500 \ No newline at end of file +SPM|1|421832901&EPIC&1.2.840.114350.1.13.145.2.7.2.695071&ISO||440500042^Blood spatter specimen^SCT|||||||||||||20230506060000-0500 \ No newline at end of file diff --git a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/ei/EI-to-Identifier-Extension.fhir b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/ei/EI-to-Identifier-Extension.fhir index df861fa9b0e..7ab709265ae 100644 --- a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/ei/EI-to-Identifier-Extension.fhir +++ b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/ei/EI-to-Identifier-Extension.fhir @@ -119,7 +119,16 @@ "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", "valueString" : "OBR" - } ] + } ], + "collection" : { + "collectedDateTime" : "2023-02-27", + "_collectedDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20230227" + } ] + } + } } }, { "fullUrl" : "ServiceRequest/1710882479463509000.8bf4d839-88e3-40b8-9d4e-6795636a4aff", diff --git a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/nk1/NK1-to-RelatedPerson-with-repeats.fhir b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/nk1/NK1-to-RelatedPerson-with-repeats.fhir index a97246c317f..cc7c34776c0 100644 --- a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/nk1/NK1-to-RelatedPerson-with-repeats.fhir +++ b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/nk1/NK1-to-RelatedPerson-with-repeats.fhir @@ -147,6 +147,29 @@ } } ], "relationship" : [ { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70063" + } ], + "code" : "OTH", + "display" : "Other" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "code" : "OT", + "display" : "OTHER RELATIONSHIP" + } ] + }, { "coding" : [ { "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", diff --git a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/nk1/NK1-to-RelatedPerson.fhir b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/nk1/NK1-to-RelatedPerson.fhir index c64ca412bf4..d49f2105335 100644 --- a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/nk1/NK1-to-RelatedPerson.fhir +++ b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/nk1/NK1-to-RelatedPerson.fhir @@ -147,6 +147,29 @@ } } ], "relationship" : [ { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70063" + } ], + "code" : "OTH", + "display" : "Other" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "code" : "OT", + "display" : "OTHER RELATIONSHIP" + } ] + }, { "coding" : [ { "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", diff --git a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/omlo21/oml_o21-full.fhir b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/omlo21/oml_o21-full.fhir new file mode 100644 index 00000000000..b7e5323de62 --- /dev/null +++ b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/omlo21/oml_o21-full.fhir @@ -0,0 +1,2735 @@ +{ + "resourceType" : "Bundle", + "id" : "1727135930591193000.aedbf3aa-865a-4f68-9d9e-00f73bdbac4a", + "meta" : { + "lastUpdated" : "2024-09-23T16:58:50.595-07:00" + }, + "identifier" : { + "system" : "https://reportstream.cdc.gov/prime-router", + "value" : "0123" + }, + "type" : "message", + "timestamp" : "2019-07-20T09:12:29.000-07:00", + "entry" : [ { + "fullUrl" : "MessageHeader/1727135930639052000.f02e1c18-0688-4280-b49b-df24eee02cdf", + "resource" : { + "resourceType" : "MessageHeader", + "id" : "1727135930639052000.f02e1c18-0688-4280-b49b-df24eee02cdf", + "meta" : { + "security" : [ { + "code" : "msh8placeholder" + } ], + "tag" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0103", + "code" : "P" + }, { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0207", + "code" : "A" + } ] + }, + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/character-set", + "valueString" : "UNICODE UTF-8" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/msh-message-header", + "extension" : [ { + "url" : "MSH.7", + "valueString" : "20190720091229" + }, { + "url" : "MSH.13", + "valueString" : "42" + }, { + "url" : "MSH.14", + "valueString" : "msh14placeholder" + }, { + "url" : "MSH.15", + "valueString" : "AL" + }, { + "url" : "MSH.16", + "valueString" : "AL" + }, { + "url" : "MSH.20", + "valueString" : "UNICODE UTF-16" + }, { + "url" : "MSH.21", + "valueIdentifier" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "PHIN" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.113883.9.11" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "value" : "PHLabReport-NoAck" + } + } ] + } ], + "eventCoding" : { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0003", + "code" : "O21", + "display" : "OML^O21^OML_O21" + }, + "destination" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.181960.2" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString" : "ISO" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "MSH.5" + } ], + "name" : "txdshslabNBS", + "endpoint" : "urn:oid:2.16.840.1.114222.4.1.181960.2", + "receiver" : { + "reference" : "Organization/1727135930638288000.038501ce-626b-4f0d-8a9a-7a46cdb420ce" + } + } ], + "sender" : { + "reference" : "Organization/1727135930620601000.05235529-b10d-4f85-bbe9-06217bcf4426" + }, + "source" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "OrderingFacilityApplicationName" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.XXX" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString" : "ISO" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "MSH.3" + } ], + "software" : "STARLIMS", + "version" : "ELIMS V11", + "endpoint" : "urn:oid:2.16.840.1.114222.XXX" + } + } + }, { + "fullUrl" : "Organization/1727135930620601000.05235529-b10d-4f85-bbe9-06217bcf4426", + "resource" : { + "resourceType" : "Organization", + "id" : "1727135930620601000.05235529-b10d-4f85-bbe9-06217bcf4426", + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.1" + } ], + "value" : "OrderingFacilityName" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.2,HD.3" + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0301", + "code" : "ISO" + } ] + }, + "system" : "urn:ietf:rfc:3986", + "value" : "2.16.840.1.114222.XXX" + } ], + "address" : [ { + "country" : "FR" + } ] + } + }, { + "fullUrl" : "Organization/1727135930638288000.038501ce-626b-4f0d-8a9a-7a46cdb420ce", + "resource" : { + "resourceType" : "Organization", + "id" : "1727135930638288000.038501ce-626b-4f0d-8a9a-7a46cdb420ce", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "MSH.6" + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.1" + } ], + "value" : "txdshslab" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.2,HD.3" + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0301", + "code" : "ISO" + } ] + }, + "system" : "urn:ietf:rfc:3986", + "value" : "2.16.840.1.114222.4.1.181960" + } ] + } + }, { + "fullUrl" : "Provenance/1727135930871635000.471524a6-276e-48aa-aa33-efe75f8a5f6d", + "resource" : { + "resourceType" : "Provenance", + "id" : "1727135930871635000.471524a6-276e-48aa-aa33-efe75f8a5f6d", + "recorded" : "2019-07-20T09:12:29Z", + "activity" : { + "coding" : [ { + "display" : "OML^O21^OML_O21" + } ] + }, + "agent" : [ { + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type", + "code" : "author" + } ] + }, + "who" : { + "reference" : "Organization/1727135930871009000.25aba881-d8f0-4f2b-8d12-9f1030b2534b" + } + } ], + "entity" : [ { + "role" : "source", + "what" : { + "reference" : "Device/1727135930875182000.363e2287-9747-47e9-85c9-0878a8db1129" + } + } ] + } + }, { + "fullUrl" : "Organization/1727135930871009000.25aba881-d8f0-4f2b-8d12-9f1030b2534b", + "resource" : { + "resourceType" : "Organization", + "id" : "1727135930871009000.25aba881-d8f0-4f2b-8d12-9f1030b2534b", + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.1" + } ], + "value" : "OrderingFacilityName" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.2,HD.3" + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0301", + "code" : "ISO" + } ] + }, + "system" : "urn:ietf:rfc:3986", + "value" : "2.16.840.1.114222.XXX" + } ] + } + }, { + "fullUrl" : "Location/1727135930874477000.36e5b40e-9225-40c5-bc29-9bce5a381526", + "resource" : { + "resourceType" : "Location", + "id" : "1727135930874477000.36e5b40e-9225-40c5-bc29-9bce5a381526", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ], + "identifier" : [ { + "value" : "2.16.8121.1.113883.9.11" + } ], + "name" : "Hospital C", + "physicalType" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code" : "si" + } ] + } + } + }, { + "fullUrl" : "Organization/1727135930875033000.81c92245-69f4-473c-9271-b7d7ce39d086", + "resource" : { + "resourceType" : "Organization", + "id" : "1727135930875033000.81c92245-69f4-473c-9271-b7d7ce39d086", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/name-representation-code", + "valueString" : "A" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension" : [ { + "url" : "XON.3", + "valueString" : "789" + }, { + "url" : "XON.10", + "valueString" : "CDC CLIA" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString" : "Check Digit3" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "CDC OML SFT" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.1.9.1" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode" : "C3" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference" : { + "reference" : "Location/1727135930874477000.36e5b40e-9225-40c5-bc29-9bce5a381526" + } + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "MD" + } ] + }, + "value" : "CDC CLIA" + } ], + "name" : "CDC" + } + }, { + "fullUrl" : "Device/1727135930875182000.363e2287-9747-47e9-85c9-0878a8db1129", + "resource" : { + "resourceType" : "Device", + "id" : "1727135930875182000.363e2287-9747-47e9-85c9-0878a8db1129", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/software-vendor-org", + "valueReference" : { + "reference" : "Organization/1727135930875033000.81c92245-69f4-473c-9271-b7d7ce39d086" + } + } ], + "manufacturer" : "CDC", + "deviceName" : [ { + "name" : "STARLIMS", + "type" : "manufacturer-name" + } ], + "modelNumber" : "Binary ID unknown", + "version" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/software-install-date", + "valueDateTime" : "2023-08-02T18:08:02-04:00", + "_valueDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20230802180802-0400" + } ] + } + } ], + "value" : "ELIMS V11" + } ], + "note" : [ { + "text" : "testsft5data" + } ] + } + }, { + "fullUrl" : "Provenance/1727135930883545000.b5bd1843-fccb-43b8-b879-694fa02475f5", + "resource" : { + "resourceType" : "Provenance", + "id" : "1727135930883545000.b5bd1843-fccb-43b8-b879-694fa02475f5", + "recorded" : "2024-09-23T16:58:50Z", + "policy" : [ "http://hl7.org/fhir/uv/v2mappings/message-oru-r01-to-bundle" ], + "activity" : { + "coding" : [ { + "code" : "v2-FHIR transformation" + } ] + }, + "agent" : [ { + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type", + "code" : "assembler" + } ] + }, + "who" : { + "reference" : "Organization/1727135930883315000.6b7ca347-919a-470a-90b8-05f237f14e92" + } + } ] + } + }, { + "fullUrl" : "Organization/1727135930883315000.6b7ca347-919a-470a-90b8-05f237f14e92", + "resource" : { + "resourceType" : "Organization", + "id" : "1727135930883315000.6b7ca347-919a-470a-90b8-05f237f14e92", + "identifier" : [ { + "value" : "CDC PRIME - Atlanta" + }, { + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0301" + } ] + }, + "system" : "urn:ietf:rfc:3986", + "value" : "2.16.840.1.114222.4.1.237821" + } ] + } + }, { + "fullUrl" : "Patient/1727135930906262000.ea76d474-07bc-4cb2-ae47-5636f0f98fc1", + "resource" : { + "resourceType" : "Patient", + "id" : "1727135930906262000.ea76d474-07bc-4cb2-ae47-5636f0f98fc1", + "meta" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/last-updated-facility-namespace-id", + "valueReference" : { + "reference" : "Organization/1727135930899193000.70e8c785-84fe-49a5-b282-dad0a7e9a77b" + } + } ], + "lastUpdated" : "2024-08-21T11:38:00Z", + "_lastUpdated" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "202408211138" + } ] + } + }, + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/pid-patient", + "extension" : [ { + "url" : "PID.8", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "F" + } ] + } + }, { + "url" : "PID.24", + "valueString" : "Y" + }, { + "url" : "PID.30", + "valueString" : "Y" + } ] + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/patient-mothersMaidenName", + "valueHumanName" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", + "extension" : [ { + "url" : "XPN.2", + "valueString" : "FHIR" + }, { + "url" : "XPN.3", + "valueString" : "WI" + }, { + "url" : "XPN.7", + "valueString" : "L" + } ] + } ], + "use" : "official", + "family" : "Mind", + "given" : [ "FHIR", "WI" ] + } + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-facility", + "valueReference" : { + "reference" : "Organization/1727135930888864000.e1e5bb89-81ad-4c17-9e52-232d5522088d" + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier", + "extension" : [ { + "url" : "CX.5", + "valueString" : "PI" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "PID.3" + } ], + "type" : { + "coding" : [ { + "code" : "PI" + } ] + }, + "system" : "STARLIMS.CDC.Stag", + "_system" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "STARLIMS.CDC.Stag" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.3.3.2.1.2" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString" : "ISO" + } ] + }, + "value" : "test" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier", + "extension" : [ { + "url" : "CX.5", + "valueString" : "PI" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "PID.3" + } ], + "type" : { + "coding" : [ { + "code" : "PI" + } ] + }, + "system" : "SPHL-000048", + "_system" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "SPHL-000048" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.10765" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString" : "ISO" + } ] + }, + "value" : "PID123" + } ], + "name" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", + "extension" : [ { + "url" : "XPN.2", + "valueString" : "HL7" + }, { + "url" : "XPN.3", + "valueString" : "MI" + }, { + "url" : "XPN.7", + "valueString" : "L" + } ] + } ], + "use" : "official", + "family" : "Mega", + "given" : [ "HL7", "MI" ] + } ], + "telecom" : [ { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString" : "1" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString" : "713" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString" : "5553861" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-extension", + "valueString" : "1" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension" : [ { + "url" : "XTN.1", + "valueString" : "12345" + }, { + "url" : "XTN.2", + "valueString" : "PRS" + }, { + "url" : "XTN.3", + "valueString" : "CP" + }, { + "url" : "XTN.4", + "valueString" : "real@example.com" + }, { + "url" : "XTN.7", + "valueString" : "5553861" + }, { + "url" : "XTN.9", + "valueString" : "himom" + }, { + "url" : "XTN.11", + "valueString" : "4" + }, { + "url" : "XTN.12", + "valueString" : "17135553862" + } ] + } ], + "system" : "phone", + "value" : "17135553862", + "use" : "home" + }, { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString" : "1" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString" : "281" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString" : "5553861" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension" : [ { + "url" : "XTN.1", + "valueString" : "9865" + }, { + "url" : "XTN.2", + "valueString" : "EMR" + }, { + "url" : "XTN.3", + "valueString" : "SAT" + }, { + "url" : "XTN.4", + "valueString" : "alsoreal@exmaple.com" + }, { + "url" : "XTN.7", + "valueString" : "5553861" + } ] + } ], + "system" : "other", + "use" : "work" + } ], + "gender" : "female", + "birthDate" : "1640", + "_birthDate" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "1640" + } ] + }, + "deceasedDateTime" : "2031", + "_deceasedDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "2031" + } ] + }, + "address" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "123 Main St" + } ] + }, { + "url" : "XAD.2", + "valueString" : "Altxad" + }, { + "url" : "XAD.7", + "valueCode" : "H" + }, { + "url" : "XAD.12", + "extension" : [ { + "url" : "XAD.12.1", + "valueString" : "2020" + }, { + "url" : "XAD.12.2", + "valueString" : "2024" + } ] + } ] + } ], + "use" : "home", + "line" : [ "123 Main St", "Altxad" ], + "city" : "AnyTown", + "district" : "Thurston County", + "state" : "IG", + "postalCode" : "95802", + "country" : "USA", + "period" : { + "start" : "2020", + "end" : "2024" + } + } ], + "multipleBirthInteger" : 11, + "contact" : [ { + "extension" : [ { + "url" : "https://hl7.org/fhir/StructureDefinition/relationship", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70063" + } ], + "code" : "OTH", + "display" : "Other" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "code" : "OT", + "display" : "OTHER RELATIONSHIP" + } ] + } + } ], + "relationship" : [ { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70063" + } ], + "code" : "OTH", + "display" : "Other" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "code" : "OT", + "display" : "OTHER RELATIONSHIP" + } ] + } ], + "name" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", + "extension" : [ { + "url" : "XPN.2", + "valueString" : "GENARO" + }, { + "url" : "XPN.3", + "valueString" : "GR" + }, { + "url" : "XPN.14", + "valueString" : "Dr" + }, { + "url" : "XPN.4", + "valueString" : "JR" + }, { + "url" : "XPN.6", + "valueString" : "Md" + }, { + "url" : "XPN.7", + "valueString" : "L" + }, { + "url" : "XPN.8", + "valueString" : "I" + }, { + "url" : "XPN.10", + "extension" : [ { + "url" : "XPN.10.2", + "valueString" : "2030" + }, { + "url" : "XPN.10.1", + "valueString" : "2000" + } ] + }, { + "url" : "XPN.12", + "valueString" : "20000501102531" + }, { + "url" : "XPN.13", + "valueString" : "2030501102531" + } ] + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", + "valueCode" : "G" + } ], + "use" : "official", + "family" : "SURYAN", + "_family" : { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", + "valueString" : "Prefix" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name", + "valueString" : "Own" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", + "valueString" : "SpousePrefix" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", + "valueString" : "Spouse" + } ] + }, + "given" : [ "GENARO", "GR" ], + "prefix" : [ "Sir" ], + "suffix" : [ "JR", "Md", "Dr" ], + "period" : { + "start" : "2000-05-01T10:25:31Z" + } + }, + "telecom" : [ { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString" : "1" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString" : "720" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString" : "5553954" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-extension", + "valueString" : "2" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension" : [ { + "url" : "XTN.2", + "valueString" : "PRN" + }, { + "url" : "XTN.3", + "valueString" : "PH" + }, { + "url" : "XTN.4", + "valueString" : "example@exmaple.com" + }, { + "url" : "XTN.7", + "valueString" : "5553954" + }, { + "url" : "XTN.9", + "valueString" : "any" + }, { + "url" : "XTN.12", + "valueString" : "+1 720 555 3954" + } ] + } ], + "system" : "phone", + "value" : "+1 720 555 3954", + "use" : "home" + }, { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString" : "1" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString" : "555" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString" : "4672293" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension" : [ { + "url" : "XTN.2", + "valueString" : "WPN" + }, { + "url" : "XTN.3", + "valueString" : "PH" + }, { + "url" : "XTN.7", + "valueString" : "4672293" + }, { + "url" : "XTN.12", + "valueString" : "+1 555 467 2293" + } ] + } ], + "system" : "phone", + "value" : "+1 555 467 2293", + "use" : "work" + } ], + "address" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "4861 20TH AVE" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "H" + } ] + } ], + "use" : "home", + "line" : [ "4861 20TH AVE" ], + "city" : "THUNDER MOUNTAIN", + "state" : "IG", + "postalCode" : "99999", + "country" : "USA" + }, + "organization" : { + "reference" : "Organization/1727135930902326000.03c13a1f-072c-46a7-bb4b-370118853113" + }, + "period" : { + "start" : "2022-05-01T10:25:31-04:00", + "_start" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20220501102531-0400" + } ] + }, + "end" : "2023-05-01T10:25:31-04:00", + "_end" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20230501102531-0400" + } ] + } + } + } ] + } + }, { + "fullUrl" : "Organization/1727135930888864000.e1e5bb89-81ad-4c17-9e52-232d5522088d", + "resource" : { + "resourceType" : "Organization", + "id" : "1727135930888864000.e1e5bb89-81ad-4c17-9e52-232d5522088d", + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.1" + } ], + "value" : "STARLINKED.CDC.Stag" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.2,HD.3" + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0301", + "code" : "ISO" + } ] + }, + "system" : "urn:ietf:rfc:3986", + "value" : "2.16.840.1.114222.9.8.7.6.3.2" + } ] + } + }, { + "fullUrl" : "Organization/1727135930899193000.70e8c785-84fe-49a5-b282-dad0a7e9a77b", + "resource" : { + "resourceType" : "Organization", + "id" : "1727135930899193000.70e8c785-84fe-49a5-b282-dad0a7e9a77b", + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.1" + } ], + "value" : "RSDT" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.2,HD.3" + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0301", + "code" : "ISO" + } ] + }, + "system" : "urn:ietf:rfc:3986", + "value" : "0.0.0.1.1138" + } ] + } + }, { + "fullUrl" : "Organization/1727135930902326000.03c13a1f-072c-46a7-bb4b-370118853113", + "resource" : { + "resourceType" : "Organization", + "id" : "1727135930902326000.03c13a1f-072c-46a7-bb4b-370118853113", + "contact" : [ { + "telecom" : [ { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString" : "1" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString" : "720" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString" : "5553954" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension" : [ { + "url" : "XTN.2", + "valueString" : "WPN" + }, { + "url" : "XTN.3", + "valueString" : "PH" + }, { + "url" : "XTN.7", + "valueString" : "5553954" + }, { + "url" : "XTN.12", + "valueString" : "+1 720 555 3954" + } ] + } ], + "system" : "phone", + "value" : "+1 720 555 3954", + "use" : "work" + } ], + "address" : { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-censusTract", + "valueCode" : "12" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "4861 20TH AVE" + } ] + }, { + "url" : "XAD.2", + "valueString" : "#B" + }, { + "url" : "XAD.7", + "valueCode" : "H" + }, { + "url" : "XAD.8", + "valueString" : "World" + }, { + "url" : "XAD.11", + "valueCode" : "8" + }, { + "url" : "XAD.12", + "extension" : [ { + "url" : "XAD.12.1", + "valueString" : "2017" + }, { + "url" : "XAD.12.2", + "valueString" : "2025" + } ] + }, { + "url" : "XAD.13", + "valueString" : "2020" + }, { + "url" : "XAD.14", + "valueString" : "2021" + } ] + } ], + "use" : "home", + "line" : [ "4861 20TH AVE", "#B" ], + "city" : "AURORA", + "district" : "King", + "state" : "IG", + "postalCode" : "99999", + "country" : "USA", + "period" : { + "start" : "2020", + "end" : "2021" + } + } + } ] + } + }, { + "fullUrl" : "Provenance/1727135930912125000.5b3ce86f-9be7-4ffb-a9a3-d5bc8f6f3a7d", + "resource" : { + "resourceType" : "Provenance", + "id" : "1727135930912125000.5b3ce86f-9be7-4ffb-a9a3-d5bc8f6f3a7d", + "target" : [ { + "reference" : "Patient/1727135930906262000.ea76d474-07bc-4cb2-ae47-5636f0f98fc1" + } ], + "occurredDateTime" : "2024-08-21T11:38:00Z", + "recorded" : "2024-09-23T16:58:50Z", + "activity" : { + "coding" : [ { + "system" : "https://terminology.hl7.org/CodeSystem/v3-DataOperation", + "code" : "UPDATE" + } ] + }, + "agent" : [ { + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type", + "code" : "performer" + } ] + }, + "who" : { + "reference" : "Organization/1727135930911804000.418fb1c7-1c34-49d7-96b4-2dea9aaa2427" + } + } ] + } + }, { + "fullUrl" : "Organization/1727135930911804000.418fb1c7-1c34-49d7-96b4-2dea9aaa2427", + "resource" : { + "resourceType" : "Organization", + "id" : "1727135930911804000.418fb1c7-1c34-49d7-96b4-2dea9aaa2427", + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.1" + } ], + "value" : "RSDT" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.2,HD.3" + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0301", + "code" : "ISO" + } ] + }, + "system" : "urn:ietf:rfc:3986", + "value" : "0.0.0.1.1138" + } ] + } + }, { + "fullUrl" : "RelatedPerson/1727135930916650000.8ab0a6eb-7d2b-4af1-9be0-2e789cccb33b", + "resource" : { + "resourceType" : "RelatedPerson", + "id" : "1727135930916650000.8ab0a6eb-7d2b-4af1-9be0-2e789cccb33b", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", + "valueString" : "NK1" + } ], + "patient" : { + "reference" : "Patient/1727135930906262000.ea76d474-07bc-4cb2-ae47-5636f0f98fc1" + }, + "relationship" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "NK1.3" + } ], + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70063" + } ], + "code" : "OTH", + "display" : "Other" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "code" : "OT", + "display" : "OTHER RELATIONSHIP" + } ] + } ], + "name" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "NK1.2" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", + "extension" : [ { + "url" : "XPN.2", + "valueString" : "GENARO" + }, { + "url" : "XPN.3", + "valueString" : "GR" + }, { + "url" : "XPN.14", + "valueString" : "Dr" + }, { + "url" : "XPN.4", + "valueString" : "JR" + }, { + "url" : "XPN.6", + "valueString" : "Md" + }, { + "url" : "XPN.7", + "valueString" : "L" + }, { + "url" : "XPN.8", + "valueString" : "I" + }, { + "url" : "XPN.10", + "extension" : [ { + "url" : "XPN.10.2", + "valueString" : "2030" + }, { + "url" : "XPN.10.1", + "valueString" : "2000" + } ] + }, { + "url" : "XPN.12", + "valueString" : "20000501102531" + }, { + "url" : "XPN.13", + "valueString" : "2030501102531" + } ] + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", + "valueCode" : "G" + } ], + "use" : "official", + "family" : "SURYAN", + "_family" : { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", + "valueString" : "Prefix" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name", + "valueString" : "Own" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", + "valueString" : "SpousePrefix" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", + "valueString" : "Spouse" + } ] + }, + "given" : [ "GENARO", "GR" ], + "prefix" : [ "Sir" ], + "suffix" : [ "JR", "Md", "Dr" ], + "period" : { + "start" : "2000-05-01T10:25:31Z" + } + } ], + "telecom" : [ { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString" : "1" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString" : "720" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString" : "5553954" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-extension", + "valueString" : "2" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension" : [ { + "url" : "XTN.2", + "valueString" : "PRN" + }, { + "url" : "XTN.3", + "valueString" : "PH" + }, { + "url" : "XTN.4", + "valueString" : "example@exmaple.com" + }, { + "url" : "XTN.7", + "valueString" : "5553954" + }, { + "url" : "XTN.9", + "valueString" : "any" + }, { + "url" : "XTN.12", + "valueString" : "+1 720 555 3954" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "NK1.5" + } ], + "system" : "phone", + "value" : "+1 720 555 3954", + "use" : "home" + }, { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString" : "1" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString" : "555" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString" : "4672293" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension" : [ { + "url" : "XTN.2", + "valueString" : "WPN" + }, { + "url" : "XTN.3", + "valueString" : "PH" + }, { + "url" : "XTN.7", + "valueString" : "4672293" + }, { + "url" : "XTN.12", + "valueString" : "+1 555 467 2293" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "NK1.6" + } ], + "system" : "phone", + "value" : "+1 555 467 2293", + "use" : "work" + }, { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString" : "1" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString" : "720" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString" : "5553954" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension" : [ { + "url" : "XTN.2", + "valueString" : "WPN" + }, { + "url" : "XTN.3", + "valueString" : "PH" + }, { + "url" : "XTN.7", + "valueString" : "5553954" + }, { + "url" : "XTN.12", + "valueString" : "+1 720 555 3954" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "NK1.31" + } ], + "system" : "phone", + "value" : "+1 720 555 3954", + "use" : "work" + } ], + "address" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "NK1.4" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "4861 20TH AVE" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "H" + } ] + } ], + "use" : "home", + "line" : [ "4861 20TH AVE" ], + "city" : "THUNDER MOUNTAIN", + "state" : "IG", + "postalCode" : "99999", + "country" : "USA" + }, { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-censusTract", + "valueCode" : "12" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "NK1.32" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "4861 20TH AVE" + } ] + }, { + "url" : "XAD.2", + "valueString" : "#B" + }, { + "url" : "XAD.7", + "valueCode" : "H" + }, { + "url" : "XAD.8", + "valueString" : "World" + }, { + "url" : "XAD.11", + "valueCode" : "8" + }, { + "url" : "XAD.12", + "extension" : [ { + "url" : "XAD.12.1", + "valueString" : "2017" + }, { + "url" : "XAD.12.2", + "valueString" : "2025" + } ] + }, { + "url" : "XAD.13", + "valueString" : "2020" + }, { + "url" : "XAD.14", + "valueString" : "2021" + } ] + } ], + "use" : "home", + "line" : [ "4861 20TH AVE", "#B" ], + "city" : "AURORA", + "district" : "King", + "state" : "IG", + "postalCode" : "99999", + "country" : "USA", + "period" : { + "start" : "2020", + "end" : "2021" + } + } ], + "period" : { + "start" : "2022-05-01T10:25:31-04:00", + "_start" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20220501102531-0400" + } ] + }, + "end" : "2023-05-01T10:25:31-04:00", + "_end" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20230501102531-0400" + } ] + } + } + } + }, { + "fullUrl" : "Encounter/1727135930924088000.a87dbe11-c1c3-4713-b55a-e42645a16af1", + "resource" : { + "resourceType" : "Encounter", + "id" : "1727135930924088000.a87dbe11-c1c3-4713-b55a-e42645a16af1", + "text" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/pv2-visit-description", + "valueString" : "Description" + } ], + "div" : "
Description
" + }, + "status" : "finished", + "subject" : { + "reference" : "Patient/1727135930906262000.ea76d474-07bc-4cb2-ae47-5636f0f98fc1" + }, + "episodeOfCare" : [ { + "reference" : "EpisodeOfCare/1727135930924195000.a1e98160-c5f6-4737-bccd-408b05f2f8e4" + } ], + "participant" : [ { + "type" : [ { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "code" : "ATND", + "display" : "attender" + } ] + } ], + "individual" : { + "reference" : "Practitioner/1727135930919771000.9661e4fb-9d28-4282-99a8-38ea7fb1e372" + } + }, { + "type" : [ { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "code" : "REF" + } ], + "text" : "referrer" + } ], + "individual" : { + "reference" : "Practitioner/1727135930920249000.87b8441f-6462-4c72-b6b5-770f6f91117b" + } + }, { + "type" : [ { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "code" : "CON" + } ], + "text" : "consultant" + } ], + "individual" : { + "reference" : "Practitioner/1727135930921223000.4e3c2fae-23d7-4087-bd98-78aa1a1a0941" + } + }, { + "type" : [ { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "code" : "ADM" + } ], + "text" : "admitter" + } ], + "individual" : { + "reference" : "Practitioner/1727135930921776000.fd81838a-fdda-421f-bb71-6d780b0b445f" + } + } ], + "period" : { + "start" : "2024-08-01T10:25:31-04:00", + "_start" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20240801102531-0400" + } ] + }, + "end" : "2024-08-01T10:25:31-04:00", + "_end" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20240801102531-0400" + } ] + } + }, + "length" : { + "value" : 12, + "unit" : "days", + "system" : "http://unitsofmeasure.org/", + "code" : "d" + }, + "hospitalization" : { + "destination" : { + "reference" : "Location/1727135930918737000.646cd403-9137-467b-af49-b1da7d5ffe97" + } + }, + "location" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "PV1.3" + } ], + "location" : { + "reference" : "Location/1727135930922297000.bb8e60f5-2dc2-425d-8b10-779393bd1125" + }, + "status" : "active" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "PV1.6" + } ], + "location" : { + "reference" : "Location/1727135930923963000.10316ce9-ece7-41de-a6b4-4610899a4c97" + }, + "status" : "completed" + } ] + } + }, { + "fullUrl" : "Location/1727135930918737000.646cd403-9137-467b-af49-b1da7d5ffe97", + "resource" : { + "resourceType" : "Location", + "id" : "1727135930918737000.646cd403-9137-467b-af49-b1da7d5ffe97", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/dld2-effective-date", + "valueString" : "202305061200" + } ] + } + }, { + "fullUrl" : "Practitioner/1727135930919771000.9661e4fb-9d28-4282-99a8-38ea7fb1e372", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1727135930919771000.9661e4fb-9d28-4282-99a8-38ea7fb1e372", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "Namespace" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "AssigningSystem" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "UUID" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "LUDWIG" + }, { + "url" : "XCN.4", + "valueString" : "B" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.5", + "valueString" : "2ND" + }, { + "url" : "XCN.7", + "valueString" : "MD" + }, { + "url" : "XCN.10", + "valueString" : "B" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "PV1.7" + } ], + "identifier" : [ { + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "DL" + } ] + }, + "system" : "Namespace", + "value" : "1" + } ], + "name" : [ { + "use" : "official", + "family" : "BEETHOVEN", + "given" : [ "LUDWIG", "B" ], + "prefix" : [ "DR" ], + "suffix" : [ "2ND", "MD", "MD" ] + } ] + } + }, { + "fullUrl" : "Practitioner/1727135930920249000.87b8441f-6462-4c72-b6b5-770f6f91117b", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1727135930920249000.87b8441f-6462-4c72-b6b5-770f6f91117b", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "PV1.8" + } ], + "identifier" : [ { + "value" : "1" + } ], + "name" : [ { + "family" : "MOZART" + } ] + } + }, { + "fullUrl" : "Practitioner/1727135930921223000.4e3c2fae-23d7-4087-bd98-78aa1a1a0941", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1727135930921223000.4e3c2fae-23d7-4087-bd98-78aa1a1a0941", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "PV1.9" + } ], + "identifier" : [ { + "value" : "1" + } ], + "name" : [ { + "family" : "CHOPIN" + } ] + } + }, { + "fullUrl" : "Practitioner/1727135930921776000.fd81838a-fdda-421f-bb71-6d780b0b445f", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1727135930921776000.fd81838a-fdda-421f-bb71-6d780b0b445f", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "PV1.17" + } ], + "identifier" : [ { + "value" : "1" + } ], + "name" : [ { + "family" : "BACH" + } ] + } + }, { + "fullUrl" : "Location/1727135930922297000.bb8e60f5-2dc2-425d-8b10-779393bd1125", + "resource" : { + "resourceType" : "Location", + "id" : "1727135930922297000.bb8e60f5-2dc2-425d-8b10-779393bd1125", + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.1" + } ], + "value" : "Hospital Assigned" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.2,HD.3" + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "ISO" + } ] + }, + "value" : "2.4.4.4" + } ], + "mode" : "instance", + "physicalType" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code" : "si" + } ] + } + } + }, { + "fullUrl" : "Organization/1727135930923372000.558c518f-125e-4428-8dc2-1e1a0c583287", + "resource" : { + "resourceType" : "Organization", + "id" : "1727135930923372000.558c518f-125e-4428-8dc2-1e1a0c583287", + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.1" + } ], + "value" : "ASSIGNEE" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.2,HD.3" + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0301", + "code" : "UUID" + } ] + }, + "system" : "urn:ietf:rfc:3986", + "value" : "222.1111.22222" + } ] + } + }, { + "fullUrl" : "Location/1727135930923963000.10316ce9-ece7-41de-a6b4-4610899a4c97", + "resource" : { + "resourceType" : "Location", + "id" : "1727135930923963000.10316ce9-ece7-41de-a6b4-4610899a4c97", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/pl6-person-location-type", + "valueString" : "location type" + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.1" + } ], + "value" : "Hospital Prio" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.2,HD.3" + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "ISO" + } ] + }, + "value" : "2.4.4.4" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "NAME" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "UNI" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString" : "ISO" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/ei-assigner-organization-type", + "valueString" : "organization" + } ], + "value" : "Entity ID", + "assigner" : { + "reference" : "Organization/1727135930923372000.558c518f-125e-4428-8dc2-1e1a0c583287" + } + } ], + "status" : "active", + "description" : "Description", + "mode" : "instance", + "physicalType" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code" : "si" + } ] + } + } + }, { + "fullUrl" : "EpisodeOfCare/1727135930924195000.a1e98160-c5f6-4737-bccd-408b05f2f8e4", + "resource" : { + "resourceType" : "EpisodeOfCare", + "id" : "1727135930924195000.a1e98160-c5f6-4737-bccd-408b05f2f8e4", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "PV1.54" + } ] + } + }, { + "fullUrl" : "Observation/1727135931054889000.879549dc-018b-47c0-9e9d-a3761a3ea06d", + "resource" : { + "resourceType" : "Observation", + "id" : "1727135931054889000.879549dc-018b-47c0-9e9d-a3761a3ea06d", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString" : "subid" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime" : "2023-09-12T18:08:02-04:00", + "_valueDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20230912180802-0400" + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension" : [ { + "url" : "OBX.2", + "valueId" : "CWE" + }, { + "url" : "OBX.29", + "valueId" : "QST" + }, { + "url" : "OBX.11", + "valueString" : "F" + }, { + "url" : "OBX.18", + "valueReference" : { + "reference" : "Device/1727135931053992000.f372c9ef-a682-4265-b6e7-336c3bbcfb1f" + } + } ] + } ], + "status" : "final", + "subject" : { + "reference" : "Patient/1727135930906262000.ea76d474-07bc-4cb2-ae47-5636f0f98fc1" + }, + "encounter" : { + "reference" : "Encounter/1727135930924088000.a87dbe11-c1c3-4713-b55a-e42645a16af1" + }, + "effectiveDateTime" : "2023-01-01T00:00:00Z", + "_effectiveDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20230101000000" + } ] + }, + "performer" : [ { + "reference" : "PractitionerRole/1727135931055103000.5d95dbb5-68f8-45d7-a9cb-9cf514fb474d" + }, { + "reference" : "PractitionerRole/1727135931055670000.0cf79842-b57f-4148-820c-bfd8890c386c" + } ], + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "SCT" + } ], + "system" : "http://snomed.info/sct", + "code" : "260415000", + "display" : "Not detected" + } ] + }, + "note" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension" : [ { + "url" : "NTE.2", + "valueId" : "L" + }, { + "url" : "NTE.7", + "valueString" : "20230202" + }, { + "url" : "NTE.8", + "valueString" : "20230203" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "OBX Note" + } ], + "time" : "2023-02-01", + "_time" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20230201" + } ] + }, + "text" : "OBX Note" + } ], + "device" : { + "reference" : "Device/1727135931057583000.c23124e0-ba86-4fa4-96df-76637baf2819" + }, + "referenceRange" : [ { + "text" : "range of a few" + } ] + } + }, { + "fullUrl" : "Device/1727135931053992000.f372c9ef-a682-4265-b6e7-336c3bbcfb1f", + "resource" : { + "resourceType" : "Device", + "id" : "1727135931053992000.f372c9ef-a682-4265-b6e7-336c3bbcfb1f", + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "SPTRDEV-001" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.17.840" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "value" : "Device 001" + } ] + } + }, { + "fullUrl" : "Practitioner/1727135931055483000.06a2880c-0745-46c4-866b-fa31e006748b", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1727135931055483000.06a2880c-0745-46c4-866b-fa31e006748b", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "Quinlen" + } ] + } ], + "identifier" : [ { + "value" : "1" + } ], + "name" : [ { + "family" : "Frances", + "given" : [ "Quinlen" ] + } ] + } + }, { + "fullUrl" : "PractitionerRole/1727135931055103000.5d95dbb5-68f8-45d7-a9cb-9cf514fb474d", + "resource" : { + "resourceType" : "PractitionerRole", + "id" : "1727135931055103000.5d95dbb5-68f8-45d7-a9cb-9cf514fb474d", + "practitioner" : { + "reference" : "Practitioner/1727135931055483000.06a2880c-0745-46c4-866b-fa31e006748b" + }, + "code" : [ { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/practitioner-role", + "code" : "responsibleObserver" + } ] + } ] + } + }, { + "fullUrl" : "Practitioner/1727135931056021000.2377666f-d18e-431d-b78b-edc1924717b4", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1727135931056021000.2377666f-d18e-431d-b78b-edc1924717b4", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "Quinlen" + } ] + } ], + "identifier" : [ { + "value" : "1" + } ], + "name" : [ { + "family" : "Mark", + "given" : [ "Quinlen" ] + } ] + } + }, { + "fullUrl" : "Organization/1727135931056698000.d1417f8c-8db8-41a5-b2bf-a762277994cb", + "resource" : { + "resourceType" : "Organization", + "id" : "1727135931056698000.d1417f8c-8db8-41a5-b2bf-a762277994cb", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension" : [ { + "url" : "XON.10", + "valueString" : "11D1111111" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "CLIA" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.113883.4.7" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "XX" + } ] + }, + "value" : "11D1111111" + } ], + "name" : "CSV uploads-11D1111111", + "address" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "2 Second Dr" + } ] + } ] + } ], + "line" : [ "2 Second Dr" ], + "state" : "IG", + "postalCode" : "94553", + "country" : "USA" + } ] + } + }, { + "fullUrl" : "PractitionerRole/1727135931055670000.0cf79842-b57f-4148-820c-bfd8890c386c", + "resource" : { + "resourceType" : "PractitionerRole", + "id" : "1727135931055670000.0cf79842-b57f-4148-820c-bfd8890c386c", + "practitioner" : { + "reference" : "Practitioner/1727135931056021000.2377666f-d18e-431d-b78b-edc1924717b4" + }, + "organization" : { + "reference" : "Organization/1727135931056698000.d1417f8c-8db8-41a5-b2bf-a762277994cb" + }, + "code" : [ { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", + "code" : "MDIR" + } ] + } ] + } + }, { + "fullUrl" : "Device/1727135931057583000.c23124e0-ba86-4fa4-96df-76637baf2819", + "resource" : { + "resourceType" : "Device", + "id" : "1727135931057583000.c23124e0-ba86-4fa4-96df-76637baf2819", + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "SPTRDEV-001" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.17.840" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "value" : "Device 001" + } ] + } + }, { + "fullUrl" : "Specimen/1727135931059633000.93a14262-50f1-4463-be16-524a1bc18a5e", + "resource" : { + "resourceType" : "Specimen", + "id" : "1727135931059633000.93a14262-50f1-4463-be16-524a1bc18a5e", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", + "valueString" : "OBR" + } ] + } + }, { + "fullUrl" : "Specimen/1727135931063598000.b9d9dbb1-b5b6-4cd7-8101-42b82705b282", + "resource" : { + "resourceType" : "Specimen", + "id" : "1727135931063598000.b9d9dbb1-b5b6-4cd7-8101-42b82705b282", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", + "valueString" : "SPM" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/spm-specimen", + "extension" : [ { + "url" : "SPM.26", + "valueString" : "2" + }, { + "url" : "SPM.5", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "SCT" + } ], + "system" : "http://snomed.info/sct", + "version" : "2.67", + "code" : "440500007", + "display" : "SNOMEDTEXT" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } ], + "system" : "http://loinc.org", + "code" : "12345-6", + "display" : "LOINCTEXT" + } ] + } + }, { + "url" : "SPM.6", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "SCT" + } ], + "system" : "http://snomed.info/sct", + "version" : "2.67", + "code" : "440500007", + "display" : "SNOMEDTEXT" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } ], + "system" : "http://loinc.org", + "code" : "12345-6", + "display" : "LOINCTEXT" + } ] + } + }, { + "url" : "SPM.6", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "SCT" + } ], + "system" : "http://snomed.info/sct", + "version" : "2.67", + "code" : "440500007", + "display" : "SNOMEDTEXT" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } ], + "system" : "http://loinc.org", + "code" : "12345-6", + "display" : "LOINCTEXT" + } ] + } + }, { + "url" : "SPM.11", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "SCT" + } ], + "system" : "http://snomed.info/sct", + "version" : "2.67", + "code" : "440500007", + "display" : "SNOMEDTEXT" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } ], + "system" : "http://loinc.org", + "code" : "12345-6", + "display" : "LOINCTEXT" + } ] + } + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/reject-reason", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "440500007", + "display" : "SNOMEDTEXT" + } ] + } + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "Any lab USA-p" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "36D1332559-p" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString" : "CLIA-p" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/filler-assigned-identifier", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", + "valueString" : "380604-s" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "Any lab USA-s" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "36D1332559-s" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString" : "CLIA-s" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", + "valueString" : "SPM.2.1" + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "PGN" + } ] + }, + "value" : "380604-p" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "Any lab USA-s" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "36D1332559-s" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString" : "CLIA-s" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/placer-assigned-identifier", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", + "valueString" : "380604-p" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "Any lab USA-p" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "36D1332559-p" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString" : "CLIA-p" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", + "valueString" : "SPM.2.2" + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "FGN" + } ] + }, + "value" : "380604-s" + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "SCT" + } ], + "system" : "http://snomed.info/sct", + "version" : "2.67", + "code" : "440500007", + "display" : "SNOMEDTEXT" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } ], + "system" : "http://loinc.org", + "code" : "12345-6", + "display" : "LOINCTEXT" + } ] + }, + "receivedTime" : "2021-06-04T11:25:06Z", + "_receivedTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20210604112506+0000" + } ] + }, + "collection" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/bodySiteModifier", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "SCT" + } ], + "system" : "http://snomed.info/sct", + "version" : "2.67", + "code" : "440500007", + "display" : "SNOMEDTEXT" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } ], + "system" : "http://loinc.org", + "code" : "12345-6", + "display" : "LOINCTEXT" + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/bodySiteModifier", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "SCT" + } ], + "system" : "http://snomed.info/sct", + "version" : "2.67", + "code" : "440500007", + "display" : "SNOMEDTEXT" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } ], + "system" : "http://loinc.org", + "code" : "12345-6", + "display" : "LOINCTEXT" + } ] + } + } ], + "collectedPeriod" : { + "start" : "2021-06-04T11:25:00Z", + "_start" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20210604112500+0000" + } ] + }, + "end" : "2021-06-04T11:25:01Z", + "_end" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20210604112501+0000" + } ] + } + }, + "quantity" : { + "value" : 1 + }, + "method" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "SCT" + } ], + "system" : "http://snomed.info/sct", + "version" : "2.67", + "code" : "440500007", + "display" : "SNOMEDTEXT" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } ], + "system" : "http://loinc.org", + "code" : "12345-6", + "display" : "LOINCTEXT" + } ] + }, + "bodySite" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "SCT" + } ], + "system" : "http://snomed.info/sct", + "version" : "2020-09-01", + "code" : "71836000", + "display" : "Nasopharyngeal structure (body structure)" + } ] + } + }, + "container" : [ { + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "SCT" + } ], + "system" : "http://snomed.info/sct", + "version" : "2.67", + "code" : "440500007", + "display" : "SNOMEDTEXT" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } ], + "system" : "http://loinc.org", + "code" : "12345-6", + "display" : "LOINCTEXT" + } ] + }, + "additiveCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "SCT" + } ], + "system" : "http://snomed.info/sct", + "version" : "2.67", + "code" : "440500007", + "display" : "SNOMEDTEXT" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } ], + "system" : "http://loinc.org", + "code" : "12345-6", + "display" : "LOINCTEXT" + } ] + } + } ], + "condition" : [ { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "SCT" + } ], + "system" : "http://snomed.info/sct", + "version" : "2.67", + "code" : "440500007", + "display" : "SNOMEDTEXT" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } ], + "system" : "http://loinc.org", + "code" : "12345-6", + "display" : "LOINCTEXT" + } ] + } ], + "note" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "SPM.14" + } ], + "text" : "TEST" + } ] + } + }, { + "fullUrl" : "ServiceRequest/1727135931070894000.c6da959b-a0b1-4eaf-98fe-482d0ed3f1c9", + "resource" : { + "resourceType" : "ServiceRequest", + "id" : "1727135931070894000.c6da959b-a0b1-4eaf-98fe-482d0ed3f1c9", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", + "valueCode" : "RE" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", + "valueString" : "20230725" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/orc-common-order", + "extension" : [ { + "url" : "ORC.5", + "valueString" : "CM" + }, { + "url" : "orc-21-ordering-facility-name", + "valueReference" : { + "reference" : "Organization/1727135931069957000.71c19ffa-5756-45ab-9871-3441324a6a5c" + } + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", + "extension" : [ { + "url" : "OBR.2", + "valueIdentifier" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "Placer Identifier Namespace" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "Placer Universal ID" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "value" : "Placer Identifier" + } + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "ORC.2" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "SPHL-000048" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.10765" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "PLAC" + } ] + }, + "value" : "Specimen123" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBR.3" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "Filler Identifier Namespace" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "Filler Universal ID" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "FILL" + } ] + }, + "value" : "Filler Identifier" + } ], + "status" : "completed", + "subject" : { + "reference" : "Patient/1727135930906262000.ea76d474-07bc-4cb2-ae47-5636f0f98fc1" + }, + "requester" : { + "reference" : "PractitionerRole/1727135931066802000.c0bfe9b7-bd2c-4733-92f0-a4070369a8bb" + }, + "supportingInfo" : [ { + "reference" : "Observation/1727135931054889000.879549dc-018b-47c0-9e9d-a3761a3ea06d" + } ], + "specimen" : [ { + "reference" : "Specimen/1727135931063598000.b9d9dbb1-b5b6-4cd7-8101-42b82705b282" + }, { + "reference" : "Specimen/1727135931059633000.93a14262-50f1-4463-be16-524a1bc18a5e" + } ] + } + }, { + "fullUrl" : "Location/1727135931067673000.a9013169-6a2b-43b5-808f-85bfde0f8796", + "resource" : { + "resourceType" : "Location", + "id" : "1727135931067673000.a9013169-6a2b-43b5-808f-85bfde0f8796", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ], + "identifier" : [ { + "value" : "2.16.840.1.114222.8.7.6.5.4.1" + } ], + "name" : "STARLINKS.CDC.Stag", + "physicalType" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code" : "si" + } ] + } + } + }, { + "fullUrl" : "Organization/1727135931068013000.3ee86f89-b9b0-4ffd-a206-d1dd46aa9949", + "resource" : { + "resourceType" : "Organization", + "id" : "1727135931068013000.3ee86f89-b9b0-4ffd-a206-d1dd46aa9949", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/name-representation-code", + "valueString" : "A" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension" : [ { + "url" : "XON.10", + "valueString" : "SPHL-000048" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "STARLIMS.CDC.Stag" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.3.3.2.1.2" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference" : { + "reference" : "Location/1727135931067673000.a9013169-6a2b-43b5-808f-85bfde0f8796" + } + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "XX" + } ] + }, + "value" : "SPHL-000048" + } ], + "name" : "CDPH, Viral and Rickettsial Disease Laboratory" + } + }, { + "fullUrl" : "PractitionerRole/1727135931066802000.c0bfe9b7-bd2c-4733-92f0-a4070369a8bb", + "resource" : { + "resourceType" : "PractitionerRole", + "id" : "1727135931066802000.c0bfe9b7-bd2c-4733-92f0-a4070369a8bb", + "organization" : { + "reference" : "Organization/1727135931068013000.3ee86f89-b9b0-4ffd-a206-d1dd46aa9949" + } + } + }, { + "fullUrl" : "Location/1727135931069695000.7de98016-9ca2-41fa-ae43-f5bdb93709a5", + "resource" : { + "resourceType" : "Location", + "id" : "1727135931069695000.7de98016-9ca2-41fa-ae43-f5bdb93709a5", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ], + "identifier" : [ { + "value" : "2.16.840.1.114222.8.7.6.5.4.1" + } ], + "name" : "STARLINKS.CDC.Stag", + "physicalType" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code" : "si" + } ] + } + } + }, { + "fullUrl" : "Organization/1727135931069957000.71c19ffa-5756-45ab-9871-3441324a6a5c", + "resource" : { + "resourceType" : "Organization", + "id" : "1727135931069957000.71c19ffa-5756-45ab-9871-3441324a6a5c", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/name-representation-code", + "valueString" : "A" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension" : [ { + "url" : "XON.10", + "valueString" : "SPHL-000048" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "STARLIMS.CDC.Stag" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.3.3.2.1.2" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference" : { + "reference" : "Location/1727135931069695000.7de98016-9ca2-41fa-ae43-f5bdb93709a5" + } + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "XX" + } ] + }, + "value" : "SPHL-000048" + } ], + "name" : "CDPH, Viral and Rickettsial Disease Laboratory" + } + } ] +} \ No newline at end of file diff --git a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/omlo21/oml_o21-full.hl7 b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/omlo21/oml_o21-full.hl7 new file mode 100644 index 00000000000..42a140f28e6 --- /dev/null +++ b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/omlo21/oml_o21-full.hl7 @@ -0,0 +1,11 @@ +MSH|^~\&|OrderingFacilityApplicationName^2.16.840.1.114222.XXX^ISO|OrderingFacilityName^2.16.840.1.114222.XXX^ISO|txdshslabNBS^2.16.840.1.114222.4.1.181960.2^ISO|txdshslab^2.16.840.1.114222.4.1.181960^ISO|20190720091229|msh8placeholder|OML^O21^OML_O21|0123|P^A|2.5.1|42|msh14placeholder|AL|AL|FR|UNICODE UTF-8||UNICODE UTF-16|PHLabReport-NoAck^PHIN^2.16.840.1.113883.9.11^ISO +SFT|CDC^^789^Check Digit3^C3^CDC OML SFT&2.1.9.1&ISO^MD^Hospital C&2.16.8121.1.113883.9.11&ISO^A^CDC CLIA|ELIMS V11|STARLIMS|Binary ID unknown|testsft5data|20230802180802-0400 +PID|1||test^^^STARLIMS.CDC.Stag&2.16.840.1.114222.4.3.3.2.1.2&ISO^PI^STARLINKED.CDC.Stag&2.16.840.1.114222.9.8.7.6.3.2&ISO~PID123^^^SPHL-000048&2.16.840.1.114222.4.1.10765&ISO^PI||Mega^HL7^MI^^^^L|Mind^FHIR^WI^^^^L|1640|F|||123 Main St^Altxad^AnyTown^IG^95802^USA^H^^Thurston County^^^2020&2024||12345^PRS^CP^real@example.com^1^713^5553861^1^himom^^4^17135553862|9865^EMR^SAT^alsoreal@exmaple.com^1^281^5553861||||||||||Y|11||||2031|Y|||202408211138|RSDT^0.0.0.1.1138^ISO +NK1|1|SURYAN&Prefix&Own&SpousePrefix&Spouse^GENARO^GR^JR^Sir^Md^L^I^^2000&2030^G^20000501102531^2030501102531^Dr|OTH^Other^HL70063^OT^OTHER RELATIONSHIP^L|4861 20TH AVE^^THUNDER MOUNTAIN^IG^99999^USA^H|^PRN^PH^example@exmaple.com^1^720^5553954^2^any^^^+1 720 555 3954|^WPN^PH^^1^555^4672293^^^^^+1 555 467 2293||20220501102531-0400|20230501102531-0400||||||||||||||||||||||^WPN^PH^^1^720^5553954^^^^^+1 720 555 3954|4861 20TH AVE^#B^AURORA^IG^99999^USA^H^World^King^12^8^2017&2025^2020^2021 +PV1|1||^^^Hospital Assigned&2.4.4.4&ISO|||^^^Hospital Prio&2.4.4.4&ISO^active^location type^^^Description^Entity ID&NAME&UNI&ISO^ASSIGNEE&222.1111.22222&UUID|1^BEETHOVEN^LUDWIG^B^2ND^DR^MD^^Namespace&AssigningSystem&UUID^B^^^DL^^^^^^^^MD|1^MOZART|1^CHOPIN||||||||1^BACH||||||||||||||||||||^202305061200|||||||20240801102531-0400|20240801102531-0400 +PV2|||||||||||12|Description +ORC|RE|Specimen123^SPHL-000048^2.16.840.1.114222.4.1.10765^ISO|||CM||||20230725||||||||||||CDPH, Viral and Rickettsial Disease Laboratory^^^^^STARLIMS.CDC.Stag&2.16.840.1.114222.4.3.3.2.1.2&ISO^XX^STARLINKS.CDC.Stag&2.16.840.1.114222.8.7.6.5.4.1&ISO^A^SPHL-000048 +OBR|1|Placer Identifier^Placer Identifier Namespace^Placer Universal ID^ISO|Filler Identifier^Filler Identifier Namespace^Filler Universal ID^ISO +OBX|1|CWE||subid|260415000^Not detected^SCT||range of a few||||F|||20230101000000||1^Frances^Quinlen||Device 001^SPTRDEV-001^2.17.840^ISO|20230912180802-0400||||CSV uploads-11D1111111^^^^^CLIA&2.16.840.1.113883.4.7&ISO^XX^^^11D1111111|2 Second Dr^^^IG^94553^USA|1^Mark^Quinlen||||QST +NTE|1|L|OBX Note|||20230201|20230202|20230203 +SPM|1|380604-p&Any lab USA-p&36D1332559-p&CLIA-p^380604-s&Any lab USA-s&36D1332559-s&CLIA-s||440500007^SNOMEDTEXT^SCT^12345-6^LOINCTEXT^LN^2.67|440500007^SNOMEDTEXT^SCT^12345-6^LOINCTEXT^LN^2.67|440500007^SNOMEDTEXT^SCT^12345-6^LOINCTEXT^LN^2.67~440500007^SNOMEDTEXT^SCT^12345-6^LOINCTEXT^LN^2.67|440500007^SNOMEDTEXT^SCT^12345-6^LOINCTEXT^LN^2.67|71836000^Nasopharyngeal structure (body structure)^SCT^^^^2020-09-01|440500007^SNOMEDTEXT^SCT^12345-6^LOINCTEXT^LN^2.67~440500007^SNOMEDTEXT^SCT^12345-6^LOINCTEXT^LN^2.67||440500007^SNOMEDTEXT^SCT^12345-6^LOINCTEXT^LN^2.67|1||TEST|||20210604112500+0000^20210604112501+0000|20210604112506+0000|||440500007^SNOMEDTEXT|||440500007^SNOMEDTEXT^SCT^12345-6^LOINCTEXT^LN^2.67||2|440500007^SNOMEDTEXT^SCT^12345-6^LOINCTEXT^LN^2.67 diff --git a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/orc_obr-to-servicerequest_diagnosticreport-OML-message.fhir b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/orc_obr-to-servicerequest_diagnosticreport-OML-message.fhir new file mode 100644 index 00000000000..8d4c683eff0 --- /dev/null +++ b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/orc_obr-to-servicerequest_diagnosticreport-OML-message.fhir @@ -0,0 +1,228 @@ +{ + "resourceType" : "Bundle", + "id" : "1727210895046302000.c01043d3-a2b8-4165-8144-3a89a21e51af", + "meta" : { + "lastUpdated" : "2024-09-24T13:48:15.051-07:00" + }, + "identifier" : { + "system" : "https://reportstream.cdc.gov/prime-router", + "value" : "20230816123358" + }, + "type" : "message", + "timestamp" : "2023-08-16T10:33:58.000-07:00", + "entry" : [ { + "fullUrl" : "MessageHeader/1727210895080407000.40c797c7-32d1-40c7-bed8-d6b80027825b", + "resource" : { + "resourceType" : "MessageHeader", + "id" : "1727210895080407000.40c797c7-32d1-40c7-bed8-d6b80027825b", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/encoding-characters", + "valueString" : "^~\\&#" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/msh-message-header", + "extension" : [ { + "url" : "MSH.7", + "valueString" : "20230816123358-0500" + } ] + } ], + "eventCoding" : { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0003", + "code" : "O21", + "display" : "OML^O21^OML_O21" + } + } + }, { + "fullUrl" : "Provenance/1727210895309749000.363e82c1-2a17-4dac-a51a-bcfebaedfbc4", + "resource" : { + "resourceType" : "Provenance", + "id" : "1727210895309749000.363e82c1-2a17-4dac-a51a-bcfebaedfbc4", + "recorded" : "2023-08-16T12:33:58-05:00", + "activity" : { + "coding" : [ { + "display" : "OML^O21^OML_O21" + } ] + } + } + }, { + "fullUrl" : "Provenance/1727210895317838000.2502e208-a7b7-4295-9285-d6b562b5f2cf", + "resource" : { + "resourceType" : "Provenance", + "id" : "1727210895317838000.2502e208-a7b7-4295-9285-d6b562b5f2cf", + "recorded" : "2024-09-24T13:48:15Z", + "policy" : [ "http://hl7.org/fhir/uv/v2mappings/message-oru-r01-to-bundle" ], + "activity" : { + "coding" : [ { + "code" : "v2-FHIR transformation" + } ] + }, + "agent" : [ { + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type", + "code" : "assembler" + } ] + }, + "who" : { + "reference" : "Organization/1727210895317355000.6a6cbbc8-59f8-4d58-b882-b65c759b13e7" + } + } ] + } + }, { + "fullUrl" : "Organization/1727210895317355000.6a6cbbc8-59f8-4d58-b882-b65c759b13e7", + "resource" : { + "resourceType" : "Organization", + "id" : "1727210895317355000.6a6cbbc8-59f8-4d58-b882-b65c759b13e7", + "identifier" : [ { + "value" : "CDC PRIME - Atlanta" + }, { + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0301" + } ] + }, + "system" : "urn:ietf:rfc:3986", + "value" : "2.16.840.1.114222.4.1.237821" + } ] + } + }, { + "fullUrl" : "Patient/1727210895326568000.0cebae00-092c-4429-90d1-bbef9f505ed5", + "resource" : { + "resourceType" : "Patient", + "id" : "1727210895326568000.0cebae00-092c-4429-90d1-bbef9f505ed5" + } + }, { + "fullUrl" : "Provenance/1727210895327024000.4fbda015-793f-40cc-a1e9-a1eb6a5daf3f", + "resource" : { + "resourceType" : "Provenance", + "id" : "1727210895327024000.4fbda015-793f-40cc-a1e9-a1eb6a5daf3f", + "target" : [ { + "reference" : "Patient/1727210895326568000.0cebae00-092c-4429-90d1-bbef9f505ed5" + } ], + "recorded" : "2024-09-24T13:48:15Z", + "activity" : { + "coding" : [ { + "system" : "https://terminology.hl7.org/CodeSystem/v3-DataOperation", + "code" : "UPDATE" + } ] + } + } + }, { + "fullUrl" : "Observation/1727210895329920000.4cf57284-e02c-48cd-aab9-1deda683c63e", + "resource" : { + "resourceType" : "Observation", + "id" : "1727210895329920000.4cf57284-e02c-48cd-aab9-1deda683c63e", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension" : [ { + "url" : "OBX.2", + "valueId" : "CWE" + }, { + "url" : "OBX.11", + "valueString" : "F" + } ] + } ], + "status" : "final", + "subject" : { + "reference" : "Patient/1727210895326568000.0cebae00-092c-4429-90d1-bbef9f505ed5" + }, + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "display" : "Observation Value" + } ] + } + } + }, { + "fullUrl" : "Specimen/1727210895439549000.0c149441-634a-4604-b88f-9ee78d57c4e4", + "resource" : { + "resourceType" : "Specimen", + "id" : "1727210895439549000.0c149441-634a-4604-b88f-9ee78d57c4e4", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", + "valueString" : "OBR" + } ] + } + }, { + "fullUrl" : "Specimen/1727210895441860000.08158d26-3a5e-4015-a193-d6a193dc2567", + "resource" : { + "resourceType" : "Specimen", + "id" : "1727210895441860000.08158d26-3a5e-4015-a193-d6a193dc2567", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", + "valueString" : "SPM" + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "Placer Assigned Identifier" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", + "valueString" : "SPM.2.1" + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "PGN" + } ] + } + } ], + "collection" : { + "bodySite" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "display" : "Specimen Source Site" + } ] + } + } + } + }, { + "fullUrl" : "ServiceRequest/1727210895444883000.cf6a4628-3c45-49be-b512-2746edc3c508", + "resource" : { + "resourceType" : "ServiceRequest", + "id" : "1727210895444883000.cf6a4628-3c45-49be-b512-2746edc3c508", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", + "valueCode" : "RE" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", + "extension" : [ { + "url" : "OBR.2", + "valueIdentifier" : { + "value" : "Placer Identifier" + } + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "ORC.2" + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "PLAC" + } ] + }, + "value" : "ORC Placer Identifier" + } ], + "status" : "unknown", + "subject" : { + "reference" : "Patient/1727210895326568000.0cebae00-092c-4429-90d1-bbef9f505ed5" + }, + "supportingInfo" : [ { + "reference" : "Observation/1727210895329920000.4cf57284-e02c-48cd-aab9-1deda683c63e" + } ], + "specimen" : [ { + "reference" : "Specimen/1727210895441860000.08158d26-3a5e-4015-a193-d6a193dc2567" + }, { + "reference" : "Specimen/1727210895439549000.0c149441-634a-4604-b88f-9ee78d57c4e4" + } ] + } + } ] +} \ No newline at end of file diff --git a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/orc_obr-to-servicerequest_diagnosticreport-OML-message.hl7 b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/orc_obr-to-servicerequest_diagnosticreport-OML-message.hl7 new file mode 100644 index 00000000000..cbba0348297 --- /dev/null +++ b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/orc_obr-to-servicerequest_diagnosticreport-OML-message.hl7 @@ -0,0 +1,6 @@ +MSH|^~\&#|||||20230816123358-0500||OML^O21^OML_O21|20230816123358||2.5.1 +PID|1 +ORC|RE|ORC Placer Identifier +OBR|1|Placer Identifier +OBX|1|CWE|||^Observation Value||||||F +SPM|1|&Placer Assigned Identifier||||||^Specimen Source Site diff --git a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/orc_obr-to-servicerequest_diagnosticreport-obr-populated.fhir b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/orc_obr-to-servicerequest_diagnosticreport-obr-populated.fhir index d86386bb0fd..68061ce8e8c 100644 --- a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/orc_obr-to-servicerequest_diagnosticreport-obr-populated.fhir +++ b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/orc_obr-to-servicerequest_diagnosticreport-obr-populated.fhir @@ -156,6 +156,31 @@ "valueString" : "OBR" } ], + "collection" : { + "collector" : { + "reference" : "Practitioner/1727307988977002000.0a18791e-84bf-45ca-9e55-433f4a5954e0" + }, + "collectedPeriod" : { + "start" : "2023-08-16T12:33:58-05:00", + "_start" : { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20230816123358-0500" + } + ] + }, + "end" : "2023-09-16T12:33:58-05:00", + "_end" : { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20230916123358-0500" + } + ] + } + } + }, "note" : [ { "extension" : [ @@ -205,7 +230,214 @@ } }, { - "fullUrl" : "ServiceRequest/1716961316869011000.096b7105-6f01-44d4-b57c-ca2e7dfe9cfc", + "fullUrl" : "Practitioner/1727307988977002000.0a18791e-84bf-45ca-9e55-433f4a5954e0", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1727307988977002000.0a18791e-84bf-45ca-9e55-433f4a5954e0", + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "AssigningSystem" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } + ] + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ + { + "url" : "XCN.3", + "valueString" : "LUDWIG" + }, + { + "url" : "XCN.4", + "valueString" : "B" + }, + { + "url" : "XCN.20", + "valueString" : "20230501102531-0400" + }, + { + "url" : "XCN.21", + "valueString" : "MD" + }, + { + "url" : "XCN.22", + "valueCodeableConcept" : { + "coding" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } + ], + "code" : "AssignJ" + } + ] + } + }, + { + "url" : "XCN.23", + "valueCodeableConcept" : { + "coding" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } + ], + "code" : "AssignA" + } + ] + } + }, + { + "url" : "XCN.5", + "valueString" : "2ND" + }, + { + "url" : "XCN.7", + "valueString" : "MD" + }, + { + "url" : "XCN.8", + "valueCodeableConcept" : { + "coding" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } + ], + "code" : "SRC" + } + ] + } + }, + { + "url" : "XCN.10", + "valueString" : "B" + }, + { + "url" : "XCN.15", + "valueString" : "A" + }, + { + "url" : "XCN.16", + "valueCodeableConcept" : { + "coding" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } + ], + "code" : "NameContext" + } + ] + } + }, + { + "url" : "XCN.19", + "valueString" : "20220501102531-0400" + } + ] + } + ], + "identifier" : [ + { + "extension" : [ + { + "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString" : "A" + }, + { + "url" : "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode" : "NPI" + } + ], + "type" : { + "coding" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } + ], + "code" : "DL" + } + ] + }, + "system" : "urn:oid:AssigningSystem", + "value" : "1" + } + ], + "name" : [ + { + "extension" : [ + { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", + "valueCode" : "G" + } + ], + "use" : "official", + "family" : "Collector", + "_family" : { + "extension" : [ + { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", + "valueString" : "VAN" + }, + { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name", + "valueString" : "Identifier" + }, + { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", + "valueString" : "VAL" + }, + { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", + "valueString" : "ROGER" + } + ] + }, + "given" : [ + "LUDWIG", + "B" + ], + "prefix" : [ + "DR" + ], + "suffix" : [ + "2ND", + "MD", + "MD" + ], + "period" : { + "start" : "2022-05-01T10:25:31-04:00", + "end" : "2023-05-01T10:25:31-04:00" + } + } + ] + } + }, + { + "fullUrl" : "ServiceRequest/1727307989120333000.e424bf5a-9a96-4b07-8354-c9f7eed60475", "resource" : { "resourceType" : "ServiceRequest", "id" : "1716961316869011000.096b7105-6f01-44d4-b57c-ca2e7dfe9cfc", @@ -3042,7 +3274,7 @@ ], "basedOn" : [ { - "reference" : "ServiceRequest/1716961316869011000.096b7105-6f01-44d4-b57c-ca2e7dfe9cfc" + "reference" : "ServiceRequest/1727307989120333000.e424bf5a-9a96-4b07-8354-c9f7eed60475" } ], "status" : "final", diff --git a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/orc_obr-to-servicerequest_diagnosticreport-obr25-not-mapped.fhir b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/orc_obr-to-servicerequest_diagnosticreport-obr25-not-mapped.fhir index d38884bd48f..acd56095ddf 100644 --- a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/orc_obr-to-servicerequest_diagnosticreport-obr25-not-mapped.fhir +++ b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/orc_obr-to-servicerequest_diagnosticreport-obr25-not-mapped.fhir @@ -119,7 +119,16 @@ "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", "valueString" : "OBR" - } ] + } ], + "collection" : { + "collectedDateTime" : "2023-08-16T12:33:58-05:00", + "_collectedDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20230816123358-0500" + } ] + } + } } }, { "fullUrl" : "ServiceRequest/1722987602982733000.e8242c5b-b8be-42d7-acd2-3d1eabe25403", diff --git a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/orc_obr-to-servicerequest_diagnosticreport-obr25-obrext-not-populated.fhir b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/orc_obr-to-servicerequest_diagnosticreport-obr25-obrext-not-populated.fhir index c3b2e90918a..fc493c10936 100644 --- a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/orc_obr-to-servicerequest_diagnosticreport-obr25-obrext-not-populated.fhir +++ b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/orc_obr-to-servicerequest_diagnosticreport-obr25-obrext-not-populated.fhir @@ -119,7 +119,16 @@ "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", "valueString" : "OBR" - } ] + } ], + "collection" : { + "collectedDateTime" : "2023-08-16T12:33:58-05:00", + "_collectedDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20230816123358-0500" + } ] + } + } } }, { "fullUrl" : "ServiceRequest/1722987602982733000.e8242c5b-b8be-42d7-acd2-3d1eabe25403", diff --git a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/orc_obr-to-servicerequest_diagnosticreport-obr25.fhir b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/orc_obr-to-servicerequest_diagnosticreport-obr25.fhir index 1ac0cce1c41..6bbe487885a 100644 --- a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/orc_obr-to-servicerequest_diagnosticreport-obr25.fhir +++ b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/orc_obr-to-servicerequest_diagnosticreport-obr25.fhir @@ -119,7 +119,16 @@ "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", "valueString" : "OBR" - } ] + } ], + "collection" : { + "collectedDateTime" : "2023-08-16T12:33:58-05:00", + "_collectedDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20230816123358-0500" + } ] + } + } } }, { "fullUrl" : "ServiceRequest/1722989968971318000.27111d05-0304-40a6-b9f2-36a4d217b030", diff --git a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/orc_obr-to-servicerequest_diagnosticreport-obr8-not-populated.fhir b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/orc_obr-to-servicerequest_diagnosticreport-obr8-not-populated.fhir index be1721745f9..c3b02918aca 100644 --- a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/orc_obr-to-servicerequest_diagnosticreport-obr8-not-populated.fhir +++ b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/orc_obr-to-servicerequest_diagnosticreport-obr8-not-populated.fhir @@ -119,7 +119,16 @@ "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", "valueString" : "OBR" - } ] + } ], + "collection" : { + "collectedDateTime" : "2021-08-16T12:33:58-05:00", + "_collectedDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20210816123358-0500" + } ] + } + } } }, { "fullUrl" : "ServiceRequest/1710885177785768000.9ad05561-d558-46bd-afd4-18b1b895213f", @@ -150,11 +159,11 @@ "subject" : { "reference" : "Patient/1710885177487304000.8acbfe50-ad34-4a1a-b0bf-284256794cae" }, - "effectiveDateTime" : "2023-08-16T12:33:58-05:00", + "effectiveDateTime" : "2021-08-16T12:33:58-05:00", "_effectiveDateTime" : { "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230816123358-0500" + "valueString" : "20210816123358-0500" } ] }, "specimen" : [ { diff --git a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/orc_obr-to-servicerequest_diagnosticreport-obr8-not-populated.hl7 b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/orc_obr-to-servicerequest_diagnosticreport-obr8-not-populated.hl7 index 40c08b7c477..c97344243cb 100644 --- a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/orc_obr-to-servicerequest_diagnosticreport-obr8-not-populated.hl7 +++ b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/orc_obr-to-servicerequest_diagnosticreport-obr8-not-populated.hl7 @@ -1,3 +1,3 @@ MSH|^~\&#|||||20230816123358-0500||ORU^R01^ORU_R01|20230816123358||2.5.1 PID|1 -OBR|1||||||20230816123358-0500||||||||||||||||||F \ No newline at end of file +OBR|1||||||20210816123358-0500||||||||||||||||||F \ No newline at end of file diff --git a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/orc_obr-to-servicerequest_diagnosticreport-obr8-populated.fhir b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/orc_obr-to-servicerequest_diagnosticreport-obr8-populated.fhir new file mode 100644 index 00000000000..19f8354896d --- /dev/null +++ b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/orc_obr-to-servicerequest_diagnosticreport-obr8-populated.fhir @@ -0,0 +1,192 @@ +{ + "resourceType" : "Bundle", + "id" : "1727214434506826000.c1c9ce67-32d3-4763-b4c4-f1d2776fc43c", + "meta" : { + "lastUpdated" : "2024-09-24T14:47:14.511-07:00" + }, + "identifier" : { + "system" : "https://reportstream.cdc.gov/prime-router", + "value" : "20230816123358" + }, + "type" : "message", + "timestamp" : "2023-08-16T10:33:58.000-07:00", + "entry" : [ { + "fullUrl" : "MessageHeader/1727214434543241000.a6f6f7bd-c70c-4c7f-939d-755c3c65c83e", + "resource" : { + "resourceType" : "MessageHeader", + "id" : "1727214434543241000.a6f6f7bd-c70c-4c7f-939d-755c3c65c83e", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/encoding-characters", + "valueString" : "^~\\&#" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/msh-message-header", + "extension" : [ { + "url" : "MSH.7", + "valueString" : "20230816123358-0500" + } ] + } ], + "eventCoding" : { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0003", + "code" : "R01", + "display" : "ORU^R01^ORU_R01" + } + } + }, { + "fullUrl" : "Provenance/1727214434821404000.fad2bf74-be6d-4437-90ba-7f792cd09434", + "resource" : { + "resourceType" : "Provenance", + "id" : "1727214434821404000.fad2bf74-be6d-4437-90ba-7f792cd09434", + "target" : [ { + "reference" : "MessageHeader/1727214434543241000.a6f6f7bd-c70c-4c7f-939d-755c3c65c83e" + }, { + "reference" : "DiagnosticReport/1727214434964909000.a8f9070b-7a37-462c-bbac-4e6855d690df" + } ], + "recorded" : "2023-08-16T12:33:58-05:00", + "activity" : { + "coding" : [ { + "display" : "ORU^R01^ORU_R01" + } ] + } + } + }, { + "fullUrl" : "Provenance/1727214434826963000.dacdba9a-2df8-4b93-80bb-87d78e6b31cd", + "resource" : { + "resourceType" : "Provenance", + "id" : "1727214434826963000.dacdba9a-2df8-4b93-80bb-87d78e6b31cd", + "recorded" : "2024-09-24T14:47:14Z", + "policy" : [ "http://hl7.org/fhir/uv/v2mappings/message-oru-r01-to-bundle" ], + "activity" : { + "coding" : [ { + "code" : "v2-FHIR transformation" + } ] + }, + "agent" : [ { + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type", + "code" : "assembler" + } ] + }, + "who" : { + "reference" : "Organization/1727214434826509000.f1c68d3f-b7d1-4c26-9d52-d899b9856680" + } + } ] + } + }, { + "fullUrl" : "Organization/1727214434826509000.f1c68d3f-b7d1-4c26-9d52-d899b9856680", + "resource" : { + "resourceType" : "Organization", + "id" : "1727214434826509000.f1c68d3f-b7d1-4c26-9d52-d899b9856680", + "identifier" : [ { + "value" : "CDC PRIME - Atlanta" + }, { + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0301" + } ] + }, + "system" : "urn:ietf:rfc:3986", + "value" : "2.16.840.1.114222.4.1.237821" + } ] + } + }, { + "fullUrl" : "Patient/1727214434839271000.c9012071-3392-4f3a-83ba-698629cc8314", + "resource" : { + "resourceType" : "Patient", + "id" : "1727214434839271000.c9012071-3392-4f3a-83ba-698629cc8314" + } + }, { + "fullUrl" : "Provenance/1727214434839911000.1274c483-0b10-48a1-8af4-cfe910092753", + "resource" : { + "resourceType" : "Provenance", + "id" : "1727214434839911000.1274c483-0b10-48a1-8af4-cfe910092753", + "target" : [ { + "reference" : "Patient/1727214434839271000.c9012071-3392-4f3a-83ba-698629cc8314" + } ], + "recorded" : "2024-09-24T14:47:14Z", + "activity" : { + "coding" : [ { + "system" : "https://terminology.hl7.org/CodeSystem/v3-DataOperation", + "code" : "UPDATE" + } ] + } + } + }, { + "fullUrl" : "Specimen/1727214434841147000.0f667d95-f620-43f5-93f1-4d8842174085", + "resource" : { + "resourceType" : "Specimen", + "id" : "1727214434841147000.0f667d95-f620-43f5-93f1-4d8842174085", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", + "valueString" : "OBR" + } ], + "collection" : { + "collectedPeriod" : { + "start" : "2023-08-16T12:33:58-05:00", + "_start" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20230816123358-0500" + } ] + }, + "end" : "2024-08-16T12:33:58-05:00", + "_end" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20240816123358-0500" + } ] + } + } + } + } + }, { + "fullUrl" : "ServiceRequest/1727214434962556000.3fdd6e86-1f54-4904-80c0-cb4e342b6432", + "resource" : { + "resourceType" : "ServiceRequest", + "id" : "1727214434962556000.3fdd6e86-1f54-4904-80c0-cb4e342b6432", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", + "extension" : [ { + "url" : "OBR.25", + "valueId" : "F" + } ] + } ], + "status" : "unknown", + "subject" : { + "reference" : "Patient/1727214434839271000.c9012071-3392-4f3a-83ba-698629cc8314" + } + } + }, { + "fullUrl" : "DiagnosticReport/1727214434964909000.a8f9070b-7a37-462c-bbac-4e6855d690df", + "resource" : { + "resourceType" : "DiagnosticReport", + "id" : "1727214434964909000.a8f9070b-7a37-462c-bbac-4e6855d690df", + "basedOn" : [ { + "reference" : "ServiceRequest/1727214434962556000.3fdd6e86-1f54-4904-80c0-cb4e342b6432" + } ], + "status" : "final", + "subject" : { + "reference" : "Patient/1727214434839271000.c9012071-3392-4f3a-83ba-698629cc8314" + }, + "effectivePeriod" : { + "start" : "2023-08-16T12:33:58-05:00", + "_start" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20230816123358-0500" + } ] + }, + "end" : "2024-08-16T12:33:58-05:00", + "_end" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20240816123358-0500" + } ] + } + }, + "specimen" : [ { + "reference" : "Specimen/1727214434841147000.0f667d95-f620-43f5-93f1-4d8842174085" + } ] + } + } ] +} \ No newline at end of file diff --git a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/orc_obr-to-servicerequest_diagnosticreport-obr8-populated.hl7 b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/orc_obr-to-servicerequest_diagnosticreport-obr8-populated.hl7 new file mode 100644 index 00000000000..af9ad388d6e --- /dev/null +++ b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/orc_obr-to-servicerequest_diagnosticreport-obr8-populated.hl7 @@ -0,0 +1,3 @@ +MSH|^~\&#|||||20230816123358-0500||ORU^R01^ORU_R01|20230816123358||2.5.1 +PID|1 +OBR|1||||||20230816123358-0500|20240816123358-0500|||||||||||||||||F \ No newline at end of file diff --git a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/orc_obr-to-servicerequest_diagnosticreport-orc-obr-populated.fhir b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/orc_obr-to-servicerequest_diagnosticreport-orc-obr-populated.fhir index 74402359566..069245225fc 100644 --- a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/orc_obr-to-servicerequest_diagnosticreport-orc-obr-populated.fhir +++ b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/orc_obr-to-servicerequest_diagnosticreport-orc-obr-populated.fhir @@ -156,6 +156,31 @@ "valueString" : "OBR" } ], + "collection" : { + "collector" : { + "reference" : "Practitioner/1727212329144859000.0332f28c-28e8-4098-bb7e-d3db7ffead1e" + }, + "collectedPeriod" : { + "start" : "2023-08-16T12:33:58-05:00", + "_start" : { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20230816123358-0500" + } + ] + }, + "end" : "2023-09-16T12:33:58-05:00", + "_end" : { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20230916123358-0500" + } + ] + } + } + }, "note" : [ { "extension" : [ @@ -183,7 +208,214 @@ } }, { - "fullUrl" : "ServiceRequest/1716961419201447000.c6b89d4a-7bf4-4b73-9069-68f887e3c4be", + "fullUrl" : "Practitioner/1727212329144859000.0332f28c-28e8-4098-bb7e-d3db7ffead1e", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1727212329144859000.0332f28c-28e8-4098-bb7e-d3db7ffead1e", + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "AssigningSystem" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } + ] + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ + { + "url" : "XCN.3", + "valueString" : "LUDWIG" + }, + { + "url" : "XCN.4", + "valueString" : "B" + }, + { + "url" : "XCN.20", + "valueString" : "20230501102531-0400" + }, + { + "url" : "XCN.21", + "valueString" : "MD" + }, + { + "url" : "XCN.22", + "valueCodeableConcept" : { + "coding" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } + ], + "code" : "AssignJ" + } + ] + } + }, + { + "url" : "XCN.23", + "valueCodeableConcept" : { + "coding" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } + ], + "code" : "AssignA" + } + ] + } + }, + { + "url" : "XCN.5", + "valueString" : "2ND" + }, + { + "url" : "XCN.7", + "valueString" : "MD" + }, + { + "url" : "XCN.8", + "valueCodeableConcept" : { + "coding" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } + ], + "code" : "SRC" + } + ] + } + }, + { + "url" : "XCN.10", + "valueString" : "B" + }, + { + "url" : "XCN.15", + "valueString" : "A" + }, + { + "url" : "XCN.16", + "valueCodeableConcept" : { + "coding" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } + ], + "code" : "NameContext" + } + ] + } + }, + { + "url" : "XCN.19", + "valueString" : "20220501102531-0400" + } + ] + } + ], + "identifier" : [ + { + "extension" : [ + { + "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString" : "A" + }, + { + "url" : "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode" : "NPI" + } + ], + "type" : { + "coding" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } + ], + "code" : "DL" + } + ] + }, + "system" : "urn:oid:AssigningSystem", + "value" : "1" + } + ], + "name" : [ + { + "extension" : [ + { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", + "valueCode" : "G" + } + ], + "use" : "official", + "family" : "Collector", + "_family" : { + "extension" : [ + { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", + "valueString" : "VAN" + }, + { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name", + "valueString" : "Identifier" + }, + { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", + "valueString" : "VAL" + }, + { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", + "valueString" : "ROGER" + } + ] + }, + "given" : [ + "LUDWIG", + "B" + ], + "prefix" : [ + "DR" + ], + "suffix" : [ + "2ND", + "MD", + "MD" + ], + "period" : { + "start" : "2022-05-01T10:25:31-04:00", + "end" : "2023-05-01T10:25:31-04:00" + } + } + ] + } + }, + { + "fullUrl" : "ServiceRequest/1727212329304688000.16d7eaa9-940a-415c-a7c5-b4f9f35b4d9d", "resource" : { "resourceType" : "ServiceRequest", "id" : "1716961419201447000.c6b89d4a-7bf4-4b73-9069-68f887e3c4be", @@ -4186,7 +4418,7 @@ ], "basedOn" : [ { - "reference" : "ServiceRequest/1716961419201447000.c6b89d4a-7bf4-4b73-9069-68f887e3c4be" + "reference" : "ServiceRequest/1727212329304688000.16d7eaa9-940a-415c-a7c5-b4f9f35b4d9d" } ], "status" : "final", diff --git a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orur01/oru_r01-full.fhir b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orur01/oru_r01-full.fhir index b66247c7613..650ccf43797 100644 --- a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orur01/oru_r01-full.fhir +++ b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orur01/oru_r01-full.fhir @@ -1738,6 +1738,26 @@ } } ], + "relationship" : [ + { + "coding" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70131" + } + ], + "code" : "N", + "display" : "Next-of-Kin" + } + ] + } + ], "name" : { "extension" : [ { @@ -3937,7 +3957,18 @@ "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", "valueString" : "OBR" } - ] + ], + "collection" : { + "collectedDateTime" : "2023-07-24T15:24:00Z", + "_collectedDateTime" : { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "202307241524" + } + ] + } + } } }, { @@ -3950,7 +3981,18 @@ "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", "valueString" : "OBR" } - ] + ], + "collection" : { + "collectedDateTime" : "2023-07-24T15:24:00Z", + "_collectedDateTime" : { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "202307241524" + } + ] + } + } } }, { diff --git a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/xcn/xcn-to-practitioner-dns-assigning-authority.fhir b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/xcn/xcn-to-practitioner-dns-assigning-authority.fhir index 8532300100f..59147cb34ab 100644 --- a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/xcn/xcn-to-practitioner-dns-assigning-authority.fhir +++ b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/xcn/xcn-to-practitioner-dns-assigning-authority.fhir @@ -119,6 +119,181 @@ "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", "valueString" : "OBR" + } ], + "collection" : { + "collector" : { + "reference" : "Practitioner/1727304366494814000.cc8d525e-b129-4f37-9f38-d03e3486de51" + } + } + } + }, { + "fullUrl" : "Organization/1727304366487498000.2d40a841-7f5a-4618-b329-13aac7daf1ed", + "resource" : { + "resourceType" : "Organization", + "id" : "1727304366487498000.2d40a841-7f5a-4618-b329-13aac7daf1ed", + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.1" + } ], + "value" : "Namespace" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.2,HD.3" + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0301", + "code" : "DNS" + } ] + }, + "value" : "AssigningOrganization" + } ] + } + }, { + "fullUrl" : "Practitioner/1727304366494814000.cc8d525e-b129-4f37-9f38-d03e3486de51", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1727304366494814000.cc8d525e-b129-4f37-9f38-d03e3486de51", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "Namespace" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-unknown-type", + "valueCode" : "AssigningOrganization" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "DNS" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "LUDWIG" + }, { + "url" : "XCN.4", + "valueString" : "B" + }, { + "url" : "XCN.20", + "valueString" : "20230501102531-0400" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.22", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "AssignJ" + } ] + } + }, { + "url" : "XCN.23", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "AssignA" + } ] + } + }, { + "url" : "XCN.5", + "valueString" : "2ND" + }, { + "url" : "XCN.7", + "valueString" : "MD" + }, { + "url" : "XCN.8", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "SRC" + } ] + } + }, { + "url" : "XCN.10", + "valueString" : "B" + }, { + "url" : "XCN.15", + "valueString" : "A" + }, { + "url" : "XCN.16", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "NameContext" + } ] + } + }, { + "url" : "XCN.19", + "valueString" : "20220501102531-0400" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString" : "A" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode" : "NPI" + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "DL" + } ] + }, + "value" : "1", + "assigner" : { + "reference" : "Organization/1727304366487498000.2d40a841-7f5a-4618-b329-13aac7daf1ed" + } + } ], + "name" : [ { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", + "valueCode" : "G" + } ], + "use" : "official", + "family" : "BEETHOVEN", + "_family" : { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", + "valueString" : "VAN" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name", + "valueString" : "BEETHOVEN" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", + "valueString" : "VAL" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", + "valueString" : "ROGER" + } ] + }, + "given" : [ "LUDWIG", "B" ], + "prefix" : [ "DR" ], + "suffix" : [ "2ND", "MD", "MD" ], + "period" : { + "start" : "2022-05-01T10:25:31-04:00", + "end" : "2023-05-01T10:25:31-04:00" + } } ] } }, { diff --git a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/xcn/xcn-to-practitioner-iso-assigning-authority-no-namespace.fhir b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/xcn/xcn-to-practitioner-iso-assigning-authority-no-namespace.fhir index 40b0b6f3d75..d75492e7ad2 100644 --- a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/xcn/xcn-to-practitioner-iso-assigning-authority-no-namespace.fhir +++ b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/xcn/xcn-to-practitioner-iso-assigning-authority-no-namespace.fhir @@ -119,6 +119,153 @@ "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", "valueString" : "OBR" + } ], + "collection" : { + "collector" : { + "reference" : "Practitioner/1727304384512381000.a6b114dc-38b9-4be5-8fc8-69a3b4c4763a" + } + } + } + }, { + "fullUrl" : "Practitioner/1727304384512381000.a6b114dc-38b9-4be5-8fc8-69a3b4c4763a", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1727304384512381000.a6b114dc-38b9-4be5-8fc8-69a3b4c4763a", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "AssigningSystem" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "LUDWIG" + }, { + "url" : "XCN.4", + "valueString" : "B" + }, { + "url" : "XCN.20", + "valueString" : "20230501102531-0400" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.22", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "AssignJ" + } ] + } + }, { + "url" : "XCN.23", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "AssignA" + } ] + } + }, { + "url" : "XCN.5", + "valueString" : "2ND" + }, { + "url" : "XCN.7", + "valueString" : "MD" + }, { + "url" : "XCN.8", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "SRC" + } ] + } + }, { + "url" : "XCN.10", + "valueString" : "B" + }, { + "url" : "XCN.15", + "valueString" : "A" + }, { + "url" : "XCN.16", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "NameContext" + } ] + } + }, { + "url" : "XCN.19", + "valueString" : "20220501102531-0400" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString" : "A" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode" : "NPI" + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "DL" + } ] + }, + "system" : "urn:oid:AssigningSystem", + "value" : "1" + } ], + "name" : [ { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", + "valueCode" : "G" + } ], + "use" : "official", + "family" : "BEETHOVEN", + "_family" : { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", + "valueString" : "VAN" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name", + "valueString" : "BEETHOVEN" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", + "valueString" : "VAL" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", + "valueString" : "ROGER" + } ] + }, + "given" : [ "LUDWIG", "B" ], + "prefix" : [ "DR" ], + "suffix" : [ "2ND", "MD", "MD" ], + "period" : { + "start" : "2022-05-01T10:25:31-04:00", + "end" : "2023-05-01T10:25:31-04:00" + } } ] } }, { diff --git a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/xcn/xcn-to-practitioner-uuid-assigning-authority-no-namespace.fhir b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/xcn/xcn-to-practitioner-uuid-assigning-authority-no-namespace.fhir index 7f2920c332e..1ff02adbc13 100644 --- a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/xcn/xcn-to-practitioner-uuid-assigning-authority-no-namespace.fhir +++ b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/xcn/xcn-to-practitioner-uuid-assigning-authority-no-namespace.fhir @@ -119,6 +119,153 @@ "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", "valueString" : "OBR" + } ], + "collection" : { + "collector" : { + "reference" : "Practitioner/1727304402699199000.949e4021-ec8e-4d4b-b33b-2e1b91269fde" + } + } + } + }, { + "fullUrl" : "Practitioner/1727304402699199000.949e4021-ec8e-4d4b-b33b-2e1b91269fde", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1727304402699199000.949e4021-ec8e-4d4b-b33b-2e1b91269fde", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "AssigningSystem" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "UUID" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "LUDWIG" + }, { + "url" : "XCN.4", + "valueString" : "B" + }, { + "url" : "XCN.20", + "valueString" : "20230501102531-0400" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.22", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "AssignJ" + } ] + } + }, { + "url" : "XCN.23", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "AssignA" + } ] + } + }, { + "url" : "XCN.5", + "valueString" : "2ND" + }, { + "url" : "XCN.7", + "valueString" : "MD" + }, { + "url" : "XCN.8", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "SRC" + } ] + } + }, { + "url" : "XCN.10", + "valueString" : "B" + }, { + "url" : "XCN.15", + "valueString" : "A" + }, { + "url" : "XCN.16", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "NameContext" + } ] + } + }, { + "url" : "XCN.19", + "valueString" : "20220501102531-0400" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString" : "A" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode" : "NPI" + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "DL" + } ] + }, + "system" : "urn:uuid:AssigningSystem", + "value" : "1" + } ], + "name" : [ { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", + "valueCode" : "G" + } ], + "use" : "official", + "family" : "BEETHOVEN", + "_family" : { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", + "valueString" : "VAN" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name", + "valueString" : "BEETHOVEN" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", + "valueString" : "VAL" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", + "valueString" : "ROGER" + } ] + }, + "given" : [ "LUDWIG", "B" ], + "prefix" : [ "DR" ], + "suffix" : [ "2ND", "MD", "MD" ], + "period" : { + "start" : "2022-05-01T10:25:31-04:00", + "end" : "2023-05-01T10:25:31-04:00" + } } ] } }, { diff --git a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/xcn/xcn-to-practitioner-uuid-assigning-authority.fhir b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/xcn/xcn-to-practitioner-uuid-assigning-authority.fhir index 65977d67328..0383bf570df 100644 --- a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/xcn/xcn-to-practitioner-uuid-assigning-authority.fhir +++ b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/xcn/xcn-to-practitioner-uuid-assigning-authority.fhir @@ -119,6 +119,154 @@ "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", "valueString" : "OBR" + } ], + "collection" : { + "collector" : { + "reference" : "Practitioner/1727304420767220000.565b33ce-7934-48cc-a73e-8dc89591b0c7" + } + } + } + }, { + "fullUrl" : "Practitioner/1727304420767220000.565b33ce-7934-48cc-a73e-8dc89591b0c7", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1727304420767220000.565b33ce-7934-48cc-a73e-8dc89591b0c7", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "Namespace" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "AssigningSystem" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "UUID" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "LUDWIG" + }, { + "url" : "XCN.4", + "valueString" : "B" + }, { + "url" : "XCN.20", + "valueString" : "20230501102531-0400" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.22", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "AssignJ" + } ] + } + }, { + "url" : "XCN.23", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "AssignA" + } ] + } + }, { + "url" : "XCN.5", + "valueString" : "2ND" + }, { + "url" : "XCN.7", + "valueString" : "MD" + }, { + "url" : "XCN.8", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "SRC" + } ] + } + }, { + "url" : "XCN.10", + "valueString" : "B" + }, { + "url" : "XCN.15", + "valueString" : "A" + }, { + "url" : "XCN.16", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "NameContext" + } ] + } + }, { + "url" : "XCN.19", + "valueString" : "20220501102531-0400" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString" : "A" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode" : "NPI" + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "DL" + } ] + }, + "system" : "Namespace", + "value" : "1" + } ], + "name" : [ { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", + "valueCode" : "G" + } ], + "use" : "official", + "family" : "BEETHOVEN", + "_family" : { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", + "valueString" : "VAN" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name", + "valueString" : "BEETHOVEN" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", + "valueString" : "VAL" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", + "valueString" : "ROGER" + } ] + }, + "given" : [ "LUDWIG", "B" ], + "prefix" : [ "DR" ], + "suffix" : [ "2ND", "MD", "MD" ], + "period" : { + "start" : "2022-05-01T10:25:31-04:00", + "end" : "2023-05-01T10:25:31-04:00" + } } ] } }, { diff --git a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/xcn/xcn-to-practitioner-xcn17-populated-xcn19-20-empty.fhir b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/xcn/xcn-to-practitioner-xcn17-populated-xcn19-20-empty.fhir index 882f429ba09..9a8b0a681e0 100644 --- a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/xcn/xcn-to-practitioner-xcn17-populated-xcn19-20-empty.fhir +++ b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/xcn/xcn-to-practitioner-xcn17-populated-xcn19-20-empty.fhir @@ -119,6 +119,182 @@ "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", "valueString" : "OBR" + } ], + "collection" : { + "collector" : { + "reference" : "Practitioner/1727304438324115000.3dfba4c9-5e76-4338-b2e9-89907e75241a" + } + } + } + }, { + "fullUrl" : "Organization/1727304438317825000.e129e05b-da22-41c5-8c56-ae39fdf7240c", + "resource" : { + "resourceType" : "Organization", + "id" : "1727304438317825000.e129e05b-da22-41c5-8c56-ae39fdf7240c", + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.1" + } ], + "value" : "Namespace" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.2,HD.3" + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0301" + } ] + }, + "value" : "AssigningOrganization" + } ] + } + }, { + "fullUrl" : "Practitioner/1727304438324115000.3dfba4c9-5e76-4338-b2e9-89907e75241a", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1727304438324115000.3dfba4c9-5e76-4338-b2e9-89907e75241a", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "Namespace" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-unknown-type", + "valueCode" : "AssigningOrganization" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "LUDWIG" + }, { + "url" : "XCN.4", + "valueString" : "B" + }, { + "url" : "XCN.21", + "valueString" : "PHD" + }, { + "url" : "XCN.22", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "AssignJ" + } ] + } + }, { + "url" : "XCN.23", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "AssignA" + } ] + } + }, { + "url" : "XCN.5", + "valueString" : "2ND" + }, { + "url" : "XCN.7", + "valueString" : "MD" + }, { + "url" : "XCN.8", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "SRC" + } ] + } + }, { + "url" : "XCN.10", + "valueString" : "B" + }, { + "url" : "XCN.15", + "valueString" : "A" + }, { + "url" : "XCN.16", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "NameContext" + } ] + } + }, { + "url" : "XCN.17", + "extension" : [ { + "url" : "XCN.17.2", + "valueString" : "20230501102531-0400" + }, { + "url" : "XCN.17.1", + "valueString" : "20220501102531-0400" + } ] + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString" : "A" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode" : "NPI" + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "DL" + } ] + }, + "value" : "123", + "assigner" : { + "reference" : "Organization/1727304438317825000.e129e05b-da22-41c5-8c56-ae39fdf7240c" + } + } ], + "name" : [ { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", + "valueCode" : "G" + } ], + "use" : "official", + "family" : "BEETHOVEN", + "_family" : { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", + "valueString" : "VAN" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name", + "valueString" : "BEETHOVEN" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", + "valueString" : "VAL" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", + "valueString" : "ROGER" + } ] + }, + "given" : [ "LUDWIG", "B" ], + "prefix" : [ "DR" ], + "suffix" : [ "2ND", "MD", "PHD" ], + "period" : { + "start" : "2022-05-01T10:25:31-04:00", + "end" : "2023-05-01T10:25:31-04:00" + } } ] } }, { diff --git a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/xcn/xcn-to-practitioner-xcn19-20-populated-xcn17-empty.fhir b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/xcn/xcn-to-practitioner-xcn19-20-populated-xcn17-empty.fhir index 0036b190730..1fe159927a1 100644 --- a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/xcn/xcn-to-practitioner-xcn19-20-populated-xcn17-empty.fhir +++ b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/xcn/xcn-to-practitioner-xcn19-20-populated-xcn17-empty.fhir @@ -119,6 +119,181 @@ "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", "valueString" : "OBR" + } ], + "collection" : { + "collector" : { + "reference" : "Practitioner/1727304456307569000.987a27c7-80ce-4124-aafe-85d3216af5fe" + } + } + } + }, { + "fullUrl" : "Organization/1727304456300587000.4cfb13ca-0b46-46e6-bc24-e0eebdae5f5e", + "resource" : { + "resourceType" : "Organization", + "id" : "1727304456300587000.4cfb13ca-0b46-46e6-bc24-e0eebdae5f5e", + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.1" + } ], + "value" : "Namespace" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.2,HD.3" + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0301", + "code" : "L" + } ] + }, + "value" : "AssigningOrganization" + } ] + } + }, { + "fullUrl" : "Practitioner/1727304456307569000.987a27c7-80ce-4124-aafe-85d3216af5fe", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1727304456307569000.987a27c7-80ce-4124-aafe-85d3216af5fe", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "Namespace" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-unknown-type", + "valueCode" : "AssigningOrganization" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "L" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "LUDWIG" + }, { + "url" : "XCN.4", + "valueString" : "B" + }, { + "url" : "XCN.20", + "valueString" : "20230501102531-0400" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.22", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "AssignJ" + } ] + } + }, { + "url" : "XCN.23", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "AssignA" + } ] + } + }, { + "url" : "XCN.5", + "valueString" : "2ND" + }, { + "url" : "XCN.7", + "valueString" : "MD" + }, { + "url" : "XCN.8", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "SRC" + } ] + } + }, { + "url" : "XCN.10", + "valueString" : "B" + }, { + "url" : "XCN.15", + "valueString" : "A" + }, { + "url" : "XCN.16", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "NameContext" + } ] + } + }, { + "url" : "XCN.19", + "valueString" : "20220501102531-0400" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString" : "A" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode" : "NPI" + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "DL" + } ] + }, + "value" : "1", + "assigner" : { + "reference" : "Organization/1727304456300587000.4cfb13ca-0b46-46e6-bc24-e0eebdae5f5e" + } + } ], + "name" : [ { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", + "valueCode" : "G" + } ], + "use" : "official", + "family" : "BEETHOVEN", + "_family" : { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", + "valueString" : "VAN" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name", + "valueString" : "BEETHOVEN" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", + "valueString" : "VAL" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", + "valueString" : "ROGER" + } ] + }, + "given" : [ "LUDWIG", "B" ], + "prefix" : [ "DR" ], + "suffix" : [ "2ND", "MD", "MD" ], + "period" : { + "start" : "2022-05-01T10:25:31-04:00", + "end" : "2023-05-01T10:25:31-04:00" + } } ] } }, { From 9b4f36c6dadabaa93480b55a136712eae539b311 Mon Sep 17 00:00:00 2001 From: Josh Fisk Date: Fri, 25 Oct 2024 12:50:03 -0700 Subject: [PATCH 12/61] Update ORM mappings (#16299) * Create ORM integration tests * Adding ORM Java classes * Updating ORM/OML Mappings * Updating existing configuration tests with newly available fhir mappings * Accidentally left a comment in * And another one * Updating code comment with issue link * Order Detail Segment comment --- prime-router/build.gradle.kts | 1 + .../HL7/catchall/hl7/message/OML_O21.yml | 2 +- .../HL7/catchall/hl7/message/ORM_O01.yml | 50 +- .../catchall/hl7/segments/OBX/Observation.yml | 8 - .../hl7/segments/ORC/ServiceRequest.yml | 2 +- .../group/ORM_O01_OBSERVATION.java | 152 + .../fhirinventory/group/ORM_O01_ORDER.java | 244 + .../group/ORM_O01_ORDER_DETAIL.java | 363 + .../fhirinventory/group/ORM_O01_PATIENT.java | 329 + .../group/ORM_O01_PATIENT_VISIT.java | 95 + .../fhirinventory/message/ORM_O01.java | 243 + .../main/kotlin/fhirengine/utils/HL7Reader.kt | 17 +- .../OML_O21/base/patient/patient.yml | 7 + .../catchall/ormo01/ORMO01Full.kt | 19 + ...mple_orm_20230809-001-with-enrichment.fhir | 1978 +++-- .../HL7_to_FHIR/sample_orm_20230809-001.fhir | 1978 +++-- .../catchall/ormo01/orm_o01-full.fhir | 6469 +++++++++++++++++ .../catchall/ormo01/orm_o01-full.hl7 | 10 + 18 files changed, 10453 insertions(+), 1514 deletions(-) create mode 100644 prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/ORM_O01_OBSERVATION.java create mode 100644 prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/ORM_O01_ORDER.java create mode 100644 prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/ORM_O01_ORDER_DETAIL.java create mode 100644 prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/ORM_O01_PATIENT.java create mode 100644 prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/ORM_O01_PATIENT_VISIT.java create mode 100644 prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/message/ORM_O01.java create mode 100644 prime-router/src/testIntegration/kotlin/datatests/mappinginventory/catchall/ormo01/ORMO01Full.kt create mode 100644 prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/ormo01/orm_o01-full.fhir create mode 100644 prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/ormo01/orm_o01-full.hl7 diff --git a/prime-router/build.gradle.kts b/prime-router/build.gradle.kts index 267caf5989d..ec93feb98ce 100644 --- a/prime-router/build.gradle.kts +++ b/prime-router/build.gradle.kts @@ -907,6 +907,7 @@ dependencies { implementation("ca.uhn.hapi.fhir:org.hl7.fhir.r4:6.3.24") implementation("ca.uhn.hapi:hapi-base:2.5.1") implementation("ca.uhn.hapi:hapi-structures-v251:2.5.1") + implementation("ca.uhn.hapi:hapi-structures-v26:2.5.1") implementation("ca.uhn.hapi:hapi-structures-v27:2.5.1") implementation("com.googlecode.libphonenumber:libphonenumber:8.13.46") implementation("org.thymeleaf:thymeleaf:3.1.2.RELEASE") diff --git a/prime-router/metadata/HL7/catchall/hl7/message/OML_O21.yml b/prime-router/metadata/HL7/catchall/hl7/message/OML_O21.yml index 367e43669a8..0ea61641d00 100644 --- a/prime-router/metadata/HL7/catchall/hl7/message/OML_O21.yml +++ b/prime-router/metadata/HL7/catchall/hl7/message/OML_O21.yml @@ -49,7 +49,7 @@ resources: - .PV2 - MSH - - resourceName: OMLObservation + - resourceName: OrderObservation segment: .OBSERVATION_REQUEST.OBSERVATION.OBX group: ORDER resourcePath: segments/OBX/Observation diff --git a/prime-router/metadata/HL7/catchall/hl7/message/ORM_O01.yml b/prime-router/metadata/HL7/catchall/hl7/message/ORM_O01.yml index f437b25ae5b..ba4e40eb4a8 100644 --- a/prime-router/metadata/HL7/catchall/hl7/message/ORM_O01.yml +++ b/prime-router/metadata/HL7/catchall/hl7/message/ORM_O01.yml @@ -8,27 +8,38 @@ resources: repeats: false isReferenced: false + - resourceName: Provenance + segment: MSH + resourcePath: segments/MSH/Provenance-Source + + - resourceName: Provenance + segment: MSH + resourcePath: segments/MSH/Provenance-Transformation + - resourceName: Patient segment: .PID group: PATIENT resourcePath: segments/PID/Patient isReferenced: true repeats: false + additionalSegments: + - .PD1 + - .NTE - - resourceName: ServiceRequest - segment: .ORC - group: ORDER - resourcePath: segments/ORC/ServiceRequest - repeats: true + - resourceName: Provenance + segment: .PID + group: PATIENT + resourcePath: segments/PID/Provenance-Patient + + - resourceName: Encounter + segment: .PV1 + group: PATIENT.PATIENT_VISIT + resourcePath: segments/PV1/Encounter isReferenced: true additionalSegments: - - .ORDER_DETAIL.OBR - - .ORDER_DETAIL.NTE - - PATIENT.PATIENT_VISIT.PV1 - - MSH - - PATIENT.PID + - .PV2 - - resourceName: Observation + - resourceName: OrderObservation segment: .ORDER_DETAIL.OBSERVATION.OBX group: ORDER resourcePath: segments/OBX/Observation @@ -38,15 +49,16 @@ resources: - .ORC - .ORDER_DETAIL.OBR - .ORDER_DETAIL.OBSERVATION.NTE - - MSH - - resourceName: Specimen - segment: .OBR - group: ORDER.ORDER_DETAIL - resourcePath: segments/SPM/Specimen + - resourceName: ServiceRequest + segment: .ORC + group: ORDER + resourcePath: segments/ORC/ServiceRequest repeats: true isReferenced: true additionalSegments: - - .OBSERVATION.OBX - - .OBSERVATION.NTE - - MSH \ No newline at end of file + - .ORDER_DETAIL.OBR + - .ORDER_DETAIL.NTE + - PATIENT.PATIENT_VISIT.PV1 + - PATIENT.PID + - .ORDER_DETAIL.OBSERVATION.OBX \ No newline at end of file diff --git a/prime-router/metadata/HL7/catchall/hl7/segments/OBX/Observation.yml b/prime-router/metadata/HL7/catchall/hl7/segments/OBX/Observation.yml index c7be226e804..d32f763436c 100644 --- a/prime-router/metadata/HL7/catchall/hl7/segments/OBX/Observation.yml +++ b/prime-router/metadata/HL7/catchall/hl7/segments/OBX/Observation.yml @@ -10,14 +10,6 @@ resourceType: Observation # OBX.18 is repeatable but maps to device on Observation which is not, so it's all captured in OBXExtension # OBX.20 is repeatable but maps to bodySite on Observation which is not, so it's all captured in OBXExtension # Not implementing OBX.22 not in mapping deprecated in NIST -# Not implementing OBX.26 not in mapping not in NIST -# Not implementing OBX.27 not in mapping not in NIST -# Not implementing OBX.28 not in mapping not in NIST -# Not implementing OBX.29 not in mapping not in NIST -# Not implementing OBX.31 not in mapping not in NIST -# Not implementing OBX.32 not in mapping not in NIST -# Not implementing OBX.33 as it's not in the NIST spec the logic in the inventory cannot be implemented in the library - id: type: STRING diff --git a/prime-router/metadata/HL7/catchall/hl7/segments/ORC/ServiceRequest.yml b/prime-router/metadata/HL7/catchall/hl7/segments/ORC/ServiceRequest.yml index b117581e184..989bf70cd12 100644 --- a/prime-router/metadata/HL7/catchall/hl7/segments/ORC/ServiceRequest.yml +++ b/prime-router/metadata/HL7/catchall/hl7/segments/ORC/ServiceRequest.yml @@ -366,7 +366,7 @@ supportingInfo: generateList: true valueOf: datatype/Reference expressionType: resource - specs: $OMLObservation + specs: $OrderObservation useGroup: true note: diff --git a/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/ORM_O01_OBSERVATION.java b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/ORM_O01_OBSERVATION.java new file mode 100644 index 00000000000..1c11c2f78a1 --- /dev/null +++ b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/ORM_O01_OBSERVATION.java @@ -0,0 +1,152 @@ +/* + * This class is an auto-generated source file for a HAPI + * HL7 v2.x standard structure class. + * + * For more information, visit: http://hl7api.sourceforge.net/ + * + * The contents of this file are subject to the Mozilla Public License Version 1.1 + * (the "License"); you may not use this file except in compliance with the License. + * You may obtain a copy of the License at http://www.mozilla.org/MPL/ + * Software distributed under the License is distributed on an "AS IS" basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the + * specific language governing rights and limitations under the License. + * + * The Original Code is "[file_name]". Description: + * "[one_line_description]" + * + * The Initial Developer of the Original Code is University Health Network. Copyright (C) + * 2012. All Rights Reserved. + * + * Contributor(s): ______________________________________. + * + * Alternatively, the contents of this file may be used under the terms of the + * GNU General Public License (the "GPL"), in which case the provisions of the GPL are + * applicable instead of those above. If you wish to allow use of your version of this + * file only under the terms of the GPL and not to allow others to use your version + * of this file under the MPL, indicate your decision by deleting the provisions above + * and replace them with the notice and other provisions required by the GPL License. + * If you do not delete the provisions above, a recipient may use your version of + * this file under either the MPL or the GPL. + * + */ + +package fhirengine.translation.hl7.structures.fhirinventory.group; + +import ca.uhn.hl7v2.HL7Exception; +import ca.uhn.hl7v2.parser.ModelClassFactory; +import ca.uhn.hl7v2.model.*; +import fhirengine.translation.hl7.structures.fhirinventory.segment.NTE; +import fhirengine.translation.hl7.structures.fhirinventory.segment.OBX; + +/** + *

Represents a ORM_O01_OBSERVATION group structure (a Group object). + * A Group is an ordered collection of message segments that can repeat together or be optionally in/excluded together. + * This Group contains the following elements: + *

+ *
    + *
  • 1: OBX (Observation/Result)
  • + *
  • 2: NTE (Notes and Comments) optional repeating
  • + *
+ */ +//@SuppressWarnings("unused") +public class ORM_O01_OBSERVATION extends AbstractGroup { + + /** + * Creates a new ORM_O01_OBSERVATION group + */ + public ORM_O01_OBSERVATION(Group parent, ModelClassFactory factory) { + super(parent, factory); + init(factory); + } + + private void init(ModelClassFactory factory) { + try { + this.add(OBX.class, true, false, false); + this.add(NTE.class, false, true, false); + } catch(HL7Exception e) { + log.error("Unexpected error creating ORM_O01_OBSERVATION - this is probably a bug in the source code generator.", e); + } + } + + /** + * Returns "2.7" + */ + public String getVersion() { + return "2.7"; + } + + /** + * Returns + * OBX (Observation/Result) - creates it if necessary + */ + public OBX getOBX() { + OBX retVal = getTyped("OBX", OBX.class); + return retVal; + } + + /** + * Returns + * the first repetition of + * NTE (Notes and Comments) - creates it if necessary + */ + public NTE getNTE() { + NTE retVal = getTyped("NTE", NTE.class); + return retVal; + } + + /** + * Returns a specific repetition of + * NTE (Notes and Comments) - creates it if necessary + * + * @param rep The repetition index (0-indexed, i.e. the first repetition is at index 0) + * @throws HL7Exception if the repetition requested is more than one + * greater than the number of existing repetitions. + */ + public NTE getNTE(int rep) { + NTE retVal = getTyped("NTE", rep, NTE.class); + return retVal; + } + + /** + * Returns the number of existing repetitions of NTE + */ + public int getNTEReps() { + return getReps("NTE"); + } + + /** + *

+ * Returns a non-modifiable List containing all current existing repetitions of NTE. + *

+ * Note that unlike {@link #getNTE()}, this method will not create any reps + * if none are already present, so an empty list may be returned. + *

+ */ + public java.util.List getNTEAll() throws HL7Exception { + return getAllAsList("NTE", NTE.class); + } + + /** + * Inserts a specific repetition of NTE (Notes and Comments) + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public void insertNTE(NTE structure, int rep) throws HL7Exception { + super.insertRepetition("NTE", structure, rep); + } + + /** + * Inserts a specific repetition of NTE (Notes and Comments) + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public NTE insertNTE(int rep) throws HL7Exception { + return (NTE)super.insertRepetition("NTE", rep); + } + + /** + * Removes a specific repetition of NTE (Notes and Comments) + * @see AbstractGroup#removeRepetition(String, int) + */ + public NTE removeNTE(int rep) throws HL7Exception { + return (NTE)super.removeRepetition("NTE", rep); + } +} \ No newline at end of file diff --git a/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/ORM_O01_ORDER.java b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/ORM_O01_ORDER.java new file mode 100644 index 00000000000..da3457b501a --- /dev/null +++ b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/ORM_O01_ORDER.java @@ -0,0 +1,244 @@ +/* + * This class is an auto-generated source file for a HAPI + * HL7 v2.x standard structure class. + * + * For more information, visit: http://hl7api.sourceforge.net/ + * + * The contents of this file are subject to the Mozilla Public License Version 1.1 + * (the "License"); you may not use this file except in compliance with the License. + * You may obtain a copy of the License at http://www.mozilla.org/MPL/ + * Software distributed under the License is distributed on an "AS IS" basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the + * specific language governing rights and limitations under the License. + * + * The Original Code is "[file_name]". Description: + * "[one_line_description]" + * + * The Initial Developer of the Original Code is University Health Network. Copyright (C) + * 2012. All Rights Reserved. + * + * Contributor(s): ______________________________________. + * + * Alternatively, the contents of this file may be used under the terms of the + * GNU General Public License (the "GPL"), in which case the provisions of the GPL are + * applicable instead of those above. If you wish to allow use of your version of this + * file only under the terms of the GPL and not to allow others to use your version + * of this file under the MPL, indicate your decision by deleting the provisions above + * and replace them with the notice and other provisions required by the GPL License. + * If you do not delete the provisions above, a recipient may use your version of + * this file under either the MPL or the GPL. + * + */ + +package fhirengine.translation.hl7.structures.fhirinventory.group; + +import ca.uhn.hl7v2.HL7Exception; +import ca.uhn.hl7v2.model.AbstractGroup; +import ca.uhn.hl7v2.model.Group; +import ca.uhn.hl7v2.model.Structure; +import ca.uhn.hl7v2.model.v27.segment.*; +import ca.uhn.hl7v2.parser.ModelClassFactory; +import fhirengine.translation.hl7.structures.fhirinventory.segment.ORC; + +/** + *

Represents a ORM_O01_ORDER group structure (a Group object). + * A Group is an ordered collection of message segments that can repeat together or be optionally in/excluded together. + * This Group contains the following elements: + *

+ *
    + *
  • 1: ORC (Common Order)
  • + *
  • 2: ORM_O01_ORDER_DETAIL (a Group object) optional
  • + *
  • 3: FT1 (Financial Transaction) optional repeating
  • + *
  • 4: CTI (Clinical Trial Identification) optional repeating
  • + *
  • 5: BLG (Billing) optional
  • + *
+ */ +//@SuppressWarnings("unused") +public class ORM_O01_ORDER extends AbstractGroup { + + /** + * Creates a new ORM_O01_ORDER group + */ + public ORM_O01_ORDER(Group parent, ModelClassFactory factory) { + super(parent, factory); + init(factory); + } + + private void init(ModelClassFactory factory) { + try { + this.add(ORC.class, true, false, false); + this.add(ORM_O01_ORDER_DETAIL.class, false, false, false); + this.add(FT1.class, false, true, false); + this.add(CTI.class, false, true, false); + this.add(BLG.class, false, false, false); + } catch(HL7Exception e) { + log.error("Unexpected error creating ORM_O01_ORDER - this is probably a bug in the source code generator.", e); + } + } + + /** + * Returns "2.7" + */ + public String getVersion() { + return "2.7"; + } + + /** + * Returns + * ORC (Common Order) - creates it if necessary + */ + public ORC getORC() { + ORC retVal = getTyped("ORC", ORC.class); + return retVal; + } + + /** + * Returns + * ORDER_DETAIL (a Group object) - creates it if necessary + */ + public ORM_O01_ORDER_DETAIL getORDER_DETAIL() { + ORM_O01_ORDER_DETAIL retVal = getTyped("ORDER_DETAIL", ORM_O01_ORDER_DETAIL.class); + return retVal; + } + + /** + * Returns + * the first repetition of + * FT1 (Financial Transaction) - creates it if necessary + */ + public FT1 getFT1() { + FT1 retVal = getTyped("FT1", FT1.class); + return retVal; + } + + /** + * Returns a specific repetition of + * FT1 (Financial Transaction) - creates it if necessary + * + * @param rep The repetition index (0-indexed, i.e. the first repetition is at index 0) + * @throws HL7Exception if the repetition requested is more than one + * greater than the number of existing repetitions. + */ + public FT1 getFT1(int rep) { + FT1 retVal = getTyped("FT1", rep, FT1.class); + return retVal; + } + + /** + * Returns the number of existing repetitions of FT1 + */ + public int getFT1Reps() { + return getReps("FT1"); + } + + /** + *

+ * Returns a non-modifiable List containing all current existing repetitions of FT1. + *

+ * Note that unlike {@link #getFT1()}, this method will not create any reps + * if none are already present, so an empty list may be returned. + *

+ */ + public java.util.List getFT1All() throws HL7Exception { + return getAllAsList("FT1", FT1.class); + } + + /** + * Inserts a specific repetition of FT1 (Financial Transaction) + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public void insertFT1(FT1 structure, int rep) throws HL7Exception { + super.insertRepetition("FT1", structure, rep); + } + + /** + * Inserts a specific repetition of FT1 (Financial Transaction) + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public FT1 insertFT1(int rep) throws HL7Exception { + return (FT1)super.insertRepetition("FT1", rep); + } + + /** + * Removes a specific repetition of FT1 (Financial Transaction) + * @see AbstractGroup#removeRepetition(String, int) + */ + public FT1 removeFT1(int rep) throws HL7Exception { + return (FT1)super.removeRepetition("FT1", rep); + } + + /** + * Returns + * the first repetition of + * CTI (Clinical Trial Identification) - creates it if necessary + */ + public CTI getCTI() { + CTI retVal = getTyped("CTI", CTI.class); + return retVal; + } + + /** + * Returns a specific repetition of + * CTI (Clinical Trial Identification) - creates it if necessary + * + * @param rep The repetition index (0-indexed, i.e. the first repetition is at index 0) + * @throws HL7Exception if the repetition requested is more than one + * greater than the number of existing repetitions. + */ + public CTI getCTI(int rep) { + CTI retVal = getTyped("CTI", rep, CTI.class); + return retVal; + } + + /** + * Returns the number of existing repetitions of CTI + */ + public int getCTIReps() { + return getReps("CTI"); + } + + /** + *

+ * Returns a non-modifiable List containing all current existing repetitions of CTI. + *

+ * Note that unlike {@link #getCTI()}, this method will not create any reps + * if none are already present, so an empty list may be returned. + *

+ */ + public java.util.List getCTIAll() throws HL7Exception { + return getAllAsList("CTI", CTI.class); + } + + /** + * Inserts a specific repetition of CTI (Clinical Trial Identification) + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public void insertCTI(CTI structure, int rep) throws HL7Exception { + super.insertRepetition("CTI", structure, rep); + } + + /** + * Inserts a specific repetition of CTI (Clinical Trial Identification) + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public CTI insertCTI(int rep) throws HL7Exception { + return (CTI)super.insertRepetition("CTI", rep); + } + + /** + * Removes a specific repetition of CTI (Clinical Trial Identification) + * @see AbstractGroup#removeRepetition(String, int) + */ + public CTI removeCTI(int rep) throws HL7Exception { + return (CTI)super.removeRepetition("CTI", rep); + } + + /** + * Returns + * BLG (Billing) - creates it if necessary + */ + public BLG getBLG() { + BLG retVal = getTyped("BLG", BLG.class); + return retVal; + } +} \ No newline at end of file diff --git a/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/ORM_O01_ORDER_DETAIL.java b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/ORM_O01_ORDER_DETAIL.java new file mode 100644 index 00000000000..391cfdc6ed3 --- /dev/null +++ b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/ORM_O01_ORDER_DETAIL.java @@ -0,0 +1,363 @@ +/* + * This class is an auto-generated source file for a HAPI + * HL7 v2.x standard structure class. + * + * For more information, visit: http://hl7api.sourceforge.net/ + * + * The contents of this file are subject to the Mozilla Public License Version 1.1 + * (the "License"); you may not use this file except in compliance with the License. + * You may obtain a copy of the License at http://www.mozilla.org/MPL/ + * Software distributed under the License is distributed on an "AS IS" basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the + * specific language governing rights and limitations under the License. + * + * The Original Code is "[file_name]". Description: + * "[one_line_description]" + * + * The Initial Developer of the Original Code is University Health Network. Copyright (C) + * 2012. All Rights Reserved. + * + * Contributor(s): ______________________________________. + * + * Alternatively, the contents of this file may be used under the terms of the + * GNU General Public License (the "GPL"), in which case the provisions of the GPL are + * applicable instead of those above. If you wish to allow use of your version of this + * file only under the terms of the GPL and not to allow others to use your version + * of this file under the MPL, indicate your decision by deleting the provisions above + * and replace them with the notice and other provisions required by the GPL License. + * If you do not delete the provisions above, a recipient may use your version of + * this file under either the MPL or the GPL. + * + */ + +package fhirengine.translation.hl7.structures.fhirinventory.group; + +import ca.uhn.hl7v2.HL7Exception; +import ca.uhn.hl7v2.model.v27.segment.*; +import ca.uhn.hl7v2.model.*; +import ca.uhn.hl7v2.parser.ModelClassFactory; +import fhirengine.translation.hl7.structures.fhirinventory.segment.NTE; +import fhirengine.translation.hl7.structures.fhirinventory.segment.OBR; + +/** + *

Represents a ORM_O01_ORDER_DETAIL group structure (a Group object). + * A Group is an ordered collection of message segments that can repeat together or be optionally in/excluded together. + * This Group contains the following elements: + *

+ *
    + *
  • 1: OBR (Observation Request) choice
  • + *
  • 2: RQD (Requisition Detail) choice
  • + *
  • 3: RQ1 (Requisition Detail-1) choice
  • + *
  • 4: RXO (Pharmacy/Treatment Order) choice
  • + *
  • 5: ODS (Dietary Orders, Supplements, and Preferences) choice
  • + *
  • 6: ODT (Diet Tray Instructions) choice
  • + *
  • 7: NTE (Notes and Comments) optional repeating
  • + *
  • 8: CTD (Contact Data) optional
  • + *
  • 9: DG1 (Diagnosis) optional repeating
  • + *
  • 10: ORM_O01_OBSERVATION (a Group object) optional repeating
  • + *
+ *

+ * Note that this structure has "choice" elements. This means that one of the + * structures above marked as "choice" must be present, but no more than one. + *

+ */ +//@SuppressWarnings("unused") +public class ORM_O01_ORDER_DETAIL extends AbstractGroup { + + /** + * Creates a new ORM_O01_ORDER_DETAIL group + */ + public ORM_O01_ORDER_DETAIL(Group parent, ModelClassFactory factory) { + super(parent, factory); + init(factory); + } + + // Note: According to https://hl7-definition.caristix.com/v2/HL7v2.5.1/TriggerEvents/ORM_O01 there is also an + // "ORDER DETAIL SEGMENT" that is a part of the ORDER DETAIL. This is not actually built out here as that segment + // is representational of the "choice" segments that are built here (OBR, RQD, RQ1, RXD, ODS, ODT). + private void init(ModelClassFactory factory) { + try { + this.add(OBR.class, true, false, true); + this.add(RQD.class, true, false, true); + this.add(RQ1.class, true, false, true); + this.add(RXO.class, true, false, true); + this.add(ODS.class, true, false, true); + this.add(ODT.class, true, false, true); + this.add(NTE.class, false, true, false); + this.add(CTD.class, false, false, false); + this.add(DG1.class, false, true, false); + this.add(ORM_O01_OBSERVATION.class, false, true, false); + } catch(HL7Exception e) { + log.error("Unexpected error creating ORM_O01_ORDER_DETAIL - this is probably a bug in the source code generator.", e); + } + } + + /** + * Returns "2.7" + */ + public String getVersion() { + return "2.7"; + } + + /** + * Returns + * OBR (Observation Request) - creates it if necessary + */ + public OBR getOBR() { + OBR retVal = getTyped("OBR", OBR.class); + return retVal; + } + + /** + * Returns + * RQD (Requisition Detail) - creates it if necessary + */ + public RQD getRQD() { + RQD retVal = getTyped("RQD", RQD.class); + return retVal; + } + + /** + * Returns + * RQ1 (Requisition Detail-1) - creates it if necessary + */ + public RQ1 getRQ1() { + RQ1 retVal = getTyped("RQ1", RQ1.class); + return retVal; + } + + /** + * Returns + * RXO (Pharmacy/Treatment Order) - creates it if necessary + */ + public RXO getRXO() { + RXO retVal = getTyped("RXO", RXO.class); + return retVal; + } + + /** + * Returns + * ODS (Dietary Orders, Supplements, and Preferences) - creates it if necessary + */ + public ODS getODS() { + ODS retVal = getTyped("ODS", ODS.class); + return retVal; + } + + /** + * Returns + * ODT (Diet Tray Instructions) - creates it if necessary + */ + public ODT getODT() { + ODT retVal = getTyped("ODT", ODT.class); + return retVal; + } + + /** + * Returns + * the first repetition of + * NTE (Notes and Comments) - creates it if necessary + */ + public NTE getNTE() { + NTE retVal = getTyped("NTE", NTE.class); + return retVal; + } + + /** + * Returns a specific repetition of + * NTE (Notes and Comments) - creates it if necessary + * + * @param rep The repetition index (0-indexed, i.e. the first repetition is at index 0) + * @throws HL7Exception if the repetition requested is more than one + * greater than the number of existing repetitions. + */ + public NTE getNTE(int rep) { + NTE retVal = getTyped("NTE", rep, NTE.class); + return retVal; + } + + /** + * Returns the number of existing repetitions of NTE + */ + public int getNTEReps() { + return getReps("NTE"); + } + + /** + *

+ * Returns a non-modifiable List containing all current existing repetitions of NTE. + *

+ * Note that unlike {@link #getNTE()}, this method will not create any reps + * if none are already present, so an empty list may be returned. + *

+ */ + public java.util.List getNTEAll() throws HL7Exception { + return getAllAsList("NTE", NTE.class); + } + + /** + * Inserts a specific repetition of NTE (Notes and Comments) + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public void insertNTE(NTE structure, int rep) throws HL7Exception { + super.insertRepetition("NTE", structure, rep); + } + + /** + * Inserts a specific repetition of NTE (Notes and Comments) + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public NTE insertNTE(int rep) throws HL7Exception { + return (NTE)super.insertRepetition("NTE", rep); + } + + /** + * Removes a specific repetition of NTE (Notes and Comments) + * @see AbstractGroup#removeRepetition(String, int) + */ + public NTE removeNTE(int rep) throws HL7Exception { + return (NTE)super.removeRepetition("NTE", rep); + } + + /** + * Returns + * CTD (Contact Data) - creates it if necessary + */ + public CTD getCTD() { + CTD retVal = getTyped("CTD", CTD.class); + return retVal; + } + + /** + * Returns + * the first repetition of + * DG1 (Diagnosis) - creates it if necessary + */ + public DG1 getDG1() { + DG1 retVal = getTyped("DG1", DG1.class); + return retVal; + } + + /** + * Returns a specific repetition of + * DG1 (Diagnosis) - creates it if necessary + * + * @param rep The repetition index (0-indexed, i.e. the first repetition is at index 0) + * @throws HL7Exception if the repetition requested is more than one + * greater than the number of existing repetitions. + */ + public DG1 getDG1(int rep) { + DG1 retVal = getTyped("DG1", rep, DG1.class); + return retVal; + } + + /** + * Returns the number of existing repetitions of DG1 + */ + public int getDG1Reps() { + return getReps("DG1"); + } + + /** + *

+ * Returns a non-modifiable List containing all current existing repetitions of DG1. + *

+ * Note that unlike {@link #getDG1()}, this method will not create any reps + * if none are already present, so an empty list may be returned. + *

+ */ + public java.util.List getDG1All() throws HL7Exception { + return getAllAsList("DG1", DG1.class); + } + + /** + * Inserts a specific repetition of DG1 (Diagnosis) + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public void insertDG1(DG1 structure, int rep) throws HL7Exception { + super.insertRepetition("DG1", structure, rep); + } + + /** + * Inserts a specific repetition of DG1 (Diagnosis) + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public DG1 insertDG1(int rep) throws HL7Exception { + return (DG1)super.insertRepetition("DG1", rep); + } + + /** + * Removes a specific repetition of DG1 (Diagnosis) + * @see AbstractGroup#removeRepetition(String, int) + */ + public DG1 removeDG1(int rep) throws HL7Exception { + return (DG1)super.removeRepetition("DG1", rep); + } + + /** + * Returns + * the first repetition of + * OBSERVATION (a Group object) - creates it if necessary + */ + public ORM_O01_OBSERVATION getOBSERVATION() { + ORM_O01_OBSERVATION retVal = getTyped("OBSERVATION", ORM_O01_OBSERVATION.class); + return retVal; + } + + /** + * Returns a specific repetition of + * OBSERVATION (a Group object) - creates it if necessary + * + * @param rep The repetition index (0-indexed, i.e. the first repetition is at index 0) + * @throws HL7Exception if the repetition requested is more than one + * greater than the number of existing repetitions. + */ + public ORM_O01_OBSERVATION getOBSERVATION(int rep) { + ORM_O01_OBSERVATION retVal = getTyped("OBSERVATION", rep, ORM_O01_OBSERVATION.class); + return retVal; + } + + /** + * Returns the number of existing repetitions of OBSERVATION + */ + public int getOBSERVATIONReps() { + return getReps("OBSERVATION"); + } + + /** + *

+ * Returns a non-modifiable List containing all current existing repetitions of OBSERVATION. + *

+ *

+ * Note that unlike {@link #getOBSERVATION()}, this method will not create any reps + * if none are already present, so an empty list may be returned. + *

+ */ + public java.util.List getOBSERVATIONAll() throws HL7Exception { + return getAllAsList("OBSERVATION", ORM_O01_OBSERVATION.class); + } + + /** + * Inserts a specific repetition of OBSERVATION (a Group object) + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public void insertOBSERVATION(ORM_O01_OBSERVATION structure, int rep) throws HL7Exception { + super.insertRepetition("OBSERVATION", structure, rep); + } + + /** + * Inserts a specific repetition of OBSERVATION (a Group object) + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public ORM_O01_OBSERVATION insertOBSERVATION(int rep) throws HL7Exception { + return (ORM_O01_OBSERVATION)super.insertRepetition("OBSERVATION", rep); + } + + /** + * Removes a specific repetition of OBSERVATION (a Group object) + * @see AbstractGroup#removeRepetition(String, int) + */ + public ORM_O01_OBSERVATION removeOBSERVATION(int rep) throws HL7Exception { + return (ORM_O01_OBSERVATION)super.removeRepetition("OBSERVATION", rep); + } +} \ No newline at end of file diff --git a/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/ORM_O01_PATIENT.java b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/ORM_O01_PATIENT.java new file mode 100644 index 00000000000..4fed5e406ae --- /dev/null +++ b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/ORM_O01_PATIENT.java @@ -0,0 +1,329 @@ +/* + * This class is an auto-generated source file for a HAPI + * HL7 v2.x standard structure class. + * + * For more information, visit: http://hl7api.sourceforge.net/ + * + * The contents of this file are subject to the Mozilla Public License Version 1.1 + * (the "License"); you may not use this file except in compliance with the License. + * You may obtain a copy of the License at http://www.mozilla.org/MPL/ + * Software distributed under the License is distributed on an "AS IS" basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the + * specific language governing rights and limitations under the License. + * + * The Original Code is "[file_name]". Description: + * "[one_line_description]" + * + * The Initial Developer of the Original Code is University Health Network. Copyright (C) + * 2012. All Rights Reserved. + * + * Contributor(s): ______________________________________. + * + * Alternatively, the contents of this file may be used under the terms of the + * GNU General Public License (the "GPL"), in which case the provisions of the GPL are + * applicable instead of those above. If you wish to allow use of your version of this + * file only under the terms of the GPL and not to allow others to use your version + * of this file under the MPL, indicate your decision by deleting the provisions above + * and replace them with the notice and other provisions required by the GPL License. + * If you do not delete the provisions above, a recipient may use your version of + * this file under either the MPL or the GPL. + * + */ + +package fhirengine.translation.hl7.structures.fhirinventory.group; + +import ca.uhn.hl7v2.model.v27.segment.*; + +import ca.uhn.hl7v2.HL7Exception; +import ca.uhn.hl7v2.parser.ModelClassFactory; +import ca.uhn.hl7v2.model.*; +import ca.uhn.hl7v2.model.v26.group.ORM_O01_INSURANCE; +import fhirengine.translation.hl7.structures.fhirinventory.segment.NTE; +import fhirengine.translation.hl7.structures.fhirinventory.segment.PD1; +import fhirengine.translation.hl7.structures.fhirinventory.segment.PID; + +/** + *

Represents a ORM_O01_PATIENT group structure (a Group object). + * A Group is an ordered collection of message segments that can repeat together or be optionally in/excluded together. + * This Group contains the following elements: + *

+ *
    + *
  • 1: PID (Patient Identification)
  • + *
  • 2: PD1 (Patient Additional Demographic) optional
  • + *
  • 3: NTE (Notes and Comments) optional repeating
  • + *
  • 4: ORM_O01_PATIENT_VISIT (a Group object) optional
  • + *
  • 5: ORM_O01_INSURANCE (a Group object) optional repeating
  • + *
  • 6: GT1 (Guarantor) optional
  • + *
  • 7: AL1 (Patient Allergy Information) optional repeating
  • + *
+ */ +//@SuppressWarnings("unused") +public class ORM_O01_PATIENT extends AbstractGroup { + + /** + * Creates a new ORM_O01_PATIENT group + */ + public ORM_O01_PATIENT(Group parent, ModelClassFactory factory) { + super(parent, factory); + init(factory); + } + + private void init(ModelClassFactory factory) { + try { + this.add(PID.class, true, false, false); + this.add(PD1.class, false, false, false); + this.add(NTE.class, false, true, false); + this.add(ORM_O01_PATIENT_VISIT.class, false, false, false); + // When https://github.com/CDCgov/prime-reportstream/issues/16307 is completed, and we build the java class for + // ORM_O01_INSURANCE, the hapi v26 dependencies in the gradle build can be removed. + this.add(ORM_O01_INSURANCE.class, false, true, false); + this.add(GT1.class, false, false, false); + this.add(AL1.class, false, true, false); + } catch(HL7Exception e) { + log.error("Unexpected error creating ORM_O01_PATIENT - this is probably a bug in the source code generator.", e); + } + } + + /** + * Returns "2.7" + */ + public String getVersion() { + return "2.7"; + } + + /** + * Returns + * PID (Patient Identification) - creates it if necessary + */ + public PID getPID() { + PID retVal = getTyped("PID", PID.class); + return retVal; + } + + /** + * Returns + * PD1 (Patient Additional Demographic) - creates it if necessary + */ + public PD1 getPD1() { + PD1 retVal = getTyped("PD1", PD1.class); + return retVal; + } + + /** + * Returns + * the first repetition of + * NTE (Notes and Comments) - creates it if necessary + */ + public NTE getNTE() { + NTE retVal = getTyped("NTE", NTE.class); + return retVal; + } + + /** + * Returns a specific repetition of + * NTE (Notes and Comments) - creates it if necessary + * + * @param rep The repetition index (0-indexed, i.e. the first repetition is at index 0) + * @throws HL7Exception if the repetition requested is more than one + * greater than the number of existing repetitions. + */ + public NTE getNTE(int rep) { + NTE retVal = getTyped("NTE", rep, NTE.class); + return retVal; + } + + /** + * Returns the number of existing repetitions of NTE + */ + public int getNTEReps() { + return getReps("NTE"); + } + + /** + *

+ * Returns a non-modifiable List containing all current existing repetitions of NTE. + *

+ * Note that unlike {@link #getNTE()}, this method will not create any reps + * if none are already present, so an empty list may be returned. + *

+ */ + public java.util.List getNTEAll() throws HL7Exception { + return getAllAsList("NTE", NTE.class); + } + + /** + * Inserts a specific repetition of NTE (Notes and Comments) + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public void insertNTE(NTE structure, int rep) throws HL7Exception { + super.insertRepetition("NTE", structure, rep); + } + + /** + * Inserts a specific repetition of NTE (Notes and Comments) + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public NTE insertNTE(int rep) throws HL7Exception { + return (NTE)super.insertRepetition("NTE", rep); + } + + /** + * Removes a specific repetition of NTE (Notes and Comments) + * @see AbstractGroup#removeRepetition(String, int) + */ + public NTE removeNTE(int rep) throws HL7Exception { + return (NTE)super.removeRepetition("NTE", rep); + } + + /** + * Returns + * PATIENT_VISIT (a Group object) - creates it if necessary + */ + public ORM_O01_PATIENT_VISIT getPATIENT_VISIT() { + ORM_O01_PATIENT_VISIT retVal = getTyped("PATIENT_VISIT", ORM_O01_PATIENT_VISIT.class); + return retVal; + } + + /** + * Returns + * the first repetition of + * INSURANCE (a Group object) - creates it if necessary + */ + public ORM_O01_INSURANCE getINSURANCE() { + ORM_O01_INSURANCE retVal = getTyped("INSURANCE", ORM_O01_INSURANCE.class); + return retVal; + } + + /** + * Returns a specific repetition of + * INSURANCE (a Group object) - creates it if necessary + * + * @param rep The repetition index (0-indexed, i.e. the first repetition is at index 0) + * @throws HL7Exception if the repetition requested is more than one + * greater than the number of existing repetitions. + */ + public ORM_O01_INSURANCE getINSURANCE(int rep) { + ORM_O01_INSURANCE retVal = getTyped("INSURANCE", rep, ORM_O01_INSURANCE.class); + return retVal; + } + + /** + * Returns the number of existing repetitions of INSURANCE + */ + public int getINSURANCEReps() { + return getReps("INSURANCE"); + } + + /** + *

+ * Returns a non-modifiable List containing all current existing repetitions of INSURANCE. + *

+ *

+ * Note that unlike {@link #getINSURANCE()}, this method will not create any reps + * if none are already present, so an empty list may be returned. + *

+ */ + public java.util.List getINSURANCEAll() throws HL7Exception { + return getAllAsList("INSURANCE", ORM_O01_INSURANCE.class); + } + + /** + * Inserts a specific repetition of INSURANCE (a Group object) + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public void insertINSURANCE(ORM_O01_INSURANCE structure, int rep) throws HL7Exception { + super.insertRepetition("INSURANCE", structure, rep); + } + + /** + * Inserts a specific repetition of INSURANCE (a Group object) + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public ORM_O01_INSURANCE insertINSURANCE(int rep) throws HL7Exception { + return (ORM_O01_INSURANCE)super.insertRepetition("INSURANCE", rep); + } + + /** + * Removes a specific repetition of INSURANCE (a Group object) + * @see AbstractGroup#removeRepetition(String, int) + */ + public ORM_O01_INSURANCE removeINSURANCE(int rep) throws HL7Exception { + return (ORM_O01_INSURANCE)super.removeRepetition("INSURANCE", rep); + } + + /** + * Returns + * GT1 (Guarantor) - creates it if necessary + */ + public GT1 getGT1() { + GT1 retVal = getTyped("GT1", GT1.class); + return retVal; + } + + /** + * Returns + * the first repetition of + * AL1 (Patient Allergy Information) - creates it if necessary + */ + public AL1 getAL1() { + AL1 retVal = getTyped("AL1", AL1.class); + return retVal; + } + + /** + * Returns a specific repetition of + * AL1 (Patient Allergy Information) - creates it if necessary + * + * @param rep The repetition index (0-indexed, i.e. the first repetition is at index 0) + * @throws HL7Exception if the repetition requested is more than one + * greater than the number of existing repetitions. + */ + public AL1 getAL1(int rep) { + AL1 retVal = getTyped("AL1", rep, AL1.class); + return retVal; + } + + /** + * Returns the number of existing repetitions of AL1 + */ + public int getAL1Reps() { + return getReps("AL1"); + } + + /** + *

+ * Returns a non-modifiable List containing all current existing repetitions of AL1. + *

+ *

+ * Note that unlike {@link #getAL1()}, this method will not create any reps + * if none are already present, so an empty list may be returned. + *

+ */ + public java.util.List getAL1All() throws HL7Exception { + return getAllAsList("AL1", AL1.class); + } + + /** + * Inserts a specific repetition of AL1 (Patient Allergy Information) + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public void insertAL1(AL1 structure, int rep) throws HL7Exception { + super.insertRepetition("AL1", structure, rep); + } + + /** + * Inserts a specific repetition of AL1 (Patient Allergy Information) + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public AL1 insertAL1(int rep) throws HL7Exception { + return (AL1)super.insertRepetition("AL1", rep); + } + + /** + * Removes a specific repetition of AL1 (Patient Allergy Information) + * @see AbstractGroup#removeRepetition(String, int) + */ + public AL1 removeAL1(int rep) throws HL7Exception { + return (AL1)super.removeRepetition("AL1", rep); + } +} \ No newline at end of file diff --git a/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/ORM_O01_PATIENT_VISIT.java b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/ORM_O01_PATIENT_VISIT.java new file mode 100644 index 00000000000..d6d939eeff5 --- /dev/null +++ b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/ORM_O01_PATIENT_VISIT.java @@ -0,0 +1,95 @@ +/* + * This class is an auto-generated source file for a HAPI + * HL7 v2.x standard structure class. + * + * For more information, visit: http://hl7api.sourceforge.net/ + * + * The contents of this file are subject to the Mozilla Public License Version 1.1 + * (the "License"); you may not use this file except in compliance with the License. + * You may obtain a copy of the License at http://www.mozilla.org/MPL/ + * Software distributed under the License is distributed on an "AS IS" basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the + * specific language governing rights and limitations under the License. + * + * The Original Code is "[file_name]". Description: + * "[one_line_description]" + * + * The Initial Developer of the Original Code is University Health Network. Copyright (C) + * 2012. All Rights Reserved. + * + * Contributor(s): ______________________________________. + * + * Alternatively, the contents of this file may be used under the terms of the + * GNU General Public License (the "GPL"), in which case the provisions of the GPL are + * applicable instead of those above. If you wish to allow use of your version of this + * file only under the terms of the GPL and not to allow others to use your version + * of this file under the MPL, indicate your decision by deleting the provisions above + * and replace them with the notice and other provisions required by the GPL License. + * If you do not delete the provisions above, a recipient may use your version of + * this file under either the MPL or the GPL. + * + */ + +package fhirengine.translation.hl7.structures.fhirinventory.group; + +import ca.uhn.hl7v2.model.v27.segment.*; + +import ca.uhn.hl7v2.HL7Exception; +import ca.uhn.hl7v2.parser.ModelClassFactory; +import ca.uhn.hl7v2.model.*; + +/** + *

Represents a ORM_O01_PATIENT_VISIT group structure (a Group object). + * A Group is an ordered collection of message segments that can repeat together or be optionally in/excluded together. + * This Group contains the following elements: + *

+ *
    + *
  • 1: PV1 (Patient Visit)
  • + *
  • 2: PV2 (Patient Visit - Additional Information) optional
  • + *
+ */ +//@SuppressWarnings("unused") +public class ORM_O01_PATIENT_VISIT extends AbstractGroup { + + /** + * Creates a new ORM_O01_PATIENT_VISIT group + */ + public ORM_O01_PATIENT_VISIT(Group parent, ModelClassFactory factory) { + super(parent, factory); + init(factory); + } + + private void init(ModelClassFactory factory) { + try { + this.add(PV1.class, true, false, false); + this.add(PV2.class, false, false, false); + } catch(HL7Exception e) { + log.error("Unexpected error creating ORM_O01_PATIENT_VISIT - this is probably a bug in the source code generator.", e); + } + } + + /** + * Returns "2.7" + */ + public String getVersion() { + return "2.7"; + } + + /** + * Returns + * PV1 (Patient Visit) - creates it if necessary + */ + public PV1 getPV1() { + PV1 retVal = getTyped("PV1", PV1.class); + return retVal; + } + + /** + * Returns + * PV2 (Patient Visit - Additional Information) - creates it if necessary + */ + public PV2 getPV2() { + PV2 retVal = getTyped("PV2", PV2.class); + return retVal; + } +} \ No newline at end of file diff --git a/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/message/ORM_O01.java b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/message/ORM_O01.java new file mode 100644 index 00000000000..13a0243a624 --- /dev/null +++ b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/message/ORM_O01.java @@ -0,0 +1,243 @@ +/* + * This class is an auto-generated source file for a HAPI + * HL7 v2.x standard structure class. + * + * For more information, visit: http://hl7api.sourceforge.net/ + * + * The contents of this file are subject to the Mozilla Public License Version 1.1 + * (the "License"); you may not use this file except in compliance with the License. + * You may obtain a copy of the License at http://www.mozilla.org/MPL/ + * Software distributed under the License is distributed on an "AS IS" basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the + * specific language governing rights and limitations under the License. + * + * The Original Code is "[file_name]". Description: + * "[one_line_description]" + * + * The Initial Developer of the Original Code is University Health Network. Copyright (C) + * 2012. All Rights Reserved. + * + * Contributor(s): ______________________________________. + * + * Alternatively, the contents of this file may be used under the terms of the + * GNU General Public License (the "GPL"), in which case the provisions of the GPL are + * applicable instead of those above. If you wish to allow use of your version of this + * file only under the terms of the GPL and not to allow others to use your version + * of this file under the MPL, indicate your decision by deleting the provisions above + * and replace them with the notice and other provisions required by the GPL License. + * If you do not delete the provisions above, a recipient may use your version of + * this file under either the MPL or the GPL. + * + */ + +package fhirengine.translation.hl7.structures.fhirinventory.message; + +import ca.uhn.hl7v2.HL7Exception; +import ca.uhn.hl7v2.model.AbstractGroup; +import ca.uhn.hl7v2.model.AbstractMessage; +import ca.uhn.hl7v2.model.Structure; +import ca.uhn.hl7v2.model.v27.segment.MSH; +import ca.uhn.hl7v2.model.v27.segment.NTE; +import ca.uhn.hl7v2.parser.DefaultModelClassFactory; +import ca.uhn.hl7v2.parser.ModelClassFactory; +import fhirengine.translation.hl7.structures.fhirinventory.group.ORM_O01_PATIENT; +import fhirengine.translation.hl7.structures.fhirinventory.group.ORM_O01_ORDER; + +/** + *

Represents a ORM_O01 message structure (see chapter 4.4.1). This structure contains the + * following elements:

+ *
    + *
  • 1: MSH (Message Header)
  • + *
  • 2: NTE (Notes and Comments) optional repeating
  • + *
  • 3: ORM_O01_PATIENT (a Group object) optional
  • + *
  • 4: ORM_O01_ORDER (a Group object) repeating
  • + *
+ */ +//@SuppressWarnings("unused") +public class ORM_O01 extends AbstractMessage { + + /** + * Creates a new ORM_O01 message with DefaultModelClassFactory. + */ + public ORM_O01() { this(new DefaultModelClassFactory()); } + + /** + * Creates a new ORM_O01 message with custom ModelClassFactory. + */ + public ORM_O01(ModelClassFactory factory) { + super(factory); + init(factory); + } + + private void init(ModelClassFactory factory) { + try { + this.add(MSH.class, true, false); + this.add(NTE.class, false, true); + this.add(ORM_O01_PATIENT.class, false, false); + this.add(ORM_O01_ORDER.class, true, true); + } catch(HL7Exception e) { + log.error("Unexpected error creating ORM_O01 - this is probably a bug in the source code generator.", e); + } + } + + /** + * Returns "2.7" + */ + public String getVersion() { return "2.7"; } + + /** + *

+ * Returns + * MSH (Message Header) - creates it if necessary + *

+ */ + public MSH getMSH() { return getTyped("MSH", MSH.class); } + + /** + *

+ * Returns + * the first repetition of + * NTE (Notes and Comments) - creates it if necessary + *

+ */ + public NTE getNTE() { return getTyped("NTE", NTE.class); } + + /** + *

+ * Returns a specific repetition of + * NTE (Notes and Comments) - creates it if necessary + *

+ * + * @param rep The repetition index (0-indexed, i.e. the first repetition is at index 0) + * @throws HL7Exception if the repetition requested is more than one + * greater than the number of existing repetitions. + */ + public NTE getNTE(int rep) { return getTyped("NTE", rep, NTE.class); } + + /** + *

+ * Returns the number of existing repetitions of NTE + *

+ */ + public int getNTEReps() { return getReps("NTE"); } + + /** + *

+ * Returns a non-modifiable List containing all current existing repetitions of NTE. + *

+ *

+ * Note that unlike {@link #getNTE()}, this method will not create any reps + * if none are already present, so an empty list may be returned. + *

+ */ + public java.util.List getNTEAll() throws HL7Exception { + return getAllAsList("NTE", NTE.class); + } + + /** + *

+ * Inserts a specific repetition of NTE (Notes and Comments) + *

+ * + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public void insertNTE(NTE structure, int rep) throws HL7Exception { + super.insertRepetition( "NTE", structure, rep); + } + + /** + *

+ * Inserts a specific repetition of NTE (Notes and Comments) + *

+ * + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public NTE insertNTE(int rep) throws HL7Exception { return (NTE)super.insertRepetition("NTE", rep); } + + /** + *

+ * Removes a specific repetition of NTE (Notes and Comments) + *

+ * + * @see AbstractGroup#removeRepetition(String, int) + */ + public NTE removeNTE(int rep) throws HL7Exception { return (NTE)super.removeRepetition("NTE", rep); } + + /** + *

+ * Returns + * PATIENT (a Group object) - creates it if necessary + *

+ */ + public ORM_O01_PATIENT getPATIENT() { return getTyped("PATIENT", ORM_O01_PATIENT.class); } + + /** + *

+ * Returns + * the first repetition of + * ORDER (a Group object) - creates it if necessary + *

+ */ + public ORM_O01_ORDER getORDER() { return getTyped("ORDER", ORM_O01_ORDER.class); } + + /** + *

+ * Returns a specific repetition of + * ORDER (a Group object) - creates it if necessary + *

+ * + * @param rep The repetition index (0-indexed, i.e. the first repetition is at index 0) + * @throws HL7Exception if the repetition requested is more than one + * greater than the number of existing repetitions. + */ + public ORM_O01_ORDER getORDER(int rep) { return getTyped("ORDER", rep, ORM_O01_ORDER.class); } + + /** + *

+ * Returns the number of existing repetitions of ORDER + *

+ */ + public int getORDERReps() { return getReps("ORDER"); } + + /** + *

+ * Returns a non-modifiable List containing all current existing repetitions of ORDER. + *

+ * Note that unlike {@link #getORDER()}, this method will not create any reps + * if none are already present, so an empty list may be returned. + *

+ */ + public java.util.List getORDERAll() throws HL7Exception { + return getAllAsList("ORDER", ORM_O01_ORDER.class); + } + + /** + *

+ * Inserts a specific repetition of ORDER (a Group object) + *

+ * @see AbstractGroup#insertRepetition(Structure, int) + */ + public void insertORDER(ORM_O01_ORDER structure, int rep) throws HL7Exception { + super.insertRepetition( "ORDER", structure, rep); + } + + /** + *

+ * Inserts a specific repetition of ORDER (a Group object) + *

+ * @see AbstractGroup#insertRepetition(Structure, int) + */ + public ORM_O01_ORDER insertORDER(int rep) throws HL7Exception { + return (ORM_O01_ORDER)super.insertRepetition("ORDER", rep); + } + + /** + *

+ * Removes a specific repetition of ORDER (a Group object) + *

+ * @see AbstractGroup#removeRepetition(String, int) + */ + public ORM_O01_ORDER removeORDER(int rep) throws HL7Exception { + return (ORM_O01_ORDER)super.removeRepetition("ORDER", rep); + } +} \ No newline at end of file diff --git a/prime-router/src/main/kotlin/fhirengine/utils/HL7Reader.kt b/prime-router/src/main/kotlin/fhirengine/utils/HL7Reader.kt index bc4b8c4fea2..037cac9f388 100644 --- a/prime-router/src/main/kotlin/fhirengine/utils/HL7Reader.kt +++ b/prime-router/src/main/kotlin/fhirengine/utils/HL7Reader.kt @@ -13,6 +13,7 @@ import ca.uhn.hl7v2.util.Hl7InputStreamMessageStringIterator import ca.uhn.hl7v2.util.Terser import ca.uhn.hl7v2.validation.ValidationException import ca.uhn.hl7v2.validation.impl.ValidationContextFactory +import fhirengine.translation.hl7.structures.fhirinventory.message.ORM_O01 import fhirengine.translation.hl7.structures.fhirinventory.message.ORU_R01 import fhirengine.utils.ReportStreamCanonicalModelClassFactory import gov.cdc.prime.router.ActionLogger @@ -304,11 +305,17 @@ class HL7Reader(private val actionLogger: ActionLogger) : Logging { ReportStreamCanonicalModelClassFactory(ORU_R01::class.java), ) } else if (hl7MessageType?.msh93 == "OML_O21") { - DefaultHapiContext( - ParserConfiguration(), - ValidationContextFactory.noValidation(), - ReportStreamCanonicalModelClassFactory(v27_OML_O21::class.java), - ) + DefaultHapiContext( + ParserConfiguration(), + ValidationContextFactory.noValidation(), + ReportStreamCanonicalModelClassFactory(v27_OML_O21::class.java), + ) + } else if (hl7MessageType?.msh93 == "ORM_O01") { + DefaultHapiContext( + ParserConfiguration(), + ValidationContextFactory.noValidation(), + ReportStreamCanonicalModelClassFactory(ORM_O01::class.java), + ) } else { DefaultHapiContext(ValidationContextFactory.noValidation()) } diff --git a/prime-router/src/main/resources/metadata/hl7_mapping/OML_O21/base/patient/patient.yml b/prime-router/src/main/resources/metadata/hl7_mapping/OML_O21/base/patient/patient.yml index 6923b49a993..dc0d8064c01 100644 --- a/prime-router/src/main/resources/metadata/hl7_mapping/OML_O21/base/patient/patient.yml +++ b/prime-router/src/main/resources/metadata/hl7_mapping/OML_O21/base/patient/patient.yml @@ -22,6 +22,13 @@ elements: resource: '%resource.extension(%`rsext-pd1-patient-additional-demographic`)' schema: classpath:/metadata/hl7_mapping/resources/Patient/PD1Extension.yml + - name: patient-note + resource: '%resource.extension(%`rsext-patient-notes`).value' + schema: classpath:/metadata/hl7_mapping/datatypes/annotation/NTE.yml + resourceIndex: noteIndex + constants: + hl7NotePath: '%{hl7SegmentGroup}' + - name: related-person-nk1 resource: 'Bundle.entry.resource.ofType(RelatedPerson).where(extension(%`rsext-hl7v2Segment`).value = "NK1" and patient.resolve().id = %resource.id)' resourceIndex: relatedPersonIndex diff --git a/prime-router/src/testIntegration/kotlin/datatests/mappinginventory/catchall/ormo01/ORMO01Full.kt b/prime-router/src/testIntegration/kotlin/datatests/mappinginventory/catchall/ormo01/ORMO01Full.kt new file mode 100644 index 00000000000..e40b0eb3f5c --- /dev/null +++ b/prime-router/src/testIntegration/kotlin/datatests/mappinginventory/catchall/ormo01/ORMO01Full.kt @@ -0,0 +1,19 @@ +package gov.cdc.prime.router.datatests.mappinginventory.ormo01 + +import gov.cdc.prime.router.datatests.mappinginventory.verifyHL7ToFHIRToHL7Mapping +import org.junit.jupiter.api.Test + +class ORMO01Full { + + // There are no ORM mappings for FHIR -> HL7. The HL7 -> FHIR -> HL7 and FHIR -> HL7 scenarios here verify, + // with the exception of MessageHeader.eventCoding, that FHIR crafted through ORM is fully mapped with OML mappings. + @Test + fun `test ORM_O01 all segments`() { + assert( + verifyHL7ToFHIRToHL7Mapping( + "catchall/ormo01/orm_o01-full", + outputSchema = "classpath:/metadata/hl7_mapping/OML_O21/OML_O21-test.yml" + ).passed + ) + } +} \ No newline at end of file diff --git a/prime-router/src/testIntegration/resources/datatests/HL7_to_FHIR/sample_orm_20230809-001-with-enrichment.fhir b/prime-router/src/testIntegration/resources/datatests/HL7_to_FHIR/sample_orm_20230809-001-with-enrichment.fhir index 79b994c95a1..8e4acc4e7c9 100644 --- a/prime-router/src/testIntegration/resources/datatests/HL7_to_FHIR/sample_orm_20230809-001-with-enrichment.fhir +++ b/prime-router/src/testIntegration/resources/datatests/HL7_to_FHIR/sample_orm_20230809-001-with-enrichment.fhir @@ -1,21 +1,21 @@ { "resourceType" : "Bundle", - "id" : "1707847039699548000.20a09324-cf16-43bc-9328-52840bc77a0a", + "id" : "1729550865636362000.0dd0d635-e79d-42ff-a976-30961d5309b6", "meta" : { - "lastUpdated" : "2024-02-13T11:57:19.729-06:00" + "lastUpdated" : "2024-10-21T15:47:45.640-07:00" }, "identifier" : { "system" : "https://reportstream.cdc.gov/prime-router", "value" : "31808297" }, "type" : "message", - "timestamp" : "2023-05-06T05:29:16.000-05:00", + "timestamp" : "2023-05-06T03:29:16.000-07:00", "entry" : [ { - "fullUrl" : "MessageHeader/87c2d0db-6f31-3666-b9e2-7152e039c11f", + "fullUrl" : "MessageHeader/1729550865686591000.8eab0b79-1745-4db4-a152-f3ffa58d7e29", "resource" : { "resourceType" : "MessageHeader", - "id" : "87c2d0db-6f31-3666-b9e2-7152e039c11f", + "id" : "1729550865686591000.8eab0b79-1745-4db4-a152-f3ffa58d7e29", "meta" : { "tag" : [ { @@ -129,12 +129,12 @@ ], "name" : "NATUS", "receiver" : { - "reference" : "Organization/1707847039803464000.ea58b9a4-d88c-4058-88ad-f7c5ded76902" + "reference" : "Organization/1729550865685826000.122e2147-d1ba-462e-8fbb-ea52e6700fc4" } } ], "sender" : { - "reference" : "Organization/1707847039773359000.26190dfc-35d6-4bdc-bac2-54a57ab2aaac" + "reference" : "Organization/1729550865665105000.f7c72513-3f5a-4185-a6af-a3361529e59e" }, "source" : { "extension" : [ @@ -162,10 +162,10 @@ } }, { - "fullUrl" : "Organization/1707847039773359000.26190dfc-35d6-4bdc-bac2-54a57ab2aaac", + "fullUrl" : "Organization/1729550865665105000.f7c72513-3f5a-4185-a6af-a3361529e59e", "resource" : { "resourceType" : "Organization", - "id" : "1707847039773359000.26190dfc-35d6-4bdc-bac2-54a57ab2aaac", + "id" : "1729550865665105000.f7c72513-3f5a-4185-a6af-a3361529e59e", "identifier" : [ { "extension" : [ @@ -197,10 +197,10 @@ } }, { - "fullUrl" : "Organization/1707847039803464000.ea58b9a4-d88c-4058-88ad-f7c5ded76902", + "fullUrl" : "Organization/1729550865685826000.122e2147-d1ba-462e-8fbb-ea52e6700fc4", "resource" : { "resourceType" : "Organization", - "id" : "1707847039803464000.ea58b9a4-d88c-4058-88ad-f7c5ded76902", + "id" : "1729550865685826000.122e2147-d1ba-462e-8fbb-ea52e6700fc4", "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", @@ -239,16 +239,150 @@ } }, { - "fullUrl" : "Patient/1707847040239572000.c4a5ef84-2bdc-4c8a-a9cc-4daf0244cfbb", + "fullUrl" : "Provenance/1729550865908055000.e56840bd-f0a7-49f0-b01c-08b0cb1509ae", + "resource" : { + "resourceType" : "Provenance", + "id" : "1729550865908055000.e56840bd-f0a7-49f0-b01c-08b0cb1509ae", + "recorded" : "2023-05-06T05:29:16-05:00", + "activity" : { + "coding" : [ + { + "display" : "ORM^O01^ORM_O01" + } + ] + }, + "agent" : [ + { + "type" : { + "coding" : [ + { + "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type", + "code" : "author" + } + ] + }, + "who" : { + "reference" : "Organization/1729550865907582000.dbb11efa-3e75-4f25-a65b-e4183991b9c8" + } + } + ] + } + }, + { + "fullUrl" : "Organization/1729550865907582000.dbb11efa-3e75-4f25-a65b-e4183991b9c8", + "resource" : { + "resourceType" : "Organization", + "id" : "1729550865907582000.dbb11efa-3e75-4f25-a65b-e4183991b9c8", + "identifier" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.1" + } + ], + "value" : "Centracare" + }, + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.2,HD.3" + } + ], + "type" : { + "coding" : [ + { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0301", + "code" : "DNS" + } + ] + }, + "value" : "centracare.com" + } + ] + } + }, + { + "fullUrl" : "Provenance/1729550865915257000.813d1694-806e-4d26-8f17-cd25c54bcfd8", + "resource" : { + "resourceType" : "Provenance", + "id" : "1729550865915257000.813d1694-806e-4d26-8f17-cd25c54bcfd8", + "recorded" : "2024-10-21T15:47:45Z", + "policy" : [ + "http://hl7.org/fhir/uv/v2mappings/message-oru-r01-to-bundle" + ], + "activity" : { + "coding" : [ + { + "code" : "v2-FHIR transformation" + } + ] + }, + "agent" : [ + { + "type" : { + "coding" : [ + { + "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type", + "code" : "assembler" + } + ] + }, + "who" : { + "reference" : "Organization/1729550865915010000.a42d35fb-5cd1-44d8-9f9e-fdc1c0585119" + } + } + ] + } + }, + { + "fullUrl" : "Organization/1729550865915010000.a42d35fb-5cd1-44d8-9f9e-fdc1c0585119", + "resource" : { + "resourceType" : "Organization", + "id" : "1729550865915010000.a42d35fb-5cd1-44d8-9f9e-fdc1c0585119", + "identifier" : [ + { + "value" : "CDC PRIME - Atlanta" + }, + { + "type" : { + "coding" : [ + { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0301" + } + ] + }, + "system" : "urn:ietf:rfc:3986", + "value" : "2.16.840.1.114222.4.1.237821" + } + ] + } + }, + { + "fullUrl" : "Patient/1729550865931405000.c51809c5-fc8c-4216-83c4-e262b81f6ddb", "resource" : { "resourceType" : "Patient", - "id" : "1707847040239572000.c4a5ef84-2bdc-4c8a-a9cc-4daf0244cfbb", + "id" : "1729550865931405000.c51809c5-fc8c-4216-83c4-e262b81f6ddb", "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/pid-patient", "extension" : [ { - "url" : "PID.8" + "url" : "PID.8", + "valueCodeableConcept" : { + "coding" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } + ], + "code" : "M" + } + ] + } }, { "url" : "PID.24", @@ -307,7 +441,7 @@ }, "value" : "11102779", "assigner" : { - "reference" : "Organization/1707847040212466000.839717a1-adb9-4b95-a629-3cb2455bbe9c" + "reference" : "Organization/1729550865920619000.8e047a23-279b-4e30-aaa9-d8870963e7e5" } } ], @@ -420,7 +554,7 @@ "link" : [ { "other" : { - "reference" : "RelatedPerson/1707847040228223000.eed99dd8-9b3a-4f18-8bf3-3e17975f6616" + "reference" : "RelatedPerson/1729550865926690000.e6fa0c78-e72f-4dd1-b1a3-4309fd31b5b3" }, "type" : "seealso" } @@ -428,10 +562,10 @@ } }, { - "fullUrl" : "Organization/1707847040212466000.839717a1-adb9-4b95-a629-3cb2455bbe9c", + "fullUrl" : "Organization/1729550865920619000.8e047a23-279b-4e30-aaa9-d8870963e7e5", "resource" : { "resourceType" : "Organization", - "id" : "1707847040212466000.839717a1-adb9-4b95-a629-3cb2455bbe9c", + "id" : "1729550865920619000.8e047a23-279b-4e30-aaa9-d8870963e7e5", "identifier" : [ { "extension" : [ @@ -446,10 +580,10 @@ } }, { - "fullUrl" : "RelatedPerson/1707847040228223000.eed99dd8-9b3a-4f18-8bf3-3e17975f6616", + "fullUrl" : "RelatedPerson/1729550865926690000.e6fa0c78-e72f-4dd1-b1a3-4309fd31b5b3", "resource" : { "resourceType" : "RelatedPerson", - "id" : "1707847040228223000.eed99dd8-9b3a-4f18-8bf3-3e17975f6616", + "id" : "1729550865926690000.e6fa0c78-e72f-4dd1-b1a3-4309fd31b5b3", "identifier" : [ { "extension" : [ @@ -468,520 +602,387 @@ } }, { - "fullUrl" : "ServiceRequest/1707847040256925000.2584ab72-0d21-475d-a0c8-7b387ea2f0fd", + "fullUrl" : "Provenance/1729550865934422000.a889d3dd-3f30-4bc1-83ea-c33528b438d1", "resource" : { - "resourceType" : "ServiceRequest", - "id" : "1707847040256925000.2584ab72-0d21-475d-a0c8-7b387ea2f0fd", + "resourceType" : "Provenance", + "id" : "1729550865934422000.a889d3dd-3f30-4bc1-83ea-c33528b438d1", + "target" : [ + { + "reference" : "Patient/1729550865931405000.c51809c5-fc8c-4216-83c4-e262b81f6ddb" + } + ], + "recorded" : "2024-10-21T15:47:45Z", + "activity" : { + "coding" : [ + { + "system" : "https://terminology.hl7.org/CodeSystem/v3-DataOperation", + "code" : "UPDATE" + } + ] + } + } + }, + { + "fullUrl" : "Observation/1729550865936768000.530253cf-943d-4360-895c-8f3e276ab614", + "resource" : { + "resourceType" : "Observation", + "id" : "1729550865936768000.530253cf-943d-4360-895c-8f3e276ab614", "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", - "valueCode" : "NW" + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString" : "1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", - "valueString" : "20230506052913-0500" + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", + "valueCode" : "AOE" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/orc-common-order", + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", "extension" : [ { - "url" : "orc-21-ordering-facility-name", - "valueReference" : { - "reference" : "Organization/1707847040252066000.153d3558-35e2-4828-8a93-fff1afee50ae" - } - }, - { - "url" : "orc-21-ordering-facility-name", - "valueReference" : { - "reference" : "Organization/1707847040252956000.3d97593b-e670-40a5-a230-ddb929e5af4c" - } + "url" : "OBX.2", + "valueId" : "NM" }, { - "url" : "orc-12-ordering-provider", - "valueReference" : { - "reference" : "Practitioner/1707847040254368000.50514b93-84f6-4b7a-873b-68c878820d87" - } - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", - "extension" : [ - { - "url" : "OBR.2", - "valueIdentifier" : { - "extension" : [ + "url" : "OBX.6", + "valueCodeableConcept" : { + "coding" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "EPIC" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "1.2.840.114350.1.13.145.2.7.2.695071" + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "UCUM" } - ] + ], + "system" : "http://unitsofmeasure.org", + "code" : "g", + "display" : "gram" } - ], - "value" : "421832901" + ] } - } - ] - } - ], - "identifier" : [ - { - "extension" : [ + }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.2" + "url" : "OBX.29", + "valueId" : "QST" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "EPIC" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "1.2.840.114350.1.13.145.2.7.2.695071" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] + "url" : "OBX.11", + "valueString" : "O" } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PLAC" - } - ] - }, - "value" : "421832901" + ] } ], "status" : "unknown", + "code" : { + "coding" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } + ], + "system" : "http://loinc.org", + "code" : "8339-4", + "display" : "BIRTH WEIGHT MEASURED" + } + ] + }, "subject" : { - "reference" : "Patient/1707847040239572000.c4a5ef84-2bdc-4c8a-a9cc-4daf0244cfbb" + "reference" : "Patient/1729550865931405000.c51809c5-fc8c-4216-83c4-e262b81f6ddb" }, - "authoredOn" : "2023-05-06T05:29:13-05:00", - "_authoredOn" : { + "effectiveDateTime" : "2023-05-06T05:00:00-05:00", + "_effectiveDateTime" : { "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506052913-0500" + "valueString" : "20230506050000-0500" } ] }, - "requester" : { - "reference" : "PractitionerRole/1707847040245824000.44f7af0a-940c-495a-90bf-c7b29c1065bc" + "valueQuantity" : { + "value" : 1769.859285, + "unit" : "gram", + "system" : "UCUM", + "code" : "g" } } }, { - "fullUrl" : "Organization/1707847040246197000.f878df3a-5f70-4d4b-94c4-458c2cf2f17d", - "resource" : { - "resourceType" : "Organization", - "id" : "1707847040246197000.f878df3a-5f70-4d4b-94c4-458c2cf2f17d", - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" - } - ], - "value" : "NPI" - } - ] - } - }, - { - "fullUrl" : "Practitioner/1707847040247436000.31b0f5dd-7b8e-465c-8c25-5021636ad132", + "fullUrl" : "Observation/1729550865939115000.5a7416db-44bf-4e02-bca8-b6a3bfc74da2", "resource" : { - "resourceType" : "Practitioner", - "id" : "1707847040247436000.31b0f5dd-7b8e-465c-8c25-5021636ad132", + "resourceType" : "Observation", + "id" : "1729550865939115000.5a7416db-44bf-4e02-bca8-b6a3bfc74da2", "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString" : "1" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", + "valueCode" : "AOE" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "NPI" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-unknown-type" + "url" : "OBX.2", + "valueId" : "NM" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ + "url" : "OBX.6", + "valueCodeableConcept" : { + "coding" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "UCUM" + } + ], + "system" : "http://unitsofmeasure.org", + "code" : "wk", + "display" : "week" + } + ] + } + }, { - "url" : "XCN.3", - "valueString" : "JANE" + "url" : "OBX.29", + "valueId" : "QST" }, { - "url" : "XCN.10", - "valueString" : "L" + "url" : "OBX.11", + "valueString" : "O" } ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.12" } ], - "identifier" : [ - { - "type" : { - "coding" : [ + "status" : "unknown", + "code" : { + "coding" : [ + { + "extension" : [ { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "NPI" + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" } - ] - }, - "value" : "1265136360", - "assigner" : { - "reference" : "Organization/1707847040246197000.f878df3a-5f70-4d4b-94c4-458c2cf2f17d" + ], + "system" : "http://loinc.org", + "code" : "57714-8", + "display" : "OBSTETRIC ESTIMATION OF GESTATIONAL AGE" } - } - ], - "name" : [ - { - "use" : "official", - "family" : "JONES", - "given" : [ - "JANE" - ] - } - ] + ] + }, + "subject" : { + "reference" : "Patient/1729550865931405000.c51809c5-fc8c-4216-83c4-e262b81f6ddb" + }, + "effectiveDateTime" : "2023-05-06T05:00:00-05:00", + "_effectiveDateTime" : { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20230506050000-0500" + } + ] + }, + "valueQuantity" : { + "value" : 32, + "unit" : "week", + "system" : "UCUM", + "code" : "wk" + } } }, { - "fullUrl" : "Organization/1707847040248788000.9a03e625-1b10-4b57-8540-fbc5705f0454", + "fullUrl" : "Observation/1729550865940883000.e4cb17c1-f11d-46b1-ad02-bb9d5e8ba0de", "resource" : { - "resourceType" : "Organization", - "id" : "1707847040248788000.9a03e625-1b10-4b57-8540-fbc5705f0454", + "resourceType" : "Observation", + "id" : "1729550865940883000.e4cb17c1-f11d-46b1-ad02-bb9d5e8ba0de", "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ] - } - } - ] - } + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString" : "1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", + "valueCode" : "AOE" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", "extension" : [ { - "url" : "XON.10", - "valueString" : "1043269798" + "url" : "OBX.2", + "valueId" : "CWE" + }, + { + "url" : "OBX.29", + "valueId" : "QST" + }, + { + "url" : "OBX.11", + "valueString" : "O" } ] } ], - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "CMS" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-unknown-type" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type" - } - ] - } - ], - "type" : { - "coding" : [ + "status" : "unknown", + "code" : { + "coding" : [ + { + "extension" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "NPI" + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" } - ] - }, - "value" : "1043269798" - } - ], - "name" : "ST. CLOUD HOSPITAL" - } - }, - { - "fullUrl" : "PractitionerRole/1707847040245824000.44f7af0a-940c-495a-90bf-c7b29c1065bc", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1707847040245824000.44f7af0a-940c-495a-90bf-c7b29c1065bc", - "practitioner" : { - "reference" : "Practitioner/1707847040247436000.31b0f5dd-7b8e-465c-8c25-5021636ad132" + ], + "system" : "http://loinc.org", + "code" : "57713-0", + "display" : "INFANT FACTORS THAT AFFECT NEWBORN SCREENING INTERPRETATION" + } + ] }, - "organization" : { - "reference" : "Organization/1707847040248788000.9a03e625-1b10-4b57-8540-fbc5705f0454" + "subject" : { + "reference" : "Patient/1729550865931405000.c51809c5-fc8c-4216-83c4-e262b81f6ddb" + }, + "effectiveDateTime" : "2023-05-06T05:00:00-05:00", + "_effectiveDateTime" : { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20230506050000-0500" + } + ] + }, + "valueCodeableConcept" : { + "coding" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } + ], + "system" : "http://loinc.org", + "code" : "LA12419-0", + "display" : "INFANT IN NICU AT TIME OF SPECIMEN COLLECTION" + } + ] } } }, { - "fullUrl" : "Organization/1707847040252066000.153d3558-35e2-4828-8a93-fff1afee50ae", + "fullUrl" : "Observation/1729550865942890000.c84fe9a8-9286-4d76-aef0-955e9394f55b", "resource" : { - "resourceType" : "Organization", - "id" : "1707847040252066000.153d3558-35e2-4828-8a93-fff1afee50ae", + "resourceType" : "Observation", + "id" : "1729550865942890000.c84fe9a8-9286-4d76-aef0-955e9394f55b", "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ] - } - } - ] - } + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString" : "1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", + "valueCode" : "AOE" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", "extension" : [ { - "url" : "XON.10", - "valueString" : "1043269798" + "url" : "OBX.2", + "valueId" : "CWE" + }, + { + "url" : "OBX.29", + "valueId" : "QST" + }, + { + "url" : "OBX.11", + "valueString" : "O" } ] } ], - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "CMS" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-unknown-type" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "NPI" - } - ] - }, - "value" : "1043269798" - } - ], - "name" : "ST. CLOUD HOSPITAL" - } - }, - { - "fullUrl" : "Organization/1707847040252956000.3d97593b-e670-40a5-a230-ddb929e5af4c", - "resource" : { - "resourceType" : "Organization", - "id" : "1707847040252956000.3d97593b-e670-40a5-a230-ddb929e5af4c", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { + "status" : "unknown", + "code" : { + "coding" : [ + { "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ] - } + "valueString" : "coding" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "99MDH" } - ] + ], + "code" : "MNDSIB", + "display" : "DOES THE BABY HAVE A DECEASED SIBLING?" } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ - { - "url" : "XON.10", - "valueString" : "739" - } - ] - } - ], - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "MN Public Health Lab" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-unknown-type" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type" - } - ] - } - ], - "type" : { - "coding" : [ + ] + }, + "subject" : { + "reference" : "Patient/1729550865931405000.c51809c5-fc8c-4216-83c4-e262b81f6ddb" + }, + "effectiveDateTime" : "2023-05-06T05:00:00-05:00", + "_effectiveDateTime" : { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20230506050000-0500" + } + ] + }, + "valueCodeableConcept" : { + "coding" : [ + { + "extension" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "NPI" - } - ] - }, - "value" : "739" - } - ], - "name" : "ST. CLOUD HOSPITAL" - } - }, - { - "fullUrl" : "Organization/1707847040253541000.744956ab-93bf-44c9-9728-d432cad078ba", - "resource" : { - "resourceType" : "Organization", - "id" : "1707847040253541000.744956ab-93bf-44c9-9728-d432cad078ba", - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" - } - ], - "value" : "NPI" - } - ] - } - }, - { - "fullUrl" : "Practitioner/1707847040254368000.50514b93-84f6-4b7a-873b-68c878820d87", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1707847040254368000.50514b93-84f6-4b7a-873b-68c878820d87", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "NPI" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-unknown-type" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "JANE" - }, - { - "url" : "XCN.10", - "valueString" : "L" - } - ] - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "NPI" + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "99MDH" } - ] - }, - "value" : "1265136360", - "assigner" : { - "reference" : "Organization/1707847040253541000.744956ab-93bf-44c9-9728-d432cad078ba" + ], + "code" : "N", + "display" : "No" } - } - ], - "name" : [ - { - "use" : "official", - "family" : "JONES", - "given" : [ - "JANE" - ] - } - ] + ] + } } }, { - "fullUrl" : "Observation/1707847040443634000.464d6ec3-104b-4e33-9753-08279fe67e1a", + "fullUrl" : "Observation/1729550865944796000.9dcd5b37-bd27-4835-ac6f-8c375d3cb7aa", "resource" : { "resourceType" : "Observation", - "id" : "1707847040443634000.464d6ec3-104b-4e33-9753-08279fe67e1a", + "id" : "1729550865944796000.9dcd5b37-bd27-4835-ac6f-8c375d3cb7aa", "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", @@ -996,25 +997,40 @@ "extension" : [ { "url" : "OBX.2", - "valueId" : "NM" + "valueId" : "CWE" }, { - "url" : "OBX.6" + "url" : "OBX.29", + "valueId" : "QST" }, { "url" : "OBX.11", "valueString" : "O" - }, - { - "url" : "OBX.29", - "valueId" : "QST" } ] } ], "status" : "unknown", + "code" : { + "coding" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "99MDH" + } + ], + "code" : "MNDEFECT", + "display" : "DOES THE BABY HAVE BIRTH DEFECTS?" + } + ] + }, "subject" : { - "reference" : "Patient/1707847040239572000.c4a5ef84-2bdc-4c8a-a9cc-4daf0244cfbb" + "reference" : "Patient/1729550865931405000.c51809c5-fc8c-4216-83c4-e262b81f6ddb" }, "effectiveDateTime" : "2023-05-06T05:00:00-05:00", "_effectiveDateTime" : { @@ -1025,19 +1041,31 @@ } ] }, - "valueQuantity" : { - "value" : 1769.859285, - "unit" : "gram", - "system" : "UCUM", - "code" : "g" + "valueCodeableConcept" : { + "coding" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "99MDH" + } + ], + "code" : "N", + "display" : "No" + } + ] } } }, { - "fullUrl" : "Observation/1707847040448325000.c15ce93a-0a69-4120-86ab-4534d8661b60", + "fullUrl" : "Observation/1729550865946599000.028a400c-8372-472b-ab2f-adbdac928078", "resource" : { "resourceType" : "Observation", - "id" : "1707847040448325000.c15ce93a-0a69-4120-86ab-4534d8661b60", + "id" : "1729550865946599000.028a400c-8372-472b-ab2f-adbdac928078", "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", @@ -1052,48 +1080,75 @@ "extension" : [ { "url" : "OBX.2", - "valueId" : "NM" + "valueId" : "CWE" }, { - "url" : "OBX.6" + "url" : "OBX.29", + "valueId" : "QST" }, { "url" : "OBX.11", "valueString" : "O" - }, - { - "url" : "OBX.29", - "valueId" : "QST" } ] } ], "status" : "unknown", - "subject" : { - "reference" : "Patient/1707847040239572000.c4a5ef84-2bdc-4c8a-a9cc-4daf0244cfbb" - }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ + "code" : { + "coding" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506050000-0500" - } - ] - }, - "valueQuantity" : { - "value" : 32, - "unit" : "week", - "system" : "UCUM", - "code" : "wk" + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "99MDH" + } + ], + "code" : "MNFAM", + "display" : "FAMILY HISTORY OF DISORDER ON MN SCREENING PANEL" + } + ] + }, + "subject" : { + "reference" : "Patient/1729550865931405000.c51809c5-fc8c-4216-83c4-e262b81f6ddb" + }, + "effectiveDateTime" : "2023-05-06T05:00:00-05:00", + "_effectiveDateTime" : { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20230506050000-0500" + } + ] + }, + "valueCodeableConcept" : { + "coding" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "99MDH" + } + ], + "code" : "N", + "display" : "No" + } + ] } } }, { - "fullUrl" : "Observation/1707847040451312000.bfeea92a-6560-461e-a28d-84df7aa878a7", + "fullUrl" : "Observation/1729550865948201000.0b8a3074-20b3-452c-b912-139eb437fd54", "resource" : { "resourceType" : "Observation", - "id" : "1707847040451312000.bfeea92a-6560-461e-a28d-84df7aa878a7", + "id" : "1729550865948201000.0b8a3074-20b3-452c-b912-139eb437fd54", "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", @@ -1110,20 +1165,39 @@ "url" : "OBX.2", "valueId" : "CWE" }, - { - "url" : "OBX.11", - "valueString" : "O" - }, { "url" : "OBX.29", "valueId" : "QST" + }, + { + "url" : "OBX.11", + "valueString" : "O" } ] } ], "status" : "unknown", + "code" : { + "coding" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } + ], + "system" : "http://loinc.org", + "code" : "67704-7", + "display" : "FEEDING TYPES" + } + ] + }, "subject" : { - "reference" : "Patient/1707847040239572000.c4a5ef84-2bdc-4c8a-a9cc-4daf0244cfbb" + "reference" : "Patient/1729550865931405000.c51809c5-fc8c-4216-83c4-e262b81f6ddb" }, "effectiveDateTime" : "2023-05-06T05:00:00-05:00", "_effectiveDateTime" : { @@ -1148,22 +1222,22 @@ } ], "system" : "http://loinc.org", - "code" : "LA12419-0", - "display" : "INFANT IN NICU AT TIME OF SPECIMEN COLLECTION" + "code" : "LA12418-2", + "display" : "TPN" } ] } } }, { - "fullUrl" : "Observation/1707847040453664000.0200154d-5d5f-46c6-8fba-9f88907ceb61", + "fullUrl" : "Observation/1729550865949712000.e398514d-8f4f-4c71-9e0f-80cb05f6737d", "resource" : { "resourceType" : "Observation", - "id" : "1707847040453664000.0200154d-5d5f-46c6-8fba-9f88907ceb61", + "id" : "1729550865949712000.e398514d-8f4f-4c71-9e0f-80cb05f6737d", "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" + "valueString" : "2" }, { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", @@ -1176,20 +1250,39 @@ "url" : "OBX.2", "valueId" : "CWE" }, - { - "url" : "OBX.11", - "valueString" : "O" - }, { "url" : "OBX.29", "valueId" : "QST" + }, + { + "url" : "OBX.11", + "valueString" : "O" } ] } ], "status" : "unknown", + "code" : { + "coding" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } + ], + "system" : "http://loinc.org", + "code" : "67704-7", + "display" : "FEEDING TYPES" + } + ] + }, "subject" : { - "reference" : "Patient/1707847040239572000.c4a5ef84-2bdc-4c8a-a9cc-4daf0244cfbb" + "reference" : "Patient/1729550865931405000.c51809c5-fc8c-4216-83c4-e262b81f6ddb" }, "effectiveDateTime" : "2023-05-06T05:00:00-05:00", "_effectiveDateTime" : { @@ -1210,21 +1303,22 @@ }, { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "99MDH" + "valueString" : "LN" } ], - "code" : "N", - "display" : "No" + "system" : "http://loinc.org", + "code" : "LA16914-6", + "display" : "BREAST MILK" } ] } } }, { - "fullUrl" : "Observation/1707847040456098000.75d73472-658d-49ad-b2ca-a6207ffdff93", + "fullUrl" : "Observation/1729550865951387000.f4afebf4-4195-4cca-afc1-70a70e88cc25", "resource" : { "resourceType" : "Observation", - "id" : "1707847040456098000.75d73472-658d-49ad-b2ca-a6207ffdff93", + "id" : "1729550865951387000.f4afebf4-4195-4cca-afc1-70a70e88cc25", "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", @@ -1241,20 +1335,39 @@ "url" : "OBX.2", "valueId" : "CWE" }, - { - "url" : "OBX.11", - "valueString" : "O" - }, { "url" : "OBX.29", "valueId" : "QST" + }, + { + "url" : "OBX.11", + "valueString" : "O" } ] } ], "status" : "unknown", + "code" : { + "coding" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } + ], + "system" : "http://loinc.org", + "code" : "57723-9", + "display" : "UNIQUE BAR CODE NUMBER OF CURRENT SAMPLE" + } + ] + }, "subject" : { - "reference" : "Patient/1707847040239572000.c4a5ef84-2bdc-4c8a-a9cc-4daf0244cfbb" + "reference" : "Patient/1729550865931405000.c51809c5-fc8c-4216-83c4-e262b81f6ddb" }, "effectiveDateTime" : "2023-05-06T05:00:00-05:00", "_effectiveDateTime" : { @@ -1272,24 +1385,19 @@ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "99MDH" } ], - "code" : "N", - "display" : "No" + "code" : "0516199364" } ] } } }, { - "fullUrl" : "Observation/1707847040458823000.f538e528-ff23-45ea-8468-98f1eb43ca85", + "fullUrl" : "Observation/1729550865952662000.18a01715-7d4f-41f0-985f-2bf25ee21deb", "resource" : { "resourceType" : "Observation", - "id" : "1707847040458823000.f538e528-ff23-45ea-8468-98f1eb43ca85", + "id" : "1729550865952662000.18a01715-7d4f-41f0-985f-2bf25ee21deb", "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", @@ -1304,33 +1412,21 @@ "extension" : [ { "url" : "OBX.2", - "valueId" : "CWE" - }, - { - "url" : "OBX.11", - "valueString" : "O" + "valueId" : "ST" }, { "url" : "OBX.29", "valueId" : "QST" + }, + { + "url" : "OBX.11", + "valueString" : "O" } ] } ], "status" : "unknown", - "subject" : { - "reference" : "Patient/1707847040239572000.c4a5ef84-2bdc-4c8a-a9cc-4daf0244cfbb" - }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506050000-0500" - } - ] - }, - "valueCodeableConcept" : { + "code" : { "coding" : [ { "extension" : [ @@ -1340,21 +1436,35 @@ }, { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "99MDH" + "valueString" : "LN" } ], - "code" : "N", - "display" : "No" + "system" : "http://loinc.org", + "code" : "62328-0", + "display" : "DISCHARGE PROVIDER PRACTICE PHONE NUMBER" } ] - } + }, + "subject" : { + "reference" : "Patient/1729550865931405000.c51809c5-fc8c-4216-83c4-e262b81f6ddb" + }, + "effectiveDateTime" : "2023-05-06T05:00:00-05:00", + "_effectiveDateTime" : { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20230506050000-0500" + } + ] + }, + "valueString" : "Daniel Davis/218-555-1000" } }, { - "fullUrl" : "Observation/1707847040460546000.a1fa7830-b4b1-4a74-b5e6-e21430a9fbf6", + "fullUrl" : "Observation/1729550865954074000.5741ae83-6c72-4a52-8b21-7dbdc91bcdfb", "resource" : { "resourceType" : "Observation", - "id" : "1707847040460546000.a1fa7830-b4b1-4a74-b5e6-e21430a9fbf6", + "id" : "1729550865954074000.5741ae83-6c72-4a52-8b21-7dbdc91bcdfb", "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", @@ -1369,33 +1479,21 @@ "extension" : [ { "url" : "OBX.2", - "valueId" : "CWE" - }, - { - "url" : "OBX.11", - "valueString" : "O" + "valueId" : "ST" }, { "url" : "OBX.29", "valueId" : "QST" + }, + { + "url" : "OBX.11", + "valueString" : "O" } ] } ], "status" : "unknown", - "subject" : { - "reference" : "Patient/1707847040239572000.c4a5ef84-2bdc-4c8a-a9cc-4daf0244cfbb" - }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506050000-0500" - } - ] - }, - "valueCodeableConcept" : { + "code" : { "coding" : [ { "extension" : [ @@ -1409,22 +1507,35 @@ } ], "system" : "http://loinc.org", - "code" : "LA12418-2", - "display" : "TPN" + "code" : "62324-9", + "display" : "POST-DISCHARGE PROVIDER NAME" } ] - } + }, + "subject" : { + "reference" : "Patient/1729550865931405000.c51809c5-fc8c-4216-83c4-e262b81f6ddb" + }, + "effectiveDateTime" : "2023-05-06T05:00:00-05:00", + "_effectiveDateTime" : { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20230506050000-0500" + } + ] + }, + "valueString" : "DAVIS, DANIEL, MD" } }, { - "fullUrl" : "Observation/1707847040463341000.b05f6ec1-5822-4d37-9e68-658b5f92681c", + "fullUrl" : "Observation/1729550865955784000.fc7cf5a5-a7d4-4e57-95b9-48e8877dcdc3", "resource" : { "resourceType" : "Observation", - "id" : "1707847040463341000.b05f6ec1-5822-4d37-9e68-658b5f92681c", + "id" : "1729550865955784000.fc7cf5a5-a7d4-4e57-95b9-48e8877dcdc3", "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "2" + "valueString" : "1" }, { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", @@ -1435,22 +1546,41 @@ "extension" : [ { "url" : "OBX.2", - "valueId" : "CWE" - }, - { - "url" : "OBX.11", - "valueString" : "O" + "valueId" : "ST" }, { "url" : "OBX.29", "valueId" : "QST" + }, + { + "url" : "OBX.11", + "valueString" : "O" } ] } ], "status" : "unknown", + "code" : { + "coding" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } + ], + "system" : "http://loinc.org", + "code" : "62326-4", + "display" : "POST-DISCHARGE PROVIDER PRACTICE NAME" + } + ] + }, "subject" : { - "reference" : "Patient/1707847040239572000.c4a5ef84-2bdc-4c8a-a9cc-4daf0244cfbb" + "reference" : "Patient/1729550865931405000.c51809c5-fc8c-4216-83c4-e262b81f6ddb" }, "effectiveDateTime" : "2023-05-06T05:00:00-05:00", "_effectiveDateTime" : { @@ -1461,240 +1591,608 @@ } ] }, - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" + "valueString" : "Lakeridge Health Revere" + } + }, + { + "fullUrl" : "ServiceRequest/1729550866068637000.06cfe35d-3d26-459d-aa75-a7f852752d67", + "resource" : { + "resourceType" : "ServiceRequest", + "id" : "1729550866068637000.06cfe35d-3d26-459d-aa75-a7f852752d67", + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", + "valueCode" : "NW" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", + "valueString" : "20230506052913-0500" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/orc-common-order", + "extension" : [ + { + "url" : "orc-21-ordering-facility-name", + "valueReference" : { + "reference" : "Organization/1729550866065582000.1380b9a5-e0d5-4da5-92dd-f861784c6cd9" + } + }, + { + "url" : "orc-21-ordering-facility-name", + "valueReference" : { + "reference" : "Organization/1729550866066054000.3358bd18-d275-45c0-ba7c-964fb463f407" + } + }, + { + "url" : "orc-12-ordering-provider", + "valueReference" : { + "reference" : "Practitioner/1729550866067327000.d52b6353-7451-4d1f-a082-b5bebef2ed42" + } + } + ] + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", + "extension" : [ + { + "url" : "OBR.2", + "valueIdentifier" : { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "EPIC" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "1.2.840.114350.1.13.145.2.7.2.695071" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } + ] + } + ], + "value" : "421832901" + } + } + ] + } + ], + "identifier" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "ORC.2" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "EPIC" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "1.2.840.114350.1.13.145.2.7.2.695071" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } + ] + } + ], + "type" : { + "coding" : [ + { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "PLAC" + } + ] + }, + "value" : "421832901" + } + ], + "status" : "unknown", + "code" : { + "coding" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } + ], + "system" : "http://loinc.org", + "code" : "54089-8", + "display" : "Newborn screening panel American Health Information Community (AHIC)" + } + ] + }, + "subject" : { + "reference" : "Patient/1729550865931405000.c51809c5-fc8c-4216-83c4-e262b81f6ddb" + }, + "authoredOn" : "2023-05-06T05:29:13-05:00", + "_authoredOn" : { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20230506052913-0500" + } + ] + }, + "requester" : { + "reference" : "PractitionerRole/1729550866062612000.df6baca3-05a6-42f0-b32d-2696c41ac200" + }, + "supportingInfo" : [ + { + "reference" : "Observation/1729550865936768000.530253cf-943d-4360-895c-8f3e276ab614" + }, + { + "reference" : "Observation/1729550865939115000.5a7416db-44bf-4e02-bca8-b6a3bfc74da2" + }, + { + "reference" : "Observation/1729550865940883000.e4cb17c1-f11d-46b1-ad02-bb9d5e8ba0de" + }, + { + "reference" : "Observation/1729550865942890000.c84fe9a8-9286-4d76-aef0-955e9394f55b" + }, + { + "reference" : "Observation/1729550865944796000.9dcd5b37-bd27-4835-ac6f-8c375d3cb7aa" + }, + { + "reference" : "Observation/1729550865946599000.028a400c-8372-472b-ab2f-adbdac928078" + }, + { + "reference" : "Observation/1729550865948201000.0b8a3074-20b3-452c-b912-139eb437fd54" + }, + { + "reference" : "Observation/1729550865949712000.e398514d-8f4f-4c71-9e0f-80cb05f6737d" + }, + { + "reference" : "Observation/1729550865951387000.f4afebf4-4195-4cca-afc1-70a70e88cc25" + }, + { + "reference" : "Observation/1729550865952662000.18a01715-7d4f-41f0-985f-2bf25ee21deb" + }, + { + "reference" : "Observation/1729550865954074000.5741ae83-6c72-4a52-8b21-7dbdc91bcdfb" + }, + { + "reference" : "Observation/1729550865955784000.fc7cf5a5-a7d4-4e57-95b9-48e8877dcdc3" + } + ] + } + }, + { + "fullUrl" : "Organization/1729550866062887000.6e32ebb6-100d-4146-a338-41c5afed2395", + "resource" : { + "resourceType" : "Organization", + "id" : "1729550866062887000.6e32ebb6-100d-4146-a338-41c5afed2395", + "identifier" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.1" + } + ], + "value" : "NPI" + } + ] + } + }, + { + "fullUrl" : "Practitioner/1729550866063517000.7c8076a4-2df1-47ab-a0f6-e88d84fd5654", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1729550866063517000.7c8076a4-2df1-47ab-a0f6-e88d84fd5654", + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "NPI" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-unknown-type" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type" + } + ] + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ + { + "url" : "XCN.3", + "valueString" : "JANE" + }, + { + "url" : "XCN.10", + "valueString" : "L" + } + ] + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "ORC.12" + } + ], + "identifier" : [ + { + "type" : { + "coding" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } + ], + "code" : "NPI" + } + ] + }, + "value" : "1265136360", + "assigner" : { + "reference" : "Organization/1729550866062887000.6e32ebb6-100d-4146-a338-41c5afed2395" + } + } + ], + "name" : [ + { + "use" : "official", + "family" : "JONES", + "given" : [ + "JANE" + ] + } + ] + } + }, + { + "fullUrl" : "Organization/1729550866064117000.5920bdd1-5013-453c-b70e-c292f65c0328", + "resource" : { + "resourceType" : "Organization", + "id" : "1729550866064117000.5920bdd1-5013-453c-b70e-c292f65c0328", + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding" : { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept" : { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "XON.2" + } + ], + "coding" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } + ], + "code" : "L" + } + ] + } + } + ], + "code" : "L" + } + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension" : [ + { + "url" : "XON.10", + "valueString" : "1043269798" + } + ] + } + ], + "identifier" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "CMS" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-unknown-type" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type" + } + ] + } + ], + "type" : { + "coding" : [ + { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "NPI" + } + ] + }, + "value" : "1043269798" + } + ], + "name" : "ST. CLOUD HOSPITAL" + } + }, + { + "fullUrl" : "PractitionerRole/1729550866062612000.df6baca3-05a6-42f0-b32d-2696c41ac200", + "resource" : { + "resourceType" : "PractitionerRole", + "id" : "1729550866062612000.df6baca3-05a6-42f0-b32d-2696c41ac200", + "practitioner" : { + "reference" : "Practitioner/1729550866063517000.7c8076a4-2df1-47ab-a0f6-e88d84fd5654" + }, + "organization" : { + "reference" : "Organization/1729550866064117000.5920bdd1-5013-453c-b70e-c292f65c0328" + } + } + }, + { + "fullUrl" : "Organization/1729550866065582000.1380b9a5-e0d5-4da5-92dd-f861784c6cd9", + "resource" : { + "resourceType" : "Organization", + "id" : "1729550866065582000.1380b9a5-e0d5-4da5-92dd-f861784c6cd9", + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding" : { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept" : { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "XON.2" + } + ], + "coding" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } + ], + "code" : "L" + } + ] + } + } + ], + "code" : "L" + } + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension" : [ + { + "url" : "XON.10", + "valueString" : "1043269798" + } + ] + } + ], + "identifier" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "CMS" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-unknown-type" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type" + } + ] + } + ], + "type" : { + "coding" : [ + { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "NPI" } - ], - "system" : "http://loinc.org", - "code" : "LA16914-6", - "display" : "BREAST MILK" - } - ] - } + ] + }, + "value" : "1043269798" + } + ], + "name" : "ST. CLOUD HOSPITAL" } }, { - "fullUrl" : "Observation/1707847040465005000.443a0926-af36-4cbe-a42e-a7990676641a", + "fullUrl" : "Organization/1729550866066054000.3358bd18-d275-45c0-ba7c-964fb463f407", "resource" : { - "resourceType" : "Observation", - "id" : "1707847040465005000.443a0926-af36-4cbe-a42e-a7990676641a", + "resourceType" : "Organization", + "id" : "1729550866066054000.3358bd18-d275-45c0-ba7c-964fb463f407", "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueCode" : "AOE" + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding" : { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept" : { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "XON.2" + } + ], + "coding" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } + ], + "code" : "L" + } + ] + } + } + ], + "code" : "L" + } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", "extension" : [ { - "url" : "OBX.2", - "valueId" : "CWE" - }, - { - "url" : "OBX.11", - "valueString" : "O" - }, - { - "url" : "OBX.29", - "valueId" : "QST" + "url" : "XON.10", + "valueString" : "739" } ] } ], - "status" : "unknown", - "subject" : { - "reference" : "Patient/1707847040239572000.c4a5ef84-2bdc-4c8a-a9cc-4daf0244cfbb" - }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506050000-0500" - } - ] - }, - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ + "identifier" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "MN Public Health Lab" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-unknown-type" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type" + } + ] + } + ], + "type" : { + "coding" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "NPI" } - ], - "code" : "0516199364" - } - ] - } + ] + }, + "value" : "739" + } + ], + "name" : "ST. CLOUD HOSPITAL" } }, { - "fullUrl" : "Observation/1707847040467848000.959fd99f-3345-4173-9a6f-488ced1ca88e", + "fullUrl" : "Organization/1729550866066268000.88e57248-a47c-42ac-99cb-642aca62963a", "resource" : { - "resourceType" : "Observation", - "id" : "1707847040467848000.959fd99f-3345-4173-9a6f-488ced1ca88e", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueCode" : "AOE" - }, + "resourceType" : "Organization", + "id" : "1729550866066268000.88e57248-a47c-42ac-99cb-642aca62963a", + "identifier" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", "extension" : [ { - "url" : "OBX.2", - "valueId" : "ST" - }, - { - "url" : "OBX.11", - "valueString" : "O" - }, - { - "url" : "OBX.29", - "valueId" : "QST" + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.1" } - ] + ], + "value" : "NPI" } - ], - "status" : "unknown", - "subject" : { - "reference" : "Patient/1707847040239572000.c4a5ef84-2bdc-4c8a-a9cc-4daf0244cfbb" - }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506050000-0500" - } - ] - }, - "valueString" : "Daniel Davis/218-555-1000" + ] } }, { - "fullUrl" : "Observation/1707847040469515000.51aaea9b-3b23-49f3-ad51-da1213e94c18", + "fullUrl" : "Practitioner/1729550866067327000.d52b6353-7451-4d1f-a082-b5bebef2ed42", "resource" : { - "resourceType" : "Observation", - "id" : "1707847040469515000.51aaea9b-3b23-49f3-ad51-da1213e94c18", + "resourceType" : "Practitioner", + "id" : "1729550866067327000.d52b6353-7451-4d1f-a082-b5bebef2ed42", "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueCode" : "AOE" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", "extension" : [ { - "url" : "OBX.2", - "valueId" : "ST" + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "NPI" }, { - "url" : "OBX.11", - "valueString" : "O" + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-unknown-type" }, { - "url" : "OBX.29", - "valueId" : "QST" + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type" } ] - } - ], - "status" : "unknown", - "subject" : { - "reference" : "Patient/1707847040239572000.c4a5ef84-2bdc-4c8a-a9cc-4daf0244cfbb" - }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506050000-0500" - } - ] - }, - "valueString" : "DAVIS, DANIEL, MD" - } - }, - { - "fullUrl" : "Observation/1707847040470869000.a016c22f-df02-4d19-a548-116e9da4a63b", - "resource" : { - "resourceType" : "Observation", - "id" : "1707847040470869000.a016c22f-df02-4d19-a548-116e9da4a63b", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueCode" : "AOE" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", "extension" : [ { - "url" : "OBX.2", - "valueId" : "ST" - }, - { - "url" : "OBX.11", - "valueString" : "O" + "url" : "XCN.3", + "valueString" : "JANE" }, { - "url" : "OBX.29", - "valueId" : "QST" + "url" : "XCN.10", + "valueString" : "L" } ] } ], - "status" : "unknown", - "subject" : { - "reference" : "Patient/1707847040239572000.c4a5ef84-2bdc-4c8a-a9cc-4daf0244cfbb" - }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506050000-0500" + "identifier" : [ + { + "type" : { + "coding" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } + ], + "code" : "NPI" + } + ] + }, + "value" : "1265136360", + "assigner" : { + "reference" : "Organization/1729550866066268000.88e57248-a47c-42ac-99cb-642aca62963a" } - ] - }, - "valueString" : "Lakeridge Health Revere" - } - }, - { - "fullUrl" : "Specimen/1707847040478484000.3fbc2652-a981-4cda-b38d-59f8a4aecdac", - "resource" : { - "resourceType" : "Specimen", - "id" : "1707847040478484000.3fbc2652-a981-4cda-b38d-59f8a4aecdac", - "extension" : [ + } + ], + "name" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", - "valueString" : "SPM" + "use" : "official", + "family" : "JONES", + "given" : [ + "JANE" + ] } ] } diff --git a/prime-router/src/testIntegration/resources/datatests/HL7_to_FHIR/sample_orm_20230809-001.fhir b/prime-router/src/testIntegration/resources/datatests/HL7_to_FHIR/sample_orm_20230809-001.fhir index 1848c5a801e..25b5f7e9975 100644 --- a/prime-router/src/testIntegration/resources/datatests/HL7_to_FHIR/sample_orm_20230809-001.fhir +++ b/prime-router/src/testIntegration/resources/datatests/HL7_to_FHIR/sample_orm_20230809-001.fhir @@ -1,21 +1,21 @@ { "resourceType" : "Bundle", - "id" : "1707847071537137000.07a221fd-ee87-4d5a-a1e7-13b79535defc", + "id" : "1729550865636362000.0dd0d635-e79d-42ff-a976-30961d5309b6", "meta" : { - "lastUpdated" : "2024-02-13T11:57:51.542-06:00" + "lastUpdated" : "2024-10-21T15:47:45.640-07:00" }, "identifier" : { "system" : "https://reportstream.cdc.gov/prime-router", "value" : "31808297" }, "type" : "message", - "timestamp" : "2023-05-06T05:29:16.000-05:00", + "timestamp" : "2023-05-06T03:29:16.000-07:00", "entry" : [ { - "fullUrl" : "MessageHeader/87c2d0db-6f31-3666-b9e2-7152e039c11f", + "fullUrl" : "MessageHeader/1729550865686591000.8eab0b79-1745-4db4-a152-f3ffa58d7e29", "resource" : { "resourceType" : "MessageHeader", - "id" : "87c2d0db-6f31-3666-b9e2-7152e039c11f", + "id" : "1729550865686591000.8eab0b79-1745-4db4-a152-f3ffa58d7e29", "meta" : { "tag" : [ { @@ -129,12 +129,12 @@ ], "name" : "NATUS", "receiver" : { - "reference" : "Organization/1707847071695889000.df447fd8-6a34-4ef9-ba1c-820754f56c3a" + "reference" : "Organization/1729550865685826000.122e2147-d1ba-462e-8fbb-ea52e6700fc4" } } ], "sender" : { - "reference" : "Organization/1707847071629931000.d48536cc-4730-46ca-948e-251ee9bb56c5" + "reference" : "Organization/1729550865665105000.f7c72513-3f5a-4185-a6af-a3361529e59e" }, "source" : { "extension" : [ @@ -160,10 +160,10 @@ } }, { - "fullUrl" : "Organization/1707847071629931000.d48536cc-4730-46ca-948e-251ee9bb56c5", + "fullUrl" : "Organization/1729550865665105000.f7c72513-3f5a-4185-a6af-a3361529e59e", "resource" : { "resourceType" : "Organization", - "id" : "1707847071629931000.d48536cc-4730-46ca-948e-251ee9bb56c5", + "id" : "1729550865665105000.f7c72513-3f5a-4185-a6af-a3361529e59e", "identifier" : [ { "extension" : [ @@ -195,10 +195,10 @@ } }, { - "fullUrl" : "Organization/1707847071695889000.df447fd8-6a34-4ef9-ba1c-820754f56c3a", + "fullUrl" : "Organization/1729550865685826000.122e2147-d1ba-462e-8fbb-ea52e6700fc4", "resource" : { "resourceType" : "Organization", - "id" : "1707847071695889000.df447fd8-6a34-4ef9-ba1c-820754f56c3a", + "id" : "1729550865685826000.122e2147-d1ba-462e-8fbb-ea52e6700fc4", "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", @@ -237,16 +237,150 @@ } }, { - "fullUrl" : "Patient/1707847072401619000.95ba08d1-b846-4305-b0dc-8024ffe67c22", + "fullUrl" : "Provenance/1729550865908055000.e56840bd-f0a7-49f0-b01c-08b0cb1509ae", + "resource" : { + "resourceType" : "Provenance", + "id" : "1729550865908055000.e56840bd-f0a7-49f0-b01c-08b0cb1509ae", + "recorded" : "2023-05-06T05:29:16-05:00", + "activity" : { + "coding" : [ + { + "display" : "ORM^O01^ORM_O01" + } + ] + }, + "agent" : [ + { + "type" : { + "coding" : [ + { + "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type", + "code" : "author" + } + ] + }, + "who" : { + "reference" : "Organization/1729550865907582000.dbb11efa-3e75-4f25-a65b-e4183991b9c8" + } + } + ] + } + }, + { + "fullUrl" : "Organization/1729550865907582000.dbb11efa-3e75-4f25-a65b-e4183991b9c8", + "resource" : { + "resourceType" : "Organization", + "id" : "1729550865907582000.dbb11efa-3e75-4f25-a65b-e4183991b9c8", + "identifier" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.1" + } + ], + "value" : "Centracare" + }, + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.2,HD.3" + } + ], + "type" : { + "coding" : [ + { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0301", + "code" : "DNS" + } + ] + }, + "value" : "centracare.com" + } + ] + } + }, + { + "fullUrl" : "Provenance/1729550865915257000.813d1694-806e-4d26-8f17-cd25c54bcfd8", + "resource" : { + "resourceType" : "Provenance", + "id" : "1729550865915257000.813d1694-806e-4d26-8f17-cd25c54bcfd8", + "recorded" : "2024-10-21T15:47:45Z", + "policy" : [ + "http://hl7.org/fhir/uv/v2mappings/message-oru-r01-to-bundle" + ], + "activity" : { + "coding" : [ + { + "code" : "v2-FHIR transformation" + } + ] + }, + "agent" : [ + { + "type" : { + "coding" : [ + { + "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type", + "code" : "assembler" + } + ] + }, + "who" : { + "reference" : "Organization/1729550865915010000.a42d35fb-5cd1-44d8-9f9e-fdc1c0585119" + } + } + ] + } + }, + { + "fullUrl" : "Organization/1729550865915010000.a42d35fb-5cd1-44d8-9f9e-fdc1c0585119", + "resource" : { + "resourceType" : "Organization", + "id" : "1729550865915010000.a42d35fb-5cd1-44d8-9f9e-fdc1c0585119", + "identifier" : [ + { + "value" : "CDC PRIME - Atlanta" + }, + { + "type" : { + "coding" : [ + { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0301" + } + ] + }, + "system" : "urn:ietf:rfc:3986", + "value" : "2.16.840.1.114222.4.1.237821" + } + ] + } + }, + { + "fullUrl" : "Patient/1729550865931405000.c51809c5-fc8c-4216-83c4-e262b81f6ddb", "resource" : { "resourceType" : "Patient", - "id" : "1707847072401619000.95ba08d1-b846-4305-b0dc-8024ffe67c22", + "id" : "1729550865931405000.c51809c5-fc8c-4216-83c4-e262b81f6ddb", "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/pid-patient", "extension" : [ { - "url" : "PID.8" + "url" : "PID.8", + "valueCodeableConcept" : { + "coding" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } + ], + "code" : "M" + } + ] + } }, { "url" : "PID.24", @@ -305,7 +439,7 @@ }, "value" : "11102779", "assigner" : { - "reference" : "Organization/1707847072345357000.1dd41490-86e3-48b4-9eb2-9c0b500b97b7" + "reference" : "Organization/1729550865920619000.8e047a23-279b-4e30-aaa9-d8870963e7e5" } } ], @@ -418,7 +552,7 @@ "link" : [ { "other" : { - "reference" : "RelatedPerson/1707847072385413000.1cb0efd6-805a-4a69-a864-783a9629dd0e" + "reference" : "RelatedPerson/1729550865926690000.e6fa0c78-e72f-4dd1-b1a3-4309fd31b5b3" }, "type" : "seealso" } @@ -426,10 +560,10 @@ } }, { - "fullUrl" : "Organization/1707847072345357000.1dd41490-86e3-48b4-9eb2-9c0b500b97b7", + "fullUrl" : "Organization/1729550865920619000.8e047a23-279b-4e30-aaa9-d8870963e7e5", "resource" : { "resourceType" : "Organization", - "id" : "1707847072345357000.1dd41490-86e3-48b4-9eb2-9c0b500b97b7", + "id" : "1729550865920619000.8e047a23-279b-4e30-aaa9-d8870963e7e5", "identifier" : [ { "extension" : [ @@ -444,10 +578,10 @@ } }, { - "fullUrl" : "RelatedPerson/1707847072385413000.1cb0efd6-805a-4a69-a864-783a9629dd0e", + "fullUrl" : "RelatedPerson/1729550865926690000.e6fa0c78-e72f-4dd1-b1a3-4309fd31b5b3", "resource" : { "resourceType" : "RelatedPerson", - "id" : "1707847072385413000.1cb0efd6-805a-4a69-a864-783a9629dd0e", + "id" : "1729550865926690000.e6fa0c78-e72f-4dd1-b1a3-4309fd31b5b3", "identifier" : [ { "extension" : [ @@ -466,520 +600,387 @@ } }, { - "fullUrl" : "ServiceRequest/1707847072423996000.03197e28-f00a-4b01-a6ed-dfbfd08e2a43", + "fullUrl" : "Provenance/1729550865934422000.a889d3dd-3f30-4bc1-83ea-c33528b438d1", "resource" : { - "resourceType" : "ServiceRequest", - "id" : "1707847072423996000.03197e28-f00a-4b01-a6ed-dfbfd08e2a43", + "resourceType" : "Provenance", + "id" : "1729550865934422000.a889d3dd-3f30-4bc1-83ea-c33528b438d1", + "target" : [ + { + "reference" : "Patient/1729550865931405000.c51809c5-fc8c-4216-83c4-e262b81f6ddb" + } + ], + "recorded" : "2024-10-21T15:47:45Z", + "activity" : { + "coding" : [ + { + "system" : "https://terminology.hl7.org/CodeSystem/v3-DataOperation", + "code" : "UPDATE" + } + ] + } + } + }, + { + "fullUrl" : "Observation/1729550865936768000.530253cf-943d-4360-895c-8f3e276ab614", + "resource" : { + "resourceType" : "Observation", + "id" : "1729550865936768000.530253cf-943d-4360-895c-8f3e276ab614", "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", - "valueCode" : "NW" + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString" : "1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", - "valueString" : "20230506052913-0500" + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", + "valueCode" : "AOE" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/orc-common-order", + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", "extension" : [ { - "url" : "orc-21-ordering-facility-name", - "valueReference" : { - "reference" : "Organization/1707847072417482000.4522a04a-b675-4e79-93f6-351dadf7c4bc" - } - }, - { - "url" : "orc-21-ordering-facility-name", - "valueReference" : { - "reference" : "Organization/1707847072418735000.43429617-4700-4fdd-b343-1f0f85892bab" - } + "url" : "OBX.2", + "valueId" : "NM" }, { - "url" : "orc-12-ordering-provider", - "valueReference" : { - "reference" : "Practitioner/1707847072420860000.8c4240bd-15dc-46dd-942e-2b10821f80b8" - } - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", - "extension" : [ - { - "url" : "OBR.2", - "valueIdentifier" : { - "extension" : [ + "url" : "OBX.6", + "valueCodeableConcept" : { + "coding" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "EPIC" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "1.2.840.114350.1.13.145.2.7.2.695071" + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "UCUM" } - ] + ], + "system" : "http://unitsofmeasure.org", + "code" : "g", + "display" : "gram" } - ], - "value" : "421832901" + ] } - } - ] - } - ], - "identifier" : [ - { - "extension" : [ + }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.2" + "url" : "OBX.29", + "valueId" : "QST" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "EPIC" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "1.2.840.114350.1.13.145.2.7.2.695071" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] + "url" : "OBX.11", + "valueString" : "O" } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PLAC" - } - ] - }, - "value" : "421832901" + ] } ], "status" : "unknown", + "code" : { + "coding" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } + ], + "system" : "http://loinc.org", + "code" : "8339-4", + "display" : "BIRTH WEIGHT MEASURED" + } + ] + }, "subject" : { - "reference" : "Patient/1707847072401619000.95ba08d1-b846-4305-b0dc-8024ffe67c22" + "reference" : "Patient/1729550865931405000.c51809c5-fc8c-4216-83c4-e262b81f6ddb" }, - "authoredOn" : "2023-05-06T05:29:13-05:00", - "_authoredOn" : { + "effectiveDateTime" : "2023-05-06T05:00:00-05:00", + "_effectiveDateTime" : { "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506052913-0500" + "valueString" : "20230506050000-0500" } ] }, - "requester" : { - "reference" : "PractitionerRole/1707847072409054000.78e0d217-4a3c-4280-8c88-4310812360f2" + "valueQuantity" : { + "value" : 1769.859285, + "unit" : "gram", + "system" : "UCUM", + "code" : "g" } } }, { - "fullUrl" : "Organization/1707847072409413000.5daa8c0d-1c1a-400b-b0c0-ad099370d851", - "resource" : { - "resourceType" : "Organization", - "id" : "1707847072409413000.5daa8c0d-1c1a-400b-b0c0-ad099370d851", - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" - } - ], - "value" : "NPI" - } - ] - } - }, - { - "fullUrl" : "Practitioner/1707847072410737000.cabd7aae-2608-41a0-af88-d82e23869a95", + "fullUrl" : "Observation/1729550865939115000.5a7416db-44bf-4e02-bca8-b6a3bfc74da2", "resource" : { - "resourceType" : "Practitioner", - "id" : "1707847072410737000.cabd7aae-2608-41a0-af88-d82e23869a95", + "resourceType" : "Observation", + "id" : "1729550865939115000.5a7416db-44bf-4e02-bca8-b6a3bfc74da2", "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString" : "1" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", + "valueCode" : "AOE" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "NPI" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-unknown-type" + "url" : "OBX.2", + "valueId" : "NM" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ + "url" : "OBX.6", + "valueCodeableConcept" : { + "coding" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "UCUM" + } + ], + "system" : "http://unitsofmeasure.org", + "code" : "wk", + "display" : "week" + } + ] + } + }, { - "url" : "XCN.3", - "valueString" : "JANE" + "url" : "OBX.29", + "valueId" : "QST" }, { - "url" : "XCN.10", - "valueString" : "L" + "url" : "OBX.11", + "valueString" : "O" } ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.12" } ], - "identifier" : [ - { - "type" : { - "coding" : [ + "status" : "unknown", + "code" : { + "coding" : [ + { + "extension" : [ { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "NPI" + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" } - ] - }, - "value" : "1265136360", - "assigner" : { - "reference" : "Organization/1707847072409413000.5daa8c0d-1c1a-400b-b0c0-ad099370d851" + ], + "system" : "http://loinc.org", + "code" : "57714-8", + "display" : "OBSTETRIC ESTIMATION OF GESTATIONAL AGE" } - } - ], - "name" : [ - { - "use" : "official", - "family" : "JONES", - "given" : [ - "JANE" - ] - } - ] + ] + }, + "subject" : { + "reference" : "Patient/1729550865931405000.c51809c5-fc8c-4216-83c4-e262b81f6ddb" + }, + "effectiveDateTime" : "2023-05-06T05:00:00-05:00", + "_effectiveDateTime" : { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20230506050000-0500" + } + ] + }, + "valueQuantity" : { + "value" : 32, + "unit" : "week", + "system" : "UCUM", + "code" : "wk" + } } }, { - "fullUrl" : "Organization/1707847072412231000.48789979-62c9-477f-81d8-38a437a12d3f", + "fullUrl" : "Observation/1729550865940883000.e4cb17c1-f11d-46b1-ad02-bb9d5e8ba0de", "resource" : { - "resourceType" : "Organization", - "id" : "1707847072412231000.48789979-62c9-477f-81d8-38a437a12d3f", + "resourceType" : "Observation", + "id" : "1729550865940883000.e4cb17c1-f11d-46b1-ad02-bb9d5e8ba0de", "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ] - } - } - ] - } + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString" : "1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", + "valueCode" : "AOE" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", "extension" : [ { - "url" : "XON.10", - "valueString" : "1043269798" + "url" : "OBX.2", + "valueId" : "CWE" + }, + { + "url" : "OBX.29", + "valueId" : "QST" + }, + { + "url" : "OBX.11", + "valueString" : "O" } ] } ], - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "CMS" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-unknown-type" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type" - } - ] - } - ], - "type" : { - "coding" : [ + "status" : "unknown", + "code" : { + "coding" : [ + { + "extension" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "NPI" + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" } - ] - }, - "value" : "1043269798" - } - ], - "name" : "ST. CLOUD HOSPITAL" - } - }, - { - "fullUrl" : "PractitionerRole/1707847072409054000.78e0d217-4a3c-4280-8c88-4310812360f2", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1707847072409054000.78e0d217-4a3c-4280-8c88-4310812360f2", - "practitioner" : { - "reference" : "Practitioner/1707847072410737000.cabd7aae-2608-41a0-af88-d82e23869a95" + ], + "system" : "http://loinc.org", + "code" : "57713-0", + "display" : "INFANT FACTORS THAT AFFECT NEWBORN SCREENING INTERPRETATION" + } + ] }, - "organization" : { - "reference" : "Organization/1707847072412231000.48789979-62c9-477f-81d8-38a437a12d3f" + "subject" : { + "reference" : "Patient/1729550865931405000.c51809c5-fc8c-4216-83c4-e262b81f6ddb" + }, + "effectiveDateTime" : "2023-05-06T05:00:00-05:00", + "_effectiveDateTime" : { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20230506050000-0500" + } + ] + }, + "valueCodeableConcept" : { + "coding" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } + ], + "system" : "http://loinc.org", + "code" : "LA12419-0", + "display" : "INFANT IN NICU AT TIME OF SPECIMEN COLLECTION" + } + ] } } }, { - "fullUrl" : "Organization/1707847072417482000.4522a04a-b675-4e79-93f6-351dadf7c4bc", + "fullUrl" : "Observation/1729550865942890000.c84fe9a8-9286-4d76-aef0-955e9394f55b", "resource" : { - "resourceType" : "Organization", - "id" : "1707847072417482000.4522a04a-b675-4e79-93f6-351dadf7c4bc", + "resourceType" : "Observation", + "id" : "1729550865942890000.c84fe9a8-9286-4d76-aef0-955e9394f55b", "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ] - } - } - ] - } + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString" : "1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", + "valueCode" : "AOE" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", "extension" : [ { - "url" : "XON.10", - "valueString" : "1043269798" + "url" : "OBX.2", + "valueId" : "CWE" + }, + { + "url" : "OBX.29", + "valueId" : "QST" + }, + { + "url" : "OBX.11", + "valueString" : "O" } ] } ], - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "CMS" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-unknown-type" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "NPI" - } - ] - }, - "value" : "1043269798" - } - ], - "name" : "ST. CLOUD HOSPITAL" - } - }, - { - "fullUrl" : "Organization/1707847072418735000.43429617-4700-4fdd-b343-1f0f85892bab", - "resource" : { - "resourceType" : "Organization", - "id" : "1707847072418735000.43429617-4700-4fdd-b343-1f0f85892bab", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { + "status" : "unknown", + "code" : { + "coding" : [ + { "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ] - } + "valueString" : "coding" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "99MDH" } - ] + ], + "code" : "MNDSIB", + "display" : "DOES THE BABY HAVE A DECEASED SIBLING?" } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ - { - "url" : "XON.10", - "valueString" : "739" - } - ] - } - ], - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "MN Public Health Lab" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-unknown-type" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type" - } - ] - } - ], - "type" : { - "coding" : [ + ] + }, + "subject" : { + "reference" : "Patient/1729550865931405000.c51809c5-fc8c-4216-83c4-e262b81f6ddb" + }, + "effectiveDateTime" : "2023-05-06T05:00:00-05:00", + "_effectiveDateTime" : { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20230506050000-0500" + } + ] + }, + "valueCodeableConcept" : { + "coding" : [ + { + "extension" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "NPI" - } - ] - }, - "value" : "739" - } - ], - "name" : "ST. CLOUD HOSPITAL" - } - }, - { - "fullUrl" : "Organization/1707847072419262000.2a326289-3f39-4f22-8a9f-ff2939c28cba", - "resource" : { - "resourceType" : "Organization", - "id" : "1707847072419262000.2a326289-3f39-4f22-8a9f-ff2939c28cba", - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" - } - ], - "value" : "NPI" - } - ] - } - }, - { - "fullUrl" : "Practitioner/1707847072420860000.8c4240bd-15dc-46dd-942e-2b10821f80b8", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1707847072420860000.8c4240bd-15dc-46dd-942e-2b10821f80b8", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "NPI" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-unknown-type" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "JANE" - }, - { - "url" : "XCN.10", - "valueString" : "L" - } - ] - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "NPI" + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "99MDH" } - ] - }, - "value" : "1265136360", - "assigner" : { - "reference" : "Organization/1707847072419262000.2a326289-3f39-4f22-8a9f-ff2939c28cba" + ], + "code" : "N", + "display" : "No" } - } - ], - "name" : [ - { - "use" : "official", - "family" : "JONES", - "given" : [ - "JANE" - ] - } - ] + ] + } } }, { - "fullUrl" : "Observation/1707847072726067000.1daa933b-9456-492e-93e3-64963e694bab", + "fullUrl" : "Observation/1729550865944796000.9dcd5b37-bd27-4835-ac6f-8c375d3cb7aa", "resource" : { "resourceType" : "Observation", - "id" : "1707847072726067000.1daa933b-9456-492e-93e3-64963e694bab", + "id" : "1729550865944796000.9dcd5b37-bd27-4835-ac6f-8c375d3cb7aa", "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", @@ -994,25 +995,40 @@ "extension" : [ { "url" : "OBX.2", - "valueId" : "NM" + "valueId" : "CWE" }, { - "url" : "OBX.6" + "url" : "OBX.29", + "valueId" : "QST" }, { "url" : "OBX.11", "valueString" : "O" - }, - { - "url" : "OBX.29", - "valueId" : "QST" } ] } ], "status" : "unknown", + "code" : { + "coding" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "99MDH" + } + ], + "code" : "MNDEFECT", + "display" : "DOES THE BABY HAVE BIRTH DEFECTS?" + } + ] + }, "subject" : { - "reference" : "Patient/1707847072401619000.95ba08d1-b846-4305-b0dc-8024ffe67c22" + "reference" : "Patient/1729550865931405000.c51809c5-fc8c-4216-83c4-e262b81f6ddb" }, "effectiveDateTime" : "2023-05-06T05:00:00-05:00", "_effectiveDateTime" : { @@ -1023,19 +1039,31 @@ } ] }, - "valueQuantity" : { - "value" : 1769.859285, - "unit" : "gram", - "system" : "UCUM", - "code" : "g" + "valueCodeableConcept" : { + "coding" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "99MDH" + } + ], + "code" : "N", + "display" : "No" + } + ] } } }, { - "fullUrl" : "Observation/1707847072730385000.7b72b218-7dbc-4430-aae8-603a4620ae22", + "fullUrl" : "Observation/1729550865946599000.028a400c-8372-472b-ab2f-adbdac928078", "resource" : { "resourceType" : "Observation", - "id" : "1707847072730385000.7b72b218-7dbc-4430-aae8-603a4620ae22", + "id" : "1729550865946599000.028a400c-8372-472b-ab2f-adbdac928078", "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", @@ -1050,48 +1078,75 @@ "extension" : [ { "url" : "OBX.2", - "valueId" : "NM" + "valueId" : "CWE" }, { - "url" : "OBX.6" + "url" : "OBX.29", + "valueId" : "QST" }, { "url" : "OBX.11", "valueString" : "O" - }, - { - "url" : "OBX.29", - "valueId" : "QST" } ] } ], "status" : "unknown", - "subject" : { - "reference" : "Patient/1707847072401619000.95ba08d1-b846-4305-b0dc-8024ffe67c22" - }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ + "code" : { + "coding" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506050000-0500" - } - ] - }, - "valueQuantity" : { - "value" : 32, - "unit" : "week", - "system" : "UCUM", - "code" : "wk" + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "99MDH" + } + ], + "code" : "MNFAM", + "display" : "FAMILY HISTORY OF DISORDER ON MN SCREENING PANEL" + } + ] + }, + "subject" : { + "reference" : "Patient/1729550865931405000.c51809c5-fc8c-4216-83c4-e262b81f6ddb" + }, + "effectiveDateTime" : "2023-05-06T05:00:00-05:00", + "_effectiveDateTime" : { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20230506050000-0500" + } + ] + }, + "valueCodeableConcept" : { + "coding" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "99MDH" + } + ], + "code" : "N", + "display" : "No" + } + ] } } }, { - "fullUrl" : "Observation/1707847072735311000.e185141d-0750-4c40-9190-3d2597821c65", + "fullUrl" : "Observation/1729550865948201000.0b8a3074-20b3-452c-b912-139eb437fd54", "resource" : { "resourceType" : "Observation", - "id" : "1707847072735311000.e185141d-0750-4c40-9190-3d2597821c65", + "id" : "1729550865948201000.0b8a3074-20b3-452c-b912-139eb437fd54", "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", @@ -1108,20 +1163,39 @@ "url" : "OBX.2", "valueId" : "CWE" }, - { - "url" : "OBX.11", - "valueString" : "O" - }, { "url" : "OBX.29", "valueId" : "QST" + }, + { + "url" : "OBX.11", + "valueString" : "O" } ] } ], "status" : "unknown", + "code" : { + "coding" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } + ], + "system" : "http://loinc.org", + "code" : "67704-7", + "display" : "FEEDING TYPES" + } + ] + }, "subject" : { - "reference" : "Patient/1707847072401619000.95ba08d1-b846-4305-b0dc-8024ffe67c22" + "reference" : "Patient/1729550865931405000.c51809c5-fc8c-4216-83c4-e262b81f6ddb" }, "effectiveDateTime" : "2023-05-06T05:00:00-05:00", "_effectiveDateTime" : { @@ -1146,22 +1220,22 @@ } ], "system" : "http://loinc.org", - "code" : "LA12419-0", - "display" : "INFANT IN NICU AT TIME OF SPECIMEN COLLECTION" + "code" : "LA12418-2", + "display" : "TPN" } ] } } }, { - "fullUrl" : "Observation/1707847072737917000.30f46061-ccb8-4623-876b-f6db76fe5532", + "fullUrl" : "Observation/1729550865949712000.e398514d-8f4f-4c71-9e0f-80cb05f6737d", "resource" : { "resourceType" : "Observation", - "id" : "1707847072737917000.30f46061-ccb8-4623-876b-f6db76fe5532", + "id" : "1729550865949712000.e398514d-8f4f-4c71-9e0f-80cb05f6737d", "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" + "valueString" : "2" }, { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", @@ -1174,20 +1248,39 @@ "url" : "OBX.2", "valueId" : "CWE" }, - { - "url" : "OBX.11", - "valueString" : "O" - }, { "url" : "OBX.29", "valueId" : "QST" + }, + { + "url" : "OBX.11", + "valueString" : "O" } ] } ], "status" : "unknown", + "code" : { + "coding" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } + ], + "system" : "http://loinc.org", + "code" : "67704-7", + "display" : "FEEDING TYPES" + } + ] + }, "subject" : { - "reference" : "Patient/1707847072401619000.95ba08d1-b846-4305-b0dc-8024ffe67c22" + "reference" : "Patient/1729550865931405000.c51809c5-fc8c-4216-83c4-e262b81f6ddb" }, "effectiveDateTime" : "2023-05-06T05:00:00-05:00", "_effectiveDateTime" : { @@ -1208,21 +1301,22 @@ }, { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "99MDH" + "valueString" : "LN" } ], - "code" : "N", - "display" : "No" + "system" : "http://loinc.org", + "code" : "LA16914-6", + "display" : "BREAST MILK" } ] } } }, { - "fullUrl" : "Observation/1707847072740179000.765b2569-73c3-443a-a608-9f0a3a5198f7", + "fullUrl" : "Observation/1729550865951387000.f4afebf4-4195-4cca-afc1-70a70e88cc25", "resource" : { "resourceType" : "Observation", - "id" : "1707847072740179000.765b2569-73c3-443a-a608-9f0a3a5198f7", + "id" : "1729550865951387000.f4afebf4-4195-4cca-afc1-70a70e88cc25", "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", @@ -1239,20 +1333,39 @@ "url" : "OBX.2", "valueId" : "CWE" }, - { - "url" : "OBX.11", - "valueString" : "O" - }, { "url" : "OBX.29", "valueId" : "QST" + }, + { + "url" : "OBX.11", + "valueString" : "O" } ] } ], "status" : "unknown", + "code" : { + "coding" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } + ], + "system" : "http://loinc.org", + "code" : "57723-9", + "display" : "UNIQUE BAR CODE NUMBER OF CURRENT SAMPLE" + } + ] + }, "subject" : { - "reference" : "Patient/1707847072401619000.95ba08d1-b846-4305-b0dc-8024ffe67c22" + "reference" : "Patient/1729550865931405000.c51809c5-fc8c-4216-83c4-e262b81f6ddb" }, "effectiveDateTime" : "2023-05-06T05:00:00-05:00", "_effectiveDateTime" : { @@ -1270,24 +1383,19 @@ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "99MDH" } ], - "code" : "N", - "display" : "No" + "code" : "0516199364" } ] } } }, { - "fullUrl" : "Observation/1707847072745373000.27ab7e10-d887-4981-9a4e-9f23be9cebe2", + "fullUrl" : "Observation/1729550865952662000.18a01715-7d4f-41f0-985f-2bf25ee21deb", "resource" : { "resourceType" : "Observation", - "id" : "1707847072745373000.27ab7e10-d887-4981-9a4e-9f23be9cebe2", + "id" : "1729550865952662000.18a01715-7d4f-41f0-985f-2bf25ee21deb", "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", @@ -1302,33 +1410,21 @@ "extension" : [ { "url" : "OBX.2", - "valueId" : "CWE" - }, - { - "url" : "OBX.11", - "valueString" : "O" + "valueId" : "ST" }, { "url" : "OBX.29", "valueId" : "QST" + }, + { + "url" : "OBX.11", + "valueString" : "O" } ] } ], "status" : "unknown", - "subject" : { - "reference" : "Patient/1707847072401619000.95ba08d1-b846-4305-b0dc-8024ffe67c22" - }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506050000-0500" - } - ] - }, - "valueCodeableConcept" : { + "code" : { "coding" : [ { "extension" : [ @@ -1338,21 +1434,35 @@ }, { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "99MDH" + "valueString" : "LN" } ], - "code" : "N", - "display" : "No" + "system" : "http://loinc.org", + "code" : "62328-0", + "display" : "DISCHARGE PROVIDER PRACTICE PHONE NUMBER" } ] - } + }, + "subject" : { + "reference" : "Patient/1729550865931405000.c51809c5-fc8c-4216-83c4-e262b81f6ddb" + }, + "effectiveDateTime" : "2023-05-06T05:00:00-05:00", + "_effectiveDateTime" : { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20230506050000-0500" + } + ] + }, + "valueString" : "Daniel Davis/218-555-1000" } }, { - "fullUrl" : "Observation/1707847072747820000.99bb115c-5080-43f0-b922-f9e36bf17e18", + "fullUrl" : "Observation/1729550865954074000.5741ae83-6c72-4a52-8b21-7dbdc91bcdfb", "resource" : { "resourceType" : "Observation", - "id" : "1707847072747820000.99bb115c-5080-43f0-b922-f9e36bf17e18", + "id" : "1729550865954074000.5741ae83-6c72-4a52-8b21-7dbdc91bcdfb", "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", @@ -1367,33 +1477,21 @@ "extension" : [ { "url" : "OBX.2", - "valueId" : "CWE" - }, - { - "url" : "OBX.11", - "valueString" : "O" + "valueId" : "ST" }, { "url" : "OBX.29", "valueId" : "QST" + }, + { + "url" : "OBX.11", + "valueString" : "O" } ] } ], "status" : "unknown", - "subject" : { - "reference" : "Patient/1707847072401619000.95ba08d1-b846-4305-b0dc-8024ffe67c22" - }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506050000-0500" - } - ] - }, - "valueCodeableConcept" : { + "code" : { "coding" : [ { "extension" : [ @@ -1407,22 +1505,35 @@ } ], "system" : "http://loinc.org", - "code" : "LA12418-2", - "display" : "TPN" + "code" : "62324-9", + "display" : "POST-DISCHARGE PROVIDER NAME" } ] - } + }, + "subject" : { + "reference" : "Patient/1729550865931405000.c51809c5-fc8c-4216-83c4-e262b81f6ddb" + }, + "effectiveDateTime" : "2023-05-06T05:00:00-05:00", + "_effectiveDateTime" : { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20230506050000-0500" + } + ] + }, + "valueString" : "DAVIS, DANIEL, MD" } }, { - "fullUrl" : "Observation/1707847072749523000.e5acb189-62bd-4a56-8b5a-7158fa92fbd2", + "fullUrl" : "Observation/1729550865955784000.fc7cf5a5-a7d4-4e57-95b9-48e8877dcdc3", "resource" : { "resourceType" : "Observation", - "id" : "1707847072749523000.e5acb189-62bd-4a56-8b5a-7158fa92fbd2", + "id" : "1729550865955784000.fc7cf5a5-a7d4-4e57-95b9-48e8877dcdc3", "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "2" + "valueString" : "1" }, { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", @@ -1433,22 +1544,41 @@ "extension" : [ { "url" : "OBX.2", - "valueId" : "CWE" - }, - { - "url" : "OBX.11", - "valueString" : "O" + "valueId" : "ST" }, { "url" : "OBX.29", "valueId" : "QST" + }, + { + "url" : "OBX.11", + "valueString" : "O" } ] } ], "status" : "unknown", + "code" : { + "coding" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } + ], + "system" : "http://loinc.org", + "code" : "62326-4", + "display" : "POST-DISCHARGE PROVIDER PRACTICE NAME" + } + ] + }, "subject" : { - "reference" : "Patient/1707847072401619000.95ba08d1-b846-4305-b0dc-8024ffe67c22" + "reference" : "Patient/1729550865931405000.c51809c5-fc8c-4216-83c4-e262b81f6ddb" }, "effectiveDateTime" : "2023-05-06T05:00:00-05:00", "_effectiveDateTime" : { @@ -1459,240 +1589,608 @@ } ] }, - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" + "valueString" : "Lakeridge Health Revere" + } + }, + { + "fullUrl" : "ServiceRequest/1729550866068637000.06cfe35d-3d26-459d-aa75-a7f852752d67", + "resource" : { + "resourceType" : "ServiceRequest", + "id" : "1729550866068637000.06cfe35d-3d26-459d-aa75-a7f852752d67", + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", + "valueCode" : "NW" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", + "valueString" : "20230506052913-0500" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/orc-common-order", + "extension" : [ + { + "url" : "orc-21-ordering-facility-name", + "valueReference" : { + "reference" : "Organization/1729550866065582000.1380b9a5-e0d5-4da5-92dd-f861784c6cd9" + } + }, + { + "url" : "orc-21-ordering-facility-name", + "valueReference" : { + "reference" : "Organization/1729550866066054000.3358bd18-d275-45c0-ba7c-964fb463f407" + } + }, + { + "url" : "orc-12-ordering-provider", + "valueReference" : { + "reference" : "Practitioner/1729550866067327000.d52b6353-7451-4d1f-a082-b5bebef2ed42" + } + } + ] + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", + "extension" : [ + { + "url" : "OBR.2", + "valueIdentifier" : { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "EPIC" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "1.2.840.114350.1.13.145.2.7.2.695071" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } + ] + } + ], + "value" : "421832901" + } + } + ] + } + ], + "identifier" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "ORC.2" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "EPIC" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "1.2.840.114350.1.13.145.2.7.2.695071" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } + ] + } + ], + "type" : { + "coding" : [ + { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "PLAC" + } + ] + }, + "value" : "421832901" + } + ], + "status" : "unknown", + "code" : { + "coding" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } + ], + "system" : "http://loinc.org", + "code" : "54089-8", + "display" : "Newborn screening panel American Health Information Community (AHIC)" + } + ] + }, + "subject" : { + "reference" : "Patient/1729550865931405000.c51809c5-fc8c-4216-83c4-e262b81f6ddb" + }, + "authoredOn" : "2023-05-06T05:29:13-05:00", + "_authoredOn" : { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20230506052913-0500" + } + ] + }, + "requester" : { + "reference" : "PractitionerRole/1729550866062612000.df6baca3-05a6-42f0-b32d-2696c41ac200" + }, + "supportingInfo" : [ + { + "reference" : "Observation/1729550865936768000.530253cf-943d-4360-895c-8f3e276ab614" + }, + { + "reference" : "Observation/1729550865939115000.5a7416db-44bf-4e02-bca8-b6a3bfc74da2" + }, + { + "reference" : "Observation/1729550865940883000.e4cb17c1-f11d-46b1-ad02-bb9d5e8ba0de" + }, + { + "reference" : "Observation/1729550865942890000.c84fe9a8-9286-4d76-aef0-955e9394f55b" + }, + { + "reference" : "Observation/1729550865944796000.9dcd5b37-bd27-4835-ac6f-8c375d3cb7aa" + }, + { + "reference" : "Observation/1729550865946599000.028a400c-8372-472b-ab2f-adbdac928078" + }, + { + "reference" : "Observation/1729550865948201000.0b8a3074-20b3-452c-b912-139eb437fd54" + }, + { + "reference" : "Observation/1729550865949712000.e398514d-8f4f-4c71-9e0f-80cb05f6737d" + }, + { + "reference" : "Observation/1729550865951387000.f4afebf4-4195-4cca-afc1-70a70e88cc25" + }, + { + "reference" : "Observation/1729550865952662000.18a01715-7d4f-41f0-985f-2bf25ee21deb" + }, + { + "reference" : "Observation/1729550865954074000.5741ae83-6c72-4a52-8b21-7dbdc91bcdfb" + }, + { + "reference" : "Observation/1729550865955784000.fc7cf5a5-a7d4-4e57-95b9-48e8877dcdc3" + } + ] + } + }, + { + "fullUrl" : "Organization/1729550866062887000.6e32ebb6-100d-4146-a338-41c5afed2395", + "resource" : { + "resourceType" : "Organization", + "id" : "1729550866062887000.6e32ebb6-100d-4146-a338-41c5afed2395", + "identifier" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.1" + } + ], + "value" : "NPI" + } + ] + } + }, + { + "fullUrl" : "Practitioner/1729550866063517000.7c8076a4-2df1-47ab-a0f6-e88d84fd5654", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1729550866063517000.7c8076a4-2df1-47ab-a0f6-e88d84fd5654", + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "NPI" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-unknown-type" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type" + } + ] + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ + { + "url" : "XCN.3", + "valueString" : "JANE" + }, + { + "url" : "XCN.10", + "valueString" : "L" + } + ] + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "ORC.12" + } + ], + "identifier" : [ + { + "type" : { + "coding" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } + ], + "code" : "NPI" + } + ] + }, + "value" : "1265136360", + "assigner" : { + "reference" : "Organization/1729550866062887000.6e32ebb6-100d-4146-a338-41c5afed2395" + } + } + ], + "name" : [ + { + "use" : "official", + "family" : "JONES", + "given" : [ + "JANE" + ] + } + ] + } + }, + { + "fullUrl" : "Organization/1729550866064117000.5920bdd1-5013-453c-b70e-c292f65c0328", + "resource" : { + "resourceType" : "Organization", + "id" : "1729550866064117000.5920bdd1-5013-453c-b70e-c292f65c0328", + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding" : { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept" : { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "XON.2" + } + ], + "coding" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } + ], + "code" : "L" + } + ] + } + } + ], + "code" : "L" + } + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension" : [ + { + "url" : "XON.10", + "valueString" : "1043269798" + } + ] + } + ], + "identifier" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "CMS" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-unknown-type" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type" + } + ] + } + ], + "type" : { + "coding" : [ + { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "NPI" + } + ] + }, + "value" : "1043269798" + } + ], + "name" : "ST. CLOUD HOSPITAL" + } + }, + { + "fullUrl" : "PractitionerRole/1729550866062612000.df6baca3-05a6-42f0-b32d-2696c41ac200", + "resource" : { + "resourceType" : "PractitionerRole", + "id" : "1729550866062612000.df6baca3-05a6-42f0-b32d-2696c41ac200", + "practitioner" : { + "reference" : "Practitioner/1729550866063517000.7c8076a4-2df1-47ab-a0f6-e88d84fd5654" + }, + "organization" : { + "reference" : "Organization/1729550866064117000.5920bdd1-5013-453c-b70e-c292f65c0328" + } + } + }, + { + "fullUrl" : "Organization/1729550866065582000.1380b9a5-e0d5-4da5-92dd-f861784c6cd9", + "resource" : { + "resourceType" : "Organization", + "id" : "1729550866065582000.1380b9a5-e0d5-4da5-92dd-f861784c6cd9", + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding" : { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept" : { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "XON.2" + } + ], + "coding" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } + ], + "code" : "L" + } + ] + } + } + ], + "code" : "L" + } + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension" : [ + { + "url" : "XON.10", + "valueString" : "1043269798" + } + ] + } + ], + "identifier" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "CMS" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-unknown-type" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type" + } + ] + } + ], + "type" : { + "coding" : [ + { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "NPI" } - ], - "system" : "http://loinc.org", - "code" : "LA16914-6", - "display" : "BREAST MILK" - } - ] - } + ] + }, + "value" : "1043269798" + } + ], + "name" : "ST. CLOUD HOSPITAL" } }, { - "fullUrl" : "Observation/1707847072752487000.1342ca37-6f6b-406a-9a80-d169a13d6347", + "fullUrl" : "Organization/1729550866066054000.3358bd18-d275-45c0-ba7c-964fb463f407", "resource" : { - "resourceType" : "Observation", - "id" : "1707847072752487000.1342ca37-6f6b-406a-9a80-d169a13d6347", + "resourceType" : "Organization", + "id" : "1729550866066054000.3358bd18-d275-45c0-ba7c-964fb463f407", "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueCode" : "AOE" + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding" : { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept" : { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "XON.2" + } + ], + "coding" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } + ], + "code" : "L" + } + ] + } + } + ], + "code" : "L" + } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", "extension" : [ { - "url" : "OBX.2", - "valueId" : "CWE" - }, - { - "url" : "OBX.11", - "valueString" : "O" - }, - { - "url" : "OBX.29", - "valueId" : "QST" + "url" : "XON.10", + "valueString" : "739" } ] } ], - "status" : "unknown", - "subject" : { - "reference" : "Patient/1707847072401619000.95ba08d1-b846-4305-b0dc-8024ffe67c22" - }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506050000-0500" - } - ] - }, - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ + "identifier" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "MN Public Health Lab" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-unknown-type" + }, + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type" + } + ] + } + ], + "type" : { + "coding" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "NPI" } - ], - "code" : "0516199364" - } - ] - } + ] + }, + "value" : "739" + } + ], + "name" : "ST. CLOUD HOSPITAL" } }, { - "fullUrl" : "Observation/1707847072753806000.939ed420-b344-4fc5-b9ad-d1e1a3138752", + "fullUrl" : "Organization/1729550866066268000.88e57248-a47c-42ac-99cb-642aca62963a", "resource" : { - "resourceType" : "Observation", - "id" : "1707847072753806000.939ed420-b344-4fc5-b9ad-d1e1a3138752", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueCode" : "AOE" - }, + "resourceType" : "Organization", + "id" : "1729550866066268000.88e57248-a47c-42ac-99cb-642aca62963a", + "identifier" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", "extension" : [ { - "url" : "OBX.2", - "valueId" : "ST" - }, - { - "url" : "OBX.11", - "valueString" : "O" - }, - { - "url" : "OBX.29", - "valueId" : "QST" + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.1" } - ] + ], + "value" : "NPI" } - ], - "status" : "unknown", - "subject" : { - "reference" : "Patient/1707847072401619000.95ba08d1-b846-4305-b0dc-8024ffe67c22" - }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506050000-0500" - } - ] - }, - "valueString" : "Daniel Davis/218-555-1000" + ] } }, { - "fullUrl" : "Observation/1707847072755032000.a2d6f1da-f5b5-4622-b851-3a0b830ba338", + "fullUrl" : "Practitioner/1729550866067327000.d52b6353-7451-4d1f-a082-b5bebef2ed42", "resource" : { - "resourceType" : "Observation", - "id" : "1707847072755032000.a2d6f1da-f5b5-4622-b851-3a0b830ba338", + "resourceType" : "Practitioner", + "id" : "1729550866067327000.d52b6353-7451-4d1f-a082-b5bebef2ed42", "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueCode" : "AOE" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", "extension" : [ { - "url" : "OBX.2", - "valueId" : "ST" + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "NPI" }, { - "url" : "OBX.11", - "valueString" : "O" + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-unknown-type" }, { - "url" : "OBX.29", - "valueId" : "QST" + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type" } ] - } - ], - "status" : "unknown", - "subject" : { - "reference" : "Patient/1707847072401619000.95ba08d1-b846-4305-b0dc-8024ffe67c22" - }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506050000-0500" - } - ] - }, - "valueString" : "DAVIS, DANIEL, MD" - } - }, - { - "fullUrl" : "Observation/1707847072756503000.2a60d024-426c-4328-98a3-ecf55fe9ad1f", - "resource" : { - "resourceType" : "Observation", - "id" : "1707847072756503000.2a60d024-426c-4328-98a3-ecf55fe9ad1f", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueCode" : "AOE" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", "extension" : [ { - "url" : "OBX.2", - "valueId" : "ST" - }, - { - "url" : "OBX.11", - "valueString" : "O" + "url" : "XCN.3", + "valueString" : "JANE" }, { - "url" : "OBX.29", - "valueId" : "QST" + "url" : "XCN.10", + "valueString" : "L" } ] } ], - "status" : "unknown", - "subject" : { - "reference" : "Patient/1707847072401619000.95ba08d1-b846-4305-b0dc-8024ffe67c22" - }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506050000-0500" + "identifier" : [ + { + "type" : { + "coding" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } + ], + "code" : "NPI" + } + ] + }, + "value" : "1265136360", + "assigner" : { + "reference" : "Organization/1729550866066268000.88e57248-a47c-42ac-99cb-642aca62963a" } - ] - }, - "valueString" : "Lakeridge Health Revere" - } - }, - { - "fullUrl" : "Specimen/1707847072766639000.db120f76-f8e7-41a9-969d-14fe24788481", - "resource" : { - "resourceType" : "Specimen", - "id" : "1707847072766639000.db120f76-f8e7-41a9-969d-14fe24788481", - "extension" : [ + } + ], + "name" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", - "valueString" : "SPM" + "use" : "official", + "family" : "JONES", + "given" : [ + "JANE" + ] } ] } diff --git a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/ormo01/orm_o01-full.fhir b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/ormo01/orm_o01-full.fhir new file mode 100644 index 00000000000..fad9945c732 --- /dev/null +++ b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/ormo01/orm_o01-full.fhir @@ -0,0 +1,6469 @@ +{ + "resourceType" : "Bundle", + "id" : "1729291158390000000.d11499fc-4455-476a-a9e1-6e7620c2a0f5", + "meta" : { + "lastUpdated" : "2024-10-18T15:39:18.393-07:00" + }, + "identifier" : { + "system" : "https://reportstream.cdc.gov/prime-router", + "value" : "0123" + }, + "type" : "message", + "timestamp" : "2019-07-20T09:12:29.000-07:00", + "entry" : [ { + "fullUrl" : "MessageHeader/1729291158444509000.14825390-01fd-4f85-8bf3-8ab20936ce01", + "resource" : { + "resourceType" : "MessageHeader", + "id" : "1729291158444509000.14825390-01fd-4f85-8bf3-8ab20936ce01", + "meta" : { + "security" : [ { + "code" : "msh8placeholder" + } ], + "tag" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0103", + "code" : "P" + }, { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0207", + "code" : "A" + } ] + }, + "language" : "ENG", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/character-set", + "valueString" : "UNICODE UTF-8" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/msh-message-header", + "extension" : [ { + "url" : "MSH.7", + "valueString" : "20190720091229" + }, { + "url" : "MSH.13", + "valueString" : "42" + }, { + "url" : "MSH.14", + "valueString" : "msh14placeholder" + }, { + "url" : "MSH.15", + "valueString" : "AL" + }, { + "url" : "MSH.16", + "valueString" : "AL" + }, { + "url" : "MSH.19", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "ISO" + } ], + "version" : "131", + "code" : "ENG", + "display" : "English" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "secondary-alt-coding" + } ], + "code" : "2ndalt", + "display" : "Second Alt" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "altISO" + } ], + "version" : "313", + "code" : "altE", + "display" : "altEnglish" + } ], + "text" : "originaltext" + } + }, { + "url" : "MSH.20", + "valueString" : "UNICODE UTF-16" + }, { + "url" : "MSH.21", + "valueIdentifier" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "PHIN" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.113883.9.11" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "value" : "PHLabReport-NoAck" + } + }, { + "url" : "MSH.24", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "SendingNetworkAddress" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "1.23.987.1.114222.XXX" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString" : "ISO" + } ] + } ] + } ], + "eventCoding" : { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0003", + "code" : "O01", + "display" : "ORM^O01^ORM_O01" + }, + "destination" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.181960.2" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString" : "ISO" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "MSH.5" + } ], + "name" : "txdshslabNBS", + "endpoint" : "urn:oid:2.16.840.1.114222.4.1.181960.2", + "receiver" : { + "reference" : "Organization/1729291158440524000.4a9a14e8-f667-463e-8dfe-e80f7a64c3bf" + } + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "9.87.123.1.114222.XXX" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString" : "ISO" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "MSH.25" + } ], + "name" : "ReceivingNetworkAddress", + "endpoint" : "urn:oid:9.87.123.1.114222.XXX", + "receiver" : { + "reference" : "Organization/1729291158441463000.950c411b-bfda-4473-8570-5064f57ba569" + } + }, { + "receiver" : { + "reference" : "Organization/1729291158444286000.2ea093e2-1ae7-4c1f-9331-104b79a9e91b" + } + } ], + "sender" : { + "reference" : "Organization/1729291158420391000.aa4cfe52-4afd-48d9-9653-47f10e026deb" + }, + "source" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "OrderingFacilityApplicationName" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.XXX" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString" : "ISO" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "MSH.3" + } ], + "endpoint" : "urn:oid:2.16.840.1.114222.XXX" + }, + "responsible" : { + "reference" : "Organization/1729291158439828000.203211ab-84b8-4b73-ab45-67fe89c77df6" + } + } + }, { + "fullUrl" : "Organization/1729291158420391000.aa4cfe52-4afd-48d9-9653-47f10e026deb", + "resource" : { + "resourceType" : "Organization", + "id" : "1729291158420391000.aa4cfe52-4afd-48d9-9653-47f10e026deb", + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.1" + } ], + "value" : "OrderingFacilityName" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.2,HD.3" + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0301", + "code" : "ISO" + } ] + }, + "system" : "urn:ietf:rfc:3986", + "value" : "2.16.840.1.114222.XXX" + } ], + "address" : [ { + "country" : "FR" + } ] + } + }, { + "fullUrl" : "Location/1729291158436267000.263fda7b-0d24-4ea7-b7e6-a1655414829d", + "resource" : { + "resourceType" : "Location", + "id" : "1729291158436267000.263fda7b-0d24-4ea7-b7e6-a1655414829d", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ], + "identifier" : [ { + "value" : "1.8.440.1.1138.9.22" + } ], + "name" : "Clinic A", + "physicalType" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code" : "si" + } ] + } + } + }, { + "fullUrl" : "Organization/1729291158439828000.203211ab-84b8-4b73-ab45-67fe89c77df6", + "resource" : { + "resourceType" : "Organization", + "id" : "1729291158439828000.203211ab-84b8-4b73-ab45-67fe89c77df6", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "XON.2" + } ], + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } ], + "system" : "http://loinc.org", + "version" : "1", + "code" : "1357-9", + "display" : "SomeText" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } ], + "system" : "http://loinc.org", + "version" : "2", + "code" : "2468-5", + "display" : "SomeAltText" + } ], + "text" : "OriginalText" + } + } ], + "system" : "LN", + "version" : "1", + "code" : "1357-9", + "display" : "SomeText" + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/name-representation-code", + "valueString" : "NameRepCode1" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension" : [ { + "url" : "XON.3", + "valueString" : "1111" + }, { + "url" : "XON.10", + "valueString" : "OrgIdentifier2" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString" : "9" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "The Authority" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "4.2.8.2" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode" : "BCV" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference" : { + "reference" : "Location/1729291158436267000.263fda7b-0d24-4ea7-b7e6-a1655414829d" + } + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "BC" + } ] + }, + "value" : "OrgIdentifier2" + } ], + "name" : "Sending Responsible Org" + } + }, { + "fullUrl" : "Organization/1729291158440524000.4a9a14e8-f667-463e-8dfe-e80f7a64c3bf", + "resource" : { + "resourceType" : "Organization", + "id" : "1729291158440524000.4a9a14e8-f667-463e-8dfe-e80f7a64c3bf", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "MSH.6" + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.1" + } ], + "value" : "txdshslab" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.2,HD.3" + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0301", + "code" : "ISO" + } ] + }, + "system" : "urn:ietf:rfc:3986", + "value" : "2.16.840.1.114222.4.1.181960" + } ] + } + }, { + "fullUrl" : "Organization/1729291158441463000.950c411b-bfda-4473-8570-5064f57ba569", + "resource" : { + "resourceType" : "Organization", + "id" : "1729291158441463000.950c411b-bfda-4473-8570-5064f57ba569", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "MSH.6" + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.1" + } ], + "value" : "txdshslab" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.2,HD.3" + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0301", + "code" : "ISO" + } ] + }, + "system" : "urn:ietf:rfc:3986", + "value" : "2.16.840.1.114222.4.1.181960" + } ] + } + }, { + "fullUrl" : "Location/1729291158442500000.906419f2-c65e-47de-92b4-cf09264b1a9c", + "resource" : { + "resourceType" : "Location", + "id" : "1729291158442500000.906419f2-c65e-47de-92b4-cf09264b1a9c", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ], + "identifier" : [ { + "value" : "10.10.40.10.11380.90.22" + } ], + "name" : "Clinic B", + "physicalType" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code" : "si" + } ] + } + } + }, { + "fullUrl" : "Organization/1729291158444286000.2ea093e2-1ae7-4c1f-9331-104b79a9e91b", + "resource" : { + "resourceType" : "Organization", + "id" : "1729291158444286000.2ea093e2-1ae7-4c1f-9331-104b79a9e91b", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "XON.2" + } ], + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } ], + "system" : "http://loinc.org", + "version" : "1", + "code" : "1133-5", + "display" : "SomeOtherText" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } ], + "system" : "http://loinc.org", + "version" : "2", + "code" : "1298-7", + "display" : "SomeOtherAltText" + } ], + "text" : "TheOriginalText" + } + } ], + "system" : "LN", + "version" : "1", + "code" : "1133-5", + "display" : "SomeOtherText" + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/name-representation-code", + "valueString" : "NameRepCode2" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension" : [ { + "url" : "XON.3", + "valueString" : "5555" + }, { + "url" : "XON.10", + "valueString" : "OrgIdentifier3" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "MSH.23" + } ], + "identifier" : [ { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString" : "8" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "An Authority" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "45.24.167.43" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode" : "CCTV" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference" : { + "reference" : "Location/1729291158442500000.906419f2-c65e-47de-92b4-cf09264b1a9c" + } + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "BCVan" + } ] + }, + "value" : "OrgIdentifier3" + } ], + "name" : "Receiving Responsible Org" + } + }, { + "fullUrl" : "Provenance/1729291158682591000.3aa2f8db-3410-450c-922a-8e59ae3e2d94", + "resource" : { + "resourceType" : "Provenance", + "id" : "1729291158682591000.3aa2f8db-3410-450c-922a-8e59ae3e2d94", + "recorded" : "2019-07-20T09:12:29Z", + "activity" : { + "coding" : [ { + "display" : "ORM^O01^ORM_O01" + } ] + }, + "agent" : [ { + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type", + "code" : "author" + } ] + }, + "who" : { + "reference" : "Organization/1729291158682370000.46da5679-724b-429c-97f8-3f6b961676ca" + } + } ] + } + }, { + "fullUrl" : "Location/1729291158681333000.7e124791-1a6d-41fe-8b05-44fabe352116", + "resource" : { + "resourceType" : "Location", + "id" : "1729291158681333000.7e124791-1a6d-41fe-8b05-44fabe352116", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ], + "identifier" : [ { + "value" : "1.8.440.1.1138.9.22" + } ], + "name" : "Clinic A", + "physicalType" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code" : "si" + } ] + } + } + }, { + "fullUrl" : "Organization/1729291158682370000.46da5679-724b-429c-97f8-3f6b961676ca", + "resource" : { + "resourceType" : "Organization", + "id" : "1729291158682370000.46da5679-724b-429c-97f8-3f6b961676ca", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "XON.2" + } ], + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } ], + "system" : "http://loinc.org", + "version" : "1", + "code" : "1357-9", + "display" : "SomeText" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } ], + "system" : "http://loinc.org", + "version" : "2", + "code" : "2468-5", + "display" : "SomeAltText" + } ], + "text" : "OriginalText" + } + } ], + "system" : "LN", + "version" : "1", + "code" : "1357-9", + "display" : "SomeText" + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/name-representation-code", + "valueString" : "NameRepCode1" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension" : [ { + "url" : "XON.3", + "valueString" : "1111" + }, { + "url" : "XON.10", + "valueString" : "OrgIdentifier2" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString" : "9" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "The Authority" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "4.2.8.2" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode" : "BCV" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference" : { + "reference" : "Location/1729291158681333000.7e124791-1a6d-41fe-8b05-44fabe352116" + } + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "BC" + } ] + }, + "value" : "OrgIdentifier2" + } ], + "name" : "Sending Responsible Org" + } + }, { + "fullUrl" : "Provenance/1729291158692467000.81f00bf5-0d5f-40c5-87ab-00c9277644a3", + "resource" : { + "resourceType" : "Provenance", + "id" : "1729291158692467000.81f00bf5-0d5f-40c5-87ab-00c9277644a3", + "recorded" : "2024-10-18T15:39:18Z", + "policy" : [ "http://hl7.org/fhir/uv/v2mappings/message-oru-r01-to-bundle" ], + "activity" : { + "coding" : [ { + "code" : "v2-FHIR transformation" + } ] + }, + "agent" : [ { + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type", + "code" : "assembler" + } ] + }, + "who" : { + "reference" : "Organization/1729291158692202000.32900299-0e51-4355-80c3-88747c760f0c" + } + } ] + } + }, { + "fullUrl" : "Organization/1729291158692202000.32900299-0e51-4355-80c3-88747c760f0c", + "resource" : { + "resourceType" : "Organization", + "id" : "1729291158692202000.32900299-0e51-4355-80c3-88747c760f0c", + "identifier" : [ { + "value" : "CDC PRIME - Atlanta" + }, { + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0301" + } ] + }, + "system" : "urn:ietf:rfc:3986", + "value" : "2.16.840.1.114222.4.1.237821" + } ] + } + }, { + "fullUrl" : "Patient/1729291158722364000.e8c01fe7-7d55-4eaf-b52d-9df910c647ca", + "resource" : { + "resourceType" : "Patient", + "id" : "1729291158722364000.e8c01fe7-7d55-4eaf-b52d-9df910c647ca", + "meta" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/last-updated-facility-namespace-id", + "valueReference" : { + "reference" : "Organization/1729291158719836000.420f6702-d1f5-49e2-bfb0-0dfdd0e24071" + } + } ], + "lastUpdated" : "2024-08-21T11:38:00Z", + "_lastUpdated" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "202408211138" + } ] + } + }, + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/patient-notes", + "valueAnnotation" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension" : [ { + "url" : "NTE.2", + "valueId" : "L" + }, { + "url" : "NTE.7", + "valueString" : "20230601" + }, { + "url" : "NTE.8", + "valueString" : "20350201" + }, { + "url" : "NTE.9", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "CC", + "display" : "Coded comment for patient note" + } ] + } + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "Accession level coment." + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70364" + } ], + "version" : "2.5.1", + "code" : "RE", + "display" : "Remark" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "y" + } ], + "version" : "a", + "code" : "z", + "display" : "x" + } ], + "text" : "b" + } + } ], + "authorReference" : { + "reference" : "Practitioner/1729291158701987000.8d216794-0ca5-45e5-a48f-c30bfe8f6ceb" + }, + "time" : "2023-05-31", + "_time" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20230531" + } ] + }, + "text" : "Accession level coment." + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/pid-patient", + "extension" : [ { + "url" : "PID.8", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70001" + } ], + "code" : "F", + "display" : "Female" + } ] + } + }, { + "url" : "PID.18", + "valueIdentifier" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "PID.18" + } ], + "value" : "32" + } + }, { + "url" : "PID.24", + "valueString" : "Y" + }, { + "url" : "PID.30", + "valueString" : "Y" + }, { + "url" : "PID.32", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70445" + } ], + "code" : "AL", + "display" : "Alias" + } ] + } + }, { + "url" : "PID.38", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70429" + } ], + "code" : "RA", + "display" : "Racing" + } ] + } + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/veteran-military-status", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70172" + } ], + "code" : "NA", + "display" : "Not Applicable" + } ] + } + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/patient-nationality", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/code", + "valueCodeableConcept" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "PID.28" + } ], + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70212" + } ], + "code" : "A", + "display" : "American" + } ] + } + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identity-unknown", + "valueString" : "N" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/patient-animal", + "extension" : [ { + "url" : "species", + "valueCodeableConcept" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "PID.35" + } ], + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70446" + } ], + "code" : "D", + "display" : "Dog" + } ] + } + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/studentStatus", + "valueCodeableConcept" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", + "valueOid" : "urn:oid:8.44.235.1.113883.3.3" + } ], + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70231" + } ], + "version" : "2.5.1", + "code" : "F", + "display" : "Full-time student" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "secondary-alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70231" + } ], + "version" : "2.5.1", + "code" : "N", + "display" : "Not a student" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70231" + } ], + "version" : "4", + "code" : "N", + "display" : "Not a student" + } ], + "text" : "TEST" + } + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/patient-disability", + "valueCodeableConcept" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", + "valueOid" : "urn:oid:8.44.235.1.113883.3.3" + } ], + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70295" + } ], + "version" : "2.5.1", + "code" : "T", + "display" : "TEST" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "secondary-alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70295" + } ], + "version" : "2.5.1", + "code" : "D", + "display" : "Debug" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70295" + } ], + "version" : "4", + "code" : "P", + "display" : "Prod" + } ], + "text" : "TEST" + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/livingWill", + "valueCodeableConcept" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", + "valueOid" : "urn:oid:8.44.235.1.113883.3.3" + } ], + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70315" + } ], + "version" : "2.5.1", + "code" : "F", + "display" : "Yes, patient has a living will but it is not on file" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "secondary-alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70315" + } ], + "version" : "2.5.1", + "code" : "U", + "display" : "Unknown" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70315" + } ], + "version" : "4", + "code" : "I", + "display" : "No, patient does not have a living will but information was provided" + } ], + "text" : "TEST" + } + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/patient-congregation", + "valueString" : "1st Ordering Facility" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/patient-congregation", + "valueString" : "2nd Ordering Facility" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/pd1-patient-additional-demographic", + "extension" : [ { + "url" : "PD1.1", + "valueCodeableConcept" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", + "valueOid" : "urn:oid:8.44.235.1.113883.3.3" + } ], + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70223" + } ], + "version" : "2.5.1", + "code" : "C", + "display" : "Small Children Dependent" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "secondary-alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70223" + } ], + "version" : "2.5.1", + "code" : "M", + "display" : "Medical Supervision Required" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70223" + } ], + "version" : "4", + "code" : "M", + "display" : "Medical Supervision Required" + } ], + "text" : "TEST" + } + }, { + "url" : "PD1.1", + "valueCodeableConcept" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", + "valueOid" : "urn:oid:8.44.235.1.113883.3.3" + } ], + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70223" + } ], + "version" : "2.5.1", + "code" : "O", + "display" : "Other" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "secondary-alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70223" + } ], + "version" : "2.5.1", + "code" : "M", + "display" : "Medical Supervision Required" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70223" + } ], + "version" : "4", + "code" : "U", + "display" : "Unknown" + } ], + "text" : "TEST" + } + }, { + "url" : "PD1.2", + "valueCodeableConcept" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", + "valueOid" : "urn:oid:8.44.235.1.113883.3.3" + } ], + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70220" + } ], + "version" : "2.5.1", + "code" : "A", + "display" : "Alone" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "secondary-alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70220" + } ], + "version" : "2.5.1", + "code" : "F", + "display" : "Family" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70220" + } ], + "version" : "4", + "code" : "F", + "display" : "Family" + } ], + "text" : "TEST" + } + }, { + "url" : "PD1.16", + "valueCodeableConcept" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", + "valueOid" : "urn:oid:8.44.235.1.113883.3.3" + } ], + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70441" + } ], + "version" : "2.5.1", + "code" : "A", + "display" : "Active" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "secondary-alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70441" + } ], + "version" : "2.5.1", + "code" : "O", + "display" : "Other" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70441" + } ], + "version" : "4", + "code" : "I", + "display" : "Inactive" + } ], + "text" : "TEST" + } + }, { + "url" : "PD1.17", + "valueString" : "20230501102532-0400" + }, { + "url" : "PD1.18", + "valueString" : "20230501102533-0400" + }, { + "url" : "PD1.19", + "valueCodeableConcept" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", + "valueOid" : "urn:oid:8.44.235.1.113883.3.3" + } ], + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70140" + } ], + "version" : "2.5.1", + "code" : "AUSA", + "display" : "Australian Army" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "secondary-alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70140" + } ], + "version" : "2.5.1", + "code" : "AUSN", + "display" : "Australian Navy" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70140" + } ], + "version" : "4", + "code" : "AUSFA", + "display" : "Australian Air Force" + } ], + "text" : "TEST" + } + }, { + "url" : "PD1.20", + "valueCodeableConcept" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", + "valueOid" : "urn:oid:8.44.235.1.113883.3.3" + } ], + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70141" + } ], + "version" : "2.5.1", + "code" : "E1... E9", + "display" : "Enlisted" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "secondary-alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70141" + } ], + "version" : "2.5.1", + "code" : "W1 ... W4", + "display" : "Warrent Officers" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70141" + } ], + "version" : "4", + "code" : "O1 ... O9", + "display" : "Officers" + } ], + "text" : "TEST" + } + }, { + "url" : "PD1.21", + "valueCodeableConcept" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", + "valueOid" : "urn:oid:8.44.235.1.113883.3.3" + } ], + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70142" + } ], + "version" : "2.5.1", + "code" : "ACT", + "display" : "Active duty" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "secondary-alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70142" + } ], + "version" : "2.5.1", + "code" : "RET", + "display" : "Retired" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70142" + } ], + "version" : "4", + "code" : "DEC", + "display" : "Deceased" + } ], + "text" : "TEST" + } + }, { + "url" : "PD1.22", + "valueString" : "20230501102531-0400" + }, { + "url" : "PD1.8", + "valueCodeableConcept" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", + "valueOid" : "urn:oid:8.44.235.1.113883.3.3" + } ], + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70316" + } ], + "version" : "2.5.1", + "code" : "F", + "display" : "Yes, patient is a documented donor, but documentation is not on file" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "secondary-alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70316" + } ], + "version" : "2.5.1", + "code" : "U", + "display" : "Unknown" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70316" + } ], + "version" : "4", + "code" : "I", + "display" : "No, patient is not a documented donor, but information was provided" + } ], + "text" : "TEST" + } + }, { + "url" : "PD1.9", + "valueString" : "N" + }, { + "url" : "PD1.10", + "valueIdentifier" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-facility", + "valueReference" : { + "reference" : "Organization/1729291158708547000.3bff1341-e3b5-4ca0-946c-2f376095a7fa" + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier", + "extension" : [ { + "url" : "CX.5", + "valueString" : "MR" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "PD1.10" + } ], + "type" : { + "coding" : [ { + "code" : "MR" + } ] + }, + "system" : "NIST MPI", + "_system" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "NIST MPI" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.113883.3.72.5.30.2" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString" : "ISO" + } ] + }, + "value" : "18547545" + } + }, { + "url" : "PD1.10", + "valueIdentifier" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-facility", + "valueReference" : { + "reference" : "Organization/1729291158709132000.8247efc1-33e5-4433-8fa3-e2c0e44d92d9" + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier", + "extension" : [ { + "url" : "CX.5", + "valueString" : "SS" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "PD1.10" + } ], + "type" : { + "coding" : [ { + "code" : "SS" + } ] + }, + "system" : "SSN", + "_system" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "SSN" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.113883.4.1" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString" : "ISO" + } ] + }, + "value" : "111111111" + } + }, { + "url" : "PD1.11", + "valueCodeableConcept" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", + "valueOid" : "urn:oid:8.44.235.1.113883.3.3" + } ], + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70215" + } ], + "version" : "2.5.1", + "code" : "F", + "display" : "Family only" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "secondary-alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70215" + } ], + "version" : "2.5.1", + "code" : "U", + "display" : "Unknown" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70215" + } ], + "version" : "4", + "code" : "N", + "display" : "No Publicity" + } ], + "text" : "TEST" + } + }, { + "url" : "PD1.12", + "valueString" : "N" + }, { + "url" : "PD1.13", + "valueString" : "20230501102531-0400" + }, { + "url" : "PD1.14", + "valueReference" : { + "reference" : "Organization/1729291158710563000.6b230d40-3ab6-4443-85ca-216e7072104c" + } + }, { + "url" : "PD1.14", + "valueReference" : { + "reference" : "Organization/1729291158711467000.1dd13ee9-6787-4ba3-bc0f-ff8543978073" + } + }, { + "url" : "PD1.15", + "valueCodeableConcept" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", + "valueOid" : "urn:oid:8.44.235.1.113883.3.3" + } ], + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70435" + } ], + "version" : "2.5.1", + "code" : "DNR", + "display" : "Do not resuscitate" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "secondary-alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70435" + } ], + "version" : "2.5.1", + "code" : "N", + "display" : "No directive" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70435" + } ], + "version" : "4", + "code" : "N", + "display" : "No directive" + } ], + "text" : "TEST" + } + }, { + "url" : "PD1.15", + "valueCodeableConcept" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", + "valueOid" : "urn:oid:8.44.235.1.113883.3.3" + } ], + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70435" + } ], + "version" : "2.5.1", + "code" : "DNR", + "display" : "Do not resuscitate" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "secondary-alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70435" + } ], + "version" : "2.5.1", + "code" : "N", + "display" : "No directive" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70435" + } ], + "version" : "4", + "code" : "N", + "display" : "No directive" + } ], + "text" : "TEST" + } + } ] + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/patient-mothersMaidenName", + "valueHumanName" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", + "extension" : [ { + "url" : "XPN.2", + "valueString" : "FHIR" + }, { + "url" : "XPN.3", + "valueString" : "WI" + }, { + "url" : "XPN.7", + "valueString" : "L" + } ] + } ], + "use" : "official", + "family" : "Mind", + "given" : [ "FHIR", "WI" ] + } + }, { + "url" : "http://ibm.com/fhir/cdm/StructureDefinition/local-race-cd", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70005" + } ], + "system" : "http://terminology.hl7.org/CodeSystem/v3-Race", + "code" : "2106-3", + "display" : "White" + } ] + } + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/patient-religion", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70006" + } ], + "code" : "AGN", + "display" : "Agnostic" + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/ethnic-group", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70189" + } ], + "system" : "http://terminology.hl7.org/CodeSystem/v2-0189", + "code" : "U", + "display" : "Uknown" + } ] + } + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/patient-birthPlace", + "valueAddress" : { + "text" : "Bayou" + } + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/patient-citizenship", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/code", + "valueCodeableConcept" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "PID.26" + } ], + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70171" + } ], + "code" : "USA", + "display" : "United States" + } ] + } + } ] + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/patient-citizenship", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/code", + "valueCodeableConcept" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "PID.39" + } ], + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70171" + } ], + "code" : "N", + "display" : "None" + } ] + } + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString" : "forty" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueString" : "123" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-facility", + "valueReference" : { + "reference" : "Organization/1729291158698371000.c4298f73-011e-4bdf-943c-3a6d3671089f" + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier", + "extension" : [ { + "url" : "CX.5", + "valueString" : "PI" + }, { + "url" : "CX.9", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL7123" + } ], + "code" : "IX", + "display" : "Ninth" + } ] + } + }, { + "url" : "CX.10", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL7123" + } ], + "code" : "X", + "display" : "Tenth" + } ] + } + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "PID.3" + } ], + "type" : { + "coding" : [ { + "code" : "PI" + } ] + }, + "system" : "STARLIMS.CDC.Stag", + "_system" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "STARLIMS.CDC.Stag" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.3.3.2.1.2" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString" : "ISO" + } ] + }, + "value" : "Patidlist", + "period" : { + "start" : "2021-01-13", + "_start" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20210113" + } ] + }, + "end" : "2021-12-30", + "_end" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20211230" + } ] + } + } + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier", + "extension" : [ { + "url" : "CX.5", + "valueString" : "PI" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "PID.3" + } ], + "type" : { + "coding" : [ { + "code" : "PI" + } ] + }, + "system" : "SPHL-000048", + "_system" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "SPHL-000048" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.10765" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString" : "ISO" + } ] + }, + "value" : "PID123" + } ], + "name" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", + "extension" : [ { + "url" : "XPN.2", + "valueString" : "HL7" + }, { + "url" : "XPN.3", + "valueString" : "MI" + }, { + "url" : "XPN.14", + "valueString" : "Prof" + }, { + "url" : "XPN.4", + "valueString" : "V" + }, { + "url" : "XPN.6", + "valueString" : "BCN" + }, { + "url" : "XPN.7", + "valueString" : "L" + }, { + "url" : "XPN.8", + "valueString" : "Naaame" + }, { + "url" : "XPN.9", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL7444" + } ], + "code" : "C", + "display" : "Name Context" + } ] + } + }, { + "url" : "XPN.10", + "extension" : [ { + "url" : "XPN.10.2" + }, { + "url" : "XPN.10.1", + "valueString" : "Yes" + } ] + }, { + "url" : "XPN.12", + "valueString" : "19900503" + }, { + "url" : "XPN.13", + "valueString" : "20030503" + } ] + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", + "valueCode" : "G" + } ], + "use" : "official", + "family" : "Mega", + "_family" : { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", + "valueString" : "Mr" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name", + "valueString" : "MrOwnMega" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", + "valueString" : "Mrs" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", + "valueString" : "MrsOwn" + } ] + }, + "given" : [ "HL7", "MI" ], + "prefix" : [ "DR" ], + "suffix" : [ "V", "BCN", "Prof" ], + "period" : { + "start" : "1990-05-03", + "end" : "2003-05-03" + } + } ], + "telecom" : [ { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString" : "1" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString" : "713" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString" : "5553861" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-extension", + "valueString" : "1" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension" : [ { + "url" : "XTN.1", + "valueString" : "12345" + }, { + "url" : "XTN.2", + "valueString" : "PRS" + }, { + "url" : "XTN.3", + "valueString" : "CP" + }, { + "url" : "XTN.4", + "valueString" : "real@example.com" + }, { + "url" : "XTN.7", + "valueString" : "5553861" + }, { + "url" : "XTN.9", + "valueString" : "himom" + }, { + "url" : "XTN.11", + "valueString" : "4" + }, { + "url" : "XTN.12", + "valueString" : "17135553862" + } ] + } ], + "system" : "phone", + "value" : "17135553862", + "use" : "home", + "rank" : 7, + "period" : { + "start" : "1999", + "_start" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "1999" + } ] + }, + "end" : "2000", + "_end" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "2000" + } ] + } + } + }, { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString" : "1" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString" : "281" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString" : "5553861" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension" : [ { + "url" : "XTN.1", + "valueString" : "9865" + }, { + "url" : "XTN.2", + "valueString" : "EMR" + }, { + "url" : "XTN.3", + "valueString" : "SAT" + }, { + "url" : "XTN.4", + "valueString" : "alsoreal@exmaple.com" + }, { + "url" : "XTN.7", + "valueString" : "5553861" + } ] + } ], + "system" : "other", + "use" : "work" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension" : [ { + "url" : "XTN.1", + "valueString" : "40" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "PID.40" + } ], + "_system" : { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCode" : "unknown" + } ] + }, + "value" : "40" + } ], + "gender" : "female", + "birthDate" : "1640", + "_birthDate" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "1640" + } ] + }, + "deceasedDateTime" : "2031", + "_deceasedDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "2031" + } ] + }, + "address" : [ { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-censusTract", + "valueCode" : "Census" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "123 Main St" + } ] + }, { + "url" : "XAD.2", + "valueString" : "Altxad" + }, { + "url" : "XAD.7", + "valueCode" : "H" + }, { + "url" : "XAD.8", + "valueString" : "MahHome" + }, { + "url" : "XAD.11", + "valueCode" : "A" + }, { + "url" : "XAD.12", + "extension" : [ { + "url" : "XAD.12.1", + "valueString" : "2020" + }, { + "url" : "XAD.12.2", + "valueString" : "2024" + } ] + }, { + "url" : "XAD.13", + "valueString" : "2022" + }, { + "url" : "XAD.14", + "valueString" : "2027" + }, { + "url" : "XAD.19", + "valueCode" : "MrSir" + } ] + } ], + "use" : "home", + "line" : [ "123 Main St", "Altxad", "MrSir" ], + "city" : "AnyTown", + "district" : "ThoCo", + "state" : "IG", + "postalCode" : "95802", + "country" : "USA", + "period" : { + "start" : "2022", + "end" : "2027" + } + } ], + "maritalStatus" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70002" + } ], + "code" : "P", + "display" : "Domestic Partnet" + } ] + }, + "multipleBirthInteger" : 11, + "communication" : [ { + "language" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70296" + } ], + "code" : "E", + "display" : "English" + } ] + } + } ], + "generalPractitioner" : [ { + "reference" : "Organization/1729291158701189000.1959ff7f-9a3c-458c-8d8e-d916a80ccda7" + } ], + "link" : [ { + "other" : { + "reference" : "RelatedPerson/1729291158716299000.b06139e1-28ca-4e80-9b3f-4fbf3dd8b5dd" + }, + "type" : "seealso" + } ] + } + }, { + "fullUrl" : "Organization/1729291158698371000.c4298f73-011e-4bdf-943c-3a6d3671089f", + "resource" : { + "resourceType" : "Organization", + "id" : "1729291158698371000.c4298f73-011e-4bdf-943c-3a6d3671089f", + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.1" + } ], + "value" : "STARLINKED.CDC.Stag" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.2,HD.3" + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0301", + "code" : "ISO" + } ] + }, + "system" : "urn:ietf:rfc:3986", + "value" : "2.16.840.1.114222.9.8.7.6.3.2" + } ] + } + }, { + "fullUrl" : "Location/1729291158700380000.e59e52d8-e1d4-40c9-b0f9-16058865ad76", + "resource" : { + "resourceType" : "Location", + "id" : "1729291158700380000.e59e52d8-e1d4-40c9-b0f9-16058865ad76", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ], + "identifier" : [ { + "value" : "10.10.40.10.11380.90.22" + } ], + "name" : "Clinic B", + "physicalType" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code" : "si" + } ] + } + } + }, { + "fullUrl" : "Organization/1729291158701189000.1959ff7f-9a3c-458c-8d8e-d916a80ccda7", + "resource" : { + "resourceType" : "Organization", + "id" : "1729291158701189000.1959ff7f-9a3c-458c-8d8e-d916a80ccda7", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "XON.2" + } ], + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } ], + "system" : "http://loinc.org", + "version" : "1", + "code" : "1133-5", + "display" : "SomeOtherText" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } ], + "system" : "http://loinc.org", + "version" : "2", + "code" : "1298-7", + "display" : "SomeOtherAltText" + } ], + "text" : "TheOriginalText" + } + } ], + "system" : "LN", + "version" : "1", + "code" : "1133-5", + "display" : "SomeOtherText" + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/name-representation-code", + "valueString" : "NameRepCode2" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension" : [ { + "url" : "XON.3", + "valueString" : "5555" + }, { + "url" : "XON.10", + "valueString" : "OrgIdentifier3" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString" : "8" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "An Authority" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "45.24.167.43" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode" : "CCTV" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference" : { + "reference" : "Location/1729291158700380000.e59e52d8-e1d4-40c9-b0f9-16058865ad76" + } + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "BCVan" + } ] + }, + "value" : "OrgIdentifier3" + } ], + "name" : "Receiving Responsible Org" + } + }, { + "fullUrl" : "Practitioner/1729291158701987000.8d216794-0ca5-45e5-a48f-c30bfe8f6ceb", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1729291158701987000.8d216794-0ca5-45e5-a48f-c30bfe8f6ceb", + "identifier" : [ { + "value" : "Bob R.N." + } ] + } + }, { + "fullUrl" : "Organization/1729291158708547000.3bff1341-e3b5-4ca0-946c-2f376095a7fa", + "resource" : { + "resourceType" : "Organization", + "id" : "1729291158708547000.3bff1341-e3b5-4ca0-946c-2f376095a7fa", + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.1" + } ], + "value" : "University H" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.2,HD.3" + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0301", + "code" : "ISO" + } ] + }, + "system" : "urn:ietf:rfc:3986", + "value" : "2.16.840.1.113883.3.0" + } ] + } + }, { + "fullUrl" : "Organization/1729291158709132000.8247efc1-33e5-4433-8fa3-e2c0e44d92d9", + "resource" : { + "resourceType" : "Organization", + "id" : "1729291158709132000.8247efc1-33e5-4433-8fa3-e2c0e44d92d9", + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.1" + } ], + "value" : "SSA" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.2,HD.3" + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0301", + "code" : "ISO" + } ] + }, + "system" : "urn:ietf:rfc:3986", + "value" : "2.16.840.1.113883.3.184" + } ] + } + }, { + "fullUrl" : "Location/1729291158710057000.6597955e-70de-432a-9be6-7607f43ce58a", + "resource" : { + "resourceType" : "Location", + "id" : "1729291158710057000.6597955e-70de-432a-9be6-7607f43ce58a", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ], + "identifier" : [ { + "value" : "2.16.840.1.113883.9.11" + } ], + "name" : "Hospital A", + "physicalType" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code" : "si" + } ] + } + } + }, { + "fullUrl" : "Organization/1729291158710563000.6b230d40-3ab6-4443-85ca-216e7072104c", + "resource" : { + "resourceType" : "Organization", + "id" : "1729291158710563000.6b230d40-3ab6-4443-85ca-216e7072104c", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "XON.2" + } ], + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } ], + "system" : "http://loinc.org", + "version" : "1", + "code" : "1234-5", + "display" : "TestText" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } ], + "system" : "http://loinc.org", + "version" : "2", + "code" : "1234-5", + "display" : "TestAltText" + } ], + "text" : "OriginalText" + } + } ], + "system" : "LN", + "version" : "1", + "code" : "1234-5", + "display" : "TestText" + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/name-representation-code", + "valueString" : "NameRepCode" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension" : [ { + "url" : "XON.3", + "valueString" : "123" + }, { + "url" : "XON.10", + "valueString" : "1st OrgIdentifier" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString" : "Check Digit" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "Assigning Authority" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.1.4.1" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode" : "C1" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference" : { + "reference" : "Location/1729291158710057000.6597955e-70de-432a-9be6-7607f43ce58a" + } + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "MD" + } ] + }, + "value" : "1st OrgIdentifier" + } ], + "name" : "1st Ordering Facility" + } + }, { + "fullUrl" : "Location/1729291158710863000.3c694dae-359e-40f9-9970-4f1238b7348a", + "resource" : { + "resourceType" : "Location", + "id" : "1729291158710863000.3c694dae-359e-40f9-9970-4f1238b7348a", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ], + "identifier" : [ { + "value" : "2.16.840.1.113883.9.11" + } ], + "name" : "Hospital A", + "physicalType" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code" : "si" + } ] + } + } + }, { + "fullUrl" : "Organization/1729291158711467000.1dd13ee9-6787-4ba3-bc0f-ff8543978073", + "resource" : { + "resourceType" : "Organization", + "id" : "1729291158711467000.1dd13ee9-6787-4ba3-bc0f-ff8543978073", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "XON.2" + } ], + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } ], + "system" : "http://loinc.org", + "version" : "1", + "code" : "1234-5", + "display" : "TestText" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } ], + "system" : "http://loinc.org", + "version" : "2", + "code" : "1234-5", + "display" : "TestAltText" + } ], + "text" : "OriginalText" + } + } ], + "system" : "LN", + "version" : "1", + "code" : "1234-5", + "display" : "TestText" + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/name-representation-code", + "valueString" : "NameRepCode" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension" : [ { + "url" : "XON.3", + "valueString" : "123" + }, { + "url" : "XON.10", + "valueString" : "2nd OrgIdentifier" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString" : "Check Digit" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "Assigning Authority" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.1.4.1" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode" : "C1" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference" : { + "reference" : "Location/1729291158710863000.3c694dae-359e-40f9-9970-4f1238b7348a" + } + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "MD" + } ] + }, + "value" : "2nd OrgIdentifier" + } ], + "name" : "2nd Ordering Facility" + } + }, { + "fullUrl" : "RelatedPerson/1729291158716299000.b06139e1-28ca-4e80-9b3f-4fbf3dd8b5dd", + "resource" : { + "resourceType" : "RelatedPerson", + "id" : "1729291158716299000.b06139e1-28ca-4e80-9b3f-4fbf3dd8b5dd", + "identifier" : [ { + "value" : "maybe" + } ] + } + }, { + "fullUrl" : "Organization/1729291158719836000.420f6702-d1f5-49e2-bfb0-0dfdd0e24071", + "resource" : { + "resourceType" : "Organization", + "id" : "1729291158719836000.420f6702-d1f5-49e2-bfb0-0dfdd0e24071", + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.1" + } ], + "value" : "RSDT" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.2,HD.3" + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0301", + "code" : "ISO" + } ] + }, + "system" : "urn:ietf:rfc:3986", + "value" : "0.0.0.1.1138" + } ] + } + }, { + "fullUrl" : "Provenance/1729291158733312000.2aa254f0-1afa-44db-90dc-d51ad7f8549a", + "resource" : { + "resourceType" : "Provenance", + "id" : "1729291158733312000.2aa254f0-1afa-44db-90dc-d51ad7f8549a", + "target" : [ { + "reference" : "Patient/1729291158722364000.e8c01fe7-7d55-4eaf-b52d-9df910c647ca" + } ], + "occurredDateTime" : "2024-08-21T11:38:00Z", + "recorded" : "2024-10-18T15:39:18Z", + "activity" : { + "coding" : [ { + "system" : "https://terminology.hl7.org/CodeSystem/v3-DataOperation", + "code" : "UPDATE" + } ] + }, + "agent" : [ { + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type", + "code" : "performer" + } ] + }, + "who" : { + "reference" : "Organization/1729291158733087000.50565d7a-c138-4ad7-90c4-352ab5a17e37" + } + } ] + } + }, { + "fullUrl" : "Organization/1729291158733087000.50565d7a-c138-4ad7-90c4-352ab5a17e37", + "resource" : { + "resourceType" : "Organization", + "id" : "1729291158733087000.50565d7a-c138-4ad7-90c4-352ab5a17e37", + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.1" + } ], + "value" : "RSDT" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.2,HD.3" + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0301", + "code" : "ISO" + } ] + }, + "system" : "urn:ietf:rfc:3986", + "value" : "0.0.0.1.1138" + } ] + } + }, { + "fullUrl" : "Encounter/1729291158748523000.e6b583e7-17ac-422d-a986-97f72ad3bbda", + "resource" : { + "resourceType" : "Encounter", + "id" : "1729291158748523000.e6b583e7-17ac-422d-a986-97f72ad3bbda", + "meta" : { + "security" : [ { + "code" : "SEC" + } ] + }, + "text" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/pv2-visit-description", + "valueString" : "Description" + } ], + "div" : "
Description
" + }, + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/visit-user-code", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "413", + "display" : "V" + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/visit-user-code", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "423", + "display" : "X" + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/planned-start-date", + "valueDateTime" : "2023-06-01T10:25:31-04:00", + "_valueDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20230601102531-0400" + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/planned-discharge-date", + "valueDateTime" : "2023-07-01T10:25:31-04:00", + "_valueDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20230701102531-0400" + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/estimated-length", + "valueQuantity" : { + "value" : 5, + "unit" : "days", + "system" : "http://unitsofmeasure.org/", + "code" : "d" + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/publicity-code", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "100", + "display" : "PublicCode" + } ] + } + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/encounter-modeOfArrival", + "valueCoding" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "444", + "display" : "MODE" + } ] + } + } ], + "code" : "444", + "display" : "MODE" + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/admission-level-of-care", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "123", + "display" : "CARELEVEL1" + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/pv1-patient-visit", + "extension" : [ { + "url" : "PV1.12", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70087" + } ], + "code" : "P", + "display" : "Passed" + } ] + } + }, { + "url" : "PV1.18", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70018" + } ], + "code" : "H", + "display" : "Human Patient" + } ] + } + }, { + "url" : "PV1.46", + "valueDecimal" : 100 + }, { + "url" : "PV1.47", + "valueDecimal" : 199 + }, { + "url" : "PV1.48", + "valueDecimal" : 142 + }, { + "url" : "PV1.49", + "valueDecimal" : 130 + }, { + "url" : "PV1.51", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70326" + } ], + "code" : "A", + "display" : "Account Level" + } ] + } + }, { + "url" : "PV1.30", + "valueString" : "20020101" + }, { + "url" : "PV1.31", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70021" + } ], + "code" : "C", + "display" : "Collectors" + } ] + } + }, { + "url" : "PV1.32", + "valueDecimal" : 1 + }, { + "url" : "PV1.33", + "valueDecimal" : 0 + }, { + "url" : "PV1.34", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70111" + } ], + "code" : "Y", + "display" : "Yes" + } ] + } + }, { + "url" : "PV1.35", + "valueString" : "20080101" + }, { + "url" : "PV1.39", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70115" + } ], + "code" : "H", + "display" : "A Hospital Of Course" + } ] + } + }, { + "url" : "PV1.41", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70117" + } ], + "code" : "A", + "display" : "Active" + } ] + } + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/pv2-patient-visit-additional-information", + "extension" : [ { + "url" : "PV2.15", + "valueString" : "EMP_ILL" + }, { + "url" : "PV2.23", + "valueReference" : { + "reference" : "Organization/1729291158738420000.6d04e7cc-b589-4c68-b86d-e696bdd9c79a" + } + }, { + "url" : "PV2.23", + "valueReference" : { + "reference" : "Organization/1729291158739092000.41467303-40b2-49a5-ad38-5a3005001aea" + } + }, { + "url" : "PV2.26", + "valueString" : "20230501102531-0400" + }, { + "url" : "PV2.29", + "valueString" : "20220501102531-0400" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "PV1.19" + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "VN" + } ], + "text" : "visit number" + }, + "value" : "22" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "PV1.50" + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203" + } ] + }, + "value" : "alternate visit" + } ], + "status" : "finished", + "class" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/pv1-2-patient-class", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "O" + } ] + } + } ], + "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode", + "code" : "AMB", + "display" : "ambulatory" + }, + "type" : [ { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70007" + } ], + "code" : "R", + "display" : "Routine" + } ] + } ], + "serviceType" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70069" + } ], + "code" : "URO", + "display" : "Urology Service" + } ] + }, + "priority" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70217" + } ], + "code" : "3", + "display" : "Elective" + } ] + }, + "subject" : { + "reference" : "Patient/1729291158722364000.e8c01fe7-7d55-4eaf-b52d-9df910c647ca" + }, + "episodeOfCare" : [ { + "reference" : "EpisodeOfCare/1729291158748813000.c59d255f-d42b-43d4-8ede-0790a713c636" + } ], + "participant" : [ { + "type" : [ { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "code" : "ATND", + "display" : "attender" + } ] + } ], + "individual" : { + "reference" : "Practitioner/1729291158741030000.e55e13df-f30f-43bc-adc0-a73edeb12bc9" + } + }, { + "type" : [ { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "code" : "REF" + } ], + "text" : "referrer" + } ], + "individual" : { + "reference" : "Practitioner/1729291158741390000.bc08036e-cf62-4891-b2ce-29ad1424e1a1" + } + }, { + "type" : [ { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "code" : "CON" + } ], + "text" : "consultant" + } ], + "individual" : { + "reference" : "Practitioner/1729291158741726000.d67fc45e-a676-48e7-bcfb-8ccc71865d0b" + } + }, { + "type" : [ { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "code" : "ADM" + } ], + "text" : "admitter" + } ], + "individual" : { + "reference" : "Practitioner/1729291158742048000.34d785a5-c6e1-4e6f-8907-da22ccfc556f" + } + }, { + "type" : [ { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "code" : "REF" + } ], + "text" : "referrer" + } ], + "individual" : { + "reference" : "Practitioner/1729291158743468000.ed6f274b-d9e5-4ab6-b81f-ceaf451719b4" + } + }, { + "type" : [ { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "code" : "REF" + } ], + "text" : "referrer" + } ], + "individual" : { + "reference" : "Practitioner/1729291158745041000.19b24241-7c15-4c94-a76c-dcbc1c881736" + } + } ], + "period" : { + "start" : "2024-08-01T10:25:31-04:00", + "_start" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20240801102531-0400" + } ] + }, + "end" : "2024-08-01T10:25:31-04:00", + "_end" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20240801102531-0400" + } ] + } + }, + "length" : { + "value" : 12, + "unit" : "days", + "system" : "http://unitsofmeasure.org/", + "code" : "d" + }, + "reasonCode" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "PV2.3" + } ], + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "1", + "display" : "AD" + } ] + } ], + "hospitalization" : { + "preAdmissionIdentifier" : { + "value" : "232323" + }, + "admitSource" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70023" + } ], + "code" : "RL", + "display" : "Real Life" + } ] + }, + "reAdmission" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70092" + } ], + "code" : "R", + "display" : "Re-admission" + } ] + }, + "dietPreference" : [ { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70114" + } ], + "code" : "F", + "display" : "Fed" + } ] + } ], + "specialCourtesy" : [ { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70099" + } ], + "code" : "VIP", + "display" : "Very Interesting Person" + } ] + } ], + "destination" : { + "reference" : "Location/1729291158739420000.8be22947-a2a6-49f1-af12-f9c74ea4c476" + }, + "dischargeDisposition" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70112" + } ], + "code" : "H", + "display" : "Happy" + } ] + } + }, + "location" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "PV1.3" + } ], + "location" : { + "reference" : "Location/1729291158746760000.e24b446c-5bda-4542-aabb-d04a01437571" + }, + "status" : "active" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "PV1.6" + } ], + "location" : { + "reference" : "Location/1729291158747320000.20ca44ca-d5b4-492a-a124-bab78f7f198d" + }, + "status" : "completed" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "PV1.11" + }, { + "url" : "https://hl7.org/fhir/StructureDefinition/temporary-location", + "valueBoolean" : true + } ], + "location" : { + "reference" : "Location/1729291158747527000.add84404-ebf5-43b7-9a4c-fcbed365fd19" + }, + "status" : "active" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "PV1.42" + } ], + "location" : { + "reference" : "Location/1729291158747717000.3aa3d8c3-8d88-4062-87ac-96d709e8d9da" + }, + "status" : "planned" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "PV1.43" + }, { + "url" : "https://hl7.org/fhir/StructureDefinition/temporary-location", + "valueBoolean" : true + } ], + "location" : { + "reference" : "Location/1729291158747913000.375006a0-e443-4da8-892f-93961957b78d" + }, + "status" : "completed" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "PV2.1" + }, { + "url" : "https://hl7.org/fhir/StructureDefinition/temporary-location", + "valueBoolean" : false + } ], + "location" : { + "reference" : "Location/1729291158748439000.e72f22c5-f524-4591-a3ea-3a428bac395d" + }, + "status" : "planned" + } ] + } + }, { + "fullUrl" : "Location/1729291158738011000.baff084e-f4e5-411f-98f0-299570ebf9e8", + "resource" : { + "resourceType" : "Location", + "id" : "1729291158738011000.baff084e-f4e5-411f-98f0-299570ebf9e8", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ], + "identifier" : [ { + "value" : "2.16.840.1.113883.9.11" + } ], + "name" : "Hospital A", + "physicalType" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code" : "si" + } ] + } + } + }, { + "fullUrl" : "Organization/1729291158738420000.6d04e7cc-b589-4c68-b86d-e696bdd9c79a", + "resource" : { + "resourceType" : "Organization", + "id" : "1729291158738420000.6d04e7cc-b589-4c68-b86d-e696bdd9c79a", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "XON.2" + } ], + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } ], + "system" : "http://loinc.org", + "version" : "1", + "code" : "1234-5", + "display" : "TestText" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } ], + "system" : "http://loinc.org", + "version" : "2", + "code" : "1234-5", + "display" : "TestAltText" + } ], + "text" : "OriginalText" + } + } ], + "system" : "LN", + "version" : "1", + "code" : "1234-5", + "display" : "TestText" + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension" : [ { + "url" : "XON.3", + "valueString" : "123" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString" : "Check Digit" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "Assigning Authority" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.1.4.1" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode" : "C1" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference" : { + "reference" : "Location/1729291158738011000.baff084e-f4e5-411f-98f0-299570ebf9e8" + } + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "MD" + } ] + }, + "value" : "123" + } ], + "name" : "Org1" + } + }, { + "fullUrl" : "Location/1729291158738709000.6d090695-9048-4246-8a54-d16bd4e7233c", + "resource" : { + "resourceType" : "Location", + "id" : "1729291158738709000.6d090695-9048-4246-8a54-d16bd4e7233c", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ], + "identifier" : [ { + "value" : "2.16.840.1.113883.9.11" + } ], + "name" : "Hospital A", + "physicalType" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code" : "si" + } ] + } + } + }, { + "fullUrl" : "Organization/1729291158739092000.41467303-40b2-49a5-ad38-5a3005001aea", + "resource" : { + "resourceType" : "Organization", + "id" : "1729291158739092000.41467303-40b2-49a5-ad38-5a3005001aea", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "XON.2" + } ], + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } ], + "system" : "http://loinc.org", + "version" : "1", + "code" : "1234-5", + "display" : "TestText" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } ], + "system" : "http://loinc.org", + "version" : "2", + "code" : "1234-5", + "display" : "TestAltText" + } ], + "text" : "OriginalText" + } + } ], + "system" : "LN", + "version" : "1", + "code" : "1234-5", + "display" : "TestText" + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension" : [ { + "url" : "XON.3", + "valueString" : "123" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString" : "Check Digit" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "Assigning Authority" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.1.4.1" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode" : "C1" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference" : { + "reference" : "Location/1729291158738709000.6d090695-9048-4246-8a54-d16bd4e7233c" + } + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "MD" + } ] + }, + "value" : "123" + } ], + "name" : "Org2" + } + }, { + "fullUrl" : "Location/1729291158739420000.8be22947-a2a6-49f1-af12-f9c74ea4c476", + "resource" : { + "resourceType" : "Location", + "id" : "1729291158739420000.8be22947-a2a6-49f1-af12-f9c74ea4c476", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/dld2-effective-date", + "valueString" : "202305061200" + } ] + } + }, { + "fullUrl" : "Practitioner/1729291158741030000.e55e13df-f30f-43bc-adc0-a73edeb12bc9", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1729291158741030000.e55e13df-f30f-43bc-adc0-a73edeb12bc9", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "Namespace" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "AssigningSystem" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "UUID" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "LUDWIG" + }, { + "url" : "XCN.4", + "valueString" : "B" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.5", + "valueString" : "2ND" + }, { + "url" : "XCN.7", + "valueString" : "MD" + }, { + "url" : "XCN.10", + "valueString" : "B" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "PV1.7" + } ], + "identifier" : [ { + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "DL" + } ] + }, + "system" : "Namespace", + "value" : "1" + } ], + "name" : [ { + "use" : "official", + "family" : "BEETHOVEN", + "given" : [ "LUDWIG", "B" ], + "prefix" : [ "DR" ], + "suffix" : [ "2ND", "MD", "MD" ] + } ] + } + }, { + "fullUrl" : "Practitioner/1729291158741390000.bc08036e-cf62-4891-b2ce-29ad1424e1a1", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1729291158741390000.bc08036e-cf62-4891-b2ce-29ad1424e1a1", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "PV1.8" + } ], + "identifier" : [ { + "value" : "1" + } ], + "name" : [ { + "family" : "MOZART" + } ] + } + }, { + "fullUrl" : "Practitioner/1729291158741726000.d67fc45e-a676-48e7-bcfb-8ccc71865d0b", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1729291158741726000.d67fc45e-a676-48e7-bcfb-8ccc71865d0b", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "PV1.9" + } ], + "identifier" : [ { + "value" : "1" + } ], + "name" : [ { + "family" : "CHOPIN" + } ] + } + }, { + "fullUrl" : "Practitioner/1729291158742048000.34d785a5-c6e1-4e6f-8907-da22ccfc556f", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1729291158742048000.34d785a5-c6e1-4e6f-8907-da22ccfc556f", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "PV1.17" + } ], + "identifier" : [ { + "value" : "1" + } ], + "name" : [ { + "family" : "BACH" + } ] + } + }, { + "fullUrl" : "Practitioner/1729291158743468000.ed6f274b-d9e5-4ab6-b81f-ceaf451719b4", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1729291158743468000.ed6f274b-d9e5-4ab6-b81f-ceaf451719b4", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "AssigningSystem" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "LUDWIG" + }, { + "url" : "XCN.4", + "valueString" : "B" + }, { + "url" : "XCN.20", + "valueString" : "20230501102531-0400" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.22", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "AssignJ" + } ] + } + }, { + "url" : "XCN.23", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "AssignA" + } ] + } + }, { + "url" : "XCN.5", + "valueString" : "2ND" + }, { + "url" : "XCN.7", + "valueString" : "MD" + }, { + "url" : "XCN.8", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "SRC" + } ] + } + }, { + "url" : "XCN.10", + "valueString" : "B" + }, { + "url" : "XCN.15", + "valueString" : "A" + }, { + "url" : "XCN.16", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "NameContext" + } ] + } + }, { + "url" : "XCN.19", + "valueString" : "20220501102531-0400" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "PV2.13" + } ], + "identifier" : [ { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString" : "A" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode" : "NPI" + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "DL" + } ] + }, + "system" : "urn:oid:AssigningSystem", + "value" : "1" + } ], + "name" : [ { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", + "valueCode" : "G" + } ], + "use" : "official", + "family" : "BEETHOVEN", + "_family" : { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", + "valueString" : "VAN" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name", + "valueString" : "Referral Source Code1" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", + "valueString" : "VAL" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", + "valueString" : "ROGER" + } ] + }, + "given" : [ "LUDWIG", "B" ], + "prefix" : [ "DR" ], + "suffix" : [ "2ND", "MD", "MD" ], + "period" : { + "start" : "2022-05-01T10:25:31-04:00", + "end" : "2023-05-01T10:25:31-04:00" + } + } ] + } + }, { + "fullUrl" : "Practitioner/1729291158745041000.19b24241-7c15-4c94-a76c-dcbc1c881736", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1729291158745041000.19b24241-7c15-4c94-a76c-dcbc1c881736", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "AssigningSystem" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "LUDWIG" + }, { + "url" : "XCN.4", + "valueString" : "B" + }, { + "url" : "XCN.20", + "valueString" : "20230501102531-0400" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.22", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "AssignJ" + } ] + } + }, { + "url" : "XCN.23", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "AssignA" + } ] + } + }, { + "url" : "XCN.5", + "valueString" : "2ND" + }, { + "url" : "XCN.7", + "valueString" : "MD" + }, { + "url" : "XCN.8", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "SRC" + } ] + } + }, { + "url" : "XCN.10", + "valueString" : "B" + }, { + "url" : "XCN.15", + "valueString" : "A" + }, { + "url" : "XCN.16", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "NameContext" + } ] + } + }, { + "url" : "XCN.19", + "valueString" : "20220501102531-0400" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "PV2.13" + } ], + "identifier" : [ { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString" : "A" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode" : "NPI" + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "DL" + } ] + }, + "system" : "urn:oid:AssigningSystem", + "value" : "1" + } ], + "name" : [ { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", + "valueCode" : "G" + } ], + "use" : "official", + "family" : "BEETHOVEN", + "_family" : { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", + "valueString" : "VAN" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name", + "valueString" : "Referral Source Code2" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", + "valueString" : "VAL" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", + "valueString" : "ROGER" + } ] + }, + "given" : [ "LUDWIG", "B" ], + "prefix" : [ "DR" ], + "suffix" : [ "2ND", "MD", "MD" ], + "period" : { + "start" : "2022-05-01T10:25:31-04:00", + "end" : "2023-05-01T10:25:31-04:00" + } + } ] + } + }, { + "fullUrl" : "Organization/1729291158745373000.e136730d-a978-4ee2-b38d-9cd80cbe874c", + "resource" : { + "resourceType" : "Organization", + "id" : "1729291158745373000.e136730d-a978-4ee2-b38d-9cd80cbe874c", + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.1" + } ], + "value" : "AA" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.2,HD.3" + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0301", + "code" : "ISO" + } ] + }, + "system" : "urn:ietf:rfc:3986", + "value" : "AssigningAUTH" + } ] + } + }, { + "fullUrl" : "Location/1729291158746274000.47571273-436d-4895-b58f-49f432919b86", + "resource" : { + "resourceType" : "Location", + "id" : "1729291158746274000.47571273-436d-4895-b58f-49f432919b86", + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.1" + } ], + "value" : "Hospital Assigned" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.2,HD.3" + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "ISO" + } ] + }, + "value" : "2.4.4.4" + } ], + "physicalType" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code" : "si" + } ] + } + } + }, { + "fullUrl" : "Location/1729291158746352000.e5fc878f-3c1c-474d-9504-c651dbc0b331", + "resource" : { + "resourceType" : "Location", + "id" : "1729291158746352000.e5fc878f-3c1c-474d-9504-c651dbc0b331", + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.1" + } ] + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.2,HD.3" + } ], + "value" : "Building" + } ], + "physicalType" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code" : "bu" + } ] + }, + "partOf" : { + "reference" : "Location/1729291158746274000.47571273-436d-4895-b58f-49f432919b86" + } + } + }, { + "fullUrl" : "Location/1729291158746443000.a9eac0a3-bb7c-43be-a97e-f1b3958d34c2", + "resource" : { + "resourceType" : "Location", + "id" : "1729291158746443000.a9eac0a3-bb7c-43be-a97e-f1b3958d34c2", + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.1" + } ] + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.2,HD.3" + } ], + "value" : "Floor" + } ], + "physicalType" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code" : "lvl" + } ] + }, + "partOf" : { + "reference" : "Location/1729291158746352000.e5fc878f-3c1c-474d-9504-c651dbc0b331" + } + } + }, { + "fullUrl" : "Location/1729291158746534000.3cd19c04-bec3-4b1e-ba2e-3f13289884c1", + "resource" : { + "resourceType" : "Location", + "id" : "1729291158746534000.3cd19c04-bec3-4b1e-ba2e-3f13289884c1", + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.1" + } ], + "value" : "A" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.2,HD.3" + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "C" + } ] + }, + "value" : "Point OF Care" + } ], + "physicalType" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", + "_code" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/location-physical-type-poc", + "valueString" : "poc" + } ] + } + } ] + }, + "partOf" : { + "reference" : "Location/1729291158746443000.a9eac0a3-bb7c-43be-a97e-f1b3958d34c2" + } + } + }, { + "fullUrl" : "Location/1729291158746616000.0607e80e-1ec1-45f5-8861-bcd9ca75caea", + "resource" : { + "resourceType" : "Location", + "id" : "1729291158746616000.0607e80e-1ec1-45f5-8861-bcd9ca75caea", + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.1" + } ], + "value" : "1" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.2,HD.3" + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "3" + } ] + }, + "value" : "Room" + } ], + "physicalType" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code" : "ro" + } ] + }, + "partOf" : { + "reference" : "Location/1729291158746534000.3cd19c04-bec3-4b1e-ba2e-3f13289884c1" + } + } + }, { + "fullUrl" : "Location/1729291158746760000.e24b446c-5bda-4542-aabb-d04a01437571", + "resource" : { + "resourceType" : "Location", + "id" : "1729291158746760000.e24b446c-5bda-4542-aabb-d04a01437571", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/pl6-person-location-type", + "valueString" : "R" + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.1" + } ], + "value" : "B" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.2,HD.3" + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "A" + } ] + }, + "value" : "Bed" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "UID4This" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/ei-assigner-organization-type", + "valueString" : "organization" + } ], + "value" : "Comprehensive", + "assigner" : { + "reference" : "Organization/1729291158745373000.e136730d-a978-4ee2-b38d-9cd80cbe874c" + } + } ], + "description" : "Totally A Real Location", + "mode" : "instance", + "physicalType" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code" : "bd" + } ] + }, + "partOf" : { + "reference" : "Location/1729291158746616000.0607e80e-1ec1-45f5-8861-bcd9ca75caea" + } + } + }, { + "fullUrl" : "Organization/1729291158747044000.94e173a6-3244-489e-b58d-ec65b2c03d83", + "resource" : { + "resourceType" : "Organization", + "id" : "1729291158747044000.94e173a6-3244-489e-b58d-ec65b2c03d83", + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.1" + } ], + "value" : "ASSIGNEE" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.2,HD.3" + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0301", + "code" : "UUID" + } ] + }, + "system" : "urn:ietf:rfc:3986", + "value" : "222.1111.22222" + } ] + } + }, { + "fullUrl" : "Location/1729291158747320000.20ca44ca-d5b4-492a-a124-bab78f7f198d", + "resource" : { + "resourceType" : "Location", + "id" : "1729291158747320000.20ca44ca-d5b4-492a-a124-bab78f7f198d", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/pl6-person-location-type", + "valueString" : "location type" + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.1" + } ], + "value" : "Hospital Prio" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.2,HD.3" + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "ISO" + } ] + }, + "value" : "2.4.4.4" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "NAME" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "UNI" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString" : "ISO" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/ei-assigner-organization-type", + "valueString" : "organization" + } ], + "value" : "Entity ID", + "assigner" : { + "reference" : "Organization/1729291158747044000.94e173a6-3244-489e-b58d-ec65b2c03d83" + } + } ], + "status" : "active", + "description" : "Description", + "mode" : "instance", + "physicalType" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code" : "si" + } ] + } + } + }, { + "fullUrl" : "Location/1729291158747527000.add84404-ebf5-43b7-9a4c-fcbed365fd19", + "resource" : { + "resourceType" : "Location", + "id" : "1729291158747527000.add84404-ebf5-43b7-9a4c-fcbed365fd19", + "description" : "Its Temporary", + "mode" : "instance" + } + }, { + "fullUrl" : "Location/1729291158747717000.3aa3d8c3-8d88-4062-87ac-96d709e8d9da", + "resource" : { + "resourceType" : "Location", + "id" : "1729291158747717000.3aa3d8c3-8d88-4062-87ac-96d709e8d9da", + "description" : "Pending Location", + "mode" : "instance" + } + }, { + "fullUrl" : "Location/1729291158747913000.375006a0-e443-4da8-892f-93961957b78d", + "resource" : { + "resourceType" : "Location", + "id" : "1729291158747913000.375006a0-e443-4da8-892f-93961957b78d", + "description" : "Prior Location", + "mode" : "instance" + } + }, { + "fullUrl" : "Organization/1729291158748165000.8e8db3a2-7ead-49cd-8137-111e1d7d43f2", + "resource" : { + "resourceType" : "Organization", + "id" : "1729291158748165000.8e8db3a2-7ead-49cd-8137-111e1d7d43f2", + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.1" + } ], + "value" : "ASSIGNEE" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.2,HD.3" + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0301", + "code" : "UUID" + } ] + }, + "system" : "urn:ietf:rfc:3986", + "value" : "222.1111.22222" + } ] + } + }, { + "fullUrl" : "Location/1729291158748439000.e72f22c5-f524-4591-a3ea-3a428bac395d", + "resource" : { + "resourceType" : "Location", + "id" : "1729291158748439000.e72f22c5-f524-4591-a3ea-3a428bac395d", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/pl6-person-location-type", + "valueString" : "location type" + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.1" + } ], + "value" : "Hospital PriorPending" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.2,HD.3" + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "ISO" + } ] + }, + "value" : "2.4.4.4" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "NAME" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "UNI" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString" : "ISO" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/ei-assigner-organization-type", + "valueString" : "organization" + } ], + "value" : "Entity ID", + "assigner" : { + "reference" : "Organization/1729291158748165000.8e8db3a2-7ead-49cd-8137-111e1d7d43f2" + } + } ], + "status" : "active", + "description" : "Description", + "mode" : "instance", + "physicalType" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code" : "si" + } ] + } + } + }, { + "fullUrl" : "EpisodeOfCare/1729291158748813000.c59d255f-d42b-43d4-8ede-0790a713c636", + "resource" : { + "resourceType" : "EpisodeOfCare", + "id" : "1729291158748813000.c59d255f-d42b-43d4-8ede-0790a713c636", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "PV1.54" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/episode-of-care-name", + "valueString" : "Service Description" + } ], + "identifier" : [ { + "value" : "episode identifier" + } ] + } + }, { + "fullUrl" : "Observation/1729291158910998000.27dcecd6-0296-4d0e-9d34-a9b2cdc172a3", + "resource" : { + "resourceType" : "Observation", + "id" : "1729291158910998000.27dcecd6-0296-4d0e-9d34-a9b2cdc172a3", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString" : "subid" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nature-of-abnormal-test", + "valueId" : "ST" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime" : "2023-09-12T18:08:02-04:00", + "_valueDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20230912180802-0400" + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", + "valueCode" : "30" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension" : [ { + "url" : "OBX.2", + "valueId" : "CWE" + }, { + "url" : "OBX.6", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL79999" + } ], + "code" : "g", + "display" : "gram" + } ] + } + }, { + "url" : "OBX.27", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL79900" + } ], + "code" : "RC", + "display" : "root cause" + } ] + } + }, { + "url" : "OBX.28", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL79900" + } ], + "code" : "LPC", + "display" : "Local Process" + } ] + } + }, { + "url" : "OBX.29", + "valueId" : "QST" + }, { + "url" : "OBX.31", + "valueId" : "31" + }, { + "url" : "OBX.32", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "32", + "display" : "value absent reason" + } ] + } + }, { + "url" : "OBX.33", + "valueIdentifier" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/filler-assigned-identifier", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", + "valueString" : "eip" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "PGN" + } ] + }, + "value" : "33" + } + }, { + "url" : "OBX.9", + "valueString" : "99" + }, { + "url" : "OBX.11", + "valueString" : "F" + }, { + "url" : "OBX.12", + "valueString" : "20000101" + }, { + "url" : "OBX.13", + "valueString" : "user defined" + }, { + "url" : "OBX.17", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "display" : "BD Veritor System for Rapid Detection of SARS-CoV-2" + } ] + } + }, { + "url" : "OBX.18", + "valueReference" : { + "reference" : "Device/1729291158910103000.91225479-ceca-43b2-b057-ba4d4db721da" + } + }, { + "url" : "OBX.20", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70163" + } ], + "system" : "http://terminology.hl7.org/CodeSystem/v2-0163", + "code" : "BE", + "display" : "Bilateral Ears" + } ] + } + }, { + "url" : "OBX.26", + "valueId" : "26" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBX.21" + } ], + "type" : { + "coding" : [ { + "code" : "FILL" + } ] + }, + "value" : "entity id" + } ], + "status" : "final", + "code" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } ], + "system" : "http://loinc.org", + "code" : "80383-3", + "display" : "Flu B" + } ] + }, + "subject" : { + "reference" : "Patient/1729291158722364000.e8c01fe7-7d55-4eaf-b52d-9df910c647ca" + }, + "encounter" : { + "reference" : "Encounter/1729291158748523000.e6b583e7-17ac-422d-a986-97f72ad3bbda" + }, + "effectiveDateTime" : "2023-01-01T00:00:00Z", + "_effectiveDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20230101000000" + } ] + }, + "performer" : [ { + "reference" : "Organization/1729291158911367000.7a49c034-9660-433b-b57b-c3e28f1add68" + }, { + "reference" : "PractitionerRole/1729291158911505000.58d7f57a-a296-4c05-b24a-1e613f552e0f" + }, { + "reference" : "PractitionerRole/1729291158912015000.887b6c87-2497-4a38-945e-807a6c3cb6a9" + } ], + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "SCT" + } ], + "system" : "http://snomed.info/sct", + "code" : "260415000", + "display" : "Not detected" + } ] + }, + "interpretation" : [ { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "UP", + "display" : "Up to you" + } ] + } ], + "note" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension" : [ { + "url" : "NTE.2", + "valueId" : "L" + }, { + "url" : "NTE.7", + "valueString" : "20230202" + }, { + "url" : "NTE.8", + "valueString" : "20230203" + }, { + "url" : "NTE.9", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "CC", + "display" : "This is a coded comment for an observation note" + } ] + } + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "OBX Note" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "RE", + "display" : "Remark" + } ] + } + } ], + "authorReference" : { + "reference" : "Practitioner/1729291158913363000.75217d83-e1ab-44f6-95ec-af347663a462" + }, + "time" : "2023-02-01", + "_time" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20230201" + } ] + }, + "text" : "OBX Note" + } ], + "bodySite" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70163" + } ], + "system" : "http://terminology.hl7.org/CodeSystem/v2-0163", + "code" : "BE", + "display" : "Bilateral Ears" + } ] + }, + "method" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "display" : "BD Veritor System for Rapid Detection of SARS-CoV-2" + } ] + }, + "device" : { + "reference" : "Device/1729291158914164000.6895e08f-76fc-4155-b584-5362fd325e1a" + }, + "referenceRange" : [ { + "text" : "range of a few" + } ] + } + }, { + "fullUrl" : "Device/1729291158910103000.91225479-ceca-43b2-b057-ba4d4db721da", + "resource" : { + "resourceType" : "Device", + "id" : "1729291158910103000.91225479-ceca-43b2-b057-ba4d4db721da", + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "SPTRDEV-001" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.17.840" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "value" : "Device 001" + } ] + } + }, { + "fullUrl" : "Organization/1729291158911367000.7a49c034-9660-433b-b57b-c3e28f1add68", + "resource" : { + "resourceType" : "Organization", + "id" : "1729291158911367000.7a49c034-9660-433b-b57b-c3e28f1add68", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "CLIA" + } ], + "code" : "11D1111111", + "display" : "CSV uploads" + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBX.15" + } ], + "identifier" : [ { + "system" : "CLIA", + "value" : "11D1111111" + } ], + "name" : "CSV uploads" + } + }, { + "fullUrl" : "Practitioner/1729291158911855000.98f68938-0ab1-49a5-8b0f-30c5511db7f5", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1729291158911855000.98f68938-0ab1-49a5-8b0f-30c5511db7f5", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "Quinlen" + } ] + } ], + "identifier" : [ { + "value" : "1" + } ], + "name" : [ { + "family" : "Frances", + "given" : [ "Quinlen" ] + } ] + } + }, { + "fullUrl" : "PractitionerRole/1729291158911505000.58d7f57a-a296-4c05-b24a-1e613f552e0f", + "resource" : { + "resourceType" : "PractitionerRole", + "id" : "1729291158911505000.58d7f57a-a296-4c05-b24a-1e613f552e0f", + "practitioner" : { + "reference" : "Practitioner/1729291158911855000.98f68938-0ab1-49a5-8b0f-30c5511db7f5" + }, + "code" : [ { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/practitioner-role", + "code" : "responsibleObserver" + } ] + } ] + } + }, { + "fullUrl" : "Practitioner/1729291158912293000.d3a1870f-41a5-4bcb-a8d9-8e66238e9465", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1729291158912293000.d3a1870f-41a5-4bcb-a8d9-8e66238e9465", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "Quinlen" + } ] + } ], + "identifier" : [ { + "value" : "1" + } ], + "name" : [ { + "family" : "Mark", + "given" : [ "Quinlen" ] + } ] + } + }, { + "fullUrl" : "Organization/1729291158912791000.80a47615-5d9e-4b9c-8dfa-37f91af387c6", + "resource" : { + "resourceType" : "Organization", + "id" : "1729291158912791000.80a47615-5d9e-4b9c-8dfa-37f91af387c6", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension" : [ { + "url" : "XON.10", + "valueString" : "11D1111111" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "CLIA" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.113883.4.7" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "XX" + } ] + }, + "value" : "11D1111111" + } ], + "name" : "CSV uploads-11D1111111", + "address" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "2 Second Dr" + } ] + } ] + } ], + "line" : [ "2 Second Dr" ], + "state" : "IG", + "postalCode" : "94553", + "country" : "USA" + } ] + } + }, { + "fullUrl" : "PractitionerRole/1729291158912015000.887b6c87-2497-4a38-945e-807a6c3cb6a9", + "resource" : { + "resourceType" : "PractitionerRole", + "id" : "1729291158912015000.887b6c87-2497-4a38-945e-807a6c3cb6a9", + "practitioner" : { + "reference" : "Practitioner/1729291158912293000.d3a1870f-41a5-4bcb-a8d9-8e66238e9465" + }, + "organization" : { + "reference" : "Organization/1729291158912791000.80a47615-5d9e-4b9c-8dfa-37f91af387c6" + }, + "code" : [ { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", + "code" : "MDIR" + } ] + } ] + } + }, { + "fullUrl" : "Practitioner/1729291158913363000.75217d83-e1ab-44f6-95ec-af347663a462", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1729291158913363000.75217d83-e1ab-44f6-95ec-af347663a462", + "identifier" : [ { + "value" : "Bob R.N.A." + } ] + } + }, { + "fullUrl" : "Device/1729291158914164000.6895e08f-76fc-4155-b584-5362fd325e1a", + "resource" : { + "resourceType" : "Device", + "id" : "1729291158914164000.6895e08f-76fc-4155-b584-5362fd325e1a", + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "SPTRDEV-001" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.17.840" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "value" : "Device 001" + } ] + } + }, { + "fullUrl" : "ServiceRequest/1729291158936263000.5f403463-87f3-4c92-9f47-e5f0d48e7186", + "resource" : { + "resourceType" : "ServiceRequest", + "id" : "1729291158936263000.5f403463-87f3-4c92-9f47-e5f0d48e7186", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", + "valueCode" : "RE" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", + "valueString" : "20230725" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/status-modifier", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL79999" + } ], + "code" : "OS", + "display" : "order status" + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/orc-common-order", + "extension" : [ { + "url" : "ORC.5", + "valueString" : "CM" + }, { + "url" : "ORC.6", + "valueString" : "E" + }, { + "url" : "ORC.19", + "valueReference" : { + "reference" : "Practitioner/1729291158920752000.024c5626-05c5-45f7-a14c-30b7c81c7700" + } + }, { + "url" : "orc-21-ordering-facility-name", + "valueReference" : { + "reference" : "Organization/1729291158921164000.d9c2a1ef-fa84-403d-ae73-b9cd9dc7aa6d" + } + }, { + "url" : "orc-22-ordering-facility-address", + "valueAddress" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "111 Street St" + } ] + } ] + } ], + "line" : [ "111 Street St" ], + "city" : "Streetsville", + "state" : "ST" + } + }, { + "url" : "orc-24-ordering-provider-address", + "valueAddress" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "111 Road Rd" + } ] + } ] + } ], + "line" : [ "111 Road Rd" ], + "city" : "Roadsville", + "state" : "RD" + } + }, { + "url" : "ORC.27", + "valueString" : "20260404" + }, { + "url" : "ORC.28", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70177" + } ], + "code" : "EMP", + "display" : "Employee" + } ] + } + }, { + "url" : "ORC.30", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cne-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cne-coding-system", + "valueString" : "HL70483" + } ], + "code" : "EL", + "display" : "Electronic" + } ] + } + }, { + "url" : "ORC.31", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70000" + } ], + "code" : "UMM", + "display" : "Universal Modifier" + } ] + } + }, { + "url" : "ORC.32", + "valueString" : "20250403" + }, { + "url" : "ORC.8", + "valueIdentifier" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "SPHL-000048" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.10765" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString" : "ISO" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/filler-assigned-identifier", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", + "valueString" : "Specimen12333454" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "SPHL-000048" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.10765" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "PGN" + } ] + }, + "value" : "Specimen12333" + } + }, { + "url" : "ORC.10", + "valueReference" : { + "reference" : "Practitioner/1729291158922473000.c533de3e-d2ba-44e0-8b6b-453b1576663e" + } + }, { + "url" : "ORC.11", + "valueReference" : { + "reference" : "Practitioner/1729291158922799000.5359badb-22f7-48ba-9960-6e64b3441c64" + } + }, { + "url" : "orc-12-ordering-provider", + "valueReference" : { + "reference" : "Practitioner/1729291158923141000.1b20e06c-4c1e-45ab-bb17-2a0f784195bd" + } + }, { + "url" : "ORC.13", + "valueReference" : { + "reference" : "Location/1729291158923690000.bce36e37-6828-4d55-ac5e-c84b72ed8864" + } + }, { + "url" : "ORC.15", + "valueString" : "202101021000" + }, { + "url" : "ORC.17", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL79999" + } ], + "code" : "EO", + "display" : "entering org text" + } ] + } + }, { + "url" : "ORC.18", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL79999" + } ], + "code" : "ED", + "display" : "entering device text" + } ] + } + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", + "extension" : [ { + "url" : "OBR.2", + "valueIdentifier" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "Placer Identifier Namespace" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "Placer Universal ID" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "value" : "Placer Identifier" + } + }, { + "url" : "OBR.3", + "valueIdentifier" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "Filler Identifier Namespace" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "Filler Universal ID" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "value" : "Filler Identifier" + } + }, { + "url" : "OBR.20", + "valueString" : "filler1" + }, { + "url" : "OBR.21", + "valueString" : "filler2" + }, { + "url" : "OBR.23", + "extension" : [ { + "url" : "moc-1-1-monetary-amount", + "valueString" : "100" + }, { + "url" : "moc-1-2-monetary-denomination", + "valueString" : "$" + }, { + "url" : "moc-2-charge-code", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "16", + "display" : "code" + } ] + } + } ] + }, { + "url" : "OBR.24", + "valueId" : "OTH" + }, { + "url" : "OBR.25", + "valueId" : "F" + }, { + "url" : "OBR.26", + "extension" : [ { + "url" : "prl-1-parent-observation-identifier", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "444", + "display" : "ParentId" + } ] + } + }, { + "url" : "prl-2-parent-observation-sub-identifier", + "valueString" : "888" + }, { + "url" : "prl-3-parent-observation-descriptor", + "valueString" : "ParentOBSdescriptor" + } ] + }, { + "url" : "OBR.28", + "valueReference" : { + "reference" : "Practitioner/1729291158924936000.f7d9f43a-4887-49ab-8756-ef1d1d1f9e1f" + } + }, { + "url" : "OBR.29", + "valueIdentifier" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "CSV" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "11D1111111" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString" : "CLIA" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/filler-assigned-identifier", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", + "valueString" : "f34b0f57-1601-4480-ae8a-d4006e50f38d" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "Other CSV" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "22D2222222" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString" : "CLIA2" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "PGN" + } ] + }, + "value" : "adb4a5cc-50ec-4f1e-95d7-0c1f77cacee1" + } + }, { + "url" : "OBR.33", + "valueReference" : { + "reference" : "PractitionerRole/1729291158931548000.0a58e2a6-5f45-48e8-8eb7-b8331a7c6350" + } + }, { + "url" : "OBR.10", + "valueReference" : { + "reference" : "Practitioner/1729291158932532000.051e3555-203d-4835-9150-46847e25ffcd" + } + }, { + "url" : "OBR.36", + "valueString" : "20230806123359-0500" + }, { + "url" : "OBR.39", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "4438", + "display" : "Collectors Comment" + } ] + } + }, { + "url" : "OBR.39", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "4438", + "display" : "Collectors Comment2" + } ] + } + }, { + "url" : "OBR.44", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cne-coding", + "valueString" : "coding" + } ], + "code" : "5019", + "display" : "Procedure Code" + } ] + } + }, { + "url" : "obr-45-procedure-code-modifier", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cne-coding", + "valueString" : "coding" + } ], + "code" : "887766", + "display" : "Procedure Code Modifier" + } ] + } + }, { + "url" : "obr-45-procedure-code-modifier", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cne-coding", + "valueString" : "coding" + } ], + "code" : "887766", + "display" : "Procedure Code Modifier2" + } ] + } + }, { + "url" : "OBR.48", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "71435", + "display" : "Medically Necessary Duplicate Procedure" + } ] + } + }, { + "url" : "OBR.49", + "valueString" : "N" + }, { + "url" : "OBR.50", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "443331", + "display" : "Parent Universal Service Identifier" + } ] + } + }, { + "url" : "OBR.53", + "valueIdentifier" : { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString" : "Placer Order" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBR.53" + } ], + "value" : "Alt" + } + }, { + "url" : "OBR.53", + "valueIdentifier" : { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString" : "Placer Order2" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBR.53" + } ], + "value" : "Alt" + } + }, { + "url" : "OBR.54", + "valueIdentifier" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "CSV" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "11D1111111" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString" : "CLIA" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/filler-assigned-identifier", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", + "valueString" : "f34b0f57-1601-4480-ae8a-d4006e50f38d" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "Other CSV" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "22D2222222" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString" : "CLIA2" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "PGN" + } ] + }, + "value" : "adb4a5cc-50ec-4f1e-95d7-0c1f77cacee1" + } + }, { + "url" : "OBR.11", + "valueString" : "G" + }, { + "url" : "OBR.12", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "512", + "display" : "Danger code" + } ] + } + }, { + "url" : "OBR.13", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "relevent info" + } ] + } + }, { + "url" : "OBR.16", + "valueReference" : { + "reference" : "Practitioner/1729291158934431000.fd15a4f2-9549-4ee5-832d-709bc029246a" + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", + "valueContactPoint" : { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString" : "1" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString" : "260" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString" : "7595016" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension" : [ { + "url" : "XTN.2", + "valueString" : "WPN" + }, { + "url" : "XTN.3", + "valueString" : "BP" + }, { + "url" : "XTN.7", + "valueString" : "7595016" + }, { + "url" : "XTN.12", + "valueString" : "+1 260 759 5016" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBR.17" + } ], + "system" : "pager", + "value" : "+1 260 759 5016", + "use" : "work" + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", + "valueContactPoint" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension" : [ { + "url" : "XTN.2", + "valueString" : "WPN" + }, { + "url" : "XTN.3", + "valueString" : "Internet" + }, { + "url" : "XTN.4", + "valueString" : "order.callback@email.com" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBR.17" + } ], + "system" : "email", + "value" : "order.callback@email.com", + "use" : "work" + } + }, { + "url" : "OBR.18", + "valueString" : "placer1" + }, { + "url" : "OBR.19", + "valueString" : "placer2" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "ORC.2" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "SPHL-000048" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.10765" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "PLAC" + } ] + }, + "value" : "Specimen123" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "ORC.3" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "SPHL-000048" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.10765" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "FILL" + } ] + }, + "value" : "Specimen12311" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "ORC.4" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "SPHL-000048" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.10765" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "PGN" + } ] + }, + "value" : "Specimen12322" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "ORC.4" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "SPHL-000048" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.10765" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "FGN" + } ] + }, + "value" : "Specimen12322" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "ORC.33" + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "PLAC" + } ] + }, + "value" : "33" + } ], + "status" : "completed", + "intent" : "order", + "code" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "123", + "display" : "Universal service identifier" + } ] + }, + "orderDetail" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBR.46" + } ], + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "7461", + "display" : "Placer Supplemental" + } ] + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBR.46" + } ], + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "7461", + "display" : "Placer Supplemental2" + } ] + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBR.47" + } ], + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "8811", + "display" : "Fillter Supplemental" + } ] + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBR.47" + } ], + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "8811", + "display" : "Fillter Supplemental2" + } ] + } ], + "subject" : { + "reference" : "Patient/1729291158722364000.e8c01fe7-7d55-4eaf-b52d-9df910c647ca" + }, + "occurrenceDateTime" : "2022-02-02T10:22:00Z", + "_occurrenceDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "202202021022" + } ] + }, + "requester" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", + "valueContactPoint" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension" : [ { + "url" : "XTN.1", + "valueString" : "123" + }, { + "url" : "XTN.4", + "valueString" : "+123" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "ORC.14" + } ], + "system" : "email", + "value" : "123" + } + } ], + "reference" : "PractitionerRole/1729291158917089000.11c90c5e-0ed2-4f77-b6ba-7eedcf0195d9" + }, + "locationCode" : [ { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70482" + } ], + "code" : "I", + "display" : "Inpatient Order" + } ] + } ], + "reasonCode" : [ { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "3216", + "display" : "ReasonForStudy" + } ] + }, { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "3216", + "display" : "ReasonForStudy2" + } ] + } ], + "supportingInfo" : [ { + "reference" : "Observation/1729291158910998000.27dcecd6-0296-4d0e-9d34-a9b2cdc172a3" + } ] + } + }, { + "fullUrl" : "Practitioner/1729291158917713000.cab4cddf-a711-40a0-a063-4ad646ddf375", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1729291158917713000.cab4cddf-a711-40a0-a063-4ad646ddf375", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "ORC.12Name" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "ORC.12" + } ], + "identifier" : [ { + "value" : "93" + } ], + "name" : [ { + "given" : [ "ORC.12Name" ] + } ], + "address" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "111 Road Rd" + } ] + } ] + } ], + "line" : [ "111 Road Rd" ], + "city" : "Roadsville", + "state" : "RD" + } ] + } + }, { + "fullUrl" : "Location/1729291158918001000.d47fb820-ae92-4621-a8e3-b1053ae79193", + "resource" : { + "resourceType" : "Location", + "id" : "1729291158918001000.d47fb820-ae92-4621-a8e3-b1053ae79193", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ], + "identifier" : [ { + "value" : "2.16.840.1.114222.8.7.6.5.4.1" + } ], + "name" : "STARLINKS.CDC.Stag", + "physicalType" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code" : "si" + } ] + } + } + }, { + "fullUrl" : "Organization/1729291158918665000.f64034a5-85f2-407e-bc34-76b5da8e2570", + "resource" : { + "resourceType" : "Organization", + "id" : "1729291158918665000.f64034a5-85f2-407e-bc34-76b5da8e2570", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/name-representation-code", + "valueString" : "A" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension" : [ { + "url" : "XON.10", + "valueString" : "SPHL-000048" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "STARLIMS.CDC.Stag" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.3.3.2.1.2" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference" : { + "reference" : "Location/1729291158918001000.d47fb820-ae92-4621-a8e3-b1053ae79193" + } + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "XX" + } ] + }, + "value" : "SPHL-000048" + } ], + "name" : "CDPH, Viral and Rickettsial Disease Laboratory", + "telecom" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension" : [ { + "url" : "XTN.1", + "valueString" : "456" + }, { + "url" : "XTN.4", + "valueString" : "+456" + } ] + } ], + "system" : "email", + "value" : "456" + } ], + "address" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "111 Street St" + } ] + } ] + } ], + "line" : [ "111 Street St" ], + "city" : "Streetsville", + "state" : "ST" + } ] + } + }, { + "fullUrl" : "PractitionerRole/1729291158917089000.11c90c5e-0ed2-4f77-b6ba-7eedcf0195d9", + "resource" : { + "resourceType" : "PractitionerRole", + "id" : "1729291158917089000.11c90c5e-0ed2-4f77-b6ba-7eedcf0195d9", + "practitioner" : { + "reference" : "Practitioner/1729291158917713000.cab4cddf-a711-40a0-a063-4ad646ddf375" + }, + "organization" : { + "reference" : "Organization/1729291158918665000.f64034a5-85f2-407e-bc34-76b5da8e2570" + } + } + }, { + "fullUrl" : "Practitioner/1729291158920752000.024c5626-05c5-45f7-a14c-30b7c81c7700", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1729291158920752000.024c5626-05c5-45f7-a14c-30b7c81c7700", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "ORC.19Name" + } ] + } ], + "identifier" : [ { + "value" : "60" + } ], + "name" : [ { + "given" : [ "ORC.19Name" ] + } ] + } + }, { + "fullUrl" : "Location/1729291158920994000.1f23c2c7-b4de-418c-8a4c-51530300d30e", + "resource" : { + "resourceType" : "Location", + "id" : "1729291158920994000.1f23c2c7-b4de-418c-8a4c-51530300d30e", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ], + "identifier" : [ { + "value" : "2.16.840.1.114222.8.7.6.5.4.1" + } ], + "name" : "STARLINKS.CDC.Stag", + "physicalType" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code" : "si" + } ] + } + } + }, { + "fullUrl" : "Organization/1729291158921164000.d9c2a1ef-fa84-403d-ae73-b9cd9dc7aa6d", + "resource" : { + "resourceType" : "Organization", + "id" : "1729291158921164000.d9c2a1ef-fa84-403d-ae73-b9cd9dc7aa6d", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/name-representation-code", + "valueString" : "A" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension" : [ { + "url" : "XON.10", + "valueString" : "SPHL-000048" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "STARLIMS.CDC.Stag" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.3.3.2.1.2" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference" : { + "reference" : "Location/1729291158920994000.1f23c2c7-b4de-418c-8a4c-51530300d30e" + } + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "XX" + } ] + }, + "value" : "SPHL-000048" + } ], + "name" : "CDPH, Viral and Rickettsial Disease Laboratory" + } + }, { + "fullUrl" : "Practitioner/1729291158922473000.c533de3e-d2ba-44e0-8b6b-453b1576663e", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1729291158922473000.c533de3e-d2ba-44e0-8b6b-453b1576663e", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "ORC.10Name" + } ] + } ], + "identifier" : [ { + "value" : "71" + } ], + "name" : [ { + "given" : [ "ORC.10Name" ] + } ] + } + }, { + "fullUrl" : "Practitioner/1729291158922799000.5359badb-22f7-48ba-9960-6e64b3441c64", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1729291158922799000.5359badb-22f7-48ba-9960-6e64b3441c64", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "ORC.11Name" + } ] + } ], + "identifier" : [ { + "value" : "82" + } ], + "name" : [ { + "given" : [ "ORC.11Name" ] + } ] + } + }, { + "fullUrl" : "Practitioner/1729291158923141000.1b20e06c-4c1e-45ab-bb17-2a0f784195bd", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1729291158923141000.1b20e06c-4c1e-45ab-bb17-2a0f784195bd", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "ORC.12Name" + } ] + } ], + "identifier" : [ { + "value" : "93" + } ], + "name" : [ { + "given" : [ "ORC.12Name" ] + } ] + } + }, { + "fullUrl" : "Location/1729291158923548000.01d5590c-8270-4b72-b3c6-37d52d174108", + "resource" : { + "resourceType" : "Location", + "id" : "1729291158923548000.01d5590c-8270-4b72-b3c6-37d52d174108", + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.1" + } ], + "value" : "12.12.12" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.2,HD.3" + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "L" + } ] + }, + "value" : "enter location id" + } ], + "physicalType" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", + "_code" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/location-physical-type-poc", + "valueString" : "poc" + } ] + } + } ] + } + } + }, { + "fullUrl" : "Location/1729291158923690000.bce36e37-6828-4d55-ac5e-c84b72ed8864", + "resource" : { + "resourceType" : "Location", + "id" : "1729291158923690000.bce36e37-6828-4d55-ac5e-c84b72ed8864", + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.1" + } ], + "value" : "12.12.12" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.2,HD.3" + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "L" + } ] + }, + "value" : "enter location id" + } ], + "mode" : "instance", + "physicalType" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", + "_code" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/location-physical-type-poc", + "valueString" : "poc" + } ] + } + } ] + }, + "partOf" : { + "reference" : "Location/1729291158923548000.01d5590c-8270-4b72-b3c6-37d52d174108" + } + } + }, { + "fullUrl" : "Practitioner/1729291158924936000.f7d9f43a-4887-49ab-8756-ef1d1d1f9e1f", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1729291158924936000.f7d9f43a-4887-49ab-8756-ef1d1d1f9e1f", + "identifier" : [ { + "value" : "1" + } ], + "name" : [ { + "family" : "result", + "_family" : { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", + "valueString" : "VAN" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name", + "valueString" : "copiesto" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", + "valueString" : "VAL" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", + "valueString" : "NotSoJollyROGER" + } ] + } + } ] + } + }, { + "fullUrl" : "Practitioner/1729291158925581000.1c33c538-0576-485b-ad9d-06b8150ba604", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1729291158925581000.1c33c538-0576-485b-ad9d-06b8150ba604", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cnn-practitioner", + "extension" : [ { + "url" : "CNN.3", + "valueString" : "Results Interpreter" + }, { + "url" : "CNN.4", + "valueString" : "S" + }, { + "url" : "CNN.5", + "valueString" : "ESQ" + }, { + "url" : "CNN.7", + "valueString" : "MD" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "Assigning Authority" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.1.4.1" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "value" : "123" + } ], + "name" : [ { + "family" : "Assistant", + "given" : [ "Results Interpreter", "S" ], + "prefix" : [ "DR" ], + "suffix" : [ "ESQ", "MD" ] + } ] + } + }, { + "fullUrl" : "Location/1729291158926027000.dee5bea7-5a46-4d21-821a-4bf064becb60", + "resource" : { + "resourceType" : "Location", + "id" : "1729291158926027000.dee5bea7-5a46-4d21-821a-4bf064becb60", + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.1" + } ], + "value" : "Hospital A" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.2,HD.3" + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "ISO" + } ] + }, + "value" : "2.16.840.1.113883.9.11" + } ], + "status" : "active", + "mode" : "instance", + "physicalType" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code" : "si" + } ] + } + } + }, { + "fullUrl" : "Location/1729291158930548000.af295f16-53b5-4748-b98a-562de34612cd", + "resource" : { + "resourceType" : "Location", + "id" : "1729291158930548000.af295f16-53b5-4748-b98a-562de34612cd", + "identifier" : [ { + "value" : "Building 123" + } ], + "status" : "active", + "mode" : "instance", + "physicalType" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code" : "bu" + } ] + } + } + }, { + "fullUrl" : "Location/1729291158930874000.8b958775-eb86-426e-beff-0ab25bcd1849", + "resource" : { + "resourceType" : "Location", + "id" : "1729291158930874000.8b958775-eb86-426e-beff-0ab25bcd1849", + "identifier" : [ { + "value" : "Point of Care" + } ], + "status" : "active", + "mode" : "instance", + "physicalType" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", + "_code" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/location-physical-type-poc", + "valueString" : "poc" + } ] + } + } ] + } + } + }, { + "fullUrl" : "Location/1729291158931094000.0c7579ad-e3cb-4868-bb29-a9ade5bcd506", + "resource" : { + "resourceType" : "Location", + "id" : "1729291158931094000.0c7579ad-e3cb-4868-bb29-a9ade5bcd506", + "identifier" : [ { + "value" : "Floor A" + } ], + "status" : "active", + "mode" : "instance", + "physicalType" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code" : "lvl" + } ] + } + } + }, { + "fullUrl" : "Location/1729291158931277000.14b089ea-b623-406c-a101-c2ad4674f37f", + "resource" : { + "resourceType" : "Location", + "id" : "1729291158931277000.14b089ea-b623-406c-a101-c2ad4674f37f", + "identifier" : [ { + "value" : "Room 101" + } ], + "status" : "active", + "mode" : "instance", + "physicalType" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code" : "ro" + } ] + } + } + }, { + "fullUrl" : "Location/1729291158931473000.923f8586-db44-42a2-b826-9443f81b36ab", + "resource" : { + "resourceType" : "Location", + "id" : "1729291158931473000.923f8586-db44-42a2-b826-9443f81b36ab", + "identifier" : [ { + "value" : "Bed A" + } ], + "status" : "active", + "mode" : "instance", + "physicalType" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code" : "bd" + } ] + } + } + }, { + "fullUrl" : "PractitionerRole/1729291158931548000.0a58e2a6-5f45-48e8-8eb7-b8331a7c6350", + "resource" : { + "resourceType" : "PractitionerRole", + "id" : "1729291158931548000.0a58e2a6-5f45-48e8-8eb7-b8331a7c6350", + "period" : { + "start" : "2023-04-01T10:25:31-04:00", + "_start" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20230401102531-0400" + } ] + }, + "end" : "2023-05-01T10:25:31-04:00", + "_end" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20230501102531-0400" + } ] + } + }, + "practitioner" : { + "reference" : "Practitioner/1729291158925581000.1c33c538-0576-485b-ad9d-06b8150ba604" + }, + "location" : [ { + "reference" : "Location/1729291158926027000.dee5bea7-5a46-4d21-821a-4bf064becb60" + }, { + "reference" : "Location/1729291158930548000.af295f16-53b5-4748-b98a-562de34612cd" + }, { + "reference" : "Location/1729291158930874000.8b958775-eb86-426e-beff-0ab25bcd1849" + }, { + "reference" : "Location/1729291158931094000.0c7579ad-e3cb-4868-bb29-a9ade5bcd506" + }, { + "reference" : "Location/1729291158931277000.14b089ea-b623-406c-a101-c2ad4674f37f" + }, { + "reference" : "Location/1729291158931473000.923f8586-db44-42a2-b826-9443f81b36ab" + } ] + } + }, { + "fullUrl" : "Practitioner/1729291158932532000.051e3555-203d-4835-9150-46847e25ffcd", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1729291158932532000.051e3555-203d-4835-9150-46847e25ffcd", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "AssigningSystem" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "LUDWIG" + }, { + "url" : "XCN.4", + "valueString" : "B" + }, { + "url" : "XCN.5", + "valueString" : "2ND" + }, { + "url" : "XCN.7", + "valueString" : "MD" + }, { + "url" : "XCN.8", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "SRC" + } ] + } + }, { + "url" : "XCN.10", + "valueString" : "B" + }, { + "url" : "XCN.15", + "valueString" : "A" + }, { + "url" : "XCN.16", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "NameContext" + } ] + } + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString" : "A" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode" : "NPI" + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "DL" + } ] + }, + "system" : "urn:oid:AssigningSystem", + "value" : "1" + } ], + "name" : [ { + "use" : "official", + "family" : "Collector", + "_family" : { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", + "valueString" : "VAN" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name", + "valueString" : "Identifier" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", + "valueString" : "VAL" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", + "valueString" : "ROGER" + } ] + }, + "given" : [ "LUDWIG", "B" ], + "prefix" : [ "DR" ], + "suffix" : [ "2ND", "MD" ] + } ] + } + }, { + "fullUrl" : "Practitioner/1729291158934431000.fd15a4f2-9549-4ee5-832d-709bc029246a", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1729291158934431000.fd15a4f2-9549-4ee5-832d-709bc029246a", + "identifier" : [ { + "value" : "1" + } ], + "name" : [ { + "family" : "Ordering", + "_family" : { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", + "valueString" : "VAN" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name", + "valueString" : "Provider" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", + "valueString" : "VAL" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", + "valueString" : "JollyROGER" + } ] + } + } ] + } + } ] +} \ No newline at end of file diff --git a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/ormo01/orm_o01-full.hl7 b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/ormo01/orm_o01-full.hl7 new file mode 100644 index 00000000000..44981ed2f2f --- /dev/null +++ b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/ormo01/orm_o01-full.hl7 @@ -0,0 +1,10 @@ +MSH|^~\&|OrderingFacilityApplicationName^2.16.840.1.114222.XXX^ISO|OrderingFacilityName^2.16.840.1.114222.XXX^ISO|txdshslabNBS^2.16.840.1.114222.4.1.181960.2^ISO|txdshslab^2.16.840.1.114222.4.1.181960^ISO|20190720091229|msh8placeholder|ORM^O01^ORM_O01|0123|P^A|2.5.1|42|msh14placeholder|AL|AL|FR|UNICODE UTF-8|ENG^English^ISO^altE^altEnglish^altISO^131^313^originaltext^2ndalt^Second Alt|UNICODE UTF-16|PHLabReport-NoAck^PHIN^2.16.840.1.113883.9.11^ISO|Sending Responsible Org^1357-9&SomeText&LN&2468-5&SomeAltText&LN&1&2&OriginalText^1111^9^BCV^The Authority&4.2.8.2&ISO^BC^Clinic A&1.8.440.1.1138.9.22&ISO^NameRepCode1^OrgIdentifier2|Receiving Responsible Org^1133-5&SomeOtherText&LN&1298-7&SomeOtherAltText&LN&1&2&TheOriginalText^5555^8^CCTV^An Authority&45.24.167.43&ISO^BCVan^Clinic B&10.10.40.10.11380.90.22&ISO^NameRepCode2^OrgIdentifier3|SendingNetworkAddress^1.23.987.1.114222.XXX^ISO|ReceivingNetworkAddress^9.87.123.1.114222.XXX^ISO +PID|1||Patidlist^forty^123^STARLIMS.CDC.Stag&2.16.840.1.114222.4.3.3.2.1.2&ISO^PI^STARLINKED.CDC.Stag&2.16.840.1.114222.9.8.7.6.3.2&ISO^20210113^20211230^IX&Ninth&HL7123^X&Tenth&HL7123~PID123^^^SPHL-000048&2.16.840.1.114222.4.1.10765&ISO^PI||Mega&Mr&MrOwnMega&Mrs&MrsOwn^HL7^MI^V^DR^BCN^L^Naaame^C&Name Context&HL7444^Yes^G^19900503^20030503^Prof|Mind^FHIR^WI^^^^L|1640|F^Female^HL70001||2106-3^White^HL70005|123 Main St^Altxad^AnyTown^IG^95802^USA^H^MahHome^ThoCo^Census^A^2020&2024^2022^2027^^^^^MrSir||12345^PRS^CP^real@example.com^1^713^5553861^1^himom^^4^17135553862^1999^2000^^^^7|9865^EMR^SAT^alsoreal@exmaple.com^1^281^5553861|E^English^HL70296|P^Domestic Partnet^HL70002|AGN^Agnostic^HL70006|32|||maybe|U^Uknown^HL70189|Bayou|Y|11|USA^United States^HL70171|NA^Not Applicable^HL70172|A^American^HL70212|2031|Y|N|AL^Alias^HL70445|202408211138|RSDT^0.0.0.1.1138^ISO|D^Dog^HL70446|||RA^Racing^HL70429|N^None^HL70171|40 +PD1|C^Small Children Dependent^HL70223^M^Medical Supervision Required^HL70223^2.5.1^4^TEST^M^Medical Supervision Required^HL70223^2.5.1^8.44.235.1.113883.3.3~O^Other^HL70223^U^Unknown^HL70223^2.5.1^4^TEST^M^Medical Supervision Required^HL70223^2.5.1^8.44.235.1.113883.3.3|A^Alone^HL70220^F^Family^HL70220^2.5.1^4^TEST^F^Family^HL70220^2.5.1^8.44.235.1.113883.3.3|Receiving Responsible Org^1133-5&SomeOtherText&LN&1298-7&SomeOtherAltText&LN&1&2&TheOriginalText^5555^8^CCTV^An Authority&45.24.167.43&ISO^BCVan^Clinic B&10.10.40.10.11380.90.22&ISO^NameRepCode2^OrgIdentifier3||F^Full-time student^HL70231^N^Not a student^HL70231^2.5.1^4^TEST^N^Not a student^HL70231^2.5.1^8.44.235.1.113883.3.3|T^TEST^HL70295^P^Prod^HL70295^2.5.1^4^TEST^D^Debug^HL70295^2.5.1^8.44.235.1.113883.3.3|F^Yes, patient has a living will but it is not on file^HL70315^I^No, patient does not have a living will but information was provided^HL70315^2.5.1^4^TEST^U^Unknown^HL70315^2.5.1^8.44.235.1.113883.3.3|F^Yes, patient is a documented donor, but documentation is not on file^HL70316^I^No, patient is not a documented donor, but information was provided^HL70316^2.5.1^4^TEST^U^Unknown^HL70316^2.5.1^8.44.235.1.113883.3.3|N|18547545^^^NIST MPI&2.16.840.1.113883.3.72.5.30.2&ISO^MR^University H&2.16.840.1.113883.3.0&ISO~111111111^^^SSN&2.16.840.1.113883.4.1&ISO^SS^SSA&2.16.840.1.113883.3.184&ISO|F^Family only^HL70215^N^No Publicity^HL70215^2.5.1^4^TEST^U^Unknown^HL70215^2.5.1^8.44.235.1.113883.3.3|N|20230501102531-0400|1st Ordering Facility^1234-5&TestText&LN&1234-5&TestAltText&LN&1&2&OriginalText^123^Check Digit^C1^Assigning Authority&2.1.4.1&ISO^MD^Hospital A&2.16.840.1.113883.9.11&ISO^NameRepCode^1st OrgIdentifier~2nd Ordering Facility^1234-5&TestText&LN&1234-5&TestAltText&LN&1&2&OriginalText^123^Check Digit^C1^Assigning Authority&2.1.4.1&ISO^MD^Hospital A&2.16.840.1.113883.9.11&ISO^NameRepCode^2nd OrgIdentifier|DNR^Do not resuscitate^HL70435^N^No directive^HL70435^2.5.1^4^TEST^N^No directive^HL70435^2.5.1^8.44.235.1.113883.3.3~DNR^Do not resuscitate^HL70435^N^No directive^HL70435^2.5.1^4^TEST^N^No directive^HL70435^2.5.1^8.44.235.1.113883.3.3|A^Active^HL70441^I^Inactive^HL70441^2.5.1^4^TEST^O^Other^HL70441^2.5.1^8.44.235.1.113883.3.3|20230501102532-0400|20230501102533-0400|AUSA^Australian Army^HL70140^AUSFA^Australian Air Force^HL70140^2.5.1^4^TEST^AUSN^Australian Navy^HL70140^2.5.1^8.44.235.1.113883.3.3|E1... E9^Enlisted^HL70141^O1 ... O9^Officers^HL70141^2.5.1^4^TEST^W1 ... W4^Warrent Officers^HL70141^2.5.1^8.44.235.1.113883.3.3|ACT^Active duty^HL70142^DEC^Deceased^HL70142^2.5.1^4^TEST^RET^Retired^HL70142^2.5.1^8.44.235.1.113883.3.3|20230501102531-0400 +NTE|1|L|Accession level coment.|RE^Remark^HL70364^z^x^y^2.5.1^a^b|Bob R.N.|20230531|20230601|20350201|CC^Coded comment for patient note +PV1|1|O|A&Point OF Care&C^1&Room&3^B&Bed&A^Hospital Assigned&2.4.4.4&ISO^^R^&Building^&Floor^Totally A Real Location^Comprehensive&&UID4This^AA&AssigningAUTH&ISO|R^Routine^HL70007|232323|^^^Hospital Prio&2.4.4.4&ISO^active^location type^^^Description^Entity ID&NAME&UNI&ISO^ASSIGNEE&222.1111.22222&UUID|1^BEETHOVEN^LUDWIG^B^2ND^DR^MD^^Namespace&AssigningSystem&UUID^B^^^DL^^^^^^^^MD|1^MOZART|1^CHOPIN|URO^Urology Service^HL70069|^^^^^^^^Its Temporary|P^Passed^HL70087|R^Re-admission^HL70092|RL^Real Life^HL70023||VIP^Very Interesting Person^HL70099|1^BACH|H^Human Patient^HL70018|22|||||||||||20020101|C^Collectors^HL70021|1|0|Y^Yes^HL70111|20080101|H^Happy^HL70112|^202305061200|F^Fed^HL70114|H^A Hospital Of Course^HL70115||A^Active^HL70117|^^^^^^^^Pending Location|^^^^^^^^Prior Location|20240801102531-0400|20240801102531-0400|100|199|142|130|alternate visit|A^Account Level^HL70326||Service Description|episode identifier +PV2|^^^Hospital PriorPending&2.4.4.4&ISO^active^location type^^^Description^Entity ID&NAME&UNI&ISO^ASSIGNEE&222.1111.22222&UUID||1^AD||||413^V~423^X|20230601102531-0400|20230701102531-0400|5|12|Description|1^BEETHOVEN&VAN&Referral Source Code1&VAL&ROGER^LUDWIG^B^2ND^DR^MD^SRC^&AssigningSystem&ISO^B^A^NPI^DL^^A^NameContext^^G^20220501102531-0400^20230501102531-0400^MD^AssignJ^AssignA~1^BEETHOVEN&VAN&Referral Source Code2&VAL&ROGER^LUDWIG^B^2ND^DR^MD^SRC^&AssigningSystem&ISO^B^A^NPI^DL^^A^NameContext^^G^20220501102531-0400^20230501102531-0400^MD^AssignJ^AssignA||EMP_ILL||||||100^PublicCode|SEC|Org1^1234-5&TestText&LN&1234-5&TestAltText&LN&1&2&OriginalText^123^Check Digit^C1^Assigning Authority&2.1.4.1&ISO^MD^Hospital A&2.16.840.1.113883.9.11&ISO~Org2^1234-5&TestText&LN&1234-5&TestAltText&LN&1&2&OriginalText^123^Check Digit^C1^Assigning Authority&2.1.4.1&ISO^MD^Hospital A&2.16.840.1.113883.9.11&ISO||3^Elective^HL70217|20230501102531-0400|||20220501102531-0400|||||||||444^MODE||123^CARELEVEL1 +ORC|RE|Specimen123^SPHL-000048^2.16.840.1.114222.4.1.10765^ISO|Specimen12311^SPHL-000048^2.16.840.1.114222.4.1.10765^ISO|Specimen12322^SPHL-000048^2.16.840.1.114222.4.1.10765^ISO|CM|E||Specimen12333&SPHL-000048&2.16.840.1.114222.4.1.10765&ISO^Specimen12333454&SPHL-000048&2.16.840.1.114222.4.1.10765&ISO|20230725|71^^ORC.10Name|82^^ORC.11Name|93^^ORC.12Name|12.12.12&enter location id&L|123^^^+123|202101021000||EO^entering org text^HL79999|ED^entering device text^HL79999|60^^ORC.19Name||CDPH, Viral and Rickettsial Disease Laboratory^^^^^STARLIMS.CDC.Stag&2.16.840.1.114222.4.3.3.2.1.2&ISO^XX^STARLINKS.CDC.Stag&2.16.840.1.114222.8.7.6.5.4.1&ISO^A^SPHL-000048|111 Street St^^Streetsville^ST|456^^^+456|111 Road Rd^^Roadsville^RD|OS^order status^HL79999||20260404|EMP^Employee^HL70177|I^Inpatient Order^HL70482|EL^Electronic^HL70483|UMM^Universal Modifier^HL70000|20250403|33 +OBR|1|Placer Identifier^Placer Identifier Namespace^Placer Universal ID^ISO|Filler Identifier^Filler Identifier Namespace^Filler Universal ID^ISO|123^Universal service identifier||202202021022||||1^Collector&VAN&Identifier&VAL&ROGER^LUDWIG^B^2ND^DR^MD^SRC^&AssigningSystem&ISO^B^A^NPI^DL^^A^NameContext|G|512^Danger code|relevent info|||1^Ordering&VAN&Provider&VAL&JollyROGER|^WPN^BP^^1^260^7595016^^^^^+1 260 759 5016~^WPN^Internet^order.callback@email.com|placer1|placer2|filler1|filler2||100&$^16&code|OTH|F|444&ParentId^888^ParentOBSdescriptor||1^result&VAN&copiesto&VAL&NotSoJollyROGER|adb4a5cc-50ec-4f1e-95d7-0c1f77cacee1&CSV&11D1111111&CLIA^f34b0f57-1601-4480-ae8a-d4006e50f38d&Other CSV&22D2222222&CLIA2||3216^ReasonForStudy~3216^ReasonForStudy2||123&Assistant&Results Interpreter&S&ESQ&DR&MD&&Assigning Authority&2.1.4.1&ISO^20230401102531-0400^20230501102531-0400^Point of Care^Room 101^Bed A^Hospital A&2.16.840.1.113883.9.11&ISO^active^^Building 123^Floor A|||20230806123359-0500|||4438^Collectors Comment~4438^Collectors Comment2|||||5019^Procedure Code|887766^Procedure Code Modifier~887766^Procedure Code Modifier2|7461^Placer Supplemental~7461^Placer Supplemental2|8811^Fillter Supplemental~8811^Fillter Supplemental2|71435^Medically Necessary Duplicate Procedure|N|443331^Parent Universal Service Identifier|||Alt^Placer Order~Alt^Placer Order2|adb4a5cc-50ec-4f1e-95d7-0c1f77cacee1&CSV&11D1111111&CLIA^f34b0f57-1601-4480-ae8a-d4006e50f38d&Other CSV&22D2222222&CLIA2 +OBX|1|CWE|80383-3^Flu B^LN|subid|260415000^Not detected^SCT|g^gram^HL79999|range of a few|UP^Up to you|99|ST|F|20000101|user defined|20230101000000|11D1111111^CSV uploads^CLIA|1^Frances^Quinlen|^BD Veritor System for Rapid Detection of SARS-CoV-2|Device 001^SPTRDEV-001^2.17.840^ISO|20230912180802-0400|BE^Bilateral Ears^HL70163|entity id||CSV uploads-11D1111111^^^^^CLIA&2.16.840.1.113883.4.7&ISO^XX^^^11D1111111|2 Second Dr^^^IG^94553^USA|1^Mark^Quinlen|26|RC^root cause^HL79900|LPC^Local Process^HL79900|QST|30|31|32^value absent reason|33^eip +NTE|1|L|OBX Note|RE^Remark|Bob R.N.A.|20230201|20230202|20230203|CC^This is a coded comment for an observation note \ No newline at end of file From 0dd2fa8d1dc043b8f291242a7b726f9c5c0406dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 07:11:41 +0000 Subject: [PATCH 13/61] Bump ca.uhn.hapi.fhir:org.hl7.fhir.r4 in /prime-router Bumps ca.uhn.hapi.fhir:org.hl7.fhir.r4 from 6.3.24 to 6.4.0. --- updated-dependencies: - dependency-name: ca.uhn.hapi.fhir:org.hl7.fhir.r4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- prime-router/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prime-router/build.gradle.kts b/prime-router/build.gradle.kts index 267caf5989d..a79835e88de 100644 --- a/prime-router/build.gradle.kts +++ b/prime-router/build.gradle.kts @@ -904,7 +904,7 @@ dependencies { implementation("ca.uhn.hapi.fhir:hapi-fhir-client:7.4.2") // pin implementation("ca.uhn.hapi.fhir:org.hl7.fhir.utilities:6.3.29") - implementation("ca.uhn.hapi.fhir:org.hl7.fhir.r4:6.3.24") + implementation("ca.uhn.hapi.fhir:org.hl7.fhir.r4:6.4.0") implementation("ca.uhn.hapi:hapi-base:2.5.1") implementation("ca.uhn.hapi:hapi-structures-v251:2.5.1") implementation("ca.uhn.hapi:hapi-structures-v27:2.5.1") From c51268bf4cb5943d1453a613374438e7fda03d95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 07:11:47 +0000 Subject: [PATCH 14/61] Bump ca.uhn.hapi.fhir:org.hl7.fhir.utilities in /prime-router Bumps ca.uhn.hapi.fhir:org.hl7.fhir.utilities from 6.3.29 to 6.4.0. --- updated-dependencies: - dependency-name: ca.uhn.hapi.fhir:org.hl7.fhir.utilities dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- prime-router/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prime-router/build.gradle.kts b/prime-router/build.gradle.kts index 267caf5989d..1a1820316e0 100644 --- a/prime-router/build.gradle.kts +++ b/prime-router/build.gradle.kts @@ -903,7 +903,7 @@ dependencies { implementation("ca.uhn.hapi.fhir:hapi-fhir-caching-caffeine:7.4.2") implementation("ca.uhn.hapi.fhir:hapi-fhir-client:7.4.2") // pin - implementation("ca.uhn.hapi.fhir:org.hl7.fhir.utilities:6.3.29") + implementation("ca.uhn.hapi.fhir:org.hl7.fhir.utilities:6.4.0") implementation("ca.uhn.hapi.fhir:org.hl7.fhir.r4:6.3.24") implementation("ca.uhn.hapi:hapi-base:2.5.1") implementation("ca.uhn.hapi:hapi-structures-v251:2.5.1") From 3113bc53efa1a62acbfaeba74fbdc871f69f6f1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 08:18:27 +0000 Subject: [PATCH 15/61] Bump org.springframework.boot from 3.3.4 to 3.3.5 in /auth Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.3.4 to 3.3.5. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.4...v3.3.5) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- auth/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/build.gradle.kts b/auth/build.gradle.kts index e6d82c00810..4527efc9d34 100644 --- a/auth/build.gradle.kts +++ b/auth/build.gradle.kts @@ -1,7 +1,7 @@ apply(from = rootProject.file("buildSrc/shared.gradle.kts")) plugins { - id("org.springframework.boot") version "3.3.4" + id("org.springframework.boot") version "3.3.5" id("io.spring.dependency-management") version "1.1.6" id("reportstream.project-conventions") kotlin("plugin.spring") version "2.0.0" From 10a512bab21af479459215260489b16e445938e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 08:37:29 +0000 Subject: [PATCH 16/61] Bump org.springframework.boot from 3.3.4 to 3.3.5 in /submissions Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.3.4 to 3.3.5. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.4...v3.3.5) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- submissions/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submissions/build.gradle.kts b/submissions/build.gradle.kts index 8c96e222de5..d1c2631a40a 100644 --- a/submissions/build.gradle.kts +++ b/submissions/build.gradle.kts @@ -1,7 +1,7 @@ apply(from = rootProject.file("buildSrc/shared.gradle.kts")) plugins { - id("org.springframework.boot") version "3.3.4" + id("org.springframework.boot") version "3.3.5" id("io.spring.dependency-management") version "1.1.6" id("reportstream.project-conventions") kotlin("plugin.spring") version "2.0.20" From d7551d356350e1912eb7716e91610f97d7867761 Mon Sep 17 00:00:00 2001 From: Michael Kalish Date: Fri, 1 Nov 2024 15:35:22 -0400 Subject: [PATCH 17/61] 16148: send reports from the submissions directly to FHIR Convert (#16339) * 16148: send reports from the submissions directly to FHIR Convert * fixup! 16148: send reports from the submissions directly to FHIR Convert * 16148: delete old FHIR receiver code * fixup! 16148: send reports from the submissions directly to FHIR Convert * fixup! 16148: send reports from the submissions directly to FHIR Convert * fixup! 16148: send reports from the submissions directly to FHIR Convert * fixup! 16148: send reports from the submissions directly to FHIR Convert * fixup! 16148: send reports from the submissions directly to FHIR Convert * fixup! 16148: send reports from the submissions directly to FHIR Convert * fixup! 16148: send reports from the submissions directly to FHIR Convert --- .../event/ReportStreamEventService.kt | 171 ++-- .../main/kotlin/cli/ProcessFhirCommands.kt | 140 ++- .../kotlin/fhirengine/azure/FHIRFunctions.kt | 85 +- .../kotlin/fhirengine/engine/FHIRConverter.kt | 196 +++- .../engine/FHIRDestinationFilter.kt | 4 +- .../kotlin/fhirengine/engine/FHIREngine.kt | 47 +- .../kotlin/fhirengine/engine/FHIRReceiver.kt | 379 -------- .../fhirengine/engine/FHIRReceiverFilter.kt | 5 +- .../fhirengine/engine/FHIRTranslator.kt | 4 +- .../engine/PrimeRouterQueueMessage.kt | 4 +- .../test/kotlin/azure/ActionHistoryTests.kt | 24 +- .../test/kotlin/azure/FHIRFunctionsTests.kt | 16 +- .../event/ReportEventServiceTest.kt | 2 +- .../common/UniversalPipelineTestUtils.kt | 11 +- .../azure/FHIRConverterIntegrationTests.kt | 314 ++++++- .../FHIRDestinationFilterIntegrationTests.kt | 10 +- .../FHIRReceiverFilterIntegrationTests.kt | 10 +- .../azure/FHIRReceiverIntegrationTests.kt | 881 ------------------ .../azure/FHIRTranslatorIntegrationTests.kt | 10 +- .../fhirengine/engine/FHIRReceiverTests.kt | 273 ------ .../fhirengine/engine/FhirConverterTests.kt | 47 +- .../engine/FhirDestinationFilterTests.kt | 3 +- .../prime/reportstream/shared/QueueMessage.kt | 4 +- .../src/main/resources/application.yml | 2 +- 24 files changed, 913 insertions(+), 1729 deletions(-) delete mode 100644 prime-router/src/main/kotlin/fhirengine/engine/FHIRReceiver.kt delete mode 100644 prime-router/src/test/kotlin/fhirengine/azure/FHIRReceiverIntegrationTests.kt delete mode 100644 prime-router/src/test/kotlin/fhirengine/engine/FHIRReceiverTests.kt diff --git a/prime-router/src/main/kotlin/azure/observability/event/ReportStreamEventService.kt b/prime-router/src/main/kotlin/azure/observability/event/ReportStreamEventService.kt index 42509ce0748..36ae8a908f7 100644 --- a/prime-router/src/main/kotlin/azure/observability/event/ReportStreamEventService.kt +++ b/prime-router/src/main/kotlin/azure/observability/event/ReportStreamEventService.kt @@ -1,7 +1,6 @@ package gov.cdc.prime.router.azure.observability.event import gov.cdc.prime.router.Report -import gov.cdc.prime.router.ReportId import gov.cdc.prime.router.Topic import gov.cdc.prime.router.azure.DatabaseAccess import gov.cdc.prime.router.azure.db.enums.TaskAction @@ -22,18 +21,28 @@ import java.util.UUID */ interface IReportStreamEventService { + /** + * Sends any events that have been queued up if the client specified sending them can be deferred. + * + * This is useful in contexts where the events should only be sent after all the business logic has + * executed and the DB transaction has been committed. + */ + fun sendQueuedEvents() + /** * Creates a report event from an [Report] * * @param eventName the business event value from [ReportStreamEventName] * @param childReport the report that is getting emitted from the pipeline step * @param pipelineStepName the pipeline step that is emitting the event + * @param shouldQueue whether to send the event immediately or defer it to be sent later * @param initializer additional data to initialize the creation of the event. See [AbstractReportStreamEventBuilder] */ fun sendReportEvent( eventName: ReportStreamEventName, childReport: Report, pipelineStepName: TaskAction, + shouldQueue: Boolean = false, initializer: ReportStreamReportEventBuilder.() -> Unit, ) @@ -43,12 +52,14 @@ interface IReportStreamEventService { * @param eventName the business event value from [ReportStreamEventName] * @param childReport the report that is getting emitted from the pipeline step * @param pipelineStepName the pipeline step that is emitting the event + * @param shouldQueue whether to send the event immediately or defer it to be sent later * @param initializer additional data to initialize the creation of the event. See [AbstractReportStreamEventBuilder] */ fun sendReportEvent( eventName: ReportStreamEventName, childReport: ReportFile, pipelineStepName: TaskAction, + shouldQueue: Boolean = false, initializer: ReportStreamReportEventBuilder.() -> Unit, ) @@ -59,6 +70,7 @@ interface IReportStreamEventService { * @param childReport the report that is getting emitted from the pipeline step * @param pipelineStepName the pipeline step that is emitting the event * @param error the error description + * @param shouldQueue whether to send the event immediately or defer it to be sent later * @param initializer additional data to initialize the creation of the event. See [AbstractReportStreamEventBuilder] */ fun sendReportProcessingError( @@ -66,6 +78,7 @@ interface IReportStreamEventService { childReport: ReportFile, pipelineStepName: TaskAction, error: String, + shouldQueue: Boolean = false, initializer: ReportStreamReportProcessingErrorEventBuilder.() -> Unit, ) @@ -76,6 +89,7 @@ interface IReportStreamEventService { * @param childReport the report that is getting emitted from the pipeline step * @param pipelineStepName the pipeline step that is emitting the event * @param error the error description + * @param shouldQueue whether to send the event immediately or defer it to be sent later * @param initializer additional data to initialize the creation of the event. See [AbstractReportStreamEventBuilder] */ fun sendReportProcessingError( @@ -83,25 +97,7 @@ interface IReportStreamEventService { childReport: Report, pipelineStepName: TaskAction, error: String, - initializer: ReportStreamReportProcessingErrorEventBuilder.() -> Unit, - ) - - /** - * Creates a general processing error event. This is not associated with a report or item. - * - * @param eventName the business event value from [ReportStreamEventName] - * @param pipelineStepName the pipeline step that is emitting the event - * @param error the error description - * @param submissionId the report id for the incoming report - * @param bodyUrl the blob url for the incoming report - * @param initializer additional data to initialize the creation of the event. See [AbstractReportStreamEventBuilder] - */ - fun sendSubmissionProcessingError( - eventName: ReportStreamEventName, - pipelineStepName: TaskAction, - error: String, - submissionId: ReportId, - bodyUrl: String, + shouldQueue: Boolean = false, initializer: ReportStreamReportProcessingErrorEventBuilder.() -> Unit, ) @@ -111,12 +107,14 @@ interface IReportStreamEventService { * @param eventName the business event value from [ReportStreamEventName] * @param childReport the report that is getting emitted from the pipeline step * @param pipelineStepName the pipeline step that is emitting the event + * @param shouldQueue whether to send the event immediately or defer it to be sent later * @param initializer additional data to initialize the creation of the event. See [AbstractReportStreamEventBuilder] */ fun sendItemEvent( eventName: ReportStreamEventName, childReport: Report, pipelineStepName: TaskAction, + shouldQueue: Boolean = false, initializer: ReportStreamItemEventBuilder.() -> Unit, ) @@ -126,12 +124,14 @@ interface IReportStreamEventService { * @param eventName the business event value from [ReportStreamEventName] * @param childReport the report that is getting emitted from the pipeline step * @param pipelineStepName the pipeline step that is emitting the event + * @param shouldQueue whether to send the event immediately or defer it to be sent later * @param initializer additional data to initialize the creation of the event. See [AbstractReportStreamEventBuilder] */ fun sendItemEvent( eventName: ReportStreamEventName, childReport: ReportFile, pipelineStepName: TaskAction, + shouldQueue: Boolean = false, initializer: ReportStreamItemEventBuilder.() -> Unit, ) @@ -142,6 +142,7 @@ interface IReportStreamEventService { * @param childReport the report that is getting emitted from the pipeline step * @param pipelineStepName the pipeline step that is emitting the event * @param error the error description + * @param shouldQueue whether to send the event immediately or defer it to be sent later * @param initializer additional data to initialize the creation of the event. See [AbstractReportStreamEventBuilder] */ fun sendItemProcessingError( @@ -149,6 +150,7 @@ interface IReportStreamEventService { childReport: ReportFile, pipelineStepName: TaskAction, error: String, + shouldQueue: Boolean = false, initializer: ReportStreamItemProcessingErrorEventBuilder.() -> Unit, ) @@ -159,6 +161,7 @@ interface IReportStreamEventService { * @param childReport the report that is getting emitted from the pipeline step * @param pipelineStepName the pipeline step that is emitting the event * @param error the error description + * @param shouldQueue whether to send the event immediately or defer it to be sent later * @param initializer additional data to initialize the creation of the event. See [AbstractReportStreamEventBuilder] */ fun sendItemProcessingError( @@ -166,6 +169,7 @@ interface IReportStreamEventService { childReport: Report, pipelineStepName: TaskAction, error: String, + shouldQueue: Boolean = false, initializer: ReportStreamItemProcessingErrorEventBuilder.() -> Unit, ) @@ -216,13 +220,23 @@ class ReportStreamEventService( private val reportService: ReportService, ) : IReportStreamEventService { + private val builtEvents = mutableListOf>() + + override fun sendQueuedEvents() { + builtEvents.forEach { + it.send() + } + builtEvents.clear() + } + override fun sendReportEvent( eventName: ReportStreamEventName, childReport: Report, pipelineStepName: TaskAction, + shouldQueue: Boolean, initializer: ReportStreamReportEventBuilder.() -> Unit, ) { - ReportStreamReportEventBuilder( + val builder = ReportStreamReportEventBuilder( this, azureEventService, eventName, @@ -232,16 +246,22 @@ class ReportStreamEventService( pipelineStepName ).apply( initializer - ).send() + ) + if (shouldQueue) { + builtEvents.add(builder) + } else { + builder.send() + } } override fun sendReportEvent( eventName: ReportStreamEventName, childReport: ReportFile, pipelineStepName: TaskAction, + shouldQueue: Boolean, initializer: ReportStreamReportEventBuilder.() -> Unit, ) { - ReportStreamReportEventBuilder( + val builder = ReportStreamReportEventBuilder( this, azureEventService, eventName, @@ -251,7 +271,13 @@ class ReportStreamEventService( pipelineStepName ).apply( initializer - ).send() + ) + + if (shouldQueue) { + builtEvents.add(builder) + } else { + builder.send() + } } override fun sendReportProcessingError( @@ -259,9 +285,10 @@ class ReportStreamEventService( childReport: ReportFile, pipelineStepName: TaskAction, error: String, + shouldQueue: Boolean, initializer: ReportStreamReportProcessingErrorEventBuilder.() -> Unit, ) { - ReportStreamReportProcessingErrorEventBuilder( + val builder = ReportStreamReportProcessingErrorEventBuilder( this, azureEventService, eventName, @@ -272,7 +299,13 @@ class ReportStreamEventService( error ).apply( initializer - ).send() + ) + + if (shouldQueue) { + builtEvents.add(builder) + } else { + builder.send() + } } override fun sendReportProcessingError( @@ -280,9 +313,10 @@ class ReportStreamEventService( childReport: Report, pipelineStepName: TaskAction, error: String, + shouldQueue: Boolean, initializer: ReportStreamReportProcessingErrorEventBuilder.() -> Unit, ) { - ReportStreamReportProcessingErrorEventBuilder( + val builder = ReportStreamReportProcessingErrorEventBuilder( this, azureEventService, eventName, @@ -293,38 +327,23 @@ class ReportStreamEventService( error ).apply( initializer - ).send() - } + ) - override fun sendSubmissionProcessingError( - eventName: ReportStreamEventName, - pipelineStepName: TaskAction, - error: String, - submissionId: ReportId, - bodyUrl: String, - initializer: ReportStreamReportProcessingErrorEventBuilder.() -> Unit, - ) { - ReportStreamReportProcessingErrorEventBuilder( - this, - azureEventService, - eventName, - submissionId, - bodyUrl, - theTopic = null, - pipelineStepName, - error - ).apply( - initializer - ).send() + if (shouldQueue) { + builtEvents.add(builder) + } else { + builder.send() + } } override fun sendItemEvent( eventName: ReportStreamEventName, childReport: Report, pipelineStepName: TaskAction, + shouldQueue: Boolean, initializer: ReportStreamItemEventBuilder.() -> Unit, ) { - ReportStreamItemEventBuilder( + val builder = ReportStreamItemEventBuilder( this, azureEventService, eventName, @@ -332,16 +351,23 @@ class ReportStreamEventService( childReport.bodyURL, childReport.schema.topic, pipelineStepName - ).apply(initializer).send() + ).apply(initializer) + + if (shouldQueue) { + builtEvents.add(builder) + } else { + builder.send() + } } override fun sendItemEvent( eventName: ReportStreamEventName, childReport: ReportFile, pipelineStepName: TaskAction, + shouldQueue: Boolean, initializer: ReportStreamItemEventBuilder.() -> Unit, ) { - ReportStreamItemEventBuilder( + val builder = ReportStreamItemEventBuilder( this, azureEventService, eventName, @@ -349,7 +375,13 @@ class ReportStreamEventService( childReport.bodyUrl, childReport.schemaTopic, pipelineStepName - ).apply(initializer).send() + ).apply(initializer) + + if (shouldQueue) { + builtEvents.add(builder) + } else { + builder.send() + } } override fun sendItemProcessingError( @@ -357,9 +389,10 @@ class ReportStreamEventService( childReport: ReportFile, pipelineStepName: TaskAction, error: String, + shouldQueue: Boolean, initializer: ReportStreamItemProcessingErrorEventBuilder.() -> Unit, ) { - ReportStreamItemProcessingErrorEventBuilder( + val builder = ReportStreamItemProcessingErrorEventBuilder( this, azureEventService, eventName, @@ -368,7 +401,13 @@ class ReportStreamEventService( childReport.schemaTopic, pipelineStepName, error - ).apply(initializer).send() + ).apply(initializer) + + if (shouldQueue) { + builtEvents.add(builder) + } else { + builder.send() + } } override fun sendItemProcessingError( @@ -376,9 +415,10 @@ class ReportStreamEventService( childReport: Report, pipelineStepName: TaskAction, error: String, + shouldQueue: Boolean, initializer: ReportStreamItemProcessingErrorEventBuilder.() -> Unit, ) { - ReportStreamItemProcessingErrorEventBuilder( + val builder = ReportStreamItemProcessingErrorEventBuilder( this, azureEventService, eventName, @@ -387,7 +427,13 @@ class ReportStreamEventService( childReport.schema.topic, pipelineStepName, error - ).apply(initializer).send() + ).apply(initializer) + + if (shouldQueue) { + builtEvents.add(builder) + } else { + builder.send() + } } override fun getReportEventData( @@ -398,13 +444,10 @@ class ReportStreamEventService( topic: Topic?, ): ReportEventData { val submittedReportIds = if (parentReportId != null) { - val rootReports = reportService.getRootReports(parentReportId) - rootReports.ifEmpty { - listOf(dbAccess.fetchReportFile(parentReportId)) - } + reportService.getRootReports(parentReportId) } else { emptyList() - }.map { it.reportId } + }.map { it.reportId }.ifEmpty { if (parentReportId != null) listOf(parentReportId) else emptyList() } return ReportEventData( childReportId, @@ -425,8 +468,10 @@ class ReportStreamEventService( trackingId: String?, ): ItemEventData { val submittedIndex = reportService.getRootItemIndex(parentReportId, parentItemIndex) ?: parentItemIndex + val rootReport = - reportService.getRootReports(parentReportId).firstOrNull() ?: dbAccess.fetchReportFile(parentReportId) + reportService.getRootReports(parentReportId).firstOrNull() ?: dbAccess.fetchReportFile(parentReportId) + return ItemEventData( childItemIndex, parentItemIndex, diff --git a/prime-router/src/main/kotlin/cli/ProcessFhirCommands.kt b/prime-router/src/main/kotlin/cli/ProcessFhirCommands.kt index 07ae7ace0cb..694601cace9 100644 --- a/prime-router/src/main/kotlin/cli/ProcessFhirCommands.kt +++ b/prime-router/src/main/kotlin/cli/ProcessFhirCommands.kt @@ -21,10 +21,22 @@ import gov.cdc.prime.router.Hl7Configuration import gov.cdc.prime.router.Metadata import gov.cdc.prime.router.MimeFormat import gov.cdc.prime.router.Receiver +import gov.cdc.prime.router.Report import gov.cdc.prime.router.ReportStreamFilter +import gov.cdc.prime.router.Topic import gov.cdc.prime.router.azure.BlobAccess import gov.cdc.prime.router.azure.ConditionStamper import gov.cdc.prime.router.azure.LookupTableConditionMapper +import gov.cdc.prime.router.azure.db.enums.TaskAction +import gov.cdc.prime.router.azure.db.tables.pojos.ReportFile +import gov.cdc.prime.router.azure.observability.event.IReportStreamEventService +import gov.cdc.prime.router.azure.observability.event.ItemEventData +import gov.cdc.prime.router.azure.observability.event.ReportEventData +import gov.cdc.prime.router.azure.observability.event.ReportStreamEventName +import gov.cdc.prime.router.azure.observability.event.ReportStreamItemEventBuilder +import gov.cdc.prime.router.azure.observability.event.ReportStreamItemProcessingErrorEventBuilder +import gov.cdc.prime.router.azure.observability.event.ReportStreamReportEventBuilder +import gov.cdc.prime.router.azure.observability.event.ReportStreamReportProcessingErrorEventBuilder import gov.cdc.prime.router.cli.CommandUtilities.Companion.abort import gov.cdc.prime.router.cli.helpers.HL7DiffHelper import gov.cdc.prime.router.common.Environment @@ -374,12 +386,16 @@ class ProcessFhirCommands : CliktCommand( // this is just for logging so it is fine to just make it up UUID.randomUUID().toString() } - val result = FHIRReceiverFilter().evaluateObservationConditionFilters( - receiver, - bundle, - ActionLogger(), - trackingId - ) + // TODO: https://github.com/CDCgov/prime-reportstream/issues/16407 + val result = + FHIRReceiverFilter( + reportStreamEventService = NoopReportStreamEventService() + ).evaluateObservationConditionFilters( + receiver, + bundle, + ActionLogger(), + trackingId + ) if (result is ReceiverFilterEvaluationResult.Success) { return result.bundle } else { @@ -848,4 +864,116 @@ class FhirPathCommand : CliktCommand( stringValue.append("\n}\n") return stringValue.toString() } +} + +// This exists only because ProcessFhirCommands instantiates a FHIRReceiverFilter to access a function that likely could be +// made static +// TODO: https://github.com/CDCgov/prime-reportstream/issues/16407 +class NoopReportStreamEventService : IReportStreamEventService { + override fun sendQueuedEvents() { + throw NotImplementedError() + } + + override fun sendReportEvent( + eventName: ReportStreamEventName, + childReport: Report, + pipelineStepName: TaskAction, + shouldQueue: Boolean, + initializer: ReportStreamReportEventBuilder.() -> Unit, + ) { + throw NotImplementedError() + } + + override fun sendReportEvent( + eventName: ReportStreamEventName, + childReport: ReportFile, + pipelineStepName: TaskAction, + shouldQueue: Boolean, + initializer: ReportStreamReportEventBuilder.() -> Unit, + ) { + throw NotImplementedError() + } + + override fun sendReportProcessingError( + eventName: ReportStreamEventName, + childReport: ReportFile, + pipelineStepName: TaskAction, + error: String, + shouldQueue: Boolean, + initializer: ReportStreamReportProcessingErrorEventBuilder.() -> Unit, + ) { + throw NotImplementedError() + } + + override fun sendReportProcessingError( + eventName: ReportStreamEventName, + childReport: Report, + pipelineStepName: TaskAction, + error: String, + shouldQueue: Boolean, + initializer: ReportStreamReportProcessingErrorEventBuilder.() -> Unit, + ) { + throw NotImplementedError() + } + + override fun sendItemEvent( + eventName: ReportStreamEventName, + childReport: Report, + pipelineStepName: TaskAction, + shouldQueue: Boolean, + initializer: ReportStreamItemEventBuilder.() -> Unit, + ) { + throw NotImplementedError() + } + + override fun sendItemEvent( + eventName: ReportStreamEventName, + childReport: ReportFile, + pipelineStepName: TaskAction, + shouldQueue: Boolean, + initializer: ReportStreamItemEventBuilder.() -> Unit, + ) { + throw NotImplementedError() + } + + override fun sendItemProcessingError( + eventName: ReportStreamEventName, + childReport: ReportFile, + pipelineStepName: TaskAction, + error: String, + shouldQueue: Boolean, + initializer: ReportStreamItemProcessingErrorEventBuilder.() -> Unit, + ) { + throw NotImplementedError() + } + + override fun sendItemProcessingError( + eventName: ReportStreamEventName, + childReport: Report, + pipelineStepName: TaskAction, + error: String, + shouldQueue: Boolean, + initializer: ReportStreamItemProcessingErrorEventBuilder.() -> Unit, + ) { + throw NotImplementedError() + } + + override fun getReportEventData( + childReportId: UUID, + childBodyUrl: String, + parentReportId: UUID?, + pipelineStepName: TaskAction, + topic: Topic?, + ): ReportEventData { + throw NotImplementedError() + } + + override fun getItemEventData( + childItemIndex: Int, + parentReportId: UUID, + parentItemIndex: Int, + trackingId: String?, + ): ItemEventData { + throw NotImplementedError() + } } \ No newline at end of file diff --git a/prime-router/src/main/kotlin/fhirengine/azure/FHIRFunctions.kt b/prime-router/src/main/kotlin/fhirengine/azure/FHIRFunctions.kt index 0f7a31b560e..cd3e59e2d3d 100644 --- a/prime-router/src/main/kotlin/fhirengine/azure/FHIRFunctions.kt +++ b/prime-router/src/main/kotlin/fhirengine/azure/FHIRFunctions.kt @@ -5,25 +5,32 @@ import com.microsoft.azure.functions.annotation.FunctionName import com.microsoft.azure.functions.annotation.QueueTrigger import com.microsoft.azure.functions.annotation.StorageAccount import gov.cdc.prime.reportstream.shared.QueueMessage +import gov.cdc.prime.reportstream.shared.Submission import gov.cdc.prime.router.ActionLogger import gov.cdc.prime.router.azure.ActionHistory import gov.cdc.prime.router.azure.DataAccessTransaction import gov.cdc.prime.router.azure.DatabaseAccess import gov.cdc.prime.router.azure.QueueAccess +import gov.cdc.prime.router.azure.SubmissionTableService import gov.cdc.prime.router.azure.WorkflowEngine import gov.cdc.prime.router.azure.db.enums.TaskAction +import gov.cdc.prime.router.azure.observability.event.AzureEventService +import gov.cdc.prime.router.azure.observability.event.AzureEventServiceImpl import gov.cdc.prime.router.azure.observability.event.ReportStreamEventName import gov.cdc.prime.router.azure.observability.event.ReportStreamEventProperties +import gov.cdc.prime.router.azure.observability.event.ReportStreamEventService import gov.cdc.prime.router.common.BaseEngine import gov.cdc.prime.router.fhirengine.engine.FHIRConverter import gov.cdc.prime.router.fhirengine.engine.FHIRDestinationFilter import gov.cdc.prime.router.fhirengine.engine.FHIREngine -import gov.cdc.prime.router.fhirengine.engine.FHIRReceiver import gov.cdc.prime.router.fhirengine.engine.FHIRReceiverFilter import gov.cdc.prime.router.fhirengine.engine.FHIRTranslator -import gov.cdc.prime.router.fhirengine.engine.FhirReceiveQueueMessage +import gov.cdc.prime.router.fhirengine.engine.FhirConvertSubmissionQueueMessage import gov.cdc.prime.router.fhirengine.engine.PrimeRouterQueueMessage import gov.cdc.prime.router.fhirengine.engine.ReportPipelineMessage +import gov.cdc.prime.router.fhirengine.engine.SubmissionSenderNotFound +import gov.cdc.prime.router.history.db.ReportGraph +import gov.cdc.prime.router.report.ReportService import org.apache.commons.lang3.StringUtils import org.apache.logging.log4j.kotlin.Logging import org.jooq.exception.DataAccessException @@ -33,23 +40,41 @@ class FHIRFunctions( private val actionLogger: ActionLogger = ActionLogger(), private val databaseAccess: DatabaseAccess = BaseEngine.databaseAccessSingleton, private val queueAccess: QueueAccess = QueueAccess, + private val submissionTableService: SubmissionTableService = SubmissionTableService.getInstance(), + val reportService: ReportService = ReportService(ReportGraph(databaseAccess), databaseAccess), + val azureEventService: AzureEventService = AzureEventServiceImpl(), + val reportStreamEventService: ReportStreamEventService = + ReportStreamEventService(databaseAccess, azureEventService, reportService), ) : Logging { /** * An azure function for ingesting and recording submissions */ - @FunctionName("receive-fhir") + @FunctionName("convert-from-submissions-fhir") @StorageAccount("AzureWebJobsStorage") - fun receive( - @QueueTrigger(name = "message", queueName = QueueMessage.elrReceiveQueueName) + fun convertFromSubmissions( + @QueueTrigger(name = "message", queueName = QueueMessage.elrSubmissionConvertQueueName) message: String, // Number of times this message has been dequeued @BindingName("DequeueCount") dequeueCount: Int = 1, ) { logger.info( - "message consumed from elr-fhir-receive queue" + "message consumed from ${QueueMessage.elrSubmissionConvertQueueName} queue" ) - process(message, dequeueCount, FHIRReceiver(), ActionHistory(TaskAction.receive)) + process( + message, + dequeueCount, + FHIRConverter(reportStreamEventService = reportStreamEventService), + ActionHistory(TaskAction.convert) + ) + val messageContent = readMessage("convert", message, dequeueCount) + val tableEntity = Submission( + messageContent.reportId.toString(), + "Accepted", + messageContent.blobURL, + actionLogger.errors.takeIf { it.isNotEmpty() }?.map { it.detail.message }?.toString() + ) + submissionTableService.insertSubmission(tableEntity) } /** @@ -63,7 +88,12 @@ class FHIRFunctions( // Number of times this message has been dequeued @BindingName("DequeueCount") dequeueCount: Int = 1, ) { - process(message, dequeueCount, FHIRConverter(), ActionHistory(TaskAction.convert)) + process( + message, + dequeueCount, + FHIRConverter(reportStreamEventService = reportStreamEventService), + ActionHistory(TaskAction.convert) + ) } /** @@ -77,7 +107,12 @@ class FHIRFunctions( // Number of times this message has been dequeued @BindingName("DequeueCount") dequeueCount: Int = 1, ) { - process(message, dequeueCount, FHIRDestinationFilter(), ActionHistory(TaskAction.destination_filter)) + process( + message, + dequeueCount, + FHIRDestinationFilter(reportStreamEventService = reportStreamEventService), + ActionHistory(TaskAction.destination_filter) + ) } /** @@ -91,7 +126,12 @@ class FHIRFunctions( // Number of times this message has been dequeued @BindingName("DequeueCount") dequeueCount: Int = 1, ) { - process(message, dequeueCount, FHIRReceiverFilter(), ActionHistory(TaskAction.receiver_filter)) + process( + message, + dequeueCount, + FHIRReceiverFilter(reportStreamEventService = reportStreamEventService), + ActionHistory(TaskAction.receiver_filter) + ) } /** @@ -105,7 +145,12 @@ class FHIRFunctions( // Number of times this message has been dequeued @BindingName("DequeueCount") dequeueCount: Int = 1, ) { - process(message, dequeueCount, FHIRTranslator(), ActionHistory(TaskAction.translate)) + process( + message, + dequeueCount, + FHIRTranslator(reportStreamEventService = reportStreamEventService), + ActionHistory(TaskAction.translate) + ) } /** @@ -149,13 +194,27 @@ class FHIRFunctions( recordResults(message, actionHistory, txn) results } - + reportStreamEventService.sendQueuedEvents() return newMessages } catch (ex: DataAccessException) { // This is the one exception type that we currently will allow for retrying as there are occasional // DB connectivity issues that are resolved without intervention logger.error(ex) throw ex + } catch (ex: SubmissionSenderNotFound) { + // This is a specific error case that can occur while handling a report via the new Submission service + // In a situation that the sender is not found there is not enough information to record a report event + // and we want a poison queue message to be immediately added so that the configuration can be fixed + logger.error(ex) + val tableEntity = Submission( + ex.reportId.toString(), + "Rejected", + ex.blobURL, + actionLogger.errors.takeIf { it.isNotEmpty() }?.map { it.detail.message }?.toString() + ) + submissionTableService.insertSubmission(tableEntity) + queueAccess.sendMessage("${messageContent.messageQueueName}-poison", message) + return emptyList() } catch (ex: Exception) { // We're catching anything else that occurs because the most likely cause is a code or configuration error // that will not be resolved if the message is automatically retried @@ -186,7 +245,7 @@ class FHIRFunctions( return when (val queueMessage = QueueMessage.deserialize(message)) { is QueueMessage.ReceiveQueueMessage -> { - FhirReceiveQueueMessage( + FhirConvertSubmissionQueueMessage( queueMessage.reportId, queueMessage.blobURL, queueMessage.digest, diff --git a/prime-router/src/main/kotlin/fhirengine/engine/FHIRConverter.kt b/prime-router/src/main/kotlin/fhirengine/engine/FHIRConverter.kt index 9527ef4dc19..e5cd8908412 100644 --- a/prime-router/src/main/kotlin/fhirengine/engine/FHIRConverter.kt +++ b/prime-router/src/main/kotlin/fhirengine/engine/FHIRConverter.kt @@ -16,6 +16,7 @@ import gov.cdc.prime.reportstream.shared.QueueMessage import gov.cdc.prime.router.ActionLogDetail import gov.cdc.prime.router.ActionLogScope import gov.cdc.prime.router.ActionLogger +import gov.cdc.prime.router.ClientSource import gov.cdc.prime.router.ErrorCode import gov.cdc.prime.router.InvalidReportMessage import gov.cdc.prime.router.Metadata @@ -23,6 +24,7 @@ import gov.cdc.prime.router.MimeFormat import gov.cdc.prime.router.Options import gov.cdc.prime.router.Report import gov.cdc.prime.router.SettingsProvider +import gov.cdc.prime.router.Topic import gov.cdc.prime.router.UnmappableConditionMessage import gov.cdc.prime.router.azure.ActionHistory import gov.cdc.prime.router.azure.BlobAccess @@ -39,6 +41,7 @@ import gov.cdc.prime.router.azure.observability.context.MDCUtils import gov.cdc.prime.router.azure.observability.context.withLoggingContext import gov.cdc.prime.router.azure.observability.event.AzureEventService import gov.cdc.prime.router.azure.observability.event.AzureEventServiceImpl +import gov.cdc.prime.router.azure.observability.event.IReportStreamEventService import gov.cdc.prime.router.azure.observability.event.ReportStreamEventName import gov.cdc.prime.router.azure.observability.event.ReportStreamEventProperties import gov.cdc.prime.router.fhirengine.translation.HL7toFhirTranslator @@ -57,6 +60,7 @@ import org.apache.commons.lang3.exception.ExceptionUtils import org.hl7.fhir.r4.model.Bundle import org.jooq.Field import java.time.OffsetDateTime +import java.util.UUID import java.util.stream.Collectors import java.util.stream.Stream @@ -75,7 +79,8 @@ class FHIRConverter( blob: BlobAccess = BlobAccess(), azureEventService: AzureEventService = AzureEventServiceImpl(), reportService: ReportService = ReportService(), -) : FHIREngine(metadata, settings, db, blob, azureEventService, reportService) { + reportStreamEventService: IReportStreamEventService, +) : FHIREngine(metadata, settings, db, blob, azureEventService, reportService, reportStreamEventService) { override val finishedField: Field = Tables.TASK.PROCESSED_AT @@ -83,6 +88,112 @@ class FHIRConverter( override val taskAction: TaskAction = TaskAction.convert + /** + * This object serves the purpose of consolidating the information needed to process a report + * through the convert step regardless of whether it comes from a [FhirConvertQueueMessage] + * or [FhirConvertSubmissionQueueMessage] + * + * @param reportId the report ID + * @param topic the topic the sender published to + * @param schemaName the FHIR transform to apply + * @param blobURL the URL for the blob to convert + * @param blobDigest the digest of the blob contents + */ + data class FHIRConvertInput( + val reportId: UUID, + val topic: Topic, + val schemaName: String, + val blobURL: String, + val blobDigest: String, + val blobSubFolderName: String, + ) { + + companion object { + + private val clientIdHeader = "client_id" + + /** + * Converts a [FhirConvertQueueMessage] into the input to the convert processing + * + * @param message the queue message + * @param actionHistory action history for recording details on the input report + */ + fun fromFhirConvertQueueMessage( + message: FhirConvertQueueMessage, + actionHistory: ActionHistory, + ): FHIRConvertInput { + val reportId = message.reportId + val topic = message.topic + val schemaName = message.schemaName + val blobUrl = message.blobURL + val blobDigest = message.digest + val blobSubFolderName = message.blobSubFolderName + actionHistory.trackExistingInputReport(reportId) + return FHIRConvertInput( + reportId, + topic, + schemaName, + blobUrl, + blobDigest, + blobSubFolderName + ) + } + + /** + * Converts a [FhirConvertSubmissionQueueMessage] into the input to the convert processing + * + * @param message the queue message + * @param actionHistory action history for recording details on the input report + * @param settings [SettingsProvider] for looking up the sender + */ + fun fromFHIRConvertSubmissionQueueMessage( + message: FhirConvertSubmissionQueueMessage, + actionHistory: ActionHistory, + settings: SettingsProvider, + ): FHIRConvertInput { + val reportId = message.reportId + val blobUrl = message.blobURL + val blobDigest = message.digest + val blobSubFolderName = message.blobSubFolderName + + val clientId = message.headers[clientIdHeader] + val sender = clientId?.takeIf { it.isNotBlank() }?.let { settings.findSender(it) } + if (sender == null) { + throw SubmissionSenderNotFound(clientId ?: "", reportId, blobUrl) + } + val topic = sender.topic + val schemaName = sender.schemaName + + val format = Report.getFormatFromBlobURL(blobUrl) + val report = Report( + sender.format, + listOf(ClientSource(organization = sender.organizationName, client = sender.name)), + 1, + nextAction = TaskAction.convert, + topic = sender.topic, + id = reportId, + bodyURL = blobUrl + ) + // This tracking is required so that the external report (coming from the submission service) + // is properly recorded in the report file table with the correct sender + actionHistory.trackExternalInputReport( + report, + BlobAccess.BlobInfo(format, blobUrl, blobDigest.toByteArray()) + ) + actionHistory.trackActionSenderInfo(sender.fullName) + + return FHIRConvertInput( + reportId, + topic, + schemaName, + blobUrl, + blobDigest, + blobSubFolderName + ) + } + } + } + /** * Accepts a [message] in either HL7 or FHIR format * HL7 messages will be converted into FHIR. @@ -97,7 +208,21 @@ class FHIRConverter( actionHistory: ActionHistory, ): List = when (message) { is FhirConvertQueueMessage -> { - fhirEngineRunResults(message, message.schemaName, actionLogger, actionHistory) + val input = FHIRConvertInput.fromFhirConvertQueueMessage(message, actionHistory) + + fhirEngineRunResults( + input, + actionLogger, + actionHistory + ) + } + is FhirConvertSubmissionQueueMessage -> { + val input = FHIRConvertInput.fromFHIRConvertSubmissionQueueMessage(message, actionHistory, settings) + fhirEngineRunResults( + input, + actionLogger, + actionHistory + ) } else -> { throw RuntimeException( @@ -107,21 +232,19 @@ class FHIRConverter( } private fun fhirEngineRunResults( - queueMessage: FhirConvertQueueMessage, - schemaName: String, + input: FHIRConvertInput, actionLogger: ActionLogger, actionHistory: ActionHistory, ): List { val contextMap = mapOf( MDCUtils.MDCProperty.ACTION_NAME to actionHistory.action.actionName.name, - MDCUtils.MDCProperty.REPORT_ID to queueMessage.reportId, - MDCUtils.MDCProperty.TOPIC to queueMessage.topic, - MDCUtils.MDCProperty.BLOB_URL to queueMessage.blobURL + MDCUtils.MDCProperty.REPORT_ID to input.reportId, + MDCUtils.MDCProperty.TOPIC to input.topic, + MDCUtils.MDCProperty.BLOB_URL to input.blobURL ) withLoggingContext(contextMap) { - actionLogger.setReportId(queueMessage.reportId) - actionHistory.trackExistingInputReport(queueMessage.reportId) - val format = Report.getFormatFromBlobURL(queueMessage.blobURL) + actionLogger.setReportId(input.reportId) + val format = Report.getFormatFromBlobURL(input.blobURL) logger.info("Starting FHIR Convert step") // This line is a workaround for a defect in the hapi-fhir library @@ -135,7 +258,7 @@ class FHIRConverter( // TODO: https://github.com/CDCgov/prime-reportstream/issues/14287 FhirPathUtils - val processedItems = process(format, queueMessage, actionLogger) + val processedItems = process(format, input.blobURL, input.blobDigest, input.topic, actionLogger) // processedItems can be empty in three scenarios: // - the blob had no contents, i.e. an empty file was submitted @@ -146,7 +269,7 @@ class FHIRConverter( "Applied sender transform and routed" ) { val transformer = getTransformerFromSchema( - schemaName + input.schemaName ) maybeParallelize( @@ -162,10 +285,10 @@ class FHIRConverter( MimeFormat.FHIR, emptyList(), parentItemLineageData = listOf( - Report.ParentItemLineageData(queueMessage.reportId, itemIndex.toInt() + 1) + Report.ParentItemLineageData(input.reportId, itemIndex.toInt() + 1) ), metadata = this.metadata, - topic = queueMessage.topic, + topic = input.topic, nextAction = TaskAction.none ) val noneEvent = ProcessEvent( @@ -182,14 +305,15 @@ class FHIRConverter( report, TaskAction.convert, processedItem.validationError!!.message, + shouldQueue = true ) { - parentReportId(queueMessage.reportId) + parentReportId(input.reportId) parentItemIndex(itemIndex.toInt() + 1) params( mapOf( ReportStreamEventProperties.ITEM_FORMAT to format, ReportStreamEventProperties.VALIDATION_PROFILE - to queueMessage.topic.validator.validatorProfileName + to input.topic.validator.validatorProfileName ) ) } @@ -205,10 +329,10 @@ class FHIRConverter( MimeFormat.FHIR, emptyList(), parentItemLineageData = listOf( - Report.ParentItemLineageData(queueMessage.reportId, itemIndex.toInt() + 1) + Report.ParentItemLineageData(input.reportId, itemIndex.toInt() + 1) ), metadata = this.metadata, - topic = queueMessage.topic, + topic = input.topic, nextAction = TaskAction.destination_filter ) @@ -227,7 +351,7 @@ class FHIRConverter( MimeFormat.FHIR, bodyBytes, report.id.toString(), - queueMessage.blobSubFolderName, + input.blobSubFolderName, routeEvent.eventAction ) report.bodyURL = blobInfo.blobUrl @@ -248,9 +372,10 @@ class FHIRConverter( reportEventService.sendItemEvent( ReportStreamEventName.ITEM_ACCEPTED, report, - TaskAction.convert + TaskAction.convert, + shouldQueue = true ) { - parentReportId(queueMessage.reportId) + parentReportId(input.reportId) parentItemIndex(itemIndex.toInt() + 1) trackingId(bundle) params( @@ -270,8 +395,8 @@ class FHIRConverter( report.id, blobInfo.blobUrl, BlobUtils.digestToString(blobInfo.digest), - queueMessage.blobSubFolderName, - queueMessage.topic + input.blobSubFolderName, + input.topic ) ) } @@ -283,7 +408,7 @@ class FHIRConverter( emptyList(), 0, metadata = this.metadata, - topic = queueMessage.topic, + topic = input.topic, nextAction = TaskAction.none ) actionHistory.trackEmptyReport(report) @@ -293,7 +418,7 @@ class FHIRConverter( TaskAction.convert, "Submitted report was either empty or could not be parsed into HL7" ) { - parentReportId(queueMessage.reportId) + parentReportId(input.reportId) params( mapOf( ReportStreamEventProperties.ITEM_FORMAT to format @@ -325,12 +450,14 @@ class FHIRConverter( */ internal fun process( format: MimeFormat, - queueMessage: FhirConvertQueueMessage, + blobURL: String, + blobDigest: String, + topic: Topic, actionLogger: ActionLogger, routeReportWithInvalidItems: Boolean = true, ): List> { - val validator = queueMessage.topic.validator - val rawReport = BlobAccess.downloadBlob(queueMessage.blobURL, queueMessage.digest) + val validator = topic.validator + val rawReport = BlobAccess.downloadBlob(blobURL, blobDigest) return if (rawReport.isBlank()) { actionLogger.error(InvalidReportMessage("Provided raw data is empty.")) emptyList() @@ -344,7 +471,7 @@ class FHIRConverter( "format" to format.name ) ) { - getBundlesFromRawHL7(rawReport, validator, queueMessage.topic.hl7ParseConfiguration) + getBundlesFromRawHL7(rawReport, validator, topic.hl7ParseConfiguration) } } catch (ex: ParseFailureError) { actionLogger.error( @@ -628,4 +755,15 @@ class FHIRConverter( } else { null } +} + +/** + * Exception generated if the sender ID from a message generated by Submissions service cannot be found + * + * @param senderId the full name of the missing sender, will be empty string if no sender was on the message + * @param reportId the unique identifier for the report which can be located in the azure table + * @param blobURL the blob URL for the report + */ +class SubmissionSenderNotFound(senderId: String, val reportId: UUID, val blobURL: String) : RuntimeException() { + override val message = "No sender was found for: $senderId" } \ No newline at end of file diff --git a/prime-router/src/main/kotlin/fhirengine/engine/FHIRDestinationFilter.kt b/prime-router/src/main/kotlin/fhirengine/engine/FHIRDestinationFilter.kt index 9f92a2b85b4..5be29b4626e 100644 --- a/prime-router/src/main/kotlin/fhirengine/engine/FHIRDestinationFilter.kt +++ b/prime-router/src/main/kotlin/fhirengine/engine/FHIRDestinationFilter.kt @@ -26,6 +26,7 @@ import gov.cdc.prime.router.azure.observability.context.MDCUtils import gov.cdc.prime.router.azure.observability.context.withLoggingContext import gov.cdc.prime.router.azure.observability.event.AzureEventService import gov.cdc.prime.router.azure.observability.event.AzureEventServiceImpl +import gov.cdc.prime.router.azure.observability.event.IReportStreamEventService import gov.cdc.prime.router.azure.observability.event.ReportStreamEventName import gov.cdc.prime.router.azure.observability.event.ReportStreamEventProperties import gov.cdc.prime.router.fhirengine.translation.hl7.utils.CustomContext @@ -50,7 +51,8 @@ class FHIRDestinationFilter( blob: BlobAccess = BlobAccess(), azureEventService: AzureEventService = AzureEventServiceImpl(), reportService: ReportService = ReportService(), -) : FHIREngine(metadata, settings, db, blob, azureEventService, reportService) { + reportStreamEventService: IReportStreamEventService, +) : FHIREngine(metadata, settings, db, blob, azureEventService, reportService, reportStreamEventService) { override val finishedField: Field = Tables.TASK.DESTINATION_FILTERED_AT override val engineType: String = "DestinationFilter" diff --git a/prime-router/src/main/kotlin/fhirengine/engine/FHIREngine.kt b/prime-router/src/main/kotlin/fhirengine/engine/FHIREngine.kt index dd0d051c889..d32ad4269c7 100644 --- a/prime-router/src/main/kotlin/fhirengine/engine/FHIREngine.kt +++ b/prime-router/src/main/kotlin/fhirengine/engine/FHIREngine.kt @@ -11,6 +11,7 @@ import gov.cdc.prime.router.azure.BlobAccess import gov.cdc.prime.router.azure.DataAccessTransaction import gov.cdc.prime.router.azure.DatabaseAccess import gov.cdc.prime.router.azure.Event +import gov.cdc.prime.router.azure.SubmissionTableService import gov.cdc.prime.router.azure.db.enums.TaskAction import gov.cdc.prime.router.azure.observability.event.AzureEventService import gov.cdc.prime.router.azure.observability.event.AzureEventServiceImpl @@ -39,11 +40,7 @@ abstract class FHIREngine( val blob: BlobAccess = BlobAccess(), val azureEventService: AzureEventService = AzureEventServiceImpl(), val reportService: ReportService = ReportService(ReportGraph(db), db), - val reportEventService: IReportStreamEventService = ReportStreamEventService( - db, - azureEventService, - reportService - ), + val reportEventService: IReportStreamEventService, ) : BaseEngine() { /** @@ -65,6 +62,7 @@ abstract class FHIREngine( var azureEventService: AzureEventService? = null, var reportService: ReportService? = null, var reportEventService: IReportStreamEventService? = null, + var submissionTableService: SubmissionTableService? = null, ) { /** * Set the metadata instance. @@ -110,6 +108,10 @@ abstract class FHIREngine( this.reportEventService = reportEventService } + fun submissionTableService(submissionTableService: SubmissionTableService) = apply { + this.submissionTableService = submissionTableService + } + /** * Build the fhir engine instance. * @return the fhir engine instance @@ -123,21 +125,18 @@ abstract class FHIREngine( // create the correct FHIREngine type for the action being taken return when (taskAction) { - TaskAction.receive -> FHIRReceiver( - metadata ?: Metadata.getInstance(), - settingsProvider!!, - databaseAccess ?: databaseAccessSingleton, - blobAccess ?: BlobAccess(), - azureEventService ?: AzureEventServiceImpl(), - reportService ?: ReportService(), - ) TaskAction.process -> FHIRConverter( metadata ?: Metadata.getInstance(), settingsProvider!!, databaseAccess ?: databaseAccessSingleton, blobAccess ?: BlobAccess(), azureEventService ?: AzureEventServiceImpl(), - reportService ?: ReportService() + reportService ?: ReportService(), + ReportStreamEventService( + databaseAccess ?: databaseAccessSingleton, + azureEventService ?: AzureEventServiceImpl(), + reportService ?: ReportService() + ) ) TaskAction.destination_filter -> FHIRDestinationFilter( metadata ?: Metadata.getInstance(), @@ -145,7 +144,12 @@ abstract class FHIREngine( databaseAccess ?: databaseAccessSingleton, blobAccess ?: BlobAccess(), azureEventService ?: AzureEventServiceImpl(), - reportService ?: ReportService() + reportService ?: ReportService(), + ReportStreamEventService( + databaseAccess ?: databaseAccessSingleton, + azureEventService ?: AzureEventServiceImpl(), + reportService ?: ReportService() + ) ) TaskAction.receiver_filter -> FHIRReceiverFilter( metadata ?: Metadata.getInstance(), @@ -154,13 +158,24 @@ abstract class FHIREngine( blobAccess ?: BlobAccess(), azureEventService ?: AzureEventServiceImpl(), reportService ?: ReportService(), + ReportStreamEventService( + databaseAccess ?: databaseAccessSingleton, + azureEventService ?: AzureEventServiceImpl(), + reportService ?: ReportService() + ) ) TaskAction.translate -> FHIRTranslator( metadata ?: Metadata.getInstance(), settingsProvider!!, databaseAccess ?: databaseAccessSingleton, blobAccess ?: BlobAccess(), - azureEventService ?: AzureEventServiceImpl() + azureEventService ?: AzureEventServiceImpl(), + reportService ?: ReportService(), + ReportStreamEventService( + databaseAccess ?: databaseAccessSingleton, + azureEventService ?: AzureEventServiceImpl(), + reportService ?: ReportService() + ) ) else -> throw NotImplementedError("Invalid action type for FHIR engine") } diff --git a/prime-router/src/main/kotlin/fhirengine/engine/FHIRReceiver.kt b/prime-router/src/main/kotlin/fhirengine/engine/FHIRReceiver.kt deleted file mode 100644 index 9bea5e891ae..00000000000 --- a/prime-router/src/main/kotlin/fhirengine/engine/FHIRReceiver.kt +++ /dev/null @@ -1,379 +0,0 @@ -package gov.cdc.prime.router.fhirengine.engine - -import ca.uhn.hl7v2.model.Message -import com.microsoft.azure.functions.HttpStatus -import gov.cdc.prime.reportstream.shared.QueueMessage -import gov.cdc.prime.reportstream.shared.Submission -import gov.cdc.prime.router.ActionLogger -import gov.cdc.prime.router.ClientSource -import gov.cdc.prime.router.CustomerStatus -import gov.cdc.prime.router.InvalidParamMessage -import gov.cdc.prime.router.InvalidReportMessage -import gov.cdc.prime.router.Metadata -import gov.cdc.prime.router.MimeFormat -import gov.cdc.prime.router.Options -import gov.cdc.prime.router.Report -import gov.cdc.prime.router.Sender -import gov.cdc.prime.router.SettingsProvider -import gov.cdc.prime.router.azure.ActionHistory -import gov.cdc.prime.router.azure.BlobAccess -import gov.cdc.prime.router.azure.DatabaseAccess -import gov.cdc.prime.router.azure.Event -import gov.cdc.prime.router.azure.ProcessEvent -import gov.cdc.prime.router.azure.SubmissionTableService -import gov.cdc.prime.router.azure.db.Tables -import gov.cdc.prime.router.azure.db.enums.TaskAction -import gov.cdc.prime.router.azure.observability.context.MDCUtils -import gov.cdc.prime.router.azure.observability.context.withLoggingContext -import gov.cdc.prime.router.azure.observability.event.AzureEventService -import gov.cdc.prime.router.azure.observability.event.AzureEventServiceImpl -import gov.cdc.prime.router.azure.observability.event.ReportStreamEventName -import gov.cdc.prime.router.azure.observability.event.ReportStreamEventProperties -import gov.cdc.prime.router.common.AzureHttpUtils.getSenderIP -import gov.cdc.prime.router.fhirengine.utils.FhirTranscoder -import gov.cdc.prime.router.fhirengine.utils.HL7Reader -import gov.cdc.prime.router.report.ReportService -import org.jooq.Field -import java.time.OffsetDateTime - -/** - * FHIRReceiver is responsible for processing messages from the elr-fhir-receive azure queue - * and storing them for the next step in the pipeline. - * - * @param metadata Mockable metadata instance. - * @param settings Mockable settings provider. - * @param db Mockable database access. - * @param blob Mockable blob storage access. - * @param azureEventService Service for handling Azure events. - * @param reportService Service for handling report-related operations. - * @param submissionTableService Service for inserting to the submission azure storage table. - */ -class FHIRReceiver( - metadata: Metadata = Metadata.getInstance(), - settings: SettingsProvider = this.settingsProviderSingleton, - db: DatabaseAccess = this.databaseAccessSingleton, - blob: BlobAccess = BlobAccess(), - azureEventService: AzureEventService = AzureEventServiceImpl(), - reportService: ReportService = ReportService(), - val submissionTableService: SubmissionTableService = SubmissionTableService.getInstance(), -) : FHIREngine(metadata, settings, db, blob, azureEventService, reportService) { - - override val finishedField: Field = Tables.TASK.PROCESSED_AT - - override val engineType: String = "Receive" - override val taskAction: TaskAction = TaskAction.receive - - private val clientIdHeader = "client_id" - private val contentTypeHeader = "content-type" - - /** - * Processes a message of type [QueueMessage]. This message can be in either HL7 or FHIR format and will be placed - * on a queue for further processing. - * - * @param message The incoming message to be logged and processed. - * @param actionLogger Logger to track actions and errors. - * @param actionHistory Tracks the history of actions performed. - * @return A list of results from the FHIR engine run. - */ - override fun doWork( - message: T, - actionLogger: ActionLogger, - actionHistory: ActionHistory, - ): List = when (message) { - is FhirReceiveQueueMessage -> processFhirReceiveQueueMessage(message, actionLogger, actionHistory) - else -> throw RuntimeException("Message was not a FhirReceive and cannot be processed: $message") - } - - /** - * Processes the FHIR receive queue message. - * - * @param queueMessage The queue message containing details about the report. - * @param actionLogger The logger used to track actions and errors. - * @param actionHistory The action history related to receiving the report. - * @return A list of FHIR engine run results. - */ - private fun processFhirReceiveQueueMessage( - queueMessage: FhirReceiveQueueMessage, - actionLogger: ActionLogger, - actionHistory: ActionHistory, - ): List { - val contextMap = createLoggingContextMap(queueMessage, actionHistory) - // Use the logging context for tracing - withLoggingContext(contextMap) { - actionLogger.setReportId(queueMessage.reportId) - val sender = getSender(queueMessage, actionLogger, actionHistory) ?: return emptyList() - - // Process the message if no errors occurred - return handleSuccessfulProcessing(queueMessage, sender, actionLogger, actionHistory) - } - } - - /** - * Creates the logging context map. - * - * @param queueMessage The queue message containing details about the report. - * @param actionHistory The action history related to receiving the report. - * @return The logging context map. - */ - private fun createLoggingContextMap( - queueMessage: FhirReceiveQueueMessage, - actionHistory: ActionHistory, - ): Map = mapOf( - MDCUtils.MDCProperty.ACTION_NAME to actionHistory.action.actionName.name, - MDCUtils.MDCProperty.REPORT_ID to queueMessage.reportId, - MDCUtils.MDCProperty.BLOB_URL to queueMessage.blobURL, - ) - - /** - * Retrieves the sender based on the queue message and logs any relevant errors. - * - * @param queueMessage The queue message containing details about the report. - * @param actionLogger The logger used to track actions and errors. - * @param actionHistory The action history related to receiving the report. - * @return The sender, or null if the sender was not found or is inactive. - */ - private fun getSender( - queueMessage: FhirReceiveQueueMessage, - actionLogger: ActionLogger, - actionHistory: ActionHistory, - ): Sender? { - val clientId = queueMessage.headers[clientIdHeader] - val sender = clientId?.takeIf { it.isNotBlank() }?.let { settings.findSender(it) } - - actionHistory.trackActionParams(queueMessage.headers.toString()) - - // Handle case where sender is not found - return if (sender == null) { - // Send an error event - reportEventService.sendSubmissionProcessingError( - ReportStreamEventName.REPORT_NOT_RECEIVABLE, - TaskAction.receive, - "Sender is not found in matching client id: ${queueMessage.headers[clientIdHeader]}.", - queueMessage.reportId, - queueMessage.blobURL - ) { - params( - actionLogger.errors.associateBy { ReportStreamEventProperties.PROCESSING_ERROR } - .plus( - mapOf( - ReportStreamEventProperties.REQUEST_PARAMETERS to queueMessage.headers.toString(), - ) - ) - ) - } - - // Insert the rejection into the submission table - val submission = - Submission( - queueMessage.reportId.toString(), "Rejected", - queueMessage.blobURL, - "Sender not found matching client_id: ${queueMessage.headers[clientIdHeader]}" - ) - submissionTableService.insertSubmission(submission) - null - } else { - // Handle case where sender is inactive - if (sender.customerStatus == CustomerStatus.INACTIVE) { - // Track the action result and log the error - actionHistory.trackActionResult(HttpStatus.NOT_ACCEPTABLE) - actionLogger.error( - InvalidParamMessage("Sender has customer status INACTIVE: " + queueMessage.headers[clientIdHeader]) - ) - } - - // Track sender information - actionHistory.trackActionSenderInfo(sender.fullName, queueMessage.headers["payloadname"]) - actionHistory.trackActionResult(HttpStatus.CREATED) - sender - } - } - - /** - * Handles successful processing of the queue message. - * - * @param queueMessage The queue message containing details about the report. - * @param sender The sender information. - * @param actionHistory The action history related to receiving the report. - * @return A list of FHIR engine run results. - */ - private fun handleSuccessfulProcessing( - queueMessage: FhirReceiveQueueMessage, - sender: Sender, - actionLogger: ActionLogger, - actionHistory: ActionHistory, - ): List { - // Get content from blob storage and create report - val report = validateSubmissionMessage(sender, actionLogger, queueMessage) ?: return emptyList() - - // Determine the mime format of the message - val mimeFormat = - MimeFormat.valueOfFromMimeType( - queueMessage.headers[contentTypeHeader]?.substringBefore(';') ?: "" - ) - - val blobInfo = BlobAccess.BlobInfo( - mimeFormat, - queueMessage.blobURL, - queueMessage.digest.toByteArray() - ) - - actionHistory.trackExternalInputReport( - report, - blobInfo - ) - - // Send an event indicating the report was received - reportEventService.sendReportEvent( - eventName = ReportStreamEventName.REPORT_RECEIVED, - childReport = report, - pipelineStepName = TaskAction.receive - ) { - params( - listOfNotNull( - ReportStreamEventProperties.REQUEST_PARAMETERS to queueMessage.headers.toString(), - ReportStreamEventProperties.SENDER_NAME to sender.fullName, - ReportStreamEventProperties.FILE_LENGTH to queueMessage.headers["content-length"].toString(), - getSenderIP(queueMessage.headers)?.let { ReportStreamEventProperties.SENDER_IP to it }, - ReportStreamEventProperties.ITEM_FORMAT to mimeFormat - ).toMap() - ) - } - - // Insert the acceptance into the submissions table - val tableEntity = Submission( - queueMessage.reportId.toString(), - "Accepted", - queueMessage.blobURL, - actionLogger.errors.takeIf { it.isNotEmpty() }?.map { it.detail.message }?.toString() - ) - submissionTableService.insertSubmission(tableEntity) - - return if (actionLogger.errors.isNotEmpty()) { - // Send an event indicating the report was received - reportEventService.sendReportProcessingError( - ReportStreamEventName.REPORT_NOT_PROCESSABLE, - report, - TaskAction.receive, - "Submitted report was either empty or could not be parsed." - ) { - params( - actionLogger.errors.associateBy { ReportStreamEventProperties.PROCESSING_ERROR } - .plus( - mapOf( - ReportStreamEventProperties.REQUEST_PARAMETERS to queueMessage.headers.toString(), - ) - ) - ) - } - emptyList() - } else { - // Create a route event - val routeEvent = ProcessEvent(Event.EventAction.CONVERT, report.id, Options.None, emptyMap(), emptyList()) - - // Return the result of the FHIR engine run - listOf( - FHIREngineRunResult( - routeEvent, - report, - queueMessage.blobURL, - FhirConvertQueueMessage( - report.id, - queueMessage.blobURL, - queueMessage.digest, - queueMessage.blobSubFolderName, - sender.topic, - sender.schemaName - ) - ) - ) - } - } - - private fun validateSubmissionMessage( - sender: Sender, - actionLogger: ActionLogger, - queueMessage: FhirReceiveQueueMessage, - ): Report? { - val rawReport = BlobAccess.downloadBlob(queueMessage.blobURL, queueMessage.digest) - return if (rawReport.isBlank()) { - actionLogger.error(InvalidReportMessage("Provided raw data is empty.")) - null - } else { - val report: Report - val sources = listOf(ClientSource(organization = sender.organizationName, client = sender.name)) - - when (sender.format) { - MimeFormat.HL7 -> { - val messages: List = HL7Reader(actionLogger).getMessages(rawReport) - val isBatch: Boolean = HL7Reader(actionLogger).isBatch(rawReport, messages.size) - // create a Report for this incoming HL7 message to use for tracking in the database - - report = Report( - if (isBatch) MimeFormat.HL7_BATCH else MimeFormat.HL7, - sources, - messages.size, - metadata = metadata, - nextAction = TaskAction.convert, - topic = sender.topic, - id = queueMessage.reportId, - bodyURL = queueMessage.blobURL - ) - - // check for valid message type - messages.forEachIndexed { idx, element -> - MessageType.validateMessageType(element, actionLogger, idx + 1) - } - } - - MimeFormat.FHIR -> { - val bundles = FhirTranscoder.getBundles(rawReport, actionLogger) - report = Report( - MimeFormat.FHIR, - sources, - bundles.size, - metadata = metadata, - nextAction = TaskAction.convert, - topic = sender.topic, - id = queueMessage.reportId, - bodyURL = queueMessage.blobURL - ) - } - - else -> { - actionLogger.error(InvalidReportMessage("Unsupported sender format: ${sender.format}")) - reportEventService.sendSubmissionProcessingError( - ReportStreamEventName.REPORT_NOT_PROCESSABLE, - TaskAction.receive, - "Unsupported sender format ${sender.format}.", - queueMessage.reportId, - queueMessage.blobURL - ) { - params( - actionLogger.errors.associateBy { ReportStreamEventProperties.PROCESSING_ERROR } - .plus( - mapOf( - ReportStreamEventProperties.REQUEST_PARAMETERS to queueMessage.headers.toString(), - ReportStreamEventProperties.SENDER_NAME to sender.fullName, - ReportStreamEventProperties.FILE_LENGTH to queueMessage.headers["content-length"] - .toString(), - ReportStreamEventProperties.SENDER_IP to (getSenderIP(queueMessage.headers) ?: ""), - ReportStreamEventProperties.ITEM_FORMAT to sender.format - ) - ) - ) - } - // Insert the acceptance into the submissions table - val tableEntity = Submission( - queueMessage.reportId.toString(), - "Rejected", - queueMessage.blobURL, - actionLogger.errors.takeIf { it.isNotEmpty() }?.map { it.detail.message }?.toString() - ) - submissionTableService.insertSubmission(tableEntity) - throw IllegalStateException("Unsupported sender format: ${sender.format}") - } - } - report - } - } -} \ No newline at end of file diff --git a/prime-router/src/main/kotlin/fhirengine/engine/FHIRReceiverFilter.kt b/prime-router/src/main/kotlin/fhirengine/engine/FHIRReceiverFilter.kt index aa11ba34f13..4f9a0998923 100644 --- a/prime-router/src/main/kotlin/fhirengine/engine/FHIRReceiverFilter.kt +++ b/prime-router/src/main/kotlin/fhirengine/engine/FHIRReceiverFilter.kt @@ -31,6 +31,7 @@ import gov.cdc.prime.router.azure.observability.context.withLoggingContext import gov.cdc.prime.router.azure.observability.event.AzureEventService import gov.cdc.prime.router.azure.observability.event.AzureEventServiceImpl import gov.cdc.prime.router.azure.observability.event.AzureEventUtils +import gov.cdc.prime.router.azure.observability.event.IReportStreamEventService import gov.cdc.prime.router.azure.observability.event.ReportStreamEventName import gov.cdc.prime.router.azure.observability.event.ReportStreamEventProperties import gov.cdc.prime.router.codes @@ -64,7 +65,9 @@ class FHIRReceiverFilter( blob: BlobAccess = BlobAccess(), azureEventService: AzureEventService = AzureEventServiceImpl(), reportService: ReportService = ReportService(ReportGraph(db), db), -) : FHIREngine(metadata, settings, db, blob, azureEventService, reportService) { + reportStreamEventService: IReportStreamEventService, +) : FHIREngine(metadata, settings, db, blob, azureEventService, reportService, reportStreamEventService) { + override val finishedField: Field = Tables.TASK.RECEIVER_FILTERED_AT override val engineType: String = "ReceiverFilter" diff --git a/prime-router/src/main/kotlin/fhirengine/engine/FHIRTranslator.kt b/prime-router/src/main/kotlin/fhirengine/engine/FHIRTranslator.kt index 5d319720ddd..674ea533330 100644 --- a/prime-router/src/main/kotlin/fhirengine/engine/FHIRTranslator.kt +++ b/prime-router/src/main/kotlin/fhirengine/engine/FHIRTranslator.kt @@ -25,6 +25,7 @@ import gov.cdc.prime.router.azure.observability.context.MDCUtils import gov.cdc.prime.router.azure.observability.context.withLoggingContext import gov.cdc.prime.router.azure.observability.event.AzureEventService import gov.cdc.prime.router.azure.observability.event.AzureEventServiceImpl +import gov.cdc.prime.router.azure.observability.event.IReportStreamEventService import gov.cdc.prime.router.common.Environment import gov.cdc.prime.router.fhirengine.config.HL7TranslationConfig import gov.cdc.prime.router.fhirengine.translation.hl7.FhirToHl7Context @@ -53,7 +54,8 @@ class FHIRTranslator( blob: BlobAccess = BlobAccess(), azureEventService: AzureEventService = AzureEventServiceImpl(), reportService: ReportService = ReportService(), -) : FHIREngine(metadata, settings, db, blob, azureEventService, reportService) { + reportStreamEventService: IReportStreamEventService, +) : FHIREngine(metadata, settings, db, blob, azureEventService, reportService, reportStreamEventService) { /** * Accepts a [FhirTranslateQueueMessage] [message] and, based on its parameters, sends a report to the next pipeline * step containing either the first ancestor's blob or a new blob that has been translated per diff --git a/prime-router/src/main/kotlin/fhirengine/engine/PrimeRouterQueueMessage.kt b/prime-router/src/main/kotlin/fhirengine/engine/PrimeRouterQueueMessage.kt index 6350a676a33..f547b24b975 100644 --- a/prime-router/src/main/kotlin/fhirengine/engine/PrimeRouterQueueMessage.kt +++ b/prime-router/src/main/kotlin/fhirengine/engine/PrimeRouterQueueMessage.kt @@ -37,14 +37,14 @@ abstract class ReportPipelineMessage : PrimeRouterQueueMessage() @JsonTypeName("receive") -data class FhirReceiveQueueMessage( +data class FhirConvertSubmissionQueueMessage( override val reportId: ReportId, override val blobURL: String, override val digest: String, override val blobSubFolderName: String, override val headers: Map = emptyMap(), ) : ReportPipelineMessage(), QueueMessage.ReceiveInformation { - override val messageQueueName = QueueMessage.Companion.elrReceiveQueueName + override val messageQueueName = QueueMessage.Companion.elrSubmissionConvertQueueName } @JsonTypeName("convert") diff --git a/prime-router/src/test/kotlin/azure/ActionHistoryTests.kt b/prime-router/src/test/kotlin/azure/ActionHistoryTests.kt index c6b6c5389a6..b6f26ae29b0 100644 --- a/prime-router/src/test/kotlin/azure/ActionHistoryTests.kt +++ b/prime-router/src/test/kotlin/azure/ActionHistoryTests.kt @@ -376,9 +376,9 @@ class ActionHistoryTests { "" ) every { - mockReportEventService.sendReportEvent(any(), any(), any(), any()) + mockReportEventService.sendReportEvent(any(), any(), any(), any(), any()) } returns Unit - every { mockReportEventService.sendItemEvent(any(), any(), any(), any()) } returns Unit + every { mockReportEventService.sendItemEvent(any(), any(), any(), any(), any()) } returns Unit mockkObject(Report) mockkObject(FhirTranscoder) every { FhirTranscoder.decode(any(), any()) } returns mockk() @@ -433,8 +433,8 @@ class ActionHistoryTests { assertThat(reportFile.itemCount).isEqualTo(15) assertThat(actionHistory1.action.externalName).isEqualTo("filename1") verify(exactly = 1) { - mockReportEventService.sendReportEvent(any(), any(), any(), any()) - mockReportEventService.sendItemEvent(any(), any(), any(), any()) + mockReportEventService.sendReportEvent(any(), any(), any(), any(), any()) + mockReportEventService.sendItemEvent(any(), any(), any(), any(), any()) } // not allowed to track the same report twice. assertFailure { @@ -516,9 +516,9 @@ class ActionHistoryTests { every { anyConstructed().generateDigest(any()) } returns mockk() val header = mockk() every { - mockReportEventService.sendReportEvent(any(), any(), any(), any()) + mockReportEventService.sendReportEvent(any(), any(), any(), any(), any()) } returns Unit - every { mockReportEventService.sendItemEvent(any(), any(), any(), any()) } returns Unit + every { mockReportEventService.sendItemEvent(any(), any(), any(), any(), any()) } returns Unit val inReportFile = mockk() every { header.reportFile } returns inReportFile every { header.content } returns "".toByteArray() @@ -571,8 +571,8 @@ class ActionHistoryTests { assertThat(actionHistory2.reportsOut[uuid]?.schemaName) .isEqualTo("STED/NESTED/STLTs/REALLY_LONG_STATE_NAME/REALLY_LONG_STATE_NAME") verify(exactly = 2) { - mockReportEventService.sendReportEvent(any(), any(), any(), any()) - mockReportEventService.sendItemEvent(any(), any(), any(), any()) + mockReportEventService.sendReportEvent(any(), any(), any(), any(), any()) + mockReportEventService.sendItemEvent(any(), any(), any(), any(), any()) } } @@ -784,9 +784,9 @@ class ActionHistoryTests { every { anyConstructed().generateDigest(any()) } returns mockk() val header = mockk() every { - mockReportEventService.sendReportEvent(any(), any(), any(), any()) + mockReportEventService.sendReportEvent(any(), any(), any(), any(), any()) } returns Unit - every { mockReportEventService.sendItemEvent(any(), any(), any(), any()) } returns Unit + every { mockReportEventService.sendItemEvent(any(), any(), any(), any(), any()) } returns Unit val inReportFile = mockk() every { header.reportFile } returns inReportFile every { header.content } returns "".toByteArray() @@ -837,8 +837,8 @@ class ActionHistoryTests { assertContains(blobUrls[0], org.receivers[0].fullName) assertContains(blobUrls[1], org.receivers[1].fullName) verify(exactly = 2) { - mockReportEventService.sendReportEvent(any(), any(), any(), any()) - mockReportEventService.sendItemEvent(any(), any(), any(), any()) + mockReportEventService.sendReportEvent(any(), any(), any(), any(), any()) + mockReportEventService.sendItemEvent(any(), any(), any(), any(), any()) } } diff --git a/prime-router/src/test/kotlin/azure/FHIRFunctionsTests.kt b/prime-router/src/test/kotlin/azure/FHIRFunctionsTests.kt index 1d3454c1824..6ccd26f0852 100644 --- a/prime-router/src/test/kotlin/azure/FHIRFunctionsTests.kt +++ b/prime-router/src/test/kotlin/azure/FHIRFunctionsTests.kt @@ -66,7 +66,11 @@ class FHIRFunctionsTests { .databaseAccess(accessSpy) .build() every { accessSpy.fetchReportFile(any()) } returns mockk(relaxed = true) - return FHIRFunctions(workflowEngine, databaseAccess = accessSpy) + return FHIRFunctions( + workflowEngine, + databaseAccess = accessSpy, + submissionTableService = mockk() + ) } @Test @@ -76,7 +80,14 @@ class FHIRFunctionsTests { val mockReportEventService = mockk(relaxed = true) val init = slot Unit>() every { - mockReportEventService.sendReportProcessingError(any(), any(), any(), any(), capture(init)) + mockReportEventService.sendReportProcessingError( + any(), + any(), + any(), + any(), + any(), + capture(init) + ) } returns Unit val mockFHIRConverter = mockk(relaxed = true) every { mockFHIRConverter.run(any(), any(), any(), any()) } throws RuntimeException("Error") @@ -94,6 +105,7 @@ class FHIRFunctionsTests { any(), TaskAction.convert, "Error", + any(), init.captured ) } diff --git a/prime-router/src/test/kotlin/azure/observability/event/ReportEventServiceTest.kt b/prime-router/src/test/kotlin/azure/observability/event/ReportEventServiceTest.kt index 2604cffdee4..00360b9600b 100644 --- a/prime-router/src/test/kotlin/azure/observability/event/ReportEventServiceTest.kt +++ b/prime-router/src/test/kotlin/azure/observability/event/ReportEventServiceTest.kt @@ -202,7 +202,7 @@ class ReportEventServiceTest { val data = reportEventService.getItemEventData( 1, - translateNode.node.reportId, + translateNode.node.reportId, 1, "" ) diff --git a/prime-router/src/test/kotlin/common/UniversalPipelineTestUtils.kt b/prime-router/src/test/kotlin/common/UniversalPipelineTestUtils.kt index f158a08993b..45f03b9514e 100644 --- a/prime-router/src/test/kotlin/common/UniversalPipelineTestUtils.kt +++ b/prime-router/src/test/kotlin/common/UniversalPipelineTestUtils.kt @@ -19,6 +19,7 @@ import gov.cdc.prime.router.azure.BlobAccess import gov.cdc.prime.router.azure.DataAccessTransaction import gov.cdc.prime.router.azure.Event import gov.cdc.prime.router.azure.ProcessEvent +import gov.cdc.prime.router.azure.SubmissionTableService import gov.cdc.prime.router.azure.WorkflowEngine import gov.cdc.prime.router.azure.db.Tables import gov.cdc.prime.router.azure.db.enums.TaskAction @@ -30,6 +31,7 @@ import gov.cdc.prime.router.db.ReportStreamTestDatabaseContainer import gov.cdc.prime.router.fhirengine.azure.FHIRFunctions import gov.cdc.prime.router.metadata.LookupTable import gov.cdc.prime.router.unittest.UnitTestUtils +import io.mockk.mockk import org.jooq.impl.DSL import org.testcontainers.containers.GenericContainer import java.io.File @@ -282,6 +284,7 @@ object UniversalPipelineTestUtils { txn: DataAccessTransaction, expectedItems: Int? = null, expectedReports: Int = 1, + parentIsRoot: Boolean = false, ): List { val itemLineages = DSL .using(txn) @@ -297,6 +300,8 @@ object UniversalPipelineTestUtils { // itemCount is on the report created by the test. It will not be null. if (parent.itemCount > 1) { assertThat(itemLineages.map { it.parentIndex }).isEqualTo((1..expectedItems).toList()) + } else if (parentIsRoot) { + assertThat(itemLineages.map { it.parentIndex }).isEqualTo((1..expectedItems).toList()) } else { assertThat(itemLineages.map { it.parentIndex }).isEqualTo(MutableList(expectedItems) { 1 }) } @@ -399,7 +404,11 @@ object UniversalPipelineTestUtils { .settingsProvider(settings) .databaseAccess(ReportStreamTestDatabaseContainer.testDatabaseAccess) .build() - return FHIRFunctions(workflowEngine, databaseAccess = ReportStreamTestDatabaseContainer.testDatabaseAccess) + return FHIRFunctions( + workflowEngine, + databaseAccess = ReportStreamTestDatabaseContainer.testDatabaseAccess, + submissionTableService = mockk() + ) } fun getBlobContainerMetadata(azuriteContainer: GenericContainer<*>): BlobAccess.BlobContainerMetadata { diff --git a/prime-router/src/test/kotlin/fhirengine/azure/FHIRConverterIntegrationTests.kt b/prime-router/src/test/kotlin/fhirengine/azure/FHIRConverterIntegrationTests.kt index bd483b02079..a5a553442a5 100644 --- a/prime-router/src/test/kotlin/fhirengine/azure/FHIRConverterIntegrationTests.kt +++ b/prime-router/src/test/kotlin/fhirengine/azure/FHIRConverterIntegrationTests.kt @@ -9,6 +9,8 @@ import assertk.assertions.isEqualToIgnoringGivenProperties import assertk.assertions.matchesPredicate import gov.cdc.prime.reportstream.shared.BlobUtils import gov.cdc.prime.reportstream.shared.QueueMessage +import gov.cdc.prime.router.ClientSource +import gov.cdc.prime.router.CustomerStatus import gov.cdc.prime.router.FileSettings import gov.cdc.prime.router.Metadata import gov.cdc.prime.router.MimeFormat @@ -16,12 +18,14 @@ import gov.cdc.prime.router.Options import gov.cdc.prime.router.Report import gov.cdc.prime.router.Sender import gov.cdc.prime.router.Topic +import gov.cdc.prime.router.UniversalPipelineSender import gov.cdc.prime.router.azure.ActionHistory import gov.cdc.prime.router.azure.BlobAccess import gov.cdc.prime.router.azure.DatabaseLookupTableAccess import gov.cdc.prime.router.azure.Event import gov.cdc.prime.router.azure.ProcessEvent import gov.cdc.prime.router.azure.QueueAccess +import gov.cdc.prime.router.azure.SubmissionTableService import gov.cdc.prime.router.azure.WorkflowEngine import gov.cdc.prime.router.azure.db.Tables import gov.cdc.prime.router.azure.db.enums.ActionLogType @@ -35,6 +39,7 @@ import gov.cdc.prime.router.azure.observability.event.ItemEventData import gov.cdc.prime.router.azure.observability.event.ReportEventData import gov.cdc.prime.router.azure.observability.event.ReportStreamEventName import gov.cdc.prime.router.azure.observability.event.ReportStreamEventProperties +import gov.cdc.prime.router.azure.observability.event.ReportStreamEventService import gov.cdc.prime.router.azure.observability.event.ReportStreamItemEvent import gov.cdc.prime.router.cli.tests.CompareData import gov.cdc.prime.router.common.TestcontainersUtils @@ -67,11 +72,14 @@ import gov.cdc.prime.router.fhirengine.engine.FHIRConverter import gov.cdc.prime.router.fhirengine.engine.FhirDestinationFilterQueueMessage import gov.cdc.prime.router.fhirengine.utils.FhirTranscoder import gov.cdc.prime.router.history.DetailedActionLog +import gov.cdc.prime.router.history.db.ReportGraph import gov.cdc.prime.router.metadata.LookupTable import gov.cdc.prime.router.metadata.ObservationMappingConstants +import gov.cdc.prime.router.report.ReportService import gov.cdc.prime.router.unittest.UnitTestUtils import gov.cdc.prime.router.version.Version import io.mockk.every +import io.mockk.mockk import io.mockk.mockkConstructor import io.mockk.mockkObject import io.mockk.unmockkAll @@ -80,6 +88,7 @@ import org.jooq.impl.DSL import org.junit.jupiter.api.AfterEach import org.junit.jupiter.api.BeforeEach import org.junit.jupiter.api.Test +import org.junit.jupiter.api.assertThrows import org.junit.jupiter.api.extension.ExtendWith import org.testcontainers.junit.jupiter.Container import org.testcontainers.junit.jupiter.Testcontainers @@ -87,6 +96,7 @@ import tech.tablesaw.api.StringColumn import tech.tablesaw.api.Table import java.nio.charset.Charset import java.time.OffsetDateTime +import java.util.UUID @Testcontainers @ExtendWith(ReportStreamTestDatabaseSetupExtension::class) @@ -101,6 +111,14 @@ class FHIRConverterIntegrationTests { ) val azureEventService = InMemoryAzureEventService() + val mockSubmissionTableService = mockk() + val reportStreamEventService = ReportStreamEventService( + ReportStreamTestDatabaseContainer.testDatabaseAccess, azureEventService, + ReportService( + ReportGraph(ReportStreamTestDatabaseContainer.testDatabaseAccess), + ReportStreamTestDatabaseContainer.testDatabaseAccess + ) + ) private fun createFHIRFunctionsInstance(): FHIRFunctions { val settings = FileSettings().loadOrganizations(universalPipelineOrganization) @@ -114,7 +132,14 @@ class FHIRConverterIntegrationTests { .settingsProvider(settings) .databaseAccess(ReportStreamTestDatabaseContainer.testDatabaseAccess) .build() - return FHIRFunctions(workflowEngine, databaseAccess = ReportStreamTestDatabaseContainer.testDatabaseAccess) + + return FHIRFunctions( + workflowEngine, + databaseAccess = ReportStreamTestDatabaseContainer.testDatabaseAccess, + submissionTableService = mockSubmissionTableService, + azureEventService = azureEventService, + reportStreamEventService = reportStreamEventService + ) } private fun createFHIRConverter(): FHIRConverter { @@ -128,19 +153,15 @@ class FHIRConverterIntegrationTests { settings, ReportStreamTestDatabaseContainer.testDatabaseAccess, azureEventService = azureEventService, + reportStreamEventService = reportStreamEventService ) } - private fun generateQueueMessage( + private fun generateFHIRConvertQueueMessage( report: Report, blobContents: String, sender: Sender, - headers: Map? = null, ): String { - val headersString = headers?.entries?.joinToString(separator = ",\n") { (key, value) -> - """"$key": "$value"""" - } ?: "" - return """ { "type": "convert", @@ -150,7 +171,29 @@ class FHIRConverterIntegrationTests { "blobSubFolderName": "${sender.fullName}", "topic": "${sender.topic.jsonVal}", "schemaName": "${sender.schemaName}" - ${if (headersString.isNotEmpty()) ",\n$headersString" else ""} + } + """.trimIndent() + } + + private fun generateFHIRConvertSubmissionQueueMessage( + report: Report, + blobContents: String, + sender: Sender, + ): String { + // TODO: something is wrong with the Jackson configuration as it should not require the type to parse this + val headers = mapOf("client_id" to sender.fullName) + val headersStringMap = headers.entries.joinToString(separator = ",\n") { (key, value) -> + """"$key": "$value"""" + } + val headersString = "[\"java.util.LinkedHashMap\",{$headersStringMap}]" + return """ + { + "type": "receive-fhir", + "reportId": "${report.id}", + "blobURL": "${report.bodyURL}", + "digest": "${BlobUtils.digestToString(BlobUtils.sha256Digest(blobContents.toByteArray()))}", + "blobSubFolderName": "${sender.fullName}", + "headers":$headersString } """.trimIndent() } @@ -164,6 +207,9 @@ class FHIRConverterIntegrationTests { mockkObject(BlobAccess.BlobContainerMetadata) every { BlobAccess.BlobContainerMetadata.build(any(), any()) } returns getBlobContainerMetadata() mockkConstructor(DatabaseLookupTableAccess::class) + every { mockSubmissionTableService.insertSubmission(any()) } returns Unit + mockkObject(Metadata) + every { Metadata.getInstance() } returns UnitTestUtils.simpleMetadata } @AfterEach @@ -239,6 +285,235 @@ class FHIRConverterIntegrationTests { } } + @Test + fun `should add a message to the poison queue if the sender is not found and not do any work`() { + val receivedReportContents = + listOf(cleanHL7Record, invalidHL7Record, unparseableHL7Record, badEncodingHL7Record) + .joinToString("\n") + val receiveBlobUrl = BlobAccess.uploadBlob( + "receive/happy-path.hl7", + receivedReportContents.toByteArray(), + getBlobContainerMetadata() + ) + + val receiveReport = Report( + hl7SenderWithNoTransform.format, + listOf( + ClientSource( + organization = hl7SenderWithNoTransform.organizationName, + client = hl7SenderWithNoTransform.name + ) + ), + 1, + metadata = UnitTestUtils.simpleMetadata, + nextAction = TaskAction.convert, + topic = hl7SenderWithNoTransform.topic, + id = UUID.randomUUID(), + bodyURL = receiveBlobUrl + ) + val missingSender = UniversalPipelineSender( + "foo", + "phd", + MimeFormat.HL7, + CustomerStatus.ACTIVE, + topic = Topic.FULL_ELR, + ) + val queueMessage = + generateFHIRConvertSubmissionQueueMessage(receiveReport, receivedReportContents, missingSender) + val fhirFunctions = createFHIRFunctionsInstance() + + fhirFunctions.process(queueMessage, 1, createFHIRConverter(), ActionHistory(TaskAction.convert)) + ReportStreamTestDatabaseContainer.testDatabaseAccess.transact { txn -> + assertThrows { + ReportStreamTestDatabaseContainer.testDatabaseAccess.fetchReportFile(receiveReport.id, txn = txn) + } + val processedReports = fetchChildReports( + receiveReport, txn, 0, 0, parentIsRoot = true + ) + assertThat(processedReports).hasSize(0) + verify(exactly = 1) { + QueueAccess.sendMessage( + "${QueueMessage.elrSubmissionConvertQueueName}-poison", + queueMessage + + ) + } + } + } + + @Test + fun `should successfully process a FhirConvertSubmissionQueueMessage`() { + val receivedReportContents = + listOf(cleanHL7Record, invalidHL7Record, unparseableHL7Record, badEncodingHL7Record) + .joinToString("\n") + val receiveBlobUrl = BlobAccess.uploadBlob( + "receive/happy-path.hl7", + receivedReportContents.toByteArray(), + getBlobContainerMetadata() + ) + + val receiveReport = Report( + hl7SenderWithNoTransform.format, + listOf( + ClientSource( + organization = hl7SenderWithNoTransform.organizationName, + client = hl7SenderWithNoTransform.name + ) + ), + 1, + metadata = UnitTestUtils.simpleMetadata, + nextAction = TaskAction.convert, + topic = hl7SenderWithNoTransform.topic, + id = UUID.randomUUID(), + bodyURL = receiveBlobUrl + ) + val queueMessage = + generateFHIRConvertSubmissionQueueMessage(receiveReport, receivedReportContents, hl7SenderWithNoTransform) + val fhirFunctions = createFHIRFunctionsInstance() + + fhirFunctions.process(queueMessage, 1, createFHIRConverter(), ActionHistory(TaskAction.convert)) + + ReportStreamTestDatabaseContainer.testDatabaseAccess.transact { txn -> + val externalReportRecord = + ReportStreamTestDatabaseContainer.testDatabaseAccess.fetchReportFile(receiveReport.id, txn = txn) + assertThat(externalReportRecord.sendingOrg).isEqualTo(hl7SenderWithNoTransform.organizationName) + assertThat(externalReportRecord.sendingOrgClient).isEqualTo(hl7SenderWithNoTransform.name) + val (routedReports, unroutedReports) = fetchChildReports( + receiveReport, txn, 4, 4, parentIsRoot = true + ).partition { it.nextAction != TaskAction.none } + assertThat(routedReports).hasSize(2) + routedReports.forEach { + assertThat(it.nextAction).isEqualTo(TaskAction.destination_filter) + assertThat(it.receivingOrg).isEqualTo(null) + assertThat(it.receivingOrgSvc).isEqualTo(null) + assertThat(it.schemaName).isEqualTo("None") + assertThat(it.schemaTopic).isEqualTo(Topic.FULL_ELR) + assertThat(it.bodyFormat).isEqualTo("FHIR") + } + assertThat(unroutedReports).hasSize(2) + unroutedReports.forEach { + assertThat(it.nextAction).isEqualTo(TaskAction.none) + assertThat(it.receivingOrg).isEqualTo(null) + assertThat(it.receivingOrgSvc).isEqualTo(null) + assertThat(it.schemaName).isEqualTo("None") + assertThat(it.schemaTopic).isEqualTo(Topic.FULL_ELR) + assertThat(it.bodyFormat).isEqualTo("FHIR") + } + // Verify that the expected FHIR bundles were uploaded + val reportAndBundles = + routedReports.map { + Pair( + it, + BlobAccess.downloadBlobAsByteArray(it.bodyUrl, getBlobContainerMetadata()) + ) + } + + assertThat(reportAndBundles).transform { pairs -> pairs.map { it.second } }.each { + it.matchesPredicate { bytes -> + val invalidHL7Result = CompareData().compare( + cleanHL7RecordConverted.byteInputStream(), + bytes.inputStream(), + MimeFormat.FHIR, + null + ) + invalidHL7Result.passed + + val cleanHL7Result = CompareData().compare( + invalidHL7RecordConverted.byteInputStream(), + bytes.inputStream(), + MimeFormat.FHIR, + null + ) + invalidHL7Result.passed || cleanHL7Result.passed + } + } + + val expectedQueueMessages = reportAndBundles.map { (report, fhirBundle) -> + FhirDestinationFilterQueueMessage( + report.reportId, + report.bodyUrl, + BlobUtils.digestToString(BlobUtils.sha256Digest(fhirBundle)), + hl7SenderWithNoTransform.fullName, + hl7SenderWithNoTransform.topic + ) + }.map { it.serialize() } + + verify(exactly = 2) { + QueueAccess.sendMessage( + QueueMessage.elrDestinationFilterQueueName, + match { expectedQueueMessages.contains(it) } + ) + } + + val actionLogs = DSL.using(txn).select(Tables.ACTION_LOG.asterisk()).from(Tables.ACTION_LOG) + .where(Tables.ACTION_LOG.REPORT_ID.eq(receiveReport.id)) + .and(Tables.ACTION_LOG.TYPE.eq(ActionLogType.error)) + .fetchInto( + DetailedActionLog::class.java + ) + + assertThat(actionLogs).hasSize(2) + @Suppress("ktlint:standard:max-line-length") + assertThat(actionLogs).transform { logs -> logs.map { it.detail.message } } + .containsOnly( + "Item 3 in the report was not parseable. Reason: exception while parsing HL7: Determine encoding for message. The following is the first 50 chars of the message for reference, although this may not be where the issue is: MSH^~\\&|CDC PRIME - Atlanta, Georgia (Dekalb)^2.16", + "Item 4 in the report was not parseable. Reason: exception while parsing HL7: Invalid or incomplete encoding characters - MSH-2 is ^~\\&#!" + ) + assertThat(actionLogs).transform { + it.map { log -> + log.trackingId + } + }.containsOnly( + "", + "" + ) + + assertThat(azureEventService.reportStreamEvents[ReportStreamEventName.ITEM_ACCEPTED]!!).hasSize(2) + val event = + azureEventService + .reportStreamEvents[ReportStreamEventName.ITEM_ACCEPTED]!!.last() as ReportStreamItemEvent + assertThat(event.reportEventData).isEqualToIgnoringGivenProperties( + ReportEventData( + routedReports[1].reportId, + receiveReport.id, + listOf(receiveReport.id), + Topic.FULL_ELR, + routedReports[1].bodyUrl, + TaskAction.convert, + OffsetDateTime.now(), + Version.commitId + ), + ReportEventData::timestamp + ) + assertThat(event.itemEventData).isEqualToIgnoringGivenProperties( + ItemEventData( + 1, + 2, + 2, + "371784", + "phd.hl7-elr-no-transform" + ) + ) + assertThat(event.params).isEqualTo( + mapOf( + ReportStreamEventProperties.ITEM_FORMAT to MimeFormat.HL7, + ReportStreamEventProperties.BUNDLE_DIGEST to BundleDigestLabResult( + observationSummaries = AzureEventUtils + .getObservationSummaries( + FhirTranscoder.decode( + reportAndBundles[1].second.toString(Charset.defaultCharset()) + ) + ), + patientState = listOf("TX"), + orderingFacilityState = listOf("FL"), + performerState = emptyList(), + eventType = "ORU^R01^ORU_R01" + ) + ) + ) + } + } + @Test fun `should successfully convert HL7 messages`() { val receivedReportContents = @@ -251,7 +526,8 @@ class FHIRConverterIntegrationTests { ) val receiveReport = setupConvertStep(MimeFormat.HL7, hl7SenderWithNoTransform, receiveBlobUrl, 4) - val queueMessage = generateQueueMessage(receiveReport, receivedReportContents, hl7SenderWithNoTransform) + val queueMessage = + generateFHIRConvertQueueMessage(receiveReport, receivedReportContents, hl7SenderWithNoTransform) val fhirFunctions = createFHIRFunctionsInstance() fhirFunctions.process(queueMessage, 1, createFHIRConverter(), ActionHistory(TaskAction.convert)) @@ -362,7 +638,7 @@ class FHIRConverterIntegrationTests { OffsetDateTime.now(), Version.commitId ), - ReportEventData::timestamp + ReportEventData::timestamp ) assertThat(event.itemEventData).isEqualToIgnoringGivenProperties( ItemEventData( @@ -432,7 +708,7 @@ class FHIRConverterIntegrationTests { MimeFormat.FHIR, fhirSenderWithNoTransform, receiveBlobUrl, 4 ) - val queueMessage = generateQueueMessage( + val queueMessage = generateFHIRConvertQueueMessage( receiveReport, receivedReportContents, fhirSenderWithNoTransform ) @@ -535,7 +811,7 @@ class FHIRConverterIntegrationTests { OffsetDateTime.now(), Version.commitId ), - ReportEventData::timestamp + ReportEventData::timestamp ) assertThat(event.itemEventData).isEqualToIgnoringGivenProperties( ItemEventData( @@ -578,7 +854,7 @@ class FHIRConverterIntegrationTests { ) val receiveReport = setupConvertStep(MimeFormat.HL7, senderWithValidation, receiveBlobUrl, 2) - val queueMessage = generateQueueMessage(receiveReport, receivedReportContents, senderWithValidation) + val queueMessage = generateFHIRConvertQueueMessage(receiveReport, receivedReportContents, senderWithValidation) val fhirFunctions = createFHIRFunctionsInstance() fhirFunctions.process(queueMessage, 1, createFHIRConverter(), ActionHistory(TaskAction.convert)) @@ -671,7 +947,7 @@ class FHIRConverterIntegrationTests { OffsetDateTime.now(), Version.commitId ), - ReportEventData::timestamp + ReportEventData::timestamp ) assertThat(event.itemEventData).isEqualToIgnoringGivenProperties( ItemEventData( @@ -689,7 +965,7 @@ class FHIRConverterIntegrationTests { ReportStreamEventProperties.VALIDATION_PROFILE to Topic.MARS_OTC_ELR.validator.validatorProfileName, @Suppress("ktlint:standard:max-line-length") ReportStreamEventProperties.PROCESSING_ERROR - to "Item 2 in the report was not valid. Reason: HL7 was not valid at MSH[1]-21[1].3 for validator: RADx MARS" + to "Item 2 in the report was not valid. Reason: HL7 was not valid at MSH[1]-21[1].3 for validator: RADx MARS" ) ) } @@ -706,7 +982,7 @@ class FHIRConverterIntegrationTests { ) val receiveReport = setupConvertStep(MimeFormat.HL7, hl7Sender, receiveBlobUrl, 2) - val queueMessage = generateQueueMessage(receiveReport, receivedReportContents, hl7Sender) + val queueMessage = generateFHIRConvertQueueMessage(receiveReport, receivedReportContents, hl7Sender) val fhirFunctions = createFHIRFunctionsInstance() fhirFunctions.process(queueMessage, 1, createFHIRConverter(), ActionHistory(TaskAction.convert)) @@ -787,7 +1063,7 @@ class FHIRConverterIntegrationTests { ) val receiveReport = setupConvertStep(MimeFormat.HL7, hl7Sender, receiveBlobUrl, 1) - val queueMessage = generateQueueMessage(receiveReport, receivedReportContents, hl7Sender) + val queueMessage = generateFHIRConvertQueueMessage(receiveReport, receivedReportContents, hl7Sender) val fhirFunctions = createFHIRFunctionsInstance() fhirFunctions.process(queueMessage, 1, createFHIRConverter(), ActionHistory(TaskAction.convert)) @@ -816,7 +1092,7 @@ class FHIRConverterIntegrationTests { ) val receiveReport = setupConvertStep(MimeFormat.HL7, hl7Sender, receiveBlobUrl, 1) - val queueMessage = generateQueueMessage(receiveReport, receivedReportContents, hl7Sender) + val queueMessage = generateFHIRConvertQueueMessage(receiveReport, receivedReportContents, hl7Sender) val fhirFunctions = createFHIRFunctionsInstance() fhirFunctions.process(queueMessage, 1, createFHIRConverter(), ActionHistory(TaskAction.convert)) @@ -845,7 +1121,7 @@ class FHIRConverterIntegrationTests { ) val receiveReport = setupConvertStep(MimeFormat.HL7, hl7Sender, receiveBlobUrl, 1) - val queueMessage = generateQueueMessage(receiveReport, receivedReportContents, hl7Sender) + val queueMessage = generateFHIRConvertQueueMessage(receiveReport, receivedReportContents, hl7Sender) val fhirFunctions = createFHIRFunctionsInstance() fhirFunctions.process(queueMessage, 1, createFHIRConverter(), ActionHistory(TaskAction.convert)) diff --git a/prime-router/src/test/kotlin/fhirengine/azure/FHIRDestinationFilterIntegrationTests.kt b/prime-router/src/test/kotlin/fhirengine/azure/FHIRDestinationFilterIntegrationTests.kt index 8e2f420d888..2c8f314fbe6 100644 --- a/prime-router/src/test/kotlin/fhirengine/azure/FHIRDestinationFilterIntegrationTests.kt +++ b/prime-router/src/test/kotlin/fhirengine/azure/FHIRDestinationFilterIntegrationTests.kt @@ -33,6 +33,7 @@ import gov.cdc.prime.router.azure.observability.event.ItemEventData import gov.cdc.prime.router.azure.observability.event.ReportEventData import gov.cdc.prime.router.azure.observability.event.ReportStreamEventName import gov.cdc.prime.router.azure.observability.event.ReportStreamEventProperties +import gov.cdc.prime.router.azure.observability.event.ReportStreamEventService import gov.cdc.prime.router.azure.observability.event.ReportStreamItemEvent import gov.cdc.prime.router.common.TestcontainersUtils import gov.cdc.prime.router.common.UniversalPipelineTestUtils @@ -120,7 +121,14 @@ class FHIRDestinationFilterIntegrationTests : Logging { settings, db = ReportStreamTestDatabaseContainer.testDatabaseAccess, reportService = ReportService(ReportGraph(ReportStreamTestDatabaseContainer.testDatabaseAccess)), - azureEventService = azureEventService + azureEventService = azureEventService, + reportStreamEventService = ReportStreamEventService( + ReportStreamTestDatabaseContainer.testDatabaseAccess, azureEventService, + ReportService( + ReportGraph(ReportStreamTestDatabaseContainer.testDatabaseAccess), + ReportStreamTestDatabaseContainer.testDatabaseAccess + ) + ) ) } diff --git a/prime-router/src/test/kotlin/fhirengine/azure/FHIRReceiverFilterIntegrationTests.kt b/prime-router/src/test/kotlin/fhirengine/azure/FHIRReceiverFilterIntegrationTests.kt index eae5b63fe2c..4acfecbf826 100644 --- a/prime-router/src/test/kotlin/fhirengine/azure/FHIRReceiverFilterIntegrationTests.kt +++ b/prime-router/src/test/kotlin/fhirengine/azure/FHIRReceiverFilterIntegrationTests.kt @@ -39,6 +39,7 @@ import gov.cdc.prime.router.azure.observability.event.ItemEventData import gov.cdc.prime.router.azure.observability.event.ReportEventData import gov.cdc.prime.router.azure.observability.event.ReportStreamEventName import gov.cdc.prime.router.azure.observability.event.ReportStreamEventProperties +import gov.cdc.prime.router.azure.observability.event.ReportStreamEventService import gov.cdc.prime.router.azure.observability.event.ReportStreamItemEvent import gov.cdc.prime.router.common.TestcontainersUtils import gov.cdc.prime.router.common.UniversalPipelineTestUtils @@ -214,7 +215,14 @@ class FHIRReceiverFilterIntegrationTests : Logging { settings, db = ReportStreamTestDatabaseContainer.testDatabaseAccess, reportService = ReportService(ReportGraph(ReportStreamTestDatabaseContainer.testDatabaseAccess)), - azureEventService = azureEventService + azureEventService = azureEventService, + reportStreamEventService = ReportStreamEventService( + ReportStreamTestDatabaseContainer.testDatabaseAccess, azureEventService, + ReportService( + ReportGraph(ReportStreamTestDatabaseContainer.testDatabaseAccess), + ReportStreamTestDatabaseContainer.testDatabaseAccess + ) + ) ) } diff --git a/prime-router/src/test/kotlin/fhirengine/azure/FHIRReceiverIntegrationTests.kt b/prime-router/src/test/kotlin/fhirengine/azure/FHIRReceiverIntegrationTests.kt deleted file mode 100644 index 525e53905d2..00000000000 --- a/prime-router/src/test/kotlin/fhirengine/azure/FHIRReceiverIntegrationTests.kt +++ /dev/null @@ -1,881 +0,0 @@ -package gov.cdc.prime.router.fhirengine.azure - -import assertk.assertThat -import assertk.assertions.hasSize -import assertk.assertions.isEmpty -import assertk.assertions.isEqualTo -import assertk.assertions.isEqualToIgnoringGivenProperties -import assertk.assertions.isNull -import gov.cdc.prime.reportstream.shared.BlobUtils -import gov.cdc.prime.router.FileSettings -import gov.cdc.prime.router.MimeFormat -import gov.cdc.prime.router.Sender -import gov.cdc.prime.router.Topic -import gov.cdc.prime.router.azure.ActionHistory -import gov.cdc.prime.router.azure.BlobAccess -import gov.cdc.prime.router.azure.QueueAccess -import gov.cdc.prime.router.azure.SubmissionTableService -import gov.cdc.prime.router.azure.TableAccess -import gov.cdc.prime.router.azure.WorkflowEngine -import gov.cdc.prime.router.azure.db.Tables -import gov.cdc.prime.router.azure.db.enums.ActionLogType -import gov.cdc.prime.router.azure.db.enums.TaskAction -import gov.cdc.prime.router.azure.db.tables.pojos.ReportFile -import gov.cdc.prime.router.azure.observability.event.InMemoryAzureEventService -import gov.cdc.prime.router.azure.observability.event.ReportEventData -import gov.cdc.prime.router.azure.observability.event.ReportStreamEventName -import gov.cdc.prime.router.azure.observability.event.ReportStreamEventProperties -import gov.cdc.prime.router.azure.observability.event.ReportStreamReportEvent -import gov.cdc.prime.router.common.TestcontainersUtils -import gov.cdc.prime.router.common.UniversalPipelineTestUtils.csvSenderWithNoTransform -import gov.cdc.prime.router.common.UniversalPipelineTestUtils.fhirSenderWithNoTransform -import gov.cdc.prime.router.common.UniversalPipelineTestUtils.fhirSenderWithNoTransformInactive -import gov.cdc.prime.router.common.UniversalPipelineTestUtils.hl7SenderWithNoTransform -import gov.cdc.prime.router.common.UniversalPipelineTestUtils.universalPipelineOrganization -import gov.cdc.prime.router.common.cleanHL7Record -import gov.cdc.prime.router.common.invalidMalformedFHIRRecord -import gov.cdc.prime.router.common.unparseableHL7Record -import gov.cdc.prime.router.common.validFHIRRecord1 -import gov.cdc.prime.router.db.ReportStreamTestDatabaseContainer -import gov.cdc.prime.router.db.ReportStreamTestDatabaseSetupExtension -import gov.cdc.prime.router.fhirengine.engine.FHIRReceiver -import gov.cdc.prime.router.history.DetailedActionLog -import gov.cdc.prime.router.history.DetailedReport -import gov.cdc.prime.router.unittest.UnitTestUtils -import gov.cdc.prime.router.version.Version -import io.mockk.clearAllMocks -import io.mockk.every -import io.mockk.mockkObject -import io.mockk.unmockkAll -import io.mockk.verify -import org.jooq.impl.DSL -import org.junit.jupiter.api.AfterEach -import org.junit.jupiter.api.BeforeEach -import org.junit.jupiter.api.Test -import org.junit.jupiter.api.extension.ExtendWith -import org.testcontainers.junit.jupiter.Container -import org.testcontainers.junit.jupiter.Testcontainers -import java.time.OffsetDateTime -import java.util.UUID -import kotlin.test.assertNotNull - -@Testcontainers -@ExtendWith(ReportStreamTestDatabaseSetupExtension::class) -class FHIRReceiverIntegrationTests { - - @Container - val azuriteContainer = TestcontainersUtils.createAzuriteContainer( - customImageName = "azurite_fhirreceiverintegration", - customEnv = mapOf( - "AZURITE_ACCOUNTS" to "devstoreaccount1:keydevstoreaccount1" - ) - ) - - private val azureEventService = InMemoryAzureEventService() - private lateinit var submissionTableService: SubmissionTableService - - private fun createFHIRFunctionsInstance(): FHIRFunctions { - val settings = FileSettings().loadOrganizations(universalPipelineOrganization) - val metadata = UnitTestUtils.simpleMetadata - val workflowEngine = WorkflowEngine - .Builder() - .metadata(metadata) - .settingsProvider(settings) - .databaseAccess(ReportStreamTestDatabaseContainer.testDatabaseAccess) - .build() - return FHIRFunctions(workflowEngine, databaseAccess = ReportStreamTestDatabaseContainer.testDatabaseAccess) - } - - private fun createFHIRReceiver(): FHIRReceiver { - val settings = FileSettings().loadOrganizations(universalPipelineOrganization) - val metadata = UnitTestUtils.simpleMetadata - return FHIRReceiver( - metadata, - settings, - ReportStreamTestDatabaseContainer.testDatabaseAccess, - azureEventService = azureEventService, - submissionTableService = submissionTableService - ) - } - - private fun generateReceiveQueueMessage( - reportId: String, - blobURL: String, - blobContents: String, - sender: Sender, - headers: Map, - ): String { - val headersStringMap = headers.entries.joinToString(separator = ",\n") { (key, value) -> - """"$key": "$value"""" - } - val headersString = "[\"java.util.LinkedHashMap\",{$headersStringMap}]" - - return """{"type":"receive-fhir","blobURL":"$blobURL", - "digest":"${BlobUtils.digestToString(BlobUtils.sha256Digest(blobContents.toByteArray()))}", - "blobSubFolderName":"${sender.fullName}","reportId":"$reportId","headers":$headersString} - """.trimIndent() - } - - @BeforeEach - fun beforeEach() { - clearAllMocks() - mockkObject(QueueAccess) - every { QueueAccess.sendMessage(any(), any()) } returns "" - mockkObject(BlobAccess) - every { BlobAccess getProperty "defaultBlobMetadata" } returns getBlobContainerMetadata() - mockkObject(BlobAccess.BlobContainerMetadata) - every { BlobAccess.BlobContainerMetadata.build(any(), any()) } returns getBlobContainerMetadata() - - mockkObject(TableAccess) - every { TableAccess.getConnectionString() } returns getConnString() - - submissionTableService = SubmissionTableService.getInstance() - submissionTableService.reset() - } - - @AfterEach - fun afterEach() { - unmockkAll() - } - - private fun getBlobContainerMetadata(): BlobAccess.BlobContainerMetadata = BlobAccess.BlobContainerMetadata( - "container1", - getConnString() - ) - - private fun getConnString(): String { - @Suppress("ktlint:standard:max-line-length") - return """DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=keydevstoreaccount1;BlobEndpoint=http://${azuriteContainer.host}:${azuriteContainer.getMappedPort(10000)}/devstoreaccount1;QueueEndpoint=http://${azuriteContainer.host}:${azuriteContainer.getMappedPort(10001)}/devstoreaccount1;TableEndpoint=http://${azuriteContainer.host}:${azuriteContainer.getMappedPort(10002)}/devstoreaccount1;""" - } - - @Test - fun `should handle inactive sender gracefully`() { - val receivedReportContents = - listOf(validFHIRRecord1) - .joinToString("\n") - val receiveBlobUrl = BlobAccess.uploadBlob( - "receive/happy-path.fhir", - receivedReportContents.toByteArray(), - getBlobContainerMetadata() - ) - - val reportId = UUID.randomUUID() - val headers = mapOf( - "content-type" to "application/fhir+ndjson;test", - "x-azure-clientip" to "0.0.0.0", - "payloadname" to "test_message", - "client_id" to fhirSenderWithNoTransformInactive.fullName, - "content-length" to "100" - ) - - val receiveQueueMessage = generateReceiveQueueMessage( - reportId.toString(), - receiveBlobUrl, - receivedReportContents, - fhirSenderWithNoTransformInactive, - headers = headers - ) - - val fhirFunctions = createFHIRFunctionsInstance() - - fhirFunctions.process( - receiveQueueMessage, - 1, - createFHIRReceiver(), - ActionHistory(TaskAction.receive) - ) - - ReportStreamTestDatabaseContainer.testDatabaseAccess.transact { txn -> - - val actionLogs = DSL.using(txn).select(Tables.ACTION_LOG.asterisk()) - .from(Tables.ACTION_LOG) - .where(Tables.ACTION_LOG.REPORT_ID.eq(reportId)) - .and(Tables.ACTION_LOG.TYPE.eq(ActionLogType.error)) - .fetchInto(DetailedActionLog::class.java) - - assertThat(actionLogs.first()).transform { it.detail.message } - .isEqualTo("Sender has customer status INACTIVE: phd.fhir-elr-no-transform-inactive") - - val reportFile = DSL.using(txn).select(Tables.REPORT_FILE.asterisk()) - .from(Tables.REPORT_FILE) - .where(Tables.REPORT_FILE.REPORT_ID.eq(reportId)) - .fetchInto(DetailedReport::class.java) - - assertThat(actionLogs.count()).isEqualTo(1) - assertThat(reportFile.count()).isEqualTo(1) - } - - verify(exactly = 0) { - QueueAccess.sendMessage(any(), any()) - } - - val tableRow = submissionTableService.getSubmission(reportId.toString(), "Accepted") - - assertNotNull(tableRow) - assertThat(tableRow.detail).isEqualTo( - "[Sender has customer status INACTIVE: phd.fhir-elr-no-transform-inactive]" - ) - assertThat(tableRow.bodyURL).isEqualTo(receiveBlobUrl) - - assertThat(azureEventService.reportStreamEvents[ReportStreamEventName.REPORT_RECEIVED]!!).hasSize(1) - val event = - azureEventService - .reportStreamEvents[ReportStreamEventName.REPORT_RECEIVED]!!.last() as ReportStreamReportEvent - assertThat(event.reportEventData).isEqualToIgnoringGivenProperties( - ReportEventData( - reportId, - null, - emptyList(), - Topic.FULL_ELR, - receiveBlobUrl, - TaskAction.receive, - OffsetDateTime.now(), - Version.commitId - ), - ReportEventData::timestamp - ) - assertThat(event.params).isEqualTo( - mapOf( - ReportStreamEventProperties.ITEM_FORMAT to MimeFormat.FHIR, - ReportStreamEventProperties.SENDER_NAME to fhirSenderWithNoTransformInactive.fullName, - ReportStreamEventProperties.FILE_LENGTH to headers["content-length"], - ReportStreamEventProperties.SENDER_IP to headers["x-azure-clientip"], - ReportStreamEventProperties.REQUEST_PARAMETERS to headers.toString() - ) - ) - - assertThat(azureEventService.reportStreamEvents[ReportStreamEventName.REPORT_NOT_PROCESSABLE]!!).hasSize(1) - val notProcessableEvent = - azureEventService - .reportStreamEvents[ReportStreamEventName.REPORT_NOT_PROCESSABLE]!!.last() as ReportStreamReportEvent - assertThat(notProcessableEvent.reportEventData).isEqualToIgnoringGivenProperties( - ReportEventData( - reportId, - null, - emptyList(), - Topic.FULL_ELR, - receiveBlobUrl, - TaskAction.receive, - OffsetDateTime.now(), - Version.commitId - ), - ReportEventData::timestamp - ) - assertThat(notProcessableEvent.params).isEqualTo( - mapOf( - ReportStreamEventProperties.PROCESSING_ERROR to - "Submitted report was either empty or could not be parsed.", - ReportStreamEventProperties.REQUEST_PARAMETERS to headers.toString() - ) - ) - } - - @Test - fun `should handle sender not found gracefully`() { - val submissionMessageContents = validFHIRRecord1 - val submissionBlobUrl = "http://anyblob.com" - - val reportId = UUID.randomUUID() - val headers = mapOf( - "content-type" to "application/fhir+ndjson;test", - "x-azure-clientip" to "0.0.0.0", - "payloadname" to "test_message", - "client_id" to "unknown_sender", - "content-length" to "100" - ) - - val receiveQueueMessage = generateReceiveQueueMessage( - reportId.toString(), - submissionBlobUrl, - submissionMessageContents, - fhirSenderWithNoTransformInactive, - headers = headers - ) - - val fhirFunctions = createFHIRFunctionsInstance() - - fhirFunctions.process( - receiveQueueMessage, - 1, - createFHIRReceiver(), - ActionHistory(TaskAction.receive) - ) - - ReportStreamTestDatabaseContainer.testDatabaseAccess.transact { txn -> - val actionLogs = DSL.using(txn).select(Tables.ACTION_LOG.asterisk()) - .from(Tables.ACTION_LOG) - .where(Tables.ACTION_LOG.TYPE.eq(ActionLogType.error)) - .fetchInto(DetailedActionLog::class.java) - - assertThat(actionLogs).isEmpty() - - val reportFile = DSL.using(txn).select(Tables.REPORT_FILE.asterisk()) - .from(Tables.REPORT_FILE) - .where(Tables.REPORT_FILE.REPORT_ID.eq(reportId)) - .fetchInto(DetailedReport::class.java) - - assertThat(reportFile).isEmpty() - } - - verify(exactly = 0) { - QueueAccess.sendMessage(any(), any()) - } - - val tableRow = submissionTableService.getSubmission( - reportId.toString(), - "Rejected" - ) - - assertNotNull(tableRow) - assertThat(tableRow.detail).isEqualTo("Sender not found matching client_id: unknown_sender") - assertThat(tableRow.bodyURL).isEqualTo(submissionBlobUrl) - - assertThat(azureEventService.reportStreamEvents[ReportStreamEventName.REPORT_NOT_RECEIVABLE]!!).hasSize(1) - val event = - azureEventService - .reportStreamEvents[ReportStreamEventName.REPORT_NOT_RECEIVABLE]!!.last() as ReportStreamReportEvent - assertThat(event.reportEventData).isEqualToIgnoringGivenProperties( - ReportEventData( - reportId, - null, - emptyList(), - null, - submissionBlobUrl, - TaskAction.receive, - OffsetDateTime.now(), - Version.commitId - ), - ReportEventData::timestamp - ) - assertThat(event.params).isEqualTo( - mapOf( - ReportStreamEventProperties.PROCESSING_ERROR to - "Sender is not found in matching client id: unknown_sender.", - ReportStreamEventProperties.REQUEST_PARAMETERS to headers.toString() - ) - ) - } - - @Test - fun `should successfully process valid FHIR message`() { - val receivedReportContents = - listOf(validFHIRRecord1) - .joinToString("\n") - val receiveBlobUrl = BlobAccess.uploadBlob( - "receive/happy-path.fhir", - receivedReportContents.toByteArray(), - getBlobContainerMetadata() - ) - - val reportId = UUID.randomUUID() - val headers = mapOf( - "content-type" to "application/fhir+ndjson;test", - "x-azure-clientip" to "0.0.0.0", - "payloadname" to "test_message", - "client_id" to fhirSenderWithNoTransform.fullName, - "content-length" to "100" - ) - - val receiveQueueMessage = generateReceiveQueueMessage( - reportId.toString(), - receiveBlobUrl, - receivedReportContents, - fhirSenderWithNoTransform, - headers = headers - ) - - val fhirFunctions = createFHIRFunctionsInstance() - - fhirFunctions.process( - receiveQueueMessage, - 1, - createFHIRReceiver(), - ActionHistory(TaskAction.receive) - ) - - ReportStreamTestDatabaseContainer.testDatabaseAccess.transact { txn -> - val actionLogs = DSL.using(txn).select(Tables.ACTION_LOG.asterisk()) - .from(Tables.ACTION_LOG) - .where(Tables.ACTION_LOG.REPORT_ID.eq(reportId)) - .and(Tables.ACTION_LOG.TYPE.eq(ActionLogType.error)) - .fetchInto(DetailedActionLog::class.java) - - assertThat(actionLogs).isEmpty() - - val reportFile = DSL.using(txn).select(Tables.REPORT_FILE.asterisk()) - .from(Tables.REPORT_FILE) - .where(Tables.REPORT_FILE.REPORT_ID.eq(reportId)) - .fetchInto(ReportFile::class.java) - - assertThat(reportFile).hasSize(1) - reportFile.first().apply { - assertThat(nextAction).isEqualTo(TaskAction.convert) - assertThat(receivingOrg).isEqualTo(null) - assertThat(receivingOrgSvc).isEqualTo(null) - assertThat(schemaName).isEqualTo("None") - assertThat(schemaTopic).isEqualTo(Topic.FULL_ELR) - assertThat(bodyFormat).isEqualTo("FHIR") - assertThat(sendingOrg).isEqualTo("phd") - assertThat(sendingOrgClient).isEqualTo("fhir-elr-no-transform") - } - } - - verify(exactly = 1) { - QueueAccess.sendMessage(any(), any()) - } - - val tableRow = submissionTableService.getSubmission( - reportId.toString(), - "Accepted" - ) - - assertNotNull(tableRow) - assertThat(tableRow.bodyURL).isEqualTo(receiveBlobUrl) - assertThat(tableRow.detail).isNull() - - assertThat(azureEventService.reportStreamEvents[ReportStreamEventName.REPORT_RECEIVED]!!).hasSize(1) - val event = - azureEventService - .reportStreamEvents[ReportStreamEventName.REPORT_RECEIVED]!!.last() as ReportStreamReportEvent - assertThat(event.reportEventData).isEqualToIgnoringGivenProperties( - ReportEventData( - reportId, - null, - emptyList(), - Topic.FULL_ELR, - receiveBlobUrl, - TaskAction.receive, - OffsetDateTime.now(), - Version.commitId - ), - ReportEventData::timestamp - ) - assertThat(event.params).isEqualTo( - mapOf( - ReportStreamEventProperties.ITEM_FORMAT to MimeFormat.FHIR, - ReportStreamEventProperties.SENDER_NAME to fhirSenderWithNoTransform.fullName, - ReportStreamEventProperties.FILE_LENGTH to headers["content-length"], - ReportStreamEventProperties.SENDER_IP to headers["x-azure-clientip"], - ReportStreamEventProperties.REQUEST_PARAMETERS to headers.toString() - ) - ) - } - - @Test - fun `should successfully process valid HL7 message`() { - val receivedReportContents = - listOf(cleanHL7Record) - .joinToString("\n") - val receiveBlobUrl = BlobAccess.uploadBlob( - "receive/happy-path.hl7", - receivedReportContents.toByteArray(), - getBlobContainerMetadata() - ) - - val reportId = UUID.randomUUID() - val headers = mapOf( - "content-type" to "application/hl7-v2;test", - "x-azure-clientip" to "0.0.0.0", - "payloadname" to "test_message", - "client_id" to hl7SenderWithNoTransform.fullName, - "content-length" to "100" - ) - val receiveQueueMessage = generateReceiveQueueMessage( - reportId.toString(), - receiveBlobUrl, - receivedReportContents, - hl7SenderWithNoTransform, - headers - ) - - val fhirFunctions = createFHIRFunctionsInstance() - - fhirFunctions.process( - receiveQueueMessage, - 1, - createFHIRReceiver(), - ActionHistory(TaskAction.receive) - ) - - ReportStreamTestDatabaseContainer.testDatabaseAccess.transact { txn -> - val actionLogs = DSL.using(txn).select(Tables.ACTION_LOG.asterisk()) - .from(Tables.ACTION_LOG) - .where(Tables.ACTION_LOG.REPORT_ID.eq(reportId)) - .and(Tables.ACTION_LOG.TYPE.eq(ActionLogType.error)) - .fetchInto(DetailedActionLog::class.java) - - assertThat(actionLogs).isEmpty() - - val reportFile = DSL.using(txn).select(Tables.REPORT_FILE.asterisk()) - .from(Tables.REPORT_FILE) - .where(Tables.REPORT_FILE.REPORT_ID.eq(reportId)) - .fetchInto(ReportFile::class.java) - - assertThat(reportFile).hasSize(1) - reportFile.first().apply { - assertThat(nextAction).isEqualTo(TaskAction.convert) - assertThat(receivingOrg).isEqualTo(null) - assertThat(receivingOrgSvc).isEqualTo(null) - assertThat(schemaName).isEqualTo("None") - assertThat(schemaTopic).isEqualTo(Topic.FULL_ELR) - assertThat(bodyFormat).isEqualTo("HL7") - assertThat(sendingOrg).isEqualTo("phd") - assertThat(sendingOrgClient).isEqualTo("hl7-elr-no-transform") - } - } - - verify(exactly = 1) { - QueueAccess.sendMessage(any(), any()) - } - - val tableRow = submissionTableService.getSubmission( - reportId.toString(), - "Accepted" - ) - - assertNotNull(tableRow) - assertThat(tableRow.bodyURL).isEqualTo(receiveBlobUrl) - assertThat(tableRow.detail).isNull() - - assertThat(azureEventService.reportStreamEvents[ReportStreamEventName.REPORT_RECEIVED]!!).hasSize(1) - val event = - azureEventService - .reportStreamEvents[ReportStreamEventName.REPORT_RECEIVED]!!.last() as ReportStreamReportEvent - assertThat(event.reportEventData).isEqualToIgnoringGivenProperties( - ReportEventData( - reportId, - null, - emptyList(), - Topic.FULL_ELR, - receiveBlobUrl, - TaskAction.receive, - OffsetDateTime.now(), - Version.commitId - ), - ReportEventData::timestamp - ) - assertThat(event.params).isEqualTo( - mapOf( - ReportStreamEventProperties.ITEM_FORMAT to MimeFormat.HL7, - ReportStreamEventProperties.SENDER_NAME to hl7SenderWithNoTransform.fullName, - ReportStreamEventProperties.FILE_LENGTH to headers["content-length"], - ReportStreamEventProperties.SENDER_IP to headers["x-azure-clientip"], - ReportStreamEventProperties.REQUEST_PARAMETERS to headers.toString() - ) - ) - } - - @Test - fun `test process invalid FHIR message`() { - val invalidReceivedReportContents = - listOf(invalidMalformedFHIRRecord) - .joinToString("\n") - val receiveBlobUrl = BlobAccess.uploadBlob( - "receive/fail-path.fhir", - invalidReceivedReportContents.toByteArray(), - getBlobContainerMetadata() - ) - - val reportId = UUID.randomUUID() - val headers = mapOf( - "content-type" to "application/fhir+ndjson;test", - "x-azure-clientip" to "0.0.0.0", - "payloadname" to "test_message", - "client_id" to fhirSenderWithNoTransform.fullName, - "content-length" to "100" - ) - - val receiveQueueMessage = generateReceiveQueueMessage( - reportId.toString(), - receiveBlobUrl, - invalidReceivedReportContents, - fhirSenderWithNoTransform, - headers = headers - ) - - val fhirFunctions = createFHIRFunctionsInstance() - - fhirFunctions.process( - receiveQueueMessage, - 1, - createFHIRReceiver(), - ActionHistory(TaskAction.receive) - ) - - ReportStreamTestDatabaseContainer.testDatabaseAccess.transact { txn -> - val actionLogs = DSL.using(txn).select(Tables.ACTION_LOG.asterisk()) - .from(Tables.ACTION_LOG) - .where(Tables.ACTION_LOG.REPORT_ID.eq(reportId)) - .and(Tables.ACTION_LOG.TYPE.eq(ActionLogType.error)) - .fetchInto(DetailedActionLog::class.java) - - assertThat(actionLogs.count()).isEqualTo(1) - assertThat(actionLogs.first().detail.message).isEqualTo("1: Unable to parse FHIR data.") - - val reportFile = DSL.using(txn).select(Tables.REPORT_FILE.asterisk()) - .from(Tables.REPORT_FILE) - .where(Tables.REPORT_FILE.REPORT_ID.eq(reportId)) - .fetchInto(ReportFile::class.java) - - assertThat(reportFile).hasSize(1) - reportFile.first().apply { - assertThat(nextAction).isEqualTo(TaskAction.convert) - assertThat(receivingOrg).isEqualTo(null) - assertThat(receivingOrgSvc).isEqualTo(null) - assertThat(schemaName).isEqualTo("None") - assertThat(schemaTopic).isEqualTo(Topic.FULL_ELR) - assertThat(bodyFormat).isEqualTo("FHIR") - assertThat(sendingOrg).isEqualTo("phd") - assertThat(sendingOrgClient).isEqualTo("fhir-elr-no-transform") - } - } - - verify(exactly = 0) { - QueueAccess.sendMessage(any(), any()) - } - - val tableRow = submissionTableService.getSubmission( - reportId.toString(), - "Accepted" - ) - - assertNotNull(tableRow) - assertThat(tableRow.bodyURL).isEqualTo(receiveBlobUrl) - assertThat(tableRow.detail).isEqualTo("[1: Unable to parse FHIR data.]") - - assertThat(azureEventService.reportStreamEvents[ReportStreamEventName.REPORT_RECEIVED]!!).hasSize(1) - val event = - azureEventService - .reportStreamEvents[ReportStreamEventName.REPORT_RECEIVED]!!.last() as ReportStreamReportEvent - assertThat(event.reportEventData).isEqualToIgnoringGivenProperties( - ReportEventData( - reportId, - null, - emptyList(), - Topic.FULL_ELR, - receiveBlobUrl, - TaskAction.receive, - OffsetDateTime.now(), - Version.commitId - ), - ReportEventData::timestamp - ) - assertThat(event.params).isEqualTo( - mapOf( - ReportStreamEventProperties.ITEM_FORMAT to MimeFormat.FHIR, - ReportStreamEventProperties.SENDER_NAME to fhirSenderWithNoTransform.fullName, - ReportStreamEventProperties.FILE_LENGTH to headers["content-length"], - ReportStreamEventProperties.SENDER_IP to headers["x-azure-clientip"], - ReportStreamEventProperties.REQUEST_PARAMETERS to headers.toString() - ) - ) - } - - @Test - fun `test process invalid HL7 message`() { - val invalidReceivedReportContents = - listOf(unparseableHL7Record) - .joinToString("\n") - val receiveBlobUrl = BlobAccess.uploadBlob( - "receive/fail-path.hl7", - invalidReceivedReportContents.toByteArray(), - getBlobContainerMetadata() - ) - - val reportId = UUID.randomUUID() - val headers = mapOf( - "content-type" to "application/hl7-v2;test", - "x-azure-clientip" to "0.0.0.0", - "payloadname" to "test_message", - "client_id" to hl7SenderWithNoTransform.fullName, - "content-length" to "100" - ) - - val receiveQueueMessage = generateReceiveQueueMessage( - reportId.toString(), - receiveBlobUrl, - invalidReceivedReportContents, - hl7SenderWithNoTransform, - headers = headers - ) - - val fhirFunctions = createFHIRFunctionsInstance() - - fhirFunctions.process( - receiveQueueMessage, - 1, - createFHIRReceiver(), - ActionHistory(TaskAction.receive) - ) - - ReportStreamTestDatabaseContainer.testDatabaseAccess.transact { txn -> - val actionLogs = DSL.using(txn).select(Tables.ACTION_LOG.asterisk()) - .from(Tables.ACTION_LOG) - .where(Tables.ACTION_LOG.REPORT_ID.eq(reportId)) - .and(Tables.ACTION_LOG.TYPE.eq(ActionLogType.error)) - .fetchInto(DetailedActionLog::class.java) - - assertThat(actionLogs.count()).isEqualTo(2) - - val reportFile = DSL.using(txn).select(Tables.REPORT_FILE.asterisk()) - .from(Tables.REPORT_FILE) - .where(Tables.REPORT_FILE.REPORT_ID.eq(reportId)) - .fetchInto(ReportFile::class.java) - - assertThat(reportFile).hasSize(1) - reportFile.first().apply { - assertThat(nextAction).isEqualTo(TaskAction.convert) - assertThat(receivingOrg).isEqualTo(null) - assertThat(receivingOrgSvc).isEqualTo(null) - assertThat(schemaName).isEqualTo("None") - assertThat(schemaTopic).isEqualTo(Topic.FULL_ELR) - assertThat(bodyFormat).isEqualTo("HL7") - assertThat(sendingOrg).isEqualTo("phd") - assertThat(sendingOrgClient).isEqualTo("hl7-elr-no-transform") - } - } - - verify(exactly = 0) { - QueueAccess.sendMessage(any(), any()) - } - - val tableRow = submissionTableService.getSubmission( - reportId.toString(), - "Accepted" - ) - - assertNotNull(tableRow) - assertThat(tableRow.bodyURL).isEqualTo(receiveBlobUrl) - assertThat(tableRow.detail).isEqualTo("[Failed to parse message, Failed to parse message]") - - assertThat(azureEventService.reportStreamEvents[ReportStreamEventName.REPORT_RECEIVED]!!).hasSize(1) - val event = - azureEventService - .reportStreamEvents[ReportStreamEventName.REPORT_RECEIVED]!!.last() as ReportStreamReportEvent - assertThat(event.reportEventData).isEqualToIgnoringGivenProperties( - ReportEventData( - reportId, - null, - emptyList(), - Topic.FULL_ELR, - receiveBlobUrl, - TaskAction.receive, - OffsetDateTime.now(), - Version.commitId - ), - ReportEventData::timestamp - ) - assertThat(event.params).isEqualTo( - mapOf( - ReportStreamEventProperties.ITEM_FORMAT to MimeFormat.HL7, - ReportStreamEventProperties.SENDER_NAME to hl7SenderWithNoTransform.fullName, - ReportStreamEventProperties.FILE_LENGTH to headers["content-length"], - ReportStreamEventProperties.SENDER_IP to headers["x-azure-clientip"], - ReportStreamEventProperties.REQUEST_PARAMETERS to headers.toString() - ) - ) - } - - @Test - fun `test process CSV message`() { - val invalidReceivedReportContents = - listOf(unparseableHL7Record) - .joinToString("\n") - val receiveBlobUrl = BlobAccess.uploadBlob( - "receive/fail-path.hl7", - invalidReceivedReportContents.toByteArray(), - getBlobContainerMetadata() - ) - - val reportId = UUID.randomUUID() - val headers = mapOf( - "content-type" to "application/hl7-v2;test", - "x-azure-clientip" to "0.0.0.0", - "payloadname" to "test_message", - "client_id" to csvSenderWithNoTransform.fullName, - "content-length" to "100" - ) - - val receiveQueueMessage = generateReceiveQueueMessage( - reportId.toString(), - receiveBlobUrl, - invalidReceivedReportContents, - csvSenderWithNoTransform, - headers = headers - ) - - val fhirFunctions = createFHIRFunctionsInstance() - - var exception: Exception? = null - try { - fhirFunctions.process( - receiveQueueMessage, - 1, - createFHIRReceiver(), - ActionHistory(TaskAction.receive) - ) - } catch (e: Exception) { - exception = e - } - - assertThat(exception!!.javaClass.name).isEqualTo("java.lang.IllegalStateException") - - ReportStreamTestDatabaseContainer.testDatabaseAccess.transact { txn -> - val actionLogs = DSL.using(txn).select(Tables.ACTION_LOG.asterisk()) - .from(Tables.ACTION_LOG) - .where(Tables.ACTION_LOG.REPORT_ID.eq(reportId)) - .and(Tables.ACTION_LOG.TYPE.eq(ActionLogType.error)) - .fetchInto(DetailedActionLog::class.java) - - assertThat(actionLogs.count()).isEqualTo(0) - - val reportFile = DSL.using(txn).select(Tables.REPORT_FILE.asterisk()) - .from(Tables.REPORT_FILE) - .where(Tables.REPORT_FILE.REPORT_ID.eq(reportId)) - .fetchInto(ReportFile::class.java) - - assertThat(reportFile).isEmpty() - } - - verify(exactly = 0) { - QueueAccess.sendMessage(any(), any()) - } - - val tableRow = submissionTableService.getSubmission( - reportId.toString(), - "Rejected" - ) - - assertNotNull(tableRow) - assertThat(tableRow.bodyURL).isEqualTo(receiveBlobUrl) - assertThat(tableRow.detail).isEqualTo("[Unsupported sender format: CSV]") - - assertThat(azureEventService.reportStreamEvents[ReportStreamEventName.REPORT_NOT_PROCESSABLE]!!).hasSize(1) - val event = - azureEventService - .reportStreamEvents[ReportStreamEventName.REPORT_NOT_PROCESSABLE]!!.last() as ReportStreamReportEvent - assertThat(event.reportEventData).isEqualToIgnoringGivenProperties( - ReportEventData( - reportId, - null, - emptyList(), - null, - receiveBlobUrl, - TaskAction.receive, - OffsetDateTime.now(), - Version.commitId - ), - ReportEventData::timestamp - ) - assertThat(event.params).isEqualTo( - mapOf( - ReportStreamEventProperties.ITEM_FORMAT to MimeFormat.CSV, - ReportStreamEventProperties.SENDER_NAME to csvSenderWithNoTransform.fullName, - ReportStreamEventProperties.FILE_LENGTH to headers["content-length"], - ReportStreamEventProperties.SENDER_IP to headers["x-azure-clientip"], - ReportStreamEventProperties.REQUEST_PARAMETERS to headers.toString(), - ReportStreamEventProperties.PROCESSING_ERROR to "Unsupported sender format CSV." - ) - ) - } -} \ No newline at end of file diff --git a/prime-router/src/test/kotlin/fhirengine/azure/FHIRTranslatorIntegrationTests.kt b/prime-router/src/test/kotlin/fhirengine/azure/FHIRTranslatorIntegrationTests.kt index c45b9fe3e28..df375e85ed3 100644 --- a/prime-router/src/test/kotlin/fhirengine/azure/FHIRTranslatorIntegrationTests.kt +++ b/prime-router/src/test/kotlin/fhirengine/azure/FHIRTranslatorIntegrationTests.kt @@ -22,6 +22,7 @@ import gov.cdc.prime.router.azure.db.enums.TaskAction import gov.cdc.prime.router.azure.db.tables.Task import gov.cdc.prime.router.azure.observability.event.AzureEventService import gov.cdc.prime.router.azure.observability.event.InMemoryAzureEventService +import gov.cdc.prime.router.azure.observability.event.ReportStreamEventService import gov.cdc.prime.router.cli.tests.CompareData import gov.cdc.prime.router.common.TestcontainersUtils import gov.cdc.prime.router.common.UniversalPipelineTestUtils @@ -102,7 +103,14 @@ class FHIRTranslatorIntegrationTests : Logging { metadata, settings, reportService = ReportService(ReportGraph(ReportStreamTestDatabaseContainer.testDatabaseAccess)), - azureEventService = azureEventService + azureEventService = azureEventService, + reportStreamEventService = ReportStreamEventService( + ReportStreamTestDatabaseContainer.testDatabaseAccess, azureEventService, + ReportService( + ReportGraph(ReportStreamTestDatabaseContainer.testDatabaseAccess), + ReportStreamTestDatabaseContainer.testDatabaseAccess + ) + ) ) } diff --git a/prime-router/src/test/kotlin/fhirengine/engine/FHIRReceiverTests.kt b/prime-router/src/test/kotlin/fhirengine/engine/FHIRReceiverTests.kt deleted file mode 100644 index 8edc912f5f1..00000000000 --- a/prime-router/src/test/kotlin/fhirengine/engine/FHIRReceiverTests.kt +++ /dev/null @@ -1,273 +0,0 @@ -package gov.cdc.prime.router.fhirengine.engine - -import assertk.assertThat -import assertk.assertions.hasSize -import assertk.assertions.isEqualTo -import com.microsoft.azure.functions.HttpStatus -import gov.cdc.prime.reportstream.shared.Submission -import gov.cdc.prime.router.ActionLog -import gov.cdc.prime.router.ActionLogDetail -import gov.cdc.prime.router.ActionLogger -import gov.cdc.prime.router.CovidSender -import gov.cdc.prime.router.CustomerStatus -import gov.cdc.prime.router.DeepOrganization -import gov.cdc.prime.router.FileSettings -import gov.cdc.prime.router.InvalidParamMessage -import gov.cdc.prime.router.Metadata -import gov.cdc.prime.router.MimeFormat -import gov.cdc.prime.router.Organization -import gov.cdc.prime.router.Receiver -import gov.cdc.prime.router.Schema -import gov.cdc.prime.router.SettingsProvider -import gov.cdc.prime.router.Topic -import gov.cdc.prime.router.azure.ActionHistory -import gov.cdc.prime.router.azure.BlobAccess -import gov.cdc.prime.router.azure.DatabaseAccess -import gov.cdc.prime.router.azure.SubmissionTableService -import gov.cdc.prime.router.azure.db.enums.TaskAction -import gov.cdc.prime.router.azure.db.tables.pojos.Action -import gov.cdc.prime.router.common.cleanHL7Record -import gov.cdc.prime.router.report.ReportService -import io.mockk.clearAllMocks -import io.mockk.every -import io.mockk.mockk -import io.mockk.mockkClass -import io.mockk.mockkObject -import io.mockk.spyk -import io.mockk.unmockkAll -import io.mockk.verify -import org.jooq.tools.jdbc.MockConnection -import org.jooq.tools.jdbc.MockDataProvider -import org.jooq.tools.jdbc.MockResult -import org.junit.jupiter.api.AfterEach -import org.junit.jupiter.api.BeforeEach -import java.util.UUID -import kotlin.test.Test - -class FHIRReceiverTest { - - // Common mock objects and setup - val dataProvider = MockDataProvider { emptyArray() } - val connection = MockConnection(dataProvider) - val accessSpy = spyk(DatabaseAccess(connection)) - val blobMock = mockkClass(BlobAccess::class) - val reportService: ReportService = mockk() - private val submissionTableService: SubmissionTableService = mockk() - - val oneOrganization = DeepOrganization( - "co-phd", - "test", - Organization.Jurisdiction.FEDERAL, - receivers = listOf(Receiver("elr", "co-phd", Topic.TEST, CustomerStatus.INACTIVE, "one")) - ) - val settings = FileSettings().loadOrganizations(oneOrganization) - val one = Schema(name = "None", topic = Topic.FULL_ELR, elements = emptyList()) - val metadata = Metadata(schema = one) - - private fun makeFhirReceiver(metadata: Metadata, settings: SettingsProvider): FHIRReceiver { - return FHIRReceiver( - metadata, - settings, - accessSpy, - blobMock, - reportService = reportService, - submissionTableService = submissionTableService - ) - -// FHIREngine.Builder().metadata(metadata).settingsProvider(settings).databaseAccess(accessSpy) -// .reportService(reportService).blobAccess(blobMock).build(taskAction) - } - - @BeforeEach - fun reset() { - clearAllMocks() - } - - @AfterEach - fun tearDown() { - unmockkAll() - } - - data class FHIRTestSetup( - val engine: FHIRReceiver, - val actionLogger: ActionLogger, - val actionHistory: ActionHistory, - val message: FhirReceiveQueueMessage, - ) - - private fun setupMocksForProcessingTest( - clientId: String, - contentType: String, - customerStatus: CustomerStatus, - hasErrors: Boolean, - reportID: UUID = UUID.randomUUID(), - - ): FHIRTestSetup { - mockkObject(BlobAccess) - val actionHistory = mockk() - val actionLogger = mockk() - val sender = CovidSender( - "Test Sender", - "test", - MimeFormat.HL7, - schemaName = "one", - customerStatus = customerStatus - ) - - val engine = spyk(makeFhirReceiver(metadata, settings)) - val message = mockk(relaxed = true) - val action = Action() - action.actionName = TaskAction.receive - - val headers = mapOf( - "x-azure-clientip" to "0.0.0.0", - "payloadname" to "test_message", - "client_id" to clientId, - "content-type" to contentType - ) - - every { message.headers } returns headers - every { message.reportId } returns reportID - every { actionLogger.hasErrors() } returns hasErrors - every { actionLogger.setReportId(any()) } returns actionLogger - every { actionLogger.error(any()) } returns Unit - every { engine.settings.findSender(any()) } returns sender - every { actionHistory.trackActionResult(any()) } returns Unit - every { actionHistory.trackActionParams(any()) } returns Unit - every { actionHistory.trackActionSenderInfo(any(), any()) } returns Unit - every { actionHistory.trackExternalInputReport(any(), any()) } returns Unit - every { actionHistory.trackLogs(any>()) } returns Unit - every { submissionTableService.insertSubmission(any()) } returns Unit - every { actionHistory.action } returns action - every { BlobAccess.downloadBlob(any(), any()) }.returns(cleanHL7Record) - - return FHIRTestSetup(engine, actionLogger, actionHistory, message) - } - - @Test - fun `test handle sender not found`() { - val fhirSetup = - setupMocksForProcessingTest( - "unknown_client_id", - "application/hl7-v2;test", - CustomerStatus.ACTIVE, - true - ) - val engine = fhirSetup.engine - val queueMessage = fhirSetup.message - val actionLogger = ActionLogger() - val actionHistory = fhirSetup.actionHistory - - every { engine.settings.findSender(any()) } returns null - - accessSpy.transact { txn -> - engine.run(queueMessage, actionLogger, actionHistory, txn) - } - - assertThat(actionLogger.errors).hasSize(0) - - val reportId = queueMessage.reportId.toString() - val blobURL = queueMessage.blobURL - verify(exactly = 1) { - Submission( - reportId, - "Rejected", - blobURL, - "Sender not found matching client_id: unknown_client_id" - ) - submissionTableService.insertSubmission(any()) - } - } - - @Test - fun `test handle inactive sender`() { - val fhirSetup = - setupMocksForProcessingTest( - "known_client_id", - "application/hl7-v2;test", - CustomerStatus.INACTIVE, - true - ) - val engine = fhirSetup.engine - val queueMessage = fhirSetup.message - val actionLogger = ActionLogger() - val actionHistory = fhirSetup.actionHistory - - accessSpy.transact { txn -> - engine.run(queueMessage, actionLogger, actionHistory, txn) - } - - assertThat(actionLogger.errors).hasSize(1) - - assertThat( - actionLogger.errors[0].equals( - actionLogger.errors[0].equals( - InvalidParamMessage("Sender has customer status INACTIVE: unknown_client_id") - ) - ) - ) - - verify(exactly = 1) { - submissionTableService.insertSubmission(any()) - actionHistory.trackActionResult(HttpStatus.NOT_ACCEPTABLE) - actionHistory.trackActionSenderInfo("test.Test Sender", "test_message") - } - } - - @Test - fun `test successful processing`() { - val reportID = UUID.randomUUID() - val fhirSetup = - setupMocksForProcessingTest( - "known_client_id", - "application/hl7-v2;test", - CustomerStatus.ACTIVE, - false, - reportID - ) - val engine = fhirSetup.engine - val queueMessage = fhirSetup.message - val actionLogger = fhirSetup.actionLogger - val actionHistory = fhirSetup.actionHistory - every { actionLogger.errors } returns emptyList() - - accessSpy.transact { txn -> - engine.run(queueMessage, actionLogger, actionHistory, txn) - } - - verify(exactly = 1) { - actionHistory.trackActionResult(HttpStatus.CREATED) - actionHistory.trackActionSenderInfo("test.Test Sender", "test_message") - actionHistory.trackExternalInputReport(any(), any()) - submissionTableService.insertSubmission(any()) - } - } - - @Test - fun `test invalid MIME type`() { - val fhirSetup = - setupMocksForProcessingTest( - "known_client_id", - "invalid/mime-type", - CustomerStatus.ACTIVE, - true - ) - val engine = fhirSetup.engine - val queueMessage = fhirSetup.message - val actionLogger = ActionLogger() - val actionHistory = fhirSetup.actionHistory - - var exception: Exception? = null - try { - accessSpy.transact { txn -> - engine.run(queueMessage, actionLogger, actionHistory, txn) - } - } catch (e: Exception) { - exception = e - } - - assertThat(exception!!.javaClass.name).isEqualTo("java.lang.IllegalArgumentException") - assertThat(actionLogger.errors).hasSize(1) - assertThat(actionLogger.errors[0].detail.message).isEqualTo("Unexpected MIME type invalid/mime-type.") - } -} \ No newline at end of file diff --git a/prime-router/src/test/kotlin/fhirengine/engine/FhirConverterTests.kt b/prime-router/src/test/kotlin/fhirengine/engine/FhirConverterTests.kt index 6b48d2e7260..33731c0e5af 100644 --- a/prime-router/src/test/kotlin/fhirengine/engine/FhirConverterTests.kt +++ b/prime-router/src/test/kotlin/fhirengine/engine/FhirConverterTests.kt @@ -28,6 +28,7 @@ import gov.cdc.prime.router.Topic import gov.cdc.prime.router.azure.ActionHistory import gov.cdc.prime.router.azure.BlobAccess import gov.cdc.prime.router.azure.DatabaseAccess +import gov.cdc.prime.router.azure.SubmissionTableService import gov.cdc.prime.router.azure.db.enums.TaskAction import gov.cdc.prime.router.azure.db.tables.pojos.Action import gov.cdc.prime.router.azure.db.tables.pojos.ReportFile @@ -84,6 +85,7 @@ class FhirConverterTests { val connection = MockConnection(dataProvider) val accessSpy = spyk(DatabaseAccess(connection)) val blobMock = mockkClass(BlobAccess::class) + val mockSubmissionTableService = mockk() val reportService: ReportService = mockk() val oneOrganization = DeepOrganization( "co-phd", @@ -137,7 +139,8 @@ class FhirConverterTests { private fun makeFhirEngine(metadata: Metadata, settings: SettingsProvider, taskAction: TaskAction): FHIREngine { return FHIREngine.Builder().metadata(metadata).settingsProvider(settings).databaseAccess(accessSpy) - .reportService(reportService).blobAccess(blobMock).build(taskAction) + .reportService(reportService).blobAccess(blobMock) + .submissionTableService(mockSubmissionTableService).build(taskAction) } @BeforeEach @@ -559,10 +562,10 @@ class FhirConverterTests { mockkObject(BlobAccess) val engine = spyk(makeFhirEngine(metadata, settings, TaskAction.process) as FHIRConverter) val actionLogger = ActionLogger() - val mockMessage = mockk(relaxed = true) - every { mockMessage.topic } returns Topic.FULL_ELR every { BlobAccess.downloadBlob(any(), any()) } returns "" - val bundles = engine.process(MimeFormat.FHIR, mockMessage, actionLogger) + val bundles = engine.process( + MimeFormat.FHIR, "", "", Topic.FULL_ELR, actionLogger + ) assertThat(bundles).isEmpty() assertThat(actionLogger.errors.map { it.detail.message }).contains("Provided raw data is empty.") } @@ -584,7 +587,9 @@ class FhirConverterTests { every { mockMessage.topic } returns Topic.FULL_ELR every { mockMessage.reportId } returns UUID.randomUUID() every { BlobAccess.downloadBlob(any(), any()) } returns simpleHL7 - val bundles = engine.process(MimeFormat.HL7, mockMessage, actionLogger) + val bundles = engine.process( + MimeFormat.HL7, "", "", Topic.FULL_ELR, actionLogger + ) assertThat(bundles).isEmpty() assertThat( actionLogger.errors.map { @@ -598,11 +603,10 @@ class FhirConverterTests { mockkObject(BlobAccess) val engine = spyk(makeFhirEngine(metadata, settings, TaskAction.process) as FHIRConverter) val actionLogger = ActionLogger() - val mockMessage = mockk(relaxed = true) - every { mockMessage.topic } returns Topic.FULL_ELR - every { mockMessage.reportId } returns UUID.randomUUID() every { BlobAccess.downloadBlob(any(), any()) } returns "test,1,2" - val bundles = engine.process(MimeFormat.CSV, mockMessage, actionLogger) + val bundles = engine.process( + MimeFormat.CSV, "", "", Topic.FULL_ELR, actionLogger + ) assertThat(bundles).isEmpty() assertThat(actionLogger.errors.map { it.detail.message }) .contains("Received unsupported report format: CSV") @@ -613,11 +617,8 @@ class FhirConverterTests { mockkObject(BlobAccess) val engine = spyk(makeFhirEngine(metadata, settings, TaskAction.process) as FHIRConverter) val actionLogger = ActionLogger() - val mockMessage = mockk(relaxed = true) - every { mockMessage.topic } returns Topic.FULL_ELR - every { mockMessage.reportId } returns UUID.randomUUID() every { BlobAccess.downloadBlob(any(), any()) } returns "{\"id\":}" - val processedItems = engine.process(MimeFormat.FHIR, mockMessage, actionLogger) + val processedItems = engine.process(MimeFormat.FHIR, "", "", Topic.FULL_ELR, actionLogger) assertThat(processedItems).hasSize(1) assertThat(processedItems.first().bundle).isNull() assertThat(actionLogger.errors.map { it.detail.message }).contains( @@ -647,7 +648,9 @@ class FhirConverterTests { every { mockMessage.topic } returns Topic.FULL_ELR every { mockMessage.reportId } returns UUID.randomUUID() every { BlobAccess.downloadBlob(any(), any()) } returns "{\"id\":\"1\", \"resourceType\":\"Bundle\"}" - val processedItems = engine.process(MimeFormat.FHIR, mockMessage, actionLogger) + val processedItems = engine.process( + MimeFormat.FHIR, "", "", Topic.FULL_ELR, actionLogger + ) assertThat(processedItems).hasSize(1) assertThat(processedItems.first().bundle).isNull() assertThat(actionLogger.errors.map { it.detail.message }).contains( @@ -666,7 +669,7 @@ class FhirConverterTests { every { BlobAccess.downloadBlob(any(), any()) } returns unparseableHL7 - val processedItems = engine.process(MimeFormat.HL7, mockMessage, actionLogger) + val processedItems = engine.process(MimeFormat.HL7, "", "", Topic.FULL_ELR, actionLogger) assertThat(processedItems).hasSize(1) assertThat(processedItems.first().bundle).isNull() assertThat( @@ -701,7 +704,7 @@ class FhirConverterTests { every { BlobAccess.downloadBlob(any(), any()) } returns simpleHL7 - val processedItems = engine.process(MimeFormat.HL7, mockMessage, actionLogger) + val processedItems = engine.process(MimeFormat.HL7, "", "", Topic.FULL_ELR, actionLogger) assertThat(processedItems).hasSize(1) assertThat(processedItems.first().bundle).isNull() @Suppress("ktlint:standard:max-line-length") @@ -730,7 +733,7 @@ class FhirConverterTests { every { BlobAccess.downloadBlob(any(), any()) } returns simpleHL7 - val processedItems = engine.process(MimeFormat.HL7, mockMessage, actionLogger) + val processedItems = engine.process(MimeFormat.HL7, "", "", Topic.FULL_ELR, actionLogger) assertThat(processedItems).hasSize(1) assertThat(processedItems.first().bundle).isNull() assertThat( @@ -756,14 +759,14 @@ class FhirConverterTests { } returns """{\"id\":} {"id":"1", "resourceType":"Bundle"} """.trimMargin() - val processedItems = engine.process(MimeFormat.FHIR, mockMessage, actionLogger) + val processedItems = engine.process(MimeFormat.FHIR, "", "", Topic.FULL_ELR, actionLogger) assertThat(processedItems).hasSize(2) assertThat(actionLogger.errors.map { it.detail.message }).contains( @Suppress("ktlint:standard:max-line-length") "Item 1 in the report was not parseable. Reason: exception while parsing FHIR: HAPI-1861: Failed to parse JSON encoded FHIR content: Unexpected character ('\\' (code 92)): was expecting double-quote to start field name\n at [line: 1, column: 2]" ) - val bundles2 = engine.process(MimeFormat.FHIR, mockMessage, actionLogger, false) + val bundles2 = engine.process(MimeFormat.FHIR, "", "", Topic.FULL_ELR, actionLogger, false) assertThat(bundles2).hasSize(0) assertThat(actionLogger.errors.map { it.detail.message }).contains( @Suppress("ktlint:standard:max-line-length") @@ -783,7 +786,7 @@ class FhirConverterTests { every { BlobAccess.downloadBlob(any(), any()) } returns simpleHL7 - val bundles = engine.process(MimeFormat.HL7, mockMessage, actionLogger) + val bundles = engine.process(MimeFormat.HL7, "", "", Topic.FULL_ELR, actionLogger) assertThat(bundles).hasSize(1) assertThat(actionLogger.errors).isEmpty() } @@ -803,7 +806,7 @@ class FhirConverterTests { every { BlobAccess.downloadBlob(any(), any()) } returns simpleHL7 + "\n" + simpleHL7 + "\n" + simpleHL7 - val bundles = engine.process(MimeFormat.HL7, mockMessage, actionLogger) + val bundles = engine.process(MimeFormat.HL7, "", "", Topic.FULL_ELR, actionLogger) assertThat(bundles).hasSize(3) assertThat(actionLogger.errors).isEmpty() @@ -834,7 +837,7 @@ class FhirConverterTests { every { BlobAccess.downloadBlob(any(), any()) } returns simpleHL7 - val bundles = engine.process(MimeFormat.HL7, mockMessage, actionLogger) + val bundles = engine.process(MimeFormat.HL7, "", "", Topic.FULL_ELR, actionLogger) assertThat(bundles).hasSize(1) assertThat(actionLogger.errors).isEmpty() } diff --git a/prime-router/src/test/kotlin/fhirengine/engine/FhirDestinationFilterTests.kt b/prime-router/src/test/kotlin/fhirengine/engine/FhirDestinationFilterTests.kt index 964308c2ed6..8dd47bbaf17 100644 --- a/prime-router/src/test/kotlin/fhirengine/engine/FhirDestinationFilterTests.kt +++ b/prime-router/src/test/kotlin/fhirengine/engine/FhirDestinationFilterTests.kt @@ -236,13 +236,14 @@ class FhirDestinationFilterTests { ) private fun makeFhirEngine(metadata: Metadata, settings: SettingsProvider): FHIREngine { - val rootReport = mockk() + val rootReport = mockk(relaxed = true) every { rootReport.reportId } returns submittedId every { rootReport.sendingOrg } returns "sendingOrg" every { rootReport.sendingOrgClient } returns "sendingOrgClient" every { reportServiceMock.getRootReport(any()) } returns rootReport every { reportServiceMock.getRootReports(any()) } returns listOf(rootReport) every { reportServiceMock.getRootItemIndex(any(), any()) } returns 1 + every { accessSpy.fetchReportFile(any()) } returns rootReport return FHIREngine.Builder() .metadata(metadata) diff --git a/shared/src/main/kotlin/gov/cdc/prime/reportstream/shared/QueueMessage.kt b/shared/src/main/kotlin/gov/cdc/prime/reportstream/shared/QueueMessage.kt index f10cd20d744..06146f7bf86 100644 --- a/shared/src/main/kotlin/gov/cdc/prime/reportstream/shared/QueueMessage.kt +++ b/shared/src/main/kotlin/gov/cdc/prime/reportstream/shared/QueueMessage.kt @@ -68,7 +68,7 @@ interface QueueMessage { /** * Constant for receive queue on UP */ - const val elrReceiveQueueName = "elr-fhir-receive" + const val elrSubmissionConvertQueueName = "elr-fhir-convert-submission" /** * Constant for convert queue on UP @@ -152,7 +152,7 @@ interface QueueMessage { ) : QueueMessage, ReportInformation, ReceiveInformation { - override val messageQueueName = elrReceiveQueueName + override val messageQueueName = elrSubmissionConvertQueueName } /** diff --git a/submissions/src/main/resources/application.yml b/submissions/src/main/resources/application.yml index c75d070b3fa..b4794b2d1fa 100644 --- a/submissions/src/main/resources/application.yml +++ b/submissions/src/main/resources/application.yml @@ -13,7 +13,7 @@ azure: storage: connection-string: ${AZURE_STORAGE_CONNECTION_STRING:DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;BlobEndpoint=http://localhost:10000/devstoreaccount1;QueueEndpoint=http://localhost:10001/devstoreaccount1;TableEndpoint=http://127.0.0.1:10002/devstoreaccount1;} container-name: ${AZURE_STORAGE_CONTAINER_NAME:reports} - queue-name: ${AZURE_STORAGE_QUEUE_NAME:elr-fhir-receive} + queue-name: ${AZURE_STORAGE_QUEUE_NAME:elr-fhir-convert-submission} table-name: ${AZURE_STORAGE_TABLE_NAME:submission} allowed: From 84a511438d2f18dab1e6c7afeefead56e995066a Mon Sep 17 00:00:00 2001 From: etanb Date: Mon, 4 Nov 2024 09:25:20 -0800 Subject: [PATCH 18/61] remove dead link (#16411) * remove dead link * spacing issue --- .../components/FileHandlers/FileHandler.tsx | 69 +++++-------------- frontend-react/src/content/about/security.mdx | 2 +- frontend-react/src/content/support/index.mdx | 4 +- 3 files changed, 18 insertions(+), 57 deletions(-) diff --git a/frontend-react/src/components/FileHandlers/FileHandler.tsx b/frontend-react/src/components/FileHandlers/FileHandler.tsx index a3123ededf7..4c82d635cb6 100644 --- a/frontend-react/src/components/FileHandlers/FileHandler.tsx +++ b/frontend-react/src/components/FileHandlers/FileHandler.tsx @@ -10,14 +10,11 @@ import { WatersResponse } from "../../config/endpoints/waters"; import site from "../../content/site.json"; import { showToast } from "../../contexts/Toast"; import useOrganizationSettings from "../../hooks/api/organizations/UseOrganizationSettings/UseOrganizationSettings"; -import useFileHandler, { - FileHandlerActionType, - FileHandlerState, -} from "../../hooks/UseFileHandler/UseFileHandler"; +import useFileHandler, { FileHandlerActionType, FileHandlerState } from "../../hooks/UseFileHandler/UseFileHandler"; import { SchemaOption } from "../../hooks/UseSenderSchemaOptions/UseSenderSchemaOptions"; import Alert from "../../shared/Alert/Alert"; import Spinner from "../Spinner"; -import { USExtLink, USLink } from "../USLink"; +import { USExtLink } from "../USLink"; export interface FileHandlerStepProps extends FileHandlerState { isValid?: boolean; @@ -27,8 +24,7 @@ export interface FileHandlerStepProps extends FileHandlerState { } function mapStateToOrderedSteps(state: FileHandlerState) { - const { selectedSchemaOption, file, errors, warnings, overallStatus } = - state; + const { selectedSchemaOption, file, errors, warnings, overallStatus } = state; return [ { @@ -42,9 +38,7 @@ function mapStateToOrderedSteps(state: FileHandlerState) { { Component: FileHandlerErrorsWarningsStep, isValid: false, - shouldSkip: Boolean( - overallStatus && errors.length === 0 && warnings.length === 0, - ), + shouldSkip: Boolean(overallStatus && errors.length === 0 && warnings.length === 0), }, { Component: FileHandlerSuccessStep, @@ -56,15 +50,9 @@ function mapStateToOrderedSteps(state: FileHandlerState) { export default function FileHandler() { const { state, dispatch } = useFileHandler(); const { fileName, localError } = state; - const orderedSteps = mapStateToOrderedSteps(state).filter( - (step) => !step.shouldSkip, - ); + const orderedSteps = mapStateToOrderedSteps(state).filter((step) => !step.shouldSkip); const [currentStepIndex, setCurrentStepIndex] = useState(0); - const { - Component: StepComponent, - isValid, - shouldSkip, - } = orderedSteps[currentStepIndex]; + const { Component: StepComponent, isValid, shouldSkip } = orderedSteps[currentStepIndex]; useEffect(() => { if (localError) { @@ -142,31 +130,19 @@ export default function FileHandler() { name="description" content="Check that public health entities can receive your data through ReportStream by validating your file format." /> - - + +

ReportStream File Validator

- {organization?.description && ( -

- {organization.description} -

- )} + {organization?.description &&

{organization.description}

} {fileName && (
-

- File name -

+

File name

{fileName}

)} @@ -192,12 +168,8 @@ export default function FileHandler() { ); @@ -205,9 +177,7 @@ export default function FileHandler() { return ( ); case FileHandlerSuccessStep: @@ -219,20 +189,13 @@ export default function FileHandler() { {StepComponent !== FileHandlerSuccessStep && ( - Reference{" "} - - the data model - {" "} - for the information needed to validate your file - successfully. Pay special attention to which fields - are required and common mistakes. + Reference the data model for the information needed to validate your file successfully. Pay + special attention to which fields are required and common mistakes. )}

Questions or feedback? Please email{" "} - - {site.orgs.RS.email} - + {site.orgs.RS.email}

diff --git a/frontend-react/src/content/about/security.mdx b/frontend-react/src/content/about/security.mdx index 1cf78bfd5b2..64e32ce03df 100644 --- a/frontend-react/src/content/about/security.mdx +++ b/frontend-react/src/content/about/security.mdx @@ -111,7 +111,7 @@ ReportStream is committed to handling data securely and reliably. From federal r headingLevel:"h3", title: "What data does ReportStream send?", content: (<> -

ReportStream always sends synthetic, non-PII data in our standard data schema during testing.

+

ReportStream always sends synthetic, non-PII data in our standard data schema during testing.

For public health entities receiving data, we'll send patient data to your test environment for approval before going live with launch.

) } diff --git a/frontend-react/src/content/support/index.mdx b/frontend-react/src/content/support/index.mdx index 2c26c9d1c5c..cf7b9734cba 100644 --- a/frontend-react/src/content/support/index.mdx +++ b/frontend-react/src/content/support/index.mdx @@ -243,8 +243,7 @@ import site from "../../content/site.json"; title: "How do I map to the LIVD table?", content: (<>

- LOINC In Vitro Diagnostic (LIVD) mapping provides several data elements - {" "} you’ll need for your ReportStream test file. Including: + LOINC In Vitro Diagnostic (LIVD) mapping provides several data elements you’ll need for your ReportStream test file. Including:

    @@ -259,7 +258,6 @@ import site from "../../content/site.json"; When you know the devices you are reporting for, you can use the LIVD mapping table to identify the device identifier code. The code is in column F, labeled Test Performed LOINC Code. - Then, you can use that code as described in our data model.

    ) }, From 0ef03ffda0ed103ce94fcaa59cbf3d76463aa44b Mon Sep 17 00:00:00 2001 From: Joseph Andersen <12385932+jpandersen87@users.noreply.github.com> Date: Mon, 4 Nov 2024 13:39:35 -0600 Subject: [PATCH 19/61] Develop documentation for Okta (#15995) * Develop documentation for Okta Fixes #13868 --- frontend-react/docs/okta.md | 13 +++++++ prime-router/docs/getting-started/swagger.md | 6 +-- prime-router/docs/okta/admin-management.md | 39 +++++++++++++++++++ .../docs/onboarding-users/receivers.md | 2 +- 4 files changed, 56 insertions(+), 4 deletions(-) create mode 100644 frontend-react/docs/okta.md create mode 100644 prime-router/docs/okta/admin-management.md diff --git a/frontend-react/docs/okta.md b/frontend-react/docs/okta.md new file mode 100644 index 00000000000..db98dcc567b --- /dev/null +++ b/frontend-react/docs/okta.md @@ -0,0 +1,13 @@ +# Okta-side configuration + +Our frontend is configured to identify as the "Web" application. + +## Dev-side configuration + +Our use of okta in frontend is configured by the following environment variables whose values can be found in the application listing within Okta: +-VITE_OKTA_CLIENTID +-VITE_OKTA_URL + +These variables can be assigned locally for local development (.env.*.local) or by github actions (using values in secrets storage either in github itself or azure). + +We use Okta's [Embedded Sign-In Widget for React](https://developer.okta.com/docs/guides/sign-in-to-spa-embedded-widget/react/main/), which includes other Okta-related libraries for react, to handle okta workflows. \ No newline at end of file diff --git a/prime-router/docs/getting-started/swagger.md b/prime-router/docs/getting-started/swagger.md index 8194d47b68e..0829fbcbd25 100644 --- a/prime-router/docs/getting-started/swagger.md +++ b/prime-router/docs/getting-started/swagger.md @@ -62,15 +62,15 @@ Starting from the Okta section in the `Authorize` menu 1. Login to OKTA as an administrator and click the "Admin" button in the top-right 2. In the left pane, navigate Applications -> applications -3. In the resulting right pane, select the instance to be configured (e.g. `Simple Report (localdev)`) +3. In the resulting right pane, select the instance to be configured (e.g. `Swagger`) 4. Viewing the details of the instance, you will see a `client_id` and `client_secret` (be sure to mask these values) 5. Under General Settings, ensure the "Authorization Code" flow is checked 6. Under Login, ensure this value appears in the sign-in redirect URI list: `http://127.0.0.1:10000/devstoreaccount1/apidocs/oauth2-redirect.html` 7. Ensure the application instance is associated with your OKTA account. Select assignment at the top of the page and ensure your username is selected. -8. You need to associate "Simple Report (localdev)" with you - your OKTA account (your email/password/MFA) - To do so, click the assignment on top of the page and you will see all the users : Joe Smith, Jane Doe etc., select your user name, and you will be tied to the app - Simple Report (localdev) +8. You need to associate "Swagger" with you - your OKTA account (your email/password/MFA) + To do so, click the assignment on top of the page and you will see all the users : Joe Smith, Jane Doe etc., select your user name, and you will be tied to the app - Swagger #### Server-to-server diff --git a/prime-router/docs/okta/admin-management.md b/prime-router/docs/okta/admin-management.md new file mode 100644 index 00000000000..f79ef9ee6fb --- /dev/null +++ b/prime-router/docs/okta/admin-management.md @@ -0,0 +1,39 @@ +# Admin Management + +More details about the organization within okta can be found in [this doc](https://cdc.sharepoint.com/:p:/r/teams/ReportStream/_layouts/15/Doc.aspx?sourcedoc=%7B313111b2-502c-4f60-ac8c-bbcf3c9b1dab%7D&action=edit&wdPreviousSession=a28aeb1e-02b3-b6be-49ab-cafb30120e6f) + +Okta admin potential responsibility areas are: +- App registry management +- User/group management +- Security configuration management +- Log checking + +ReportStream's Okta has the following specialized admin roles for team members: +- Owners +- Support Team +- Onboarding Engineers +- Front-end Engineers +- Tech Leads + + +## App registry management + +The app registry page can be found by the following side-navigation: Applications > Applications. + +All reportstream-developed programs with authentication elements should be configured towards an application listed on this page. + + +## User/Group management + +Accessible via the side-navigation: Directory > People or Directory > Groups + +## Security configuration management + +The policies are enforced in the following order (accessed through "Security" in side-navigation): +- Global Session Policy +- Authentication Policy +- Password Policy (from side-navigation: Security > Authenticators > Click Actions for the "Password" table line > Edit) + +## Log checking + +The global log can be accessed from side-navigation: Reports > System Log. They can also be filtered by user by going to the user's management page (side-navigation: Directory > People) and clicking "View Logs". \ No newline at end of file diff --git a/prime-router/docs/onboarding-users/receivers.md b/prime-router/docs/onboarding-users/receivers.md index 5ff677f3d70..1d141e11d14 100644 --- a/prime-router/docs/onboarding-users/receivers.md +++ b/prime-router/docs/onboarding-users/receivers.md @@ -176,7 +176,7 @@ output here: `/prime-router/build/sftp` ### 5. Create access to the Download site -* If the organization has elected for download access, set up an Okta account. +* If the organization has elected for download access, [set up an Okta account](./okta-account-creation.md). * If you are testing in Test, obviously you'll need to set up access to that download site. ### 6. Validation in Prod From 13cb0a1804a3ac4199c65c06c320f7c94affa6aa Mon Sep 17 00:00:00 2001 From: Basilio Bogado <541149+basiliskus@users.noreply.github.com> Date: Mon, 4 Nov 2024 13:32:38 -0800 Subject: [PATCH 20/61] Removed etor-oml-receiver-transform.yml custom transform. Instead using default OML_O21-base.yml --- prime-router/settings/STLTs/Flexion/flexion.yml | 4 ++-- prime-router/settings/STLTs/LA/la-phl.yml | 2 +- .../receivers/Flexion/etor-oml-receiver-transform.yml | 8 -------- .../resources/datatests/translation-test-config.csv | 1 - 4 files changed, 3 insertions(+), 12 deletions(-) delete mode 100644 prime-router/src/main/resources/metadata/hl7_mapping/receivers/Flexion/etor-oml-receiver-transform.yml diff --git a/prime-router/settings/STLTs/Flexion/flexion.yml b/prime-router/settings/STLTs/Flexion/flexion.yml index f736c5ff2eb..1ee010b4027 100644 --- a/prime-router/settings/STLTs/Flexion/flexion.yml +++ b/prime-router/settings/STLTs/Flexion/flexion.yml @@ -166,7 +166,7 @@ initialTime: "00:00" translation: type: "HL7" - schemaName: "classpath:/metadata/hl7_mapping/receivers/Flexion/etor-oml-receiver-transform.yml" + schemaName: "classpath:/metadata/hl7_mapping/OML_O21/OML_O21-base.yml" useTestProcessingMode: false useBatchHeaders: false - name: "automated-staging-test-receiver-orders" @@ -185,7 +185,7 @@ initialTime: "00:00" translation: type: "HL7" - schemaName: "classpath:/metadata/hl7_mapping/receivers/Flexion/etor-oml-receiver-transform.yml" + schemaName: "classpath:/metadata/hl7_mapping/OML_O21/OML_O21-base.yml" useTestProcessingMode: false useBatchHeaders: false transport: diff --git a/prime-router/settings/STLTs/LA/la-phl.yml b/prime-router/settings/STLTs/LA/la-phl.yml index 17b8e1e5373..63ed169bd95 100644 --- a/prime-router/settings/STLTs/LA/la-phl.yml +++ b/prime-router/settings/STLTs/LA/la-phl.yml @@ -44,7 +44,7 @@ maxReportCount: 100 translation: type: "HL7" - schemaName: "classpath:/metadata/hl7_mapping/receivers/Flexion/etor-oml-receiver-transform.yml" + schemaName: "classpath:/metadata/hl7_mapping/OML_O21/OML_O21-base.yml" useBatchHeaders: false receivingApplicationName: "LA-PHL" receivingFacilityName: "LA" diff --git a/prime-router/src/main/resources/metadata/hl7_mapping/receivers/Flexion/etor-oml-receiver-transform.yml b/prime-router/src/main/resources/metadata/hl7_mapping/receivers/Flexion/etor-oml-receiver-transform.yml deleted file mode 100644 index 85726a28159..00000000000 --- a/prime-router/src/main/resources/metadata/hl7_mapping/receivers/Flexion/etor-oml-receiver-transform.yml +++ /dev/null @@ -1,8 +0,0 @@ -# $schema: ./../../../../../../../metadata/json_schema/fhir/fhir-to-hl7-mapping.json - -extends: classpath:/metadata/hl7_mapping/OML_O21/OML_O21-base.yml - -elements: - - name: order-observation-specimen-action-code - value: [ '"P"' ] - hl7Spec: [ '/ORDER/OBSERVATION_REQUEST/OBR-11' ] diff --git a/prime-router/src/testIntegration/resources/datatests/translation-test-config.csv b/prime-router/src/testIntegration/resources/datatests/translation-test-config.csv index d63ebd3de62..a233d0f80c6 100644 --- a/prime-router/src/testIntegration/resources/datatests/translation-test-config.csv +++ b/prime-router/src/testIntegration/resources/datatests/translation-test-config.csv @@ -23,7 +23,6 @@ HL7_to_FHIR_to_HL7/hci.hl7,,HL7_to_FHIR_to_HL7/hci-expected.hl7,classpath:/metad FHIR_to_HL7/sample_SR_1_20230302-0001.fhir,,FHIR_to_HL7/sample_SR_1_20230302-0001.hl7,,HL7,PASS,"","","classpath:/metadata/fhir_transforms/senders/SimpleReport/simple-report-sender-transform.yml",ca-test.default-receiver,"","" FHIR_to_HL7/sample_SR_1_20230302-0001-missing-data.fhir,,FHIR_to_HL7/sample_SR_1_20230302-0001-missing-data.hl7,,HL7,PASS,"","","classpath:/metadata/fhir_transforms/senders/SimpleReport/simple-report-sender-transform.yml",ca-test.default-receiver,"","" FHIR_to_HL7/sample_SR_2_20231024-0002.fhir,,FHIR_to_HL7/sample_SR_2_20231024-0002.hl7,classpath:/metadata/hl7_mapping/receivers/STLTs/NY/NY-receiver-transform.yml,HL7,PASS,"","","classpath:/metadata/fhir_transforms/senders/SimpleReport/simple-report-sender-transform.yml","","","" -FHIR_to_HL7/sample_OML_20230831-0001.fhir,,FHIR_to_HL7/sample_OML_20230831-0001.hl7,classpath:/metadata/hl7_mapping/receivers/Flexion/etor-oml-receiver-transform.yml,HL7,PASS,"","","classpath:/metadata/fhir_transforms/senders/Flexion/etor-sender-transform.yml","","","" FHIR_to_HL7/sample_RI_20231213-0001.fhir,,FHIR_to_HL7/sample_RI_20231213-0001.hl7,classpath:/metadata/hl7_mapping/receivers/STLTs/RI/RI-receiver-transform.yml,HL7,PASS,"","","classpath:/metadata/fhir_transforms/senders/SimpleReport/simple-report-sender-transform.yml","","","" FHIR_to_HL7/simple_report_with_date_aoe_question.fhir,,FHIR_to_HL7/simple_report_with_date_aoe_question.hl7,classpath:/metadata/hl7_mapping/receivers/STLTs/CA/CA-receiver-transform.yml,HL7,PASS,"","","classpath:/metadata/fhir_transforms/senders/SimpleReport/simple-report-sender-transform.yml","","","" HL7_to_FHIR/sample_orm_20230809-001.hl7,,HL7_to_FHIR/sample_orm_20230809-001-with-enrichment.fhir,,FHIR,PASS,"","","","","","classpath:/enrichments/testing2.yml" From 60f2bd1d317f08ac768ebbe98eb6d07c3aa01852 Mon Sep 17 00:00:00 2001 From: Joseph Andersen <12385932+jpandersen87@users.noreply.github.com> Date: Mon, 4 Nov 2024 16:45:52 -0600 Subject: [PATCH 21/61] Experience/16445-Update-gitleaks-config-allowlist (#16446) * Update gitleaks-config allowlist Fixes #16445 --- .environment/gitleaks/gitleaks-config.toml | 67 ++++++++++------------ .environment/gitleaks/run-gitleaks.sh | 3 +- 2 files changed, 31 insertions(+), 39 deletions(-) diff --git a/.environment/gitleaks/gitleaks-config.toml b/.environment/gitleaks/gitleaks-config.toml index 883ce714aff..552a31cfa0e 100644 --- a/.environment/gitleaks/gitleaks-config.toml +++ b/.environment/gitleaks/gitleaks-config.toml @@ -3,45 +3,36 @@ title = "PRIME ReportStream Gitleaks Configuration" # Global allowlist [allowlist] description = "Allow-list for files and paths" - files = [ - '(.*?)(bin|doc|gif|iml|jar|jp(e)?g|pdf|png|xlsx)$', - '^\.?gitleaks-config.toml$', - '^\.?gitleaks.report.json$', - '^package-lock\.json$', - 'cleanslate.sh.log', - 'yarn\.lock$', - ] paths = [ - '.environment/sftp-conf', - '.environment/soap_service/', - '.github/scripts/stale_items_report/', - '.idea/', - '.terraform/providers/', - 'frontend/dist', - 'frontend/node_modules/', - 'frontend/src/assets', - 'frontend-react/build/', - 'frontend-react/node_modules/', - 'frontend-react/src/components/ReportStreamHeader.tsx', - 'prime-router/.gradle/', - 'prime-router/.vault/env/', - 'prime-router/build/', - 'prime-router/build.gradle.kts', - 'prime-router/docs/dependency-graph-full/dependency-graph-full.txt', - 'prime-router/docs/schema_documentation/', - 'prime-router/docs/design/design/auth/auth-design.md', - 'prime-router/docs/getting_started.md', - 'prime-router/frontend/src/assets/fonts', - 'prime-router/frontend/src/assets/img', - 'prime-router/frontend/src/assets/pdf', - 'prime-router/frontend/src/assets/webfonts', - 'prime-router/src/main/kotlin/cli/tests/TestKeys.kt', - 'prime-router/src/test/csv_test_files/input/', - 'prime-router/src/test/kotlin/credentials/CredentialTests', - 'prime-router/src/test/', - 'prime-router/src/main/resources/metadata', - '.environment/gitleaks/gitleaks-config.toml', - 'exp/as2/keystore_steps.md', + # package manager files + 'package-lock\.json$', + 'yarn\.lock$', + # ide + '\.idea\/', + # misc + '(.*?)(bin|doc|gif|iml|jar|jp(e)?g|pdf|png|xlsx)$', + # devops + '\.terraform\/providers\/', + '^\.environment\/gitleaks\/gitleaks-config\.toml$', + '^\.environment\/sftp-conf\/', + '^\.environment\/soap_service\/', + '^\.github\/scripts\/stale_items_report\/', + # backend + '^prime-router\/\.gradle\/', + '^prime-router\/.vault\/env\/', + '^prime-router\/build\/', + '^prime-router\/build\.gradle\.kts', + '^prime-router\/docs\/dependency-graph-full/dependency-graph-full\.txt', + '^prime-router\/docs\/schema_documentation/', + '^prime-router\/docs\/design/design/auth/auth-design\.md', + '^prime-router\/docs\/getting_started\.md', + '^prime-router\/src\/main\/kotlin\/cli\/tests\/TestKeys\.kt', + '^prime-router\/src\/test\/csv_test_files\/input\/', + '^prime-router\/src\/test\/kotlin\/credentials\/CredentialTests', + '^prime-router\/src\/test\/', + '^prime-router\/src\/main\/resources\/metadata', + # frontend + '^frontend-react\/public\/assets\/', ] [[rules]] diff --git a/.environment/gitleaks/run-gitleaks.sh b/.environment/gitleaks/run-gitleaks.sh index 2c9db1866ed..0db19703c71 100755 --- a/.environment/gitleaks/run-gitleaks.sh +++ b/.environment/gitleaks/run-gitleaks.sh @@ -230,7 +230,8 @@ esac if [[ ${RC?} != 0 ]]; then error "(return code=${RC?}) Your code may contain secrets, consult the output above and/or one of the following files for more details:" error " - ${REPO_ROOT?}/${REPORT_JSON?}" - error " - ${REPO_ROOT?}/${LOGFILE?}" + # no log file currently, check the output of whatever ran this + # error " - ${REPO_ROOT?}/${LOGFILE?}" fi exit ${RC?} From 32b36f0fca5bca40238ea2526d5fccb95ad6dcdb Mon Sep 17 00:00:00 2001 From: Lucero Velasco <165824244+lucero-v@users.noreply.github.com> Date: Mon, 4 Nov 2024 16:33:28 -0700 Subject: [PATCH 22/61] MMTC sender transform and getStateFromZipCode custom fhir function (#16440) * added mmtc sender transform and custom fhir path function that grabs the state(s) from the given zip code --- .../engine/CustomFhirPathFunctions.kt | 32 ++++++++ .../senders/MMTC/mmtc-sender-transform.yml | 12 +++ .../engine/CustomFhirPathFunctionTest.kt | 82 +++++++++++++++++++ 3 files changed, 126 insertions(+) create mode 100644 prime-router/src/main/resources/metadata/fhir_transforms/senders/MMTC/mmtc-sender-transform.yml diff --git a/prime-router/src/main/kotlin/fhirengine/engine/CustomFhirPathFunctions.kt b/prime-router/src/main/kotlin/fhirengine/engine/CustomFhirPathFunctions.kt index 0083feea221..b0e19c12982 100644 --- a/prime-router/src/main/kotlin/fhirengine/engine/CustomFhirPathFunctions.kt +++ b/prime-router/src/main/kotlin/fhirengine/engine/CustomFhirPathFunctions.kt @@ -36,6 +36,7 @@ class CustomFhirPathFunctions : FhirPathFunctions { LivdTableLookup, GetFakeValueForElement, FIPSCountyLookup, + GetStateFromZipCode, ; companion object { @@ -84,6 +85,14 @@ class CustomFhirPathFunctions : FhirPathFunctions { ) } + CustomFhirPathFunctionNames.GetStateFromZipCode -> { + FunctionDetails( + "Looks up the states that match the given zip code", + 0, + 0 + ) + } + else -> null } } @@ -110,6 +119,9 @@ class CustomFhirPathFunctions : FhirPathFunctions { CustomFhirPathFunctionNames.FIPSCountyLookup -> { fipsCountyLookup(parameters) } + CustomFhirPathFunctionNames.GetStateFromZipCode -> { + getStateFromZipCode(focus) + } else -> error(IllegalStateException("Tried to execute invalid FHIR Path function $functionName")) } ) @@ -353,4 +365,24 @@ class CustomFhirPathFunctions : FhirPathFunctions { mutableListOf(StringType(parameters.first().first().primitiveValue())) } } + + /** + * Returns a comma-separated string of the states that + * match the zip code stored in the [focus] element. + * @return a mutable list containing the state abbreviations + */ + fun getStateFromZipCode( + focus: MutableList, + metadata: Metadata = Metadata.getInstance(), + ): MutableList { + val lookupTable = metadata.findLookupTable("zip-code-data") + var filters = lookupTable?.FilterBuilder() ?: error("Could not find table zip-code-data") + + val zipCode = focus[0].primitiveValue() + filters = filters.isEqualTo("zipcode", zipCode) + val result = filters.findAllUnique("state_abbr") + + val stateList = result.joinToString(",") + return mutableListOf(StringType(stateList)) + } } \ No newline at end of file diff --git a/prime-router/src/main/resources/metadata/fhir_transforms/senders/MMTC/mmtc-sender-transform.yml b/prime-router/src/main/resources/metadata/fhir_transforms/senders/MMTC/mmtc-sender-transform.yml new file mode 100644 index 00000000000..60110a9f807 --- /dev/null +++ b/prime-router/src/main/resources/metadata/fhir_transforms/senders/MMTC/mmtc-sender-transform.yml @@ -0,0 +1,12 @@ +extends: classpath:/metadata/fhir_transforms/senders/original-pipeline-transforms.yml + +elements: + - name: patient-state-from-zip-code + resource: "Bundle.entry.resource.ofType(Patient).address" + bundleProperty: '%resource.extension("https://reportstream.cdc.gov/fhir/StructureDefinition/state-from-zip-code").value[x]' + value: [ '%resource.postalCode.getStateFromZipCode()' ] + + - name: ordering-facility-state-from-zip-code + resource: "Bundle.entry.resource.ofType(ServiceRequest).requester.resolve().organization.resolve().address" + bundleProperty: '%resource.extension("https://reportstream.cdc.gov/fhir/StructureDefinition/state-from-zip-code").value[x]' + value: [ '%resource.postalCode.getStateFromZipCode()' ] diff --git a/prime-router/src/test/kotlin/fhirengine/engine/CustomFhirPathFunctionTest.kt b/prime-router/src/test/kotlin/fhirengine/engine/CustomFhirPathFunctionTest.kt index 95f92e40785..7080940cfc9 100644 --- a/prime-router/src/test/kotlin/fhirengine/engine/CustomFhirPathFunctionTest.kt +++ b/prime-router/src/test/kotlin/fhirengine/engine/CustomFhirPathFunctionTest.kt @@ -2,6 +2,7 @@ package gov.cdc.prime.router.fhirengine.engine import assertk.assertFailure import assertk.assertThat +import assertk.assertions.contains import assertk.assertions.isEqualTo import assertk.assertions.isNotNull import assertk.assertions.isNull @@ -323,4 +324,85 @@ class CustomFhirPathFunctionTest { (result[0] as StringType).value ).isEqualTo("Shasta") } + + @Test + fun `test getting state from zip code - one state`() { + val testTable = Table.create( + "zip-code-data", + StringColumn.create("state_fips", "40", "48", "6"), + StringColumn.create("state", "Oklahoma", "Texas", "California"), + StringColumn.create("state_abbr", "OK", "TX", "CA"), + StringColumn.create("zipcode", "73949", "73949", "92356"), + StringColumn.create("county", "Texas", "Sherman", "San Bernardino"), + StringColumn.create("city", "Texhoma", "", "Lucerne valley") + + ) + val testLookupTable = LookupTable(name = "zip-code-data", table = testTable) + + mockkConstructor(Metadata::class) + every { anyConstructed().findLookupTable("zip-code-data") } returns testLookupTable + mockkObject(Metadata) + every { Metadata.getInstance() } returns UnitTestUtils.simpleMetadata + + val result = CustomFhirPathFunctions().getStateFromZipCode(mutableListOf(StringType("92356"))) + + assertThat( + (result[0] as StringType).value + ).isEqualTo("CA") + } + + @Test + fun `test getting state from zip code - multiple states`() { + val testTable = Table.create( + "zip-code-data", + StringColumn.create("state_fips", "40", "48", "6"), + StringColumn.create("state", "Oklahoma", "Texas", "California"), + StringColumn.create("state_abbr", "OK", "TX", "CA"), + StringColumn.create("zipcode", "73949", "73949", "92356"), + StringColumn.create("county", "Texas", "Sherman", "San Bernardino"), + StringColumn.create("city", "Texhoma", "", "Lucerne valley") + + ) + val testLookupTable = LookupTable(name = "zip-code-data", table = testTable) + + mockkConstructor(Metadata::class) + every { anyConstructed().findLookupTable("zip-code-data") } returns testLookupTable + mockkObject(Metadata) + every { Metadata.getInstance() } returns UnitTestUtils.simpleMetadata + + val result = CustomFhirPathFunctions().getStateFromZipCode(mutableListOf(StringType("73949"))) + + assertThat( + (result[0] as StringType).value + ).contains("OK") + assertThat( + (result[0] as StringType).value + ).contains("TX") + } + + @Test + fun `test getting state from zip code - no matching state found`() { + val testTable = Table.create( + "zip-code-data", + StringColumn.create("state_fips", "40", "48", "6"), + StringColumn.create("state", "Oklahoma", "Texas", "California"), + StringColumn.create("state_abbr", "OK", "TX", "CA"), + StringColumn.create("zipcode", "73949", "73949", "92356"), + StringColumn.create("county", "Texas", "Sherman", "San Bernardino"), + StringColumn.create("city", "Texhoma", "", "Lucerne valley") + + ) + val testLookupTable = LookupTable(name = "zip-code-data", table = testTable) + + mockkConstructor(Metadata::class) + every { anyConstructed().findLookupTable("zip-code-data") } returns testLookupTable + mockkObject(Metadata) + every { Metadata.getInstance() } returns UnitTestUtils.simpleMetadata + + val result = CustomFhirPathFunctions().getStateFromZipCode(mutableListOf(StringType("79902"))) + + assertThat( + (result[0] as StringType).value + ).isEqualTo("") + } } \ No newline at end of file From 4e4e955d8467088f62ed5f17f96d41d18b44c66d Mon Sep 17 00:00:00 2001 From: Joseph Andersen <12385932+jpandersen87@users.noreply.github.com> Date: Tue, 5 Nov 2024 02:54:20 -0600 Subject: [PATCH 23/61] Update frontend dependabot groupings (#16452) --- .github/dependabot.yml | 163 ++++++++++++++++++++++++++++++----------- 1 file changed, 122 insertions(+), 41 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9222d7f6686..c5b2158da31 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -136,64 +136,145 @@ updates: timezone: "US/Eastern" rebase-strategy: "disabled" groups: - mdx: + project: patterns: - - "*mdx*" - storybook: - patterns: - - "*storybook*" - testing-library: - patterns: - - "*testing-library/*" - eslint: - patterns: - - "eslint*" - exclude-patterns: - - "*prettier" - - "*vitest*" - - "*storybook" - - "*testing-library" - - "*playwright*" - vitest: - patterns: - - "*vitest*" - msw: - patterns: - - "*msw*" - prettier: - patterns: - - "*prettier*" + - "husky" + - "lint-staged" + - "dotenv-flow" + - "@types/dotenv-flow" + - "cross-env" + - "browserslist*" + - "@types/node" + - "npm-run-all" + - "patch-package" typescript: patterns: - - "typescript" + - "*typescript*" - "tslib" - "ts-node" - - "@typescript-eslint*" + - "tsx" + typescript-types: + patterns: + - "@types/*" + exclude-patterns: + - "*dotenv-flow" + - "*node" + - "*eslint__js" + - "*mdx" + - "@types/react" + - "@types/react-dom" + - "*react-router*" + - "*html-to-text" + - "*lodash" + - "*dompurify" + - "*sanitize-html" + - "*react-scroll-sync" + - "*downloadjs" react: patterns: - "react" - "react-dom" - react-router: + - "@types/react" + - "@types/react-dom" + - "eslint-plugin-react" + - "eslint-plugin-react-hooks" + - "eslint-plugin-react-refresh" + ui: patterns: - - "*react-router*" - playwright: + - "@uswds/*" + - "@trussworks/react-uswds" + - "react-loader-spinner" + - "react-toastify" + - "react-scroll-sync" + - "@types/react-scroll-sync" + - "focus-trap-react" + - "react-error-boundary" + utils: + patterns: + - "*lodash*" + - "use-deep-compare-effect" + - "uuid" + - "p-limit" + - "history" + - "date-fns*" + - "export-to-csv-fix-source-map" + - "classnames" + sanitizers: patterns: - - "*playwright*" - vite: + - "*sanitize-html" + - "*html-to-text" + - "*dompurify" + bundler: + patterns: + - "vite" + - "vite-plugin-*" + - "@vitejs/*" + linting-and-formatting: + patterns: + - "@eslint/*" + - "@types/eslint__js" + - "eslint" + - "*prettier*" + lint-plugins: patterns: - - "vite*" - - "@vitejs*" + - "eslint-*" exclude-patterns: - - "@storybook*" - - "vitest*" - okta: + - "*-plugin-jest-dom" + - "*-plugin-playwright" + - "*-plugin-react" + - "*-plugin-react-hooks" + - "*-plugin-react-refresh" + - "*-plugin-storybook" + - "*-plugin-testing-library" + - "*-plugin-vitest" + mocking: + patterns: + - "mockdate" + - "*msw*" + unit-testing: + patterns: + - "*vitest*" + - "eslint-plugin-jest-dom" + - "jsdom" + - "*testing-library/*" + - "undici" + - "globals" + e2e-testing: + patterns: + - "*playwright*" + - "otpauth" + storybook: patterns: - - "@okta*" - applicationinsights: + - "chromatic" + - "storybook" + - "@storybook/*" + - "eslint-plugin-storybook" + css: + patterns: + - "sass" + - "postcss" + - "autoprefixer" + analytics: patterns: - "@microsoft/applicationinsights*" - react-query: + - "web-vitals" + markdown: + patterns: + - "@mdx-js/*" + - "@types/mdx" + - "remark-*" + - "rehype-*" + - "react-markdown" + router: + patterns: + - "*react-router*" + auth: + patterns: + - "@okta/*" + fetching: patterns: + - "*downloadjs" + - "axios" - "*react-query*" # IAC From 769b68d3296dc173da8b2d14ba34304a1a86feb4 Mon Sep 17 00:00:00 2001 From: Joseph Andersen <12385932+jpandersen87@users.noreply.github.com> Date: Tue, 5 Nov 2024 10:21:53 -0600 Subject: [PATCH 24/61] Un-skip E2E test: idletimeout.spec.ts if needed (#16402) * Un-skip E2E test: idletimeout.spec.ts if needed Fixes #16060 --- .../e2e/spec/all/idletimeout.spec.ts | 30 ++++++++++--------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/frontend-react/e2e/spec/all/idletimeout.spec.ts b/frontend-react/e2e/spec/all/idletimeout.spec.ts index cc42f98b4d9..0cebafa4766 100644 --- a/frontend-react/e2e/spec/all/idletimeout.spec.ts +++ b/frontend-react/e2e/spec/all/idletimeout.spec.ts @@ -4,10 +4,9 @@ import process from "node:process"; import { OrganizationPage } from "../../pages/authenticated/admin/organization"; import { test as baseTest } from "../../test"; -const timeout = parseInt(process.env.VITE_IDLE_TIMEOUT ?? "20000"); -// Add/Sub 500 ms to account for variance -const timeoutLow = timeout - 500; -const timeoutHigh = timeout + 500; +const timeout = parseInt(process.env.VITE_IDLE_TIMEOUT ?? "900000"); +const timeoutLow = timeout - 1000; +const timeoutHigh = timeout + 1000; export interface OrganizationPageFixtures { organizationPage: OrganizationPage; @@ -37,6 +36,7 @@ const test = baseTest.extend({ frontendWarningsLogPath, isFrontendWarningsLog, }); + await page.page.clock.install(); await page.goto(); await use(page); }, @@ -44,20 +44,22 @@ const test = baseTest.extend({ test.use({ storageState: "e2e/.auth/admin.json" }); -test.skip("Does not trigger early", async ({ organizationPage }) => { - await expect(organizationPage.page.getByRole("banner").first()).toBeVisible(); - await organizationPage.page.keyboard.down("Tab"); +test.describe("Idle time out", () => { + test("Does not trigger early", async ({ organizationPage }) => { + await expect(organizationPage.page.getByRole("banner").first()).toBeVisible(); + await organizationPage.page.keyboard.down("Tab"); - const start = new Date(); + await organizationPage.page.clock.fastForward(timeoutLow); - await organizationPage.page.waitForRequest(/\/oauth2\/default\/v1\/revoke/, { - timeout: timeoutHigh, + await expect(organizationPage.page.getByRole("banner").first()).toBeVisible(); }); - const end = new Date(); + test("Triggers on time", async ({ organizationPage }) => { + await expect(organizationPage.page.getByRole("banner").first()).toBeVisible(); + await organizationPage.page.keyboard.down("Tab"); - const idleTime = Math.abs(end.valueOf() - start.valueOf()); + await organizationPage.page.clock.fastForward(timeoutHigh); - expect(idleTime).not.toBeLessThan(timeoutLow); - expect(idleTime).not.toBeGreaterThan(timeoutHigh); + await expect(organizationPage.page.getByRole("link", { name: "Login" })).toBeVisible(); + }); }); From 908d24e8037b690872f4db31d26dda0f0d75e4c2 Mon Sep 17 00:00:00 2001 From: Joseph Andersen <12385932+jpandersen87@users.noreply.github.com> Date: Tue, 5 Nov 2024 11:37:18 -0600 Subject: [PATCH 25/61] Implement updates to the API Programmer's Guide online content + PDF (#16450) * Implement updates to the API Programmer's Guide online content + PDF Fixes #16289 --- frontend-react/e2e/helpers/internal-links.ts | 4 ---- .../sample-payloads-and-output.spec.ts | 3 ++- ...> ReportStream-Programmers-Guide-v4.7.pdf} | Bin 356968 -> 383122 bytes frontend-react/public/sitemap.xml | 3 --- frontend-react/src/AppRouter.tsx | 10 ++++++---- frontend-react/src/config/index.ts | 3 ++- frontend-react/src/content/about/index.mdx | 5 ++++- frontend-react/src/content/about/news.mdx | 2 +- .../src/content/about/our-network.mdx | 3 ++- .../src/content/about/release-notes.mdx | 5 +++-- frontend-react/src/content/about/security.mdx | 3 ++- .../reportstream-api/ReportStreamApi.mdx | 2 +- .../reportstream-api/Sidenav.mdx | 3 --- .../documentation/Documentation.mdx | 14 +------------- .../documentation/SamplePayloadsAndOutput.mdx | 1 + .../getting-started/GettingStarted.mdx | 15 +++++++++------ .../getting-started/receiving-data.mdx | 6 +++--- .../content/getting-started/sending-data.mdx | 7 ++++--- .../refer-healthcare-organizations.mdx | 5 +++-- frontend-react/src/content/site.json | 17 ++++++++++++++++- frontend-react/src/content/support/index.mdx | 2 +- 21 files changed, 61 insertions(+), 52 deletions(-) rename frontend-react/public/assets/pdf/{ReportStream-Programmers-Guide-v4.6.pdf => ReportStream-Programmers-Guide-v4.7.pdf} (72%) diff --git a/frontend-react/e2e/helpers/internal-links.ts b/frontend-react/e2e/helpers/internal-links.ts index 641137fb76b..d07ab5ac84a 100644 --- a/frontend-react/e2e/helpers/internal-links.ts +++ b/frontend-react/e2e/helpers/internal-links.ts @@ -74,8 +74,4 @@ export const developerResourcesApiSideNav = [ name: "Responses from ReportStream", path: "/developer-resources/api/documentation/responses-from-reportstream", }, - { - name: "Sample payloads and output", - path: "/developer-resources/api/documentation/sample-payloads-and-output", - }, ]; diff --git a/frontend-react/e2e/spec/all/public/developer-resources/api/documentation/sample-payloads-and-output.spec.ts b/frontend-react/e2e/spec/all/public/developer-resources/api/documentation/sample-payloads-and-output.spec.ts index 5000be4d748..a9ba595fb43 100644 --- a/frontend-react/e2e/spec/all/public/developer-resources/api/documentation/sample-payloads-and-output.spec.ts +++ b/frontend-react/e2e/spec/all/public/developer-resources/api/documentation/sample-payloads-and-output.spec.ts @@ -35,7 +35,8 @@ const test = baseTest.extend({ }, }); -test.describe( +// Page currently archived +test.describe.skip( "Developer Resources / API / Documentation / Sample payloads and output page", { tag: "@smoke", diff --git a/frontend-react/public/assets/pdf/ReportStream-Programmers-Guide-v4.6.pdf b/frontend-react/public/assets/pdf/ReportStream-Programmers-Guide-v4.7.pdf similarity index 72% rename from frontend-react/public/assets/pdf/ReportStream-Programmers-Guide-v4.6.pdf rename to frontend-react/public/assets/pdf/ReportStream-Programmers-Guide-v4.7.pdf index 54b3b06920c35fd649f563c15217a1f8e563ad48..9a6e9882f1e30861fe97b921a714d9271d1d67c0 100644 GIT binary patch delta 104830 zcmd3OcOVsd|8PdhDqHqRh>Ww(LCD^F?|JM!Bk9OqCG(gmqwMTGl2KMxvO-Fvlob-y zdmOiWxwm_tp5Jr-c>5!c^PQhPzi;Ph5S{oJg9QWjnoPOi2Uu(sB8b@c*( zVFv@$yuF<4U9jW9U_smr6$=kX1s5Av?5g{}TB88iiPmChF`$aImjw#D2LORQn5%1V zec9SW-NV|(+QZt#3cCmb3Ef{rOpKhw+69F>-Tu%c$HW~EDCO$yf<1*GP{|(UX#{}n zPXj=3>jEISlK`LxpP=yl@6Z6){)IIGFx*D~40-TL2=@bi@E!bM8Ti3`_`!Ez(7{JA z7=#-O1|O^o1|N(DgAx0GHvt?z_5L+}oLWUoLEQ|kY+-5bWF}}~1A^MvfcRlxD>y&Q z3I^u4gu|`*Z7eJ;1#K*>gvA&;B?Urg7s_L8>nvgU?>AP{~K zoF4?$hJew+FhOAu!tnpF9u{wQt|)GG4|^YbCu>`4)c;`(RkVe(HTSRF{{OJJmc5s? z0*YJ6${Gn0LZ>f&YX;w5SC<;e{?x&YEr z2xft_6y&!7A*`@l+F0{jqO7d=g)HGPK^qiY&^S z!Z7%s=;e>~{$aVF(hGW@2@Z((mljdor z1aKfsfwE8l7$=Z{vM>M`CzHj*fHJ;ba#~(k8HSxCrzHqD&@6IVLI9jd#*R?;aJ9mc ztr1Wi^AV2Ef(O8~eI#Vi$6oD#mplOntIBz}db?p)!5tF!0jLGk_ONjAblX3yl^;+_ z3n*>vV{c`xDJO|tSlhzV6FcNU+Z|lU697u6$A_Vz`vTt63ky|eauVN+>cnZsDGE@gIR$Y0KMAA9cbw$h`97hbs$?`(r@|hbo8aBDoB8o6 zC`DA@If(gGX%~jtJQx_gNmb#HiO!;2G>0*?x56wEcOHA-k&$HFpe-vHp5LM_9zns> z&u!=Hx`V1Xo;vV0 zcu9E1w1)tLBpzftIcwLghf<>1w@<3Ah>)p#Og}o~~;dJ7$PSs1pjMQ&cCRX8&%YGTG zWmm50FlpYtDNdi5BuW^R5@Uh)9#D{cYWFlaO2-W&5k*LwAatCJ9Y=@z>;TmAw)EP! zy0o!M9{1OMiHBv8gwo?sE$jekYfmc=dp9ft18{5sl(qNp^pdi(@W2{2Si9`E-@y<# zP|qIaWrsDM;5ftNuo<#H^EWdjfs%+8y}vVVA4w@`85tQ~Ek7r$(cuD=b+WMa++SA# zYXaI^Nx0ZLSpz^o2~Vqih6aN`NGy{aeBg%&g0ZHeo4mEXt(_MD2}J@Wd~9(?z?xV> zSfkJP-~$*g2*+{0-oZ#12t*6i|7{us4#M)7wX-gEPJ*out2_WVR2FMsK(H6VSz3oL zvM&LC*i$%Y{VpPak}5z|R}W_kC!m!D0GuFk;tb2*j*ybTjsO!e(BnoN#RC=@poB}_ z48}4pR<0;}7h9kL3VVBdFF$_y-)@hxaPiuov~TV1+k8N6R~;97>}YEM0`{9|`onU? zjlmt-2ykFCng9|)y?_bX-fRgj-Ynu$3esABo>(aC+sgnj&h*8B;SlZ*j7*>&7AUwa z4+90W`izi`3INo!wzbE~B|mNntjUa({1~=TLPpYk>-6t%FZ=%!?p6N-?r{p@2=b32 z?kEF66LPLVb&fL7frb7n9E8(PhhdDHdI*dOP5un%f8-V+IOGtsVCno2vtU2{&Ma^U z_z<%oVbDJ@%TIU(yYl|kF&}YqUSb8U`$YPviK*O!+li>JP)|cdH5x zfcyrk|71a7=HU1j&{&TZDBVY24%-0e!AK~M zRRGX~3D5%{8G0}eb};WCL;!#t%!3`wgB{F+2?Buo?)ZVI2OOv_zyU!44loXY9}I=# zwlD!;G)nR5jSiW3kOPVN@7Q=?F)@rY5T70s9Z0~41`7%b?o-?!=3aBUlIIkHB5);b z2>npwtu_rF1;^WNRF@yZe&k;HBr`-v9l`0(s1e0?J^^iJE}@x7C>_%*f9j_E^%o}V z?JdVto+78x{oLz0V_8+6)=s@zZ)jp?;~E+L@*4HU*+g}QE;_w%e5SatyK~wJ?Wp=y zmrn1^!kX3k{DjuJpI}7J_+Br=d9cFfEZ-tZ>lD!n`s}FNDoU7H+4SV2GpSF*3GNYf zhEOud#Vf^gLKGnolXnt8AdSI`cTDlencr*<_0GL)j~I+aeYqm&Tk5*K?dE1!$|`-k z)lZR&l_{&ZW@>cUbs>7xA=>7iI$DFPO%e3*E+VeGvmrl5!u58`71>waY%`yM^Z>2o5l_T(4sB}VPG3UXhgq;-g~_@I!E0(5Q56v$HPtNpfBxfN|Kth(tR zLSG{5xe-75)%f zJd5aiDv=yf;qwymiq>9a-+9HePgqMmW`0;d-173NV3<-*JYzbO@Kb&r{k;x94iN{7 z*RN^VRY%SR4+dLR$i1PVy)E36ix&RIwsEZ#oLZ6}Mqpl^aqF@dU)y4_9;{M%!d1Yo zohkz+RZL`LNy({2?en6?^4uGmVS)m_lbV8D{@S_{w_X)k(bdIOd^d5VPh48H)=cYU zu}_Bvz@OK94s+Gt!U{$$1&>tMrtgOf<)Mx-jmy~5*$ zGa2|m7tS(2ccnN{U*h{`kL#p>vRL?hNhsK1I$B}C$oH=G+$_bxkbhCy|ZF+ zjF~L{Sg&C0xO;n=+`L(T*bT{BPpd*TB^ch%gF0>&l;+zN7RRqQJSl`Ox-OtMB)(jA zE5avzXe_Jvx$hCzAb%dwbrE@i8`jlo_AgKkTp$goA=Rur z0r}+d5BD$4h`jEa-)}jl?Wu+C9f(*mPIlgoKbGbwDfGbo9gMM5NyW&v`nYe1+w>Zy z(NtK_T;rm7Pp4_XP5>JjKUq%jhq=qi0T-Z8USzw>LT}DC)3e|7m<{f*nc?UB(026} zJ0T7cQMaV&AKZ+5C)?Q8;5|g=*r@D9vh-kq)&JU=7a)UKhA7*_UM@6`{YNPH#`I=b z#fzCmB_pZJnn_(Z+KmD4gAkfX{c9q6ahfeeq5V}xifs3SwH5VscN4ox65r{Xvg>z* zBrLHAIwo9hnm*%TC|^QUZPf?Hvn5>}NFFR7vU^lN)%?EDtY5xy(j}m#7rHBPDX=c* zp{Q;@JD=Wd>xEH&RxSj3+l42f?zHB%g~106!W2Eg+0LvkG`>|xzFdm zuEe-K`pCR=iIk2!TBm;Ejf7k%XD+NUnqJ2I*xN-yqYzn*NQ zULb6rtX6BRTuxM4EO>lBVOq~ERz_ipv+rqQP{xdLjd8o;`4{&p-^z z%s*F9#Bs5Gx}^Rc8pP^#f5E=T+szIvr<6t|pC)qpbh>A4ViVD#1c^D0?s)=3X(-=M zY*2~{C#Bn1iQgY6J&&)qD=M2pyd^AeFh4M5(JfQR?=y8n&d#akQA2219noEh9s`b? z0AV77ZE8vBcXfpHloLWvZe|r}I762a?n}bGS@pgNJe6qQ*X8)>$l65HhsO)fmG^CN zXTE$M*S}(-PZepEHziJPEKyZDSra~u7MdM5i|1y^o`q{{FS>r#>2dnJnR5L`h7pO? z{Wzr{Z7Y47-NaKB=1(>{;A$<=%-2~vODQeR1`VHdrZ&ZALW@qGO_+}xj?M*mlO|7y z56S?ci?VcO= z*WbqUV~iAmEkVynahquZ-H6jQP9-78*{H|+J~m(K_N??cK2-8`Em5UnGGg)OU3u+1 zu=<Xx4;6D7}j{_b5>W?G9I7?ho($&`pzz>EY;Q)RJ z7N!tE1Qwb|K`boyJ%%5iI?nDpa>e~i{}gFMSfru<4rvFz#Xlhp7k>LaE3`lU$1XT$ z{@1K#{hyf4KZ221D*8RD@V9|SeKku5YpeZerh+pz=83=>-#F_SXHowahQwa-_b?>l zz`6N%Y*YyR2&DIo?H@2W!XD?5`0VDt1Zjj2mLmVm9Y8Hb>WO?|@my{|vx40!~a`wra?Xdc-mKoFn( z;@{BUK|1z#ob5-w{=ADIrWkwh|0c2U6Z{~sfdlOMG=Z{6Y+Cu?xBrUMG4pWz^Xx~^ zcHrG254>9>j_-elM4Y1w{Fjg@h`|&5GZsg%@cmmX9^CpjNs5aJ{~5kQN3i&}@|s5o zpIzjaun61FnE!bfFbGrpmy@HhYg+u$nvi{@{bfz8m;Oh96&G#zDFKfD`Zl1SkU1D~ zcpF?a7a7u2Sq{m zi&g$|^dssHH{r+8e_h=fA4F9;FDn2P+*;`Ik0|0r7c&qV%9AjM`?_XX;|1=Ay(kBh4RpuR)05zi3= z6#07zbC6>E0aV03Fa8CnM~nyDgdh9-x`dJc8I}K4!u)4I{TWIuelKoL~+!ua70U4I;!J_|w8l3L> z0W-ut;QxY}Bc=x~G4+#u95La)zRi9~z+bjG66C-ozJ9vRGBl`HFn27h) zmTt`Hk==~U%o_t6SFg0n+b+NUj4(p8&Wb%4S=;n#F;>~Iu3?;A{^)^r`U1~xPIr|6q>pH2XU%N+vk~>}^tqtlZ<_|!UHa0zGC&$U{{Aw?>4oKM zndHR@tHxB<3ci&-Wy;1lGzV{Yot3lY>-0^p&=bv#O;cMFGsuTW-wrS>66q}T zZ8M6#-Ys1j^J*~^ngd*(H-8-yB(V_FVZIR2cIw;5HN3{;LFQAsmmD&Oh=hB-xG~gA zRxMSATTqMa3Htg%MOZKAtQ2loV!p_|V}>m;ceM~B2Cue@AkEcuzM=<)!Y@CK@P9dV z=Ea4!oE+bWGZ%C0ZelN`mFLc?#unBPuN6S#&>l3{W?q-*s^!4ei-4UhPY*J2^NpPC%|MlP z(ZBkb%`@l1XIRDRjZlaDM#G@TBZ0ncqLCV|AV)XpU-M zg+Dqy)oG4b>qFz8d!BHeRFTVz*mg8imF4&j)c;A}u=V?C78o{H)#}D~p;KLe{Jzf> zmh>|PVg#epOW#rj{=sW)KPgKTJ8i_v4hyhztvine59cPC9Hn48Z4*y>-?vhfX!?!@_r!>t&B;r1(}G_6UxpKCcUu8=SXKIGwsz8!;%W8^wyyvs@%1Zdr3R`Hrlr@Ud)KNi&b{k|U!D{#GS{8QV}InSoJQK)X_ufB zotaFf)ssxem-%dizZa@JMAt?$QY_SHUz`4cYN&wYi)ACthh1w4E_7s`cXbwv#6sa_ zlK2<54m-T&qPp0NqA}sd{4|%^g2&_JCg*9q@n@r_$I%9vf!FAJ`AdfaCoxbXVc+_( z?Lz$cLVTjPe)4{ApR5~rvc7bG)idHOvzMQpJbTZpV|r58Yr&6wz3HVTRhzS$5JRY2 z(wy|8PHMMkv`4&o(Is@G```|0K1+i)m&NI%UDc<2BeS40SE%7+SwP9Jx@RXzqM}oS z<$0*ypLI*hm>H}j^q_kArXR(z`LLpfGJ?hyrEZ*GEO(}0-T1vOiwyONL0TFI`UiHw zehl~I8O*bGq!W(~uje8t<)Y(N8PAJ8jEEv8$hoO&Z2F4-<}jT<+PYE%Z{-T7fg$vzdIq28zt4u&)5sSvUAB19`cV8LUd zJ~FJjXAmKH$@WP_*d=tZfXCVNKp?n5q?ss?ZZaio<-VZ)G=My=jx{+OFw7!66WqX{d(II^o*}e&FhINr(oq zIJP>Yqj&uD?Dks9jHRqC&CWr8t)=xq5Co6)_72-HREnw`C{}d+c}UJ&U0W{U{rV1CTgo+P zd^HOvk%?xJ-|2!HZqIqhoiwq>mm(V_bY1m}s~(`f?20=go^x6$J8uG+J1>i0tsWlm7RqI2R*jzVD3k1ru-MYZ0wc;tdcFsmjehz*)z@P z>qWSSYda=GR-ep2B#kTk{D_x$@J2q|C-L#@YxK>AD;ZBmZdK|rKs~<_=?Y9w;Jk$& z`W~YiMR*d8OGo`M8ga(ZZz-$aD~@rAtAivZKnM&2{#KF;$2L<*xjMOeXt`NfS!45y zzZJy;_xn=Rtv#e%o!wkr_UnNKv8hidFKZ8=w3N2A^?vy)PyyS);^F4%WPus2!KWeI z_hV`)YVkuJW1tW4&!a&woc;Xcq`n!=dQ&b_f)oMBm*^C^fskWRQVB|bj?p4! z5@o*n_1KP^8-(H1p67ANhbS@Tldx9+z&u~#*$#;(L1(xeVP9aX=H;E_78bHg*FM<` zeqIRNCE!An5wW>9wuS{Se$A%5+9Yzk^;}m%c43tF<&;GkjZM0Hiu%lH+$wIaH;DJ# zQ{T{_2j47pGPr#o;4=%%@m%R058y=M)eUyVyi)FwOR05vyX<28rg*x;pxzW^^L7?n z`QPuJ#5L~N{{9$8h-DMCx|srvtFq-_n)Hx)*Ww95(w83<_M8Xj{l%l>L-N)V24zd{ zXE2RXzgTUMQso^}VlF$UCT|`a37EMmM~}Dvrl60A{d??m!;h<8`aV~XJkcZtcEsc~VK#AMjc*!FY5Sj|3G$%MYg=TzsIh;lb1JX1!BPqt9|yfP+1+j3whY zBc#M0-b=sGO_rWE&i~daWQc6r*+scSDcEV2!mhS!rA?=BrI3m;n$7y71%HVOUJ@_U zz2j&LZ*Y-PY#&|7vo2-bDT381wlsgquTfFg9!j)UzL9suFgo)eNBO)y;ge;=KC%bd z+P<^+SzxKu2HS>#sd)EfE|Y=sYJXWdduHC6Epn-7&isBH%g*%W74oxXwjuV@xFlGoqtJnn*&jW;8+n>oV*u!jj?|D&1dTE zrQu^ccjN5qd&6g0-NyJP=i|b5zii#|;w~)hYkJv3-|{#KsJtq?w|rlnDI;G`Fs{sv zT|w?caAN}rit1}ufau3frTby@C#e>4)QG!sxVg#{=b+d7v#r-B#an$uX#{AON^0mG zig^Z05Vq2$+ubDZpBB5ECUExFw$kFUh^FRxO+mjVVbOnSd1C{ZI+nYQ>y*Iw*WiZq;dfHk!y}_)Sik?CiDHOO2%Xx!l8+(hbl!1qw{3<#zi= zA}`UI>2G6Ds8O65-h+NuT25qzXe1EV}X?Caa`|T_iHu?+Y zX5Z>;+QWoQ`751vUWoLc?zP@Rw~x?}i9J(>o~(<(Pvhz@ZO?6RFz#$RuOQ#-!cnovO*6fJ<_ zydmEovxGc-r1KP$cTxT6IC)0(#nnt6ntq80woJ`n3igxrnktgovIQfN=quEjA@RF% z(|M}QtvTmIs$b>ba+C|4g>Q)0$bWXyGbtb3`FM)`d}ugaY;fwuW&!H*yC@wL75lt| zQL3RG-`o6h!#dJ7%2-LcOqhk7{nqw%(DPmK_~rMCJCIXF4ODw|z8dsvj|zP?v?(7@ z+ri%gPQ@+-`dgf_AU<~eu@$=J_9)FY_Pf{88-pLF))Ab|IFEEsc3BpAn0~rdE{T4- zp+@ooMUm-c`el#TvZwqF@SR*H$S7g`<6KO^&{BzoJ{I}&nU6*;h7IfpWHhSw!)q7oF!}Sq~kq9iq4hn)ObxS zV#j|fgpmBir&twpX66UaNV|i3Y*z2cD7U7&472pI;#mwwbw3j*hKEPUDa+6Rt`Eew zuw8rC_S7==d^m4~;o|ckPgNuelFt}sJw-+zVPnWmOCLU=S8`pBJBQstv8XI>n@51g zPEW53S;DP-F4_ERrs?@-EKu|t;BxxKV|en};=qgE5tgZ8O+YD+Cn>&e+##*-&8p@FWEm~48-C<4l~;$&5ZJ)! zm@RPro5q?plhenZmo0lK%f^tj(kQ%dVZJ$x&Y=q>DePE9ZVPV)Sk z4t|Yyj5=k;*Dx4!g)nth1o}QF7lrWU_t7tjkJV2`j>sBi3Py7|Ow$wVttk|Z0m;qh z*9hs~iQg{zgh!`HKzSwoX;)>lvexc~PpAM(3za|7@sJPs?$^EP1N=%!z%N`bWXsKuS;s|NP+A*23!5xx4D_j z*2_LLJfAeUFLGyyV2`5avn-LF)YB)osRM1=zSMr7ln}eezyv(@h~ajJNGi8?v6W#J zL)E%MWbBhK6>EZR$C^i9IHEDxS}lWi=OA7ExkK`ksK^Sfw_|o3-tn8RoOv4WHXijd z;3@V%UhKeWRi?fNIE-BCNWIaipkz3mM=^f>>18Q->XK>6tgp9S->gYq3^1$?5jh2r zQz_ijDS7BhC3<1b-97%k7YVC%upre|{%3LYil~~Y|Lv@ptG=HS7mu%^8J}nzdmvF9 zy;r0`_Mqi~67^TQSo715E`v2!7cVfAbF|2Q0m8`&E_l(?({5a<5!F^y{BZTmv)FvR zNKfJiV>uG)r5-w0!zLx_&Wrd2!V8uOl4EZcHO=1A{8IPH`o`EUSLge!x8&3Bhgi{X zY-Jy>aCtS;Yf*~c1T7ZSCeNS;mAGbjbDTV`8Sz?TAk_7g7|Fy(dSv)2i1rqWjijdw zDfcuv+sCio?R(+|exG4Gtrq76i@)pZidP-7C zmtFZ~&f--j2`iGwKmFFB(?@V+j?xGWZ&Ocp*rmL#r5>6&pM$TP4CP?3AuZ{ z<>@11_H7m9>jdZa2LQ=HT@7eG_4ujLH8IVv-gE_bcI?9jfwWHZloi=UTJ@r%n_pth z&S%MUYzOI$t>6BL0%$u!V7goa`UQQ*y?QAs7D%gF8S-+0gnL5zdE7svlhi!s*g7UlDG?Q_1WKzNA!-m z?%5^t#_#2Oe}7WaJtg^)8>3-9VACY--nl34MhU%p)58CL3eX|VlOjdPb1oF-dgVz8 zRB{BrG9;Wg5>fFG^ zY`{6&1P34KR_BsqF%jK+7E)>hMHz8q{SgoWCCx;+r>EE!?!A9p5%_E@p+u;9q`yb% zTV~P2C>Nr%KKG|q7rDMRnWqzT_g$?>$fB#9u7p?0UI>EYzmCZ^pH&rpAl7lF&|*`G zXWg=1ko@?mt{Wnvk$PQU(aU6C82eno;~&Ux3%#k)sT@Q%?zveAzj&TwRKyu~jpFl6 z$avSqkhUq4-tFD~OEH7DU#?S>KB#r{?7Lpf?QYgF-_m52wR&pZL81KR*-ShM)AyZ}Fz>E)Hg8;J~ z`tf;nZ|=)X&5y~c?~Uq_u&PHqAz2Iio+CH%t|Q8SeK2=DVQX)YThyc1#!&20?PB+r zV_7W5-<;feTV_AWbBKjy`D=B0GzcoI35U7{|oV=uZgn=z)1Uh9)5Y&!xi%Ovo()@SjSD z5x6|U-;@r+!GDwvj^a5ZJHwYkq$#97cjb*xp2{gRb5~jl4*VeH;O+2-dXzBZ-NtygL$&z_lCx zuzy&+h$_YUr{@nNc zqm@$w+o1P*-!trRoi%n2w#*t^=m7y?%L0%PY?<|ui|mub4>0}!9lfXh zxljTq^R>lz45+P-oP>E?FPq$w>MWJiWn#vxpiq}@YVVL4;s;jlR zY?>84LwLJSbi(Sh!`4fgX0ng>^KO@!Z5=}L`Ie=8nrp%&|#*SNc|spG1m z_SUc!(=VDgdv=ob<(-SA>2dt2J*w6hXt(`xl;6{$qM1j*LWPPq*;ZkaGHT^4=1 zvDLM%5%Xr~=4->d!^uS#WAq910=JXD$3{VMmN=DH?lB3oy;`s7MX{If+O z4G)4Eiq-8!;bpJVB*m+CW2&25Y@9UL+5yF@JtK-}zr+!x~ zvr}%)j9ztrd(~sYT`uxb9HH_0_MXpGvQ`$(@~kd@Ui8}?xlhSxKl>F@)9HuZZ@&sD z3BL*Pd_y#q!7O1d6dN!BlP}kN7)3}$eC6#_7iKy3_SjhL;0GOgkTD6=@S|Y0!2n)S z+X@?NOWqX9B^0#{u&k|`i=3tPgxnJAbGb-~cpIsefAX$8$5LVOws+bs)_mgXaZprZ zmd~+Mo80K^ZV&C{mCq5UB>)5AUn#DQc7ocnI8I86X}dAX3pR&b0(YD^D^ed377)2u z;22Y)EgU1JE+sDMOEvr&G+2^&?Go#j%#t4Gpm1k`@0qdFL|@0xg9wk^&qi+ArzCTq z6oAo-H#|$^_)^FeN)2erHx0?;Z^Nf!m;rUcQ-(*;w37y!R(g{mL;1vKpAIrsLX&NQ zLR0$l^`>o(@D;I(o?W&RWN}`p#OfyGT*dCPXHN2G@4aj->jmq2;I^ z$i6Nla=T%2=`3G5`((v-For9R#>RN?QzS>)bepCWm2`OIuxwj=$Qtp8IraH@I*tLi zlAdHYG|>H8g8*Xi;}`0tjNx?~=C#&4q{~q>*G(tVwhG8SxQ!Vs^erAm6nA#4OL6%; z7K+sV9QPvGWa6TGi}P$e(|Jp>7dupTUo?=kn0fw3mqqmJ-n2a$uWNadVRmX)V@~Z^ zJu6YVqQp~GNnT2Z#avPS&Y{%amz50odzmL!{c_Qw`hIUo-)YTGZW*XHTAGEvj2KjC zs#RXg>FA>jAN7=L&FoJK=Gr3dycc+CSdtp8419dX`1NRUsHP9o014$6kM!A(7;C%> zvoLuDOw6~Wk`J;64%6CF@jWi$RN=hg_^QU~T*G_sx`3g%4*RwQJ z$UA-kbQSpInb@2Y8=gdXz9+4?$0CjH@e@*5bKDtaiAb0VY)`vht@V|vf}YNJ+fUze z=o9ZOA`K9_85BICHgDR}LaZG6vPPRF4MMFmXWDo&_(or|XLx0CY-NiI53f{kMGUY) zHUFKB&+)hOO}sXPL}`+g44FK4;)}gV8YEQaOwn>D<+3*lG1Dy|hp|!=p?Zm5&;=4j zpTt|Is4I=Kq3TeW+xX{|6C*D+KZXW8Pg}SMMLlOYb8jFgh|H0>@KLxy(7Umc_|ULn z)xG4KX|y9tY2~8fs{>1+@!nKo7+HT{NuEzG&-1>A9*){?Jm!|lyxs(96Fo@jZ+AIU zES7?HtPXUPu{Z2VbfI%IhDvvIzMr7Ma7OumEd>Nn>}Vp&hfc^|PG|7;jyskRusi5! zx1~Bdd`|OH(i_F#LS2R~Q?pmb1v5%FLDwU*Cb%~M9^E`#hV3B<OCi#LpQuIhya2 zEqb{ea~V#bQ4ta77s4mIl53Xce}{G3^b)q+`aC$tkHTQ-EP_TRj!Hvuo>`%xg*~rv zr0lrq9fIa7m~(u{oaG|5srC4R4kueuzv|Rp7p*uS0fLA!!$RExd73fpNNp;7D`v}T z0AYllVGE}k=(`mo2gwbmA_@LhqP(?NC$7;h+));bC!$DNQ*$@&-(}-kS*fVWZWbH$w`69IHotbfiJYda~ERl)q8Xl6N;tFA_6HAqu=l0OG@83u|i63>FJ=Iq+Gifh?Z1$i!6yA|}(c zMs8+cMajjJr_m=Hcrz-K=drPI@QaJQg7?vs3zdwr?%ijJ7MFt7UvS^&BkBm(YFh50 zE2&wdQK?W=vu8JaDm+}mYkfIaO`AWbJNAldT+f9hR|=SbhFQ6z=Id#vuVHofJ}TRC zsyuq;E^DOyycSSl+vu5R?;5$1;+KwLNy=M4c55%B(YWFE^}wibnIv?c%EZ zFUymL-nE()K-47v9Da|w%J37VQS!-nnffmk(ctnjBv-upS?O0 zemjRoIQJ2aWm3lXGfK~T1B+_t>^V!S^H_qM3ZeKFKD=}5-8u1WhG$CbV_qyrcLFDg z6Ll}@FPpPOk>R1T@&WIeueT*Ah0ghgR<=TEQ>ICj^b`aNKo0pBgLEE|Dj%(M&G<*? zcu(;#Y38(mB2JZDZIdg}HI#WJhSoK8+z=yyUL90Ti&au8m4@0lo*nyE^*v$F7wIZ1 zCs<`N%f#-JLg<6CeyzUHQeXX=tqAn73mbC2R>6~-f zXA+cm-)?IRJK@KahTTT4GVh%DL`b**&h_>hExA5es!mI^O2?&= z^CB$>Dx^Ub7|o+-I`Sd=+G7hwX5)_JXOu?x;{rKk%jRXq6HkU8Q4k16kWhU(k)u}| z!I8OR#Yt@jCuzCS#cI8HkK(G?m4<1w{St95+j7v&HEKrE-f!!D*O+f4VxSkqK^bU= z8_62HEqWjFGg!q#0$B!8P(2%AO^S2oUsV|E-?_vx%F$1Q6e&AyouSYgDDJ$4LS%mU zPICsqoNB-zeNu@@_UzN;uoA_fClie&u#X|{Qd)=jca3Q&{km4$Dd}G&W(PdF%2oAP zk`^z zADNFl2`D+Fbi`ThX638%0e8meO=>z;nNC4tt!gI4#z&ZaA{7X}+$>B^5iPlEbL&j> z_+~JLRmUrSR#Ra{Exf2p!d8ksHeCx(#_|2qwCd?k>wOs+T)w!Cbf2=EQKfSn`{KYxbFqK={>{W7rq~Bykxu@1pJ}@zeE4IBC>?KU z`*b6Hos@5n^$XYDw`%oh-%( zs&szSy6WFzmPlfuTGU#%FuA7hsVMq#&yWC>KTOdAFZPlVEJqmjKIq?LUHpz8F|~)J zlpgqw$C5ki_}9t>GhElv&z#)foJJ^AP(TQPjXnrq+ex7?ga8bH1Pcnlel`1tP9{*r zy?JxgPd!p{i)(rMr!!!)j=!G)1_$H3*#GtrfAztkFw9Im0fY8WTxA#nB!KOi{O#H> z1ajY1{;%%sl1iZSlY1X&!a(lFrT*dG*qDUSeqlZK|6c_6e!`X8&dbZqQy2)mjJcXh zAor6)9O+uXwU+(EAz*?6*tftCNW^{?82jw50Jf(704~3FCOieqJ}iC$er(_=nSkME zkqQ_RB7ki!L16KYZGwj*p!?uQU=z_$pj+2gwX{xhCH zFac}_2?T=N#}fi~;NOqP`un2|KhM--VaEGcJi$Pim=pqr{~UW2#9YcJ5EDK6Y=a=K zGvsdriGKuN5xA;!jCd*mLjn~M4aTy7fa9NE4-&n0t{vdi3?z&pw?k-@olyRx{3u(Oh1Bzq9G|ZFgt$ifP7o;oBmrkBc5pd_wQN z+q4O-y~fvdxziG6$#$&{^<7j{;T7TcH^yZld2W3kZFHSW-LA9cOH1A1??)0g)Z*Qr zmaeF&2`Vd|u@#Q29^}&!)@5kCc3mOs0a-eqg#_YmQB%{Gt5?>&A7;-^Y!2K%&t_4N z&b-}3PR~^y+iG0ldHM#MP0{Fbr`p1O^n}x9Kg#0-0Sn53C0dy}ReG9Inx)s>{*`zN zh5y9P=v5J!nQtCDBd7Uc_hh3h*W(6>qR@v&Gam^@eBTAj42@5HCMC6NIt~?VOZtSG37ex+5KD?S z9ag?-*e=O7JakKa2gdlW3#j7Vk@&rm1ezz?&`pXTtMw_rK0+#Q9-sb=vP#ASihh1S zpZ+L2xet#i)p{HsHJ>o!HxKQs50FH^BDtF23gUDXC=7HhJo|OMMRmE#p>BT8TIlL^ zD^At|t2T*ulaslsCiQP8X^QN)PgFi38#hUupl;YaW*a*MV&OX{8Zog+5JSg@|0d@m z44cB56KITlcE|T-SQP8`1b&O;d&igI$|{T)xHMzkjrBJC(kS=DKl4?j59?Br3gELNnOktGwpzPjrTN~a%rv%UjL;b-8< z>`GOWb_W6cikqSy&LEz%=WlR-HA(9g95^K*w-uy%?=`Yq$Oq_yXCY-ge9I%CiHtDz zyh!ry(6dg9QPOa4pEHOrXPi8eFQeIWI6g*-ug{!#)iF(uq9fllzZs5yT1$klsNIue z@Lv7Ul*9TNBDyWIQ$XL7AwV^6r`*%C765=j1;Gls=1PW z#!0WbmcrKb<9dsI@ba$rg>HOmMh_?3v&F0~1Tg{2+z8(gcXDNdwrc5Mr%y7=ei}goWQ#Nrc!R=g@tKZA}tfj z=dn}V`Fd9p*Md^?AdTfSmJ!t#Zp}F7Q#?{XIm8V|;Gr2DJBsM)Q0#&af5U#RnSgO?JlGR8b1+J}uxF1xB(f zG>N~n^DAc#FAQALzXIo@QDL7zz2>`0-<-A z^#jlBD2rO4uBUGWsPtzy&_AmgpC1o4;-1Pb!FzvVSh>xlhmP-ft!#F$co|t?xiMqwZRV}KeaNO-dVk9;le%_px9eJ|Gj6{ds>J3;` zv_r(2Y6_|%*(I{UyQm9)G)hFEbB-pke|IZI(e`4Xh|XsJrcXcAT$G*uvjeJiFdwRU zvCyK6zMx=U-Rp{d%8+@?4%*_n)A&|=1%u9cp64vJYm~dN9M(~bSMOyv0W=LZBjj%i zQ)HKp8STESX$k5#bImSP7E&%CiWP0UtN$9NvyIoY9trdfVd-+FXWM!?bVaY|IO2rl zay#wv#W7L&{;R;L8&{-mCzo8Q>*5uwk4+Y^X}zC$r0g z`aN1&N{VI{PmUwAllnaOyhT%Y=o}YQ4gd43*ij`WVTw1s>z4!~kD=x9Uz22MQj(1C zmI*ptGtLbOq^nG9gu9paPbhqtsfMUs$SX)u*)E|xd%Wt2a}8=l-2ATH3}>Q?DEkRb zUcu}eB4nf4ebsG>K}6{R88W~JCW(nDZmdCSz!e^vF))Vz>NhRJFum0W4EDrJ8)+)h zuTHTfjZXX2w!U!Mw!MKqg_eC(dymMwPS9#Z9$u`sMl{3eEKYkCsb9EFnhIsS&<~hY zU%e9_W_Q!1!};6X)<+_vE2jqpp~Czx4M>Y`+DF6~L9*pfyhCkjh+kK`mqJe5=#d}r zy5)IKrGUbCggJ3?uDuFn5gq!e;ly9OmQ-KJ*4Z$BaY-4oVF z)H>JI&?T_=(IBGoniN_#N1i>ShVXc^b+XV`k^O-j!y!S_xaB8JXhCRrizFo=z9qahIJu zuh4D2O+&xnB61wgimqyP-Vf&r0b%CExhlQEa>E)G9a1KD_gPTm{5QLWG~dQnp~18~ zkhu+qlo1K$z0A}D05WyZ&KiS|CGl00N(F$bVcgdCY;T3V7Ux9?gR0qF`O__(6ajse zi~S!s{U;BEfy?%u)_dAVPB@0MF0)?e95&iSbzHl6$0zhxs>gRa1=IrBN4}D~wrSmF zS<+@2bC>&~6`W#1-d5fUb!0p9g}%1%U}+x|5=IZ&ZIkv(EKV~ey8w8D;)7B>h=Ty{ zB2;4;7uUAt!oyaNK>F8+1+N}H%n-~wllPxjCAPX};YE$26Xdj-Rok9d1WMe?BY~?g z6g)Ool<2M`9^2^BcmacMfdzGJSd-b=+x+9(s+?vE7>M! zJA^Cx#%Iqp5p(^U>xZB7=q;D_uOXs6i>)%`Dn7Zf8X!%z#C>7XHz6<1p^Y33nhO2Y zv@c!S#!6$rPh|Z&xGA4|snl{0uGU#my%~jSdptFLx!vqDytCn@2vFATP)z{>U+ks= z+|HAw4>dT4iyElvBZoE=ROPv6LA?x&h4H?~^9*?AVxe-`8GR*5C=1(klW?L73>5K1U1=-aZp5H7!$n{3H27qu*3D9z&mNfWl~BjIuS2M(1#>D0DlbE_GX@vC>SN3DC^EfqD_C@M{sjx{ zxJ*mgcgNg$2(voqr*J8Lm4Gq-Fl3SN8=aBT3#62i&*Ya zW03c)q78A?@EVoYjon}VB=UB9UL-V-k}3*w-$03rhU-=u!f#;MqX$)iRg2=oP8b9Kw_)<( zU9aw)HykPV?95OyN3YU^sV=`sL`5n89TE{2@CpW;^`96qZykvLj1lvXK!D#4SbwPy z|D=%rgAoHnfCI<<&ud#Q=0BSavT^*Ww*AAj{2zYiZ`785t8L%HlDPiN8G7Sa{G9~z zCk_nTZ=wuv6BZmB?XR`%FP;>zBlTZ5L0H&1>EA4;+5YGSvJtbgzBR>&-}FoLtpDBa z6!47;Lkets1VjDzO{w2nrN283{_>^yPnsPpoJ{m@jhMH_(3|TxD+?Dr2Qf3pn@)l0 z-+CSYMXTeND8c#(jN@PQJ6M3Lg~&Cts+P(ylE+uOJ;_&Da=r;Iy|pJ1NCpHS_oT z_U(EVQ;fY~%zl1vb;jhu{LG4L#H-!Zz1vX@o)WONy0h8TA@Mp~o$5V%R(<(Kv;RI7 z*MW4dKL`P*0Y1lxVUw7V{`7*x&d{iAC`YMq)#`GX#}|#$5DhYbfMD^k$pW%#62BzGD%sRc7AGu(uiO z@t^uM9XBYU4m`82W+r#W^O~rG5fi>VQ$1t;us|}xM%i5ZuDc=TgRgzQEEQN!ih)=Y zj+GDwb5VU;JQdk$ISbReV=<|y=LS}PbqnGr@4sKaNQd z`P9RsAoB@f@7sK;f6Xj7M181xhWUFB9hauTX8k7AZ}C1xIR!`XWH)&TCIJthBExSK z`7W2_H%;Lh@H(Xfcl~H{x~BR+mc}i6HYC~+DmDnQ9)onv2 zo#fIxEoq)t{?CEgli9n(ozUzb+CV)3J?F7I`toDVI-d;tHgIy3^rhhf%gJzRNu`n> zHq5}M+o??+`;xV)_qnqnRBEhr_L6&=cypLR&#aR&RxgT+;?{0lsu0d zE#?SJ%2Vr$e4a(HtkMZ&8e{Z4Xa&GI_yD# z*KyGj?-!IeOzUam$B~Yy%1vTwNW+Pl4x(sB3u9T#(ACqVqBbJfz~JyA&aPD=2C8$M zQq(++G$+6^#tho~706J$9vmM4U*Gs*EVEe|VXarsaPPZdz){d~ckL0CYv@QflP0qf zLM^&-b0)2L=gE-2e%_3Yc(RZw83pC!dwjIyrtwF$zmT;|$B}xt7_p3zMLp4IaCb#A zHyZtUwx1`zKt$+SwbM+pYTS~1P#St3gx!((GlFN*xI_Z!oa!~lACV~)puFvb^wDA6 zC;-X+U4X8!mEQzOBwE!+Xg{marF@37`>TQH2vV*r&l^4E@#7V_%P##?oLZTs%yN)*mN#IaFT= zNp0y1d+tx4Qy1kk_m*ZOqBTQsE&DnGZ3Ne3)kiFjAq0!&+{y;Hc_ZE*BbQh{wlPyW z0kYKjR{kp!h@KH8$1t9B;1@P&_H8@=mjOBnoAU~0ao`l*) zfeuU}wdtcYQ?HVpE4cj}ys|&@XanP79~G7DaPz!WY78zfgmE5p2t_~A@_Y6tWRQ8S zv<{JGFy9AN4&iTO0s(bY^kZJ1xu>MoL?vLaq{o9QU$Z;Yruu94!#DoRgS+n6O7nujMj45^DNry6O6D9TrxC- zL39%f1=f|;gm&R$J!;BZ7jc@QavW^z!UCLnLg3n2a0$~pN2ZT=8@1@^hDl0x zJZmm_s*dNk_nHBXgET`fO>nr1gv@9yD4CT}m4<+qaip;n;5Pga)%9&ctjv1C5W9vxfXhvd-$EA29BHan21e!)&9cVVy9+ zr6Gl|Z;V@1pSL4cslBoG-C>q{cl2kX))mhQ^_4`K9{+mI4s!NW5qY; zD!{pVk1YhJVk!~9+QEANU_qB$lx_*`%wCNhC==}%wlg%lwS`*CF02E;4CeVvG4%zBi5nS|0R0xfi84r%)VDpy5v+4Mb`^+DG}Ftpxy=B)9mQ7Cm+ z4DZID7@}zg6hl@06m4CO)Vkr{iH)p&tmaCvJ7VJRIdAELbIr2B4JK&olSodGGa8k( z1U72|*y-EQhb*CLCX<(<9gZWdl9PF1+%rqV7%#Fyv_D|@cBM@cCL)T9K-agM^iSOL zW?*=*q(!ukkDxM);FhtM& zu+pDK1@Cw3(6F5Buepi>6R^2u6vDA!acWfnEzMIiY)idKK(%-tI$pFBXXr%g6X*ez9HnO#e~~ z37)AgQnUh$Z0hMt;D|N*sFfPLH6ejU@G>dIY<~6%M&AJSUP@~ zx>K=SZLs_#gP}_JZ>}hSF<_x(m zLG3^}K;FT$#u8=Nz z5dWm*3R>~XO|f&1%d);QlD52m4XK%mri^;4n7PV=`YJ~;GxyPOhqSnfZfglI04+#% zIjrj2o+j-g4=FK*50$pQ8Ei}zM&OmP;5SaHJN{>7hmhO3M#IrW9pWz0$f#ef15m4bGOCG@_nz%^b=AgT z2Q(g4o8A=-rr4`i&(0Wl`mOPtU9M}2;o%ooM_RdZ9W-Y9xvHpUV_@Vt#!s@1Hnn{q z|4asfkciTt)iIp3ecrG80A-YmENAtw2?&95VB6aQi(yoK)m z>A!K&E*L;S3OMTDbEa7Tnlr`q+j#Dev;0%Q8rN?NGIe5h_FtMCAlwre4)A#z9Q8kn zmja$Vfg${{F#Heqeih5N=uLT3cO`pULpufK|58}O$;I@K^|B4UsaYBS zA}o0`>-gjB|Gr@SX883lifY!str-6{@Mn9I&%6ms-fBd~x8$X_oxhc(f9&IL{{6qj zHGlb$|I{J)FLJ|xiqqf(7XK}Df6Jc!jPBq3iT{M(zfn-$(EVk%`WJLL;$mE|fa=rW zSbvB2pJK$g{-zW9CwPCm;r#*cFZlm*shq(7G)9c;PpX?=&63I)@c(}h0Z9J};=dyT zym^cMoe9ACPtGeNe=q?WF8*KwkP;!fp$uggnn&ZV?44k`x4OiMc+K;Ch}V$vcD0#H z%hYO{kdv-0mtn^(q}@w5v+EE@9g0= z9xZJz#~{H z0a0rkH$QG0)~^EI`^OF$&=IpiejVb&Pq4nI`5FJTt7p^UQ#B_cx8RRb7gx_06MKY5 zuf63j-riU8^tW?cIeQy}QpYP%_VX2iy>pkm83HwN_W&RMF@0GIbEiz-VPc0CDnaI$ zCa@6h_$^Ym4~Blnrrkqg++eFOce`8KyNCcubN5o<2&91ijedV?069j)mcl{EIlMbvIq|kWtm!XdijR8XmxE21w z9RwVwDS%O8Z_s|I%uo`SK7jR z9nQ8nrf2>rg4JRkW3jIkHhC5jn(B3TL>o>Y+3Cm=cUUVb1ME?`eC7ycA5F)sL7B-> zzlT!Gt76$%4mSOOIO8)ht5m`DhhHM@vWj?CgBE8s`DuO_oIvSj*NS*g z$Y;vpU^kx3EdoDz?fVb##vxYq6Zd&UG7CRi*|e`ehp2L@k13O16!zt&<ds#=nzR@cm zA*3|fz3|gFJ1$9sUBhDxS+Nxm3;>=}^RADp3o4mm@CtduOw}&KWCKBj%@b?Ju$Zke zY@b$ymb1|uht^u-$Idbzu){i}U{^VpfjM8{z1MLcZ9dIi-Joqg+A}XwYi0rPm`N!x zpM=HBD_9aH=U|e1(46k3lv2K!O?-`%XY5)?)wA|Z^g_lpHM5q-WJ(}-3OEV@o9?nh zB=j^AU>$^2ceD{JCDC-3ewZu%rr$4NC-$IiYNp9sjn%7d_jQ3jJE`&GOm0`K^4=t==fopzt5dNfi{@Qr6b(n;Q(XMk>ehs z018Zkg!d_{&7qTDRp;W$g9nBBpc(_3%ujLgGH9yVXKF@p;w#n{NQK@9xXDqm>C@#^ zR2z$aU>?JA*$4(ZKoJi7imxxd3%eFBa&u>N)g?b3PTF7iArs5hPcIt4`Sj^jcXz?> z-uzg}ia5#(nL%k9Xlw(UMG78u2hIV13NHTjI1Yap^RDPCnd7QyTL4M~=?0!gTp5Y{ zYM8gS zJL|lD+^TT6%@sSDN@6mlo5AT@uSnXeDeDWTDwaVPzPPIL#X|91oXj9-v*oX4U0Ic!e^~lX-oM;5CSK0;OF5?@8;=bTF2ct*%N20$O!W3=|DbKH0Ef7#^n-- z%ahv6anso%k*q5KvXrF*8MK7FiCy`!mM3a1Z3y5qimu9vcm&VLv{yg~-B?@(G4-LL z6H^RjEv-}Ij{`hROPI(a(%8XmP;fq#5nEM#$6wkZ@9CRfk?%q*!zMVhIoZg4-E$3I zn$C9+KWtG51Pa}QUj?~j9V4o;K@AR7mS5%!CySKGCSn&Mu&-Oc_in zHYgN-cZ?b>(xe2j@=oJyGG7nj*zy4HL6mgd57X!tP=o7A1=Dw2h7-oGu)+TmX2^#l zR(xva%T5cQ@uH{g{B35<6w^Rg)Oawv2vaL=akc-p7QK=mv&#=KB3|!lHl&Up0c8sC zNEOJ<3eAEO+!Si-Y74`Lkp5aHW*^%p>P7URQ8CR=LbJ#d@db^fu&+}S?Unb zhQe9y12~z$B{pOCiA0^Jye=|C-1h8cvNUV?X=S1r+*=d5AoAs0;$5I*$$pdGlYhBM zo=PazM9OU(650~#*;;Lidf{K-;4I$gUICXb8{3NWgZ-XBU-G^^7+v8<-+<2Hb9!03 zYkc-NiV;-2TZ|s%o|B(MbognG+&BDTp_6Km3_!*M4Y(o`SO9c!+*vweuK~KP@`QX+ z(&g$P3>FJPD98LG^qxarP698FDc-p13V{62*fnh1I0a{!FmTsE*sR{)m zBIuo%2bf+KXRb{6d#;-#IS`1M7fE}zio&|CFK`;&#ntCV^ehiSxCu@RqPSBZnVr`M z2LMF^rXp!fyZ+4(N`;zV%u6{9ftOdYYcSLCWk`Cu{R2b<+W6<$*l8XtP^*3>#jW5} z2s!GKX<-KMxVma(=Yn5|4|R2QJ0?y@6L^;8i$m-d0&}?MJO#z_T^_}JTHJ*qn6?Ts#1lj6t6>K}3OfR~M zaMJBbh{s(w;L`51g(k%uAng2$zLtstv^f4yI)b{_eVKCSJJijB${?2(ANf@1(l*-d z)W6I*6JX)`hsU|FG@SBb$2s~HEZLTrs%Lq(hx&JfcvT&zOjE%5Z`4J2$w20ttpk{J zB>ZS}#Sli&44#T3Np_xJN@0ekVfEPpOec~AXg%5MTGH5D(Mb~PwUQc#^l9g9XQ-@n z(y_Wgz682ajM*Ip^^Qf7RCyt`w_E5cc$yyBBXZu7DASNk1a8nTifCoF%m|^DU_);` zk7HVZRT-`y^81)L*I-!i(r<&CzA>>1?ikis7!Cbf6<9H>6}^}{O3otR-HN{l8`Zt7 z<*2HG$tfg=X8RO2{~0uloqb=K{g_?svFIg!Z!VqYO1$-2WCNR{pl+PT4ITe}rqap= zz^xjaQAF744ayB}_BzM^AcBFUF2aiTExBE&%fu)~BoZy6IZW#WA|`eziwY2P4a(!j z$nYNNW5NfGF@NqBE1qJ96<%cdGD!-K_*)+`f2L1cedTzfPM=8tTN52|XMPUoX(j3} z&5EG*caj}Z9AO)Ks!aMX58oX@>ANL-E;P>}DZ6Qe;J=S+va!?bkzSLBs+eABkffWJ0Ezoke-+6{x}Ha@s`SU3jUsj8~u|KjVHf zDTIloY4Q~=4a<=Ea;*-bFgoKWOkcim#U0Ns`_#=>IcHpw{j zVco0d>&INYqpvYwm>)6g*UR${ODB~C$u1(r@S2)6rsU<(@+Ryb1h!h|ezG8Ja2E;2 z9MK?9ZGL7FG+f3kC~~P4%bImgnCx76ZJQD3Y>XNHN_R}NZ9z47O zF$ud}?mT0?bFy>W1@zV;#>XZX|j% zzsSAk^e;kbFuTruKz=yhwF^-8Hh&?a@4{}Mk>IMVJ;NvKqn=mY!xseR@5X%2_&(fz zY`?A2!TzxdXfo)A#2ZtWs%o-kzwEY3Xjzo)%*^Qp$ga7Ytj8srtbm9U96EBia8Cv- z4+W_o4WNF0JlOn6u+`m8F=TDlGt}9x?k2Gcr*kS<^gYLGO z2C{2A$;OOpeK_&8*WH3z63kb)1&`ZH9I@%V2CyLHQPx$6y}Jj`na4$SG)5wou1w~G zE~PVBW$n!G8ANoOva>HSCH}@}W9S^hZSv62+ko4!@K!+~6*do#vCr{xOz*R;z%!gqA9CKcwM09w z1?qF5;;()Npl_-(;!5J@ohPSU@1xkz@B=*F69qfsjyU?VXn}hNo)~R+%{5Mzn3QaA zGEB1MCB}vE_=B`ml-u2a#tyF3)bobs=F^&^@hWr-VVo!Ejmo*AslrK7(ov$N-{gL8 zyi$Sm7*@_H-2NIqA-EAuMTCk?F85unSkL~ohS}lv`okQjtM_5FEC87{fRK1h!XJ>i zURCW^2SF#qUw4jVTHA6tt;q?AKQ1?KjxrFqrMi_KhHmyDQ%004gyEev^m}*BJ-(KQ z`0Ds9aEJi#q+BG%Fy^Exj9?Z|X$rW~=m4IJ(f}}LVFFS3cmR}rcA{AmjsXJr^l~4b z0@La`6lg+K9rTw72T1Z1jB{T;B_4qMS}bgUJqP4ZLg>le3fSw-hCaW<{x8j4H^&WV zO=^Xh4q7FFPR9358~tdQ{G8)t%iTN z#ZdBiW=g1!Rx)?-$ebuvBf#M*9$tD9RB1>(s-WFWK?_Mhs2T_`#C>l%BgF}r%Gxwd zPzM4GvbANQQ@U)jt~dwF23Eh)X_MwTh-!;y-EnbCJHVLy@H%ed9CTa@H;Lq4b0`V< zMrZi`ZE}(-)=_SlMu0%wIwZu|X(Z?%KcB)Z zBw7t@G)N*%C#mQ5ArUmz#j5}yP?yoO6M)rYdAwb#Jgc#GMLYa9!uEW$k#T%Z*+ZJy zPW&L=eIiBa2xeUo3Z*8rtn%2V8;+X1kg#12>?i#zo<<&5q6Cdt9yz(iq^fQg2;sna zw-HoysJGU^>dE3sTd^~bSoJKeGWc~icM=h6ItMaOodC7dDf3PCr>_A08*}w*Wv9^V z>dsvD%*m5Ltz9Ed_`nUl2mGDIL4V^oC)$UWsd_4MxB77Y`C=wBv3TZXlK2HVGya{> z5ql<2A~wtkODu`fxn0a4rIh^C9+z`$F_$G6e~dh{7;+&>*_;_ciz`!TTu~O|xH&V% zMBCFS-^FFyz89%*) zF^BiX*UPgHvo6~$Cx>ru=f@mB)D_0fs(1xn${nk~U}0`nVJe9{1s|qpnD(M7l#W+Y zQt9`saT8Av_a&P9jW!-s6p38lFiC_UKdFizB5!Fjey4U+W2y#BuaHp8fSG?Kz5j+Y zIDt96y+`g6W}L>VyTg;6f-6o}O&K76dBwqwC!+iDJhxMYsJixYh@!qchqA}($M2q;2IEH|w1NS49l-R2h~t**KX7gdpq%mllOhCw2LcmJ?}n$!e5xNi*v``WMR zYbYeOOG1LGbGMRgB+GH}X~xGFC?WT0o!{^I)?{#mf5rIvt$yTSW_{DWGO@GMza?kB z#rx2+ar_U6W-7mu*Z!h^W&Mls?OQs}-<)q5f9XU2G|$jJvR`ILeSOOk0o!1p#Lz60 zJQT~JisrQ3+FU$xt>;{yT(8g@y4kFXI=0%v4t_c7!%>>%@7JiK+Vd~Pka9Hhxy+^L zo;$K~V@X!qemo2QUSh@EO8b2vc*CRdffHY#ba2ByZfU_tX(TZmuwmh)+L?2^v)!cg zdJgvK^2X1bpD#2A`vqoDQkMDC2*mrNpI6)ZYcX#^veY+Eq;m;*D)Oz=DKr|&o`6`^ zuS$uryiz%2lv|ByS5t+=^?3KfPT}nVFV|CVlCv)XL<4twQ*rJ;U0-?mK6&eNg|Xz1I{qxn{<*+3k)d~;yIz^ zcXH#Cb)x!=UL3npr@J64Siw)6o0}00JumJZ*iz}dFLaPT=HV7S{7zl1Mxi&_|GeB(KUD>%Pq! z@u-JX35CxpV~ir%os6qGcGy|2s-;{CpWIR&%?V&J1;{)jp&I!jT?->52HD7*g?eR- zXywnso(W&iSd7W5PFn?5)}LKtA!P>_mE?k+&n9ce8ucT`aZ+4ef8zGaeRFgd}ZXQ;eA$q9k2o>&h?Ll=HVhpawaaN6#;0Tj$*{*m+drcsP(ySBN|F2ctV<|X+q7M7;tV2 zHrn$MWH?vJSc6c(PUw%0SX+mxnXM3Aq(7mMt%ON^rL-}Izw}eEvR;7fZfv%4e&N`b zX@vw(EA|61xD!vqMFOus5#%6oeyZB@1}}?P7za%H(O5Boi1GMMrnN01?6nUaHBThP z!=)hz3*IM_bE=!-&tRU;g%I_lPq5z);?uzkE>0_v-C<%U<)9j*8oQbu@zeQ;?R%D zVS|8<*p;UvLR(lAu*&${rZ^O-7ita+L=tow^<^o-4LWiy-vACpFR`|HGciJp!0;1H zpATm}QI)KNgmQH@+vu&)XnTro_!10Qxlg!O05|ja&Lj(J|HIUDIv!HjXnRIT!N1;Hpu&zML5`wF$yb+0bQ?JfZ^O zV3|))M=jkPn+NuCyd3KU0)%pMSRB<+dH={w+(H3n8WD;E4FR!xXr>IZlIOjuQw>eQ zI(AC6KgAwP$^yRgdX23yaeAeEW8?&Y((%+o>SenAi0$)VHOojhj7+QDm_dd#5S!{Re|0J!tl`#YY1bJYUz(Z zq0i^OfC)Cb^G2MCW?X~A2Y!jPko5(oAbmQIaU;6(aRk3gr~&U zF$Sc&Nb(0bAK1ZZAA0uM)RWV%*uB=7to1ZBD(xI1B=2 z5B(v1V1{R4O#vvJ!q^Rpi48Ll5?Otpg$HBF2GdY&d@bf!Yfm{Cbz#%{Gm7>@- z4I>5DMs`I{^<}~R>p*lsT*3=nMS=o{wt*xmCbH*xT|b5c=}n5L&1BS#7K_u$mjBA`cAcp?b^6-~L7AUDPcxES<2pJF36)?sq38@e^cOxXh>YkQu=N zY5F?!g>>JlGf>p>>gsP{Fga78Euh=5@h94o>BjeWa$_g3F6?h~1s8A8o*|GIi_8wg*G@nPqwlW#q=E`u z>2Yd0a)JITG;s-ln%kd!l`_s+P>Gc(8z<;a@08)>jv@pB(LqWBXvF7Yy;3RdPSB6G z1kDN?EU&p-gawVnwpm84_|VFd)t+;VM-+BB1*8p(E4nm*B8Oq;Q>Dxq9?@~o7`?9; z)VWH}c&(p-_5nTiB%33II3`r|Fg1d?Kx3g44ci-r??e{>{L~u5rlX0}TK|-)?EC`b zN2a4Z#jm}jgFIJ6YX*LL0!nn0)>B162rUGQ0GfWy6n?%LCGM4@r72yZ`BBgD*R3NS zA1%=?^1?B}pNbqxmup{Tk>*rapt%=p;a6?HJG-CqW)<~bK|P+_pr|n0^GGcn@ODuk z{K$H$f>JcKerUnV))AspcmC2=t)Tap&9~JXOWj06cYu|Q@k5U+$Tzq-=uXvlhPDeKzSgvi^SR6d4zD5?A z$?yeRE7l$1DXxC6y;Gn&%x8983K=l7+CMBS-)-XI_PaQM0W9C^p^IP9=K4V^{U}u! zw_JOCg2Y|J1GZ6)8b_lJYOlpng$W9y28K!#hf5)b6QXr>iT5Du-mS8M z`GD>4tnqZa5Pd#7b5#U4SEnR)yW+Hqv{Y|i;rjssAwyHh?nq>F3MExQ?HMB{ka+tj5G{BOdwFNQd&Wl|c zdHSgf9tqt)1&TTcS&i2mgK(EOn(46pJzHU-q%V&p@v~W2Q~U%i(Eo+q;-YSYsX6V^ zrBG<&jEj|@!KM>&>$}R(A?rQ(v;PqEg5X!1P&U|c6@bV2RT47(fHv;q?*000c)``N^^MX10HEU z{fzO&DrVrUhe+&dYXUfoki2M{X^a3!w6xyEue$`4k?n8g0mnbxBQt;arE;SF;g|YW z9#|7tCFib&XA8!;xmP!|9+52Y7*vaGkV)f~8b3bG*Ksbt`ru3B-gh3n$9+h9XDTMW z34fmo#f9s6=hW8HPN2)sbGg?I9NO7``26WTeK6M4!qP@hfhLzXOH*@3L?YmJYT(@4 zwKgC>V{k%_3veNv*20bP%FiF070@nhNg`%7SUPT`M@aO1#9-v)?c(I<&H6-wDjgcW zwDsPUFjhEJG$>SF6qC|0Ei@eJay)9Uu|YctvFBSEhU-b+R?bix^lDgmMpTqu>gkK4 z_myeWF3H6MP??FW*MnJ?z5sx9#Ry1}2ikN;{A83lraD<~`YHuKW}X8BzYm=5 z{O&KboB`$Eh5iY!r~^$U-B6zd0hTxXtwo^Hb*lIgjzU~DG3e73TLi#PE)q^~21T&m zih7}9S7hHsBE2?zuVy@wOJncehIH_gK}TtpT2t4IJTup*0fJY8W@r9Fi|sH~ZDpbQV3#3uqk0RFUPKS2CRUAp>U(Nw**>3)>C;tN z%l#Vk^|USVlKa%*3h@B^n_*F55Y9aH*NNdsbZ2fRV8aMAUL~9E zqJ*~%t6E#2PNZSCuG|Q&0fZbZ%_gv>WWK~*Y%E0?$pe5bM%S>9Mm-Wq0_B>ZD^bhn z44oQ#;>NO-ew#FmK9^Z;-yOQ&yj#8ryMn5lD=Z7nxSjK%gTg}C!suWq{80GZ%Z5r9 zc^D_MA4n7@U}ub8;e(eQO2bdWK{PPMxCG6L3$cs9wJwoTO|l9xpe$U4 zX)|2%@u#K5u~{S>V2$X<*_ymrj;brLTDw^hb6jcDCdhcF#-Z^|`A~Q1sTXHB6I=az za-I83vz)8ieNcWoc{`QGw;(R267OthnTek_7z$zb| zeXMNisw0;UFC>GmTehISt59DwIwM5Kx+&In(2d)dXrvTb&(!QbBh~DFB?QsS-c7fE zcs31msy;umHNtz}QPn*;+SBa#gfhU3H@qTz&N|Euw{;>HVxFW+W}S4VIODZH3So5* zTXqjf!s#ZfwZ`W#x50LMAQM`$G`)%OVw*zrTPeNjsw8O+sH-o<#K9b6ro1y3X;j8e z7uW1HY*CLV0Jn~p(Ged(>1#xjP;NCbE>TmW)VJApeIORf#==^pc8aWkODq4zUcN9T zenTxj52`Jlis{)Pi+vCC(9@`y+sq&04Iv58wyhgv%d6BBR~o)nI4XB!VCn7%vG#X~ z3eQLNC+Ax=01kHTvrG+;f%|NxI#O(~O!~t5rZy6KP7kCYvCl*yk|^-=(r{VJYCMM8 z^h)`3z@C|v2OnA!l%L2TMTZD`e>SpKou0YBY(ujb9a+Gn%ccK10F(~W%3V|IXI^Tbu;OR?Z z7GAkq7q?ks$vXh~gfo6Z{d}cNA$aVEwVX$^qk^Gr zpaYKMdx5qTp0|iW+1}AWHH)|dmeR$AJILPT9z5$YRB{)xZ3+Xv0%Nuyc#Q@a4F72~ zwz!+ykghlZiFjIq&`BQ_f#QLcj%wruo?+wh0COs)*>;rjym^p)cP;IyCA7NUc&%6y z*fIoUb`O#j{W%&`nXzsVpHepD!{ny;r1Z{b&-qqdOXQL5DuydBmxLn86l~^W1%os( z>xQkAMK$jV>pVrivPlHD0E!qO@MAhpkCkM4tsiptXfjg1$u8L=enQkWb=0*pxw6;l zA*NH4gopT$>);?EJ=H6#ZoDxk6tu(uq(@?@XDltHc4{kGVTl*E4fG?-k9|`A0Ni%X z1#px)7A>Efg~g|KutN3Q?c9Any5{qkL^=3C1SbJ6w{JZT9qt*?%~bq=m=+s9_tO>| z4l4f3s?SKJqeB$^-uw(phqhr$l7XtJz;9c4Z?}}fQ;=|HQf!&Qlu(49+|)C;uZz{l zG(X#lSf#f7%_zqZ$gM=aCqU|aG{~`DdDet9U;g-@ z=$(z=qZHzlLx_EQI6YR6NPhzbwlUcF$5TwnH6ati2AmD~#{8h6fS8Ps^uY~ECPbF% z!I7nUN}X4tuc=B?gI95KKEg>f%26}wuT|^YC#gTnDH~>Sjn!}f#>6a8A7$i7&`y0e zlV}oxt-;b-F18K4MheDbo;yTF=;8$LVBCuu-qnA~MBOku{SsF`aA1N8D!`>gGiadd zoGH9+RxUGHD>qOHQU@S?t>4#QJht@OdN%u6-EjzBQif4HM;!@g1t89mOIwxpDt}fr zPCs@}rS-P^Y9mVvpuls}7B;?eMM`z)+2vQUIqV3QR!@1!wsJ~}4xb{MuF+tk_Rj!k zF->%hstpsJ)wLl5NWbQ@w>{POhfE{wi;1 zYsw(b#0(UKgy2&DE0vpx@fR!nKQeG*;`q1p430mf34f6e{QmCW)Czx%f)ExFl@k-A z6|uK-e#@_P{uQM0U&Uzr?KEq>6qVw;NLcW zYxn;Xd;iUt@ZVkMpCT`Q)Atn&%}p8po^toc_HTBY&i10NPR6FrZz*|yhyniiU?G0< zR{Uiv@b~2N|2pj)xWNWW^Do2Bf3xoY4~3ooVm$m^kI%#iG+cZOJ7;G5Cn7{y%!o|4 zAac(c+@nB?F>OQh{XB)QlEoxa0%m-v2NhqbEw1yvUBpr6>#FV5W>&~N7yR(K$E6Q^ zhFdw;{>ppYKP#7IPZiL$~JcS}Q7^`mS*>KQ(>TrNPk( z1_6G^pzqh>K8UI-{&ay5kt(O!2!|GW=bA}&PU`zki4jMdtkT30)b%RcG&$SnGN|y8 z`Y}B*-UbreF6)#k*{c~!+Nb?UEa^MkIZH&N>nP!vF@32kR(FI_Vt;y7@FN47$AXnJ zs1{Z|3v}CLes3o8T-45aR18b5>`Q;z*ER$_w4M(z3|J3ng6`qpe-Ey(DR2bUU&H8M zWBwmO{yzg+`p>EMOuuD2|4X2OC~tBOpv5FOA%Kzdue6r3D7o-1Ms%@T->2Z_v}Cb3 z6=OQ|PHrD!=rCW+kZ{?^Z}c`bZJKvykv(M%zD^HTb_IgV-1-dVdJ zIMPC;prkvGxs*X-6~>t-E5#>g6ghmkz%80ib9jS=<87tSEC&~M!7{XyxXiZ{>Nk(? z*WMYnU<>g&4D-bZ@Xn@re6*iBzRD4;Pb^z5kyqE?HjnrPkP*`#LXE#jrvBdqO7ky3 z{T4s{FM;~AYKDpFZ%c&#H$VpDn)&}?O#KzA-_POyBT)UVUGskhRFAXZ2p0c?$KRW8 z?%yU9Z}zmmUwwan3I5NXh*p0YXutRQzeMjZp|s9#QMZ2`c^tpHZ=C=1uxyRxvF>I> z4|Ml^=_ZI1zIL)%KnAV6w2%R#Q#(LrE)3oD3^{H(90%z4)Qo2l`pL0DpU!Of>}8AW zMbbujo*8iGIqzM){6Cbv1z1(v_C74qNJuwqKtTkg8|hMzkd*H34q?$q3ew%(9nvjb z(jnd5{cXW>j-Gq}zvq4r`LP>9SB_S4gPUt^+UcwYLoX8i}B_ zsLebf!F!}MeZ(KPZ3huJXRO@RHL;cT@ngzLp{U?+mNoBy`W)@z*?sl}=>KDCBx!47 zVrZso{V=5jmy~{(wuoz5+x*;L_@__&$^UN)0%>IpZA^4u$ZBet=z`4kK-%DW6nJxV zYf8{xlP&stf$x7V^aSr+%mCc4(xX-Upaf!K`}ybwhz|VZhJ>yISQf*7PFU{`{XJIP z%K~q*Ze^|m-m}=y-0VNa+;5Nu?&@Jge$av8VR5T~xviNE0HV1sQv4Ik!&1qAL6Nf3 zwfmccU%2j5(H|V#_x~p@J}q-w8_;`Q3v(+Q@Utblnx?;@dr%Eb0&vg5ACg(v!EyHw z3HJp3DeR8{^PYqUVKxSa)*yXbLml1!Ch9*WF)%QKOHPADJt+B$q+d$j4~xbpX9#RHPO|y z)&-fFgUg5ij^$xMe{ilp<$(9Z{we2ACjVI0d(Wh#nU=Yxl@7Qf`QP0FVEaE<=r0`~ z661r8j1Q^p-kU%)Y`+{ET%7*r*M`5G3H(^nZ#v%l^)Dv}7wr0XKr#I6{x^Mvz!4>B zr)yD6mgIi1?-JAM#k3!8HEkLiY%x4zB+;CH*Uqn4z|@xt`wt)*lly809}U zdQktDpZpj6KM(ze9}J)26-Zvw#85|7(?%DhX{H1ES@j*{_|utmG;K8hHxvv%N2Y&J zJn;St#eI&7nuUS>%UflC3ZUlz{d@--^FfxLxs|D=&Hdl@hBgKuJxycX|33ie?p^4w zaJkp~FEjp~tAM}1lQI50_9qYbs2DgvGP*V(TMLk;t&IUVJsN6j{>)zgA_g2~Kl7&< zc$4=(Q`;Yge@MuGIT|w)6Yx7n52^csBgX$s-S>z7MEKv4-Ls_$var=MG1R8Durjp! zX-H#TN05c4q17Me)A;Gne~lf#Lhx6lJoxCZNMZUFDSs-!NC$@ew~g-^eE%24_ihK? zKhaVc8eGlsK3ZjLbS-{bS<1@L+zMo44zjk@GBvce1`|dNvIbk?!R`;Z@9~2F=l7ia z>No5U1pQZ7_g6~(4k$)O5b*Dy1t0sjvG2iwjm>8R0-G6R11^W~b4>glqQ0(~uGM`^ zfUFJm&2)7@Zxv)gw$^`p>~B>60Tp-{&>n)H>5t%NWCrKUe<*xNw!d89J~{u90vZ1^ zx!&VuM7k|KCgW6Bh^}*h(2@Yvf@K~p5am%cQgN@^rtSr zgZqQhKNx)ooL}gee_m4h2i@N!{ub*0O4&c>KtB@@n8m*m5O@Y)@_^0I3}o@&rYwKN zHF$T3pK(Auz9z3710ADiHwFc=~nVbG$g5Lt|&(W0ef$N7H z@hcnr$`K5|g7K$E|3k)Kv&3JsmOuO>3Q_|a?U!GGujt)_0fEbqSc9+k{XS867s5pI!wnT|+CWWh7%`N-F_kVh2|;HM9b|ICxiNrl`;-Q1}1~E91Yug6*iP z7Co!7bU_KZ8@&6$@`2j*kq-pGAFTT!1nRtbzx8cxD2v(-^B7gr?HRkTO#DWIDe_nN z&Nm@k+sJ$33MGnMC+)lBs-iu$Y^vBN=N19Vkld5O=M(|zjNGk@WV9nfGb^lq*W5JC zM^|-#SKHo`2{-OqA#~TzwSo`>I8j|&+KOM+<_+I?CzUR{ZH?4obV^oXbU%HvoD9;b zCAWgAID(&lf#;3XwdOtkBWd6o=1y=jq#YWzhT#_aHi{6oGYKJMl{IlOS$c&!x$AAF ziQxOg*e3G};ulX~BM+=egg&IiH2I|Y^Tzfp0tpyu)eeoRp^SJsiZ%zNCW1^8&hGq> zxLVJ+F<6p~panh$yV#hxS$lP;LaaggxI(YBp<-Oedxt^x>*_+ri)DigbDtV3=>(a; zkq05Bpyu$iSA9AILCYNYd0YuS3+I?d>l)O|70`mTE&!cGgQOX}h@KIG>l2UG;Kb31NkUWHtlxrRk_)_eG75f2l|W^~Wk~{LbVoD;1$LKb z3kYYG8nf7!lG@Rh3ECH?V_7qB(s2q(1*zRFg1W{ZB3jStL<2$lF|oKBR`8S74#YvX zCaHs@CY&;UaMi=9Zr1MA^vfMA$oChJR`n_qL&Yx4|GBcX;i6C z#ib15<4Wjw%}UMZ#YOyE*vWNIv5TiN_W7G9{CRC33s6Cfw86iUz3P4LXU&}qj;U;ilpT*_(+2?>k>363qW`C0oiu&;eb>i`%S3ed# z?a)98^!})W2XFIU*Kf0Mqgqgt>&5FS1cSsbwA*Qw(LH$BW^ksR@Fz0a74+xHR3cI}}p( zFmck+`BgxyN;nl5w{HO&#B=6!IN{H{NH#+ggWYw=Hwf?45!gkHvWw@TRNx@FIrtmB zU3Bn-G>M_>p*xIJ5Y<0Z5!?#!x+SDS(=f!6;A)(_>~NZqSr!6GwfF{FLFXr$-9z7`Jl0GbH;(8NqN1)L^#>sxfng z+@`l(Oaxw*>Z-q%5>2WH9kEt`Xu2wCwEL3+tRcklp;v&lCUJQWzdC_Ig>J^KVHC7{ zJsow5T-Wn)sMy2rD%b`JQ${JKFH9?>>}$tNaN*>qjHCnQ3_a;EmU*e1TcOf~T%%#i zC-6rr=|rGcjWUJ%ajjkyR7$LfQA{Rht_k=>cy3hd`^uPqAwtzWNop^ z(QRU_t0D{Nxl+|XxBVoJ$>?blLKFDjrLT(;f)QDe<9+dGQFyMaWLTe#(soimzx7xW zk$0Z*%cxJto!GgMXgTTJBL zfP+WIXi$j;6zD>gG`F-Vn2eH=Xy)ThD!;srh-VD5&m3yd@}#8s!rRp%h?+x$ZqbRw zjQl!z6?h~c&Kywu=(`e6ajJCYT+1=GS=pFfx~Pd|xHzM?YZybSkWFbns*yC~)u&=4 zHl<3V2HFa`Ua>w8)X_K1+@)mDR~of2zP$|4(eEQw`H531v_9lOuJ*vGC2JtzDF(e9 znQV%c{SfJ`)KrX!bd06cBdI5(L`Bjel!`?Yi3(5)K^9P!Vj+#vYr{D-yKNdWyq@k7f5pS!CReF_EmNe{OGrC!RO zQN^ufrJ_Nj2%=}hMiK1jD}1xdZ<=cZh?s_rjE@7#l`?io3$R)rK^I^>{n^MoK~SP0 z2mCR%JyGN2-ADsClE3rYre|kFlR@{SV#4{o@3B*9g+{^J5B`q5#h^*p!4No9G}agD zXqtW_tj7|1ijVt-bcdDU%P8p!hA)Cs=IP|sD(><$a}%&p@4+9C%j=Y@kLo8U-=w~x z5TaT3!dO;W-!lA`?Pm?|SIMnN?p*?- z-X|#taCH`DbA7e-Y7>mjRLG;4rYR_hu-imiF(GO((gD&WGRzi-oD+yq_pRtjYm1P? z2-tYi9(j4P>Rk#R$ICioJ=F$>%fpSMtfJf7sI@HG`Npe*xU)v5qwCfY^SkPN08mQg zzB7ZbTg~FR83)+;m&gsSp@PH*z2Na&#E-sjotY<|tuG3y8+wpS4u*F!B~`;}JaQOF zTYyY;n%o0!&DFVXZny5-i1Us){f9t3~I)PP~ z9gurILp&PMQ*1o>^uot){%(==3Q&dJ;;^l4ka@S6n@JEsYx3z(lo?J~j@!$t!RT

    ;jD~T)KNEPz;e+?#Yc6|WY#j++DmlK< zA>?R!Yc^$;takRdPARg&tk{n@%x1GvNSa|tEEf?_QLFw7GWrh!nHs*dmw(* zL7O97yjBw>idz^8WM_g^`(%g=GHDimMz`g%$wy0E(kvXSZph{Er7rfBzyOjg0zrxG zmuqZREOXU?A+2#AF+%dLT~-K0`YG){;>y&=If$~?gZlApMWB1}b5X4vWR6HRh}l_R zEj0|V>EO%MJ3EQ8*W|^wb{zm)K1QDi^t&uwmS?I1ueg^&OvO*k4oFsxtqA7ca=%QT zmqH3%LS)~Cu$s|aK4(Op?2z3HCYF|1*JZD>b(L)@PQfGX#J9SJT&@PAyFcB~O`!YW z^~(8DmmhvEiB%m*Cl7BhPjLMG$w{tk>G5ibOE+N62ug_oQV~S}tqlA}q)se7aBtg1LBu31~Yd*>&ibyZDxm4+&^}L&@-csRfpy1SA~X2-pJ& z*jGZ@L(qQ`*4_HETPqw=3LL8z$YrmegoSvLP!I?N+oj2|1;+;oAPX#KlZX(5D1OrA z3lJc(J0Y@91<5-Ru;csY|N2nmGuc|WfV@C3k)Q;t(#8REQ;@(IiB&2I1vhUnk+1~Y zO33#RbQDq%=Wg}}I|3GD$7+Xd(}M{fMXu9M?9Z)~z9xB{w?8&Z?9#sbeP0R^AbLgY ztjv9i68ZV&U}edon`HX3gs0jyADGR(KEJe_U|U{zTv`RKbEg3@NvzI`oJCMt0J_>m zID~lR`IRSmN`1UYz^Dpo3eQpbsaZghX+jZ=Va4~jN~s~ELwVQAw|SVDG=N!-R*%2Z z<3TM|>#aUdW^L1I6B#MuuRFP$KY~hUQk)#p@o zuG7?0tQC7!i0X2A5+@Q}OMwqO2MkAN2hOk+4=j~h zO%q#hgj_U7&vMVP+}OgJ8U{?m&RdK|F|U(riTLk3jG7U*EG`*LT)mjHnIJyZt(@Ub z?QCV)D^=CqRcg$UIgskL65w4Z#_jj>Pa)ZI99 zA9b#@iGo%!f9BfuF&a8s7b5OTjzJ|BQ#m$bkae`LsdhKDpw!M|ShPMWVvBqa)n1d8 z-EOVhN5?zEBx-r!Lj*8i_5($qx?mO;zhHJoFW)3vctP2uUeU%?vF430hMA8$B4ddv z>q~IGw8k>cmz7EJ!B!=~foX6hv`eyXKdz!==G0E>ZU|qgqC^c5wy)?3DK2uf=rZ94 zizJ|>adD^?wt8C??yt=Gwh`UszU4^NVL=yuDGBmV$~<+U>Ttm)=I!DmQZ?6y#$5q~S?7-l$sZ@=SlT+YtwGBRn3) zXB4uPZAkf}r;%q{>bs(MyIXlMC_agwd$l(w3vQ2X|6;3JT1tFJ}Ka|tIh#^-i&q4v;gBUR%0Hyts zRcIxvd{0DXmIS}=q#;m7W+yANR=1BLM|gcbTN{Ch!9#>1E55~ddx5PJwJ}>&7uHdFJ z2rQo-IPU9>zsaSPs&DI4#sB@_4n-Ev;fK&TS>!&FHa& zXW|vH>S)#Ij&J^U!eJZ3il6Q)E=f(9%wkFzRHaP*a`AS97%No<%nW>{VMx{=y=Va`gI5 z#pfqTo`*+qV@Y zX5Hz6K;U}+Lc(WM#*8OBgiO8B7+#M10L3Bl|8l%cx`j;Mg-of1OpS$1i-k1ms9Rl;1|?C9yK zxHoObfSHxEvr+T3Ce)mn)0Ni8DP+rxdTTTD;-b^d4I|o{No1?isjZ+>e*X!H{l#r3 z{qbpJz`7Fm&FjgtLqi+8DuL||zfVJx{nlDX8hbP2jMlVCr(ZYJ#qYE(u}2yW(#md4 zcqB@8h<98DPgyiyGoKzBj>mDgA5&&Z(!2O?$cQIt4Se{tAtzp><%ETmgy; zlD55*offxNMhY2SV5W7rtL+kA!|QMYm(bHFFD4qOo2%@rg23|%ZF7v#vJYUv_2qj7 z#M5}sKAmXevq4RNY)vdK%*s*Y-mzCML(-FM-lm-R2opD;afEBa?b)Ya?1;$nxp|eo z+=k5*{Lv5+v$SIRnND1doWQpXU$8E+jIw*Tzxlw z`jy5e&Lw-NJX?>#$SxJ!9ObeU{a;PxH`cBp5_GL|d{G$P;J{p;P6fZoTs(4+TecF~YB{pG%LYMn` zBQM(2Y*C`Thku1bB9c^8<>jj5}Wqt|}1Jkm#GMy`T= zpR+GenR!}9=xCGrx$9m0U0|+cuL4hFwi&0h4j5I0TXmWK-2ngX;9tke*-&XD_L+Km zz-P}0x0*8jzZw(eF!LnF>U2c)dS}<$#g&zt5o}uXMBr?bHo#b)w9d(Q+k=O;Uriw= zMySqW>iTx_XnyYQ^kT0VK+wK3-gmw_yuH|9ygkdSng`c#Mi_U!IjqW}O=@(!JN|Z* zXPz{#I+bp?GhgR&bh&dBHQ$&Te!Zw~-n{VrYMj=5XU~35{qBm2X;U3=a6DTpQdhhE zDCT$Gr``y-x=K>c^W5xyXWdg{0qz!^uNyC}qKee(9WTs|+M~->%8gEs`oLY-mZklI zQ*E3Y3S+={*w^8c=-iL5!*WzmK#Sjs^ccB>M|(Z=8}SYkR8Wu?Hi{ZnT*d`R9B%W< zTUQG4Z@+$=otujQruBBWOt-A;r?aQ$D>EXe$$J+nSBl5dB#ary%D_#9D$!OUpQ-u0 z)$D+HQb)#j=O+7m<8m{tB>L|JeeTtIc#>NHYqhDN^52TNhDQ$@todk|e*_?!oO&y^{nIzRgXT7?qGT^2Mlt^qi{U+6j!e!+6Jum6^~m zEWvLG3j~+9@=W34@6-j@AEvmHO|NLPNksZ4dgyFl;AF5%slDT-)XnIX4Y=Hv;>j=l4~ zDN9h<7JpH`wLLHp=~!XqV)B~68aE$+(G52e800Gz4|6e!DBx%JBt!?fb30qSwT`TZ? zIPkqjZ9`K{lizPOGyZXV{C_=*>3&VdAF_b|K^W8h4d6dc`(MtwU)S+}o+V*!2I&5- z7SsJ^iT~$0|Ah=@@DqCfJmc_R$pB0GLl6to&s&UOK~V-%P#}Q)U#k;bWL}$l(mkEM zz$6+Wd5kZ>0ZQjZ^GhK%n#$Sa{qcnq(-RT*{H$UR^ah<-RHOdLd9S~7@?Du+W^Q6l zQ7vWVV3|wCTO?KMQRreqf|o1%BJ%P=JfzoHwsRbXsOG+fz8o@F9e$*%4KaO%^r#L(%{h9E? zb>S1A$*y=tkcNh@GULgDo@f=_MRywmGDM(0Z2HvaDbOjHDbGnsP~W)5sLiEgFWBJd zT&1f@WN3$MLnm}*seQxnbfuHih~k|w_mgaBUM$Vr&m^bJ!mxv9*ZX2T{Qi=zS%Y^2 zlH67hJ%U05g@kwsV!Vm=74~q= zny&uxRO_u_~sn5d>&k0WVP~n0nO`B3Ag$R;vY1sGo`g+ z=e(Fc2cX_68Z-5|!z){NZm&xLjK*o@WQyty@b8OH847lkN=+Qo5&C=&5^P+@hffRV zQ9{t++8>F#;z%piRNKBfIu5+(H~<8{Jx<-=onwoMY^-s6q!JI5*X%3wD4%5u*@xXHN~{<(k;EsoT$D~X1LB@ z3jHG6K4X2s3D!UoVe`?)@e#U?#MhKeFe@X$og|&NjPivQ&C>vFnZWI&X!qioL1bW{ zVxYxxNKl{VoSl(74?%yV48@m%j{gM>i&-K0@(w`c~T|=O*{~g1KulM4#7= z&raZ#H-VQ5a*bPm)>cY`LHft=$ZKN*yffcbb}pfaE+>i%JmQW&*3?BC6x+@p1x9wt3sPW;!&C9ops^iv7*gi%&Qggvtmf z-@3ltL1C6Cg97My@Shi><)ccY);!uG@~zitMH8ckcCKdS^4sr;+BA{ zW`uw~1S*SXXf?;IiSiC}{&imGq9g4hwA@w)wA(I&L*(6~I_Z;4wIxm&)?B19>HK+MHjI zrMVO#U%NzGISSkaZj5Xi8Ruq6!Tmoy2k%5bdHF9qBq66z!RT;1%Y@?w5O4;Fsw=Z9rh$~H>D!rNNs_|zE* zXlC$t$Om(Zh9qZA`{3y7iYaGT7N!g*nN+d9bTROFOw}d{mxG~Lsr;hf;OmaY81G(i z8mZFY_E-h`l+r4TS2UL5XpijasTq9CObVhePk70x_LGnqqHe2mDgiUtM|rV!E|3I^ z@u{t2S0YedoIZuFjajQyf^s3nZItfd z)rM{|M8S7owE%? zhROAj zdL3%%Xe*KoE+GaZ(@PAhtdl(w-bl?dDDjpmC}j&~Q-(vQe$^0MqMqvGN+^6P$bWNYPOpnh6*Yyp~`I)mnc1J2YsjpmPUj43= zBzwic(m-7=KAIOSD@tWNJB;s%3Ximk-0dm;X5hyL-+S&)?R@c^iU8*X*92pi4-70! zBaW&^3|H?qVBY=)xjZll%Gw_9z!VY(&~{SmpLbGk~w$d z(Z{pt18Wlj*X;E|c-T zcH%yBL=&OFO@zHozFBmgz8$%m1gSROWimkb-x7Ggqus9JguJ?u_d9)!r8}F_>1J(H za~|D{u?~xM%Hsjh+Nf{Ix2;$13L0y`?_1KxU#4ENY(#2gj?Uw560GZRB~%~jg^i+` zgb^7?hGJD>i*?v-8`7G8E@#A_vgAa(9iAtzsM!6Yl!Af%0}JqZHo*EED)!M#f6d1G z9hDhI`?Z$97m{(% zO}}})x0X7GXz(hDZfo3jiBi+5Q%_y`N6V^l+_%+Q3`34U#3r-E+CvV~@gQ5+&6oLK zRN@kG&-3k5b*81iE*&Go?1b1KZ%@F>Nl=;lmL#gpe1tz!Z>fn|7F&LA8!ro4Q(0RR zo4k3uDa9NHh@TD11(ZP82y2amd9D5l`nA5 ztW7REms@G}c!@YI+&@>U``BkK`t~;5zav))rGRYR%tk<|a)$6-Pb7^(ZjXXs-0qOq zY|m4d5oxAjR`W@9HJn2$1cP>~3?Gd`21lFbQcQr%Vx8a&sW?*T?ERcg-;0+R4A8EG zRhVz*4;|geTr?o4Zo)eLlj?B2&%#-s)>Ee<)YPy@L)^;NP)3CX;1)|0I<# zo8ypx#j8;;wrf0_^bn!;Y0jsKP?&bUD>8?-q~^(X7;Q;{4ZKCkx(1xvH?rvv1H81Y zGyFERO2m^?I6lO%ieEJbss=G9G+}8Dx-BRH!H%s#W4G}%x6VZiY^QKa-5K$an0NeS zR8JAU(A^T2!8=M({wRkyNq+w&ATpG6QN((PJ{+&c-!AQhcakN#5%wgNvAD`Nknq+m zkYYYXdC=*QbXcUpbMj3n)jFM1zR_L3Ts+JlbSX>l>oS$Dj&L>GyPX=l7SF?IOkZOnb}3>{qCNVm~HZ` zS)D!2K?@W<&9;PFmMY)Z@6OH*m(k|n57UI;4HDyrsBPc{9k%g2aX*+MF|<{)tFb70 z9vIP+vuDq_#;QCMBv-64)mozA;}66N1`KRV`!PmM{f1HxHP1BIS=z%LX5P&T?Ap%= zEQ;*zlJJtT^tGp7eN@A2<&;&k{z$MVDn{Eyi%=bD&W^OWROG^^WkAJ`gx> z-E7hKl%5VoAl3Wx&?b&7_x_NZhuX-X$Sz6Mx!MRF&5>0JYoebu+b}}($D}16jst^I zW@x;sVxLH*s@Umlc+PUA>rlONs5wYIHp%8*GG)LmD!bzdg1JJi(-^|NDq`pB-BiQG z39t=OJnoGhs%OT77eHM)#tSv%4-}NZ4x_%L^|f}rN(g%dHIcK3%dHm3OfgvNZ=aF% zbzMOGLdbilbL}0-8h6zp;bU>ByY6dh5k(cU@d&fr6X>i-%i)UUWpmRHErv8A+*2zgmD!ii#xA)9;qF)3*v~9#8_0JxaVxq8Z2}w!puE`E89Jll3DndUR+ztBt+1kdqqAg?S2MQBo#Z-)} zlM`R7Lb8nL=l42fSJCpuOrQ@mFhl5%4Yop*LpxIHW>QfDQ{Up|ypiJ^F0-b($?{lj zQ@M)nRxy9x5}Fr!qVxI;c=qEx`R5H;o(%3>y-`HXOoUA~KDSzshwb1KBT~Bj$nPyF z&RS@1i$w@b7$U+=P-m6LWE^)o^e|UdEjFv^+^I*3TldfjF(|!IFkCVZQpX;E(#F$*Gd5tPW~D>78L>_01$?UvEHiS|gj8}# zF=KlBR-M?%J*gJDp3QuMA9-meCS9desU$5DpSU+@-Q<2qLhbq*s!_T`_R9#qHkuz< zP;?uVHMObKSoQEbEoqV=Q^m3}{nl6wi=$3``PqYm3}sIFyKIb}3HX7!ectodeb@n_ z3Yk=zs>+K>9ThMq@roOe96kaUpT0uCASerIYRbnZFe5>g}i>Y|e zmvf|pHmoFk$;G8kHZ*K8tEq|P@Q#Dbb`C`nV)(4X zU{oYz+9DIEHe`H+)`7oOzkD;VHn!3(q?UhZ=in#3(|(&(PwV8TfIc1R{R!?2Uf?jw z;F3vDdk1r8!VDM%^}pzgiWCiG!m6;Y^$IQ-(ngbHftXcus&bdFA3yF7$w@aP;+hrv z8Yj+OoMAw;u7d8<8o==QQx>_NxHL(20@Z9N42)0)&UCgk!FPVl0eX}tE%qYtBxn}8 zy-%LMV}+IPi_h2FZb9V38CRXR+ds9{ovZ!YGQXW>B>53Qj85h8HNG3)+0yT|MH``1 zYa(~If7a1!;_A@%y2sr4^htLOZm3u<{SOsrC-qa5;LfUGbyn9a2R&VQHFg*tQ(#Df zd`f@vO$t(DjLoZ!k!L>dT2|AK(_5ac^1+KS8*pzzQg{fxh&11UXq7}76939*P%$?e zS=ns99u$EN#5XIN7t!~G36(m0qs|cPb=+X|6Q$k=3DRBB73)3?Pk6cXDqNL{Ojj3c zIp>7Q8AnoDq;}3A)?7(TOMDagiSFSy^4J^;+eX&q6FXLEy%EmqEfS{`$kx~I=Ez@K zj-$gU3l~hG)Znks6ft~O#B{=Kb{o(Smi#0}cc&|@1VEg^p|DoWSZ=lH;`Qeyq{}y6 zcZF4%&3v2|pyj?8+z9q%An>4j*EJ}v^0nUeQtY!{20Y^8mY#`f=_^m>L{zBl#hOF^ z+Swi0()`9br&AHJkx`|{b|H;;o)J335u@F&d-Qba8X_v7PGZYE-o*NKiJFeMurkpC zKbbscc3{&@@A;?X^@{nIN}Y3?eP*Er74ljYxk6=q;=LC}MG`czi=N*$ZH-dN>Df`9 zjfGr*Xa(288L&BRIerjlXQjqKwnEZBf43Vg{dLU{kLX;H;2a0Wy+#9S@`SX);{ud+ zAx*X}mi!WN7d1jf1h0U?p(wAcs7u*xXYMh&;Rt{Pw0O)tJ$xbd7WxL2k1ciF9M!8h zU4B0ANl_ENjYCOr2x6kHnl|)_z3*|0s>iEqkp#YXm@1}&3;M^)i1-S_MDC|bbX316k%$jq~5uGxvDQSpFvAj z_E&xZ(5P-RFxRL>(@Hm(JD^5}*<6H$t@7G5Ukzk;I(@)LAI-AsPLE{hr8M9)(zXc9 z5E#^_u_=|U@tucQNHs%MF*1|dH49;F_ajJc8JjIH$7kh(XxvqNO2fj9+$^->UyCH< zKmFq<_$>)0;}zV|;=4Nz>*f#CK9a6jTq;e?z)Cn@Qy;wDbUG~HxR`R0CxkTlMDHLl zbQ0}q1)talh}%j5cx&NzbwB$#-`qMUR+Vs+zI#f9iMa4N8zbWJc)zu>6!pGonMwZg zCi`IpggqX3=VSC>VeSYjcle$#`lLYYjKX)%jo{6#eyAeXvBMVOdXDQYunBeqf3F}n z1A52`P77)*2}M5+8gw}KPMAo1+qSUc7x7o4ck+LQ+{o%A65*ir_ASOuE7|3me0a#` z&jE+Y>$Mry5J`nwYVJ77aPssduQp{howfX{sL0IaV$N1`eN`}tdVH9RkO~^Nc2M>d z55D7a$z-u6HjweSU^$wNl;c_xQGPPcn*|!|<@3~3IW^bMX<5xS8qWyS+?RX^_`PE- zX?m&aAk!&vE@E+^3`|PeF+$M9JLjD0ax5l=JV?(FZQ-DRPxF3gAH|aq|bAna+p{dRScd;fdG{EX5Fj2Vk zSOS9q>OJWU>C=ETUJaqq&;o4E_o>+Vln?~t(+_%Oz6)hiLBG=lZ|@w9+S!6phKVZ zQh{JCyL|1s8q9kYwN;I0O?BDyzgl~TNl%YWbVVXw3&Xtn=0N8udtmKQItYAH&{&=mS|Y_#CQkFe_)^tOXD%+jiqtg5v@!Je(UF>?TcM?_9Z zdNboKdkcq9=#ogGm=BC4+3iKw4T3aUl>CqP@wkVf*;abuhcJE0)rf>>FL{Zp(IJYcv{du zu@16z?R$OjqZalISQyc0({998Yr757Alq{a`fwCgt?jTHL=UIrMbHa8*5izyN;qV4 zSgOu}afxqE7QvB}gMWIBpopo@>!Ft6r`aovgvG3g?tA=rmCFYYk{<6_E1E#kg4==| zq`EPi>3K_&4XzU+ClVw~RWgLALyqiDstH zzHA1&sa*#1=+cZ?94-lCV2!fVQSpYbslWf3g7f&$V#tm_mv zjKQxd9T?c7wQJSHR*djUb(FA@iRA`pLlT9tT>1=Q>b_61OcRB_D9;w?2-ReC@SiFo zD}EA^D1oLSf%-bt1k?u96j)JBPEO6gRm!oLLrg13SzbnLuEwENi(d#^*$foH8_&-@ z=sQDIKiQ1Hwi&lUB}{WJ7Kois=|h(IOxCRXQrXaql9C1i28DMf!=YmjF(S!TnZV=6 z?N-&-G;(Q6r8%Ezqlww_(JSeZrx*=eL=3y~yKC8mrY+LM7eFmPcDqya9;7_u_4*2- z3xc3R?Q0IqRLOqvE3|bQocek~76p#9iEs28&=V8*CfNavyT+e|+431Ha%(!07T)5? zm`O%)CXskq9)*37UtwsE3wtJ0JCc+>KTdpGHNRW$yxBI6vao#1dGs2wGxV7UeN3(M z(&ByutE56^;Wp4Q?Fv}2>KPTB^{ao7w>+BQYF*r1ocVCbR;J0n;%~bpmc{U~{a9ll zH{&S47>#i?)Y;GHsjI^`oat)80(tY&<$)_p4KxX-&61O<#_O`E7RknIMjxHdi49@g z<1L9M&7Gar<;t%9z|gt8##ord%XDnf;hnR0U9;ol<>%>r50qyG?M>_`-~} z3f^$g!6fYDf;5Q7rJGavfIHp+A$py58L7MyLN*Zx@t|l*a`Fw0SFD|}2VQ&Hv&4#0 z`K{6I`0DNLcn7b{^TTHJ0ord#;q%dV<`*UneP0Mv5`b5CBOh0XuJw=nIPM~^O)tbl zi(0F?&nN)myaU}!y{p87l8?dc6d|p3aW|bN!-@5zS0~%{Wp^Qcx-vukk`hQn-#YAd z=i_chOvpJqqXvR$DDivpJm0YFtd6*7|8}|{5PMI7aK9>&Rt;#v3=W^&MoCu9h%^qw| z=iKJ9nLj^hg8c%C>NkLBr|}GdgtmlQQet1YPIg&~Db|&U-~v{WMWvbEnSIGDh+HLS zh^w7mu&srYQL%z{cNi!lbn(ez4UDT>J*JQ zjb?BV0C3{?@22suMakasXBY%<*=v%kMZ0sxpCfI!Y@qwS5p5sWA}bM;T7peYN*>Fu z%K3(8hA%?!vT^oR2ds*5cc)|SQRw=By7H=qQ9G2fN4!*A6Zx}sZ4bu^Gd^PK!gu5r z(#-|=P?ZAD6|apPc(08>xl;maD*=OWQS?atfN-I%0u%4iq9FHez$a5vG;y}~6MzByjx|{raxISf53h^F|oRg)*)F5kvm!Ve}+nckdGC5GX+Mi{c zT&Olr)=5D$jfcZPVQYd!wpse-af~?ed0IoZj)}SsB?a}O;NY`sn3736gnn@8k$2C0H2xJ)?UiWNji3VFffytT zP3VC`*@NS0l*CW44vF1o@aLXO4M=gTXP49IujY5s;hkbNsGirF=tvseDQX2+C?03T zDLH8@8-C{r8qlq&nvQy7MTft&e*J7kGA1mUB5#!!V(~JV7W{P#v%w82<1Xn!h$d$D~bz39G|j(R~&r&eR6^f^8|n5r-U;8 zF|P<^0pcI#`SCGq6|r+Ag8iJ`g8e*!(PI9c)u7u3`s%?@9Kae=O-T)Xqz2fqqd%2L zwUe_H(;27*+icI;;Ke3Dmt)WObQH9PbvwB|{`>vVA8xd?#nv?h+?mqSJp25pHg75n z5KuF$go0xu@|$Dg_$UbnINyILnFl)sP~+Z&P%vBZP^4U5Tpgbbd}Bd>zgJD}_0E=si>_6>h*I}530QlmZ6 znHOs<7b3PiuR{B8Lx6ucW`oL}<@JacFXN?y}Wf^j4Hbbct{?(lLQx>oP{An(u6(33Hwt^1sqO^hlDP|16_wD--p zb>5V(EW86joavue`par^#{l4Q@|Xxar&r8O<;n-epEP>*e>FJOQEk+pUZ4Wl(gkAO zrHX&$GsN=0ORk_|^E9LxxF8s?1cL#FrrS%smeNu$7r-Q7Ti{fHE)4{{kfDQYg|oA` zRYcYfaYNdZUXq5!bWyr9y(!H^J1gci&93igT0b`t1g*h~g8PD_L1xGc@E-J;?!4e-IM(CG_&tgz)9|bg&3AMc}O>u-|>q4c*V5{qU(oGOe7$HOg6XIDBc=gYU8)e2euI_|lxx{VgJ| znw2Y#igWIj(6*maE``u9M-ri~>%0VGKnBx+t7q4S;^=Y;9B>Kx}1E@Rvv!DMm`$qP+ z+3SD(3UD9ay0)SD>-#_6xN`d)?3UlYl6^J%o7aC2_JbIx|LxJm&-~l}KKA_wfBE7A z{{Z4IUZ+(4#%xgdTa>z5n#-BNGSgZUj2pox#;=TU1zL}GqW?i(BX)n67VvGxJdih3 zQ|av}cXiOV*7Eh$1-^{O#-%AMuv+yVz5>I4y-Mtq9!5e`BjB(S0#C{6a%GbI!33`- zV3xEM6$Id)>BlpP{ZWM0f)#_8KI$F0eEh*ZFC9U@5`^)WC!q_2#$QCB=|Ef4B_-Y2 zzddu^6^wWM%Sr#724#O#=1StZo|;3wCzWxfU}-+M!hC~ytC^-XdEm=DunKKNw_!NA zQw!{h!<7<;vnq(8v~+>PZgDv5+Z>?B0UXbt{Yq-r>e631F!cp%?8oi!1v_w*+I==Q zefW0|Yk@_rbjB1a9rxsVK(>7I zR4(?@Q0;<$yWn5uZ%=%Gc3Jj&X>>iXt>69YS#ws%Pcp)th!85~$xW}>(M(;yj}WV0 z+Heu@qbs|w`1gNTmU&DyPi3FrNlfIyAVB>1r{_})j*#=u{zaL9X$3&?b8(QaA`h+t ztf|;m0eM@w4YFo1M-ObM3_+zFF>QYCXUH!)hk4*1PSt!>kcSUli;pFwf~NtL?wGU*U!%tzs{NQAop_xvl->+9AkuE zW9rwtbj5%C3+F|z+4{q|efQq>_Nv>8a3F?g_G21yrH!+P9$ucBlOEWzA-Ucc%MJ}$$oF;arg)YyjJp0zdeLQs95jLa2#xFzbTcLs~&)<_yD~LG;&ppa)u24S@an zV~%65 zX*L0DiMj-|B|tg>n7Acg8>hSDU|D>7{L47q5C@OO0b6aY{-TwENf>FG8-VD(_D z{>S>4_4IQ64n6#*9$cvhj%a@%nuxv^{WQw#N77KV)B0+D%zMlXF6E9E|ITH*K6TDj~#VBTHR*o7CRbMZq zBr3I_B4nwk2uT#xZnl3|%w|i28EDN8bHKdZ%-m@PYs}lsaHwKO#XS{tT?J^X=&o2= zK}+Rki@{bAsxB|=u(e|7T3&6~*h004Es>TbEll-|&C5gJfzaz5w=FSc>45p~iBM5sH?WUPCkQVf+a*Ti;Z=*HY zlBwDr_yfpOwtWN3 ziU6cU4ig=d$41DQgu)&b7z?JQ@ZxIHk=KBk1rxtgD+GX7GdcaK26`YSg7?BdsCQ0} zDt7>+7qd(*mveClxzn?i*2qiv8H>fl{2Z_O`RsMj&mMoI@~I+8%m1jbP}PHItUHf$Mx(1ovu}<|K|@8KIxSGCD(yZ zmG^K-hCEhyf^zU_`j9bg$-RSkOnC>OEH6fyd?cNFOX9II@}A&RUG^~n0PPnDeSyz< zut=BPMBaZy$6YQcZ$kD7WlHTOei|HMQ-M^m4t7;d5Urlfy!5k+~yC)Md{+?HX}GOb}mv+GM5{kP9h_GqRQkL;OE^ z*v51-kXz{7RQYBluu@%te(&vJooq$D`5J%NQzZE1iUBjWjxWZ@?C#qtDjb$4O9vR0 z_+|{FT4}X6JUMc&kcBBSx1w_0G07Zn*?##lrjuhD(ajG%c-i9Zw|>xd#iEFCpP*e; zIojH_r*Bmwnh%eu!ty7Qg_TNyKoLq`>f;4OHK7h>B9P|KvYQUa}(mk)oH zL#}*jIXqYjuD61@)*dSy$^%ezVSeNWXcyz&6f!R?yD8|AKX88TJnN)0PTc;sD4g=L1&CrcQul{}y>0sg& zGWl4GB2`b_Dt*Uao`==vCo5f91|A8%5PU62AMpd;4;*EIGPpy3j~;RetU;#`?BhV1 zdzbr!qhtM5UaG6GKYvTZo`yFYAipqhQ-Z;UZM`T>ig;;MhKmx+#3 z6Fx9H{_^l>u4bYVLJR}IIm3!^b8Z+w%^(_<^ZO@dfsJ6Qk@A`?)DYU2nS+(TvJZi7 ztbGCP6|~u-TEOkS``<3Rc>8VdCwqwz&^jB^uUYnk-4|b7ucet&5Pf}w=w1sfKv=SN z>(Idu?>t}z2UL4dq(%2)d*FYlGR%3asNME77LHn|neoqUogzF&mdw|xy z!+wvQW*1@%X)4)N&S(}E+~j8#Q5q1@d`M>MM2$xi(Jaxd*04DJ3l=$J1V&-EO`v+* zn&~s_7>+BVsuoWT%gU}IRaAfkf?^Y}o!35cj$!eF_wTPVFyKLLb|HT=f6@J$S2LK9 zxFCP%saLNXyn5ZM|FO7_L3HC!V>O^4yZx7GOHP7k{#=9)M0rq$D_wn!= zeiJ^?ykvK#`OQ+EEYyE2GKIMYR;ExDX36C}4oclDGCrId8Gn;>L~&p|IU){|q8f1) zEC#ahn(3|aiR+k{TW!v76wAr8&e;5rW6xEXgkaWxH$r!#C6_-ocL<@BP{70r+)rbR zCXWXZLN$T`!N)nF2AR=f0GF;TVl|)e{H+#)Ci|BskuXm{Y{!t?OGaI6M{l#s1tU0Ox83f*`)o_L5bOy0>^!)d~gQ>w=lq_Dbv(x=;66w z^;|G_Za`f4dHdOR*e(Ub>DBE|why<{?d>*gmlyzng;bpGs!7f&C~UATq>^G1Du<*q z9*Q@{={O~H7Z-oCvkG)QnT(0;sWQ%&TRBrti(*G=>wT=IMwvmXCVOxO$KHCQx>|e- zKb;s=2&tz*B@3yQS|GC=cEDmK?iSO^X~HLSo;k6@@_bX*6K1Hu2#rSFp$jf)>;;CK zF1#XpCbZITc=&q1u_4@=PFkGzZEId#??sG!;kMr8KUjZpd$K-VE8TU+ie-B{S^?(r z&vd+T$ASdfkQ}aTxZxn!J5({}^u|cbrrEX4!I}kH+K@jlEIBOSUEJlfN2DF;d9w=* zeeq@e{XhNwl1p5u7AvfK0jF?_-On)_4tKiy1R3$z#+ zJcX^5oTYz7S~2~V7SMtXyl(rG4ca6O8ElISyTpEBOUut%fTg9hrL~2wZMmrB`j&ky zZ?&9k;g+-jn5^!P9}WTXEdh(Uvaa~%W`iS8D_g3NPv(>z&-g8ta%(uq74`C(Mp+u5 zb4l=hIW(rybG5QeIz}U;;HkvR(U5#C*3$sai-Uh8T!M*Y=*c^8i$NXz{1;7fP{lE` z&;tj67Hvf+n?h)da5ya&TJQyaj&buI;yFC~5Kfi5ugShM{y8#W|4>{7y#0P5FEIT0 zj;VXhFD7DU4F(HNb`|!H3LH0(RGFzQ?KV2lU)n`k zMXP_uN=w#^b%}M4m9diVF2TQOwN{1|v6*yvX>L0O?XqjYbBjMu)*+?Wc5-ZDL>$X! zd=vxjlVoo&sV7a_A5MQ`_1Ivir4}#nMv}=$B$fIPLD-GZKE$75_y&Zw3Ie;TDH3TS zKVR=v!^A@<4^^Q60O-v7%JT7Y&wez15^R4`)*Pg+c!4sX{Y285ZRs{kw}pIJ%L&P4 zcBGfO*0{F0XuN2XqpaW5B^942hQ-AdA!Utuxi$La;DF&4r))D4SDsqo;Ml1V?7vDO zJTw@ZzCd$sIk{PbnUe-}H9(9eQxUwx6vHQkc*lnt+QD&`md!F_K80wOT{SDJt}%b> zCd+#9*bP7K<3or`R?fd+_U-U@%8GMdl)zrp0|(e-?Z_$b1$Ae+~jJ2((V;i3CU_ zBumg2yqM78VAyQI@iExfELobHrM`dW<;|Zq)1QUGYvK38&>HrI=Y(lCYz;#@?KAtl zKDvPQf!3FOV1sX$4_@Hw_rXVez~U_Ab9E@vIPZTVxf9Vc zKcG{+csiFJyf!r1{~aEY#UnT*=aC^?OtY^Y%uOTUz^k+t*^Rj=1ZHDy?zXz>5|ZzT6&aqI$weV;cnyhpqpKoS+mlx-OEOYTa{ z$8j{+K{MIEGZ1X0>9sgEWDtM4kb~KuGa3zANuCSBF2uSN_YXjHW;F(-9I!GB!vk$C zLbXT-=&vDzS$&GpDe(dU4nGAqFf`3&@0kiBs*S-IwlNRYjbleiresOUo)Sjc8E7T3 zqXZl(0j#s%W9c_`?ZH?=i4XV{kEf(qRfWkV+tv8+#aJ#lD8mYBWH5hExW%LZ&uI`5 zNzkk+3W5%@42gtzfr{T_#5j^e0_sP`pE*uZ+$#D2)epK}pbTfLz7RLD_kQL*?PXX4Sf*R6 zdrn7Nkq^ZXebo7Z6FPrMDst{A?mBD**2RZJut_{DelDIB8L|9m?FY56mi$8Po`$Z& zm4K=Qm3ue=2xW)L!KU)V<)4?I#WeTuTtHy}vWIKwTG-d#A6W?QUkL772&xu#E`$p= zFD~n$1aJcXnZ8*j+drf-lC?BzG%&5{)j*B5w5eCG)%3{J0CRtf*}9c%}A70kQ?7RbtjiTa#q7!imj%F zdQQ@_0(hqwd{qqMSnfG2Le5eb!6E`M+QC^nIBNfZY*xVr0Zr#&*qLn+`3R1QGiNj$)g+X{RTi%t}JUiqR>tugh6#37^A>Ll3X_8w8=v)2; z4k6R>g{_x77#XQ8AM99|V zgwE5uu+ZnZwC7@xt7{vp80LIJR{7gejMVj%i@Hj>Km+q3+))U)!li}qA9k?ce$Wn; zjgQ+bKx=MrrNj8hE zcaTsuvh}8>nn=Mvt!6QGqz3-+CfBfCH9h+}_=dD}5hu4yyMf6{ly4HUzYUr64UBAiIU-BmEFUj-OUy_HD zz~67BO1f$i;r`tD5@r}%z_g+aIJYX} zSD=S=dR69IwT+R;gF!Z;-aNs53+&N2 z!Iw_peE#fL&$v8krvod$hI~0uN)eVi;yiybFf?pROjfYK%z}n>I#rL)sBTQj3cgmg zcB+=K?EzA~xb?qQEiGcWn1FU*4+&!#2{fvjEMxRuw{_^?NBa&$iaGT4$5Y}_V+`%Y za*0z{Kf`-4B84Q+r1A^X_lV%xx+8VR>S#8xBmo>TOP4QH)SvO)?}NV0^?5zd#a@4j zy%VEjA0U7XcTk%A64`|Ua^*nvEjg@1_O!hvE1`V?*mZUI%Y3T5O{sWUkOKGz{0xu9?M?@wBXVA`F}&0b^Agy}!%`IgZ(bV7ReOtIrlp z&&m@h9io>uU8vUe;NwINAS2DzRsw%V<-E#&R?>gceWrt5M$l~RGD54-XN(!?ZKi{! zXHE1m6W~pD6MU--+!X{Dg!)6fLNr$iszr=kZA6MKPG8!f*Y~M&hJm23!k`xgxa(-_ zgV^U-aIp%XBq$=K`RC3)li{0^0)2!N9QqJRShg2VM=l8~7@~d@le3L4%&r zcqu0!n;SMe_c%{DS*LftMKDskDOg3NsQbv5fb~Qs3)A?ZjM+>~#wx9!QZYfuG8Nen7C^;(b?T~sabNdG z*Dk$%*)CF=@c_Q z_~Ly%A&tq`^T@i6**>WKn5WcEG2G3xP+{sisdHYaFSI z=}<&#pcYsxPO;Qe8Y!hqt1?x<=?p8O`Zp*Y2P|c6LHt9<(pYpK*xeJEMPqL!t@d57;~JV89T>ub#gg;y8F9xWB_sV~Ezqj#8^aP*kDb!$j1GxedA8Zo49s^sO{iFOOH!qmtJ%h? z2w%$;ZR39|_-+WUmGfKP%a#_un8n)>wsTzH@ZP-erd>x7yz@7Kk@aI|WEBJqF2%Z`?a&97Lz2L7=2`VeggQb8f z1*N5WGk=+fJkL@+?w(N3(>)h^*q)yLfq@C1U*{WuKK}rOlWvdB&AQwk)bz^r6Rb<; zhKMLbdHH0MO@}P^eJm(vK|Kq~*fzF@rDtuo+hDH^U<>;}6aC+s0NVuab^Qm|%PxA_ zx8#32@4Mt<_W8i~{6F%)@2B7Q6A1Et;O`&sK{u;+8Oob%C7tRWV8_}0op%rJaRZ&( z>xOanq8n~Z)b4f4y>e@XR@&Dd30k-k?!_Rt)fFQmIAcVJH%5^Y#{7KtpX!7W$@^by zal#Oa0zN-B(pz*w>)ZNfAA4WWn>>DMtZjdVJn&aE1dN+ul1OX5O0?#u|G+6vqN{y! zc?K!gOOW$&@WxFFN?aUVdr4F?lq4h>lF+E_UTg&_G#GAmP{<(G+U$Q0 zt*v`^w=GDGjT)$6nbu(#?N-Z?!Wpn`VnB;^Ga$$AMQVKBX#>7dFly_zO&CT|&o}Bo z{p_UHflPtpQunp)pLf$2y1_Ss|0xLnT@VEEdO%s(V!siU{7=B@(#|+?J19;4E-T)W0k7(guWI^!i zTXa`oz~K$TI?)B-=lp@dtOVQ)BacspVU69g$A1=$OJ02)Mz(Tk`91Cc!HX6 zPYg|DCLWq#D@*Pk$0@o;DXmm(8svKqvFeDN_i>$`dQ-&0t^0@&zg=vBK1F|Hy|=E; zWAEMkD1t503xKY%({)JqAjz(Gw;o2Gl@8x;$O`ad*XqtKY zn>fv0bjQc@Ihy`8%K|L}SMYxtfLy*`f(E279Oqb8Do!y04Z^5To@a!?whW+W+y_6$ zDfs-7*V>z$WG%P8;sqF%10))rboFD#i1gDBD!*T;V5jeh`|cp2pC-?ybmZZbW~VD zgu`Cwt&p|4di7qm&}n~Z0;JcPU+=lVtt=3%BTL$}pnQp;rV8^9l?XTbQTUT+DHaq=|9vxUGFjR!SR)p+WNN zLiS}3l3xRL;gYlgeBJ*v!Xetp$(b_jbB4Qjvh3)(J-swh=T974qM?_E3jI9)@kdKm8r1WtpG(hFfpX6R)GUajeXO(-DcKB+jt}7o!bPu-XJyBpk2> zzA9nr8LorpS8IPbMh>BI?JQr%ck(>^JB}%#SO3ST^m!@2#!KxC8Yz4reO@MCq%=>4fkYK zsLUL$I&RDu;c+9NjB2CBNNbFTWK3JP>{CMJIEY*ce zcZQVO@Xp#A7~Zo-t| zFmA(}ct}`Pn0GP9c7_wftdRGdW#ok?6hfp47N+2!L#8&hZHIY}F}UwwFtz&>vLNX) zc?IjLb9sNOT^3t?mo&xmpTrLuv^sgv(8|LOIa^{+gaEbgTsUA6}J&*WYVk)tf zyjFtvY-%t;Uq^4pXb0Va`K-WvmOfc)w}zgyW43=CK)kl6n@=~xbTh#I!mego(|o8) zRSg0+s{#7|wdxnDFIUsmhveETKHv)>KKqW#GxDe97v+rH+Rzh*FrW{YzTgc9Hu5_1 zkMbJm>O@~BP5uosR=<4M8m|zQ#@|L9{>2bh!d$YYAOb7_xL0m;*Q%BM2ghD=*73Z< z*;;?&)ypecSGBi!hpVQks@J)X=bxE*y1zzgbIT#e!_u;rCV$u32m8(r99GZ@zno)b zTJvCIpc+VA^(Xe&YoryP-3Q#Ccg}X%$`lNc?Nm5=FYj6Vb)eU+Gq7?oVvNMko}hRt z4XQ)ccmVjBpZ<~UecNX?`a<<9)lgDxK&O9hLpN09$G2o_ZXJdwwOS3;>XKu;tRy0f z>{pcN6pE6s%dW~`FL?|7acEAZ375!5{R(iq;t2(eC}K&w?*WgezrKqdIxxD|-F3VR zc6BBDtL``Ky`Sn=_rw1AWJDq3N?7GEUh{vHr)WSogj*jyMooZ;*V_U5-`;*emx_N5 z5A{6~49^^pDu-&rrbl#QNP{ak-dhzmr$^?mL|U*bR?B;lQX%keA@V~6$2zz|LO`g0 zfMXPE0s(uzmsjT_#$ba(#sQQbZv`#&S|tE=bp-=n2moUJM?*&xg#_8O-yID>abGVk zClLkl!@p%2fF^+4+V@s}!_cL3JWqdrQ!XEXvL-3S3(KIC*9n0Xbo|;!I65}NHE|5y zhFVYd_pIH^aBCN!lzD>V__c11lU{&tp;76_9OT#ZtEV~UKgzLBDc&B0ml3gpYEc-9 zHHv4L_t5S9?p4Uhxz*1&se)tMc)Wn8rfBS+$gI(iAq_H9OTZD5UzmGk?)!gpwDAzA z#RC9Gi8`#8TBUGWx+J|vN+&v3I?r{|9qN+OFjE6QsR8%YfG1QJRIjM$8LTiJGIjU? zFPQNznMXd%Og=RE^yI}!W^!^Dzcd_nnLjea)8+@w&}`OH!zu@Gq)*?j9p3eo<$GoT z$zO>~#8HUtE_F7u}Vcvgh^1|PHfp;cwB8(IGOLf#>_=tJYyhQOwmX_EZ&5?8y zXu|H1O*;9T+>oj-AAdO>YRxO>eBeZ5Mo-Ra9T7&X@)pvj6^9Z)9HVOs4>2_(rQ`& z$-)X=S7{*eV~{;ZcX!eLHZRV`5id$kT%Os5@>D~E&xe0-m|66MWqM&*({7h{pv44# z;BneLO%=-Skh00?RB_Bj`(UzH=V|v>NSP{zAG$C&{`Ek^$oRP3HL|P5=nPr4uHNbX zDyP4qW?wzWRB=p*=WBn$1A`4s2fBTlz?-=($yg~cF!`Qk8~h83t&AcTf4HrRAlZ+#}`MItTZfTN@1Kz+q3z{*Y56)0C;DkF*AB6iN-N zc${Uh!zOP~%H<|!jla`<+rPT4)KbcDT5(sXHrm|UJQRN_lzAGgOai3v3tkp z#|HsB-ZOq={9EIU^w9Vr_`Ut$iTz+@5J>vKa^Ls*;O$fQO~IFvLL`e=WT>>%C)Y5|rcWagI58;B zdtywP!mE>Y%QAm|e?T^Gd=wsz}%gC>5e@$ zp<{~=j&z+Ga{0e>Cwmvq%h#>LmLN3+>mXIg=KdBiPdtAGq*v#U9s9R$EstJ!^v+{m zt+}b3ezPv%G~zf`dv5-e#eQa5s+t-FyFv#I5G=!c;p32AkOCY+ep*U5$o+D7y8`eU za8mOp8aPw2Tmg}hkky>4fuGibdm4bO;ll=aDR?aiFNLm!;8N(G5WGgbGCl}Bfvn9w z3+S``$OeCVTSr@`TWM=62skDj2?worSRL@mk!MHXh@-k|m{NgNf{6=MQe-RAXo*_9Mo*KE6uP0P5R#K zINYMI=!o?PhMZ-_z;XCfsIl*HwGOsbtR0IzHSO<6e{Cl9w5Q?l;eJc_&e2u|xA>nx z`%r(Xx6I=YVDkZ`$b8r*NBd1}U#B~|PTaYx@3ED^T_^6?weN}LfwlL#6393VO}DOI z4c~d;c;cnI!(;nAUG*jI`BO0$E){ zxUYPyob0p;-Hxwzj_ri?wbyOHRv)UU4%a{9{m2Z=A&)<7#-B!@&_(UM8FeN)33FWm z6cU_D@{H~y002$}NGf!}%%^pybx@}Z?z&&{lmtr3D{I5|*FRMc>oHVs1`;Nqa=m|Q z#AD7YpIjlEP*Lw83{0-!phEaV3G<}^^$+JaT#GBtXeLBSuzRDvwVEcrQ(_N+*)1&ay-ZGtgGDRGS`KM?2v()wI{gF9)AZX=NM&$SyR>FG1qqtIng66 zdk)qNw72e+^1Mo6cN#tYF8^eIs~Ug825Hd~U5$}1enzD5T_lC`ND2Y!$Dt~(8nGwr z9rwa=0+o-KBX+;r_)#NltjEK7o-o~g9q}1|(+TsPeEJC`RuSH--C)QK+=%_}@*nY# zm*jIHAzVj%7jpsf^(vf;$U?0BseO8;#Ix)(C4sBPfkp6Vkk)xvpU^YOWxFc4>g7YF#sAgi6D! zB?T%`|Gu60HD4&>7T3 z_}yW4_}KWN%Y$I>n7Yr>2aoq<`e5H(Cto;u`6N7Z@}ZM37OJTa$Byp&(jlFs1ROO> zToRa;oJMq=NvI?Iu_LA39bEsB6HH`imUlIR#@4Y)(SKcdD|1!!VK2C_+p*h>;MEin zzK%jgTDJ3K_mUwj8H#`EMSpfHc4!x4BNCr>AO04{_TB=UV}I3S-!%#Gc2^i1E1i$e zRrQ8@Dp{5vq$O35m)F^v^`S9eIsb{?s{guF!g}Py?WTixyRI$s`~&ExVxvd=KxQ;l z;cS;GwLFy4Kb5ldgK|!y;JMn~Q{js|gi6T&;b%quHy6-gXLPe<7no{dJ@2Oh}OpiS{TE0Lk8)O1b^WYK0H)W&CLwLV-exsCZ zk7sHRHqPMSwQWVxSWAk+py$Dptc>Q>a)IH0IJ;RqM?#g3juO5MJ0}*2;ibG3Zr-E@ z*Y0K+HimfOK+VQLIpM<;MR`NkkPE2E_dL$HuDe**pALUqG=Y$5$aLLA2Td1E(DWz$ z<^cdA>i5u?3ZFcvwAR&6=s#!YP-%mtwEeIemF5gpyVF5%Cip_|a*z)G>j`?tAsyZW zBJ}KM#xei#f)L{SRS#~xFH-k0we;`MXhj#2ag@wW57CgOT#+9D*AK9>E7jUUkxw;H zF9P`TB>;cd)-Jugwgy8lWANomYimIGx_OIuoTJ{(AAkYF;5mFCD^dsh;aT_#x`+Os z%(JYA{d;bl`zy(d(mv_GM8|KWzmZMKCi#cuUsmW9|3>k7$z4ib`88EQ^@!?MrKP3Q znl{a6+AnK=r~RGoTG_MuQvF{TrpsR`f5mto;t+qDFPmo2afj)SiiV0OEBVT2sw`E{ zSD!U^n7?IdteLF&X6@^Bch$YWW3e98pS9j${cXczjlrfb+y37EyrbRmE61;#&;9>B zn*Z~y4>!E!aozKK&+l6dE$_5G9t%|~0ekNanKIDLn<9E*QE{&@WH_~&qtKF14} z@Qi<3?0+Z`29yL{2{5E2Febt@rGm#qm?=ubQl;>e2y;dEB~%CevIt8lC3Tkw%P13k zS%i6LE2LLYTKJ|2mw>DAJyauL@YnAY%mo6oco#SG3V}It|N8`%ko!L*u#~_;UKuJW z#(W~efKsyKA`B^|>{St_scPBtBFq$}VX1#w*=r)q72TImOR`^zu#~D~KNVpa<>gO^ zFwcw>(#t6;|Ck6Xir^CZK0c3wk{VU+B`{w^uN>2&e2Tz|qWek=E1x5<8q=cuHi5MW z)+hy@=!(*p5uOOJzUaP@`zQ()4BBYf~7m1&7`x@g+w~lY}uVmS`H^>W*2gn!|_}^yA+Q#53eMr zqw$nwIhwP?;6OM2QelE|hlBP*Hsayok|=OBNH`r_GWGL}fiEo0GG9H-i!PNf%6BAhZklZ|F( zSDGz(OcFUu)G`)N=4LIZkeFpI9!(`uGnU%v^kOPTNU7~W1zVz-1xqSA7q{dRsj0YS zVK$BsPc2w-3-P%*Ohq<5XUQT$quHrhM8!gyq*=(6jA zvBdOrJR8R)O=S}q^aN9pjHYH5qcibba|vI*VIC@ zWg@+Z1h`^Z%wc6fXb@f?_DyBu(S^7J2{xBWMpp!_%w!WHr?8}v_GjYRxdh^73@bWD z8Syus!eyZcNISB5U>eup*h*L?n~p6`AqnHAh4MOZo_qzU5iKK)n=Qf&H#wxa$;B9I zhXw4@spN{KG0|j+&z*ljxU45fCEN;Il01eR3R3xnY+?#4&w2$od!eij!hyyFss*(b zY#@+2A;nKGr;_PtY$Nxg0;`bvB68BGDs*04$Sf`(dx6QsX=dZe%tnqPYlE7SkQ@sH z6^QsVn>dj`I5$%Vs5F(O=BOx@q*Bxhx;jCvfD$TBokZ6kqQ8Ij=fl(j`b|+Wbk0&S z`YHNF`fupV=Vb4jhVr{$KZ zxuGrY`qDHlQOlQQk-kcwFaN)Dhh^rTpQgSZe!x4w`JLZ(mhV}9_ueB5>rIP^6Z770 zJAZNH$1fe(7BIe5&(DkBRc{n6J3jDIyNIqY`OWShH`0I9$|nn*_0G-X=RWk^;Np3$ z<~2C+e$R&+&pi>L*FU_jMel+n*Oll)V?Qn7HWYmJiQf-Bf)2DAKWj|hf_d{=4BR{1 z(WW$INz~!?@Z`0pn=hO=y~ExL{{iQ_bbEWw;pvkDgE#N#|IeX)`fgwSpXI-jUBkL` z9i0?-q~K~&^Y^;fTXrCzFoSaYPQ^Y4f)Mu2BPXH+0bl$hP?- z--+0Bvd{S4`2!yrH~X8p!5^+{v~}udb7r=CqS&RmW}i=gw{_wR9||wMxw^~H)xBfu z{k`6&B_Z9$CNx<%d|IEglc$fJ_ITFxQ!|3D9P&#URvsT**Mp;qfeX;I4H*EzQ1t2GSDx+ zeOXZdpWB>y^tv3hd*Q0=cFRY0?XcyKieEQ9zG{|VYSBZFtqu6?$JNIk_;9cPcd<_t ze^KHWzh>&ce*NOJ?186+fy+ymoEjS1`u#?~kLxsY>V%Y5m%nVba%;W0%l{Z&ynLO$ zVsP{P8LbK~ZtS;y#G5hS?A`Kgqf<)XYt{i5erg_{GJD>ffn7Gv4_NwQ+w5*%uc&`| z@gx3+{MwIhzOF@&yhWc+`(y9R5Buhp_dTQyr|3bEpC*b%IS0A^GRe@Th%z5UlUxfh>XyrAF9kIy^|FF{EYj#|l)5{}2U0u2; z{gKASpN}~DdW(XR#>IyY%=kioy~XM7D<&4M|Idfk&;{uqy_cGIsHICO9MG!E$PSf# z`+xMw=vzJkb@nQ=8l7*uH$U^b^r5l2Ph?vXT4(MZfh%Wc-RS_z(z|+LszChy#$jy)r#~zGo9-z^rb{A zNZmT{>KRfxb*fLtl9BnX>o)a$abo_aiTQOtTc^vC1hNcktHMu1OT#bF@bD^xK%@=} za79#F6GWkvBfymeG?6!grh)r}mQbL^WSM@e(b^l4q!Nh; zv2pVfLfwG|pzy{w5>+cgJCtZdRN5?|MZ_4_5C}n5tAeU3v}vg{mMV2zl1Ui8cWR9oS(`)Y*B5&#$QkSdK)vMVkwM{_~ zAa0&bs^my+r_yQt>b8XDv#GRS-B@Q`Nh`fo>=V|^lTYR-tzGH45}&}*#Opq7N;9te z`1;9E&DG7`_`h_(JRfUm%5|S+rA7065+3wYCiBL7k{U>aHsDR2Ptq zeEg{q9p3Tz*N|sqS**1hDnhOvKin5Q1QV{Re<4VMn*vt^Lh9y{ptjvta?Q8U=S$aJ z_wm<(Q*m>8NKt5mH&oG<;;liYU7%KH6`y8|5VSS&v|5eA-d>YhM`-b?f2G~8`<(WU zv9xJ;VZ9-B9`Fo&>6EEHol9549E`?hXOnvKr$ERQ8nSLcDJ?u&?^az|HmWhV%*|C) zR&S+bljW+Hh&A;!h5$t|dO0*DFw#7tDO~Amee0j}vPa>Kv8A+8qxy#O_KoUK?y1X4 z&EOXnW{aDg;j|5Qx)Kr-TnV<=Y`cpRh7TT8^&TvX#1oCyc9tvCnULDlH>_7~MuKC4 z(`B(c$0n!s4EpJ#kAp19i9LgcNrSn;84=EL$^G&&ow0dC;v9Js99m*fukf(k(A?CF zR8V8lb5m2&vO;rv1|`5?>KPPdsS=#wAvi57#IP*Hk)CRUFKm2>Xrq#Bw4{fqD)T%j7BAUun?VBj zT4glI*1d%1)<~y(p@U=lKRJ3(g58-iT1`me#H1w7N_dB4B@V({?ULlQCMDSIYEptz zBX;NLzG(^e6lY?%D>K^}MveV*5&G?9_=eq8d2{htrz!dhgwFP2Pa&)wid`cKie0rPak2y4PjXt}olXv`W``G3CM8O$ zL*)NtAn+8S|EY}oG@-iFx(5QmDoAl03?SeUBjjdkOuH1wSFq1RP1g6jk zx1Dk6=_%oZlO37qS?NhG%dqrJfOhluVKoG2^~8i&dCn^Gahw(^>2fHqSve(?gK9Fd z8bt@ECnhIN#)_ItdT`$T#=`icy@MjVkmTp zD1n2?VI)t8l|(3-wNI2vtXyv?LM56O5fK$>_*q?6cNeCv0;zvmmMbC6;k+Ml9%T{t zEw}m6Z$rN?vhTf@x)1&Lq2=~=-B$l!s^xb2eJ!`uf4d_0LBEqLf1Un2X}P`8_p1N? zwA`!yzgi2b-%xU|{-cuaMEnz1{v!Q5=UDJc(~{CHR1aK6#)lDJ;9$xGv!%#TUeQPdoi2IK zmcl(*aE?)y(&8rd+UmR{sGfVHxnfxuvY)iCvkqQfbnN)?n;$r$U)O&dH-3D=gyNFIh2Q$OKd5&N-5%!}IokE?w2vys zAGtVawROvo9W%;9R<=BIqxG4O>{6OFZ~v|pOTYVN>4~qF>T5T*;odo!WqGe_gYc0* zWIyn*t-*or4gTKaZzuOZGNEwW;;z5GHs`yUOFEyQZ~yw(%>OLv{x|EM&&xC7NySe4 zh5h#9+2xm(l(*5_UCrP(woSRVSwB z+s|%U-cEl}y>i_CLQY88&>o>n)ORN(hFqE5u&_L*W$E$N7miLTpBr9&w6a{-z3qoj zDt-wryx6(bu;WV>cOPwgdeDwmKfYHArK^?pb-ymPpBWQ2 zVzpAI?W~mDACy1!UCXwQotswi{n^dyP9DEG@{Mn^@pRc)z5LkXwCi7e zS@hP5H=CYX+WwTIvunq}O9ex=UkwX-t3&W#CBs$&b7S{ zw<)M|>7_qTws_9L{kqHYz)tRmna^|n|4txLb~S2@f3qFKXYKr>%}Y5I?c2<0yrAI4 z%CvR`Ip-|xrgdE~{nG`7zg1+kE8P9F{_xfg(PIKvoPU17i~#ka4m$?rH_zhQMkj>K z-W&b%Bl&GQl!xWF>#&>uz21-=m1?Vf=Sqf8ed1i?{(UPa`VQIKr)>J6Zyv~RwX%Yg z%|3LlM~_{vscl<-6IS+O*2M6TJ$(-@`*`G*HZvzS-ad8Ux_SfGJy3csv&X)cn;+`F z_UMg88`k^k@2+bwVO_J!6D8U1^WLsbUtceK%T_V)cVYXq11FE>ciiI0zdZj^-ZL*= z&akHKYWjP(v^~ntQhs~oe5?Exn=0aem#<6+*fZ^m-uVqTotu>3I%iDxE9DC}H_SQz z+~y`<@AKK*q1TQFD}!&g>9zBTO7Uj9k9XKACxlIJSlRvNUf0b7G5WGPr+qbK~!wEs80(>E-H-bx@=zYp+-qW8W8Xn@OBL@E)HkBj~Gj~hQv7yy#SM8!Jf;01pBSB-OtM+0{Pq3^Ocioa--)Jghj%bHOma~7sW z^$lL*xBpUV961`8T(lrc30^_vC2d+gF7tBX9%2vVi_)TEgFh*XJ4Gg7%k5R$h48iHkmJU7AZ$drr zF}di*UakF%q7_k-f>-z*>ykpG_uKM@*td(%^hkYebKf;BPIOs)cJIfliodv&dQCnG z67{oD3Fja3Us7~9YFzMozf+A;1D8B?vP+7;?Avxm(XOc2WpDeP`XnuI#{4h(O;|2b zcM2htD~6t2HSU6F4{ZI9MyY$im|>^-O}HkwpYzWk;#Pv}lsarG>d2d9Ge9Can@RhnAM||711g!^`uARK*V)IFJri?w)bYsAi zzs*Z+aCYF-|~a{9-ah0$rdBdqHm%Y8U4q|=%BL0^72eCQniQ)|B3 zF#M?ppFFkZy_X*S@wq|PyhSmC-k7=NrBwf3+tN}_+un{QKPqcd#^<$FzFFSUK(^AY z&iaiWguH;JzMT7qCqn5lXZ=pP3Q$CUENM00!O^#w#>)a6GkWv!8qe?v5&@L+=7Upu zrmUdRbPo8@Jrs*@ENw0fdkchA0!APtRI!bCyiIhIBUqePP+ zDaYiorf@PtQ$<#uCab!M5mF7nk3|{7)%z;9`kURWj2uK1-`nhUfu0@ zUSz_>^D@&td0u6@9ms=BC6h6NK&qA0=ny2y)IM~M7i6Y8@sLVm?mE1PLT5N1r#6~Rb=pp{qC6%`q*F?piMBFz#r@kz|+ z2*;#Mv=kXyy16WP0@Y;1zgDp#N-U$qv}y%(m|HcZgQ(^%rl>sA?NnZtYQo=CcLS0N zxh`hKs=zU!R-sj!>r)kI&YpKeB&X`0y+Rpub4%p_3eRYtKa(4-=- zDuLe43|y*gBrlryWW#70|C;av)=nyQNCMyP2pgqRG}G=T{<#91^)P}6jkW_;0~>L|bn3`=5$M$B^q;FHa* zpN`&U5aT(X*GydzXhbpE8~9(Vn1{||Rt!V6sd4cf9CEOHB5R;vnrwh)(6YSR42?e! zWz`fypfN)*(6nmYt~DC+{+MWqytx}g8Y|4h%+85KXRQ_`b0dVpFg`McHS-t%K*^cM zexM0vU;`RtY#Q=v=YK$y%rFZyL@`m#paXoG87X;A0%$WEEy1|#NprV<9-tC3Tt&%} zR5J^P9T|iM8NdvmjL;N>rXn<5V~LOe%qW5BGD{N>8sdnAI0Dl;L!R#GF^tQs62uc| zTr3~r2sBKF588((&4@p&F1(0zIN+h1crvyF#ltTh$jH43?FnS zmWDV2n~E%7wIjMmgQMx?=EkKUp1|18@*!2CAdbM0?p4+pe*lTRh&22#Ah9&W6PPuz ze260|;t0$aXkxi{w^I>M0Gt>;m?yF{#1WWyvV1j;RL}pwV*m-35%B~jo-7|yB^u%g zOh&!S`f!|3dc;}3g)VTc@sPV@;s%dPj=)ULgU=m*0X8W-i0)9s^q-|6 zp1}N*2nB+80@FK23GBeIG{g}E(P4__F6#+|uuek+BA&o1ja7_P34-W? z3DJ%C!|gJxK$wj&N)SkgwLQXzI0BPqRvrR`bPCTfB9JbaAl>Mm2%^))5-YE|ZFvBp zfIzw+Bc33TPVbLll^~9o5uL`L&XAeHFehbch$nCw$nqgof*`s8h|U0^01FgWAmWJ` z(y1c|qQiQEl?RjNDjl^zC?JqdxBM7m5J(pQ(pf&l5eCsA{sIE&u;O6_B9Ja=WjzpG zL=as>5M4wNT|^Ka4(wP1F+_)bD})iL5@eAsB8V;`YjhDobP+>zIPgG>K|DbaogQT} zRe~V8h#|U&Ai9VkI^0c+C_#D&vPKs%L>Cc6hnt~UB?zL62%?J!qKgQk)59SK(M1H& zMFi1B1ks5b(c$)K#&&`rIzbSfZeW{hkRXT-Tc`-1(Q-TxosQU03&sMidM_A0!0{Pd z7(sM`AUb5CA!R+MRc=Iq?0&=(WQ|UcH9A2Mogj!#5JV>!q7wws34-W!!kVK`a6Q?1VeOqS_Uf+L3Dy3IzbSfAc#&dL?;NM69mx-g6Q-VoQVR0=y3Mq z&8O48$ejB_t47x71VMC2t??E}djx{$1VMCyAv!%oWIRE(-3fx|#)D=|i%x!@9$(_{rku^GJ~TC_)ileLGO)MI3g4o_@B+Qj37EZ#tGp=+7^cB5`yRwg6NVNyj{GB z5`yRwa*j?DwU`KEh)y%~7)AuqB?QqW1kq`_2`jI(cLR-v7ip+mo5jN$|u{YE*X{y$Lzil?tC} P;LMh*a4HUV8kYY*yNnuv delta 78063 zcmZ6xWmH_-wl#`7!QCOaL*ecg+=4pjsvP5m-rCNP)&y$O!!W%t}TUW=^DR ze-RZ@W;G9cGiEU(XCoV+1+#{wnVXrTlB1cqnWLGViJ8-1ZE;H{dmAGUaiEEsrL&D0 zsk5Vt8MCydshPZ)or|%N)(5>|6Y0iD`#c-uK_Eo z^nXRHZ2tqX{p&6%E8Bl}VP)g|cNw2V_^fZ@UQ^>8nUr+(K7!d20GIG4Y{R@EiJQ>Bhb{v#O(h8|JUpPobbP1+c}%r zIXjVZ{6mCU$`R;d|2N=bs?6eMu9hZdDpI1%s?2KGjz)G)_D26nh{wOw{?Uw|X2Jvg z&E;R*`G1nBV&(*Nar`%L67J4Ys?L8Y|J_nbm7DZmcmFPVNdJwFpdhm((9Zd$PYUZrN{MX-jR15-)znGelvD1I3{->7y z6SsIfSOADqP|(TwZ|H215!^E-lH`FHtf;}4^yi?f8OhpIJWxf!s0yMjG%TtuR7g0a z8d<40!u!*waeI0cdacZlgrvRd#-X}f!H4LfmNI%4C0}?MKe)HZu>SYv%FcH5CKngB z(y}EB8dPKt))!^XVP8@ucNPtC0_3ongv?210uZammY?x#^sJ4uzNV&1ah361XQcwq zT2X83YU!(@!s-^>w@^ks#Crp+ZajX}q-k-CH~(sJzz>w413Gg6=5gZ@CBgs^;2Yie zz;{b(5IxkhoF)BbqGVjm=!jf_$?Ea9Gn~DqW7TCYL$vJs23^ICe1%Y`?3tc>uS=xz zub@FRzXmOgrVWewf`W3i=H2MJ2SkiX2NFl?0K)Ksk>(=@^ji8pmIyGy*6pNdKCixq zSqGqJSjwDe#>Qqr>TX7X=8*scBmHAJBZaGo7uqN1RFUzbtEC;2UyJppxk2QgnVa!w znd*ntSRENZWtov0QDzeEPhr6gdy{=zR*+)CLk3yvFAD@7`YI2mk?ehkx+8usA5eWt zc^F{0&7^n5WuOl-6~Kox=(#G}kZJMDi8ZxZzJiBE*CvHB4Fhu%_*>Ce+YS5N9_}f#{TEsESRL$7 z$h@(y*vZ>O5ZLh-@Q9Y8^2`cAM_VJCe~at?6*aSo5h?5c?X3UQ^#63${~C#jkh1>& zEdQ_3f2#h!M)3p)?1q+(PR?RK{?0UZwtsp<+|0?u(bC=-=t%nCR`_Q0UyZ->gIU4I z*6eTdFsr&4JO8Kj)&7pge|q4bum3a`v!$ z4;uyu`hp|p)hS&;@`h&{<)cXuitL77v-d$Vg|nS>hvEpuMgTXC+%3L6uDkFWfu^}` z4<>x9J6txkomx-lEA`q+A2u4SFZD7>BT;92A|yB#Zgnrx-qu&qdNciOtP@~SC35PbhthL%{WmDfX{*24%a8Ld3Zi*lMuwWuM5*XrGLNFEB7Da)boA-&LF z87kk^F3u0FhC^0DN~JNs1F7C{;H+LkaB9V$n}AlIH*;^dZY)W3xExv zoLeYiW&4@O*D1M@{YsBHs2fvG{EfPAU!=raC8B<&3`k$pB}<#g07+q;X(dc{1dOja z(MT2xv+9EHw3yKZBj>8z;PN8yhvZxY-UH2s%*+}gt6HQ@eIsR;Mb$F%-g?= zvS`W$Xn)k5e%?M;ecFGyB4J8+eLVW}IGy{6^Y(W8e0V!`*wx<`i8JS};R>Ps-LCG4 zw)i}jL_{S>MTs{p*gVI081+*4b$V(Bt~Ju>nqMxGvL`OX6?8K7l~59pUQ1E*jXL+> z)Y*<7=V*tKDyMJT{%Q76u;R*t`VFx^1QLg&<>_kRRY(^a5AkF58|br#zf~a;USx@V z>J*BUd<;BCt%O6m2nShthP7s}`RQl>S5-DP3i{fD!eyfPIrfZHEmhrRo{KepMcI#lumxBM(va9c<56GWXmC1QSeP=Ho^H0E+3Aieke~R>nRWZf>9~YR zu^a3m^}M*cWhPAR?%;iUJWP^sHiBZOk;1WHBJH*R;}r1c*d)#=mJb$>U&F| zpNW?e%Ew0@>eY0@c?1VZPa3QeRg|s>$512L#%w#OKyuR?n5O5PT|yC!wiA9oI>Bc! z>%m4JebRCYWT@)AvsEBQ&4h9i$P;E=WEr&0bMUlMlN{42-Dj=q2nP_Y3BWp6t*z^! zq|Dr-k?LGqa)W{w5GWY-uQT=KP`R{513Nh~1NY_iQ!Zn*)y?UxHO%s)%Cyk~rc7{al+Pnl_y zL^w)Fyyl=L&M2=SpI%Yn;UE@k87va`?Rje}DW?bTTa!oN@u^T0?61|pR8FABv}NE3 z-J!k#7;Fn*#vJbrAN;m)rfhQv5M%NLxV9D-0nzQaaEN?DMf!1Vq3+db(=xBd$QDE6 z_xP^_ORolK$7PAdjVy4PM2iEv~IS74v7C*c^rxIrT%*@o5<@8 z7jow`5T5O!FlkXio2vGnR=+6l)*6LPZ%2bU)@@t~PFAve+R5dYo88t; z2*IZ%5i!BD3GeW(&b8H=UQ3vVd1x7*jWtD>8Cc?mwdjPCCCVPVhfA;*69?9fTH+DF>gONsIc8U}Uy&j>Cg@&D|yR6O{um+ zG(rpgbVM=LS)1HT*1A#nKH8+W>@i4M4Adpn&1xl09`l#Q+$65G z-RT>*NVSF_t<~KUlWznLfRBOwf`Nf?{ldZlDGx~xmU9;ZYe>mExllF#dgo?%{H0-o z+OGS^mtli>-M|Sn_l|S<2|DrZ%)c}wL3_2oXUgdC-SiY4`dXRywt3OovFB=jDD~$a zt@7i?QC&3rHl2Gz5bZ(twwbx{10La-tmCf_Yl`qa|r%k-(2frWm> z2**-;2 z{A?wjRp#B#xx6GWDuYDaJ|HNG?d90jZBI6qbE6dRU0i>}nka=&idYem^SPll@H8tYVR?ayD4@+TTjF z*5n?;V(^W=&rTPje$OU(d+R+Mw@5BZ85m0%+uPZ%V#2uH&m9wQjZB|3xo+QYckVoX zo4kFUM9J=Q*PjL%e&oCas*+T{ljy$s<)Bp0x>W8F&SVqtf~3Spk92G^1zRe$QI+3x zXpcJsfriJ(UWJOD6r9QzJ{8q8Dn%BOR)2_OZ9R}(Z;v7p&EL^%1knXW^C}f(#12tb7dFLK#$Jj_VJ$y~^Ue6g~`g6a3Z+npbj(6ab*)zGVFt`xL2V_g( zd$T=&U5TFeNE_S<-FNImd0yzGKpsIsdB9uXo2oTOs}$~O1F-mxXrP^)o@x!nny2jt)0`< zv0{_sctG0331pv0BI4jvxHO#pVmZ_uoeAb>WyyDkjI>iI=e|jq;Um*3&ZIt&QkFZf z#-Wa;25P9H`#$h>rU9UCT#u58HkBdRH?RCLHC`Uu;Ax&#?qNBbTCSV@5&4W1<~gWi zoCP_WhTJNgXuN+sIvhKCO_unJEQG#}oIn*mU81O3V=%=Vi)9)mAnQSa z1Sag&FW_8Hn=cr%<$A;g!CSA zsOFiQnAi7;yM}PcZAxw7l->FM1WCPvJg{mAulU0!r1GN++~%O|+1fkBV&V-I6bmsd z3_1ZNlFifSvasMd5ze*2g|IZ{@miR%@Hep)muq46>jYZf9_f_o;qEoTD8KhgAcwGY z7NKeW9({ppKE7yEcC<8O@zC#c8t?QODTqq!0Y{(^=HlJfYFNSZ(5TR63@r1akU#7X z%q&ConbQYE>(rhwGb5RCWEQ(MAd%%Hg2Jd_%1?;0LuR>wDc0(yjL-5z->O9|3gZn9 zD>Mfy^db0XQIPy{9rN7aSzznYG&JO|#INh&g@KoGVG6w84xBlHnO@41q$H_y&Jzx! z>?K5s*t7KG+H>Bq0b$tYL}@>jp5nvMRYcYi0iQ=^7bITTzYT`wI>Qx``9U+ugg8~=b<%{7io_vm6wocKu^62X!1bQ)96$YmmzV=+B z!9B~seMT?;)GdZ{Kaqkg4mHhF&-ZhmF?L3hM=+4^nudwBA(+0D2s}b6KPQhL68y?O z>~>^c@8ABje*4mom(?3uASR3QRf*jrf{;S-caRaiF9|5(r~(9LHwC$732GLlpT5IU zaKho~oq^2GFuZXRh`fRDilQusVr-Q98DH#;q?Yf!*VT{%;rn`-rf~sNFlfiP@sw79r0p@_ zB8{os#JTmSyP#}^kF@|4d9~p2D@RVdNsu@*kqH{y#Rf#8k{nu8`k!OBoWS z_AwV{w9nNX3Dn8bwWEYIz3};$oixwd2c5$$Li4IJh+;#u^N)N8+{LF15?&FBZ`Stova$ zLf_M)C?spgL&33^@M>m5RXy6KI>$RVCzGZ<>oQwxhT0=rY(N$Zx>`0`9(Z|r1l@Cx z--+B=gzvyB3WF=`SXYS5Y@8bg{0`Je3_Jd83E+3qWR9gDXu8+PpUOYPsR3Ob!#Ax{ zFYf6(;Pq8Djs`w22K0e<qTq%D;@Lemx4#;>+rCy+K*Zz z67-GQdCK4#Od!T?XpXvSYwWBAJfEDlf-bY-AUvz(RmbWe%U^{!ugYWL*t5N!I2#*A z`6@-$1PzhemP1sF+b*#xQef0j2#|Y{2OTqWy5I?JyfHcLY3*1ZkRE)uOb6Gc{J!Rf zUsQ}YC0KrY7F2FP6|!kNvQ>ZG!e`V%Kf)v66d%BvMF)WqzC%?%P5fyCx0o7LzSdRT zg32k@svsnSzrzJP!b_a6*^dKjc0c;LRP5v(P3fN~fVots;;RUz^a$k%LGM&c<_MMH zFYL$ZrLhCIg+xje7L_XQxc&^y%^SoS>G1rV#oyK^0FTf6yL;f9NY=!!o$I}Q?e&@( zR!-=tp%W0UL1honI$Hzs5>!qzF8CBgEXDQIYI!9&O0kfUK&K(yPHx5%qHt~rf zP-oF<$y)81?#U{&n+K@V)N|{lq2{G__N%<~c+rwE-5lrz>?|uaZmer}>x}q-LFfcK z9PaF1c^0Xz^#~k@mO)q4hQk)gPUOl@N|UFX?*%qBFCGS-YO8Ly?KLJ9&9}vD2!$uid(%vdYROdwnMA3D_`0| z*Dh1>mhTSsGz+G*A zSM>?PoMqEVyPYNuzeYxvjP34*x&S0j`EpN=9rYZbn8M7G9;63h1kH*sW&JhrXo(*! zqF;zx5efkjQXt2GJ6XVl8p6-B&yr?*B)ZP4IQ-To$EMW4iYD4OAT_gNWTL=B6*N^> zggcIYS(~+2AH)MKXP`5P(0$AHM&=Ru)cxDU-=YFeB;}PS>d??>2M#$0!~>cau;Os= zt0pNuC|kHK=?_F5@tUCx6&{Jp@=>c;JdMrAd_RH*|9w-es&V~8!L^55>em)QWmbOu za$W6MN738hPaA71kH$8_?W=_=m|A}?ba&b$6~078+88=KO0g8405(ZfFl_N*i28sy zIHWT31w$*QE9*a$(NIW1K{_Du!zARpggZlupWLv2@F!y^%GA#Oyo!qjdhzBRG_s!v zm8jW3_-)eQgYqTM@bjevefIyq~&$xvRQ;6@zikOH$-=@iM9qri{SitO!lT1X8j|S@CBtoyUhEnDsF40p4jKBT*sE|+5 zATI+Z+|>YYmIXb4s{9JI_k#4U+#Gx=L*RB3F?iJLk6+(d1T+_S0P32iY;Fay#wMS*A?yN&aPQDj~ zG;*qeToO78pb?E-Dnl*eV&-s5$GbJ1pS0ZJrIKot;YR~&SqFp!sk$&-T@>fCpc867 zKq0kk_530vWVHe5i=&b9yV#UK1F(6|8Zqrn!b9hV3EcW>C+OXyJ)}`P`DEc(12t3( z7?9TXbojbNN4^K~ili*6Zn_>db{e~#>*WF;=S&nG@$CITUl!hCRypSx6)1vL+x?Is zfO4T}n|IT#UYeUPXPRnGF57bBtkb%*o(4D38-jJI{#rfJ$n((L5| zvZS1Y<;Rc59KpFn88(l)85=J4!wG|wuvAK-xX$MM<~DcWb&2tX=yij!iY{S{E=MI5 z&Mw_iwKeEIxFFaL(nQI%UzIW&Zdx>|>~O7kbsZyTw6NucD-Ym6Qt%wXC(L;964;Zh zT=gJ!F6oS@b=ItzOExX`-o(nu1QQp18mPkmhms%jN9S%*YMEMwjDTE;_wzP2aJl(; z5!S%-re}@_rEnF>s4})Pt;N^tz1@I6E|r`mvEx;XxE& zc>s#61Vq8yX^Pf~D4{`>7x((HTlHSHK$!GphxcWRQq$mMkhY2B>$9NP0GM~6EYZzF zb7vTnN@II5Eb;CypzTl^TLoZd3-MkfgPg>MDHv$c>!qN!Lp9nYP({rPZUp6vaUQMh zlY?WOv&{4@p!eNE8hZ5tsO}mhi}GQ0OF(m57WJmQ4GPrX4>_CnTc+7nN`5ueJu~#x zjs4*`gB$D2>-NHQ@7f797VpVW+6n&|1iv@ZkAor8Xwd1ctKpv^<2v>8-=X0NzAiUaBK%i!6qOGBvs-eACdLXC>OrrvkRIZA5?`> z+UuGC@dyM0{&sm_^g1)_r;`?Z;? zLlqtxBNz08_^TV4Q);vVJYem%9%s7;f_`%NlEn_LIF;gJJ(bNES;b<-GAohvS_Rim zholXF%ECF{K~$<%!`1Ufi;#~CEe}CYIVkAnxo`Jyik3uFkdx|nV8ChCBnaHI)%Stl z*jdnhpgBdFE~El}tTp1N0Kj{|a%l zR@mYaLHy8PzhDEh5h>HqQswk~JCD+NSbqe+7+}rg%vBrVPBPou1Yg`k0rf@taimUX z^yx^H3*mp9coc+Mh~3;hgU}G*Y_&@>-7AhX1J!?Ehz~T%um-|6QI|y-^ZgFC@1;ca zT$V?P%1Gpc{DUiH7U=E&lGF}?)W*AQ;g}l2O@-$uYks!G&y)K#-^-?pNrqhqwHbSy zTkBi1P{$BrY*uGsN6cZ3l%I|V{MnZER^om4sWZR9i>;@T5!v?m9SD8$D(O9m0=rNE z`ck30t;on1|APUAUe8?+4IVA$`eKF67McH+bh~jIvI9o6$*tQ^N&s9?4X>^%g zZ2$Si^iNdW)#TTV1kO-KVBZbq>Syp;y$kxnOBOO3b=3yHn3F`g}#_Qjzu_o?-LK&{hZr3!IUGEhYZ)wgO`vMsa znqf+ff!#+jk)+JAIw&B8H|-wPD%{wVnHGK^3Am-}d$vp;X>8wcC@SAjfwCHXsJ@Yg zGd(C66BetA?g@XuazGQoJjhtMMwPYP5Nmgq#(6W|Jf)BlB!SNm@r#5S5&DZJcDM|| zDXhaVWsot07B=jXct3oF*|G|8se=Pt8o|l7*B{`oP|q3~Gg>bMui<*EK>A_T^{02} zY(`RtTL;~aysW*cfm7>GHMu0s%BruI9v`3uF@6B28iDbf)gk#|paRvGi#t{Of%5&j z(AM9z#>&v~ni02$c3E<9+L;ykO^!fg)nIBor~IwoJm~G>%(cb*O`|P4(d(Y$9|NhR23ix$oTgQDCc}A_; zgIGPo^`ry~5?IP=-mbQcr%NyGIF1JO&!d;=op=YM4vuJ6m-iZla!{oqKLCKgT|Yag zyFMRkybi{_cUcrx+$^#pwz=b^S*V;IY|aq$JWidT^Em|ESE;EV3=0RHH)lBp3b^Da zXI#|fC-h0>*-u7CyGAFDU3lpK31D#_FLOw5>s*Q#y`K zKx_r?lNscuj<-64pIN@o7DyxEwX;F9$3R)ZbW3}QLXKX|^3p-(h7tJ_7{~AIn!Xkz%ToAR$V@NvCE23y z_IqIpIIpGm35oO5oAL4vvY4Ox@30h`5SwZqkD#nWUB{aYU4=^9 zw1Y)}d_2I`$#Sk9AR|Ycdl!d*i6EXb>cd_78&ll$OY07_nz&iI(~|}L z@_2vV^-;!=;hljp)d@pGA(zBvm@j6*WrQGh(CAUx(T{{^2@Q$L2yZ+irG64ELJ#g< z`-X#+N$r=4EgX?%@@7_d?kA0_OA$`#9HNGmIYrnW`5wMNA>`Sf73qYMXzEfPv)1u2 z50fxzTt+TdHQS$$AxEGTvC}Cy;w;%6U1J-DFg=toLMca+uLY#n$!f_6NcKPW+VSG& zo|;3u{Fzk3*OQn6JTO0c8|9~^oKo<-kb^SF7mo_c)|kF*W@+<>8t!dHel;HS&4~@_ zHef}9HQ1})qWiT#;Vcvq_9lQ7541Rj{eJHI^QI2fGqfN#&WIeufV>eHp1lJoPu{&T zkD_`MnVsccFddV?U*D3rTPE3HWox6*bo17#zI18LTHR2cP;>0B0^99C{X z0=Ud1g3&TP^$)Zn1?O$Kzy#2@S-hp^40%n4mOvckn?uClmqY!z)re`=YO*eK)>gVE z*JwU_Pd8Vy)q}T#eCnK!#8@uEKBzz}r}!9(VdjxY>Ahzhq#rk|zeRMDHzrz6)! zA8s20)gK26lOQNKDOVGt}iFe%^mu7aX(yb4^8?p`xzs~#3KcAsivD`Y_IwxC22YoP` zSzwQbf*M_%Y1XITk(YdOWm8!?++81q!%kyMw*yXLB--n*rWcP8Aih~6skIw^TY+g2 zhPRpaZPq}%DKJ>aH{o@ic?Lr~c^Z+4?`Cot#nAw5p;Gd+3YO!_wVzb^hlCJMicqXv z9+WRAz(v|VyXVr2vw;DNod?*c-C^X5L$pR2EaI*p)y|cB@A{Rqi1v)}Vz%Jitz}(J zuF$TEd40IaLe0{SnX<#@?IQ-`jd+S^Dog5a=Bz&*eRVuaCi6>+>qV3-Z7mufbh)6G z*QPrNeL+2FfnD%t>o1gjNH~ACp3pQ@U)&(j8~oc_b^yvJY9`i5FW#52fDWX66!S@?+Axf$sWVcoo60IFpHFlRN@$hg5|*Aw*+Ynq zw%ANTbs7re>%Nu@=l?_FclH=A+Or%UPrmP{$z9l%v-CZ88qaL!cf^SUozp;T2qWuH zw&5ag{-n>Yw=y>Yumq>Bh%e+=m})C1HS|{pAcNkj zPn$Dj`eu}{lUP|Sl?dI9iJIK&WRV-&>8|GNxSGDs;2QQA?L;fuipx0;XSEfdjzk^o zdFEyZ@G~8-FN|O|I@wl|Qd8~Dz^Q}hG-rN=shi+ zc-iWz66Q_)9pzq&LvO~K;nL7k2+MDa!=fI+A~*GP^#b)|y<-FMK>;p{u>k+14#BN{L$Z6n z@GH9Wn=KA-?iMl?gwDNQc&EZ@c|@n;$_vz9c5sNaXM5`_gV2ppiq@#CFni z&}A3wHQC_nwIhPvo^6$b-%g~uXR4N(KB{P)rUX}D9kJJo&%k9jQ}B1H0*W4kL1a^W zm=k-CZtalhz@U1$JnVN=Adl!9qkKfD^+fa=ynwgMIC>hRtY83S z+q+=i=B3Gx)}mS4@^WV_$&hHQP&Y<}#5AlNDIn7$8K- zNQg9^513*X-{Owm)#ub{?rz#mYL#{^PO-+Kqt1yn-j0NCi=my(*oYta=wno`>F5?9 z(yb}!g!cBsC@$)ri-mk7-BGUYcQS$N2z}zG8lWOR;2{=Zfcxnt5NMhW`G>uV4OzEG zna&?XL;W4jfF?DUoinnxY4WXjOL)KSunx8y^}(S$6PM%H?70)6z3?FThO?i~1ElK@ z(8JoRVn2rEF=3?iVZy+UOr3&vvdfN6dEI#YLHU^}130Dv>&aVOShH zzFwLOV1@76prQDsS?gtEh|wg8i=lr1!kr5A5nY zk-G7=OL9(xyQvvv!Y*9Dpkscbg544`L{@O=QrU=--!}UBK#`biHnlN&*%vHC3MYgL zf}%x-d@1+eAXE0451-gZ3IrQl^F4s-R3Hs|WY7EgW^#pQE@d@?KPqyrI3PfYC~H{Y z(TV4p=9ab{3g2!D3;v4Er?w(>UOfg=I@*20mctU0lFd3NNW}dcybJ&);B^tD)~}M~ z3-7-mdld`OKJL#!NE7J$2k96K^^LF{gly!3!9umx3Pf>Fj9c5#%jbm4Sff^7|?rHZ* z?ijIajKME2!zo0mX&^M2+Y`SF$Vllz6R!T^(x#){nDle1s8YYD*~uWQX^K`2#)K49 zVhm=|t=OPsQi7K?8~|62G=W>>Lnl;B&LWM0tLDEz%wpAn3O0Pq!C{12zv$x0H6g4}TC3Itl4>{jdB5|z zV?pkd2PZC9U#5abW1M%PM;IK_87!mM4i zL`F)6|2%dlN?l1I)mO@bW1NQqckocdX6Tdc-P8on(>1e;9mQp}$o({DV*Q2(S&+-` ze>IUKG`@-5Wn!-W@oMRe%mUnaZ^NrwG$*n6*@h}(o;uXjp%PxW3jPLGbCNi5>yJ}G z{Qa7Qxx(>;LUE4-v@65E(}ODPeX$#X2OX`TclbdiPvQa=d*jF&TS4Z4xic#=HDqAl~Pb5*%$fpKG3OW(HM{dwoX6e;wtSj88$KGXa71r^p-kJn3=&{_pT7UxzTF)wdkzrx&+c|m@QFbC;TA{cqKz_8BI#rVwgxXRmm@RiCAnaJHXBmwc;D~l%Tff6}uk;iMELeeIZIP7A$Hqll7SFN>*u^ zW8>+&NQ+%6Hw7Dl56tY2iAbpH9Bj>hJ+y#Hc||lUqxOK$SA_2cvNm|C9Ms1{r?Oi! z=P19Tb~5^L_NEffntq!7Q3Wc7RrSXV2u08J$>+((#`v>A2zBJhr!%T2DIj)CId=}MD=MH8eIB$vHm27r?kl=yR+d`JU3BOv?vDBXY$W-x%eLVs=;M}8Pvhxp z^KR#VuqV~Hm!h)5(8Z@~?$xh5vNLa)GaJ~?se5^Agz-3lEr zj*cM~ZF9{US6o}u-Z8w1Z}^#UzTr`_!WhE|($D-3WsvUJMfv#@ecq$w(pHmRDjWupQR7ZUPS1k$F%pl9wxj_W>@hxzm zVD2MofSMxZF-+nr?M;jj#Q>|Lg1Yr}(5jt@cY%&|LqoLoQJdfoHwyKFD5peAE#TmH zNIlsi^ttid7CKZ#(*X=#n<4NLKy(y0sS0y+_1q2ktXHZ{N34n#+2Njau<#&y(fBq! z0*?r*NKlVxAhZoQg^CmOo1|6c9+?^lV9x>!Tnm&HsSIa9a>Je}S`bD~sKp2KdJ&5@ zk>d^=zo;R8a#hiU0m&x%9)rQ7Rq;`U?~y7Aq^psX7^>FjB_%Lb8>5Sh9uBL2S5c7W z9UKT~4HdiR=AYhmVCvhRG+sLK*SMVS+xN^_DyzY+8AO*c5mlm$3y@uy!{h>SmYB#p zgsgAZyOo&?QYG>hx^ia<lcP+GJ`9C3Rz}MQNwKF?1aQm2x;>N^Mm}`&^+RTTiLM!hv9-@$cx2E zpOt5nryBBS0ZiFKH~LM`POb?kH%9Et@Q3^lZt)>eQnZ*LXsLL*uz6Pt={e;(7lonw zW3`3RLPXHKV4et%nAT}yxQ$nEX|TC;yDA$kx*sZEB4?msiZl(aLIrZ>z?*DHd|T?=w^$?CY`~8ksuOImM+hwF*{bSZ`VXzW0<5^N|exkaR9XyB= z5Jm|o7v-U~KrQI*Im(EGkYt7=N0PboO)y)O+!W{k%wec=>=>k$u}x-{tsH|14iOIJ zm_!AVg&4th%t6cQZM`yWx%m%NHdIb9c{(!{r>*k18D5OGjE}Y~O$Ox&7)neH694(b zJ`LF+ur)@!rIbs25XYuj@4z&tMWx|i8kFp;FT~QsdU7H{2b(PedVL;kU35050tWB% za;nm>L}JMyIre&5>3Y-i>92_Z)Vf3X)e;kn_QMo=sA+)^)_C9C7p#kPXx<_l}B9Z8U5mK)!Dvo2BF2zjmGp%U z?%hR-+8)}{+&|m_d8ZWgbhf|I!Q)s(o7~uLq2@z3L?SZgI9(nzvJ80s3^(JkCpQ?Z ziDh~S=I{&FyHY7sDqt~=)D35i`z`1dT}stJ=ncw2DXInioaz)@nfO`#Nlj$d{mBCtfeJZREjJa z)k1|@$#lu#wl!bNTfV%a&=7Hce?GRFdUbDW4Y5V-F9ah9_r~5$2=C{|sve(@6wVvx zWju$re9-#MIeahznv&LCx}$}BVQ$QmByDzpIT*DiNhb2$*s8H?lK~^#kI*7t0}} zONH`mE2}5VKuogIFh}!vda;J4RvjSA$vuo%!^T*%3uRleqtZo@+x3OKV8PPPy$5VZ zp8ldW4SRkje-YPd*&XCdrl*F%ghml`+-G~RnS``6sJ%Nq#+-U^1Xp!NxH_kBnqM>J z+xXv<1{7+R?n8Eu*~EN&2hT*Ewzv!gC0%ClFs*~f>W{KPcMc8Mzj&Az&bNAl3z^iU zq!{dS2&H%7doDw&!S73lWhmUIe20()Sk8%<;j1{x1f9`jt`O0UfBA_;#XhrIXT@R= zq(JTrQi0B;`YcXcuTpU-p8tFy>!rqmp4^|Z4QeY8;F703bg_r}1nQ4GPESjV5z~$M zk~XNU*avpdB$mfFt`a6Tu41~a;tosWEQiCC8s9?Wzu=yIGrF*asX>_?os-UCe7Z>x zR-I*PD(e}VO|zkmipC<&WAIKBES4ugq(_ed$ zHMm7L{M`twv70frWeLvRq@-q~d1V+kDsiy*8lNIhlsm=*nTH|#MaksF1RpRH@xvVj z^!|k^!J9v^@Jdlu0`h4M3@IP*yRVAZ2#mE)6taEwiZdGU)rf0H(`v+(33Bo#Dj;Bo zBmYU6`nr>s4Noo&ZO45({O4m?WpB(c#G#{J(*T7^vaD=vyGUUi*d8nG?~#mG-#>6C zn6Q6T<2#=H4cbUmzsgYq;ApE{N!;^eeik*8$tn8-QG!tjKi7o+2vM& zOh}ql6NQO^sEUVS!ps>6b-{e7?13`lOBs~A#z66k#!hiE!+qzM*NZ~zL8lZ?;@)=I z<8(q?V&B>&*VId>V&Pp zOg$mZi5*Z9aM0YmT%M)YsLsdZFntRNXx0hL+QWYDkN?)We z@yl1+!lA4WliZGhiB@CZA98<)y2nMTBXHQzpoiRoPAlUGjR8DkO=VZny2jaeK61`X1+Ayp-k5L4f{?G2ftN`p>xiidU_d|Cv!|o zhr|3Fdht@9tq2Wy^1j+HX=L7OXL(fhEpu(AV&6~9#2Q<#Jf)vAJ1&`H1N#7j(fZ$g zrl`o5-JMbzBlu!g-jjwGA9_Y78UMN|)F>L2{ft#sL{=W654s$*_56aRZw6JPfUNLV z8~%&+d2XGDpQGikC8&`18ay`{3)iJtx??(fQMlT29$E-Uhp%M=pcW>8>V>b!Gh*X3 z!sq=U2#I4!*K2j*bUv8$SB1f9yDXt1*iH4IyZKb$b5z6g7|Bq^M~lIOo+f+k9GAt8 zORO3Y^UmPYvq5)Dt3*CqOLOml^IW005$gw`Mo&{@?3eyp{qe@k5$f3Pa{GEeY)Lh< zl1kkSaBqU2`JNel@51m;42_G9D z5E-t;ETj`6fn)}kY3DLC2^Oxy{QMTz^$TAm4+k}>gD_4 zcH@)Yssa-w;ERT3ZmY)(x(91(wTui$0f65pXx9)iN>tl-C1xG^c(ra7;%dki;Q~nGp_2x<;P?Vc?Z10V2_?@9}(W@Lv&(XvLzr-D4MQ*x>w9pM2_kKR> z^Y;UqekP$}DkrX9pAUud6TX=;p=mz7Q>b{DD-+RnUSQ3@?Isf3ipv9PexA-(@11~C zmeC1s3qlJvJxa^q7F|gHcI}Y0K%lo2B@8NE?YCR|Ed10b_<+`inq@7lVXJV?lkcWO zQ7sB0-%4Fz3f@m|*ZDsFdVu(si`l^GGO>9Cj6iSP<_3X{1cq6MDFFGSJn1V2L!PkU z8N6RouVY3z9lEr??rVgOKZdOziS3frK14`cqEp4=3?_%L-^US5Y@I^9rlYjR@Q%l( z?DtEAYH-O2)bQ>;uP5M&cvvNq?j(WyiAV1bg8PC%h=8;uoRigEh(U)uqx4AOem>Y< z2T6AUduLps<|OM%?`mtbFB-9s2J=d=K=3V&|1mJxRh^y)_hR0@(u6x%XzA7HeeI4u z`Y)N=z&%uP2Hlf;PhEM zKvF5TCbT(L__H?6)uidZCe1-q@AYjcu|92ccbTtljCZG11b1zu-Pky{Faokda_Okw z)r%(ntb}Z$Zac`%Q=6bgPSjaO232J+ND|0SD}Id?`3|GMSdC!q*kCUCWN)0Ibw18z z=-^sOmBFS9YN>G$k0S;y$a%2no(I;|gJ@DGC#F~GD-7JNoZt}v7wX4$_3!#761%k> z&U>NPM%PnytiH|GJEajioJ%())aIKjvRMFq-`TVk)CzN@W^&Z%a}em&nGdiYYx@?V zN>+8keLH$WrJ+jEiTISBjaDFEij`{+sei(E&v^Cm@VS};NTY0Oc>*KF$X9?z2kN=d zk`+a^JSo0qwX{|=88kN3{lUtD`K?}L6)oy8;gIyut=7l)p6k$SY1Lk2VU*bko(evM8|khv$dWkS<*94pyZbrGs`bozu;wSp$m#+ zg1#Y#PA<4mwYHBrv($uYqm2oNiT^x0-dY{?iQt?UrdES=`mQ&MjFLs1(bD&jzso_D z%%r_=InQrfxhh(;D1UgiC{!0!E7Y&1ns`(K3vcJI(cGQ8EOVczex*h`u?6CspjYdy zU9RoxPVV1nTE|b7uM?B8|B%2k60KaxX{WdSkg1iVL181jz9r$ThnlE##H$#f_*uyr z;J!wml_3stxFo1ldmTyKaDW|tcV~Vk0&BvfxQPjhSWm-T^vAxsEW5lc+q%EVs7~|5 z*i$AwgY+A1Wn?C2y72`!*ZMN2#9)qzp|Z6=r9ES6fP{`z=#k+Xf9Dl{V-PI8l| zxCvkIZRy^WPBbPU1Z&_!OE+~_U$FM^J6U%aR;o z5O+U3MpEJ7BJVl(jkHY>U?~Mue>ySXq29z<8j!k->n=z|Fkif2Mlcd91igQF>Ub@NK{KpR|2sLfbfvpEy2c zrG5WV#G1|Yd6(Q?j&KRIs2b>CwUR3FVM^^oKAhG#nsgWs;?QE$sBpmySQ z-13z}g$TiZP&bVk*wmjY*=2H`Gb(ZCijC-(6zT$+9ztMMh(*qd9Y4y_98Ntj1 z3owSE6oyZ?AY>V}2}=uTvv|lf!|5q2xK@)BeRhrCUKXH^weD}PGAfec&@uCHN{q3r z02DCm7?1o&_u;yiN#u)%Jpoy!XF_IOL7-Q~3e??QoF8eeWHpR65Nbke7L}_B@=fO)>DhN{hGGt;CR^46hdZ`f5u!bGk9EqqS7wRfE zhhqCFyI0;l*Ik#bJCH~RObG=-vUy@bAO^7dvBr90LXi8lheCwoAbyIMh`C=l(H$)7#OKI5VSPyj8zI3h8g|%d&Y}$6np*Nyo&oR{3b! z?|iLcb+)%)4JdE6f(XDVTX8yWHX@GZElk)Ab{(EHl<6{ ztVN*%zQ6V?jsW0He(EoWneEq6|$zcc^E!2nyc%Jc?n+M!oYKV9`)ZzNJDw|-VWWvljPw+W&F8Fe}7w1 z@I?8fd&;k8UwCG~IdWMJnF29X(g%XvhxG$8sOxhV1R+@~ZO%0SNbrW_0g4E(!V)#| z`BBSI?YwTaf`Bd~_PdAmZ4{d~f@;?sNAl#7r%x$<9%9}2tKUqSky1bI_$WbSzrKhxX^lk6krUQ9>mDQ48n{WTSSx7qg zw;+_rVlN+fU58*>CEl?Sjk0gzgYdl0a-N%I7eYK$;%^ZMoq~srIn48LKSvrBRE!W% z4E2xviiIP*aPA6ab_7r)B4nSg=qH%1PFBKDrb#58A%MSkB8@r0gDLx{ z(%kpS15;-osW>?m#mxksNKh4KKD&zYrU2x9V*FI({RS_Rd=|2ZB|lK9sN-1$T1u!m zq<*L)0Eb%A7!j&msb;nR3!*_db?tay>H4rep3E^yX7T#Z2=}^VBn=&5WP7SW zB{bN5GK2cVn%+^?CvTIh7-)P}=F!#GEXNcw!Nd>mO0iIcaG%fC4CyxYzv>s4){pKG@N2^Fw=Qp> z@~jp&N;m$BE^-Sllg$Q(bHE)aTozD&I3fA$$5eo#eV9;0nJ?}5O>5h=F`DVqL~W9# zi|B0E8=vJQG9Od(x%Hgm?7dqaj2cuBNoY#+h0~(JrUms*tV*@lRc6ntRe{q=ZmvFh zKK5d|+e(7WG5VNK*o)ID(om19b8Xq7y7>7~v%!U(vh4v|YKSQ8(8FUX=!E%|@_Piu z2W3S3%5a0Nv&Q!Gs}N({`c8iHU0NUeP1G2=7#so8nl9)l;m93U!Cy{#4z#jBtlY53 zsA0G6yv{jU7?DPJpV6uX3r;NrwT<({sd&7Kj||pVwDWNvid>x+lALdxe|^7cHd2Zv zB>X1UODZPR?Qcz;!)MhS4P^7O-kWZIMdqGRz1-$qDNknDHy#|uV#x5+(jCO48rDbH z)=GC1MwEW4f1-ajPPytx&c?Y5`oQSW`!#bgE}`93i1L*H;=1bxu$WOmFt4_XIoO2A@2N_eT@!%jl5zpN%GnB$@GcwBu>%nfw^{` z;WY}z-D=c@m__SvaMQ(~ex`;NHB?oy7pl|2-Ok%b)=ieH7h0U`_Jq_E3%?GstJH#v zC}K|d&QPazsO2Ose&K7>4uW^Qr1AcEyZbrkmKyd3hk@!K?-yb=1ML)qHc zJQ-Qd>u}s%9b{{B=J$!PLng?sgDwM5tMz{P%&dC8j*Ye^M>P7M<(vNfO7_tA7N z3h~WibLL83F`2I&`$Nxn-oPbFW`25;i!@|~_3g8DC$fbfdqIb~N$6fUh?Q=$@dcg*SYK3+>-VzKQ7#dvsrgDb&tA!QMZ5ES9sdpfBpH(#(`i z;TAK> zkh1!O50H7|X!21+WySPZZ}x&aRFV?BrIUWvZB7Y!t9=9DLTiE;wsU!b&`Ed60u9aK zCWK88vfpl->JQ&cV!1_I_)9Q&gh!4o??e z>l54Q^B%hyy<-9037=K9ipuD)RcHyjMZx~kn&a!b)bC0{>YSq=7YmNv7$Ns#S8Mo; zT;fkzni983l)jPQRh5~wH(Bkr=Ozvz{bh78Vtf8`Fdg7dApG{eM zshJ4d!&=G5v3HIX*zUT^!x_XW?ZskuR)X1UHS_1q_oLrHSA5!;DP=|i?%eIwZx7Bc z9uK2-@Kuyu9??<6SyeptH&T*N*EpDC^fp(EiQhW4*+tjyTh@#yE;vlHJfUWcIFfVX z?4pD~IYBlkzb#sOg!-V?F&bdqk%gSx#(G0&Y6E#f(2If$cgM^;Ud&h$XnH|HoHs-G z%QWXqIl2fAM1anZq+GWf-@vPskEekj+Q`mrx93H>9r2MpvvJ+vz2eo7OG}VlS&uN| zh5(BTJ=nF4YC|B@Tc*P^sEK_TvW~DXv zrLW}NP3&Vma;E`H{V0t~({ka#&mGi=bbfq^=*gX(<7#d9H?FI%pl&IZ>7g34;U;J? zg-pJWAc2<3AnfMRnJ>neMa?0v`JYS9VP6S>pAAkwOFv~x6Iy%qgXcTB=N@_sOh7um zr$DpdIL)Bz{yDRzWK9#4I?3XsccoVj@~-|R3xWGc^V;C+=u0%6@5B0q32vMrkF=T{ zzI|gq2wvlE2NrfxM=&sY+FH`yI-zDF6+l}!B4mO#N}$MCH79xcgJxaLYGGqiv$Z7m z6H8UoOTWHgXCkm zC-#(Q%BP9cVZR(3|0*9zfbD=5 z(g?;)7cK_gYJVX*p40I!AivPlD+|2y z4myPvxq{#FaD#Q0Cm%jfdprqv{`~AC5*>&FYCA9>?{0&Xt`p+@1;2XMw(%UC^%VU4 z&i97-k@cc&YKlUrK?|L1I%~3v?+}sMo{IH&6;Wcg9&V}baS_P8Qqcn`cwurFxTvOk z7k0(W>@9Jhi??6qA+pIhsrpzJMY#^$x(49dCHh5}P9`W!$Dm3=(oUm$PhTcsFg{WT zx{jDOA>1)ZTSaz?>1_(w!L>*-4Mmt9S3;Dx&+H7gau5zkM8IU%(`iVGb(7 zfj;gL(^tN?LaR&H;=yBN7GO{#CXZis5rvn)dE3f3ON8^XuJZNiJtAjO0Jf%z{R)$DzV|A z;MvqAI=cinc=6+=gkVqG*xZC5nZ3mF+0N<9LApjU5A zfvH7>NZhn`LyYYMQ89G0VcIZZusOl@L>SYpgkoTByHC)33@o@{xczOiV zJf zFx}<&a(b!|eQ7Ld(&H%g2abH+4hxyJE9NvreZ*)|{`uNcb4HPG&i06-OWe|!+iTct z8xevV=(%${ugS$^Z)ZsXO3CtT3_dYiAppzGFo zwbDSK!uN3Ty)eoqUdzd+-0YCOJPPfx%1%}0vrLYpmXn}|NoKHJa?fgSD} z9;fp@o?qfb)Snm`arlNZK$kR%adp*_SUU|$*-IC?8N(G7o5peSxs^Roev97JyBu^s z4`QJZ-L!ZTp9fSH8;eE(K>kH1=RDy{r4K8zg`eO5{8TPZ?6lBSR=zEopc-UxGGnI% z!NXW!t}Z4z>Z`{L&7Sg_Czh>QJ~KwEku2RbKyr4{3Z&%P4NWM~Vk_RV z|0PqZMHPpxG(rm}Obb>6c6@63$MmWMkBQ*`u!8zy{KBxmw0-i09%h?;c{{C6?clh~}C6zyelNu2#O#4rC_8MuJtny{?DqRcX|xloD=Oii@AH zu9-#XcbaF64;5#~yP&~fPkMzrW=_0yx2DPu!o+qc9_Pa(x zo4yU%G-~xm=P>VL`s=Y_KkODwYF;g+r^I;}oGe!wS0FgQseYa)^`J%{n>@}Hh_p2! zS_Xmipp&x^@g>0AL~Azy2^s-M3r-B81Hxl_+g2qmS5<0-e%6DXSM?&A@xg_cBse6# ziIBUno-1|=KC4|( zniPyT3sWtbQ7+R&aaEPnCi+3CwY%lggFSh!I=4M9GB5^eXw*?z(12w>1xT&lvIuMsT#cv`MqD)r;i#P zP4FQ_Vr-sOm|vcwqxIZR!8a}Y5J7LfOC%Q5@R)eNVoz?SH@n;tW$jW6y0Yj;icj0J zhPraTRxgSLNzz4~Z>Ll31x;6McwZA`jU|5bo!J*HHBf3m!z8@0GqNs4~MmEFR}amM4A%rOE@s?ZlF#C=r)SeH?bNw(DY@R(tmy( z&4rgVD_*)UPq=gSoiRomVfy5k&!t-OD?^n?d7_E5BbC(~)YdN)sW5$|0y!&96y^{TTJO?KBya zC|b8z$pZeW`)R4x=ipdZP!O&EQS!~9&-bUIJM!tN%Y0p@*b>&l&}UWj{XQSBfCfJv zX=!)(cSJkU$T;<`CSvL;*oxYIu%Xeq3^9%8a3F7X4Fq2Cr}3)sOAPEqqD3mC!yd(k zIZvKtyE&GHo8$^R{ArQaFRi9squoWa_%(GLg z&dj)dd%3E0dJQ4DZuF{Z)HJld(#@4-2&YEgZ&NnVU_~Rbtc)!BxD_>{9=(A=@#>UO zdy)NzMah!zf;TdwR?(1ydr0CJiM(|Q6lf6VQy`V0jG`|ZqpRF}$o3JpnL)yj-KC@Q z6|A?`xvBbfTM`*<>gCg6Tj=2gB>jVX3G6!lInztOntsaFZza1BXfm1;V1OjucU7%fbX4ylcJ3-2=h%Q6o3HVMzIuU~! zonY{^$eCH4W{(|n(rsS}`Y}0KS=H?O7VY@Db6AtDPW*VkG_SlvyT{#PxeOzZP7siQ zK5t)o93(&xyBlzZT^ehASRI?ibS`V7Q!}j3_bQiuh?)Xm^B%+XDa$Pc3)tEjMJ={j zG=83PK)}TGCURO-*CwU$QIY%sNd*fuqxwcQ6?bFUfJB=8-6I_7Gp4L3jdL`IBy9nc zk<#NOyqTE@#Bj&Lj^nB}5kaQNw;T(jk5gU;8QINzir-2}9p88+PM~2my6sE*y}wZb z@QH8;K8$2BUuF4%Z(e;UoA|8MW_aXE@K&)qdTtea{YHRU~=!O(w5(p-}h8j>ow1HQwj;$*Sa5aaeQ^*(6k_JW}Hga2%lj^1hE@1 z{E+>-AU*vhO1ud?32f3vXva-_rjV8n?hbnQtzAh^7T^zo0vT33OY2kunahyx=H+zn z=x}+<`3nN164YQTO8jJLCNJGTfUeNP?ih}cRvh36Gm}{G0U+J!_u&+?s+5qi;p}pc4?dvsLYKT>lB7BWkpX>=0 zzO9XhhZ_%f+JCMas718Cm7tsD6w*@LO_A#^17gA8gsn!o zXwk%&7TdG^t_oc;Zhmu_e^~cESRp5)l}x(4qn@}Gp6grmXwy+h=k&>Lj@gg=ZnMqP zxTE63B?0gwruPQ~%bOrX2cgp|{rb7k8Tfd>rODFFs?PWc%*u52&gdm6I*WV7s_XsT z2s*1r9!q_9tjjK8NwbHrCunDHrD_KaPCRXeIRR?-IB{AfRbnhJup_!w4d;cF;TXzj0oXhJesVidEh9OOe^VI{2cvV+3luQ32xY;3vQy zS9sTAX_^*JB6LS7{q!F2JKS~6N~en4pV;jnrp137!2d9jkwTJn7oCFJ7x0Q~1cUzJ zmXY&q{5W;KJOKs9>Lo~i7Ppk6nx*5oM&a;>Wulqn!C>U9K=e<4GGg;Dw3lp4Edxv4 zgW6I$*3&pVjnN4TLTGL>jQmh?%|r)_)FcI;mq_5=6-+gk)F`5wBv2njlux%?7*Xlp z05>}6yJ5*MHNP|%M)zZvk{5>F!VHr4OK;%7oS`Maq1bR5R zC`rfN>ljbS?qawuIqrmZ1bdk6>7UbO0}&^wE#t8tYm$eYd6|#icU}*k)ax-+v%J^T zCj@M1(jivqr4yQh0trmVn`j$tX}oqz1oIMz9&P#M*tImz;6U%fpJ&iz zEiq<0O5x{W>zD7T!=9U)aF>LWqM3c_!+d2YoYbW@6lL#`q+Z(Q|EXj?0ryl;Ob9R8 z9F_MP%HiHYQZlr7Y<}lg^Zd0(R-u#Umuq{TT{6vg$^2_aF?(q9&euPzt}<7U(SHfG z;>W|gAN=IXTouf`{_I)OkTH;*Byw;lWvE++pguV$`H6_ThBxs)j=&jcrE!_ zU*!4QehbD@7UE(3`ddojMaE%}O(fD>IqtfVlDxKQ#5SVylO@S6>(&BI)f3r+K|x&( zo#xJ`(r%!SX*H6lV8v5U@3{BRs&dBSe82xy+6g zGcA$rrxr=_4(Ac4T%UfNYlWQ7jZ-#W7fp8enws)1ISO}(?^~&l(TNV)YnrX6yR_1V z+^K$TqP4&flMr#fX~1Q4JC5B@O^QS9v}L7^eXZV%qy4*YM)sg)gK1%u<_}|c{vhoY zYulh^Vo(9G$>xgq7)l0d0DMRcdPhdGl0c}-hYyUXQirh13jSL&yW8;Et>Cm6HR}wfs3MWbKu!J5gm$TvK@5{Ol57ibp_Erj#EU4b|>Fac0 zS7t%K!dQu)QRMmRvp+4%qC=j_vZN^#gZ-7q+!;j0Mb8$P3HdQBm$M-86z2Kh>&&kO zLb_@m`UZWH+LWGOSoxZ=twuxu+p_1Qb7= zM;eUb`H6}tbqK)LwyiBdX`ciun&Cs3Tw0i`t!EI=Xudndz9Y`2SJ&eyazJJhtK);B zDGvgXlbncbiX0R?8WHC*esK46KoO}XCuqOuQ)H32K6hO9Y7<}Si=P0A%|@^QEa;0O zkG@hU@O4!{?Uc+{NYBiuZqfuIuy&YU*}6 zA$Xu*E|4C-Qn+Ktv6|(O8?KNPo}jrR-jD^I^2yY1Iq$8yDl9|R`n3B1mKc^8L~@fg zT?RJ?MGChy=r8A7NcgUQJ}8yFX_m8^cocree=Yk%?QZET^z3<{G6&H1)@g#YXQc-} zq9UKy;{QFx~kP){SeVm-A|D+>oQ)o+pq73N>xQW+GF6#$LBPA_}LJuUtHBMFSFoCqJ9tXdmH%St_ik8Wg-wf&}i_vrnXbI zG-bU1)Xv2B%_f;6=6$cA&hA(N-qfwg+iZqK?9jzgta#XHEf=MsbVpy z1(Q6&&zg^y3&Jo))S$jo_sdfks+acTvy{$niDGv}N2(M=)*QcfwjqgE2mihfs9j&v z%c6mKP#TeGjQ`{6W`DveWhGI)*e|u$VrLsOSprd9wTuYTGpX|Y;AdQbb;8WwF zT1b@|B_Gqfp`u2|PSlh4jd~-TPaPpiKI#?K6t)~!J|}IJj#@WPgyN`TGDw*wC%?#= znk@2T+F&o%`Kiied^N3l6+OFN6E~A+9T;swKVr1`vA z#k6I~@wr-vUs!}t<_bC5snEI1Zc%f`M!Tb}k=pc9ow||L;J%tS`W5#1)Xl{kQ(K}c zJdF$*&C!HOFg%QBW!H^`g=Kb_Vxm~=nrSYGn2nI?j3}!Fh)TPS37sT=UZYKbK@@}+ z=1nzVZO&pV9hH%h83kfGRprZwLX7WBmzoqIRZ#4~;F7NTViu3-ljE$9-{hA|l>*m$ zg8hq!+nzs#AcI_tq}Kp>#jfu-Yx^`q&3Oe zYF-#DLp>^}JY9)6w~#ki@&*b)P&2>_oN16&Wq{~L5R6C_L6*FP zl$I)MXB<*EtF0oG5Ypk!PX5kLY->CC_Zw-mPE+F+B#uvz*&@;v($(RUKI1(y8y)9tk2|FkN#0X)$%@E=LZ2vn@E#wb zAARm@_GJcxr1(JiDXS@k%<54@Vn4B_neK?iuTu*(RhKvyq{mYT0yfl9o2nsaM8bXR zb6hv4VVbz*VzPI6B4k;=Jkl{NguYFesFNIbCP~niz+mB%mEG{#%*{ni=upxj{z%X` zr*J#|4Na_Y#CkQnTq%}O%$95hC|AjW=)kQ)5wPc>I#mi%=IABrYOutvgU;ws>KwJrSWKHBxrV7S&q7Z%0c==hVYE$uf)3#*^XQ++sDV4h1BB`t+*4X8az|Uxr z6pJt@3o3#JN3wlz64D1xpwujo#AN()v;(9N41q36lqH#s#Eap4{i_0jCsCNz5w#vH zk#}k^OEi?IKsU=MWxmu7L^-jjT66A5{5TjQ=}W0`GBYi4db*g0L%>*X9{wAH8YqWJ zC4Gfk9q_OH09GH=CLNF{GT*6P7CPedcQSvBos9-z$kGgaSAkiop{@@#-u}Y~7hn{GzOKC+H3;S!#afilIl8 zRgO$hV>MpAmMf+mslMswwTZTfbJU>F1Lfm+sTmbAw};zDr*IpWRu-j-0>*%aAp8^dd* zI6Ngx!Yu5{O|B2AgDnqI;Us6ClCTS0h*;mwhPCriuRz#+`2(kPO;!@SU3)5#pmL$} z^cm(b#2kW(Ocs>4&EIGAFopUk`Xa;s$iEOs-anAiYdLwJ*m)WN9pe z;XQ4T&?*C2<|`kI%;oSZ1y>G(F&ILF0w;!?76)v6-Wq+crqFH}hF3C9F%+`BF#L1o z9}Y^#jhu<4->haeiNQ_z%r*AzHU^DKIVz8MM>1gI;ZsTahDq{|Y zxY@Y9XMXc<{2Q17$HuDeq~T}-7P0^U|9~p~iw5@>l-i5I-|RU(0Pqj+o{DJese#Z98&LIRT5lpz85S^(fbk&gd10pv=m zP=+MMU{$rSvH^n_-_wbK$(t7RNk5b!3FAo6QU70q=&*j{<^BSqi_1bKVh1*n?Vu|In-NJz@LXkQY<+X2`-rXsR!U@<1{e%Q)?$p z%t6zFIC$CrOv3X~8*&U}!)Q6j70wSuum^1U#X`wYqxlrp78JvqCgKzknD_g)ReVp& zegCEkX13JILuz($HG=T zg|>KRHhhco7WSPH-jV3-tW)4+JB+EKiMdwCcoLRd(bZaarVe6cy(JA=;r{mWtC{jd zkvyqyPV@j_FMPZ;yU70*NvUtddM~42{i7Ae~ZbX5LiiPV9zPi5f@EG)xPSC;?ds_yP z!1B(gc=)mr&JE;tU@i1K8Xd35=hlO=L0?eazcDcJ-z=Y-SH2&?4PIiZ;SurQT`@Aa=8KcxY++qeB@#W{+am5#r7xSBlyi9 z#K*WXbn-vXGxk3~l7i^}SLYcIC%6i~*^XT7FKkDof6ueH7)+w1VPP1eq;N_o{LpMl zsQPS5=)o!|cJ_MDS!gy$ynhey-vHQuvNC}fg#Q&G{{ZX$--?jn2>fpd@k^lnOB4PJ zmisdOe+&L;!lC>=^(Tk^BUb)__x&9!@m@^-iRB5tPW+CeFToR03&8%5I2}hpN|@B7 z42kuB9x|nWYyG85|3B@~X3YPmJqr4FkN$<$`MX}f9sVPf@_@r2xGmYa!Qqk@92Yq_ z48WBK1DAQhL6wu|rJ32mQ5JlL1IT9p;0DK8ZceZ;4><60bAvzPdx^-LU@bmywB_Ui z%YZ4SdLXa?uxTI=EXD<w#mW$+kqDiZt&xHe|*dX zt{o2__^SS5o`d&yu`hMzd$|bwKKHvIPOt$m4HaA@AGjb+;L8yQSc8)T+yuYnI5}UO z2d^1;fG_8{UJB#j03U!Wz{~a0hFoBGc)7q8X6NP=`$xO+^1Rf77u;UFyx=-=u>C%I zQGKZ+FW>KG1us8Gt;hy^@fLh&5H~@N|1v#^ zVc2Y~YpFKSgj)hs?mAbMmr) zms8w4ar7kEod1gP@-~ike<=g3^-n_ZpUVK-iQ^@s{2Rr8E$_g7{mHo(#S8MkQ~X!d z`)@@Lz~3ppgvfu6jQ=R{20-yQuD-PQ|4=NVq(J>kxoG(54Km3HI{X50~F;HImB82uo-CCymFSih1{il!-{eKBT(*KSWi!}@oMFIW8kp-2b( z8^zyyzWBNf} zG$0@!H{YMPH$8fCuG3N&txhvf@T6Qt*2&j_da9BL)Cn;2Nbn5sX7=KQ#M*%PXCK=S zQmS@&6n0ax-t%X&IeU(mbE|IG!@l$0^Nuk1d#tiEVZAalH-)K>3m)eW&D$TEZ=LH` zmhWYFR9!66R&G70h$q6NK-`*dS3J!ct45A&n;WlBbgWr~9eJ`F{hX@2y&6_ptckC* zYP?!j1m_)il)gzL2-}XgSrA1O4muzr!w#wjAGQP&?#`g59iAu zZ?HT8KSYrs#HFQI+;1l7B&(z|lu^;I@-EJdxG4X1dMWZP=wyv4=|lbyRetx{55>BB zOr#2JtHm)Ub3pqF4@f>Az+L^F_M#a<@Fq2Y(bHEamexb)6W^+}D}}8U(>o3eU*inb z6qM>A5e}#70uER~i*FJSUX~7owV`@!`-E|{Q?FYQ#IbvJuOcu2v!~iMCa~U2gI`17 zqk$5;$}vMrInX4}sqPHsrZ@fZjP)$qF#CQ7qSRJFp5y*Q%Ako4u!3OmUTCnmCq~TD zTLDp&At@IxOX!AV@;j=Z{vZ2YgDr%#{MxGl;!%*4uB{W66%F?GC;G$4(FLV(7Lo*0 zeeyRLk5`1%nolPL#}E((6tzH;9JJ2Z@yP6a7>#G4H(Q6I zLWTo)!8E~xHpT*3=+q?BRC^*!8E?FGVrj1UKJjsGIVr4VZ(O!fq*HwEn7I|WA!70U z>Q=Y2I9IFFF*6iUXrN$@_Nhc;&9(ef=~VI0O{}M(G>OZCalQt5KBHBJHxB8pvPl9* z>XIe6f~|C+i|d@d7`J*bWIKo<{BAc{Yy0whmBUG#pdXilMtBz{Wg;f|Mp%B2Dn81I zK0n|7d>hv!&udVdz3ks-!cXA)I;?!xmem;6o*6kC4j=5_E<43l#<|SUDO2MG1|+*h z=r!`zggAuT4DsJW`Z8Kr}JtF|afCI(wEOUp*V zk)IH|AhOb_Fn~nKS*o3eSHXo}83H97Qv#oapF8j}AqKjXABO3o6#@k!#T!_);5EMm zabj+t8;PLVo>ur1sWOm^F#zkRHvf|~KV2y;r+}u`poxPeXS04nNw$OGdZh9SHh*E7 zQ`sE!tgegBWk1qeBfPD!bwzVD%;mB*sgc?a5HHzyD@)8Px22*ht|>?>tlL#45k%7Z z5-GxKh>r2Z(S{JcMgZYCyu>Wk`_=eIX~u}CQdarOSGgwyjZ<}Vtx)+%uqtM${Ui~z z2@|F!US;;O7eA!gMiWLJKf(D!V0uFo@)q52CJNj_DgW{tV9cl9_vz}R*l3fUiWaIC z2I+XXtnH^S5xno8F$xbXFE|?NSWa_>#{U61Jb%2swVe@dp=i$XW7OZFy(PnJvoa&c zd{AAV690-6p=u+=4TZMTw8 ziP&2NFSrOoRE6Uzi+0AERnSPn#l*J%3N&#}<6oWalm2FnZz_L<3xh&t?6gCtN_njK zj5vcyI$x9B2yNAM3%fTF_*qX6vID83j;;?I9zPn0(~+06Wn$<)mm^0mHJ9rr8rf0n z%8tx~vd!CbRv9H|Ia@a-W-NAYj#vZbv`*4oBw_%|z-WdxX~P#(-FQ0EPK`Yw4jMn| zgBVhRGyuRF+lN2*Xna6n?A-6R9{66tmnodh5CG-yMkPfYOU=+(s3LwJXh93)3c_{^ zMw=y2pB*OVR`dSBrL!-_7l~CHPf}ZBY4U^B2=ii-Cx7~Vrj&p*Z4`9g?%Pu#iHI&c7q zx}3 z#!j+YN#5Qaz{NC`@qme_n9n@`8t7AYnq{74*QAk zhbYr~_56Z*rVB)+)(3_;UzK&orQ9T5zIb#Q^x@Ptm7NJ(J1xKI&j1uf`VEc+^$^U{ zSht7ri|(CP73e!&jBQedn@a?fBvIEAhGQ#O z9F~3^>>y4{QUUApEplKz5!y?33>W41R_u>;Ra`X*$KR#Nxc*3J|0_+#!Tv{CV8GGD1>0i=h zT>nTc#VL^fUrefSa&WT$ktX8?zNEKJ9i60)49mK;2{L4yESI%jf8>5xA^4VXy=%kujQWZy;$+$o!77BK;TU41-h*#0{ z+Qexym+S0U!26@bfJgQ4EIhL$TIl)4$!7oY9HUgqBXI*D%G&cP5WwR!SCX_EdvLkG z<@WvVN=BNu;Pt1ecL%ue{8GFsQ69OVqzKvFHmKqPR+PpY2$F$dFXGOnsmuMjklMCS zQ{=NHeeK6Pm-~<3kwwCG$@cigC6Du5Uz3XBDZ-pb;^kunoV8+X>ol)7H9GRy3ICYi zLF3mx&nHazTA`-<-)3ujAmV6c!q>tw~ zp3bm4DW$xZ3z_1Gkn{OcDsHLDt?w|OJaz6+3eoPv;qt`ZHkF`PtWS=`Imu$ndt`^1 z2h?~5_x;8_KkmIFqdVQr>Q!A;tE=mob3XHNB6XkW zyoXz6T;OQ#y6sghi2G=g1JI*3fRNeT0jvh_7|@KrrxRmxy7@XufuTJ$-f_A@#(8Z_ zT}(U9PtDEdz2v5mebk76UERuGnt^R6TLd<;CCbJ6%3~5D27|5I=en`Rm-+RqSN>8# zdCT2XF0%AM{bWY9E(l(@EGR5O|5;Moma*%bJ}bs5*TVe!Jj27U*#Nj9>m4H^0Y97D z>hZhj9rm+??V{$RIH3xUTE#o|GxiZKn1tl*uobjC9wx7CN7%!`SNF9#XCcze%}zMrO%Q!9}{RC|-*DWJr2w=&4*ApF@!4{0F(B5t4j{ z=y4`)=39)G`O@r{iTZ$zb>+`tLD{A_TW4%(Q`GR>JuzSBX$lcmhTR2=3!yuP0cX0z z`CRP6GW(>tc&=`2eQGxj35?6Q;af?c+Y^`Cdg-=z(*0j^n(3p#-uk3!^q5CjH&9rB z_=M|<(xFI@mO2o?&=5?Hc1mr9gH zo61CM0k%bV3-BkiA`^UpExk(?xD1|Cj?l1ca4gs=$X5`|{(R3BtWZgUVDrthT(X;C z=t!P^wHdR|R}(<)Lv_SL zz6{K&^%0)VlcWM*y_=%U`DQqaM+%LQ_SWG3g_oJRrC|Zn_A*d-D~m^K&k9?TG@<~m z?rxu8A5T=jxbQ{$S;;Y& z8l#d(5qn+Q0q2vg=~vD$QcKUL$ko3xa%-=@mL(e;wk1_vjNf8xRDA8B0_hfbDTlG; z$!3fB)D4m`4~gZ>GKPmXg20xbm~7ywD2FySrF9W86v$Ioe%|UL<;~!?C#F^r8 zPGQ`d?r$zLP6*H4(T3*9*NCQ!6Lv$vEWpaqC_OJv`%@AAMPg|B^=`S=M9ddG%1w zxW=b0yd6XCK`JX*zZxt28mhg0Iov_AU6f-1gEPqtE(0tkLBF-`FY5Z*Jiw+(fRCQ$TiSQ)#@8(U4KuAQ7oYLPky> zEJ@|pkge$a^>W>n?*r4zy`wQ_eQak)ifONMF4^UnYSeM|ebTw;u2$b}Ex7-@bX`hGBl$@vQFI zvY^BX|J8Pzs#n;0@K_Lm)cNQEkpT0@j)SnsFF9qNQA6_Z{a+wR_-D3f_-$ut6I9Q^ zIU5eKB(Ko)nO97f>u^rVt2#&w**5xRYiJfw88rNn$(~BXNPZ9uyqO58jyVw}nYfc+w7#D&RH#oSmD-3yP2o42*_rX&5+j43&L~o-@V!OBK^jM?Rzli6vhyi&p_wLdTR7&pcoz zQ<24O)k4^~V$r7VQtKJ@U)rpQbjn4rDdlbwO4Qs@h_Q{(*(Pt9^$o{oNH82f=`}@6 zfblA=S~`30m@N|*h29vyWyUplHDrqCikQp)U(jI%D9n#Q@udND~G*KRJsHz4f1 z{CV125n~7($_+bPahEy5Ydlfr>Z^qeQL|xdF&5z!l)05Xr$2A8X%?552y!$6w-FYh z4*Rd?8+`qT4Xbw1m_%{obrW^=%bkq8GPbM7PiNGxjuAeMswaM5tbzEre_tzq#6SPF zwG!}OCsY4vtz?$u0@2k!V?1sU;raa`Xl+wUgu1r7QNEa6nRTeBbiI`%DAbw=nT0=Hyu`Xl>%XX^(Yb-<;PzH_d+n`d7`NsO0jmI*!}a=iKc zTJs*eq8_F8Le4umNqh@M(ppy`=5y`XP>q2keylN!=5v`n^@_#OnbYp&Ljs&GHEKOb zU45qwy&>Mc?pfN0!q*{7xCid)7aN6x5aJUJYEbX2!H~t0<~(;Z3X>C{EwaLm`FI#f zsJNc@%{A1MmngC};!=s4izU(lg7BTo&15Cr-BJecu#&%qM}{$BXB@(=o|EH52lk!W zxeW!Q%vzE5HCP$BF{fI@c5L@+%~A4egWlwsJrHUyJNUY*~@ z-5y3r$r>e_*uS_65COZz>SVoU=Z3yLrUQHsEmC~nqcgFOfr8aD1J#5D7!=&=o=NQo zzw?(ohVCr>eK2Rq0h$AyY+y(cDB01y*UC3PyQ#uStLTcG zSXC-jJga!k&@MUr!K~xWRfW#i_nGnWv&>;x+MjZ|mX7N1sCkY^q~gLSq<^WE!S3>q_R3B#qk0W^L}ML1HanmMeF zlZgTqV596gtASvOI;|<}p_~i&IEWkH$}r>r6spJ`dur9v81~*fCHs(fPKyn|ppz29D=0V+_);xTedV-S;8M|6)^zu`ps3rhcd;JA^onga~7cK!x z$}Yu3E6yv1zLnJVO`e0B7w##RCf3KGqFeD&_B#bN2itn+&HCj9Y4SrKAmiO=duuai z*)8YtP1^21+Z9vyuIpES^GEPIjqj4Nfi?kvJC?CSinDo5NWiwV@jSI4SWM-I!yc8W zpbH<)**H^te~SvZb?FTj33Z2mO^(Zx4s#!t{{@|-KEHLxorfjf-jqiA*368Ca_gD% z%f4V4r+yYlLeGa!xH+*jAr`l*8rzXvuSo)@!D~;jBDaprOfWf{qYEjq5#FatAka$J zbd46UP^uFxb}7qPGs|WHHTZb6Q3GgJd_H(;8tGYXl}gnBWEVZ}oG^7>)O&oGgl8ok zleU0YoX$IHdAj8~P26n2I|iZ8OkL4@v=iKZLPZxW+0%n_n-;ol5@?x^YI2N47>_dp zF7x5TIp8_5t=wR2G)H0e3C{hXc!|A#tuqYcr=raI&2Jp22|}8rrD!bAX>tXPBno|M zbI{jkoaA3|0aR?io1l1jU%A_SEhP!=<$W~u$s zocsc(^kxPQL6f(#E#_O-$toJO58nA(ohoa#=ZY(^`6_8X!Cqs=cI!%X_SGm=-0p@Y zn#SaazBlQ7-66*8$BEX3LUuklT%)hGf%*=JZgu{v0Cem2=ajEs3fPJsii{eCwBA;u zdGozfIMW#CUZ{@?Z7JFKNN-ht8xXnmO`wgJ_KjM(nbvv83tUiE5JQm0EhWh`I*%T% zZxg?pg?5Bhh$iB^H{2s4zJ{pk z&+RVm?f^3brdy6>9Y-rx<^$X7&5kVV-J67MaWNwUdOV4jO0` z{h)`$rwK7;=KmtZkWN4%G*4ydp;sbWGptZXV14ZYi7D%&$o<>qbEg@hD^RIur)|}P zi`TBpYtHF~`+5scP_EoFqw->kY*d2)-YECk6`C_8P3KE}Uepz4OGCHh&RO$wJ_jlk zuhjv6GCdUV@sE*^cT(M@yzYR z=}~iA*N{D=_dg@n8loD4HMMEkEf>gq-m84*IX%J`66&gq?(>qr)LAoX-Qh$$$A4-* zfz1D~(8P0UTTfJWAtiC4&i|q7Nhm(yWKIvjK=tc=Ocvo)$eEeZrKeGL{N7|egbR*# zbUA)=BJHkHqrYxHWo%wck5#893!D(IKYqy>I=$@RrD?Tp@O^;O2mb2&wlNYHzjK&9 zPYAZ0H&V|c5uRX*A>|hJmEax0=BmwTAKX8>}@t z0Csv(IXAySN2TP<KyC1C2_l@FD)(6;w4aWMPXdmvM%)y_u4=3wS z+K21U4d3r+AMQWcguepw?{Yv|={wa=T1D@i55d-yb zz;J&_I^bquVU}?TCG_{5^&ev=jSI$L{2!F%pq!KMtjnKc$IAAHvYh*WGk8C=kU%hcFg*Sr zBLx!S{yI<`e^ZhFcA%{Bz=$Qj=W8e!+nF(oI9nOp%By{U;eXE6VB_Kf5q#e@=DItgt<9;Of*f}|YodS@QiXa%}5lZhVAGxGb`h{A6>@?9Lx$qmv<@`ALIY)qgv|3|O>wI6@|sPX(1NrF-f|3;0E z64*EpHeIwmxrg!7gVsqu+kx%}bH^{D{VHwSAQAs5&~{J*b+~psLhpJWhrMUV*`tMe zr*M76X}oHoZ7aX1Xh1498?P{F zA||U-P*4T%oNW-(MFn?Go4VYjNE7tOP9L;|jMxFGgpMx5mv>jI7n6!eTMy<%06xL5 zpFiE~4{Z57>C~j|R$wgv7W2}BlZD*)f^lesn+8l|-R3nX$xPw#I?_vRSGCU;w(RD% zY|wGw=#_p~9d6M>6+bPi`%`q1yw4MznM-@J;Z$ zH~V@6jSdl`<7kOO&IK7lA2kLG+jep%yW#r2^}qZ`_-SdKp47SlLq!O3QU`zi(4ZN{ zH~5aWN;Oz2N{Ah&J3h;PzHnK&;6ts%M{NKQ0J0H$9N_Ls`e60JN-n@P!o-mm z@a3-HC+WE)>Oe_259wBY8mr;Ad47C==egj@GW$M{tJ>RpGDZ$kb zIn|SgHAxC~BPO&3@l!ABl+OpPjyJjsXD@4#6z>aXCkC$)b6NU769AE%K1ta>`&9P{ zP!T!Z|F*|**$$P|imPJk^93Kc(-NXV=8|8VRdjYPMUH(EfhO1ULN2$U=gY__VPv^w zM3GCh8ydNH@7(5nV{cQlzpUwgaj-X~^Y)rGP|e-!K8E3JDf?{43`${EDnpOh!^XA224j zX95czgNg>toAF;BK1{ZZWbKx~Dieeuf2H8Ka(iaJHn${$4xzsIqAuFC8#)%2RnB6C z>ziUt&hZlhNnhfOsjp3oH~V8FtJQ<`H=?G}FpeEtELz4rLqitA(oaR1-&G~&d2j;8 z1@=1j>3XR#5an3=%`j&WESw+KhU^d4bMjPQcIlqIk|EABt2l@QHcqymwC>vY7Ny{{ zH&A^Z_xaYZ3n9`p*RtT;ue&w%L2=n)EDhy>j4R!CP8}QGD4DL*+t{9NF5y-5$ z-nP&$C{AwX_Y?5uQ?SnEROJebp(XDZ5UUy4@TtyYpGLlxsHZ2VbMhF#5cmFU?kN(K z^SaS%R2M=tPX;=JF}TRhQV?QZn8x>Yh@7uL;GFJpWCcf;BSRsvLydp>Lu3bFd^#?} zsZjuBv@bw?eZ65#AlL{@R_-MZP2Qke-X2z(SVd967J1P^hB!W{(!4VSF1FEpdqDfjZ!s?l3qnt)~c^p`G~~}cEGJbFO5x?W}F)urX<-RX63kSrA)e5jS*BQ z%7}!ING4H-5_m3F%2Y?(g$}70m8=pHNE_ufaAc|I05e}oXe}iixXLRB*q-?K2KLD7 za?UZN%et@9^lV=?2S^U38G{E^)hS5+A`Mi`mr=-;`(*K2Q$hVu zG*kGxV4E$rhV3xBK&=0@&goM#ym;A4Cx>92e36Eyek4JL5D8v>><;w9p3}&rL$9CB ztycAmrMkvwhnw8mAz%_q19(st)ou)7Q)-{LP8BlPE82=dqQ#~qcxDAK+lZvKEVoe2 znS_g(!dwlQYiWkqu&z@Ri`Eb=+i6>}7OBX8QOcztdDk0gKgRSSO)JE}#s!*ugf7n4 zC5F~e=M!r9m*gf%MQ#h37klu|Jh8CixzZ-%uQt^}%gu{Q*eQ5yp9Atu?2}(;)706f z6AY?Wp(?t$xViDeIVOYac&I_jv+o6#N@tDPEa|F6&0cpia5~q@E6GHSgiwj+>A;qH zbi3Lk#kSfY!EfJHv$WH8-Qet^S-=e9+LHwOQ>6BJN4Gl{>+SllhLAPru_|~+XL#-% z=^cc%HbafEC6%la@36hAi z5;Mh;%1~GxxZYvXy<|qd>_a!#qi%EJELe`5T6m*gN^W(dC8;y7na?IuC8iywnYkRA zYaD7*+JOFp8|c)h(gx>Fm+AAjJ|08Rllcn?vvD2+1r2|lT& zlpxpw7EB>4VNx!A0M4Cn=P3tJ8_!82UdX98Vs|Izyqm3(i>7@D>Y!dGm+bW#aR{^DHn@cx}VG z^5P3J_6YwKA+iQ7|5r{yEr879Wc0I<})`myKBt76GH<;i-$kRP?Com431l$^(+vgtaw$!fwUAxu(P ziget6nTJX7{#0iPVGWwWw;r1;5IbN+X+|3S&G{EjL74ae_;N-EqLfCcC^tR~U1&`> z^Zd{C05CpROK?m}VZBRulNb(&mjxDrd;C#x*`^aEC>t_{<0cZgJ9eaFawc#ZF<2G! z0~?GEJx?ywLr$vNPhhMkGHs5$VTXx;WPxSJb@FBU-vYG8vD=&ZlTSsB&%o-8-H*7Yc`<6^U1g_fv^Uk;PdPjK zImJjP?!Kw(n2DP<7bO=`pvsydvaA*sNQ~MSwor+6Ek-FsZQczW&cZ)&C0{`rzRVC&jLpDt9JoN zKl9ia(2xa;lJ$RO62i>^N?ZMoJ8`i*;!eMMgaGlyz}SH-!jM=^Qo@i|3gEmfKi0J z+(g&_)LHNc`gqR6ZHRE{Q1tlmJ2ng4Vee3U;aMl>p3G(}5FgU?4w@L?96{eF6g69c zMb*d|;LGO|q*_ShJV)by;=lS)Wmp;-$F)uZ|~rX@TQ~F&n9}A!H(*@%8Dum=AxU)6RJF8e3ddxz}0uq_Uulj1sHzz z3V;R`RoqHdq(;KpFEQO9^uiGAl zK&~GAreh(_?*i9^) zSXg)CGoh68WKGsOd+$C!v(FlwkpCNjob5{lIyF(nbX%qvYuY=CgyAtA?(i@6U!bTF zCb>__TQb~L-VfR((|huBpAZZ7HSd~Um)Cikno{bta<5p!Oq>I1Ck>z`{UdFRSt9wN|oB*Yc#-#9<;RN9eV1A8<~&F z=}#yHXL2%Uy}MBNI?#4jdYAaERkv{jpj)l{A&1&>Ecs4JeP5)@Xy$DOy+uV?n)ZxJ z1RU~mklV|)5p`_m?t>QIDHTtlU{iXoPZ5zgSzQtK_On*WnB^CAZQg3{lRakh(tXMj zxi6gk9N1#E%Gw9{(uPd~E|U1GAUA0}z-5^Bw%-&}$Lmofo6Zrn)Mgc2Wb(5I0z@Lb zRn&F;DRb(wlJoa%2b_)#OoqMQl~cTtV~@;r7F8g_3!0rimF_sb-2`l0Q6k>47ZDam z2~^>3qIrN1CeC6$H|tx`nEj7!X1WQpOAJN+QOW4Uy$erU-nW6Qx7y+|H96PB2{P#uf0cya1@3S2))@ zj`V0Eq2sFvQxpmL-o_*#BLk4`>{=WUXYk8uW| z((Z+-t1vX`M1ixo=qoE&#$^P#m2Ikx&Jna(KccrU(Ou*XFo} zg5FC#5u?$svb;;3R$Tg!i^@GxN|h$NWC`>9J{l;Q>!^g`NG|>Q2{-_fnQVQ1AH8Nh zB}u$ApWZqN_6_|zC^}24Dww9d0+?^qB2!E!8H9ZEGvW%%{rWH3b?06b9qjrmbA;dT zsC%f#miTDeZCg*NSAy446%VJ2X%~qLxMZ70qglTnc@OqxJW)Hfq@Q2%j+v~($NHL%b=&e{mH7I3@>Z#C1IT_D-M!E z?k}Z%hHQE?5ZFIPaw-9d3!#`>S68#=zwtHzO1#u z3aZoki&hNvcNEFT&)oJ}e7=z4z3>?#fk+<33zAifok7J*L!V<0T(7ll0r#z*<*67t zWQf9P1vqK3L>NkLtY$dW7hM>ROz1>HlaSpc+blFv-dT#3(6yR*`iRIhRc`K4h6wMI zu{%NHJjm?eq~1zjrK^ZQyozu{aikS+948kKl7BtsNn~;631{e)#oFWM=pZ;*pWYXBa!- zcW0~|4R4+eQ(NiF!6HH^TgZ>8RcsWLExz-~fVtbQqNCkwBOw++d>9Sufl_+|7lDc~;FA-n6JyMNuR8t_3hA#{qDM$da8bv)9ml26#G8Gc6o8Z0 zfAc_WJ&_Fi&6qRFZ;T4XvJqkx5q9ydIE+VEG)05BKBB8T6#c2A>j2lRvH%|Qaq27g z=lGIN6S}BkgzwSWuEBWT?oj&LK!b6!PE0Qp3I{`w>{J8dVg(r+aA!xaYt$Eb0Z;(d zlj#~jla+Jun5>~#MW-i>(_NU2_V!F98@lgJm~dyH&fy_*Zn7ZWtz0GINjST`ZbQ32 z`UhR5q+JbcWF{=V&n~3{VRTWjyZn~a(zeqtr+AhJ2H#A?@esXb{swfyQA>vP4zuGH zVfMQfdRfQ|^F0{;W4~_(G>ig+0s5$b!Gk}02Ba1O<1qOTf)Cyw%=|xD3G)7L0`ecB zDkx5iRRP2KQ}V&~OG-2+C_nnI@cYr;?}u5b>r+NHPVT?LZ*5^PBEw%SI(dIW1&?NU z-$fvzV&ZZV67--r*~P)u*yVpI24Q7o0d?eup&;jDP>%Z>F$nK>OH5#L0w_W+Pk>DJ z1Lx&!!i^%Gtrq@iB5&{Us|(m09igK4t%XX+6jomX+nF z;7JlBF9CJ;$A^>rC(%7Av*bVNG9H8UUt)ADP_(ON{KAD9)R#wMUkQ|F4Vq!|7obFH zc2*wFzXg|iM-Bu7Xb()n4?Q9z;0DH(4u;pLgy8Y2ZJZHQ(dutrslq0S3#e%4(GEo@ zeFB_4i)oWuV=}{#8x-+vU7mL^w{UlNH!o0Z;}51ee=Av9{$AEoBYMa@aW%{EAxZ!2 zl#uZBwB0wKoi@03aRab;8WZF$LB*~Mo2A|l53xg%JG*@C=I)0;ZocS(eme%7t!3=?IJ1lu;6K|ID*>5;GC^~HnQ#VdSP7Ox``ikv3EVjF z<-Oq$l??YL9(=DNd^rx1FfH!w%k}PkfBD`m5qi z>yLzVdeWq24wAuuo|)s-JRWJP0ivx-H9A{(<2?3cmEdTRAlM1+{BDh2$}0vwy}1vQ zzVvj2ROTq+dD;}KC-GQ5$jRo8*%@7w5l8sL=aB{cedF3pa+UXC0gZO6GL;-C(hhoI z`c~ZEp6AE}Gt0X+=7^oM?D1{03dU}On#_Io=>v+l0)ICE$cw7hD&-#wPqNhUg$kMk zj*`}nvh)U0FqEb1midaCe1wJ5=WU=rBaDky#1P|)xMMAQZjPr;YqpJjQr1;(eRm0=51Sg$JfxVP~y!@n(Rh7)NJR2 z%pbYCg_j3syz)TVJDI1!nz@%|4MlNff(7RV-I3RV1R?MevWh|07=s7XCO?Ri!Pgwy z+5#^LPaU{;&&4{)=t=nT%#o&S@XK5vF9TKJ0GpNy;5OW{WMks0px$-}Py-LY{06$A zP6KYa&bSJGF?CW>dX`SfOgX%VXRucrC@Lj_Y)l>(7}*Zp(j_OUc)n5qIj&F35m$hJ z$Mx>xlJzPjuMhh^{}`jR;hfzh5~lv1cbwah;4US~xo(WfMYAJrQp!XP0wK0K7>wsi zy29i*U?j%H)2thn?3S94mI7%skd0L&6=xCe(}(Wy7=iL#Ho_pV5^i;NUP!mb4`Fn1 zQj!a3g@Xk ztx;2xQ8iv+6W6%J($mV#egOsJq%zEkSlb!^0E9Nh=$JRVpM20qM%dA$DOpBdG&~rH ztzTN={L(P&l*?KyIs@Le!Dm#l3wCFH9~9(Biqh>V&VamwLshmHIdVY77#EejGQ`N- zsAV6##e}7;(lLIkS`( z2cR`KdvRiP@3d9@`7`jz(Tk>h&CX+EkYcQ&FJ9QKbVlXt$Mx`8 zDFQ0Ks!`0hiXau+Ed!Tbr95GF-bl;)M*!5AV@E1kfOn!Dtw}B?h}ng9>pStoE%&%< zax8^nHu+oZSu5E#Et$9OK28M06^d|8d)F|QEw~T3IvR4HTxqwj1?{RK@waw`;w$Vp zv}2g3GwNIEk}VtC2whErjvYva_KZyY0!}bp#rg7go((pO;a{>Zx_yIU+*mhi1_!v$ z$MhUjtREH=6_G4&ohoR=T~8s`dLTE$hc{a&W*$17XPB+OF|pHBn!NAtUwyfZ)V#zy zt38d0BuPLvB~5wZE;LVh5?n^(+=G<=HcOMo7n1VCj~L82+62nxibB72PNFgi9ye>eLIOIMH%y>{0h5Sod!bA=`*-Y6YCT4{%Y7t*m z7^&T8Tx2mmB}jfHH)hZR?vptH(vwK}@w@%yMX@L;xlYf{Fho-{Fcovb;Ta@}X0PhF zHo@86Bz+kOdKax%*RJZkpharJ;{mE)um)jQvR9r{mxyXN_Likt?WtWUr}KdP zeX2o4*6ujWO)sWn4#zZE=`PBMX~T17rRP>1?Dg9H0ZZ5VGfa|x?BFOPDAq&D(^eY$ zXr7*{lPD=6PFIEawB^;DQJMhHLu?@f7Y`u=UhuPA_Va+w`H8pP4!l!0_Yl4|r`nt2 z5N+COZ;F%=5UMo_n5eeOzVwCQoO{O=PLSCnb8)oQo}CPVPtV!#l27K(Y~)Bdy&Fl% z7_}u?pJ_I8m?y-e-+J2R_=4uxWmAD{Whtwa>l4jwk#NNecN>@RYms*Vtv=yYR`?`F zBE)HX1f%TR3F4DU)NG;K%CK;;>8y9mM6M;&SsFDvwoW(OTlEP1ir9ldF6U^leg#wS zc%*JX$sIhDj}uWwY_EN=brQ|j0qv~0im=yjW^-WQTSHSMvx8ZTw897SO#=i8498=4 zQ4aJXbha1^8OMu);Oxi%?Ju>)4&J0IsEao{yLdUf@%j%EuCFPWe;m#@N}4X+sK?&n zo-Mc5a#lvI72~OkEDw>xW!_8Um$9_SV$11qE_uP`ZfBBnxGSwcV9Ml-xzd*Sa;uU| zE@j?s-g5RWUB?d8lGw`Wp&H+N)7Ap3;F3Vp*d2?HDjwa{1n4uSfKge*fe2LIvSI8@ z3V~F4g^hb>U$+cvnG$I7Z_AnITn*R(3lXF<8j;QwOZL;KItcRTnd z?FY_SqR-XtCvl@u0AN+@GZs! zrOKQj_C!MM^Hh{R$mySRnVhVg#cUcgx2s{lJ&-Z0>h`)(18Bq1Mn#NTlsd*k-`nTW zY$(Zdv*(0GNG5W(n;B$8Ag>;IQljPUXX(U6NjU{hw=CaMD))c8udg4jDu&P;7+aeC zU~iunfFY%|S*hMC_ihlK8h(1oI2}DhNgF3uNYH3HeF9ci2TxMi@BDMgDx{|Elx9D% z*4!{!*cj2U8Gygt9L2+1d`#frZkX0U+wlV7?ThMS0dpj?(G-GYcF*C#K39IHrO$cn zjNJ1p%ikJ21jJ%`5#Y1*8UY4Rg{9M{Unj$Ngol}Ob2z@llz97@P-O93(+wgUEp?Jw z2d<#|ZFC)c0H4SZ+Bw)wg3mtJ5OApNI_bSxy6NP&L3%o? z>3(T%S)LLMdCAxCJ->*B0(YDi!x1^=gvHF$f`mREn2G0~FIVqJ8X)qHS&AZ;pEW8< zHHkCw5hXEIAwKlPNvCQAy^a^Ot)RCI5*sGLD3DBMIJZR09?aJqW10_2Q3SLD?=+?v1^;uzNc3{_Wke4{fbrlu-m zik|)pCH6Tu?nhV0gSbkQrM#>L;7#j>+lT>XG0Q%{!q%gd1D9#RnC$8G`!NBh#tnfH z;%v4HsMHARF=27xvGx)3PpupG!^EXl=T-7{X`D7Jaj0MiX}jU`BN*eKORBc!JCgcG zr91Ai>`gJmcqBS&kqw*t4%TkWMiCx-7@E&NvYs-0X{lO1&(n%M3}K45^|1Cts8U1S zDs3-5heHGARo}n~V=i)&9EUX9d*mbc#LTiAa$nUm6s91h;gZ|0N17gsc)mvPT|L7ME;H-971A%; zS^Dms5A?MLanRUGUj|AqQmhUhx ztdZbBuK^L1z^JhQr7Q->rQtiV{8$$Q=U=?uSy_H?rQa)M;DIV-u>3)f{zZASvizr7 z88Sak@u%?G#pJt(2QTYij5x^2`=ulWqmFQ4KoWQm~Fa*r+X7JqHkCyKs z>+v6jEP#VSVC;~O_7y-!G^ht4K?oQ!uuuhzJW&)89q=Y`!{h0DCOd@m%kBb{IVo{FCO&g1^7=%EI^RZK~B@u z!Ni5x*wKpicZ!N1Ssy$gp$4cV1}hgA6X=@*T1c6=|E{R``*-8J$sr|xorQ<}S8!^T zzzUShaCHm*6{LK?WcLr*6<`l(E6(bziOiF?#gd4}45@F7kxWTSwv}M~x*mB=9J;M% z13UV*aMEQ4 zlg(fTd=LPGkQmR|=$p+OYF4z|&y5`}ZrZq!_*>R=Vci29Dgd|k4i_d}LxAc)p;N|A zfd$>WY7dlm*XiO5GE}p;oHm|;VWfg6ulgAhU3=8+NHBpZ4Fb>b2O7*8xb&jWdFbgY zBCc=RX)0*!J27jlQdM|PXAmdoFc4|IRL9@(K)wJ}##h={qKDh~t_i~^`@xMyKEKf# z@Q|-ftllX!eyZ&uJ*Q6b1y1k*WP+Rhm7$o1^oEcstysPL(i^!yeqN70LX3IYKNSE& zL~old6@KkXl+w5A=IM1>$@8(Dp)$zdWa_h)efrWoC3-m$zI;5WUc5&iz{N5R7G;CwAocW{frbh;&`i~rfu0iH zU0-7gyT~ljH5-^*+t;ST3B^xKUl4f>+8)Z&W}HH#-sQRuK4Eau&?seMlGUHEh|m%N{mQree^L`_mO3mh)cLRBB2jIU+_ z+#?`$!+fHhz%C(ed^*MR{6=t)g2@EZ!F)SelhQg7rMI5Qxp5~NC9{Pi0gj1Ckf3Ld zTD7AJEfR2hf;iq|$*VE>imLMJL^1~t#~Ykz#ut9n{;2op6Zje3LKUexejl2AhEd42Ghom7*i1O1qSqz1(e)^} zhy<}*7ZzOMvKd`DoXW*`%hTSq$p$n^u~KyJTCus~GQO85Y#Yu`nwx7^U$!w@19aq` zxNBunmwI8^ab2S$$vP3vZkUWz+P_$6R=DxQ>Um3%MyCDEg1`2Phb6J%L&Ir&Cp&jJ zB#!A5EPgHat_J03lcu&H+L^$f`sm%Sbx+rm)B{C1p&{)p#TudL>5Je4$Ek1L5T`%X zl;cO^`Re=9&_|-_O@DQ>q)J7Fum+fCofUCKtBjjzYoGWSY~5kP;OhgEIsN=17_X*% zb<$XJXJLDeYD)=XmnF0pp~<%TKRfbB(9|PeVdx(W(K1-amfW=nl@l zgi6;8&D^0ABXxHvY03_`n6I7EFBW>Qv)?eR_JLUj!Iy2TkDRtfHi1N%W&zNu3uU3? z2lkRB>^`aJ1KAUpI(#jfLK@={2tuPhtP;5pqZdyitj5hDo$7&9@)e4&;a&z|eJo7E zn{hcf_&>$HbzD{57A`CxogzphAR*0WZ#InxNJw|LNOzZ8I;6WBq(Qn7knS$&21#j& zyLo-jIg01I_jm4h@41VA;9=&NV~#o3nq!VioZdsh$|pHHtTyzGPO zSUpZ(-4aYqOFen-2V~K5u@Nwv^${SiekeuKL*6d%Zn&@IxI#+D~g%)2T3 znmDE_3Y(s$#@wOLV2weD4aiTu{R8>w5!sL$lcVIDS(}d=@B4BxmAv(AJNh&2d;1w! zYfZj&@H^W%oar3$L{tSrT-?ACU6y(Rj$9HcgNQ#E<>?F++IBQ&@iNizOfb5f$1W(* zcW}rTroF8D_tj^%s|rUDiwz~(c<0aHwU^A)-| zGTlzfwYc&x{u*C0(?-uVle-zg7}x;>E;bihuh$IUy9Fwy7skj!#5mC-6k)lQUp!G{ zicNc%5NC|CkUc`B*abJvpH!zlO{-sM(?{ww-i>(gcHl@-LIHDmNnhWa)6 z4Zn{bNg@=XZvDU&^4kzvTdOiYxD`F4ug#qs^qWr6C)h0^0a@w~%ZWG;XuDtXgeJ@o ztbG;kt0(%n*wl5q1~KrQ_1F)! zmW4P&Fu*Xi-S%v@_{t6uo>IFIB|FzD-~r($jWv1&xp5Fw(&JA|{{ z3!p7kgQ5)fj4Z@FhJTDPmH-)G7vTP|1DVCJJ3ivk$+^T$Df!P}0bkDR0d{kQ?O!^|$oF9p@lWs)$GK)%aPLlkd- zR!?_nd!pvS8Wp~O$gonU(wFDq-7F8X&U8kXB3Jv^&~^R49t#0#jkykX;cTTNg`etP zUApIOFDt4-XjKn1B;aYWU4Ez}VhDamaIy2g|Z7dd5jBxu{RwdH>l;8E_C;4ZWnHvXn`R3}T6X6Ngj zgeHb##wkjEEjujziq_po(4o{;@VxuodNM8gQ;6&Epyp6uyl4hZ3scG|6MP5H=Et(A zL%9MIgird|ADzAU>f-%Hy_ttzP(C+6cTJ39$26ohFmW&Gq%*1x}G3LO-T^M!IugN@R zMFygh$cN>k%Bitv>N#FC;#&G}%P_#i!jBj73lRKJ~s0D*R}3kcY@jRa6Kg z5%|q^lKfatmAqa6ZmZNi9i0XFI>Ju ztWeKRDkkXIPV${fc)(t@GK*@gm@yt#19=>T&X6kO*LoM!6}=h z^7{2~Qr^Jh{0#}UtZ;dQogc4wkhNW;o;v}LK%1T+g8e~U<{9o@JSHJ3# zf3`d~;oZP}y8I7~Kv@KR_y z{#$&Z(D<#7UMw>Y81{aRKlK@H*c*=D1bmB0EJ@*rju_}~Bj_@V7^lQ+Au@=MN+6;p z%SN2))V@~YoJ^POrc;r~WF^#A(1+}#VDjitW4 zft@(oWC`Ne;s;Vc^lEDM+l| z8Q(D+Uvsf{E7Nj66HpXjG0u%zJ5^3nNqm6qlLy%P<^h?D{gi)_EqgiCt^pLAMBMx;V-7En6Bw?RB< z*}X#NILDKZQC;2rU7DV34z(bS4ZLCNnhl$yd@W7C@XV!o`KO#4Bx$V$Fwq)+YVdfa z33vc9?st>u60>>hdsE!xO{%C3BAP?EB*Nd_lIHDiKKLfG@W24?G62(k)My~mg%3oe z4?9S|xdrQY>o!PWG>dUep3v*rr1+JkzTELFblXj7R*F@YtYH7O$`0tU2?ZP+^R}ZT zYKwQM97Xb*BGrfs*JoZen88t4{ZI5lA3ZULT<1^wA2^TF+t0*Zy6Xc}g?5arI1UKZ zIz^O?6C zA~Zmg^9jh>w4o7SWVTc^TZD4}Hle3#T6~gj8Bj%#8<%6NCe?aZJU^eWHkDBF=Q|5cvnX0 zs$*DJum_a4jPTjulzA+Bs@E1qcOCik6eK}Nbem}wn3Gfy>RHW;8YolBmVi@%<(a#B zsI8YP5$ zSRu|_@zjJSjO-r%QGfmIlW1y10=mR^lm%gVdr9onF{TQrh69R?=S!%z4C(Buj1V9E zAaQ04Wi5-<4^OkaH=>Nhpc?guf#Dyt?9p?^3b?EGN&yL$bQ*8x-knTMY72F36p z)_;x^HfHMHUW@tet6<^i7&Snf$p~zJ(BEpT>Y#Nh+F=Ue53C$2IRKn~TQaU1Kzu%h z2lHaLvw%}srnC$@Jqz-)uf8w6A7jrB@PJ9wn)?GAuFk|(UEH}$1^Mzrs(|98h-tV{xp?7k5PY; zt*uEhHm~R9cI}*eK8OV@V1MVRXvW2FQaT*Ofo|BG3cG29Pxuv>$-ny7j6T#m8+>53 zF}=A#MboDc6g0^jOE}iqll@-Dffli6onZ0t4ymf|W?bX#>3QtiQN1S+a<}@E2mSSD zrD1f8{%o~Op}Lj@dsqTiS=xRTl%x?U>1v%e@8-T7iF+e!yyA$qZscBifj%MU(4@r$ z|08fedu?Og%@BXD=6CvKVU4XFp_xG1%Nq)E1w~dks zgY!f4&XT2*A+9V<+l-j$ko}p6oInHXME;6HUh5H;(tV+@I9q0wkn2!u6q6&4kwMuH zIC-1T#-`|#c5@w*^e(9)UFrAgBBRS{d~QnUT6Jm9==Jf3`Vn;~g%-oi<6#+c3w1sh z8W0mYf!VbtF3J%#mPIBAAxH5VE2xZT_0sl{3sGn&ak26i^<_1h=8Q;(dAt}-TC<~D z_P0cl!_kRleO26QbAAH!9h#);5!Mqil}E_SJoF#!k~VyXCgPM+6s(HNcnf9xvs<+x zj=-8wPmq)8g(!K>~E1h>C2XG`35iSBX6pfa&jL_SbkY zzbvzVAI$vc-gIjJ#{<>=#x?S9S5S;_=nAT73O!+B<^0_dPF>ZKgbn8|dbZACD_T$7 zC*Bo;?;Ubgh*b#WvRHJ+2})rVlCwD8=le+pPYgSxEF&Um!}aTo>O5}b z<4)SIwUQgWamSI}QQAH-pPrH8Fs0E@RC>2%)?*#ys z4dK9LuWcHuH0x=Zg{Kn&im}R-5-r;MFbxbetThs&MVvg z(0MS0vq9Bx8ss7^KKN`HqSk;S>0;kpn8wT8SxK6rr3|CowQlmheo)NOTv6LVh3|N# zaOo<&f*0wn< zF;s*(D7C0=1&ZVn>>>U*h{5&9yt0<-lqCqHnYsov-Dn!uFBg<~LSCl$wQ=l9ZxX4W zAZWis86;sA-(O*{#})tjDzo8~`4#fSmA!G_gNbUL{)NwF#WJC~m5-!AHX6xBvVtGN z{F|d{5DE>=1S8)uGd5okKFN2kOQ<2vwIsoF$9vF0^^WpEfpt354Zd;QQxQozH-7ZI zW)THdwXv8C0~+@wuNX*KM{!4AWXw8=Q6>6JO%Z{yeQe<2y#36lP}qVE6gEXi;YQVV zH_Ojx^wJnht`8bbumq3&%ganU-=)CC>=GWl@2QNPUp^&2PF#MdbTGOpnXc7qaG569 zT=0e+(|HSRkG$y=c5~oK6hg7j;$Qu9fkPy7Q{N|7^FMSeAHVE2-?gt#+{|!p*!^^U zn|%nq=^^n!DYBJ#@$W<7e=?u7P3KVO(PC{HKky3I9CVV2_iX%r**L|A@jwiQbT z>BdvHGw+Bpr5ADyklLtm+(84<=NEc)A#%!5&Fk6NVy`u$R(LL*fSCu@jA29X3)x%? zc3s+R-TO%k>2QSnK~|VA${YMNVuyqBIufIRCEaY8i~wW5%XJFf;?6ORx%AWZZ7<~| zMeB#R8+E1#CQMyUxN_BRkF;Za<1+)psWpR$$%zo*RI0xuKsa0+YLA7G7Z7cW92NZv z4M37TtZ#$LPIfa!dSfamG4oEu3WvMgGw@W6J60R(W7~gBti*4qrZ5reY&SEPOlO0X#NP{sv(;yECU03XayuL=z6b!yyh!4zD zIe^I@zZj6kv05gRHgS`clGPm{VCE7bO6eA2Qijc1Y7dad8O664^6ZVXSwa30= zg}^|#v3j6Y7A&LNVXJS!9%_w8(nP#|UCI!q-NjK)EpCNsg6`GEi6ZIJ{TbuOlq;JqeeBdM zc5-7p>-CtChQd-@h+n%RZy6*PW8XcCJ6GIZL?%wEP4t8j7`@4ID`478c@@f&1ssp7jgixcOMpG7; z-&k0UA6Z!oN%v5ODhdARHeY%@+`y~V>jIIJ{qew3`8F`vh;8fe!%7g@5m}2x#x!9T zbda-*;5yBTZ>qf0x9qGqmDY6M_qR=mJ%`F~34OO}id^OUH-zx&q$pi^4zf4)1TpO` zp9|O7PXj3X&+Q_v-;2YxdeDDb%lY8yd<0+Fh9HR%2wr?b-&VSM)5c!Y-h&kwx&+A* zml^d+t|c~bcHJ4S0#{Yz^zYQ(*3;=-K6(5`_<^$(+0l9MhXKldP3+a;Fr>@pW)Ezx zdh}t$I1fLBLVTKw`@$aGZh3r4K6U8*ah8J-z^u1$efSSJ>`pX`zM(@3=a{V-i%obk_Y2MISGnzVZR8|w=tj-=2m%ry zEOnAsbR5+xQjdHyfvn*H*s6#Klg)``=QA!5%eBw9Fs-{42dG7gHOk_)wlk0x(=MQZc?;<*)K6KM~)#q@xyq29 zHs*yCFVEcuK#FI%fL2e}WCa@yABnHPMcIQ+4@iJ>-z(narGMTRD_wFC7E0B9aZ;tR zA;f?$g+%Dfu3;H~WrQR}P+Y@D-ES>0l0*}!8ez$`q$K2jvOqc9&{sz7G})2i61^uG zv5@bMjD6OvHUE?9zXxL?=IUBKfnG#-(7z9lNi^SwSdwgy0b4r z$gZ$Im8xn91)v1NN+#y?3nsQ&ppGHKb~<1`YckmVf*g3`>O8q;vZ?;uTA#lxCWFJz z_H7qATmAmz$XB(X%6z4ompw07*9 z{JiyCx7z!=3S9WO1f22Jg+$xd6&qw^va*?PY_hCw$WSeLg^||1UmkTK+K=m^uC*?q zOZ{~1hE8INZ`8%?V-*wM!x6hAJ2>LzWyXPu%gSA1J$JUY9#X@bX7W(wA2kK1rBor^ zJxX@5iCsJLIVlsVDXsw|kbU$i@Es$z+w zpq>%Ybmf2Ly9QS%f2N*EU;(h8_|0tfJFGoKT>i@F=s=YYT)jyt_YVR{5yrPF@r#wI zJ|c6;(Ssun4c>Aa@#gRXDX2nB`KqK=(R)?qOuw0p46j?9y<4U0pzpM@Llrz|K#X^g zm`;)%Ql&O2%AO6?)3-^x;>Y^b}KSRS{wv{fhTrdtXD2XTzr*wueu zkC>KVzqFo8RT25}`BQV|aril3XorDh6b6dU%c>nE#M3wZs(yA$wn>_;SN6=JUMWDj z0H)VxjRRwj!rUWS4-IT7Iv(c93m||Af{CqrY{-o`#O!Qaf)CrwU~#u1gxPY4>_r(n zYx2njD5lxG^I>8j`;+<*{vfTO+^jfOO{JM?n5I0I515i1BarFKK_f{aRFt{#XQjbi zQSk%W7*i5hIv<@4dgiRXcjd(650$r(6}JH@Gc-?UfU;2e8GsHesS4BOJm-OVsjciI)OvAD$}d+QFZq4+wf+1$F0d=MFmv{dqBx(tf=;2 z^wo+vMd}7h{xy{`yn$P_u8=_FZcP)aSn^YM%uhs`n1#0q5dKhJy7*w&-kodI*a`Q56gSc@I&eV5mK3QCEF)4`frmU@S42K(iB7lQ8p(&M^ zpR{xaRQd61jkTBvXpm2W8x&h2H3HXmJ0yezDBvRD;zK&BhkckD_05?jietk|Q5!f~ zCai6)VO#mX$nCDT}+5J(1H&P89z65d-*{v<6m;P`Kr+w{@eZxMP*~GA^*nO1V8$^i>f|08TMq z&BEE9&7R;%FvLfvIJJoB`Z`jD#xQI$;XQ9&8@3yG&g2MrW!rfh&!p@Uv=|u-08rU0 zda~z}+b`Xo0VQjIR ziy%~+k9|wnF%G`+fRV_!5>!J=0*P6a7v=p}LYhogh|c|ZfcXhi z!);SQb{l$`$W+npX@+I+pT!e|_>)wj?jV%bQ^7=9Js zOr>~;yzN7=#$@JN$5$Si7mlyoOB2s{!y!9ipCKB)l{xT_$vUafv0Sb(jBmA=&lLw1 zr$AjiH!WnnVU$#|ZMBp9{h*Yw$ zq3a*%r9PX#3J$E@c;Q>eM?-uC`?|PLOo}Mto8hC_C7) zOAgZcI`LbX)FhKR>#zqa&UT)0A%lnMbMLHTr};OqwxSU9{~qlx5D8N z`Dg_-`p&*+u(Zx*fyJ@Z>A%AX7IZQMnNk5MBDok^J{tA2M=6I& z<4<1OQ1s_psy~IiYAE?Md&(CAD5Q1&u)-XA5yAVyEVD-TU0~ZPiLdWLaps_fMqgCY z0v!v{c8Okc{N##iUyD!;CVI%qXB$s1NY?uuGZ^L4=>ne=)Fj~OCkx7OI&)?!Gv!Xk zLboyW%&z3^xNm02?THef^OV!sQTkK2kpdX9ZF>4qxAN>U#58LaIv+yS&_1YZOZ(7M zPMK~T;8BVs5{TVGvw;*yKC>!_xGI|{V_|uy< zb}l z(@5gV!yk%skSXb6l2$sG5YSWe??^aU{v@I(`r9m~eu3tF@u;tGqZdf?Tu*ZxDR*~- zXYBW`ba}XGBn#Aw-sO#d@4X-}$+eR&?9*yyygz~KthTz50sxna04VA$_i-kF+` z>b|*fHhwY9tPZn3X4JbGr9ZN~sUs5^^ompWtyRg4QlOCSBb^JF&1nI#w@LBwN|#F& z0>Im6Ah(zE{BTyQfd|mtU_V~)ODLxUhT%vd5Tz)`#IkfQo zVdOl-uA)^ssz2BPz{|1l(lAf{L8H>zaQ)MqrAgtQi(dY#3!je_iOm*oZgC*ZPdRYn zG1JO?6(^; zUvp}8r>9d>WymiG*)hx!@u&fje_U;QL_dW{6xp2iXi-W=m1{_AYbjx;E8OUzr@dxa9Ki(zA{spH|jB8&OUG zB5yLW4tT+Y& z#YC_80*NAR;XvwjYTd=S`ew~B7HI#G5G?`^u|9>^jO zIS2sA#ji9VEFfYozTB24q?d8@3P%tnGx)NMMsR)jjjPeE)n`J&q&_tj`!k%3nl>*< zvzU>Errx^CQ_P9VGd3Kc9l7B0BVmUR5zR{QRxO9*)z^*T=AkfrHJ@IE>AUQbbgQt) zSp;;PT+h@XWWk`m^v_3Pd}sEg0QsBc$Fs`@f|Qnz?@56qJ2tC3NQpd_4^x>TAN?%N zhm6LD>^)VZAF{7V_)H8oCGRNlB@$Pxp1f7Gc}$w!lCHy__(0K+`}#o^d+4@g!7&MN zRWnhE{v)Ef(^UVAkO>yfi}&X*^NA?ZWMdY2-mku_e6`9gY5-Jv`b>H6gYcGCEDgl# z3*5E!Z5<|$mv62X|BH;chu1Y_;}CZmqsysVvA!1xd{}916S|CA!*z3D-Dfk{g3IN? zoA0n8WS4I)5J=N~oG*5cUrXUrZ-*OY%NHTn>7rqBAjraN3Cv$Rma7=6trC&pM);Y` z7#LY>^rpVgz4e$(%jT=(%;}=DT}1|c8*#^;m{=u8Tlhebm}vp1{!Gu7qYtTmQ0k3t zqcQLGsPT9pI=xuoAgQmX1<^Il@LY8hjsmWc)vV@tN9brAbD{ru5A&4p>u7JP$NXl! zuS1MWDH-n}Ez_4?1AK`=&Nlo+Y)7H(1)GQLjRFcjR^VlAK zlqroAn}3qwVeG5gK24VXFbMIdFvgp*o}U{9E3lZi8^y z`K!TnRVf@}JZz7SgRqbE0xa|?SY_<>%#6X)8qV#2{K%gC?!p*n z&^?0qV}%wlb5Lh#RTJecZ?00O@BP?%)0I6~a6udqDV$g#i;t@RqaQnxQQy;AmpLbT z*qlX27J4kV+fKaTGngUPFB_PC@6FucmGvHwArXC1lM^}{LN-tQ#FZ2LG1SxO7B+gt z2Uhq4U~xKUDbFbSbH?XvPlze(nGk}=MUYuUEU>%cjvtOzre zLKbNOsAw2p((zm6mos!`rHPo0tgO%YFh^{sj+|fPPh#CfK2j7}N{H*Ck0IG3aqj-S zF1-$SNZXzYYRmDa{c={nE@N(BZ zbN?pEZV<0jyM$*2Q=tQCU0WQVas)Q%zj9M2_*zfdFhXS6N=t1zz{u2y)<9QpxoD>- zsDd(ZWU4JfCxabO_kDg!cW>^I4J3r-ONG6JqQ=;an589&v@gNH_XE^#f!4ToTe5HB z!nw}vPOPG1>^pIEg=euMiv6rCo1HX=Q(}l+~?;?7R{J4!wHInf#dO z!uTl~cc@eQt}ylu8FB^hNEW6PHfSq3?qGQ@7BNjG*g`|0D?7S@sKV)KDtX7Jg9 zN)}B=be4^U@Pm9RHbKm>kFgQBzTxS9HVCCm0=KeUJNTo{J|2)UI$qwV=jPF1Z-FjUDY0-qyi$ zxP6sny+TpohZ>H_9}Ao35u~ zq4h!n-qiz|2pZ98@m+1q;g4Z_g5?$iJNpWCl_uK893(c7)FEwiIGVgnd-5zJi+dRc zCm9AjNM~y0#YGsk86uIIb&-Wde&+tO#3FVC!(~rF~!O zTdJW)_2CAM0>&nF^et`3VQ6z7Qw^zDrW%b?0t_IKsX=$pwTc~48RE{81xK8-vC}G2 z+vKR1MH_Oe3nWer`N>@X&eSh z8|l%m?uLnWcN{0hJWr8bJQ!MBJ2rH8GK!}JNZv3%n0_fX+_(DVz%L0S#+Z;;@vH2y zV<7+cV~S|O9C60&6LG+*TF<%Jrts0+E;I(*e4cx?zVJ|Gc}sckfjZ|+)svee3;1FA zSa}?^5eF7Xo-su%)0%#|IpzIIMQ{lsNI|0CsKv7&MCfv$FHX;khBWPkY6v<>#2q1(Ckeq$r# zh8{Y_@4xW(td;0yAD4R_jyw(MzSwlp4Bo-L3V&f?M_@E|s*q;DZ52Nv)=pn};mVZA zw&Moh+#Q}Y37^4ZZgC^-9knQnK)UFBg0cm(v~!XvmtCX%^6jJ(Na2k}BXNk>(&H$e zL@Ci>6vz{cOl{$b_mZ=AABb>hi;b8~rH6<)QFD=QVIz~9f=_L_8|DxN^H@|G(;{iP zJQvxXgTrfO$QlVLTfc89XP9_>OduyEnLA~nS|k)7%RR>8{Dw4JE2yU+yE3-P zWS83!+mRcVmFl59CdBq+n|D&MGBz!}Shqu_oepAH^ZdCZR+AH?v_-U*L5@FI!$q!G|Hj-Plcry`E#jF_3DLLPtrFNhwox;f~LAT`AnqiKlM*Xw(iPzlyrmo#zr{TS9R$=!76iZbU1p=>uK7qMmG~`h=Cv3RIra(Z znU*Q!aRE3CSwzJ&f}15TQiwLZkx>;xZ8)167cpKARXY1+4rR-3(KM_jan_7Lr)S-+ zD+NVbP0#h{8LPk=x@<6JtFcqOlV4FgjygP9^HbzZ5tvntKg63I?)m(|@sq5Zr@L>p`-JI`vjRDGK`@R;j`gh~ zf#Kk8fTcq+Z??^#{*+-U)a3dUR+_pY@`$5GosZHU@ja zL3UP_#ka^#PZOjA3n%)GS@&Om9jO6(XBGf1UO%6Dvs)_X(R*FS)KF5!M=+V{MN2H$ zVQKfqNM0|qQr}Oqo&0nz#QDNeX~{~5WWoZ z_ttlu@=bhaSf$S+4ny%IKsYORe!2#JSp}SQTUdppBp}$WkUh>#H2Kz8zOREpGkIQ4W=dCc#muz;WEI)t=OCzzJ1>w*K9sL03$7sdJUVRN&5rHd8xN#MIN?wNwcC&}XprD~&Dv<4NVERP()J4IEhY=-MfGlc|SK1>&iIqiT=Vbar7-UiaH zjv~dqrOx^~jQ@fW8S&}Vxj0K^7a~MDN1?6@qoHqdMbJG4)Ic{r;w;Kr>{mLO3Pvw> ztFzm@m^BF?ws@!sf7-b8R$ib%I;VC$b|3N&TnZa zXdRf)dw~)#X4%@IA`!f5j#f%lgvG*Tg}DXfE)~(~25jCX<*=%)pPgyE2N%gqM%u$d zNM63@im#xiXgH`wh2F!}MdIIm!r{5F1MfAlb6t3Ww~{Z!?H3cFXdpT!2YHpjjp*!q zsbJz)4C8bRQS4;w)K3`j$k?BaUaiCGS}<^_po$f8#d!;7x2}inaATQAEBWkGDN~r{ z($Rrs?Zv})u(hMCx{Y%>Ngxj$HI5ES49GpP_Hv%SHf+P2p_lYt?>0^opZZGN%^{bO zjV5f2-5Z`H;-3Vw#J$AbuLh}{PbL-Ierti&)l%(PIFgQaaq8dqgvB+e{jqCQVEn z8jY)|&sro(z{9$0`^RHee$A!*xZ7>)*SC)`v>lc*N4JKbO62GihjioQWU?KQ$3GAm zAk}tpI4({wHEfRd-Pt{Hpq~<%zmjjMXq}TOXr<0;DeoSTUdZsdFim%>-d#_Ah8K2^qGGVN$C+C7yNlm098u#~M9f zACKG;&8O%2_<%~lW-GIDus*E`y-Yc!tcT{ag6%TPoC-ad0kTw7jK)~nZWE7xLbx|v5Q z%0AR{uhZBplSXE2h)@!OY-H2#?DrPqHB(tvF-zkZ9?)W@YBAu61RH68IFasccU*IB zX25&8|FCH?hr6&`EJ39RF7pOaz2dnxab0)5IJ>UkJ99}BaM5solcw>4n^Caw!0ecr zIyZwksR_NVFoql+-XmY0sb{!Ufeb5*&8}O$a$~|=ZT>(6Y?M4Ji0Jy`$D#?ax_a1A z5>yQ2wSX`hcfJNwWoj^u0h;~GW7Y44Plf7_ikVVc6Q6R$+;+0ik-AoXl8Zbo zuHkQeD7xVxL*>@vy;;%cV4*f3`JO|k^5s{a$7ZFh1CopnQ3RhGYhdl{<#u=2OE}SX z@o?uw8A#!X2FrRo5kT;FzNS0lzb<*o7+5IK?78i(RuEsAEktilXi1C5tFcSJKdV?K zIJ2wUc>1C4Mz>)n3T6UrS$QL&gw#HRgJmK!WQFXxsiL0ecPVTmw=#m5EOZ-cUQei_7at{hDbz+&3hX44Jt`H^bomfPti~rIbgEAoQv5a)r(Hig zx0i$>jHf0EH)|U*?ilVFRqmUX>Omh8PM>dk6K{v-oWm;;`U7tLr1NBzl%;y}Lme*Z z0V9K%j4Ow5KtQNkl-qJ$wgQ^Uc`fx;A{;l@`6Z&ax492ZQ*z#Ozpzc49~9p0hCZu~ z6_GW28VGsZ>s-uBC-5%=c4edUUnVyc752=BlZbBqCQwN9kLz~hL zs6=Ybql+HCcuT`2&2?y*MQZun+>M%VN;7aybL}RQvE6%Gb3!bm7cIlYQOkZL^Sbrj z;7P~V(RE(``dPw*O_!cIri#~PW>2fbrcrsh$Zz(dH-8`{u3sVUp(n=tW#^tk8BhP^ z_97r)=>(0+0{sC)eNFCIT_bgIa3qB-ZOrci;*bHDB@8SK?TpAcpwzmymi9LK2DUsr zP*16U9D3ZP{244(MOx3qK;Q0HLj(5!`oR1=X+e#LL3yf924z;hGpA$#C~eB!FTV!U z0p11TrFs6_^)z|~76ld=miH0ewJ4Vs7UT#hOcy8~4Obz(o!0(8=+xZ-0Oc?KX&2aj9vlAFt5{i6nE%W! z;G#O&7`#PCfd1mPRry|lpu2nM z_b@0|`JdPwBm2E{;D6H?b}$I?M?#K&(-_V_8v|zfhY0`GWAI-g3V*K{db#`$$$(k! zi0=PN2l;#20YG5jeIEx&cgObCG3Ddb%7IbU;6aIqBQJmY@GKsot+IT!+Q;6 zXXE@s{Or)ki1)Og6*`&j0v7&S2NZ)&oqu4EpH>eFvfXh9{FV^N!gj}Ra1Y}E-LC}7 z8-Ev?^7nL5`+ZMZtk7!jD<+gh0LXsd1Va;Ya{N&-h~>T|WCcPe#2*zyE$clALeoLz zdcT2eP_}zAsQraL|IlDoARFr)E#*B7#C}g{py|Nue@KgsMy|dA~d`>n~D; z{I%#n6GHp^M?%ma;sSDl!G9FU`Nx!Hg@)neyk8!e1^7p!!4Q@|rVcBZZYe zixs+D-8aFkU;x|Q9_u#=f}vCF-c)1-gMKb-ck=(I_`z%}_q88Np~%K|e@HmlIqzbu z{#FSm2ei|_W6*Vt4O;qd>F(CLU(@|H{&(Pg(LgbdyIuINl|V7hyMUa(W2^x1{Yn7P zseMlh&;<~>9^cCg07LH%{|SOX_bY)m8cO>3d&SU2`@U8K@A`31T2PGhzU_yuynvq= zwEzDQKNS39F@a)#Y(SvAAAe{ykQD&sr@Yrd);qg*AA{!pwIg@(2SO+4{kaWfW#hQN z<^!SH^~ZR!g2DHV4>TR;{jC|0m6P@U%zuvF`*bM_`aywSV8yqlhAbc zBn_266#Qdv2F0Mu-90Hlu|E_OYB29xIB4EKHJuFzwLbUD0|I~s_r=c!WW8hCy?g$t zn9$A8ox|ll40Pv1c@JZ|zit4bM6ax@vHX+pxX`7JS1^RJ=4a6)aq|U?2Dhy^37I+C&5OyJ95T_vPOF=e)S3;ndU@%yaQ<(36okH{O erkJgru8rN#_YNQ%I@J7v&{3$UUP%k1qx=sR4Q!hL diff --git a/frontend-react/public/sitemap.xml b/frontend-react/public/sitemap.xml index a8b523ecb6b..787863c1d6d 100644 --- a/frontend-react/public/sitemap.xml +++ b/frontend-react/public/sitemap.xml @@ -63,9 +63,6 @@ https://reportstream.cdc.gov/developer-resources/api/documentation/responses-from-reportstream - - https://reportstream.cdc.gov/developer-resources/api/documentation/sample-payloads-and-output - https://reportstream.cdc.gov/support diff --git a/frontend-react/src/AppRouter.tsx b/frontend-react/src/AppRouter.tsx index b6d41cd6487..9cbbf55e334 100644 --- a/frontend-react/src/AppRouter.tsx +++ b/frontend-react/src/AppRouter.tsx @@ -45,11 +45,12 @@ const ManagingYourConnectionIndex = lazy( lazyRouteMarkdown(() => import("./content/managing-your-connection/index.mdx")), ); const SupportIndex = lazy(lazyRouteMarkdown(() => import("./content/support/index.mdx"))); -const ReportStreamApiDocumentationPayloads = lazy( +// Page currently archived +/*const ReportStreamApiDocumentationPayloads = lazy( lazyRouteMarkdown( () => import("./content/developer-resources/reportstream-api/documentation/SamplePayloadsAndOutput.mdx"), ), -); +);*/ /* Public Pages */ const TermsOfService = lazy(() => import("./pages/TermsOfService")); @@ -269,13 +270,14 @@ export const appRoutes: RouteObject[] = [ isContentPage: true, }, }, - { + // Page currently archived + /*{ path: "sample-payloads-and-output", element: , handle: { isContentPage: true, }, - }, + },*/ ], }, ], diff --git a/frontend-react/src/config/index.ts b/frontend-react/src/config/index.ts index b2e2c35ca16..11e54f19910 100644 --- a/frontend-react/src/config/index.ts +++ b/frontend-react/src/config/index.ts @@ -4,6 +4,7 @@ import { WidgetOptions } from "@okta/okta-signin-widget"; import type { Feature } from "@okta/okta-signin-widget"; import type { IIdleTimerProps } from "react-idle-timer"; +import site from "../content/site.json"; import type { ConsoleLevel } from "../utils/rsConsole/rsConsole"; const envVars = { @@ -118,7 +119,7 @@ const config = { } satisfies Partial>, useClassicEngine: false, helpLinks: { - help: "https://app.smartsheetgov.com/b/form/95d2f16b772c42d8aaa0ef5db28a6838", + help: site.forms.contactUs.url, }, i18n: { // Overriding English properties diff --git a/frontend-react/src/content/about/index.mdx b/frontend-react/src/content/about/index.mdx index 19831d29b0c..adb7a3a7733 100644 --- a/frontend-react/src/content/about/index.mdx +++ b/frontend-react/src/content/about/index.mdx @@ -9,6 +9,9 @@ meta: src: /assets/img/opengraph/reportstream-tagline.png altText: "ReportStream. CDC's free, single connection to streamline your data transfer and improve public health. The words are surrounded by illustration of lines and boxes connected by colorful dots." --- + +import site from "../site.json"; +

    @@ -126,7 +129,7 @@ meta: - ### ReportStream overview PDF + ### ReportStream overview PDF Download a quick summary of ReportStream that you can print and share. diff --git a/frontend-react/src/content/about/news.mdx b/frontend-react/src/content/about/news.mdx index d7989979152..ddad5e7a4fc 100644 --- a/frontend-react/src/content/about/news.mdx +++ b/frontend-react/src/content/about/news.mdx @@ -41,4 +41,4 @@ While the pilot focused on flu data, the goal was to create solutions that laid As we celebrate the success of the flu pilot, we'll be conducting further tests on other conditions with multiple partners. We are excited for the future of scaling these results so ReportStream can send a broad range of reportable public health data. -If you are interested in sending or receiving flu data, connect with us and we’ll discuss when and how your organization can start. \ No newline at end of file +If you are interested in sending or receiving flu data, connect with us and we’ll discuss when and how your organization can start. \ No newline at end of file diff --git a/frontend-react/src/content/about/our-network.mdx b/frontend-react/src/content/about/our-network.mdx index b8ba64c00f3..ba51792dc8d 100644 --- a/frontend-react/src/content/about/our-network.mdx +++ b/frontend-react/src/content/about/our-network.mdx @@ -12,6 +12,7 @@ backToTop: true --- import Sidenav from "./sidenav.mdx" import usamapsvg from "../usa_w_territories.svg"; // in /content dir to get unique filename per build +import site from "../site.json" @@ -22,7 +23,7 @@ import usamapsvg from "../usa_w_territories.svg"; // in /content dir to get uniq State, local, and territorial agencies across the United States rely on ReportStream to make accurate, timely public health responses. -Don't see your state or territory? [Connect with us](https://app.smartsheetgov.com/b/form/48f580abb9b440549b1a9cf996ba6957). +Don't see your state or territory? Connect with us.
    Map of states using ReportStream diff --git a/frontend-react/src/content/about/release-notes.mdx b/frontend-react/src/content/about/release-notes.mdx index 335178e287c..01fbaf0250f 100644 --- a/frontend-react/src/content/about/release-notes.mdx +++ b/frontend-react/src/content/about/release-notes.mdx @@ -11,6 +11,7 @@ meta: backToTop: true --- import Sidenav from "./sidenav.mdx" +import site from "../site.json" @@ -508,9 +509,9 @@ You may also be interested in: pandemics and gives us more flexibility for future data types in public health. If your jurisdiction is interested in REST/HTTP transport,{" "} - + connect with our team - + .

    ), diff --git a/frontend-react/src/content/about/security.mdx b/frontend-react/src/content/about/security.mdx index 64e32ce03df..3e6c3e17147 100644 --- a/frontend-react/src/content/about/security.mdx +++ b/frontend-react/src/content/about/security.mdx @@ -10,6 +10,7 @@ meta: altText: "An abstract illustration of screens and a document." --- import Sidenav from "./sidenav.mdx" +import site from "../site.json" @@ -103,7 +104,7 @@ ReportStream is committed to handling data securely and reliably. From federal r headingLevel:"h3", title: "How does ReportStream send data?", content: (

    - ReportStream transports data through Secure File Transfer Protocol (SFTP) or a REST API. Public health entities can request data be sent in real time or batched according to their needs. ReportStream transports data through Secure File Transfer Protocol (SFTP) or a REST API. Public health entities can request data be sent in real time or batched according to their needs. If you are a public health entity interested in another transport method, contact our team to explore your options. + ReportStream transports data through Secure File Transfer Protocol (SFTP) or a REST API. Public health entities can request data be sent in real time or batched according to their needs. ReportStream transports data through Secure File Transfer Protocol (SFTP) or a REST API. Public health entities can request data be sent in real time or batched according to their needs. If you are a public health entity interested in another transport method, contact our team to explore your options.

    ) }, { diff --git a/frontend-react/src/content/developer-resources/reportstream-api/ReportStreamApi.mdx b/frontend-react/src/content/developer-resources/reportstream-api/ReportStreamApi.mdx index 542649590a9..b8600ea6505 100644 --- a/frontend-react/src/content/developer-resources/reportstream-api/ReportStreamApi.mdx +++ b/frontend-react/src/content/developer-resources/reportstream-api/ReportStreamApi.mdx @@ -27,7 +27,7 @@ import site from "../../site.json"; [Documentation](documentation) - Details on our data model and sample responses, inputs and outputs to assist you in our set up and use of the ReportStream API. + Details on our sample responses to assist you in our set up and use of the ReportStream API. diff --git a/frontend-react/src/content/developer-resources/reportstream-api/Sidenav.mdx b/frontend-react/src/content/developer-resources/reportstream-api/Sidenav.mdx index ed1594de870..aa8ee47f2ea 100644 --- a/frontend-react/src/content/developer-resources/reportstream-api/Sidenav.mdx +++ b/frontend-react/src/content/developer-resources/reportstream-api/Sidenav.mdx @@ -6,9 +6,6 @@ Response messages, JSON error responses, ]}>Responses from ReportStream, - Sample HL7 v2.5.1 payload and output, - ]}>Sample payloads and output, ]}>Documentation, ]}>
    diff --git a/frontend-react/src/content/developer-resources/reportstream-api/documentation/Documentation.mdx b/frontend-react/src/content/developer-resources/reportstream-api/documentation/Documentation.mdx index 59cd72114ef..b05c3320306 100644 --- a/frontend-react/src/content/developer-resources/reportstream-api/documentation/Documentation.mdx +++ b/frontend-react/src/content/developer-resources/reportstream-api/documentation/Documentation.mdx @@ -1,7 +1,7 @@ --- meta: title: ReportStream API documentation - description: Details on our data model and sample responses, inputs and outputs to assist you in your set up and use of the ReportStream API. + description: Details on our sample responses to assist you in your set up and use of the ReportStream API. openGraph: image: src: /assets/img/opengraph/reportstream-tagline.png @@ -28,21 +28,9 @@ import Sidenav from "../Sidenav.mdx"; ReportStream responds to each API call with a response (JSON formatted) about the disposition of your data. **On this page:** - * [Errors and warnings](responses-from-reportstream#errors-and-warnings) * [Response messages](responses-from-reportstream#response-messages) * [JSON error responses](responses-from-reportstream#json-error-responses) - - - ## [Sample payloads and outputs](sample-payloads-and-output) - - - Samples are provided for HL7 inputs and responses. - - **On this page:** - * [Sample HL7 2.5.1 payload and output](sample-payloads-and-output#sample-hl7-251-payload-and-output) - - \ No newline at end of file diff --git a/frontend-react/src/content/developer-resources/reportstream-api/documentation/SamplePayloadsAndOutput.mdx b/frontend-react/src/content/developer-resources/reportstream-api/documentation/SamplePayloadsAndOutput.mdx index de160a051be..f268de837e3 100644 --- a/frontend-react/src/content/developer-resources/reportstream-api/documentation/SamplePayloadsAndOutput.mdx +++ b/frontend-react/src/content/developer-resources/reportstream-api/documentation/SamplePayloadsAndOutput.mdx @@ -1,4 +1,5 @@ --- +# Page currently archived meta: title: ReportStream API sample payloads and output description: Sample payloads and output for HL7 and CSV submissions to ReportStram's API diff --git a/frontend-react/src/content/developer-resources/reportstream-api/getting-started/GettingStarted.mdx b/frontend-react/src/content/developer-resources/reportstream-api/getting-started/GettingStarted.mdx index bdc0f1fc993..568d358cf1c 100644 --- a/frontend-react/src/content/developer-resources/reportstream-api/getting-started/GettingStarted.mdx +++ b/frontend-react/src/content/developer-resources/reportstream-api/getting-started/GettingStarted.mdx @@ -13,6 +13,7 @@ import Step2 from "./Step2.mdx"; import Step3 from "./Step3.mdx"; import Step4 from "./Step4.mdx"; import Sidenav from "../Sidenav.mdx"; +import site from "../../../site.json"; @@ -24,7 +25,7 @@ import Sidenav from "../Sidenav.mdx"; Examples in this guide use curl commands for simplicity with the assumption you’ll be coding these calls into your sending system. You can also use a program like Postman to test submissions. -

    **Last updated:** 9/9/24

    +

    **Last updated:** 11/4/24

    *** @@ -32,16 +33,18 @@ You can also use a program like Postman to test submissions. To prepare your file for testing, set up a sample file with fake data (artificially created, non-PII data). -Currently, ReportStream can accept either HL7 or FHIR data. -We can send you a file with fake data to review that will always successfully validate against the NIST HL7v2 validator. -Note that because the data in those files are computer-generated, it may not feel realistic in some places. +Currently, ReportStream can accept either HL7 or FHIR data. We can provide a sample HL7 file with fake data +to review upon request. For this step, you can refer to formatting requirements for [HL7v2.5.1 ORU-R01](https://www.hl7.org/implement/standards/product_brief.cfm?product_id=185) or [RADxMARS](https://www.nibib.nih.gov/covid-19/radx-tech-program/mars/hl7v2-getting-started) for OTC (over the counter) test data. -When you’ve formatted your fake (non-PII) data file, test your data model using using the -[NIST General Validation Tool](https://hl7v2-gvt.nist.gov/gvt/#/home), and correct any errors you receive. +When you’ve formatted your fake (non-PII) data file, test your data model using the +NIST Electronic Lab Reporting (ELR) Validation Suite. +(Note: If you’re testing OTC data, use the NIST HL7 General Validation Tool and +select “RADx MARS HL7v2” from the tool scope dropdown. Navigate to the “Context-free” tab and select the “Onboarding” profile group). +Correct any errors you receive.

    Set up authentication and test your API connection

    diff --git a/frontend-react/src/content/getting-started/receiving-data.mdx b/frontend-react/src/content/getting-started/receiving-data.mdx index f004e942991..c55169a156a 100644 --- a/frontend-react/src/content/getting-started/receiving-data.mdx +++ b/frontend-react/src/content/getting-started/receiving-data.mdx @@ -12,7 +12,7 @@ backToTop: true --- import Sidenav from "./sidenav.mdx" -import site from "../../content/site.json"; +import site from "../site.json"; @@ -86,7 +86,7 @@ Connecting to ReportStream is similar to setting up an Electronic Lab Reporting

    What you need

    -In addition to gathering your team and setting aside time for the weekly calls, you’ll need to provide us with more information about your requirements and preferences. Our [onboarding form](https://app.smartsheetgov.com/b/form/b0935d5d1e924c57b2d293b4ed0f2cd5) collects the specific details about your needs. +In addition to gathering your team and setting aside time for the weekly calls, you’ll need to provide us with more information about your requirements and preferences. Our onboarding form collects the specific details about your needs. Review what you need to gather to start onboarding. @@ -209,7 +209,7 @@ Once you have all the information you need, submit the onboarding form. We'll ge - ### ReportStream overview PDF + ### ReportStream overview PDF Download a quick summary of ReportStream that you can print and share. diff --git a/frontend-react/src/content/getting-started/sending-data.mdx b/frontend-react/src/content/getting-started/sending-data.mdx index 466188aa838..1ad171b5710 100644 --- a/frontend-react/src/content/getting-started/sending-data.mdx +++ b/frontend-react/src/content/getting-started/sending-data.mdx @@ -11,6 +11,7 @@ meta: backToTop: true --- import Sidenav from "./sidenav.mdx" +import site from "../site.json"; @@ -35,7 +36,7 @@ From the start, we work with your unique requirements and preferences to create headingLevel:"h3", title: "2. Complete interest form", content: (<> -

    Let us know you want to get started by filling out and submitting the interest form. You’ll answer a few questions about your needs, like how many messages you might be sending and data format.

    +

    Let us know you want to get started by filling out and submitting the interest form. You’ll answer a few questions about your needs, like how many messages you might be sending and data format.

    Our terms of service is also available to review in the interest form. You’ll need to agree to our terms of service before you begin sending data. You can sign this at any point during your onboarding or when you fill out the form.

    Our team will be in touch within 48 hours of receiving your form to schedule a kickoff call.

    ), @@ -67,7 +68,7 @@ From the start, we work with your unique requirements and preferences to create ]} /> If you're not connected with a ReportStream team member yet, get started by letting us know more about your needs. -Get started +Get started { /* pending approval @@ -109,7 +110,7 @@ Multiple jurisdictions, multiple formats and requirements. Just one connection f -### ReportStream overview PDF +### ReportStream overview PDF Download a quick summary of ReportStream that you can print and share. diff --git a/frontend-react/src/content/managing-your-connection/refer-healthcare-organizations.mdx b/frontend-react/src/content/managing-your-connection/refer-healthcare-organizations.mdx index 0c4a98696f1..34a161ad64b 100644 --- a/frontend-react/src/content/managing-your-connection/refer-healthcare-organizations.mdx +++ b/frontend-react/src/content/managing-your-connection/refer-healthcare-organizations.mdx @@ -11,6 +11,7 @@ meta: backToTop: true --- import Sidenav from "./sidenav.mdx"; +import site from "../site.json"; @@ -68,7 +69,7 @@ You don’t have to track the varying needs of different jurisdictions. **Choose your platform and get started:** -- To send ELR data through HL7 or FHIR: [Contact ReportStream](https://app.smartsheetgov.com/b/form/48f580abb9b440549b1a9cf996ba6957) and learn more at [reportstream.cdc.gov](https://reportstream.cdc.gov). +- To send ELR data through HL7 or FHIR: Contact ReportStream and learn more at [reportstream.cdc.gov](https://reportstream.cdc.gov). - To report through single entry or CSV upload: [Sign up for SimpleReport](https://www.simplereport.gov/getting-started/organizations-and-testing-facilities/onboard-your-organization/) and learn more at [simplereport.gov](https://simplereport.gov). We’ve been encouraged by our work with ReportStream and SimpleReport and how they are helping other organizations. We hope it will simplify your data transfer as well. @@ -95,4 +96,4 @@ And you can easily report to other jurisdictions through the same, single connec If you’re interested, go to [reportstream.cdc.gov](https://reportstream.cdc.gov) to learn more, or email the team at [reportstream@cdc.gov](mailto:reportstream@cdc.gov). -[Let us know](https://app.smartsheetgov.com/b/form/48f580abb9b440549b1a9cf996ba6957) if we can provide any additional content, such as a logo or more copy. +Let us know if we can provide any additional content, such as a logo or more copy. diff --git a/frontend-react/src/content/site.json b/frontend-react/src/content/site.json index 745dcc70b7a..2172da9ecf5 100644 --- a/frontend-react/src/content/site.json +++ b/frontend-react/src/content/site.json @@ -41,6 +41,10 @@ "contactUs": { "name": "Contact us", "url": "https://app.smartsheetgov.com/b/form/95d2f16b772c42d8aaa0ef5db28a6838" + }, + "healthcareOrganizationInterest": { + "name": "Healthcare Organization Interest Form", + "url": "https://app.smartsheetgov.com/b/form/8c71931f25e64e42bf1fef32900bdecd" } }, "assets": { @@ -48,10 +52,21 @@ "path": "/assets/csv/ReportStream-StandardCSV-ExampleData-20220509.csv" }, "programmersGuidePdf": { - "path": "/assets/pdf/ReportStream-Programmers-Guide-v4.6.pdf" + "path": "/assets/pdf/ReportStream-Programmers-Guide-v4.7.pdf" }, "exampleHl7": { "path": "/assets/hl7/Example-hl7-file.hl7" + }, + "onePager": { + "path": "/assets/pdf/ReportStream_Onepager_20240605.pdf" + } + }, + "external": { + "nistValidationSuite": { + "url": "https://hl7v2-elr-testing.nist.gov/mu-elr/" + }, + "nistGeneralValidationTool": { + "url": "https://hl7v2-gvt.nist.gov/gvt/#/home" } } } diff --git a/frontend-react/src/content/support/index.mdx b/frontend-react/src/content/support/index.mdx index cf7b9734cba..c6c6c7c4bbe 100644 --- a/frontend-react/src/content/support/index.mdx +++ b/frontend-react/src/content/support/index.mdx @@ -302,7 +302,7 @@ import site from "../../content/site.json"; title: "How can I start sending or receiving more conditions?", content: (<>

    - If you are interested in additional conditions, let us know more about your needs. Our team will work with you on a plan based on your needs and capacity. Your connection may need some initial updates to be able to support the new conditions. + If you are interested in additional conditions, let us know more about your needs. Our team will work with you on a plan based on your needs and capacity. Your connection may need some initial updates to be able to support the new conditions.

    We test the messages based on the requirements of public health entities receiving the data. No data will go live until those testing requirements are met. From 9500375d42336cc2b21eae335eefb9dbd3b4ef29 Mon Sep 17 00:00:00 2001 From: kobiehorne Date: Tue, 5 Nov 2024 13:37:19 -0500 Subject: [PATCH 26/61] update for DCipher (#16442) --- .../STLTs/HHS-Protect/hhs-protect.yml | 52 ++++++++++++++++++ .../hl7_mapping/ORU_R01/OBX-deidentified.yml | 53 +++++++++++++++++++ .../ORU_R01/ORU_R01-deidentified.yml | 52 ++---------------- .../ORU_deidentified-expected.hl7 | 6 +-- 4 files changed, 113 insertions(+), 50 deletions(-) create mode 100644 prime-router/settings/STLTs/HHS-Protect/hhs-protect.yml create mode 100644 prime-router/src/main/resources/metadata/hl7_mapping/ORU_R01/OBX-deidentified.yml diff --git a/prime-router/settings/STLTs/HHS-Protect/hhs-protect.yml b/prime-router/settings/STLTs/HHS-Protect/hhs-protect.yml new file mode 100644 index 00000000000..a5a23f11cd0 --- /dev/null +++ b/prime-router/settings/STLTs/HHS-Protect/hhs-protect.yml @@ -0,0 +1,52 @@ +- name: "hhsprotect" + description: "HHSProtect" + jurisdiction: "FEDERAL" + stateCode: null + countyName: null + filters: null + featureFlags: null + keys: null + senders: [ ] + receivers: + - name: "mars-otc-elr" + organizationName: "hhsprotect" + topic: "mars-otc-elr" + customerStatus: "active" + translation: + schemaName: "azure:/hl7_mapping/ORU_R01/ORU_R01-deidentified.yml" + format: "HL7" + useBatching: false + defaults: { } + nameFormat: "STANDARD" + receivingOrganization: null + type: "CUSTOM" + jurisdictionalFilter: + - "true" + qualityFilter: [ ] + routingFilter: [ ] + processingModeFilter: [ ] + reverseTheQualityFilter: false + conditionFilter: [ ] + mappedConditionFilter: [ ] + deidentify: true + deidentifiedValue: "" + timing: + operation: "MERGE" + numberPerDay: 1440 + initialTime: "00:02" + timeZone: "EASTERN" + maxReportCount: 1000 + whenEmpty: + action: "NONE" + onlyOncePerDay: false + description: "" + transport: + host: "sftp" + port: "22" + filePath: "./upload" + credentialName: "DEFAULT-SFTP" + type: "SFTP" + externalName: null + enrichmentSchemaNames: [ ] + timeZone: null + dateTimeFormat: "OFFSET" \ No newline at end of file diff --git a/prime-router/src/main/resources/metadata/hl7_mapping/ORU_R01/OBX-deidentified.yml b/prime-router/src/main/resources/metadata/hl7_mapping/ORU_R01/OBX-deidentified.yml new file mode 100644 index 00000000000..0aedbd4dabd --- /dev/null +++ b/prime-router/src/main/resources/metadata/hl7_mapping/ORU_R01/OBX-deidentified.yml @@ -0,0 +1,53 @@ +constants: + hl7ObservationPath: '/PATIENT_RESULT/ORDER_OBSERVATION/OBSERVATION(%{resultIndex})' + +elements: + # OBX 14.1 + - name: obx-observation-date-time + value: [ '""' ] + hl7Spec: [ '%{hl7ObservationPath}/OBX-14-1'] + + # OBX 24.1 + - name: obx-test-performing-org-street-addr + value: [ '""' ] + hl7Spec: [ '%{hl7ObservationPath}/OBX-24-1' ] + + # OBX 24.2 + - name: obx-test-performing-org-street-addr-2 + value: [ '""' ] + hl7Spec: [ '%{hl7ObservationPath}/OBX-24-2' ] + + # OBX 24.3 + - name: obx-test-performing-org-city + value: [ '""' ] + hl7Spec: [ '%{hl7ObservationPath}/OBX-24-3' ] + + # OBX 24.4 + - name: obx-test-performing-org-state + value: [ '""' ] + hl7Spec: [ '%{hl7ObservationPath}/OBX-24-4' ] + + # OBX 24.5 + - name: obx-test-performing-org-zip-code + value: [ '""' ] + hl7Spec: [ '%{hl7ObservationPath}/OBX-24-5' ] + + # OBX 24.6 + - name: obx-test-performing-org-country + value: [ '""' ] + hl7Spec: [ '%{hl7ObservationPath}/OBX-24-6' ] + + # OBX 24.7 + - name: obx-test-performing-org-address-type + value: [ '""' ] + hl7Spec: [ '%{hl7ObservationPath}/OBX-24-7' ] + + # OBX 24.8 + - name: obx-test-performing-org-or-geo-dest + value: [ '""' ] + hl7Spec: [ '%{hl7ObservationPath}/OBX-24-8' ] + + # OBX 24.9 + - name: obx-test-performing-org-county + value: [ '""' ] + hl7Spec: [ '%{hl7ObservationPath}/OBX-24-9' ] \ No newline at end of file diff --git a/prime-router/src/main/resources/metadata/hl7_mapping/ORU_R01/ORU_R01-deidentified.yml b/prime-router/src/main/resources/metadata/hl7_mapping/ORU_R01/ORU_R01-deidentified.yml index 60bc0323e23..ab99a5f2d6b 100644 --- a/prime-router/src/main/resources/metadata/hl7_mapping/ORU_R01/ORU_R01-deidentified.yml +++ b/prime-router/src/main/resources/metadata/hl7_mapping/ORU_R01/ORU_R01-deidentified.yml @@ -314,55 +314,13 @@ elements: value: [ '""' ] hl7Spec: [ /PATIENT_RESULT/ORDER_OBSERVATION/OBR-17-7 ] - # OBX 14.1 - - name: obx-observation-date-time - value: [ '""' ] - hl7Spec: [ /PATIENT_RESULT/ORDER_OBSERVATION/OBSERVATION/OBX-14-1 ] - # OBX 24.1 - - name: obx-test-performing-org-street-addr - value: [ '""' ] - hl7Spec: [ /PATIENT_RESULT/ORDER_OBSERVATION/OBSERVATION/OBX-24-1 ] - # OBX 24.2 - - name: obx-test-performing-org-street-addr-2 - value: [ '""' ] - hl7Spec: [ /PATIENT_RESULT/ORDER_OBSERVATION/OBSERVATION/OBX-24-2 ] - - # OBX 24.3 - - name: obx-test-performing-org-city - value: [ '""' ] - hl7Spec: [ /PATIENT_RESULT/ORDER_OBSERVATION/OBSERVATION/OBX-24-3 ] - - # OBX 24.4 - - name: obx-test-performing-org-state - value: [ '""' ] - hl7Spec: [ /PATIENT_RESULT/ORDER_OBSERVATION/OBSERVATION/OBX-24-4 ] - - # OBX 24.5 - - name: obx-test-performing-org-zip-code - value: [ '""' ] - hl7Spec: [ /PATIENT_RESULT/ORDER_OBSERVATION/OBSERVATION/OBX-24-5 ] - - # OBX 24.6 - - name: obx-test-performing-org-country - value: [ '""' ] - hl7Spec: [ /PATIENT_RESULT/ORDER_OBSERVATION/OBSERVATION/OBX-24-6 ] - - # OBX 24.7 - - name: obx-test-performing-org-address-type - value: [ '""' ] - hl7Spec: [ /PATIENT_RESULT/ORDER_OBSERVATION/OBSERVATION/OBX-24-7 ] - - # OBX 24.8 - - name: obx-test-performing-org-or-geo-dest - value: [ '""' ] - hl7Spec: [ /PATIENT_RESULT/ORDER_OBSERVATION/OBSERVATION/OBX-24-8 ] - - # OBX 24.9 - - name: obx-test-performing-org-county - value: [ '""' ] - hl7Spec: [ /PATIENT_RESULT/ORDER_OBSERVATION/OBSERVATION/OBX-24-9 ] + - name: obx-deidentified + resource: 'Bundle.entry.resource.ofType(Observation)' + condition: '%resource.count() > 0' + schema: classpath:/metadata/hl7_mapping/ORU_R01/OBX-deidentified.yml + resourceIndex: resultIndex # Suppress all notes as they may contain PII data - name: patient-note diff --git a/prime-router/src/testIntegration/resources/datatests/HL7_to_FHIR_to_HL7/ORU_deidentified-expected.hl7 b/prime-router/src/testIntegration/resources/datatests/HL7_to_FHIR_to_HL7/ORU_deidentified-expected.hl7 index 11c0691cf00..7c0ee9954b2 100644 --- a/prime-router/src/testIntegration/resources/datatests/HL7_to_FHIR_to_HL7/ORU_deidentified-expected.hl7 +++ b/prime-router/src/testIntegration/resources/datatests/HL7_to_FHIR_to_HL7/ORU_deidentified-expected.hl7 @@ -3,7 +3,7 @@ SFT|CAREEVOLUTION|2022|MMTC.STAG|16948||20240311 PID|1||92041f50874c4595955d47f7ae4981c5^^^MMTC.STAG&2.16.840.1.113883.3.8589.4.2.106.2&ISO^PI||Deidentified^Deidentified^Deidentified||Deidentified||||Deidentified^Deidentified^Deidentified^PIDSTATE!^PIDPOSTAL!^USA^^^PIDCOUNTY!||^^^Deidentified^^Deidentified^Deidentified^^^^^PIDUNFORMATPHONE! OBR|1||^MMTC.STAG^2.16.840.1.113883.3.8589.4.2.106.2^ISO|97097-0^SARS-CoV-2 (COVID-19) Ag [Presence] in Upper respiratory specimen by Rapid immunoassay^LN^^^^2.71|||DATE!|||||||||||||||DATE!|||F OBX|1|CWE|97097-0^SARS-CoV-2 (COVID-19) Ag [Presence] in Upper respiratory specimen by Rapid immunoassay^LN^^^^2.71||260373001^Detected^SCT^^^^20200901||||||F||||00Z0000042||BD Veritor At-Home COVID-19 Test_Becton, Dickinson and Company (BD)_EUA^^99ELR^^^^Vunknown||20240412230603||||SA.OTCSelfReport^^^^^&2.16.840.1.113883.3.8589.4.1.152&ISO^XX^^^00Z0000042 -OBX|2|NM|35659-2^Age at specimen collection^LN^^^^2.71||44|a^year^UCUM^^^^2.1|||||F||||00Z0000042||||||||SA.OTCSelfReport^^^^^&2.16.840.1.113883.3.8589.4.1.152&ISO^XX^^^00Z0000042|14 Fake AtHome Test Street^^Fake City|||||QST -OBX|3|CWE|95419-8^Whether patient has symptoms related to condition of interest^LN^^^^2.71||Y^Yes^HL70136^^^^2.5.1||||||F||||00Z0000042||||||||SA.OTCSelfReport^^^^^&2.16.840.1.113883.3.8589.4.1.152&ISO^XX^^^00Z0000042|14 Fake AtHome Test Street^^Fake City|||||QST -OBX|4|DT|65222-2^Date and time of symptom onset^LN^^^^2.71||20240411||||||F||||00Z0000042||||||||SA.OTCSelfReport^^^^^&2.16.840.1.113883.3.8589.4.1.152&ISO^XX^^^00Z0000042|14 Fake AtHome Test Street^^Fake City|||||QST +OBX|2|NM|35659-2^Age at specimen collection^LN^^^^2.71||44|a^year^UCUM^^^^2.1|||||F||||00Z0000042||||||||SA.OTCSelfReport^^^^^&2.16.840.1.113883.3.8589.4.1.152&ISO^XX^^^00Z0000042||||||QST +OBX|3|CWE|95419-8^Whether patient has symptoms related to condition of interest^LN^^^^2.71||Y^Yes^HL70136^^^^2.5.1||||||F||||00Z0000042||||||||SA.OTCSelfReport^^^^^&2.16.840.1.113883.3.8589.4.1.152&ISO^XX^^^00Z0000042||||||QST +OBX|4|DT|65222-2^Date and time of symptom onset^LN^^^^2.71||20240411||||||F||||00Z0000042||||||||SA.OTCSelfReport^^^^^&2.16.840.1.113883.3.8589.4.1.152&ISO^XX^^^00Z0000042||||||QST SPM|1|^ff98cc992d5146e7916a5f0b873e534f&MMTC.STAG&2.16.840.1.113883.3.8589.4.2.106.2&ISO||697989009^Anterior nares swab^SCT^^^^20200901|||||||||||||20240412230603-0500|20240412230603-0500 \ No newline at end of file From 7895c6292091155023ceafcbb1ad22d30554cbad Mon Sep 17 00:00:00 2001 From: "Eduardo Valdes Jr." <1084551+emvaldes@users.noreply.github.com> Date: Tue, 5 Nov 2024 16:12:00 -0700 Subject: [PATCH 27/61] Integrating actions-connect-ovpn GitHub Action into project (#16396) * Integrating actions-connect-ovpn GitHub Action into project. * Including a validation block to identify system status --- .../{action-connect-ovpn => connect-ovpn}/.gitignore | 0 .../{action-connect-ovpn => connect-ovpn}/README.md | 0 .../{action-connect-ovpn => connect-ovpn}/action.yml | 12 ++++++++++++ .../example.ovpn | 0 .github/actions/vpn-azure/action.yml | 4 +--- .github/dependabot.yml | 2 +- .github/vpn/test.ovpn | 2 +- 7 files changed, 15 insertions(+), 5 deletions(-) rename .github/actions/{action-connect-ovpn => connect-ovpn}/.gitignore (100%) rename .github/actions/{action-connect-ovpn => connect-ovpn}/README.md (100%) rename .github/actions/{action-connect-ovpn => connect-ovpn}/action.yml (82%) rename .github/actions/{action-connect-ovpn => connect-ovpn}/example.ovpn (100%) diff --git a/.github/actions/action-connect-ovpn/.gitignore b/.github/actions/connect-ovpn/.gitignore similarity index 100% rename from .github/actions/action-connect-ovpn/.gitignore rename to .github/actions/connect-ovpn/.gitignore diff --git a/.github/actions/action-connect-ovpn/README.md b/.github/actions/connect-ovpn/README.md similarity index 100% rename from .github/actions/action-connect-ovpn/README.md rename to .github/actions/connect-ovpn/README.md diff --git a/.github/actions/action-connect-ovpn/action.yml b/.github/actions/connect-ovpn/action.yml similarity index 82% rename from .github/actions/action-connect-ovpn/action.yml rename to .github/actions/connect-ovpn/action.yml index 1aeac9d9876..220338866d6 100644 --- a/.github/actions/action-connect-ovpn/action.yml +++ b/.github/actions/connect-ovpn/action.yml @@ -34,6 +34,16 @@ runs: sudo apt-get install openvpn-systemd-resolved shell: bash + - name: Validate OpenVPN + run: | + echo -e "\nOpenVPN Version:" ; + openvpn --version ; + echo -e "\nPinging URL: ${{ inputs.PING_URL }}" ; + ping -c 3 ${{ inputs.PING_URL }} ; + echo -e "\nIP Route:" ; + ip route ; + shell: bash + - name: Connect VPN env: TLS_KEY: ${{ inputs.TLS_KEY }} @@ -48,6 +58,8 @@ runs: echo "$USER_CRT" | base64 -d > user.crt echo "$USER_KEY" | base64 -d > user.key echo "$SECRET" | base64 -d > secret.txt + + echo -e "sudo openvpn --config ${{ inputs.FILE_OVPN }} --daemon" ; sudo openvpn --config ${{ inputs.FILE_OVPN }} --daemon - name: VPN Status diff --git a/.github/actions/action-connect-ovpn/example.ovpn b/.github/actions/connect-ovpn/example.ovpn similarity index 100% rename from .github/actions/action-connect-ovpn/example.ovpn rename to .github/actions/connect-ovpn/example.ovpn diff --git a/.github/actions/vpn-azure/action.yml b/.github/actions/vpn-azure/action.yml index 7dd45a24d3e..faba23787a2 100644 --- a/.github/actions/vpn-azure/action.yml +++ b/.github/actions/vpn-azure/action.yml @@ -40,9 +40,7 @@ runs: sed -i "s/\(dhcp-option DNS \).*/\1${{ inputs.dns-ip }}/" .github/vpn/${{ inputs.env-name }}.ovpn shell: bash - - uses: josiahsiegel/action-connect-ovpn@794339aff94452216c97f609476c367a43a31295 - ## DevSecOps - Aquia (Replace) - uses: ./.github/actions/action-connect-ovpn - + - uses: ./.github/actions/connect-ovpn if: inputs.env-name && inputs.ca-cert != 'false' id: connect_vpn with: diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c5b2158da31..498f787b167 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -121,7 +121,7 @@ updates: interval: "daily" - package-ecosystem: "github-actions" - directory: "/.github/actions/action-connect-ovpn" + directory: "/.github/actions/connect-ovpn" schedule: interval: "daily" diff --git a/.github/vpn/test.ovpn b/.github/vpn/test.ovpn index 0495febb2d8..fe408202b81 100644 --- a/.github/vpn/test.ovpn +++ b/.github/vpn/test.ovpn @@ -45,4 +45,4 @@ key user.key script-security 2 up /etc/openvpn/update-systemd-resolved down /etc/openvpn/update-systemd-resolved -down-pre \ No newline at end of file +down-pre From e88429400cd818ac36d2cfdb3ef60feb5116ce1b Mon Sep 17 00:00:00 2001 From: "Eduardo Valdes Jr." <1084551+emvaldes@users.noreply.github.com> Date: Wed, 6 Nov 2024 20:41:34 -0700 Subject: [PATCH 28/61] Updating all references of 'master' branch to 'main' (#16398) * Updating all references of 'master' branch to 'main' * Updating GitHub Workflows references from 'master' to 'main' * Performing last-minute housekeeping tasks (#16485) --------- Co-authored-by: matts <22215332+devopsmatt@users.noreply.github.com> --- ...iver-migration-set-up-receiver-settings.md | 11 +++--- .../{vpn => actions/connect-ovpn}/config.ovpn | 0 .github/actions/connect-ovpn/example.ovpn | 38 ------------------- .github/pull_request_template.md | 4 +- .github/workflows/build_frontend.yaml | 6 +-- .github/workflows/build_hub.yml | 6 +-- .github/workflows/codeql.yml | 4 +- .github/workflows/dependency_review.yml | 2 +- .github/workflows/deploy_terraform.yml | 2 +- .github/workflows/publish_docker.yaml | 2 +- .github/workflows/release_chatops_app.yml | 2 +- .github/workflows/release_to_azure.yml | 2 +- .github/workflows/release_to_github.yml | 2 +- .github/workflows/snyk.yml | 2 +- .github/workflows/sonarcloud.yml | 4 +- .github/workflows/validate_resources.yml | 4 +- .github/workflows/validate_terraform.yml | 2 +- 17 files changed, 27 insertions(+), 66 deletions(-) rename .github/{vpn => actions/connect-ovpn}/config.ovpn (100%) delete mode 100644 .github/actions/connect-ovpn/example.ovpn diff --git a/.github/ISSUE_TEMPLATE/up-receiver-migration-set-up-receiver-settings.md b/.github/ISSUE_TEMPLATE/up-receiver-migration-set-up-receiver-settings.md index 0e99ffcfe1a..2f3bba47aa9 100644 --- a/.github/ISSUE_TEMPLATE/up-receiver-migration-set-up-receiver-settings.md +++ b/.github/ISSUE_TEMPLATE/up-receiver-migration-set-up-receiver-settings.md @@ -19,9 +19,9 @@ As a developer, I want to compare the messages generated from the Covid and Univ ### Dev Notes: - [ ] Fetch [STLT] organization settings from production and load them locally -- [ ] Use the attached SimpleReport covid postman collection and make sure the message gets routed to [STLT] locally. Modify the message to meet [STLT] filter if needed [Simple Report Covid.postman_collection](https://github.com/CDCgov/prime-reportstream/blob/master/prime-router/docs/onboarding-users/samples/SimpleReport/Simple%20Report%20Covid.postman_collection.json) -- [ ] Make a copy of the [STLT] organization settings to onboard them to the UP. See How to Migrate an existing receiver to the UP documentation for more details: https://github.com/CDCgov/prime-reportstream/blob/master/prime-router/docs/onboarding-users/migrating-receivers.md -- [ ] Use this Postman collection to send a FHIR bundle the UP and make sure the message gets routed to the new UP [STLT] receiver. You may need to update the Simple Report sender to use the simple-report-sender-transform.yml if it's not using it. [Simple Report UP.postman_collection](https://github.com/CDCgov/prime-reportstream/blob/master/prime-router/docs/onboarding-users/samples/SimpleReport/Simple%20Report%20UP.postman_collection.json) +- [ ] Use the attached SimpleReport covid postman collection and make sure the message gets routed to [STLT] locally. Modify the message to meet [STLT] filter if needed [Simple Report Covid.postman_collection](https://github.com/CDCgov/prime-reportstream/blob/main/prime-router/docs/onboarding-users/samples/SimpleReport/Simple%20Report%20Covid.postman_collection.json) +- [ ] Make a copy of the [STLT] organization settings to onboard them to the UP. See How to Migrate an existing receiver to the UP documentation for more details: https://github.com/CDCgov/prime-reportstream/blob/main/prime-router/docs/onboarding-users/migrating-receivers.md +- [ ] Use this Postman collection to send a FHIR bundle the UP and make sure the message gets routed to the new UP [STLT] receiver. You may need to update the Simple Report sender to use the simple-report-sender-transform.yml if it's not using it. [Simple Report UP.postman_collection](https://github.com/CDCgov/prime-reportstream/blob/main/prime-router/docs/onboarding-users/samples/SimpleReport/Simple%20Report%20UP.postman_collection.json) - To migrate the Covid translation settings start by looking at their current translation settings. If the receiver uses any of the following settings you will need to create a receiver schema: - receivingApplicationName - receivingApplicationOID @@ -45,7 +45,7 @@ As a developer, I want to compare the messages generated from the Covid and Univ - useOrderingFacilityName not STANDARD - receivingOrganization - stripInvalidCharsRegex - + - More documentation on how to set-up these transforms in the UP will be provided, but for now you can look for examples on how to set this up in either the NY-receiver-transforms or CA-receiver-transforms - If the receiver uses any of those transforms you will need to create a receiver transform under `metadata/hl7_mapping/receivers/STLTs/` and update the receiver settings to point to this schema. @@ -60,11 +60,10 @@ As a developer, I want to compare the messages generated from the Covid and Univ - If there are no major differences we can move on to sending test messages to the STLTs staging environment. -### Acceptance Criteria +### Acceptance Criteria - [ ] Created and sent data to [STLT] through the covid pipeline locally - [ ] Created and sent data to [STLTS] through the universal pipeline locally - [ ] Migrated Covid receiver translation settings to the UP receiver settings - [ ] Successfully generated a message with migrated UP receiver settings - [ ] Review transforms settings with the team - [ ] Compared messages from the covid and universal pipelines and documented differences and review with team - diff --git a/.github/vpn/config.ovpn b/.github/actions/connect-ovpn/config.ovpn similarity index 100% rename from .github/vpn/config.ovpn rename to .github/actions/connect-ovpn/config.ovpn diff --git a/.github/actions/connect-ovpn/example.ovpn b/.github/actions/connect-ovpn/example.ovpn deleted file mode 100644 index ee61f15a507..00000000000 --- a/.github/actions/connect-ovpn/example.ovpn +++ /dev/null @@ -1,38 +0,0 @@ -// FULL FILE OVPN - -client -dev tun -proto udp -resolv-retry infinite -nobind -persist-key -persist-tun -remote-cert-tls server -auth-nocache -verb 3 - -Certificate: - Data: - Version: 3 (0x2) - Serial Number: - b1:b0:0b:1a:ad:05:54:0f ------BEGIN CERTIFICATE----- -MIIBtjCCAVygAwIBAgIUbPYCDoO+XmScoS84AhQsbnKvd84wCgYIKoZIzj0EAwIw -u1MjifHr6jMxwQ== ------END CERTIFICATE----- - - -Certificate: - Data: - Version: 3 (0x2) - Serial Number: - b1:b0:0b:1a:ad:05:54:0f ------BEGIN CERTIFICATE----- -MIIBtjCCAVygAwIBAgIUbPYCDoO+XmScoS ------END CERTIFICATE----- - - ------BEGIN CERTIFICATE----- -MIIBtjCCAVygAwIBAgIUbPYCDoO+XmScoS84AhQsbn ------END CERTIFICATE----- - diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 8408c228617..ef040b9b7b3 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,6 +1,6 @@ This PR ... -**If you are suggesting a fix for a currently exploitable issue, please disclose the issue to the prime-reportstream team directly outside of GitHub instead of filing a PR, so we may immediately patch the affected systems before a disclosure. See [SECURITY.md/Reporting a Vulnerability](https://github.com/CDCgov/prime-reportstream/blob/master/SECURITY.md#reporting-a-vulnerability) for more information.** +**If you are suggesting a fix for a currently exploitable issue, please disclose the issue to the prime-reportstream team directly outside of GitHub instead of filing a PR, so we may immediately patch the affected systems before a disclosure. See [SECURITY.md/Reporting a Vulnerability](https://github.com/CDCgov/prime-reportstream/blob/main/SECURITY.md#reporting-a-vulnerability) for more information.** Test Steps: 1. *Include steps to test these changes* @@ -14,7 +14,7 @@ Test Steps: ### Testing - [ ] Tested locally? - [ ] Ran `./prime test` or `./gradlew testSmoke` against local Docker ReportStream container? -- [ ] (For Changes to /frontend-react/...) Ran `npm run lint:write`? +- [ ] (For Changes to /frontend-react/...) Ran `npm run lint:write`? - [ ] Added tests? ### Process diff --git a/.github/workflows/build_frontend.yaml b/.github/workflows/build_frontend.yaml index 49be6ce187a..83c85d0d9da 100644 --- a/.github/workflows/build_frontend.yaml +++ b/.github/workflows/build_frontend.yaml @@ -3,16 +3,16 @@ name: Build Frontend on: pull_request: branches: - - master + - main - production push: branches: - - master + - main merge_group: types: - checks_requested branches: - - master + - main concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} diff --git a/.github/workflows/build_hub.yml b/.github/workflows/build_hub.yml index 33f4587a15f..4fda37397eb 100644 --- a/.github/workflows/build_hub.yml +++ b/.github/workflows/build_hub.yml @@ -3,15 +3,15 @@ name: Build Hub on: pull_request: branches: - - master + - main push: branches: - - master + - main merge_group: types: - checks_requested branches: - - master + - main concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index cda3706bbdd..8a1a1bab180 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -14,10 +14,10 @@ name: "CodeQL" on: push: branches: - - master + - main pull_request: branches: - - master + - main paths: - "frontend-react/**" - "prime-router/src/scripts/**" diff --git a/.github/workflows/dependency_review.yml b/.github/workflows/dependency_review.yml index 0bbf231149f..3535cef2b91 100644 --- a/.github/workflows/dependency_review.yml +++ b/.github/workflows/dependency_review.yml @@ -8,7 +8,7 @@ name: 'Dependency Review' on: pull_request: branches: - - master + - main paths: - 'frontend-react/**' - 'prime-router/**' diff --git a/.github/workflows/deploy_terraform.yml b/.github/workflows/deploy_terraform.yml index a5ce59ce698..a2d837549a5 100644 --- a/.github/workflows/deploy_terraform.yml +++ b/.github/workflows/deploy_terraform.yml @@ -3,7 +3,7 @@ name: Deploy Terraform on: push: branches: - - master + - main - production paths: - '**.tf' diff --git a/.github/workflows/publish_docker.yaml b/.github/workflows/publish_docker.yaml index 2c58a5c8b0c..03e7e4bae4d 100644 --- a/.github/workflows/publish_docker.yaml +++ b/.github/workflows/publish_docker.yaml @@ -4,7 +4,7 @@ on: workflow_dispatch: push: branches: - - master + - main schedule: - cron: "0 0 1 * *" diff --git a/.github/workflows/release_chatops_app.yml b/.github/workflows/release_chatops_app.yml index 2cf114cb640..9edac887f3d 100644 --- a/.github/workflows/release_chatops_app.yml +++ b/.github/workflows/release_chatops_app.yml @@ -8,7 +8,7 @@ on: - "operations/slack-boltjs-app" pull_request: branches: - - master + - main paths: - "operations/slack-boltjs-app" diff --git a/.github/workflows/release_to_azure.yml b/.github/workflows/release_to_azure.yml index 0c22420eb31..aaa7ceaee7b 100644 --- a/.github/workflows/release_to_azure.yml +++ b/.github/workflows/release_to_azure.yml @@ -4,7 +4,7 @@ name: Release to Azure on: push: branches: - - master + - main - production - test - demo1 diff --git a/.github/workflows/release_to_github.yml b/.github/workflows/release_to_github.yml index a1b804a342c..0170f97d62e 100644 --- a/.github/workflows/release_to_github.yml +++ b/.github/workflows/release_to_github.yml @@ -3,7 +3,7 @@ name: Release to GitHub on: push: branches: - - master + - main - production concurrency: ${{ github.ref }}-gh-release diff --git a/.github/workflows/snyk.yml b/.github/workflows/snyk.yml index 2704fa9ba6f..4afb51085c9 100644 --- a/.github/workflows/snyk.yml +++ b/.github/workflows/snyk.yml @@ -4,7 +4,7 @@ name: Snyk Java/Kotlin scan on: push: branches: - - master + - main paths: - "prime-router/**" - "submissions/**" diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 6f996603649..49b2d3d38f4 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -4,10 +4,10 @@ on: workflow_dispatch: push: branches: - - master + - main pull_request: branches: - - master + - main paths: - "prime-router/**" - "frontend-react/**" diff --git a/.github/workflows/validate_resources.yml b/.github/workflows/validate_resources.yml index 02af76df69d..d05b0b5ae09 100644 --- a/.github/workflows/validate_resources.yml +++ b/.github/workflows/validate_resources.yml @@ -4,12 +4,12 @@ on: pull_request: branches: - production - - master + - main - test push: branches: - production - - master + - main - test schedule: - cron: "36 3 * * *" diff --git a/.github/workflows/validate_terraform.yml b/.github/workflows/validate_terraform.yml index bd3cc505cca..5924b2a9f7f 100644 --- a/.github/workflows/validate_terraform.yml +++ b/.github/workflows/validate_terraform.yml @@ -4,7 +4,7 @@ on: pull_request: branches: - production - - master + - main - test paths: - '**.tf' From 078feb961fdec350f02cb6c040080aca75995031 Mon Sep 17 00:00:00 2001 From: Jack Wang Date: Thu, 7 Nov 2024 08:39:34 -0500 Subject: [PATCH 29/61] Update prime-router docs to reference main branch (#16497) * update prime-router doc references from master to main --- .environment/chatops/help.txt | 4 ++-- CONTRIBUTING.md | 2 +- DEPLOYMENTS.md | 14 +++++++------- README.md | 10 +++++----- open_practices.md | 2 +- operations/README.md | 4 ++-- operations/vpn/README.md | 2 +- .../proposals/0004-git-flow-and-versioning.md | 8 ++++---- .../0019-website-api-payload-structure.md | 2 +- .../allowlist-gitleaks-false-positives.md | 8 ++++---- .../docs-deprecated/how-to-onboard-a-receiver.md | 8 ++++---- .../docs-deprecated/how-to-onboard-a-sender.md | 6 +++--- .../playbooks/dependabot-updates.md | 2 +- .../docs-deprecated/playbooks/platform_restore.md | 2 +- .../docs/docs-deprecated/playbooks/shutdown.md | 2 +- .../docs-deprecated/workflows/BuildForReactApp.md | 2 +- .../workflows/Security/StaticCodeAnalysis.md | 2 +- .../docs/docs-deprecated/workflows/Terraform.md | 6 +++--- .../docs/docs-deprecated/workflows/branching.md | 14 +++++++------- prime-router/docs/getting-started/contributing.md | 4 ++-- .../standard-operating-procedures/dependabot.md | 2 +- prime-router/docs/onboarding-users/receivers.md | 8 ++++---- .../onboarding-users/sender-onboarding/senders.md | 4 ++-- .../docs/onboarding-users/transport/rest.md | 2 +- .../docs/onboarding-users/transport/soap.md | 8 ++++---- .../Poison-queue/poison-queue-management.md | 2 +- .../adding-conformance-profile.md | 2 +- .../managing-translation-schemas-in-azure.md | 2 +- .../update-observation-mapping-table.md | 6 +++--- prime-router/docs/troubleshooting/README.md | 2 +- prime-router/docs/universal-pipeline/convert.md | 2 +- .../examples/generate-jwt-python/README.md | 10 +++++----- .../src/main/kotlin/azure/TokenFunction.kt | 2 +- prime-router/src/main/kotlin/tokens/JtiCache.kt | 2 +- templates/azdashboard_readme.md | 2 +- 35 files changed, 80 insertions(+), 80 deletions(-) diff --git a/.environment/chatops/help.txt b/.environment/chatops/help.txt index 21a0356e852..5d95387fdf6 100644 --- a/.environment/chatops/help.txt +++ b/.environment/chatops/help.txt @@ -3,7 +3,7 @@ ACTION USAGE [<@bot>] gh-deploy [] to [] [OPTIONAL: for ] EXAMPLES - @DevBot gh-deploy master to trialfrontend1 + @DevBot gh-deploy main to trialfrontend1 ========================================================================== ACTION Lock branch to prevent deployments @@ -26,4 +26,4 @@ USAGE [<@bot>] gh-run [] [OPTIONAL: ] [OPTIONAL: --inputs ] EXAMPLES @DevBot gh-run destroy_demo_environment.yml --inputs env_name:demo1 - @DevBot gh-run destroy_demo_environment.yml CDCgov/prime-reportstream master --inputs env_name:demo1 + @DevBot gh-run destroy_demo_environment.yml CDCgov/prime-reportstream main --inputs env_name:demo1 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ef57fd25fa4..9d2732642a0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -69,7 +69,7 @@ Once your changes and tests are ready to submit for review: 2. **Rebase your changes** - Update your local repository with the most recent code from the principal repository, and rebase your branch on top of the latest master branch. We prefer your initial changes to be squashed into a single commit. Later, if we ask you to make changes, add the changes as separate commits. This makes the changes easier to review. + Update your local repository with the most recent code from the principal repository, and rebase your branch on top of the latest main branch. We prefer your initial changes to be squashed into a single commit. Later, if we ask you to make changes, add the changes as separate commits. This makes the changes easier to review. 3. **Submit a pull request** diff --git a/DEPLOYMENTS.md b/DEPLOYMENTS.md index 3ecdd5ca31c..c974938ed2a 100644 --- a/DEPLOYMENTS.md +++ b/DEPLOYMENTS.md @@ -2,16 +2,16 @@ ReportStream production deployments take place on Tuesdays and Thursday around 10am EST. -The testing and staging environments are automatically deployed on every merge into `master` through our Continuous Deployment pipeline. +The testing and staging environments are automatically deployed on every merge into `main` through our Continuous Deployment pipeline. ## How is ReportStream deployed? We automatically deploy changes through [GitHub Actions](.github/workflows/release.yml) based on changes in target branches as described in the table below. These changes can only enter these branches through successfully reviewed Pull Requests. | Changes are merged into branch | Changes get deployed into environment(s) | Release Builds | -|:--|:--|:--| -| `master` | test and staging | *[pre-release](https://github.com/CDCgov/prime-reportstream/releases/tag/v-pre-release) (staging) | -| `production` | production | [release](https://github.com/CDCgov/prime-reportstream/releases/latest) | +|:-------------------------------|:--|:--| +| `main` | test and staging | *[pre-release](https://github.com/CDCgov/prime-reportstream/releases/tag/v-pre-release) (staging) | +| `production` | production | [release](https://github.com/CDCgov/prime-reportstream/releases/latest) | \* ⚠️*Returns "404 not found" if no changes have been merged since the last release.* @@ -39,11 +39,11 @@ In preparation for our Tuesday and Thursday deployments, a cutoff time has been | Tuesday, 10am EST | Monday, 12pm EST | | Thursday, 10am EST | Wednesday, 12pm EST | -The cutoff time is automatically enforced via automatic branching from `master` into a dedicated deployment branch targeting the `production` branch through a [GitHub Action](.github/workflows/prepare_deployment_branch.yaml). +The cutoff time is automatically enforced via automatic branching from `main` into a dedicated deployment branch targeting the `production` branch through a [GitHub Action](.github/workflows/prepare_deployment_branch.yaml). -1. At the specified cut-off time (Mondays and Wednesdays at noon ET), the GitHub action creates a new branch named `deployment/YYYY-MM-DD` (where the YYYY-MM-DD is `today + 1day`, i.e. the date of the deployment, not the date of the branching) which branches from `master`. This branch now contains everything that was present in `master` at that cut-off time. This is the content that is/will be part of the production deployment. +1. At the specified cut-off time (Mondays and Wednesdays at noon ET), the GitHub action creates a new branch named `deployment/YYYY-MM-DD` (where the YYYY-MM-DD is `today + 1day`, i.e. the date of the deployment, not the date of the branching) which branches from `main`. This branch now contains everything that was present in `main` at that cut-off time. This is the content that is/will be part of the production deployment. 1. A new PR from the deployment branch is filed to merge `deployment/YYYY-MM-DD` into `production`. The PR has title `"Deployment of YYYY-MM-DD"` and is tagged with the [`deployment` tag](https://github.com/CDCgov/prime-reportstream/issues?q=label%3Adeployment). -1. The contents of `master` is deployed to the staging environment for verification +1. The contents of `main` is deployed to the staging environment for verification * Manual testing takes place 1. The PR is reviewed by the team 1. The PR is merged during the specified deployment window by an approved team member. diff --git a/README.md b/README.md index 7c46f256654..5b2e9ef5a11 100644 --- a/README.md +++ b/README.md @@ -46,8 +46,8 @@ unless pursuant to an existing contract or agreement. ## Privacy Standard Notice This repository contains only non-sensitive, publicly available data and information. All material and community participation is covered by the -[Disclaimer](https://github.com/CDCgov/template/blob/master/DISCLAIMER.md) -and [Code of Conduct](https://github.com/CDCgov/template/blob/master/code-of-conduct.md). +[Disclaimer](https://github.com/CDCgov/template/blob/main/DISCLAIMER.md) +and [Code of Conduct](https://github.com/CDCgov/template/blob/main/code-of-conduct.md). For more information about CDC's privacy policy, please visit [http://www.cdc.gov/other/privacy.html](https://www.cdc.gov/other/privacy.html). ## Contributing Standard Notice @@ -80,6 +80,6 @@ published through the [CDC web site](http://www.cdc.gov). ## Additional Standard Notices Please refer to [CDC's Template Repository](https://github.com/CDCgov/template) -for more information about [contributing to this repository](https://github.com/CDCgov/template/blob/master/CONTRIBUTING.md), -[public domain notices and disclaimers](https://github.com/CDCgov/template/blob/master/DISCLAIMER.md), -and [code of conduct](https://github.com/CDCgov/template/blob/master/code-of-conduct.md). +for more information about [contributing to this repository](https://github.com/CDCgov/template/blob/main/CONTRIBUTING.md), +[public domain notices and disclaimers](https://github.com/CDCgov/template/blob/main/DISCLAIMER.md), +and [code of conduct](https://github.com/CDCgov/template/blob/main/code-of-conduct.md). diff --git a/open_practices.md b/open_practices.md index c24503cf919..ff5fa63f64c 100644 --- a/open_practices.md +++ b/open_practices.md @@ -61,7 +61,7 @@ If you are interested in using GitHub for non-open source projects, please check This checklist was adapted from the CDC IT Guard Rail and put here to help people who don't have access to the intranet. * [ ] Create a new project using the [template repo](https://github.com/CDCgov/template). -* [ ] Update your readme.md following the [CDC GitHub Practices for Open Source Projects](https://github.com/CDCgov/template/blob/master/open_practices.md) +* [ ] Update your readme.md following the [CDC GitHub Practices for Open Source Projects](https://github.com/CDCgov/template/blob/main/open_practices.md) * [ ] Choose a license. Most projects are ASL2, but license should meet public health program need. See for more info on choosing a license. * [ ] Remove all sensitive info. * [ ] Talk with your ADI, ADS, and ISSO for review and clearance. diff --git a/operations/README.md b/operations/README.md index 6223687569e..d17a62cc9a7 100644 --- a/operations/README.md +++ b/operations/README.md @@ -17,7 +17,7 @@ versions all remain identical. > [Azure cli](https://docs.microsoft.com/en-us/cli/azure/install-azure-cli) All infrastructure operations must be done behind the environment-specific VPN. -You can find [directions for configuring your VPN client in prime-router/docs/VPN.md](https://github.com/CDCgov/prime-data-hub/blob/master/prime-router/docs/vpn.md). +You can find [directions for configuring your VPN client in prime-router/docs/docs-deprecated/vpn.md](https://github.com/CDCgov/prime-reportstream/blob/main/prime-router/docs/docs-deprecated/vpn.md). ### Resource Group and KeyVault In order to deploy, we will need to define our resource group and keyvault. There are some specific keys we need to be pre-populated before we run our terraform as well. @@ -48,7 +48,7 @@ data "azurerm_key_vault_secret" "pagerduty_url" { ## Terraform -For production deploys, always deploy from the `master` branch. +For production deploys, always deploy from the `main` branch. Our Terraform code is broken down into two main folders, vars and modules. The vars direcory will contain all the variables needed for the stage you want to deploy to. All variables required to deploy that specific stage should be contained in it's respective folder. This makes it easy to determine where variables need to be changed. diff --git a/operations/vpn/README.md b/operations/vpn/README.md index b0cfed0acb2..47fde2a7734 100644 --- a/operations/vpn/README.md +++ b/operations/vpn/README.md @@ -39,4 +39,4 @@ ``` ## Backup scripts - * [Repo](https://github.com/CDCgov/prime-reportstream/tree/master/operations/vpn) + * [Repo](https://github.com/CDCgov/prime-reportstream/tree/main/operations/vpn) diff --git a/prime-router/docs/design/proposals/0004-git-flow-and-versioning.md b/prime-router/docs/design/proposals/0004-git-flow-and-versioning.md index 1b7202bd152..dd64a50e8bd 100644 --- a/prime-router/docs/design/proposals/0004-git-flow-and-versioning.md +++ b/prime-router/docs/design/proposals/0004-git-flow-and-versioning.md @@ -2,7 +2,7 @@ To date, the PRIME Data Hub has used the following flow for code undergoing development, testing, and production: -> `feature_branch(es)` --> `master` --> `production` +> `feature_branch(es)` --> `main` --> `production` While this flow has served its purpose for the testing and validation of software changes before deployment to production, a simpler workflow that allows for the versioning of the platform is a necessary next step in its maturation. @@ -33,12 +33,12 @@ The proposed versioning scheme is based off of `Calendar Versioning`1 To simplify the flow of code from development to the test and production environments, the proposed flow will be: -> `feature_branch(es)` --> `master` +> `feature_branch(es)` --> `main` -The `master` branch will remain protected in that: +The `main` branch will remain protected in that: - It cannot be pushed to directly - A pull request must be submitted from the feature branch - - The pull request must be approved by ≥ 1 reviewer prior to being merged into the `master` branch + - The pull request must be approved by ≥ 1 reviewer prior to being merged into the `main` branch Upon the creation of a pull request, the `staging_build` workflow will be triggered to build and test the changes that would result from the pull request being merged. diff --git a/prime-router/docs/design/proposals/0019-website-api-payload-structure.md b/prime-router/docs/design/proposals/0019-website-api-payload-structure.md index 0fb398e618d..7d3b0bc2931 100644 --- a/prime-router/docs/design/proposals/0019-website-api-payload-structure.md +++ b/prime-router/docs/design/proposals/0019-website-api-payload-structure.md @@ -12,7 +12,7 @@ The purpose of this proposal is to align on communication between ReportStream A - Resource structures - Collection structures -Having a consistent approach to the above would provide some predictability in implementation as we continue to build out the website, and it would help to simplify logic in common UX patterns like search filters and pagination. (For example, UsePagination.ts contains [visual slot logic](https://github.com/CDCgov/prime-reportstream/blob/master/frontend-react/src/hooks/UsePagination.ts#L26-L84) that could be drastically simplified if there were, say, a `totalCount` included in the response payload.) +Having a consistent approach to the above would provide some predictability in implementation as we continue to build out the website, and it would help to simplify logic in common UX patterns like search filters and pagination. (For example, UsePagination.ts contains [visual slot logic](https://github.com/CDCgov/prime-reportstream/blob/main/frontend-react/src/hooks/UsePagination.ts#L26-L84) that could be drastically simplified if there were, say, a `totalCount` included in the response payload.) **NOTE: This proposal is only intended for the endpoints used by the ReportStream website.** Although it can be argued that we'd benefit from having a consistent response payload structure across the board, updating our user-facing API signatures may create too much cascading work for our users at the moment. (However, this could be an item we raise again if we choose to implement API versioning down the line.) diff --git a/prime-router/docs/docs-deprecated/allowlist-gitleaks-false-positives.md b/prime-router/docs/docs-deprecated/allowlist-gitleaks-false-positives.md index f3ac347bce2..55e74c748f8 100644 --- a/prime-router/docs/docs-deprecated/allowlist-gitleaks-false-positives.md +++ b/prime-router/docs/docs-deprecated/allowlist-gitleaks-false-positives.md @@ -17,7 +17,7 @@ Gitleaks is configured through a [TOML](https://en.wikipedia.org/wiki/Toml) file It is important to understand how the different Gitleaks runs pick up the configuration that applies to each type of run: * **pre-commit hook**: uses the _configuration file from your branch_, only scans those files that are listed as staged -* **scheduled/nightly run**: uses the _configuration file as present in the "`master`" branch_ and the rules contained in that version of the file will apply on _all_ commits that it scans in its run. This run spans _all_ commits, in _all_ branches, matching the provided (date-based) filter. In other words: your branch "`foo`" that you pushed up last night, will be scanned by the nightly run using the rules defined in the "`master`" branch! **You may have suppressed some false positives in the version of the configuration file in _your_ branch, but unless these are merged into master, they will be ignored by the scheduled run and you will still see failures.** +* **scheduled/nightly run**: uses the _configuration file as present in the "`main`" branch_ and the rules contained in that version of the file will apply on _all_ commits that it scans in its run. This run spans _all_ commits, in _all_ branches, matching the provided (date-based) filter. In other words: your branch "`foo`" that you pushed up last night, will be scanned by the nightly run using the rules defined in the "`main`" branch! **You may have suppressed some false positives in the version of the configuration file in _your_ branch, but unless these are merged into main, they will be ignored by the scheduled run and you will still see failures.** Now that we understand how the Nightly Run picks up its configuration information, we can appreciate why there is a distinct process associated with adding suppressions to prevent unnecessary flagging of genuine False Positives by the nightly run. @@ -26,7 +26,7 @@ Now that we understand how the Nightly Run picks up its configuration informatio The process for adding a suppression is the same, regardless of whether or not this is for work in progress, or work that's already been pushed up (regardless of its branch). * Code containing Gitleaks violations is committed in branch "`culprit`", this may or may not already have been pushed up. -* Check out a new branch off of the "`master`" branch (let's call this one "`gitleaks-culprit`"). +* Check out a new branch off of the "`main`" branch (let's call this one "`gitleaks-culprit`"). * In "`gitleaks-culprit`", modify the `gitleaks-config.toml` file to have the correct suppressions. * Push up the "`gitleaks-culprit`" branch and open a Pull Request, include at least one member of the DevOps team (e.g. @CDCgov/prime-reportstream-devops). The Pull Request _must_ contain an explanation of: * What you are suppressing and why it's ok: the specific patterns/values/commits; example: @@ -35,8 +35,8 @@ The process for adding a suppression is the same, regardless of whether or not t * "This commit does not contain any other code except for the addition of test keys, there is nothing else in this commit to be flagged. The suppression disables this particular rule for just this commit. Other rules still apply." * Why the suppression will not cause False Negatives; example: * "Suppressing the pattern "`it\.key\.contains\(`" in the "Generic Credential" rule set is fine because this value is not a credential, it is a key lookup in an iterator." -* Get approval for the PR and merge the PR into "`master`" on approval by at least one member of the DevOps team, when the nightly run kicks off, it will now have your suppression(s) applied and not raise a false positive on the changes in your branch. -* To bring the suppression into your own branch, either `git merge master` into your branch or `git cherrypick` the commit that contains the suppression on to your branch. +* Get approval for the PR and merge the PR into "`main`" on approval by at least one member of the DevOps team, when the nightly run kicks off, it will now have your suppression(s) applied and not raise a false positive on the changes in your branch. +* To bring the suppression into your own branch, either `git merge main` into your branch or `git cherrypick` the commit that contains the suppression on to your branch. # How to Suppress diff --git a/prime-router/docs/docs-deprecated/how-to-onboard-a-receiver.md b/prime-router/docs/docs-deprecated/how-to-onboard-a-receiver.md index 5559def4349..b9569388623 100644 --- a/prime-router/docs/docs-deprecated/how-to-onboard-a-receiver.md +++ b/prime-router/docs/docs-deprecated/how-to-onboard-a-receiver.md @@ -54,7 +54,7 @@ Below is an example of the organization file In the above example, the jurisdictional filter searches the `ordering_facility_state` field in the report for anything that matches the code LT. Filters can be applied to the organization or receiver. For more information on filters see: -(https://github.com/CDCgov/prime-reportstream/blob/master/prime-router/docs/playbooks/how-to-use-filters.md) +(https://github.com/CDCgov/prime-reportstream/blob/main/prime-router/docs/playbooks/how-to-use-filters.md) In addition, there is the translation section, which specifies the output format that will be sent to the receiver. Currently, we have three formats available: @@ -109,10 +109,10 @@ The mechanism for how each record is translated is laid out in the schema, which By default, any HL7 receiver will use the COVID-19 schema and you do not need to create a schema specific to your receiver. If they are going to receive a CSV file you *MUST* create a schema. In lieu of a schema, we use the `TranslationConfig` to set default values and control HL7 processing. -(https://github.com/CDCgov/prime-reportstream/blob/master/prime-router/docs/playbooks/how_to_use_translation_configuration_features.md) +(https://github.com/CDCgov/prime-reportstream/blob/main/prime-router/docs/playbooks/how_to_use_translation_configuration_features.md) For additional information on creating a schema see: -(https://github.com/CDCgov/prime-reportstream/blob/master/prime-router/docs/how-to-onboard-a-sender.md) +(https://github.com/CDCgov/prime-reportstream/blob/main/prime-router/docs/how-to-onboard-a-sender.md) ### Generate test data @@ -151,7 +151,7 @@ If you want to create the data as HL7, that is easy to do as well: - Once you've got the kinks out of the organizations.yml, carefully update settings in the staging environment. - `./prime multiple-settings set --help` - Create a PR for the change, review, and push. The review is a good chance for someone to doublecheck the filters. -- It should deploy to staging automagically once the PR is approved and merged into master. +- It should deploy to staging automagically once the PR is approved and merged into main. - Test again in Staging - If you are ready, carefully update settings in the prod environment. Especially in production, check the batch timing. NOT every minute, eh? diff --git a/prime-router/docs/docs-deprecated/how-to-onboard-a-sender.md b/prime-router/docs/docs-deprecated/how-to-onboard-a-sender.md index 71068d466ff..f2b3925a29c 100644 --- a/prime-router/docs/docs-deprecated/how-to-onboard-a-sender.md +++ b/prime-router/docs/docs-deprecated/how-to-onboard-a-sender.md @@ -48,7 +48,7 @@ A few things to note here: ### Set up a New Schema -**You should only create new schemas when an existing master schema will not fit your use case. Please ensure that an +**You should only create new schemas when an existing main schema will not fit your use case. Please ensure that an existing schema cannot be used prior to creating a new schema.** Once you've added the sender to the `organizations.yml` file you next need to create a schema file. @@ -271,7 +271,7 @@ If there are any exceptions, you will see them output in the console for Azure. A sender will first utilize the validation tool - https://staging.reportstream.cdc.gov/file-handler/validate -to validate against one of the three existing master schemas. In order to validate against a custom schema in the +to validate against one of the three existing main schemas. In order to validate against a custom schema in the validation tool, that organization will need to be given an Okta login and their organization and sender settings need to be updated in the staging and production databases. @@ -341,7 +341,7 @@ submitted by the sender. ### Testing in Production Testing in production should be done with real patient data and the sender in “testing” mode. Testing mode means that -the Customer Status is set to “testing” if using one of the three master schemas or the schema is defaulting a +the Customer Status is set to “testing” if using one of the three main schemas or the schema is defaulting a processing mode code of “T”. This ensures that files sent to the ReportStream production endpoint will not move into a STLT production system. Working with the identified receiver send the production testing files to their preferred environment. Once the receiver has validated the testing files, the sender can be moved to full production mode. diff --git a/prime-router/docs/docs-deprecated/playbooks/dependabot-updates.md b/prime-router/docs/docs-deprecated/playbooks/dependabot-updates.md index 1c84a92132e..f4c4cd1650e 100644 --- a/prime-router/docs/docs-deprecated/playbooks/dependabot-updates.md +++ b/prime-router/docs/docs-deprecated/playbooks/dependabot-updates.md @@ -17,7 +17,7 @@ Please pay attention to [security related dependency PRs](https://github.com/CDC **Below are the steps for how to most safely check and merge in the dependabot PRs:** ## Steps -1. Open the dependabot's pull request to be merged and identify if the PR is out of date from master. If so, create a new comment in the PR with the text +1. Open the dependabot's pull request to be merged and identify if the PR is out of date from main. If so, create a new comment in the PR with the text `@dependabot rebase` to let dependabot rebase the branch for you. If you use any other method, dependabot will not be able to keep track of the PR. If the PR has conflicts (and no manual commits were added), use `@dependabot recreate` to recreate the PR from scratch. 1. Verify that the build for the PR is successful. Note that the unit, integration and smoke tests are run as part of the build. 1. Read the updated library's changelog and identify and communicate any risks you find. When in doubt ask! Library changes can affect many parts of the system. diff --git a/prime-router/docs/docs-deprecated/playbooks/platform_restore.md b/prime-router/docs/docs-deprecated/playbooks/platform_restore.md index e8af0f588be..b84a0865b8b 100644 --- a/prime-router/docs/docs-deprecated/playbooks/platform_restore.md +++ b/prime-router/docs/docs-deprecated/playbooks/platform_restore.md @@ -19,7 +19,7 @@ to: location = "westus" ``` -1. Follow the directions in the [operations README](https://github.com/CDCgov/prime-reportstream/tree/master/operations) +1. Follow the directions in the [operations README](https://github.com/CDCgov/prime-reportstream/tree/main/operations) to prepare the region for use by Terraform. This may include creating a storage account, populating Key Vaults, and other actions. 2. Update the relevant environment's module as specified above in the Terraform configuration to deploy to the desired diff --git a/prime-router/docs/docs-deprecated/playbooks/shutdown.md b/prime-router/docs/docs-deprecated/playbooks/shutdown.md index af08baff6c0..77cf9c554ab 100644 --- a/prime-router/docs/docs-deprecated/playbooks/shutdown.md +++ b/prime-router/docs/docs-deprecated/playbooks/shutdown.md @@ -48,6 +48,6 @@ az network front-door routing-rule update --front-door-name If the application must completely be removed from Azure, Terraform can destroy all application resources. To do this: -1. [Follow the operations/README.md for environment tear down directions](https://github.com/CDCgov/prime-reportstream/blob/master/operations/README.md#tear-down-a-environment) +1. [Follow the operations/README.md for environment tear down directions](https://github.com/CDCgov/prime-reportstream/blob/main/operations/README.md#tear-down-a-environment) 2. Start with the app stage (`04-app`) and work backwards until the resources needed are destroyed 3. Make note of the warning when tearing down resources that are not ephemeral diff --git a/prime-router/docs/docs-deprecated/workflows/BuildForReactApp.md b/prime-router/docs/docs-deprecated/workflows/BuildForReactApp.md index 5b34b7f858a..5ad4f6417b1 100644 --- a/prime-router/docs/docs-deprecated/workflows/BuildForReactApp.md +++ b/prime-router/docs/docs-deprecated/workflows/BuildForReactApp.md @@ -1,6 +1,6 @@ **File Name – build_frontend.yml** -There are 2 events that trigger the workflow on push to master or pull request to master or production. The virtual environment used to run the workflow is an Ubuntu machine in the latest version. +There are 2 events that trigger the workflow on push to main or pull request to main or production. The virtual environment used to run the workflow is an Ubuntu machine in the latest version.   **Step1: run yarn install --ignore-platform** Installs the dependencies required to run the application: diff --git a/prime-router/docs/docs-deprecated/workflows/Security/StaticCodeAnalysis.md b/prime-router/docs/docs-deprecated/workflows/Security/StaticCodeAnalysis.md index d06f09b2654..fbfb98c0431 100644 --- a/prime-router/docs/docs-deprecated/workflows/Security/StaticCodeAnalysis.md +++ b/prime-router/docs/docs-deprecated/workflows/Security/StaticCodeAnalysis.md @@ -45,6 +45,6 @@ A major advantage of SAST is that it can be applied to source code, including in **CodeQL – SAST code analysis** CodeQL is the code analysis engine developed by GitHub to automate security checks. You can analyze your code using CodeQL and display the results as code scanning alerts.   -Prime report stream has been configured to run CodeQL code scans on pushes to master, production branches and on pull request from any branch to master branch. +Prime report stream has been configured to run CodeQL code scans on pushes to main, production branches and on pull request from any branch to main branch. diff --git a/prime-router/docs/docs-deprecated/workflows/Terraform.md b/prime-router/docs/docs-deprecated/workflows/Terraform.md index 35d35b30f7f..2939b7b47e3 100644 --- a/prime-router/docs/docs-deprecated/workflows/Terraform.md +++ b/prime-router/docs/docs-deprecated/workflows/Terraform.md @@ -10,7 +10,7 @@ name: Terraform Plan # configure to run on merges to 'main' branchbranchon: push: - branches: [ master ] + branches: [ main ] jobs: deploy: @@ -51,7 +51,7 @@ jobs: The previous GitHub Action example runs the following steps:

      -
    1. GitHub Action runs on pushes to the master branch
    2. +
    3. GitHub Action runs on pushes to the main branch
    4. Repository code is checked out
    5. Cloud provider is authenticated. In this example, Microsoft Azure is authenticated against.
    6. Terraform will be setup using the hashicorp/setup-terraform action.
    7. @@ -100,7 +100,7 @@ jobs: The previous GitHub Action runs the following steps:
        -
      1. GitHub Action runs on pushes to the master branch.
      2. +
      3. GitHub Action runs on pushes to the main branch.
      4. Repository code is checked out.
      5. Cloud provider is authenticated. In this example, Microsoft Azure is authenticated against.
      6. Terraform is setup using the hashicorp/setup-terraform action.
      7. diff --git a/prime-router/docs/docs-deprecated/workflows/branching.md b/prime-router/docs/docs-deprecated/workflows/branching.md index 85c2b8cf96c..ba08e8717ae 100644 --- a/prime-router/docs/docs-deprecated/workflows/branching.md +++ b/prime-router/docs/docs-deprecated/workflows/branching.md @@ -5,21 +5,21 @@   **Production** - this branch contains production code. All development code is merged into production before deployment.   -**master** - this branch contains pre-production code. When the features are finished then they are merged into master. +**main** - this branch contains pre-production code. When the features are finished then they are merged into main. During the development cycle, a variety of supporting branches are used:   **feature** - feature branches are used to develop new features for the upcoming releases. May branch off from develop and must merge into develop.   -**release** - release branches support preparation of a new production release. They allow many minor bug to be fixed and preparation of meta-data for a release. May branch off from develop and must merge into master and develop. Tag master when merged from a release. +**release** - release branches support preparation of a new production release. They allow many minor bug to be fixed and preparation of meta-data for a release. May branch off from develop and must merge into main and develop. Tag main when merged from a release. &nbps; -**hotfix/bugfix** - hotfix branches are necessary to act immediately upon an undesired status of master. May branch off from master and must merge into master and develop. +**hotfix/bugfix** - hotfix branches are necessary to act immediately upon an undesired status of main. May branch off from main and must merge into main and develop. When a serious issue is discovered in production and you urgently need a quick fix, you branch off of production, implement the fix, and merge directly back into production and roll out. You also merge the hotfix branch into your current release branch if one is in process. If a release branch is not in development, then you merge it into develop instead. If you merged into release instead of develop, the code for the hotfix will make it back into develop when you merge the release branch. If you have got your flow working well with the release branch and the testing, then you really shouldn't need these hotfix branches. If you find that you are having to create a lot of hotfix branches, something is wrong with your setup.     **Branch Naming Convention:**
        • production
        • -
        • master
        • +
        • main
        • features/[pbi#]-[feature-name]
        • features/[feature-name]
        • bugfixes/[pbi#]-[description]
        • @@ -30,9 +30,9 @@ When a serious issue is discovered in production and you urgently need a quick f **Key Points**
            -
          • Developers primarily work in feature branches created from the master branch
          • -
          • Pull requests are required to merge a feature branch into the master branch
          • -
          • Upon completion of the pull request, the master branch is compiled and deployed to the development environment.
          • +
          • Developers primarily work in feature branches created from the main branch
          • +
          • Pull requests are required to merge a feature branch into the main branch
          • +
          • Upon completion of the pull request, the main branch is compiled and deployed to the development environment.
          • There is only one build pipeline, but it builds for both feature branches and release branches (and all others potentially).
          • Cherry picking should be avoided - either all code in a DevOps release is deployed or none; deployment will need to be postponed or code rolled back
          diff --git a/prime-router/docs/getting-started/contributing.md b/prime-router/docs/getting-started/contributing.md index b99fbefbdfa..111c6e9e3c7 100644 --- a/prime-router/docs/getting-started/contributing.md +++ b/prime-router/docs/getting-started/contributing.md @@ -4,7 +4,7 @@ ### Committing to this repository -* Commits _must_ be signed or will not be mergeable into `master` or `production` without Repository Administrator intervention. You can find detailed instructions on how to set this up in the [Signing Commits](../getting-started/signing-commits.md) document. +* Commits _must_ be signed or will not be mergeable into `main` or `production` without Repository Administrator intervention. You can find detailed instructions on how to set this up in the [Signing Commits](../getting-started/signing-commits.md) document. * You will also need to connect to GitHub with an SSH key. You can find instructions on generating and adding an SSH key [here](https://docs.github.com/en/authentication/connecting-to-github-with-ssh). * Make your changes in topic/feature branches and file a [new Pull Request](https://github.com/CDCgov/prime-reportstream/pulls) to merge your changes in to your desired target branch. @@ -53,7 +53,7 @@ Code style is only enforced by pre-commit hooks for kotlin files, and even those To apply project settings, in IntelliJ, go to `Settings...`->`Editor`->`Code Style`. Make sure `Project` is selected next to `Scheme:`. Then, go to `Settings...`->`Editor`->`File Types`->`JSON` and under `File name patterns` add `*.fhir`. Optionally, go to `Settings...`->`Tools`->`Actions on Save` and select `Reformat code` to ensure that code is automatically formatted when edited. -Even if you tend to use a different IDE for development, anytime you edit `.kt`, `.yml`, or `.fhir` files, you are expected to use IntelliJ to format those files before opening a PR or merging to the `master` branch. +Even if you tend to use a different IDE for development, anytime you edit `.kt`, `.yml`, or `.fhir` files, you are expected to use IntelliJ to format those files before opening a PR or merging to the `main` branch. ### Kotlin diff --git a/prime-router/docs/getting-started/standard-operating-procedures/dependabot.md b/prime-router/docs/getting-started/standard-operating-procedures/dependabot.md index db4cb4d4bb1..bbf64555019 100644 --- a/prime-router/docs/getting-started/standard-operating-procedures/dependabot.md +++ b/prime-router/docs/getting-started/standard-operating-procedures/dependabot.md @@ -9,7 +9,7 @@ not careful with them, you can really mess up the application. Spider-Man rules Below are the steps for how to most safely check and merge in the dependabot PRs: ## Steps -1. Open the dependabot's pull request to be merged and identify if the PR is out of date from master. If so, create a new comment in the PR with the text +1. Open the dependabot's pull request to be merged and identify if the PR is out of date from main. If so, create a new comment in the PR with the text `@dependabot rebase` to let dependabot rebase the branch for you. If you use any other method then dependabot will not be able to keep track of the PR. 2. Verify that the build for the PR is successful. Note that the unit, integration and smoke tests are run as part of the build. 3. Read the updated library's changelog and identify and communicate any risks you find. When in doubt ask! Library changes can affect many parts of the system. diff --git a/prime-router/docs/onboarding-users/receivers.md b/prime-router/docs/onboarding-users/receivers.md index 1d141e11d14..0ef68bf0bcb 100644 --- a/prime-router/docs/onboarding-users/receivers.md +++ b/prime-router/docs/onboarding-users/receivers.md @@ -1,5 +1,5 @@ # How to Onboard a New Organization to Receive Data -Add subsections that mimic the linked resources: ([Brandon’s version](https://docs.google.com/document/d/1noB3lK2Nc_vbD4s5ZHgdTjgIjhCii63x_2bjBz7GM1I/edit#heading=h.be9yxi8thtdw), [Github version](https://github.com/CDCgov/prime-reportstream/blob/master/prime-router/docs/how-to-onboard-a-sender.md)) +Add subsections that mimic the linked resources: ([Brandon’s version](https://docs.google.com/document/d/1noB3lK2Nc_vbD4s5ZHgdTjgIjhCii63x_2bjBz7GM1I/edit#heading=h.be9yxi8thtdw), [Github version](https://github.com/CDCgov/prime-reportstream/blob/main/prime-router/docs/how-to-onboard-a-sender.md)) ## Welcome @@ -71,7 +71,7 @@ used as the schema name in the next step. * In the above example, the jurisdictional filter uses FHIR path to check if the patient or Test performer are in the state of LT. `Bundle.entry.resource.ofType(ServiceRequest)[0].requester.resolve().organization.resolve().address.state` and `Bundle.entry.resource.ofType(Patient).address.state` are shorthand FHIR paths defined in `metadata/tables/local/fhirpath_filter_shorthand.csv` * Filters can be applied to the organization or receiver. For more information on filters see: -(https://github.com/CDCgov/prime-reportstream/blob/master/prime-router/docs/universal-pipeline/route.md) +(https://github.com/CDCgov/prime-reportstream/blob/main/prime-router/docs/universal-pipeline/route.md) * In addition, there is the translation section, which specifies the output format that will be sent to the receiver. Currently, we have three formats available: - HL7 @@ -122,7 +122,7 @@ The mechanism for how each record is translated is laid out in the schema, which * By default, any HL7 receiver will use the universal or covid schema and you do not need to create a schema specific to your receiver. * In the UP for HL7 v2 we have to check what HL7 message type they want to receive data in. We support ADT_A01, OML_O21 and ORU_R01. Depending on the message type we can set `translationSchema` to the respective message type schema. -* If the receiver wants specific receiver transforms that are not supported by the translation settings a schema can be created for them. More information on how to manage translation schemas can be found here (https://github.com/CDCgov/prime-reportstream/blob/master/prime-router/docs/universal-pipeline/translate.md) +* If the receiver wants specific receiver transforms that are not supported by the translation settings a schema can be created for them. More information on how to manage translation schemas can be found here (https://github.com/CDCgov/prime-reportstream/blob/main/prime-router/docs/universal-pipeline/translate.md) ### 3. Test and commit, and deploy to Test and maybe Prod @@ -131,7 +131,7 @@ specific to your receiver. * Once you've got the kinks out of the organizations.yml, carefully update settings in the staging environment. * `./prime multiple-settings set --help` * Create a PR for the change, review, and push. The review is a good chance for someone to doublecheck the filters. -* It should deploy to staging automagically once the PR is approved and merged into master. +* It should deploy to staging automagically once the PR is approved and merged into main. * Test again in Staging * If you are ready, carefully update settings in the prod environment. Especially in production, check the batch timing. NOT every minute, eh? diff --git a/prime-router/docs/onboarding-users/sender-onboarding/senders.md b/prime-router/docs/onboarding-users/sender-onboarding/senders.md index 1ee42d7f10b..064b7b193f3 100644 --- a/prime-router/docs/onboarding-users/sender-onboarding/senders.md +++ b/prime-router/docs/onboarding-users/sender-onboarding/senders.md @@ -1,6 +1,6 @@ # How to Onboard a New Organization to Send Data -Add subsections that mimic the linked resources: ([Brandon’s version](https://docs.google.com/document/d/1noB3lK2Nc_vbD4s5ZHgdTjgIjhCii63x_2bjBz7GM1I/edit#heading=h.be9yxi8thtdw), [Github version](https://github.com/CDCgov/prime-reportstream/blob/master/prime-router/docs/how-to-onboard-a-sender.md)) +Add subsections that mimic the linked resources: ([Brandon’s version](https://docs.google.com/document/d/1noB3lK2Nc_vbD4s5ZHgdTjgIjhCii63x_2bjBz7GM1I/edit#heading=h.be9yxi8thtdw), [Github version](https://github.com/CDCgov/prime-reportstream/blob/main/prime-router/docs/how-to-onboard-a-sender.md)) Note for content writer: If there is overlap with the previous "Pipeline Configuration" section, hyperlink and reference the content instead of rewriting it.. ## Sender Onboarding Process Overview @@ -91,7 +91,7 @@ You only need to do this step once, not every time you submit reports. If you ne ### Mapping sender codes to observation-mapping table -Prior to testing we need to make sure the codes that the sender will be sending are mapped in the observation-mapping table. In order to accomplish this we will need the list of LOINC/SNOMED order and result codes the sender will be sending (also known as a "compendium") in a CSV file. More info on this process can be found in the [mapping-sender-codes-to-condition document](https://github.com/CDCgov/prime-reportstream/blob/master/prime-router/docs/onboarding-users/sender-onboarding/mapping-sender-codes-to-condition.md). +Prior to testing we need to make sure the codes that the sender will be sending are mapped in the observation-mapping table. In order to accomplish this we will need the list of LOINC/SNOMED order and result codes the sender will be sending (also known as a "compendium") in a CSV file. More info on this process can be found in the [mapping-sender-codes-to-condition document](https://github.com/CDCgov/prime-reportstream/blob/main/prime-router/docs/onboarding-users/sender-onboarding/mapping-sender-codes-to-condition.md). ### Note In order to test a sender, you must create (or have in your possession) a file that matches the format diff --git a/prime-router/docs/onboarding-users/transport/rest.md b/prime-router/docs/onboarding-users/transport/rest.md index 0c15b3527f6..1e6d04be00e 100644 --- a/prime-router/docs/onboarding-users/transport/rest.md +++ b/prime-router/docs/onboarding-users/transport/rest.md @@ -1,6 +1,6 @@ # REST Transport ## Introduction -ReportStream supports four popular transport protocols: Resource State Transfer (REST), [Simple Object Access Protocol (SOAP)](https://github.com/CDCgov/prime-reportstream/blob/master/prime-router/docs/onboarding-users/transport/soap.md), [Secure File Transfer Protocol (SFTP)](https://github.com/CDCgov/prime-reportstream/blob/master/prime-router/docs/onboarding-users/transport/sftp.md), and [Azure Blob](https://github.com/CDCgov/prime-reportstream/blob/master/prime-router/docs/onboarding-users/transport/blob.md). The goal of this document is to explain how to configure REST Transport for STLTs (a/k/a receivers). As well as provide guidance on how: +ReportStream supports four popular transport protocols: Resource State Transfer (REST), [Simple Object Access Protocol (SOAP)](https://github.com/CDCgov/prime-reportstream/blob/main/prime-router/docs/onboarding-users/transport/soap.md), [Secure File Transfer Protocol (SFTP)](https://github.com/CDCgov/prime-reportstream/blob/main/prime-router/docs/onboarding-users/transport/sftp.md), and [Azure Blob](https://github.com/CDCgov/prime-reportstream/blob/main/prime-router/docs/onboarding-users/transport/blob.md). The goal of this document is to explain how to configure REST Transport for STLTs (a/k/a receivers). As well as provide guidance on how: 1) ReportStream REST Transport works 2) Prepare a key for authentication 3) Configure receiver's REST transport diff --git a/prime-router/docs/onboarding-users/transport/soap.md b/prime-router/docs/onboarding-users/transport/soap.md index 24f6423ce69..947d491b424 100644 --- a/prime-router/docs/onboarding-users/transport/soap.md +++ b/prime-router/docs/onboarding-users/transport/soap.md @@ -88,7 +88,7 @@ Because of the wide variance in message structure between SOAP implementations y #### Step One - Create Receiver Settings -Create receiver settings in the same manner as you would for any other transport type. See [receiver.md](https://github.com/CDCgov/prime-reportstream/blob/master/prime-router/docs/onboarding-users/receivers.md) document for more info. +Create receiver settings in the same manner as you would for any other transport type. See [receiver.md](https://github.com/CDCgov/prime-reportstream/blob/main/prime-router/docs/onboarding-users/receivers.md) document for more info. SOAP Transport settings have the following unique parameters: @@ -107,7 +107,7 @@ SOAP Transport settings have the following unique parameters: #### Step Two: Determine needed header elements and create new ones if necessary -The required soap header elements will be documented in the receiver implementation guide or the receiver WSDL. SOAP header elements are hardcoded into the [Soap Serializer](https://github.com/CDCgov/prime-reportstream/blob/master/prime-router/src/main/kotlin/serializers/SoapSerializer.kt). If "SOAP12" is used as the soapVersion in the receiver transport settings the following headers will be used: +The required soap header elements will be documented in the receiver implementation guide or the receiver WSDL. SOAP header elements are hardcoded into the [Soap Serializer](https://github.com/CDCgov/prime-reportstream/blob/main/prime-router/src/main/kotlin/serializers/SoapSerializer.kt). If "SOAP12" is used as the soapVersion in the receiver transport settings the following headers will be used: ```xml @@ -125,12 +125,12 @@ If the soapVersion is left null than there will be no elements in the header (th ``` -If new header elements are needed the serialize function within the [Soap Serializer](https://github.com/CDCgov/prime-reportstream/blob/master/prime-router/src/main/kotlin/serializers/SoapSerializer.kt) will need to be modified. +If new header elements are needed the serialize function within the [Soap Serializer](https://github.com/CDCgov/prime-reportstream/blob/main/prime-router/src/main/kotlin/serializers/SoapSerializer.kt) will need to be modified. #### Step Three: Create body elements -SOAP Body elements and structure need to be hardcoded into their own data class. See examples for [PA](https://github.com/CDCgov/prime-reportstream/blob/master/prime-router/src/main/kotlin/serializers/soapimpl/PAELRImpl.kt) and [AR](https://github.com/CDCgov/prime-reportstream/blob/master/prime-router/src/main/kotlin/serializers/soapimpl/Soap12Message.kt). The created data classes are then serialized into XML objects by function getXMLObjectForAction based on the soapAction parameter. +SOAP Body elements and structure need to be hardcoded into their own data class. See examples for [PA](https://github.com/CDCgov/prime-reportstream/blob/main/prime-router/src/main/kotlin/serializers/soapimpl/PAELRImpl.kt) and [AR](https://github.com/CDCgov/prime-reportstream/blob/main/prime-router/src/main/kotlin/serializers/soapimpl/Soap12Message.kt). The created data classes are then serialized into XML objects by function getXMLObjectForAction based on the soapAction parameter. #### Step Four: Create new parameters for HTTP POST (optional) diff --git a/prime-router/docs/standard-operating-procedures/Poison-queue/poison-queue-management.md b/prime-router/docs/standard-operating-procedures/Poison-queue/poison-queue-management.md index 025c7135a30..361659eadb7 100644 --- a/prime-router/docs/standard-operating-procedures/Poison-queue/poison-queue-management.md +++ b/prime-router/docs/standard-operating-procedures/Poison-queue/poison-queue-management.md @@ -1,6 +1,6 @@ ## Context -Each step in both the Universal Pipeline has built in logic that retries the function five times before moving the failing message to a poison queue. The exceptions to this rule are the "Receive" step which has no retry logic and the "Send" step which has custom retry logic. More information on retry logic for the send step can be found in the Universal Pipeline [send step documentation](https://github.com/CDCgov/prime-reportstream/blob/master/prime-router/docs/universal-pipeline/send.md) +Each step in both the Universal Pipeline has built in logic that retries the function five times before moving the failing message to a poison queue. The exceptions to this rule are the "Receive" step which has no retry logic and the "Send" step which has custom retry logic. More information on retry logic for the send step can be found in the Universal Pipeline [send step documentation](https://github.com/CDCgov/prime-reportstream/blob/main/prime-router/docs/universal-pipeline/send.md) ## Poison Queues ![Azure-queues](Azure-queues.png) diff --git a/prime-router/docs/standard-operating-procedures/adding-conformance-profile.md b/prime-router/docs/standard-operating-procedures/adding-conformance-profile.md index 8198868c336..5dc5f9e0ae2 100644 --- a/prime-router/docs/standard-operating-procedures/adding-conformance-profile.md +++ b/prime-router/docs/standard-operating-procedures/adding-conformance-profile.md @@ -141,7 +141,7 @@ v251. That presents the opportunity for reuse. ## Resources - The FHIR to HL7 mappings extensively use [FHIR Path](https://hl7.org/fhirpath/N1/) to access values in FHIR -- [Mapping schema file structure](https://github.com/CDCgov/prime-reportstream/blob/master/prime-router/docs/design/design/mapping-schemas.md) +- [Mapping schema file structure](https://github.com/CDCgov/prime-reportstream/blob/main/prime-router/docs/design/design/mapping-schemas.md) has good information on building elements in the mappings files # Adding/Updating Validation Configuration(s) for Profiles diff --git a/prime-router/docs/standard-operating-procedures/managing-translation-schemas-in-azure.md b/prime-router/docs/standard-operating-procedures/managing-translation-schemas-in-azure.md index bc627e1f0bd..67ecc3ee88c 100644 --- a/prime-router/docs/standard-operating-procedures/managing-translation-schemas-in-azure.md +++ b/prime-router/docs/standard-operating-procedures/managing-translation-schemas-in-azure.md @@ -102,7 +102,7 @@ in the above example, `NTE.yml` can be referenced in `CA.yml` using the `azure:/ ### Validation failure when syncing locally -The root cause is likely that you are out of sync with `master` branch and there are schema changes in the source code +The root cause is likely that you are out of sync with `main` branch and there are schema changes in the source code that you'll need to pull. ### Validation failure when syncing to an environment diff --git a/prime-router/docs/standard-operating-procedures/update-observation-mapping-table.md b/prime-router/docs/standard-operating-procedures/update-observation-mapping-table.md index 283debc8f93..14a59218d65 100644 --- a/prime-router/docs/standard-operating-procedures/update-observation-mapping-table.md +++ b/prime-router/docs/standard-operating-procedures/update-observation-mapping-table.md @@ -48,7 +48,7 @@ file and then add or remove rows as needed. The Condition Code System for any ma *********Important, ensure that when editing the file locally, entries containing longer codes do not get converted to a different format (If editing in excel, it will attempt to use scientific notation for longer numeric values)********* -All tables should be updated in staging first using any of the below methods and smoke tests run against staging prior to pushing changes to production. In order to run the smoke tests use the ./prime test CLI command. Steps to run this tests against the staging environment can be found in the "Deployment Process" document pinned to the top to #prime-reportstream-deployment channel or in the [running-tests document](https://github.com/CDCgov/prime-reportstream/blob/master/prime-router/docs/getting-started/running-tests.md). In order to run any commands against the remote environments, you will first need to run the ./prime login --env CLI command to obtain an access token. +All tables should be updated in staging first using any of the below methods and smoke tests run against staging prior to pushing changes to production. In order to run the smoke tests use the ./prime test CLI command. Steps to run this tests against the staging environment can be found in the "Deployment Process" document pinned to the top to #prime-reportstream-deployment channel or in the [running-tests document](https://github.com/CDCgov/prime-reportstream/blob/main/prime-router/docs/getting-started/running-tests.md). In order to run any commands against the remote environments, you will first need to run the ./prime login --env CLI command to obtain an access token. ### Updating RCTC valuesets @@ -220,10 +220,10 @@ Sign up for an account, download the CSV, and map the data from it ## Sender Onboarding -As part of sender onboarding we will need to check the list of codes that the sender will be sending against the list of codes that are mapped in the observation-mapping table. In order to accomplish this we will need the list of LOINC/SNOMED order and result codes the sender will be sending (also known as a "compendium") in a CSV file. Information on this process can be found in [senders.md](https://github.com/CDCgov/prime-reportstream/blob/master/prime-router/docs/onboarding-users/senders.md) +As part of sender onboarding we will need to check the list of codes that the sender will be sending against the list of codes that are mapped in the observation-mapping table. In order to accomplish this we will need the list of LOINC/SNOMED order and result codes the sender will be sending (also known as a "compendium") in a CSV file. Information on this process can be found in [senders.md](https://github.com/CDCgov/prime-reportstream/blob/main/prime-router/docs/onboarding-users/senders.md) ### How to map condition to LOINC/SNOMED code not found in RCTC and not an AOE The RCTC is frequently updated and should contain the majority of codes that we receive. In the event we need to map a Lab Developed Test (LDT) or a LOINC/SNOMED code that is not represented in the RCTC we will need to determine what standardized SNOMED condition code it should be mapped to. In some cases this will be obvious and we can use our best judgment (i.e. a test for Flu should be mapped to Influenza, a test for chlamydia should be mapped to chlmydia etc.). -In cases where the condition is not obvious we should check with the sender (this will usually be accomplished in the sender onboarding as described in [sender.md](https://github.com/CDCgov/prime-reportstream/blob/master/prime-router/docs/onboarding-users/sender-onboarding/senders.md)). The sender's assertion of the appropriate condition the code is mapped to should be validated with a receiving STLT. +In cases where the condition is not obvious we should check with the sender (this will usually be accomplished in the sender onboarding as described in [sender.md](https://github.com/CDCgov/prime-reportstream/blob/main/prime-router/docs/onboarding-users/sender-onboarding/senders.md)). The sender's assertion of the appropriate condition the code is mapped to should be validated with a receiving STLT. diff --git a/prime-router/docs/troubleshooting/README.md b/prime-router/docs/troubleshooting/README.md index 9e51b6f9966..2137c188947 100644 --- a/prime-router/docs/troubleshooting/README.md +++ b/prime-router/docs/troubleshooting/README.md @@ -17,6 +17,6 @@ The “oh, no” section ### Stop a batch or send (already exists) ### DNS or SFTP Restart -([current version](https://github.com/CDCgov/prime-reportstream/blob/master/prime-router/docs/playbooks/dns_or_sftp_restart.md)) +([current version](https://github.com/CDCgov/prime-reportstream/blob/main/prime-router/docs/playbooks/dns_or_sftp_restart.md)) ### Shutdown (already exists) diff --git a/prime-router/docs/universal-pipeline/convert.md b/prime-router/docs/universal-pipeline/convert.md index 88eef75b442..6724e962b3b 100644 --- a/prime-router/docs/universal-pipeline/convert.md +++ b/prime-router/docs/universal-pipeline/convert.md @@ -10,7 +10,7 @@ The convert step is executed when the [Azure AQS message](README.md#aqs-usage) r The first and most significant aspect of the convert step is the conversion of a message into the FHIR format. The process of this conversion depends on the incoming message's format: -- If the incoming message is HL7v2, ReportStream uses the [LinuxForHealth HL7 to FHIR Converter library](https://github.com/LinuxForHealth/hl7v2-fhir-converter#linuxforhealth-hl7-to-fhir-converter) with custom configurations from the [HL7 Metadata](https://github.com/CDCgov/prime-reportstream/tree/master/prime-router/metadata/HL7) to handle the conversion. +- If the incoming message is HL7v2, ReportStream uses the [LinuxForHealth HL7 to FHIR Converter library](https://github.com/LinuxForHealth/hl7v2-fhir-converter#linuxforhealth-hl7-to-fhir-converter) with custom configurations from the [HL7 Metadata](https://github.com/CDCgov/prime-reportstream/tree/main/prime-router/metadata/HL7) to handle the conversion. - If the incoming message is FHIR, then there's nothing to be done. - Apply Sender transforms specified by Sender configuration. diff --git a/prime-router/examples/generate-jwt-python/README.md b/prime-router/examples/generate-jwt-python/README.md index 636edeb2001..25a4afe3f7d 100644 --- a/prime-router/examples/generate-jwt-python/README.md +++ b/prime-router/examples/generate-jwt-python/README.md @@ -76,7 +76,7 @@ Launch a shell and run it: ### Steps to Authenticate with ReportStream, using Tokens -Authentication is done in three steps. Details are found in the ReportStream-Programmers-Guide.docx, in https://github.com/CDCgov/prime-reportstream/tree/master/prime-router/docs, but here is a quick outline: +Authentication is done in three steps. Details are found in the ReportStream-Programmers-Guide.docx, in https://github.com/CDCgov/prime-reportstream/tree/main/prime-router/docs, but here is a quick outline: #### Step 1: Prior to submission, send your public key to ReportStream @@ -100,8 +100,8 @@ Authentication is done in three steps. Details are found in the ReportStream-P ### Further documentation -- Your main source of documentation should be the ReportStream-Programmers-Guide.docx, in https://github.com/CDCgov/prime-reportstream/tree/master/prime-router/docs. -- If python is not your cup of tea, then an example for how to generate a sender token, written in kotlin, can be found in function `generateSenderToken` in https://github.com/CDCgov/prime-reportstream/blob/master/prime-router/src/main/kotlin/tokens/SenderUtils.kt +- Your main source of documentation should be the ReportStream-Programmers-Guide.docx, in https://github.com/CDCgov/prime-reportstream/tree/main/prime-router/docs. +- If python is not your cup of tea, then an example for how to generate a sender token, written in kotlin, can be found in function `generateSenderToken` in https://github.com/CDCgov/prime-reportstream/blob/main/prime-router/src/main/kotlin/tokens/SenderUtils.kt - Our implementation is based on these standard guidelines for the FHIR community: http://hl7.org/fhir/uv/bulkdata/authorization/index.html -- Documentation meant mainly for ReportStream operations personnel can be found here: https://github.com/CDCgov/prime-reportstream/blob/master/prime-router/docs/playbooks/how-to-use-token-auth.md -- Documentation on our token auth implementation (meant for ReportStream coders, but might be of general interest) is found here: https://github.com/CDCgov/prime-reportstream/blob/master/prime-router/docs/proposals/0001-authentication.md +- Documentation meant mainly for ReportStream operations personnel can be found here: https://github.com/CDCgov/prime-reportstream/blob/main/prime-router/docs/playbooks/how-to-use-token-auth.md +- Documentation on our token auth implementation (meant for ReportStream coders, but might be of general interest) is found here: https://github.com/CDCgov/prime-reportstream/blob/main/prime-router/docs/proposals/0001-authentication.md diff --git a/prime-router/src/main/kotlin/azure/TokenFunction.kt b/prime-router/src/main/kotlin/azure/TokenFunction.kt index f7447e4a017..2b63d422165 100644 --- a/prime-router/src/main/kotlin/azure/TokenFunction.kt +++ b/prime-router/src/main/kotlin/azure/TokenFunction.kt @@ -26,7 +26,7 @@ const val client_assertion = "client_assertion" const val scope = "scope" const val OAUTH_ERROR_BASE_LOCATION = - "https://github.com/CDCgov/prime-reportstream/blob/master/prime-router/examples/generate-jwt-python/jwt-errors.md" + "https://github.com/CDCgov/prime-reportstream/blob/main/prime-router/examples/generate-jwt-python/jwt-errors.md" /** * HTTP response body that is returned when an error is diff --git a/prime-router/src/main/kotlin/tokens/JtiCache.kt b/prime-router/src/main/kotlin/tokens/JtiCache.kt index 7aedead655e..f2fc9f02e54 100644 --- a/prime-router/src/main/kotlin/tokens/JtiCache.kt +++ b/prime-router/src/main/kotlin/tokens/JtiCache.kt @@ -9,7 +9,7 @@ import java.time.OffsetDateTime * If it has, the auth request is rejected, to prevent replay attacks. * * Note: DPC project implements very similar - - * See https://github.com/CMSgov/dpc-app/blob/master/dpc-api/src/main/java/gov/cms/dpc/api/auth/jwt/IJTICache.java + * See https://github.com/CMSgov/dpc-app/blob/main/dpc-api/src/main/java/gov/cms/dpc/api/auth/jwt/IJTICache.java */ abstract class JtiCache : Logging { diff --git a/templates/azdashboard_readme.md b/templates/azdashboard_readme.md index 6ebc417a25d..58dd6ce4368 100644 --- a/templates/azdashboard_readme.md +++ b/templates/azdashboard_readme.md @@ -11,7 +11,7 @@ e.g: "/subscriptions/${subscription_id}/resourceGroups/${resource_group_name}/providers/microsoft.insights/components/${appinsights_name}" d- Remove "properties {" at the begining of your file and the corresponding "}" at the end. e- Remove the extra code at the end of the file after the metadata portion -4- Commit your changes and create a PR to master branch +4- Commit your changes and create a PR to main branch 5- Once the PR is approved and merged, the changes will be applied during the production deployment. From 49f949f6c2fcad5561acd6ceacc147a6778fb013 Mon Sep 17 00:00:00 2001 From: Jack Wang Date: Thu, 7 Nov 2024 10:47:36 -0500 Subject: [PATCH 30/61] additional fixes for main branch (#16501) * additional fixes --- .github/actions/build-vars/action.yml | 4 +-- .github/actions/demo-env/action.yml | 2 +- .github/changelog_config.json | 2 +- .../stale_branch_check.sh | 2 +- .github/workflows/frontend_chromatic_main.yml | 2 +- .github/workflows/snyk.yml | 2 +- .github/workflows/sonarcloud.yml | 2 +- prime-router/docs/api/admin.yml | 2 +- prime-router/docs/api/api-keys.yml | 2 +- prime-router/docs/api/check.yml | 2 +- .../docs/api/covid-result-metadata.yml | 2 +- prime-router/docs/api/delivery.yml | 4 +-- prime-router/docs/api/email-engine.yml | 2 +- prime-router/docs/api/email-sender.yml | 2 +- prime-router/docs/api/messages.yml | 2 +- prime-router/docs/api/reports.yml | 2 +- prime-router/docs/api/requeue.yml | 2 +- prime-router/docs/api/sender-files.yaml | 2 +- prime-router/docs/api/settings.yml | 4 +-- prime-router/docs/api/submissions.yml | 4 +-- prime-router/docs/api/token.yml | 4 +-- prime-router/docs/api/validate.yml | 2 +- prime-router/docs/api/waters-delivery.yml | 34 +++++++++---------- prime-router/docs/api/waters-reports.yml | 2 +- prime-router/docs/api/waters-submissions.yml | 26 +++++++------- 25 files changed, 58 insertions(+), 58 deletions(-) diff --git a/.github/actions/build-vars/action.yml b/.github/actions/build-vars/action.yml index 663d29f06dd..07a7fe0bf3e 100644 --- a/.github/actions/build-vars/action.yml +++ b/.github/actions/build-vars/action.yml @@ -103,8 +103,8 @@ runs: - name: Set Build Environment - STAGING id: build_staging if: | - (github.event_name != 'pull_request' && github.ref_name == 'master') || - (github.event_name == 'pull_request' && github.base_ref == 'master') + (github.event_name != 'pull_request' && github.ref_name == 'main') || + (github.event_name == 'pull_request' && github.base_ref == 'main') shell: bash run: | echo "env_name=staging" >> $GITHUB_OUTPUT diff --git a/.github/actions/demo-env/action.yml b/.github/actions/demo-env/action.yml index 3ef5847af33..fb0a4e9ecc0 100644 --- a/.github/actions/demo-env/action.yml +++ b/.github/actions/demo-env/action.yml @@ -174,7 +174,7 @@ runs: with: owner: CDCgov repo: prime-reportstream - ref: master + ref: main github_token: ${{ inputs.github-token }} workflow_file_name: restore_databases.yml wait_interval: 120 diff --git a/.github/changelog_config.json b/.github/changelog_config.json index 7d9a2ad4266..b9a84bf1d4e 100644 --- a/.github/changelog_config.json +++ b/.github/changelog_config.json @@ -113,6 +113,6 @@ } }, "base_branches": [ - "master" + "main" ] } diff --git a/.github/scripts/alert_stale_branches/stale_branch_check.sh b/.github/scripts/alert_stale_branches/stale_branch_check.sh index e38d7cb2853..3479151e7e5 100755 --- a/.github/scripts/alert_stale_branches/stale_branch_check.sh +++ b/.github/scripts/alert_stale_branches/stale_branch_check.sh @@ -23,7 +23,7 @@ get_branches () { count=0 for k in $branches do - if [[ "$k" != *"HEAD"* ]] && [[ "$k" != *"->"* ]] && [[ "$k" != *"master"* ]] + if [[ "$k" != *"HEAD"* ]] && [[ "$k" != *"->"* ]] && [[ "$k" != *"main"* ]] then if [ -z "$(git log -1 --since='6 months ago' -s $k)" ] then diff --git a/.github/workflows/frontend_chromatic_main.yml b/.github/workflows/frontend_chromatic_main.yml index 7ca6151a5df..3be72354c75 100644 --- a/.github/workflows/frontend_chromatic_main.yml +++ b/.github/workflows/frontend_chromatic_main.yml @@ -2,7 +2,7 @@ name: Chromatic Main Branch on: push: - branches: [master] + branches: [main] paths: - "frontend-react/**" diff --git a/.github/workflows/snyk.yml b/.github/workflows/snyk.yml index 4afb51085c9..fa532920c3d 100644 --- a/.github/workflows/snyk.yml +++ b/.github/workflows/snyk.yml @@ -1,6 +1,6 @@ name: Snyk Java/Kotlin scan -# refresh Snyk console results for Java/Kotlin scans when merging with master +# refresh Snyk console results for Java/Kotlin scans when merging with main on: push: branches: diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 49b2d3d38f4..fa9c8b9f2be 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -128,7 +128,7 @@ jobs: yarn run test:ci shell: bash - - name: Run SonarCloud Scan master or full + - name: Run SonarCloud Scan main or full if: ( steps.changed-files-yaml.outputs.frontend_any_changed == 'true' && steps.changed-files-yaml.outputs.backend_any_changed == 'true' ) || steps.branch-name.outputs.is_default == 'true' uses: ./.github/actions/sonarcloud with: diff --git a/prime-router/docs/api/admin.yml b/prime-router/docs/api/admin.yml index 8beab84be1e..faad234a950 100644 --- a/prime-router/docs/api/admin.yml +++ b/prime-router/docs/api/admin.yml @@ -252,4 +252,4 @@ components: example: "elr-secondary" securitySchemes: OAuth2: - $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/master/prime-router/docs/api/components/security_schemes.yml#/OAuth2' + $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/main/prime-router/docs/api/components/security_schemes.yml#/OAuth2' diff --git a/prime-router/docs/api/api-keys.yml b/prime-router/docs/api/api-keys.yml index 19719682580..924b8bb28da 100644 --- a/prime-router/docs/api/api-keys.yml +++ b/prime-router/docs/api/api-keys.yml @@ -109,7 +109,7 @@ paths: components: securitySchemes: OAuth2: - $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/master/prime-router/docs/api/components/security_schemes.yml#/OAuth2' + $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/main/prime-router/docs/api/components/security_schemes.yml#/OAuth2' schemas: ApiKeysResponse: description: Fetch or modify API Keys diff --git a/prime-router/docs/api/check.yml b/prime-router/docs/api/check.yml index 570bba3e4cf..44d209159d9 100644 --- a/prime-router/docs/api/check.yml +++ b/prime-router/docs/api/check.yml @@ -53,7 +53,7 @@ paths: components: securitySchemes: OAuth2: - $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/master/prime-router/docs/api/components/security_schemes.yml#/OAuth2' + $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/main/prime-router/docs/api/components/security_schemes.yml#/OAuth2' schemas: CheckReceiverResponse: diff --git a/prime-router/docs/api/covid-result-metadata.yml b/prime-router/docs/api/covid-result-metadata.yml index c971126596f..e081c36033e 100644 --- a/prime-router/docs/api/covid-result-metadata.yml +++ b/prime-router/docs/api/covid-result-metadata.yml @@ -20,4 +20,4 @@ paths: components: securitySchemes: OAuth2: - $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/master/prime-router/docs/api/components/security_schemes.yml#/OAuth2' + $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/main/prime-router/docs/api/components/security_schemes.yml#/OAuth2' diff --git a/prime-router/docs/api/delivery.yml b/prime-router/docs/api/delivery.yml index f6be75c81f7..bfa8c3f190b 100644 --- a/prime-router/docs/api/delivery.yml +++ b/prime-router/docs/api/delivery.yml @@ -100,9 +100,9 @@ paths: components: securitySchemes: OAuth2: - $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/master/prime-router/docs/api/components/security_schemes.yml#/OAuth2' + $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/main/prime-router/docs/api/components/security_schemes.yml#/OAuth2' ApiKeyAuth: - $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/master/prime-router/docs/api/components/security_schemes.yml#/ApiKeyAuth' + $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/main/prime-router/docs/api/components/security_schemes.yml#/ApiKeyAuth' schemas: DeliveryApiSearch: type: object diff --git a/prime-router/docs/api/email-engine.yml b/prime-router/docs/api/email-engine.yml index c9cedc1d101..59c84812731 100644 --- a/prime-router/docs/api/email-engine.yml +++ b/prime-router/docs/api/email-engine.yml @@ -28,4 +28,4 @@ paths: components: securitySchemes: OAuth2: - $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/master/prime-router/docs/api/components/security_schemes.yml#/OAuth2' + $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/main/prime-router/docs/api/components/security_schemes.yml#/OAuth2' diff --git a/prime-router/docs/api/email-sender.yml b/prime-router/docs/api/email-sender.yml index 7e74a53fd3d..35e7b5869b7 100644 --- a/prime-router/docs/api/email-sender.yml +++ b/prime-router/docs/api/email-sender.yml @@ -19,4 +19,4 @@ paths: components: securitySchemes: OAuth2: - $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/master/prime-router/docs/api/components/security_schemes.yml#/OAuth2' + $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/main/prime-router/docs/api/components/security_schemes.yml#/OAuth2' diff --git a/prime-router/docs/api/messages.yml b/prime-router/docs/api/messages.yml index e39570f6299..81ea67ef22d 100644 --- a/prime-router/docs/api/messages.yml +++ b/prime-router/docs/api/messages.yml @@ -203,4 +203,4 @@ components: securitySchemes: OAuth2: - $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/master/prime-router/docs/api/components/security_schemes.yml#/OAuth2' + $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/main/prime-router/docs/api/components/security_schemes.yml#/OAuth2' diff --git a/prime-router/docs/api/reports.yml b/prime-router/docs/api/reports.yml index 3212c7f4e96..364ff5c104b 100644 --- a/prime-router/docs/api/reports.yml +++ b/prime-router/docs/api/reports.yml @@ -282,4 +282,4 @@ components: securitySchemes: ApiKeyAuth: - $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/master/prime-router/docs/api/components/security_schemes.yml#/ApiKeyAuth' + $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/main/prime-router/docs/api/components/security_schemes.yml#/ApiKeyAuth' diff --git a/prime-router/docs/api/requeue.yml b/prime-router/docs/api/requeue.yml index 3f16265e0f2..628e7208364 100644 --- a/prime-router/docs/api/requeue.yml +++ b/prime-router/docs/api/requeue.yml @@ -56,4 +56,4 @@ components: securitySchemes: OAuth2: - $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/master/prime-router/docs/api/components/security_schemes.yml#/OAuth2' + $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/main/prime-router/docs/api/components/security_schemes.yml#/OAuth2' diff --git a/prime-router/docs/api/sender-files.yaml b/prime-router/docs/api/sender-files.yaml index 3de5bc78ac9..e5c2c18e293 100644 --- a/prime-router/docs/api/sender-files.yaml +++ b/prime-router/docs/api/sender-files.yaml @@ -104,4 +104,4 @@ components: securitySchemes: OAuth2: - $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/master/prime-router/docs/api/components/security_schemes.yml#/OAuth2' + $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/main/prime-router/docs/api/components/security_schemes.yml#/OAuth2' diff --git a/prime-router/docs/api/settings.yml b/prime-router/docs/api/settings.yml index 3dba9c8f04e..1906a95d4af 100644 --- a/prime-router/docs/api/settings.yml +++ b/prime-router/docs/api/settings.yml @@ -909,6 +909,6 @@ components: type: string securitySchemes: OAuth2: - $ref: "https://raw.githubusercontent.com/CDCgov/prime-reportstream/master/prime-router/docs/api/components/security_schemes.yml#/OAuth2" + $ref: "https://raw.githubusercontent.com/CDCgov/prime-reportstream/main/prime-router/docs/api/components/security_schemes.yml#/OAuth2" Server2Server: - $ref: "https://raw.githubusercontent.com/CDCgov/prime-reportstream/master/prime-router/docs/api/components/security_schemes.yml#/Server2Server" + $ref: "https://raw.githubusercontent.com/CDCgov/prime-reportstream/main/prime-router/docs/api/components/security_schemes.yml#/Server2Server" diff --git a/prime-router/docs/api/submissions.yml b/prime-router/docs/api/submissions.yml index c4cae6985b5..b0395da1863 100644 --- a/prime-router/docs/api/submissions.yml +++ b/prime-router/docs/api/submissions.yml @@ -223,6 +223,6 @@ components: securitySchemes: OAuth2: - $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/master/prime-router/docs/api/components/security_schemes.yml#/OAuth2' + $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/main/prime-router/docs/api/components/security_schemes.yml#/OAuth2' ApiKeyAuth: - $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/master/prime-router/docs/api/components/security_schemes.yml#/ApiKeyAuth' + $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/main/prime-router/docs/api/components/security_schemes.yml#/ApiKeyAuth' diff --git a/prime-router/docs/api/token.yml b/prime-router/docs/api/token.yml index c9a3e9acf60..002921fc6db 100644 --- a/prime-router/docs/api/token.yml +++ b/prime-router/docs/api/token.yml @@ -31,7 +31,7 @@ paths: description: The value should always be "urn:ietf:params:oauth:client-assertion-type:jwt-bearer" client_assertion: type: string - description: signed JWT from the sender. See https://github.com/CDCgov/prime-reportstream/blob/master/prime-router/docs/playbooks/how-to-use-token-auth.md + description: signed JWT from the sender. See https://github.com/CDCgov/prime-reportstream/blob/main/prime-router/docs/playbooks/how-to-use-token-auth.md responses: '200': description: the token was created and returned @@ -47,4 +47,4 @@ paths: components: securitySchemes: OAuth2: - $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/master/prime-router/docs/api/components/security_schemes.yml#/OAuth2' + $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/main/prime-router/docs/api/components/security_schemes.yml#/OAuth2' diff --git a/prime-router/docs/api/validate.yml b/prime-router/docs/api/validate.yml index 094f9f21b7d..4009c3ab016 100644 --- a/prime-router/docs/api/validate.yml +++ b/prime-router/docs/api/validate.yml @@ -62,6 +62,6 @@ paths: content: application/json: schema: - $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/master/prime-router/docs/api/reports.yml#/components/schemas/Report' + $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/main/prime-router/docs/api/reports.yml#/components/schemas/Report' '400': description: Bad Request diff --git a/prime-router/docs/api/waters-delivery.yml b/prime-router/docs/api/waters-delivery.yml index 1de8525ee85..be0f581affc 100644 --- a/prime-router/docs/api/waters-delivery.yml +++ b/prime-router/docs/api/waters-delivery.yml @@ -9,7 +9,7 @@ info: email: usds@cdc.gov license: name: Creative Commons Zero v1.0 Universal - url: https://github.com/CDCgov/prime-reportstream/blob/master/LICENSE + url: https://github.com/CDCgov/prime-reportstream/blob/main/LICENSE servers: - url: https://prime.cdc.gov/api description: Production server (uses live data) @@ -50,12 +50,12 @@ paths: - ACTIVE - INACTIVE - TESTING - - $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/master/prime-router/docs/api/components/sort_and_filter.yml#/sortDir' - - $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/master/prime-router/docs/api/components/sort_and_filter.yml#/sortCol' - - $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/master/prime-router/docs/api/components/sort_and_filter.yml#/cursor' - - $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/master/prime-router/docs/api/components/sort_and_filter.yml#/since' - - $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/master/prime-router/docs/api/components/sort_and_filter.yml#/until' - - $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/master/prime-router/docs/api/components/sort_and_filter.yml#/pagesize' + - $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/main/prime-router/docs/api/components/sort_and_filter.yml#/sortDir' + - $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/main/prime-router/docs/api/components/sort_and_filter.yml#/sortCol' + - $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/main/prime-router/docs/api/components/sort_and_filter.yml#/cursor' + - $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/main/prime-router/docs/api/components/sort_and_filter.yml#/since' + - $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/main/prime-router/docs/api/components/sort_and_filter.yml#/until' + - $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/main/prime-router/docs/api/components/sort_and_filter.yml#/pagesize' responses: '200': description: a list of AvailableReport objects @@ -164,12 +164,12 @@ paths: - ACTIVE - INACTIVE - TESTING - - $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/master/prime-router/docs/api/components/sort_and_filter.yml#/sortDir' - - $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/master/prime-router/docs/api/components/sort_and_filter.yml#/sortCol' - - $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/master/prime-router/docs/api/components/sort_and_filter.yml#/cursor' - - $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/master/prime-router/docs/api/components/sort_and_filter.yml#/since' - - $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/master/prime-router/docs/api/components/sort_and_filter.yml#/until' - - $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/master/prime-router/docs/api/components/sort_and_filter.yml#/pagesize' + - $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/main/prime-router/docs/api/components/sort_and_filter.yml#/sortDir' + - $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/main/prime-router/docs/api/components/sort_and_filter.yml#/sortCol' + - $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/main/prime-router/docs/api/components/sort_and_filter.yml#/cursor' + - $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/main/prime-router/docs/api/components/sort_and_filter.yml#/since' + - $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/main/prime-router/docs/api/components/sort_and_filter.yml#/until' + - $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/main/prime-router/docs/api/components/sort_and_filter.yml#/pagesize' responses: '200': description: a list of AvailableReport objects @@ -228,8 +228,8 @@ paths: schema: type: string format: uuid or int - - $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/master/prime-router/docs/api/components/sort_and_filter.yml#/sortDir' - - $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/master/prime-router/docs/api/components/sort_and_filter.yml#/sortCol' + - $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/main/prime-router/docs/api/components/sort_and_filter.yml#/sortDir' + - $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/main/prime-router/docs/api/components/sort_and_filter.yml#/sortCol' enum: [ NAME, CITY, STATE, CLIA, POSITIVE, TOTAL ] responses: '200': @@ -247,9 +247,9 @@ paths: components: securitySchemes: OAuth2: - $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/master/prime-router/docs/api/components/security_schemes.yml#/OAuth2' + $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/main/prime-router/docs/api/components/security_schemes.yml#/OAuth2' Server2Server: - $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/master/prime-router/docs/api/components/security_schemes.yml#/Server2Server' + $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/main/prime-router/docs/api/components/security_schemes.yml#/Server2Server' schemas: GetDeliveriesResponse: type: array diff --git a/prime-router/docs/api/waters-reports.yml b/prime-router/docs/api/waters-reports.yml index 942249362dd..22fde885740 100644 --- a/prime-router/docs/api/waters-reports.yml +++ b/prime-router/docs/api/waters-reports.yml @@ -261,4 +261,4 @@ components: securitySchemes: OAuth2: - $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/master/prime-router/docs/api/components/security_schemes.yml#/OAuth2' + $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/main/prime-router/docs/api/components/security_schemes.yml#/OAuth2' diff --git a/prime-router/docs/api/waters-submissions.yml b/prime-router/docs/api/waters-submissions.yml index d7774b9e103..80f51c0a4d3 100644 --- a/prime-router/docs/api/waters-submissions.yml +++ b/prime-router/docs/api/waters-submissions.yml @@ -19,12 +19,12 @@ paths: required: true schema: type: string - - $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/master/prime-router/docs/api/components/sort_and_filter.yml#/sortDir' - - $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/master/prime-router/docs/api/components/sort_and_filter.yml#/sortCol' - - $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/master/prime-router/docs/api/components/sort_and_filter.yml#/cursor' - - $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/master/prime-router/docs/api/components/sort_and_filter.yml#/since' - - $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/master/prime-router/docs/api/components/sort_and_filter.yml#/until' - - $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/master/prime-router/docs/api/components/sort_and_filter.yml#/pagesize' + - $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/main/prime-router/docs/api/components/sort_and_filter.yml#/sortDir' + - $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/main/prime-router/docs/api/components/sort_and_filter.yml#/sortCol' + - $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/main/prime-router/docs/api/components/sort_and_filter.yml#/cursor' + - $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/main/prime-router/docs/api/components/sort_and_filter.yml#/since' + - $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/main/prime-router/docs/api/components/sort_and_filter.yml#/until' + - $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/main/prime-router/docs/api/components/sort_and_filter.yml#/pagesize' - name: showFailed in: query description: whether or not to show submissions that failed delivery @@ -57,12 +57,12 @@ paths: required: true schema: type: string - - $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/master/prime-router/docs/api/components/sort_and_filter.yml#/sortDir' - - $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/master/prime-router/docs/api/components/sort_and_filter.yml#/sortCol' - - $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/master/prime-router/docs/api/components/sort_and_filter.yml#/cursor' - - $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/master/prime-router/docs/api/components/sort_and_filter.yml#/since' - - $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/master/prime-router/docs/api/components/sort_and_filter.yml#/until' - - $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/master/prime-router/docs/api/components/sort_and_filter.yml#/pagesize' + - $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/main/prime-router/docs/api/components/sort_and_filter.yml#/sortDir' + - $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/main/prime-router/docs/api/components/sort_and_filter.yml#/sortCol' + - $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/main/prime-router/docs/api/components/sort_and_filter.yml#/cursor' + - $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/main/prime-router/docs/api/components/sort_and_filter.yml#/since' + - $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/main/prime-router/docs/api/components/sort_and_filter.yml#/until' + - $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/main/prime-router/docs/api/components/sort_and_filter.yml#/pagesize' - name: showFailed in: query description: whether or not to show submissions that failed delivery @@ -123,4 +123,4 @@ components: securitySchemes: OAuth2: - $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/master/prime-router/docs/api/components/security_schemes.yml#/OAuth2' + $ref: 'https://raw.githubusercontent.com/CDCgov/prime-reportstream/main/prime-router/docs/api/components/security_schemes.yml#/OAuth2' From 73ac4b329df19e9e4e9d41971d86296515c513c8 Mon Sep 17 00:00:00 2001 From: matts <22215332+devopsmatt@users.noreply.github.com> Date: Thu, 7 Nov 2024 09:44:04 -0800 Subject: [PATCH 31/61] 508 compliance testing in frontend CI workflow (#16352) add pa11y 508 compliance tests --- .github/workflows/frontend_ci.yml | 103 +++++++++++++++++++++++++++++ frontend-react/.pa11yci | 28 ++++++++ frontend-react/pa11y-net-logger.js | 14 ++++ frontend-react/pa11y.json | 20 ++++++ frontend-react/tsconfig.json | 2 +- 5 files changed, 166 insertions(+), 1 deletion(-) create mode 100644 frontend-react/.pa11yci create mode 100644 frontend-react/pa11y-net-logger.js create mode 100644 frontend-react/pa11y.json diff --git a/.github/workflows/frontend_ci.yml b/.github/workflows/frontend_ci.yml index 55aacb3d022..1ca0e2e4c9d 100644 --- a/.github/workflows/frontend_ci.yml +++ b/.github/workflows/frontend_ci.yml @@ -18,6 +18,7 @@ env: TEST_SENDER_PASSWORD: ${{ secrets.TEST_SENDER_PASSWORD }} TEST_RECEIVER_USERNAME: ${{ secrets.TEST_RECEIVER_USERNAME }} TEST_RECEIVER_PASSWORD: ${{ secrets.TEST_RECEIVER_PASSWORD }} + LOCAL_SITEMAP_URL: "http://localhost:3000/sitemap.xml" jobs: pre-job: @@ -54,6 +55,108 @@ jobs: - name: Run linting run: yarn run lint + pa11y: + name: Run Pa11y 508 Compliance Check + needs: lint + runs-on: ubuntu-20.04 # pinned to this version due to: https://github.com/pa11y/pa11y-ci/issues/198 + + steps: + - name: Check out changes + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 + - name: Use Node.js with yarn + uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 + with: + node-version-file: frontend-react/.nvmrc + cache: yarn + cache-dependency-path: frontend-react/yarn.lock + - name: Yarn install + run: yarn install --immutable + + - name: Run Frontend Server + run: | + yarn run dev --host 0.0.0.0 --port 3000 & + echo $! > server.pid + sleep 5 # Wait for the server to start up + echo + echo "Checking for sitemap on localhost:3000" + if ! curl -s ${{ env.LOCAL_SITEMAP_URL }}; then + echo "❌ Server failed to start or sitemap not present" + exit 1 + else + echo "✅ Server started successfully" + fi + + - name: Install Pa11y + run: | + echo "Installing google-chrome-stable" + sudo apt-get update && sudo apt-get install -y google-chrome-stable jq + which google-chrome-stable || echo "google-chrome-stable not found" + echo "Installing Pa11y" + npm install -g \ + pa11y@8.0.0 \ + puppeteer@22.8.2 \ + --no-save + + - name: Run Pa11y Check # Pa11y is configured in frontend-react/.pa11yci + run: | + SITEMAP_URL="${{ env.LOCAL_SITEMAP_URL }}" + echo "Local Sitemap URL: $SITEMAP_URL" + + echo "Checking Pa11y is installed and accessible" + pa11y --version + + if [ $? -ne 0 ]; then + echo "❌ Pa11y installation failed" + exit 1 + else + echo "Running sitemap check - curl on localhost:3000" + + if ! curl -s "$SITEMAP_URL"; then + echo "❌ Server failed to start or sitemap not accessible" + exit 1 + else + echo "✅ Server appears to be running" + echo "Extracting URLs from sitemap" + + # Download the sitemap.xml content + curl -s "$SITEMAP_URL" -o sitemap.xml + + # Check if download was successful + if [ ! -s sitemap.xml ]; then + echo "❌ Failed to download sitemap or file is empty." + exit 1 + fi + + # Extract URLs and save them to sitemap_urls.txt + #Linux grep flags: -P for Perl-compatible regex, -o for only matching part, -P for non-greedy matching + grep -oP '(?<=).*?(?=)' sitemap.xml | sed "s|https://reportstream.cdc.gov|http://localhost:3000|g" > sitemap_urls.txt + # OSX + # grep "" sitemap.xml | sed -E 's/.*(.*)<\/loc>.*/\1/'| sed "s|https://reportstream.cdc.gov|http://localhost:3000|g" > sitemap_urls.txt + + + # Check if URLs were extracted successfully + if [ -s sitemap_urls.txt ]; then + echo "✅ URLs extracted successfully:" + cat sitemap_urls.txt + echo "Running Pa11y WCAG2AA checks on sitemap URLs" + for f in `cat sitemap_urls.txt`;do pa11y -c ./pa11y.json -e htmlcs -e axe -d -s WCAG2AA $f ;done + echo "Pa11y WCAG2AA checks complete" + else + echo "❌ No URLs found in sitemap.xml." + exit 1 + fi + + # Clean up + rm sitemap.xml sitemap_urls.txt + + fi + fi + + - name: Stop Frontend Server + run: | + echo "Stopping Frontend Server" + kill $(cat server.pid) + unit_tests: name: Unit tests needs: lint diff --git a/frontend-react/.pa11yci b/frontend-react/.pa11yci new file mode 100644 index 00000000000..8f03097fb80 --- /dev/null +++ b/frontend-react/.pa11yci @@ -0,0 +1,28 @@ +{ + "defaults": { + "timeout": 120000, + "viewport": { + "width": 320, + "height": 480 + }, + "chromeLaunchConfig": { + "executablePath": "/usr/bin/google-chrome-stable", + "args": ["--no-sandbox"] + }, + "headers": { + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" + }, + "reporters": [ + "cli", + "pa11y-ci-reporter-cli-summary" + ], + "standard": "WCAG2AAA", + "runners": ["htmlcs", "axe"] + }, + "urls": [ + { + "url": "https://reportstream.cdc.gov/*", + "ignore": [] + } + ] +} diff --git a/frontend-react/pa11y-net-logger.js b/frontend-react/pa11y-net-logger.js new file mode 100644 index 00000000000..f2d34eabb34 --- /dev/null +++ b/frontend-react/pa11y-net-logger.js @@ -0,0 +1,14 @@ +/* eslint-env node */ +/* eslint-disable no-undef */ +/* eslint-disable no-console */ +/* eslint-disable @typescript-eslint/require-await */ + +module.exports = async (page) => { + page.on("request", (request) => { + console.log(`Request: ${request.method()} ${request.url()}`); + }); + + page.on("response", (response) => { + console.log(`Response: ${response.status()} ${response.url()}`); + }); +}; diff --git a/frontend-react/pa11y.json b/frontend-react/pa11y.json new file mode 100644 index 00000000000..16498d44c54 --- /dev/null +++ b/frontend-react/pa11y.json @@ -0,0 +1,20 @@ +{ + "defaults": { + "timeout": 120000, + "wait": "[data-loaded='true']", + "chromeLaunchConfig": { + "executablePath": "/usr/bin/google-chrome-stable", + "args": ["--no-sandbox", "--disable-setuid-sandbox"] + }, + "headers": { + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" + }, + "actions": "./pa11y-net-logger.js" + }, + "urls": [ + { + "url": "https://reportstream.cdc.gov/", + "ignore": [] + } + ] +} diff --git a/frontend-react/tsconfig.json b/frontend-react/tsconfig.json index ee074878df5..82e630d68fd 100644 --- a/frontend-react/tsconfig.json +++ b/frontend-react/tsconfig.json @@ -22,6 +22,6 @@ "@trussworks/react-uswds/lib/*": ["./node_modules/@trussworks/react-uswds/lib/*"] } }, - "include": ["./src", "./e2e", "./__mocks__", "playwright.config.ts", "eslint.config.js"], + "include": ["./src", "./e2e", "./__mocks__", "playwright.config.ts", "eslint.config.js", "./pa11y-net-logger.js"], "references": [{ "path": "./tsconfig.node.json" }] } From 38f88c968e1e311595637c88a9575f28cf591376 Mon Sep 17 00:00:00 2001 From: "Eduardo Valdes Jr." <1084551+emvaldes@users.noreply.github.com> Date: Thu, 7 Nov 2024 14:50:20 -0700 Subject: [PATCH 32/61] Correcting an networking validation issue (#16504) --- .github/actions/connect-ovpn/action.yml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/actions/connect-ovpn/action.yml b/.github/actions/connect-ovpn/action.yml index 220338866d6..140c478c0af 100644 --- a/.github/actions/connect-ovpn/action.yml +++ b/.github/actions/connect-ovpn/action.yml @@ -34,14 +34,10 @@ runs: sudo apt-get install openvpn-systemd-resolved shell: bash - - name: Validate OpenVPN + - name: Validate OpenVPN Version run: | echo -e "\nOpenVPN Version:" ; openvpn --version ; - echo -e "\nPinging URL: ${{ inputs.PING_URL }}" ; - ping -c 3 ${{ inputs.PING_URL }} ; - echo -e "\nIP Route:" ; - ip route ; shell: bash - name: Connect VPN @@ -70,7 +66,14 @@ runs: run: | sleep 5 if ping -c 2 $PING_URL > /dev/null 2>&1; then + + # echo -e "\nPinging URL: ${{ inputs.PING_URL }}" ; + # ping -c 3 ${{ inputs.PING_URL }} ; + echo "vpn-status=true" >> $GITHUB_OUTPUT + + echo -e "\nIP Route:" ; + ip route ; else echo "vpn-status=false" >> $GITHUB_OUTPUT fi From e077e8ad6e3256ced0509fa1003a3d8d7cfade66 Mon Sep 17 00:00:00 2001 From: Bill Cutshall Date: Tue, 12 Nov 2024 17:20:11 -0500 Subject: [PATCH 33/61] [16144] Modifications for user story 16144 - Implement Translate Step Updates --- .../event/ReportStreamEventData.kt | 1 + .../fhirengine/engine/FHIRTranslator.kt | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/prime-router/src/main/kotlin/azure/observability/event/ReportStreamEventData.kt b/prime-router/src/main/kotlin/azure/observability/event/ReportStreamEventData.kt index 7596e10913f..cd90d238b64 100644 --- a/prime-router/src/main/kotlin/azure/observability/event/ReportStreamEventData.kt +++ b/prime-router/src/main/kotlin/azure/observability/event/ReportStreamEventData.kt @@ -92,6 +92,7 @@ enum class ReportStreamEventName { REPORT_NOT_PROCESSABLE, ITEM_SENT, PIPELINE_EXCEPTION, + ITEM_TRANSFORMED, } /** diff --git a/prime-router/src/main/kotlin/fhirengine/engine/FHIRTranslator.kt b/prime-router/src/main/kotlin/fhirengine/engine/FHIRTranslator.kt index 674ea533330..1b717432335 100644 --- a/prime-router/src/main/kotlin/fhirengine/engine/FHIRTranslator.kt +++ b/prime-router/src/main/kotlin/fhirengine/engine/FHIRTranslator.kt @@ -6,6 +6,8 @@ import ca.uhn.hl7v2.model.Segment import ca.uhn.hl7v2.util.Terser import fhirengine.engine.CustomFhirPathFunctions import fhirengine.engine.CustomTranslationFunctions +import gov.cdc.prime.reportstream.shared.BlobUtils +import gov.cdc.prime.reportstream.shared.BlobUtils.sha256Digest import gov.cdc.prime.reportstream.shared.QueueMessage import gov.cdc.prime.router.ActionLogger import gov.cdc.prime.router.CustomerStatus @@ -26,6 +28,8 @@ import gov.cdc.prime.router.azure.observability.context.withLoggingContext import gov.cdc.prime.router.azure.observability.event.AzureEventService import gov.cdc.prime.router.azure.observability.event.AzureEventServiceImpl import gov.cdc.prime.router.azure.observability.event.IReportStreamEventService +import gov.cdc.prime.router.azure.observability.event.ReportStreamEventName +import gov.cdc.prime.router.azure.observability.event.ReportStreamItemEventBuilder import gov.cdc.prime.router.common.Environment import gov.cdc.prime.router.fhirengine.config.HL7TranslationConfig import gov.cdc.prime.router.fhirengine.translation.hl7.FhirToHl7Context @@ -114,6 +118,10 @@ class FHIRTranslator( logger.trace("Preparing to send original message") val originalReport = reportService.getRootReport(message.reportId) val bodyBytes = BlobAccess.downloadBlobAsByteArray(originalReport.bodyUrl) + val localDigest = BlobUtils.digestToString(sha256Digest(bodyBytes)) + check(message.digest == localDigest) { + "Downloaded file does not match expected file\n$message.digest | $localDigest" + } // get a Report from the message val (report, event, blobInfo) = Report.generateReportAndUploadBlob( @@ -163,6 +171,17 @@ class FHIRTranslator( topic = message.topic ) + val someEvent = ReportStreamItemEventBuilder( + reportEventService, + azureEventService, + ReportStreamEventName.ITEM_TRANSFORMED, + report.id, + report.bodyURL, + message.topic, + TaskAction.translate + ).buildEvent() + azureEventService.trackEvent(someEvent) + return FHIREngineRunResult( event, report, From 33228520e33d9bab9426bed84cf9e9438aa575ba Mon Sep 17 00:00:00 2001 From: Bill Cutshall Date: Wed, 13 Nov 2024 10:59:19 -0500 Subject: [PATCH 34/61] [16144] Change to attempt fix for existing unit and integration tests. --- .../src/main/kotlin/fhirengine/engine/FHIRTranslator.kt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/prime-router/src/main/kotlin/fhirengine/engine/FHIRTranslator.kt b/prime-router/src/main/kotlin/fhirengine/engine/FHIRTranslator.kt index 1b717432335..4b0ea731e45 100644 --- a/prime-router/src/main/kotlin/fhirengine/engine/FHIRTranslator.kt +++ b/prime-router/src/main/kotlin/fhirengine/engine/FHIRTranslator.kt @@ -171,7 +171,7 @@ class FHIRTranslator( topic = message.topic ) - val someEvent = ReportStreamItemEventBuilder( + val builder = ReportStreamItemEventBuilder( reportEventService, azureEventService, ReportStreamEventName.ITEM_TRANSFORMED, @@ -179,8 +179,9 @@ class FHIRTranslator( report.bodyURL, message.topic, TaskAction.translate - ).buildEvent() - azureEventService.trackEvent(someEvent) + ) + builder.theParentReportId = reportService.getRootReport(report.id).reportId + azureEventService.trackEvent(builder.buildEvent()) return FHIREngineRunResult( event, From f01b1eccd5631b4c16a41369347301b6bf22e09b Mon Sep 17 00:00:00 2001 From: Jack Wang Date: Wed, 13 Nov 2024 12:33:25 -0500 Subject: [PATCH 35/61] 14569 prt mappings (#16236) * device * relatedperson * prt extension and pln * device to prt * fixes to existing mappings * update existing tests --- .../hl7/codesystem/ExtensionUrlMapping.yml | 4 + .../catchall/hl7/datatypes/CX/Identifier.yml | 2 - .../HL7/catchall/hl7/datatypes/DR/Period.yml | 8 +- .../hl7/datatypes/EI/Device-udiCarrier.yml | 8 + .../catchall/hl7/datatypes/EI/Identifier.yml | 1 + .../HD/ExtensionAssigningAuthority.yml | 9 +- .../catchall/hl7/datatypes/HD/Location.yml | 10 +- .../catchall/hl7/datatypes/PLN/Identifier.yml | 47 + .../hl7/datatypes/XCN/Practitioner.yml | 13 + .../hl7/datatypes/XCN/RelatedPerson.yml | 183 + .../hl7/datatypes/XCN/XCNExtension.yml | 2 +- .../HL7/catchall/hl7/resource/deprecated.md | 6 - .../catchall/hl7/segments/OBX/Observation.yml | 2 +- .../HL7/catchall/hl7/segments/PRT/Device.yml | 108 +- .../hl7/segments/PRT/PRTExtension.yml | 293 + .../hl7/segments/PRT/PractitionerRole.yml | 78 + .../hl7/segments/PRT/RelatedPerson.yml | 210 + .../hl7_mapping/datatypes/identifier/PLN.yml | 23 + .../hl7_mapping/resources/Device/PRT.yml | 43 + .../resources/Device/PRTExtension.yml | 95 + .../Expected_FHIR_to_FHIR_FULLELR.fhir | 25871 +++++------ .../Expected_FHIR_to_FHIR_MARSOTC.fhir | 1028 +- .../Expected_HL7_to_FHIR_FULLELR.fhir | 35786 +++++++--------- .../Expected_HL7_to_FHIR_MARSOTC.fhir | 1400 +- .../catchall/obx/OBXToObservationTests.kt | 18 + .../catchall/prt/PRTToDeviceTests.kt | 11 + .../catchall/xpn/XPNtoHumanNameTests.kt | 6 +- .../HL7_to_FHIR/sample_oml_20240319-001.fhir | 1838 +- ...mple_orm_20230809-001-with-enrichment.fhir | 1780 +- .../HL7_to_FHIR/sample_orm_20230809-001.fhir | 1776 +- .../catchall/dr/dr-to-period.fhir | 680 +- .../catchall/ei/EI-to-Device-UDI-Carrier.fhir | 330 +- ...extensionAssigningAuthority-empty-hd3.fhir | 315 +- ...BX-to-Observation-obx-33-no-extension.fhir | 447 + ...OBX-to-Observation-obx-33-no-extension.hl7 | 5 + .../obx/OBX-to-Observation-obx-33.fhir | 481 + .../obx/OBX-to-Observation-obx-33.hl7 | 5 + .../catchall/prt/prt-to-device.fhir | 1172 + .../catchall/prt/prt-to-device.hl7 | 4 + .../xad/xad-to-address-uses-xad12.fhir | 728 +- ...tioner-xcn17-populated-xcn19-20-empty.fhir | 854 +- ...anname-xpn10-populated-xpn12-13-empty.fhir | 722 +- 42 files changed, 35960 insertions(+), 40442 deletions(-) create mode 100644 prime-router/metadata/HL7/catchall/hl7/datatypes/PLN/Identifier.yml create mode 100644 prime-router/metadata/HL7/catchall/hl7/datatypes/XCN/RelatedPerson.yml delete mode 100644 prime-router/metadata/HL7/catchall/hl7/resource/deprecated.md create mode 100644 prime-router/metadata/HL7/catchall/hl7/segments/PRT/PRTExtension.yml create mode 100644 prime-router/metadata/HL7/catchall/hl7/segments/PRT/PractitionerRole.yml create mode 100644 prime-router/metadata/HL7/catchall/hl7/segments/PRT/RelatedPerson.yml create mode 100644 prime-router/src/main/resources/metadata/hl7_mapping/datatypes/identifier/PLN.yml create mode 100644 prime-router/src/main/resources/metadata/hl7_mapping/resources/Device/PRTExtension.yml create mode 100644 prime-router/src/testIntegration/kotlin/datatests/mappinginventory/catchall/prt/PRTToDeviceTests.kt create mode 100644 prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/obx/OBX-to-Observation-obx-33-no-extension.fhir create mode 100644 prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/obx/OBX-to-Observation-obx-33-no-extension.hl7 create mode 100644 prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/obx/OBX-to-Observation-obx-33.fhir create mode 100644 prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/obx/OBX-to-Observation-obx-33.hl7 create mode 100644 prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/prt/prt-to-device.fhir create mode 100644 prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/prt/prt-to-device.hl7 diff --git a/prime-router/metadata/HL7/catchall/hl7/codesystem/ExtensionUrlMapping.yml b/prime-router/metadata/HL7/catchall/hl7/codesystem/ExtensionUrlMapping.yml index 036bfc35a8c..2643e984fed 100644 --- a/prime-router/metadata/HL7/catchall/hl7/codesystem/ExtensionUrlMapping.yml +++ b/prime-router/metadata/HL7/catchall/hl7/codesystem/ExtensionUrlMapping.yml @@ -209,6 +209,10 @@ - id: "obx-observation" url: "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation" +# PRT +- id: "prt-extension" + url: "https://reportstream.cdc.gov/fhir/StructureDefinition/prt-extension" + # SPM -> Specimen - id: "specimen-source-site-modifier" url: "https://reportstream.cdc.gov/fhir/StructureDefinition/specimen-source-site-modifier" diff --git a/prime-router/metadata/HL7/catchall/hl7/datatypes/CX/Identifier.yml b/prime-router/metadata/HL7/catchall/hl7/datatypes/CX/Identifier.yml index d2fccdb2978..7f8e9fcbd90 100644 --- a/prime-router/metadata/HL7/catchall/hl7/datatypes/CX/Identifier.yml +++ b/prime-router/metadata/HL7/catchall/hl7/datatypes/CX/Identifier.yml @@ -1,7 +1,5 @@ # $schema: ./../../../../../json_schema/fhir/hl7-to-fhir-mapping-resource-template.json -resourceType: Identifier - value: type: STRING valueOf: CX.1 diff --git a/prime-router/metadata/HL7/catchall/hl7/datatypes/DR/Period.yml b/prime-router/metadata/HL7/catchall/hl7/datatypes/DR/Period.yml index 3bd35c02746..761aa2800d0 100644 --- a/prime-router/metadata/HL7/catchall/hl7/datatypes/DR/Period.yml +++ b/prime-router/metadata/HL7/catchall/hl7/datatypes/DR/Period.yml @@ -9,7 +9,7 @@ start: dateTimeIn: $start _start: expressionType: nested - condition: $dateTimeIn NOT_NULL + condition: $start NOT_NULL expressionsMap: extension_1: generateList: true @@ -20,7 +20,7 @@ _start: value: hl7v2-date-time valueString: type: STRING - valueOf: $dateTimeIn + valueOf: $start expressionType: HL7Spec end: @@ -32,7 +32,7 @@ end: dateTimeIn: $end _end: expressionType: nested - condition: $dateTimeOut NOT_NULL + condition: $end NOT_NULL expressionsMap: extension_1: generateList: true @@ -43,5 +43,5 @@ _end: value: hl7v2-date-time valueString: type: STRING - valueOf: $dateTimeOut + valueOf: $end expressionType: HL7Spec \ No newline at end of file diff --git a/prime-router/metadata/HL7/catchall/hl7/datatypes/EI/Device-udiCarrier.yml b/prime-router/metadata/HL7/catchall/hl7/datatypes/EI/Device-udiCarrier.yml index a21aa4af019..f66209a6613 100644 --- a/prime-router/metadata/HL7/catchall/hl7/datatypes/EI/Device-udiCarrier.yml +++ b/prime-router/metadata/HL7/catchall/hl7/datatypes/EI/Device-udiCarrier.yml @@ -8,6 +8,11 @@ deviceIdentifier: extension: expressionType: nested generateList: true + vars: + ei2: EI.2 + ei3: EI.3 + ei4: EI.4 + condition: $ei2 NOT_NULL || $ei3 NOT_NULL || $ei4 NOT_NULL expressions: - expressionType: nested expressionsMap: @@ -19,6 +24,7 @@ extension: expressionType: nested expressions: - expressionType: nested + condition: $ei2 NOT_NULL expressionsMap: url: type: SYSTEM_URL @@ -28,6 +34,7 @@ extension: expressionType: HL7Spec valueOf: EI.2 - expressionType: nested + condition: $ei3 NOT_NULL expressionsMap: url: type: SYSTEM_URL @@ -37,6 +44,7 @@ extension: expressionType: HL7Spec valueOf: EI.3 - expressionType: nested + condition: $ei4 NOT_NULL expressionsMap: url: type: SYSTEM_URL diff --git a/prime-router/metadata/HL7/catchall/hl7/datatypes/EI/Identifier.yml b/prime-router/metadata/HL7/catchall/hl7/datatypes/EI/Identifier.yml index 08af91e97c4..a8b9825f1d6 100644 --- a/prime-router/metadata/HL7/catchall/hl7/datatypes/EI/Identifier.yml +++ b/prime-router/metadata/HL7/catchall/hl7/datatypes/EI/Identifier.yml @@ -29,6 +29,7 @@ extension_1-assigning-authority: ei2: EI.2 ei3: EI.3 ei4: EI.4 + condition: $ei2 NOT_NULL || $ei3 NOT_NULL || $ei4 NOT_NULL expressionsMap: url: type: SYSTEM_URL diff --git a/prime-router/metadata/HL7/catchall/hl7/datatypes/HD/ExtensionAssigningAuthority.yml b/prime-router/metadata/HL7/catchall/hl7/datatypes/HD/ExtensionAssigningAuthority.yml index e2d9da0382d..0a8c6188f19 100644 --- a/prime-router/metadata/HL7/catchall/hl7/datatypes/HD/ExtensionAssigningAuthority.yml +++ b/prime-router/metadata/HL7/catchall/hl7/datatypes/HD/ExtensionAssigningAuthority.yml @@ -33,6 +33,9 @@ extension_2-universalId: extension_3-universalIdType: generateList: true + vars: + universalIdType: String, HD.3 + condition: $universalIdType NOT_NULL expressionType: nested expressionsMap: url: @@ -44,7 +47,7 @@ extension_3-universalIdType: expressionType: HL7Spec extension_4-universalIdUnknownType: - condition: $universalIdType NOT_EQUALS ISO && $universalIdType NOT_EQUALS UUID + condition: $universalId NOT_NULL && $universalIdType NOT_EQUALS ISO && $universalIdType NOT_EQUALS UUID generateList: true expressionType: nested expressionsMap: @@ -56,10 +59,11 @@ extension_4-universalIdUnknownType: valueOf: HD.2 expressionType: HL7Spec vars: + universalId: String, HD.2 universalIdType: String, HD.3 extension_5-universalIdUnknownType: - condition: $universalIdType NULL + condition: $universalId NOT_NULL && $universalIdType NULL generateList: true expressionType: nested expressionsMap: @@ -71,4 +75,5 @@ extension_5-universalIdUnknownType: valueOf: HD.2 expressionType: HL7Spec vars: + universalId: String, HD.2 universalIdType: String, HD.3 \ No newline at end of file diff --git a/prime-router/metadata/HL7/catchall/hl7/datatypes/HD/Location.yml b/prime-router/metadata/HL7/catchall/hl7/datatypes/HD/Location.yml index 73ccbe8759e..fb6997dccf7 100644 --- a/prime-router/metadata/HL7/catchall/hl7/datatypes/HD/Location.yml +++ b/prime-router/metadata/HL7/catchall/hl7/datatypes/HD/Location.yml @@ -25,7 +25,7 @@ identifier_1: valueOf: HD.2 extension_1-unknownUniversalIdType: - condition: $universalId NOT_EQUALS ISO && $universalId NOT_EQUALS UUID + condition: $universalId NOT_NULL && $universalIdType NOT_EQUALS ISO && $universalIdType NOT_EQUALS UUID generateList: true expressionType: nested expressionsMap: @@ -37,10 +37,11 @@ extension_1-unknownUniversalIdType: type: STRING valueOf: HD.2 vars: - universalId: STRING, HD.3 + universalId: String, HD.2 + universalIdType: STRING, HD.3 extension_2-unknownUniversalIdType: - condition: $universalId NULL + condition: $universalId NOT_NULL && $universalIdType NULL generateList: true expressionType: nested expressionsMap: @@ -52,7 +53,8 @@ extension_2-unknownUniversalIdType: type: STRING valueOf: HD.2 vars: - universalId: STRING, HD.3 + universalId: String, HD.2 + universalIdType: STRING, HD.3 extension_3-universalIdType: generateList: true diff --git a/prime-router/metadata/HL7/catchall/hl7/datatypes/PLN/Identifier.yml b/prime-router/metadata/HL7/catchall/hl7/datatypes/PLN/Identifier.yml new file mode 100644 index 00000000000..7ce92b597d2 --- /dev/null +++ b/prime-router/metadata/HL7/catchall/hl7/datatypes/PLN/Identifier.yml @@ -0,0 +1,47 @@ +# $schema: ./../../../../../json_schema/fhir/hl7-to-fhir-mapping-resource-template.json + +value: + type: STRING + valueOf: PLN.1 + expressionType: HL7Spec + +type: + valueOf: datatypes/CWE/CodeableConcept + specs: PLN.2 + expressionType: resource + +period: + vars: + endDate: PLN.4 + condition: $endDate NOT_NULL + expressionType: nested + expressionsMap: + end: + valueOf: "GeneralUtils.dateTimeWithZoneId(endDate,ZONEID)" + expressionType: JEXL + _end: + expressionType: nested + expressionsMap: + extension_1: + generateList: true + expressionType: nested + expressionsMap: + url: + type: SYSTEM_URL + value: hl7v2-date-time + valueString: + type: STRING + valueOf: $endDate + expressionType: HL7Spec + +extension: + generateList: true + expressionType: nested + expressionsMap: + url: + type: STRING + value: PLN.3 + valueString: + type: STRING + expressionType: HL7Spec + valueOf: PLN.3 \ No newline at end of file diff --git a/prime-router/metadata/HL7/catchall/hl7/datatypes/XCN/Practitioner.yml b/prime-router/metadata/HL7/catchall/hl7/datatypes/XCN/Practitioner.yml index 16a8a174270..0dce3373b9c 100644 --- a/prime-router/metadata/HL7/catchall/hl7/datatypes/XCN/Practitioner.yml +++ b/prime-router/metadata/HL7/catchall/hl7/datatypes/XCN/Practitioner.yml @@ -17,6 +17,7 @@ identifier: xcn11: String, XCN.11 xcn12: String, XCN.12 xcn13: String, XCN.13 + xcn14: String, XCN.14 expressionsMap: value: type: STRING @@ -88,6 +89,18 @@ identifier: valueOf: XCN.12 type: STRING expressionType: HL7Spec + extension_3-assigningFacility: + condition: $xcn14 NOT_NULL + generateList: true + expressionType: nested + expressionsMap: + url: + type: SYSTEM_URL + value: identifier-location + valueReference: + expressionType: reference + valueOf: datatypes/HD/Location + specs: XCN.14 name: expressionType: nested diff --git a/prime-router/metadata/HL7/catchall/hl7/datatypes/XCN/RelatedPerson.yml b/prime-router/metadata/HL7/catchall/hl7/datatypes/XCN/RelatedPerson.yml new file mode 100644 index 00000000000..f2e183a36e1 --- /dev/null +++ b/prime-router/metadata/HL7/catchall/hl7/datatypes/XCN/RelatedPerson.yml @@ -0,0 +1,183 @@ +# $schema: ./../../../../../json_schema/fhir/hl7-to-fhir-mapping-resource-template.json + +resourceType: RelatedPerson + +id: + type: STRING + valueOf: "GeneralUtils.generateResourceId()" + expressionType: JEXL + +identifier: + expressionType: nested + vars: + xcn11: String, XCN.11 + xcn12: String, XCN.12 + xcn13: String, XCN.13 + xcn14: String, XCN.14 + expressionsMap: + value: + type: STRING + valueOf: XCN.1 + expressionType: HL7Spec + type: + condition: $xcn13 NOT_NULL + expressionType: resource + specs: XCN.13 + valueOf: datatypes/ID/CodeableConcept + extension_1-checkDigit: + condition: $xcn11 NOT_NULL + generateList: true + expressionType: nested + expressionsMap: + url: + type: SYSTEM_URL + value: identifier-check-digit + valueString: + type: STRING + expressionType: HL7Spec + valueOf: XCN.11 + extension_2-checkDigitScheme: + condition: $xcn12 NOT_NULL + generateList: true + expressionType: nested + expressionsMap: + url: + type: SYSTEM_URL + value: naming-system-check-digit + valueCode: + valueOf: XCN.12 + type: STRING + expressionType: HL7Spec + extension_3-assigningFacility: + condition: $xcn14 NOT_NULL + generateList: true + expressionType: nested + expressionsMap: + url: + type: SYSTEM_URL + value: identifier-location + valueReference: + expressionType: reference + valueOf: datatypes/HD/Location + specs: XCN.14 + +name: + expressionType: nested + expressionsMap: + family: + type: STRING + valueOf: XCN.2.1 + expressionType: HL7Spec + _family: + expressionType: resource + valueOf: datatypes/FN/ExtensionHumanName-family + specs: XCN.2 + given: + generateList: true + expressionType: nested + expressions: + - expressionType: HL7Spec + valueOf: XCN.3 + type: STRING + - expressionType: HL7Spec + valueOf: XCN.4 + type: STRING + suffix: + generateList: true + expressionType: nested + expressions: + - expressionType: HL7Spec + valueOf: XCN.5 + type: STRING + - expressionType: HL7Spec + valueOf: XCN.7 + type: STRING + - expressionType: HL7Spec + valueOf: XCN.21 + type: STRING + prefix: + type: STRING + valueOf: XCN.6 + expressionType: HL7Spec + use: + type: NAME_USE + valueOf: XCN.10 + expressionType: HL7Spec + # This needs to use variables because the message parses this field using NULLDT since it is deprecated which means that + # the values do not get correctly loaded and will not be mapped over correctly using a spec. + period_1: + vars: + xcn19: String, XCN.19 + xcn20: String, XCN.20 + start: String, XCN.17.1 + end: String, XCN.17.2 + condition: $xcn19 NULL && $xcn20 NULL + expressionType: resource + valueOf: datatypes/DR/Period + # XCN.17 is deprecated so the schema favors using XCN.19/20 if either are populated + period_2: + vars: + xcn19: String, XCN.19 + xcn20: String, XCN.20 + condition: $xcn19 NOT_NULL || $xcn20 NOT_NULL + expressionType: nested + expressionsMap: + start: + valueOf: "GeneralUtils.dateTimeWithZoneId(periodStart,ZONEID)" + expressionType: JEXL + vars: + periodStart: XCN.19 + end: + valueOf: "GeneralUtils.dateTimeWithZoneId(periodEnd,ZONEID)" + expressionType: JEXL + vars: + periodEnd: XCN.20 + extension_AssemblyOrder: + expressionType: nested + generateList: true + vars: + xcn18: String, XCN.18 + condition: $xcn18 NOT_NULL + expressions: + - expressionType: nested + expressionsMap: + url: + type: SYSTEM_URL + value: humanname-assembly-order + valueCode: + type: STRING + valueOf: XCN.18 + expressionType: HL7Spec + +extension: + vars: + xcn9: STRING_ALL, XCN.9 + generateList: true + expressionType: nested + expressions: + - expressionType: resource + condition: $xcn9 NOT_NULL + valueOf: datatypes/HD/ExtensionAssigningAuthority + specs: XCN.9 + - expressionType: resource + valueOf: datatypes/XCN/XCNExtension + - generateList: true + expressionType: nested + condition: $XCNHL7Field NOT_NULL + expressionsMap: + url: + type: SYSTEM_URL + value: hl7v2Field + valueString: + type: STRING + valueOf: $XCNHL7Field + - generateList: true + expressionType: nested + condition: $XCNHL7Component NOT_NULL + expressionsMap: + url: + type: SYSTEM_URL + value: hl7v2Component + valueString: + type: STRING + valueOf: $XCNHL7Component \ No newline at end of file diff --git a/prime-router/metadata/HL7/catchall/hl7/datatypes/XCN/XCNExtension.yml b/prime-router/metadata/HL7/catchall/hl7/datatypes/XCN/XCNExtension.yml index 08595a04b9d..955ba8239c5 100644 --- a/prime-router/metadata/HL7/catchall/hl7/datatypes/XCN/XCNExtension.yml +++ b/prime-router/metadata/HL7/catchall/hl7/datatypes/XCN/XCNExtension.yml @@ -15,7 +15,7 @@ extension: xcn8: STRING_ALL, XCN.8 xcn9: STRING_ALL, XCN.9 xcn10: String, XCN.10 - xcn15: String, XCN.12 + xcn15: String, XCN.15 xcn16: STRING_ALL, XCN.16 xcn17: STRING_ALL, XCN.17 xcn19: String, XCN.19 diff --git a/prime-router/metadata/HL7/catchall/hl7/resource/deprecated.md b/prime-router/metadata/HL7/catchall/hl7/resource/deprecated.md deleted file mode 100644 index c2a958f19c5..00000000000 --- a/prime-router/metadata/HL7/catchall/hl7/resource/deprecated.md +++ /dev/null @@ -1,6 +0,0 @@ -## Deprecated location - -Use of this location for mapping schema is deprecated. Please see -the [Mapping schema file structure](../../../../docs/design/design/mapping-schemas.md) design document to review current -mapping schema structure guidelines. New work should follow the new design as much as possible. When mapping work is -completed, this directory should be removed. \ No newline at end of file diff --git a/prime-router/metadata/HL7/catchall/hl7/segments/OBX/Observation.yml b/prime-router/metadata/HL7/catchall/hl7/segments/OBX/Observation.yml index c7be226e804..b11a987660a 100644 --- a/prime-router/metadata/HL7/catchall/hl7/segments/OBX/Observation.yml +++ b/prime-router/metadata/HL7/catchall/hl7/segments/OBX/Observation.yml @@ -16,7 +16,7 @@ resourceType: Observation # Not implementing OBX.29 not in mapping not in NIST # Not implementing OBX.31 not in mapping not in NIST # Not implementing OBX.32 not in mapping not in NIST -# Not implementing OBX.33 as it's not in the NIST spec the logic in the inventory cannot be implemented in the library +# OBX.33 is repeatable but maps to specimen on Observation which is not, so it's all captured in OBXExtension id: diff --git a/prime-router/metadata/HL7/catchall/hl7/segments/PRT/Device.yml b/prime-router/metadata/HL7/catchall/hl7/segments/PRT/Device.yml index 61ab4500d91..54b994b6aff 100644 --- a/prime-router/metadata/HL7/catchall/hl7/segments/PRT/Device.yml +++ b/prime-router/metadata/HL7/catchall/hl7/segments/PRT/Device.yml @@ -1,6 +1,7 @@ # $schema: ./../../../../../json_schema/fhir/hl7-to-fhir-mapping-resource-template.json # This segment does not appear in NIST or RADx MARS +# PRT.2 - inventory indicates to check for "D" but the correct HL7v2 table value is "DE" resourceType: Device @@ -9,10 +10,109 @@ id: valueOf: "GeneralUtils.generateResourceId()" expressionType: JEXL +status: + vars: + prt2: PRT.2 + condition: $prt2 EQUALS "DE" + type: STRING + value: "inactive" + udiCarrier: - valueOf: datatypes/EI/Device-udiCarrier + expressionType: nested + generateList: true + vars: + prt10: STRING_ALL, PRT.10 + prt16: STRING_ALL, PRT.16 + expressions: + - expressionType: resource + condition: $prt10 NOT_NULL + valueOf: datatypes/EI/Device-udiCarrier + generateList: true + specs: PRT.10 * + constants: + hl7v2Field: "PRT.10" + - expressionType: resource + condition: $prt16 NOT_NULL + valueOf: datatypes/EI/Device-udiCarrier + specs: PRT.16 + constants: + hl7v2Field: "PRT.16" + +manufactureDate: + type: STRING + valueOf: "GeneralUtils.dateTimeWithZoneId(dateTimeIn,ZONEID)" + expressionType: JEXL + vars: + dateTimeIn: PRT.17 +_manufactureDate: + expressionType: nested + vars: + dateTimeIn: PRT.17 + condition: $dateTimeIn NOT_NULL + expressionsMap: + extension_1: + generateList: true + expressionType: nested + expressionsMap: + url: + type: SYSTEM_URL + value: hl7v2-date-time + valueString: + type: STRING + valueOf: $dateTimeIn + expressionType: HL7Spec + +expirationDate: + type: STRING + valueOf: "GeneralUtils.dateTimeWithZoneId(dateTimeIn,ZONEID)" + expressionType: JEXL + vars: + dateTimeIn: PRT.18 +_expirationDate: + expressionType: nested + vars: + dateTimeIn: PRT.18 + condition: $dateTimeIn NOT_NULL + expressionsMap: + extension_1: + generateList: true + expressionType: nested + expressionsMap: + url: + type: SYSTEM_URL + value: hl7v2-date-time + valueString: + type: STRING + valueOf: $dateTimeIn + expressionType: HL7Spec + +lotNumber: + type: STRING + valueOf: PRT.19 + expressionType: HL7Spec + +serialNumber: + type: STRING + valueOf: PRT.20 + expressionType: HL7Spec + +distinctIdentifier: + type: STRING + valueOf: PRT.21 + expressionType: HL7Spec +_distinctIdentifier: + valueOf: datatypes/EI/Identifier + expressionType: resource + specs: PRT.21 + +type: + valueOf: datatypes/CNE/CodeableConcept + specs: PRT.22 expressionType: resource + +extension: generateList: true - specs: PRT.10 - constants: - hl7v2Field: "PRT.10" + expressionType: nested + expressions: + - expressionType: resource + valueOf: segments/PRT/PRTExtension \ No newline at end of file diff --git a/prime-router/metadata/HL7/catchall/hl7/segments/PRT/PRTExtension.yml b/prime-router/metadata/HL7/catchall/hl7/segments/PRT/PRTExtension.yml new file mode 100644 index 00000000000..f6a0fa36a7e --- /dev/null +++ b/prime-router/metadata/HL7/catchall/hl7/segments/PRT/PRTExtension.yml @@ -0,0 +1,293 @@ +# $schema: ./../../../../../json_schema/fhir/hl7-to-fhir-mapping-resource-template.json + +url: + type: SYSTEM_URL + value: prt-extension + +extension: + generateList: true + expressionType: nested + expressions: + - expressionType: nested + vars: + prt2: STRING_ALL, PRT.2 + condition: $prt2 NOT_NULL + expressionsMap: + url: + value: PRT.2 + type: STRING + valueId: + type: STRING + expressionType: HL7Spec + valueOf: PRT.2 + - expressionType: nested + vars: + prt3: STRING_ALL, PRT.3 + condition: $prt3 NOT_NULL + expressionsMap: + url: + value: PRT.3 + type: STRING + valueCodeableConcept: + valueOf: datatypes/CWE/CodeableConcept + specs: PRT.3 + expressionType: resource + - expressionType: nested + vars: + prt4: STRING_ALL, PRT.4 + condition: $prt4 NOT_NULL + expressionsMap: + url: + value: PRT.4 + type: STRING + valueCodeableConcept: + valueOf: datatypes/CWE/CodeableConcept + specs: PRT.4 + expressionType: resource + - expressionType: nested + vars: + prt5: STRING_ALL, PRT.5 + condition: $prt5 NOT_NULL + specs: PRT.5 * + generateList: true + expressionsMap: + url: + type: STRING + value: PRT.5 + valueReference: + valueOf: datatypes/XCN/RelatedPerson + expressionType: reference + - expressionType: nested + vars: + prt6: STRING_ALL, PRT.6 + condition: $prt6 NOT_NULL + expressionsMap: + url: + value: PRT.6 + type: STRING + valueCodeableConcept: + valueOf: datatypes/CWE/CodeableConcept + specs: PRT.6 + expressionType: resource + - expressionType: nested + vars: + prt7: STRING_ALL, PRT.7 + condition: $prt7 NOT_NULL + expressionsMap: + url: + value: PRT.7 + type: STRING + valueCodeableConcept: + valueOf: datatypes/CWE/CodeableConcept + specs: PRT.7 + expressionType: resource + - expressionType: nested + vars: + prt8: STRING_ALL, PRT.8 + condition: $prt8 NOT_NULL + generateList: true + specs: PRT.8 * + expressionsMap: + url: + type: STRING + value: PRT.8 + valueReference: + valueOf: datatypes/XON/Organization + expressionType: reference + - expressionType: nested + vars: + prt9: STRING_ALL, PRT.9 + condition: $prt9 NOT_NULL + generateList: true + specs: PRT.9 * + expressionsMap: + url: + type: STRING + value: PRT.9 + valueReference: + valueOf: datatypes/PL/Location + expressionType: reference + - expressionType: nested + vars: + prt10: STRING_ALL, PRT.10 + condition: $prt10 NOT_NULL + generateList: true + specs: PRT.10 * + expressionsMap: + url: + type: STRING + value: PRT.10 + valueIdentifier: + valueOf: datatypes/EI/Device-udiCarrier + expressionType: resource + - expressionType: nested + vars: + prt11: STRING, PRT.11 + condition: $prt11 NOT_NULL + expressionsMap: + url: + value: PRT.11 + type: STRING + valueString: + type: STRING + expressionType: HL7Spec + valueOf: PRT.11 + - expressionType: nested + vars: + prt12: STRING, PRT.12 + condition: $prt12 NOT_NULL + expressionsMap: + url: + value: PRT.12 + type: STRING + valueString: + type: STRING + expressionType: HL7Spec + valueOf: PRT.12 + - expressionType: nested + vars: + prt13: STRING_ALL, PRT.13 + condition: $prt13 NOT_NULL + expressionsMap: + url: + value: PRT.13 + type: STRING + valueCodeableConcept: + valueOf: datatypes/CWE/CodeableConcept + specs: PRT.13 + expressionType: resource + - expressionType: nested + vars: + prt14: STRING_ALL, PRT.14 + condition: $prt14 NOT_NULL + specs: PRT.14 * + generateList: true + expressionsMap: + url: + type: STRING + value: PRT.14 + valueAddress: + expressionType: resource + valueOf: datatypes/XAD/Address + - expressionType: nested + vars: + prt15: STRING_ALL, PRT.15 + condition: $prt15 NOT_NULL + specs: PRT.15 * + generateList: true + expressionsMap: + url: + type: STRING + value: PRT.15 + valueAddress: + expressionType: resource + valueOf: datatypes/XTN/ContactPoint + - expressionType: nested + vars: + prt16: STRING_ALL, PRT.16 + condition: $prt16 NOT_NULL + expressionsMap: + url: + value: PRT.16 + type: STRING + valueIdentifier: + valueOf: datatypes/EI/Device-udiCarrier + specs: PRT.16 + expressionType: resource + - expressionType: nested + vars: + prt17: STRING, PRT.17 + condition: $prt17 NOT_NULL + expressionsMap: + url: + value: PRT.17 + type: STRING + valueString: + type: STRING + expressionType: HL7Spec + valueOf: PRT.17 + - expressionType: nested + vars: + prt18: STRING, PRT.18 + condition: $prt18 NOT_NULL + expressionsMap: + url: + value: PRT.18 + type: STRING + valueString: + type: STRING + expressionType: HL7Spec + valueOf: PRT.18 + - expressionType: nested + vars: + prt19: STRING, PRT.19 + condition: $prt19 NOT_NULL + expressionsMap: + url: + value: PRT.19 + type: STRING + valueString: + type: STRING + expressionType: HL7Spec + valueOf: PRT.19 + - expressionType: nested + vars: + prt20: STRING, PRT.20 + condition: $prt20 NOT_NULL + expressionsMap: + url: + value: PRT.20 + type: STRING + valueString: + type: STRING + expressionType: HL7Spec + valueOf: PRT.20 + - expressionType: nested + vars: + prt21: STRING_ALL, PRT.21 + condition: $prt21 NOT_NULL + expressionsMap: + url: + value: PRT.21 + type: STRING + valueIdentifier: + valueOf: datatypes/EI/Identifier + specs: PRT.21 + expressionType: resource + - expressionType: nested + vars: + prt22: STRING_ALL, PRT.22 + condition: $prt22 NOT_NULL + expressionsMap: + url: + value: PRT.22 + type: STRING + valueCodeableConcept: + valueOf: datatypes/CNE/CodeableConcept + specs: PRT.22 + expressionType: resource + - expressionType: nested + vars: + prt23: STRING_ALL, PRT.23 + condition: $prt23 NOT_NULL + expressionsMap: + url: + value: PRT.23 + type: STRING + valueCodeableConcept: + valueOf: datatypes/CWE/CodeableConcept + specs: PRT.23 + expressionType: resource + - expressionType: nested + vars: + prt24: STRING_ALL, PRT.24 + condition: $prt24 NOT_NULL + specs: PRT.24 * + generateList: true + expressionsMap: + url: + type: STRING + value: PRT.24 + valueIdentifier: + expressionType: resource + valueOf: datatypes/PLN/Identifier \ No newline at end of file diff --git a/prime-router/metadata/HL7/catchall/hl7/segments/PRT/PractitionerRole.yml b/prime-router/metadata/HL7/catchall/hl7/segments/PRT/PractitionerRole.yml new file mode 100644 index 00000000000..396be5dd387 --- /dev/null +++ b/prime-router/metadata/HL7/catchall/hl7/segments/PRT/PractitionerRole.yml @@ -0,0 +1,78 @@ +# $schema: ./../../../../../json_schema/fhir/hl7-to-fhir-mapping-resource-template.json + +# TODO https://github.com/CDCgov/prime-reportstream/issues/16479 +# - add handling of preferredContactMethod to XTN/ContactPoint +# - need message level conditions to be able to implement FHIR > HL7 mapping +# - mappings should be treated as incomplete and require tests to be written + +# This segment does not appear in NIST or RADx MARS +# PRT.2 - inventory indicates to check for "D" but the correct HL7v2 table value is "DE" + +resourceType: PractitionerRole + +id: + type: STRING + valueOf: "GeneralUtils.generateResourceId()" + expressionType: JEXL + +status: + vars: + prt2: PRT.2 + condition: $prt2 EQUALS "DE" + type: STRING + value: "inactive" + +practitioner: + valueOf: datatypes/XCN/Practitioner + expressionType: reference + specs: PRT.5 + vars: + XADAddress: PRT.14 + +specialty: + valueOf: datatypes/CWE/CodeableConcept + expressionType: resource + condition: $prt6 NOT_NULL + vars: + prt6: PRT.6 + specs: PRT.6 + constants: + hl7v2Field: "PRT.6" + +organization: + condition: $roleOrg NOT_NULL + valueOf: datatypes/XON/Organization + expressionType: reference + specs: $OBXPractitionerRoleOrganization + vars: + XADAddress: $OBXPractitionerRoleOrganizationAddress + roleOrg: STRING_ALL, $OBXPractitionerRoleOrganization + +code: + expressionType: nested + expressionsMap: + coding: + generateList: true + expressionType: nested + expressionsMap: + system: + type: STRING + valueOf: $OBXPractitionerRoleSystem + code: + type: STRING + valueOf: $OBXPractitionerRoleCode + +telecom: + condition: $prt15 NOT_NULL + vars: + prt15: STRING_ALL, PRT.15 + preferredContactMethod: STRING, PRT.23.1 + expressionType: nested + specs: PRT.15 * + generateList: true + expressionsMap: + valueContactPoint: + valueOf: datatypes/XTN/ContactPoint + expressionType: resource + constants: + hl7v2Field: "PRT.15" \ No newline at end of file diff --git a/prime-router/metadata/HL7/catchall/hl7/segments/PRT/RelatedPerson.yml b/prime-router/metadata/HL7/catchall/hl7/segments/PRT/RelatedPerson.yml new file mode 100644 index 00000000000..80ad977fd69 --- /dev/null +++ b/prime-router/metadata/HL7/catchall/hl7/segments/PRT/RelatedPerson.yml @@ -0,0 +1,210 @@ +# $schema: ./../../../../../json_schema/fhir/hl7-to-fhir-mapping-resource-template.json + +# TODO https://github.com/CDCgov/prime-reportstream/issues/16479 +# - add handling of preferredContactMethod to XTN/ContactPoint +# - need message level conditions to be able to implement FHIR > HL7 mapping +# - mappings should be treated as incomplete and require tests to be written + +# This segment does not appear in NIST or RADx MARS + +# PRT.5: Many mappings are a duplicate of XCN[RelatedPerson] (first repetition only) + +resourceType: RelatedPerson + +id: + type: STRING + valueOf: "GeneralUtils.generateResourceId()" + expressionType: JEXL + +relationship: + valueOf: datatypes/CWE/CodeableConcept + expressionType: resource + specs: PRT.4 + +identifier: + expressionType: nested + vars: + xcn11: String, PRT.5.11 + xcn12: String, PRT.5.12 + xcn13: String, PRT.5.13 + xcn14: String, PRT.5.14 + expressionsMap: + value: + type: STRING + valueOf: PRT.5.1 + expressionType: HL7Spec + type: + condition: $xcn13 NOT_NULL + expressionType: resource + specs: PRT.5.13 + valueOf: datatypes/ID/CodeableConcept + extension_1-checkDigit: + condition: $xcn11 NOT_NULL + generateList: true + expressionType: nested + expressionsMap: + url: + type: SYSTEM_URL + value: identifier-check-digit + valueString: + type: STRING + expressionType: HL7Spec + valueOf: PRT.5.11 + extension_2-checkDigitScheme: + condition: $xcn12 NOT_NULL + generateList: true + expressionType: nested + expressionsMap: + url: + type: SYSTEM_URL + value: naming-system-check-digit + valueCode: + valueOf: PRT.5.12 + type: STRING + expressionType: HL7Spec + extension_3-assigningFacility: + condition: $xcn14 NOT_NULL + generateList: true + expressionType: nested + expressionsMap: + url: + type: SYSTEM_URL + value: identifier-location + valueReference: + expressionType: reference + valueOf: datatypes/HD/Location + specs: PRT.5.14 + +name: + expressionType: nested + expressionsMap: + family: + type: STRING + valueOf: PRT.5.2.1 + expressionType: HL7Spec + _family: + expressionType: resource + valueOf: datatypes/FN/ExtensionHumanName-family + specs: PRT.5.2 + given: + generateList: true + expressionType: nested + expressions: + - expressionType: HL7Spec + valueOf: PRT.5.3 + type: STRING + - expressionType: HL7Spec + valueOf: PRT.5.4 + type: STRING + suffix: + generateList: true + expressionType: nested + expressions: + - expressionType: HL7Spec + valueOf: PRT.5.5 + type: STRING + - expressionType: HL7Spec + valueOf: PRT.5.7 + type: STRING + - expressionType: HL7Spec + valueOf: PRT.5.21 + type: STRING + prefix: + type: STRING + valueOf: PRT.5.6 + expressionType: HL7Spec + use: + type: NAME_USE + valueOf: PRT.5.10 + expressionType: HL7Spec + # This needs to use variables because the message parses this field using NULLDT since it is deprecated which means that + # the values do not get correctly loaded and will not be mapped over correctly using a spec. + period_1: + vars: + xcn19: String, PRT.5.19 + xcn20: String, PRT.5.20 + start: String, PRT.5.17.1 + end: String, PRT.5.17.2 + condition: $xcn19 NULL && $xcn20 NULL + expressionType: resource + valueOf: datatypes/DR/Period + # XCN.17 is deprecated so the schema favors using XCN.19/20 if either are populated + period_2: + vars: + xcn19: String, PRT.5.19 + xcn20: String, PRT.5.20 + condition: $xcn19 NOT_NULL || $xcn20 NOT_NULL + expressionType: nested + expressionsMap: + start: + valueOf: "GeneralUtils.dateTimeWithZoneId(periodStart,ZONEID)" + expressionType: JEXL + vars: + periodStart: PRT.5.19 + end: + valueOf: "GeneralUtils.dateTimeWithZoneId(periodEnd,ZONEID)" + expressionType: JEXL + vars: + periodEnd: PRT.5.20 + extension_AssemblyOrder: + expressionType: nested + generateList: true + vars: + xcn18: String, PRT.5.18 + condition: $xcn18 NOT_NULL + expressions: + - expressionType: nested + expressionsMap: + url: + type: SYSTEM_URL + value: humanname-assembly-order + valueCode: + type: STRING + valueOf: PRT.5.18 + expressionType: HL7Spec + +address: + vars: + prt14: STRING_ALL, PRT.14 + condition: $prt14 NOT_NULL + valueOf: datatypes/XAD/Address + expressionType: resource + specs: PRT.14 + generateList: true + +period: + vars: + start: String, PRT.11 + end: String, PRT.12 + expressionType: resource + valueOf: datatypes/DR/Period + +telecom: + condition: $prt15 NOT_NULL + vars: + prt15: STRING_ALL, PRT.15 + preferredContactMethod: STRING, PRT.23.1 + expressionType: nested + specs: PRT.15 * + generateList: true + expressionsMap: + valueContactPoint: + valueOf: datatypes/XTN/ContactPoint + expressionType: resource + constants: + hl7v2Field: "PRT.15" + +extension: + vars: + xcn9: STRING_ALL, PRT.5.9 + generateList: true + expressionType: nested + expressions: + - expressionType: resource + condition: $xcn9 NOT_NULL + valueOf: datatypes/HD/ExtensionAssigningAuthority + specs: PRT.5.9 + - expressionType: resource + valueOf: segments/PRT/PRTExtension + + diff --git a/prime-router/src/main/resources/metadata/hl7_mapping/datatypes/identifier/PLN.yml b/prime-router/src/main/resources/metadata/hl7_mapping/datatypes/identifier/PLN.yml new file mode 100644 index 00000000000..4e682a2426d --- /dev/null +++ b/prime-router/src/main/resources/metadata/hl7_mapping/datatypes/identifier/PLN.yml @@ -0,0 +1,23 @@ +# $schema: ./../../../../../../../metadata/json_schema/fhir/fhir-to-hl7-mapping.json + +elements: + + - name: pln-id-number + value: [ '%resource.value' ] + hl7Spec: [ '%{plnField}-1' ] + + - name: pln-type-of-id-number + resource: '%resource.type' + schema: classpath:/metadata/hl7_mapping/datatypes/codeableConcept/CWE.yml + constants: + cweField: '%{plnField}-2' + + - name: pln-state-other-qualifying-information + value: [ '%resource.extension.where(url = "PLN.3").value'] + hl7Spec: [ '%{plnField}-3' ] + + - name: pln-expiration-date + resource: '%resource.period.end' + constants: + dtmFieldPath: '%{plnField}-4' + schema: classpath:/metadata/hl7_mapping/datatypes/dateTime/DTMorDT.yml \ No newline at end of file diff --git a/prime-router/src/main/resources/metadata/hl7_mapping/resources/Device/PRT.yml b/prime-router/src/main/resources/metadata/hl7_mapping/resources/Device/PRT.yml index f1308a48360..a60ee5b0852 100644 --- a/prime-router/src/main/resources/metadata/hl7_mapping/resources/Device/PRT.yml +++ b/prime-router/src/main/resources/metadata/hl7_mapping/resources/Device/PRT.yml @@ -9,13 +9,56 @@ elements: value: [ '%prtDeviceIndex + 1' ] hl7Spec: [ '%{hl7PRTFieldPath}-1' ] + # TODO reevaluate this mapping https://github.com/CDCgov/prime-reportstream/issues/16479 - name: observation-set-id value: [ '%prtDeviceIndex + 1' ] hl7Spec: [ '%{hl7OBXFieldPath}-1' ] + - name: prt-extension-values + resource: '%resource.extension(%`rsext-prt-extension`)' + schema: classpath:/metadata/hl7_mapping/resources/Device/PRTExtension.yml + - name: placer-order-number resource: '%resource.udiCarrier.where(extension(%`rsext-hl7v2Field`).value = "PRT.10")' constants: eiFieldPath: '%{hl7PRTFieldPath}(%{entityIdIndex})-10' schema: classpath:/metadata/hl7_mapping/datatypes/device-udiCarrier/EI.yml resourceIndex: entityIdIndex + + - name: udi-device-identifier + resource: '%resource.udiCarrier.where(extension(%`rsext-hl7v2Field`).value = "PRT.16")' + constants: + eiFieldPath: '%{hl7PRTFieldPath}-16' + schema: classpath:/metadata/hl7_mapping/datatypes/device-udiCarrier/EI.yml + + - name: device-manufacture-date + resource: '%resource.manufactureDate' + constants: + dtmFieldPath: '%{hl7PRTFieldPath}-17' + schema: classpath:/metadata/hl7_mapping/datatypes/dateTime/DTMorDT.yml + + - name: device-expiry-date + resource: '%resource.expirationDate' + constants: + dtmFieldPath: '%{hl7PRTFieldPath}-18' + schema: classpath:/metadata/hl7_mapping/datatypes/dateTime/DTMorDT.yml + + - name: device-lot-number + value: [ '%resource.lotNumber' ] + hl7Spec: [ '%{hl7PRTFieldPath}-19' ] + + - name: device-serial-number + value: [ '%resource.serialNumber' ] + hl7Spec: [ '%{hl7PRTFieldPath}-20' ] + + - name: device-donation-identification + resource: '%resource.distinctIdentifier' + schema: classpath:/metadata/hl7_mapping/datatypes/identifier/EI.yml + constants: + hl7EIField: '%{hl7PRTFieldPath}-21' + + - name: device-type + resource: '%resource.type' + schema: classpath:/metadata/hl7_mapping/datatypes/codeableConcept/CNE.yml + constants: + cneFieldPath: '%{hl7PRTFieldPath}-22' \ No newline at end of file diff --git a/prime-router/src/main/resources/metadata/hl7_mapping/resources/Device/PRTExtension.yml b/prime-router/src/main/resources/metadata/hl7_mapping/resources/Device/PRTExtension.yml new file mode 100644 index 00000000000..423210f52b8 --- /dev/null +++ b/prime-router/src/main/resources/metadata/hl7_mapping/resources/Device/PRTExtension.yml @@ -0,0 +1,95 @@ +# $schema: ./../../../../../../../metadata/json_schema/fhir/fhir-to-hl7-mapping.json + +elements: + + - name: PRT.2 + value: [ '%resource.extension.where(url = "PRT.2").value' ] + hl7Spec: [ '%{hl7PRTFieldPath}-2' ] + + - name: PRT.3 + resource: '%resource.extension.where(url = "PRT.3").value' + schema: classpath:/metadata/hl7_mapping/datatypes/codeableConcept/CWE.yml + constants: + cweField: '%{hl7PRTFieldPath}-3' + + - name: PRT.4 + resource: '%resource.extension.where(url = "PRT.4").value' + schema: classpath:/metadata/hl7_mapping/datatypes/codeableConcept/CWE.yml + constants: + cweField: '%{hl7PRTFieldPath}-4' + + # XCN[Practitioner] FHIR > HL7 mappings are largely compatible with XCN[RelatedPerson] + # implement union+tail for PRT[PractitionerRole] only + - name: PRT.5 + resource: '%resource.extension.where(url = "PRT.5").value.resolve()' + schema: classpath:/metadata/hl7_mapping/resources/Practitioner/XCN.yml + resourceIndex: relatedPersonIndex + constants: + hl7XCNField: '%{hl7PRTFieldPath}-5(%{relatedPersonIndex})' + + - name: PRT.6 + resource: '%resource.extension.where(url = "PRT.6").value' + schema: classpath:/metadata/hl7_mapping/datatypes/codeableConcept/CWE.yml + resourceIndex: personProviderTypeIndex + constants: + cweField: '%{hl7PRTFieldPath}-6(%{personProviderTypeIndex})' + + - name: PRT.7 + resource: '%resource.extension.where(url = "PRT.7").value' + schema: classpath:/metadata/hl7_mapping/datatypes/codeableConcept/CWE.yml + resourceIndex: organizationUnitTypeIndex + constants: + cweField: '%{hl7PRTFieldPath}-7(%{organizationUnitTypeIndex})' + + - name: PRT.8 + resource: '%resource.extension.where(url = "PRT.8").value.resolve()' + schema: classpath:/metadata/hl7_mapping/resources/Organization/XON.yml + constants: + hl7XONField: '%{hl7PRTFieldPath}-8' + + - name: PRT.9 + resource: '%resource.extension.where(url = "PRT.9").value.resolve()' + schema: classpath:/metadata/hl7_mapping/resources/Location/PL/PL.yml + constants: + hl7PLField: '%{hl7PRTFieldPath}-9' + + - name: PRT.11 + value: [ '%resource.extension.where(url = "PRT.11").value' ] + hl7Spec: [ '%{hl7PRTFieldPath}-11' ] + + - name: PRT.12 + value: [ '%resource.extension.where(url = "PRT.12").value' ] + hl7Spec: [ '%{hl7PRTFieldPath}-12' ] + + - name: PRT.13 + resource: '%resource.extension.where(url = "PRT.13").value' + schema: classpath:/metadata/hl7_mapping/datatypes/codeableConcept/CWE.yml + constants: + cweField: '%{hl7PRTFieldPath}-13' + + - name: PRT.14 + resource: '%resource.extension.where(url = "PRT.14").value' + schema: classpath:/metadata/hl7_mapping/datatypes/Address/XAD.yml + resourceIndex: addressIndex + constants: + xadField: '%{hl7PRTFieldPath}-14(%{addressIndex})' + + - name: PRT.15 + resource: '%resource.extension.where(url = "PRT.15").value' + schema: classpath:/metadata/hl7_mapping/datatypes/contactPoint/XTN.yml + resourceIndex: telecomIndex + constants: + hl7TelecomField: '%{hl7PRTFieldPath}-15' + + - name: PRT.23 + resource: '%resource.extension.where(url = "PRT.23").value' + schema: classpath:/metadata/hl7_mapping/datatypes/codeableConcept/CWE.yml + constants: + cweField: '%{hl7PRTFieldPath}-23' + + - name: PRT.24 + resource: '%resource.extension.where(url = "PRT.24").value' + schema: classpath:/metadata/hl7_mapping/datatypes/identifier/PLN.yml + resourceIndex: contactIdentifierIndex + constants: + plnField: '%{hl7PRTFieldPath}-24(%{contactIdentifierIndex})' \ No newline at end of file diff --git a/prime-router/src/test/resources/fhirengine/smoketest/Expected_FHIR_to_FHIR_FULLELR.fhir b/prime-router/src/test/resources/fhirengine/smoketest/Expected_FHIR_to_FHIR_FULLELR.fhir index 5f2ed3afb61..02b5a5b7389 100644 --- a/prime-router/src/test/resources/fhirengine/smoketest/Expected_FHIR_to_FHIR_FULLELR.fhir +++ b/prime-router/src/test/resources/fhirengine/smoketest/Expected_FHIR_to_FHIR_FULLELR.fhir @@ -1,15159 +1,10764 @@ { - "resourceType" : "Bundle", - "id" : "4242310292166109000.0c59ec76-5370-4777-93e2-8c560660df89", - "meta" : { - "lastUpdated" : "2024-04-16T16:31:32.166-07:00" + "resourceType" : "Bundle", + "id" : "4242310292166109000.0c59ec76-5370-4777-93e2-8c560660df89", + "meta" : { + "lastUpdated" : "2024-04-16T16:31:32.166-07:00" }, - "identifier" : { - "system" : "https://reportstream.cdc.gov/prime-router", - "value" : "MT_COCAA_ORU_AAPHELR.1.6214638" + "identifier" : { + "system" : "https://reportstream.cdc.gov/prime-router", + "value" : "MT_COCAA_ORU_AAPHELR.1.6214638" }, - "type" : "message", - "timestamp" : "2028-08-08T08:28:05.000-07:00", - "entry" : [ - { - "fullUrl" : "MessageHeader/88a50cd6-72bf-34a1-9025-708e7c294242", - "resource" : { - "resourceType" : "MessageHeader", - "id" : "88a50cd6-72bf-34a1-9025-708e7c29cc32", - "meta" : { - "tag" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0103", - "code" : "P" - } - ] - }, - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/encoding-characters", - "valueString" : "^~\\&#" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/msh-message-header", - "extension" : [ - { - "url" : "MSH.7", - "valueString" : "20280808092805-0600" - }, - { - "url" : "MSH.21", - "valueIdentifier" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "HL7" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.113883.9.11" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "value" : "PHLabReport-NoAck" - } - }, - { - "url" : "MSH.15", - "valueString" : "NE" - }, - { - "url" : "MSH.16", - "valueString" : "NE" - }, - { - "url" : "MSH.19", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "ISO" - } - ], - "code" : "ENG", - "display" : "English" - } - ] - } - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/character-set", - "valueString" : "UNICODE UTF-8" - } - ], - "eventCoding" : { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0003", - "code" : "R01", - "display" : "ORU^R01^ORU_R01" - }, - "destination" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144.2.5" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "MSH.5" - } - ], - "name" : "DCEED.ELR", - "endpoint" : "urn:oid:2.16.840.1.114222.4.1.144.2.5", - "receiver" : { - "reference" : "Organization/1713310292166578000.130035f1-29f8-4d6a-a67f-571b0169e692" - } - } - ], - "sender" : { - "reference" : "Organization/1713310292166302000.76171447-cee8-4a9e-b5eb-5aa56cd53aa6" - }, - "source" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "MEDITECH" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.3.2.2.1.321.111" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "MSH.3" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/software-binary-id", - "valueString" : "0.2-SNAPSHOT" - } - ], - "name" : "CDC PRIME - Atlanta: 2.16.840.1.114222.4.1.237821", - "software" : "PRIME ReportStream", - "version" : "0.2-SNAPSHOT", - "endpoint" : "urn:oid:2.16.840.1.114222.4.1.237821" + "type" : "message", + "timestamp" : "2028-08-08T08:28:05.000-07:00", + "entry" : [ { + "fullUrl" : "MessageHeader/88a50cd6-72bf-34a1-9025-708e7c294242", + "resource" : { + "resourceType" : "MessageHeader", + "id" : "88a50cd6-72bf-34a1-9025-708e7c29cc32", + "meta" : { + "tag" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0103", + "code" : "P" + } ] + }, + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/encoding-characters", + "valueString" : "^~\\&#" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/msh-message-header", + "extension" : [ { + "url" : "MSH.7", + "valueString" : "20280808092805-0600" + }, { + "url" : "MSH.21", + "valueIdentifier" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "HL7" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.113883.9.11" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "value" : "PHLabReport-NoAck" + } + }, { + "url" : "MSH.15", + "valueString" : "NE" + }, { + "url" : "MSH.16", + "valueString" : "NE" + }, { + "url" : "MSH.19", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "ISO" + } ], + "code" : "ENG", + "display" : "English" + } ] + } + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/character-set", + "valueString" : "UNICODE UTF-8" + } ], + "eventCoding" : { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0003", + "code" : "R01", + "display" : "ORU^R01^ORU_R01" + }, + "destination" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144.2.5" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString" : "ISO" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "MSH.5" + } ], + "name" : "DCEED.ELR", + "endpoint" : "urn:oid:2.16.840.1.114222.4.1.144.2.5", + "receiver" : { + "reference" : "Organization/1713310292166578000.130035f1-29f8-4d6a-a67f-571b0169e692" } + } ], + "sender" : { + "reference" : "Organization/1713310292166302000.76171447-cee8-4a9e-b5eb-5aa56cd53aa6" + }, + "source" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "MEDITECH" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.3.2.2.1.321.111" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString" : "ISO" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "MSH.3" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/software-binary-id", + "valueString" : "0.2-SNAPSHOT" + } ], + "name" : "CDC PRIME - Atlanta: 2.16.840.1.114222.4.1.237821", + "software" : "PRIME ReportStream", + "version" : "0.2-SNAPSHOT", + "endpoint" : "urn:oid:2.16.840.1.114222.4.1.237821" } - }, - { - "fullUrl" : "Organization/1713310292166302000.76171447-cee8-4a9e-b5eb-5aa56cd53aa6", - "resource" : { - "resourceType" : "Organization", - "id" : "1713310292166302000.76171447-cee8-4a9e-b5eb-5aa56cd53aa6", - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" - } - ], - "value" : "COCAA" - } - ] - } - }, - { - "fullUrl" : "Organization/1713310292166578000.130035f1-29f8-4d6a-a67f-571b0169e692", - "resource" : { - "resourceType" : "Organization", - "id" : "1713310292166578000.130035f1-29f8-4d6a-a67f-571b0169e692", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "MSH.6" - } - ], - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" - } - ], - "value" : "CDPHE" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.2,HD.3" - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0301", - "code" : "ISO" - } - ] - }, - "system" : "urn:ietf:rfc:3986", - "value" : "2.16.840.1.114222.4.1.144" - } - ] - } - }, - { - "fullUrl" : "Provenance/1713310292167449000.0090e502-3b68-49ea-bf27-65cd494728cf", - "resource" : { - "resourceType" : "Provenance", - "id" : "1713310292167449000.0090e502-3b68-49ea-bf27-65cd494728cf", - "target" : [ - { - "reference" : "MessageHeader/88a50cd6-72bf-34a1-9025-708e7c29cc32" - }, - { - "reference" : "DiagnosticReport/1713310292309628000.cc040b80-8e20-43d1-9eee-093d1744ba1c" - }, - { - "reference" : "DiagnosticReport/1713310292311050000.a17c3a3e-60ad-4606-89c1-30d2c6df5918" - }, - { - "reference" : "DiagnosticReport/1713310292312538000.71a858f8-94cb-4887-ba64-f6f4afddce24" - }, - { - "reference" : "DiagnosticReport/1713310292313486000.42314de6-e8ec-4f26-a22b-bbf0af3b58df" - }, - { - "reference" : "DiagnosticReport/1713310292314472000.fa133f6e-1566-4fe7-835d-97a991c689aa" - } - ], - "recorded" : "2028-08-08T09:28:05-06:00", - "activity" : { - "coding" : [ - { - "display" : "ORU^R01^ORU_R01" - } - ] - }, - "agent" : [ - { - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type", - "code" : "author" - } - ] - }, - "who" : { - "reference" : "Organization/1713310292167358000.0a1effc4-72ef-4756-b734-cb875eeba92c" - } - } - ], - "entity" : [ - { - "role" : "source", - "what" : { - "reference" : "Device/1713310292168025000.f393ef9d-c43a-4399-844b-87fe1ef1c4a1" - } - } - ] - } - }, - { - "fullUrl" : "Organization/1713310292167358000.0a1effc4-72ef-4756-b734-cb875eeba92c", - "resource" : { - "resourceType" : "Organization", - "id" : "1713310292167358000.0a1effc4-72ef-4756-b734-cb875eeba92c", - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" - } - ], - "value" : "COCAA" - } - ] - } - }, - { - "fullUrl" : "Organization/1713310292167972000.34831888-180c-4655-b42a-3bd1de740c1a", - "resource" : { - "resourceType" : "Organization", - "id" : "1713310292167972000.34831888-180c-4655-b42a-3bd1de740c1a", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ] - } - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ - { - "url" : "XON.10", - "valueString" : "MEDITECH" - } - ] - } - ], - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "MEDITECH" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "1.3.6.1.4.1.24310" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/code-index-name", - "valueString" : "identifier" - } - ], - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" - } - ] - }, - "value" : "MEDITECH" - } - ], - "name" : "MEDITECH, Inc." - } - }, - { - "fullUrl" : "Device/1713310292168025000.f393ef9d-c43a-4399-844b-87fe1ef1c4a1", - "resource" : { - "resourceType" : "Device", - "id" : "1713310292168025000.f393ef9d-c43a-4399-844b-87fe1ef1c4a1", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/software-vendor-org", - "valueReference" : { - "reference" : "Organization/1713310292167972000.34831888-180c-4655-b42a-3bd1de740c1a" - } - } - ], - "manufacturer" : "MEDITECH, Inc.", - "deviceName" : [ - { - "name" : "Laboratory Applicati", - "type" : "manufacturer-name" - } - ], - "modelNumber" : "20210810", - "version" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/software-install-date", - "valueDateTime" : "2021-08-10", - "_valueDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210810" - } - ] - } - } - ], - "value" : "5.67" - } - ] - } - }, - { - "fullUrl" : "Provenance/1713310292168421000.f9f05a74-6e29-4ec1-80e8-3211699b545a", - "resource" : { - "resourceType" : "Provenance", - "id" : "1713310292168421000.f9f05a74-6e29-4ec1-80e8-3211699b545a", - "recorded" : "2024-04-16T16:31:32Z", - "policy" : [ - "http://hl7.org/fhir/uv/v2mappings/message-oru-r01-to-bundle" - ], - "activity" : { - "coding" : [ - { - "code" : "v2-FHIR transformation" - } - ] - }, - "agent" : [ - { - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type", - "code" : "assembler" - } - ] - }, - "who" : { - "reference" : "Organization/1713310292168346000.22ef7954-ec39-4fd0-82b5-347eb295e864" - } - } - ] - } - }, - { - "fullUrl" : "Organization/1713310292168346000.22ef7954-ec39-4fd0-82b5-347eb295e864", - "resource" : { - "resourceType" : "Organization", - "id" : "1713310292168346000.22ef7954-ec39-4fd0-82b5-347eb295e864", - "identifier" : [ - { - "value" : "CDC PRIME - Atlanta" - }, - { - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0301" - } - ] - }, - "system" : "urn:ietf:rfc:3986", - "value" : "2.16.840.1.114222.4.1.237821" - } - ] - } - }, - { - "fullUrl" : "Patient/1713310292174793000.d3e32048-5cb6-46e5-9069-4ca92e4ac1f6", - "resource" : { - "resourceType" : "Patient", - "id" : "1713310292174793000.d3e32048-5cb6-46e5-9069-4ca92e4ac1f6", - "meta" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/last-updated-facility-namespace-id", - "valueReference" : { - "reference" : "Organization/1713310292172140000.3ce77b7e-1a0e-4c71-b5c0-cddd5d8ebbda" - } - } - ], - "lastUpdated" : "2021-08-09T08:52:00-06:00", - "_lastUpdated" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210809085200-0600" - } - ] - } - }, - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/patient-notes", - "valueAnnotation" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "EH" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", - "valueId" : "P" - } - ], - "text" : "EH" - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/pid-patient", - "extension" : [ - { - "url" : "PID.8" - }, - { - "url" : "PID.30", - "valueString" : "N" - } - ] - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/patient-animal", - "extension" : [ - { - "url" : "species", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PID.35" - } - ] - } - } - ] - } - ], - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-facility", - "valueReference" : { - "reference" : "Organization/1713310292168718000.b5a69eda-6f28-462d-a514-dc3313f6427b" - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier", - "extension" : [ - { - "url" : "CX.5", - "valueString" : "MR" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PID.3" - } - ], - "type" : { - "coding" : [ - { - "code" : "MR" - } - ] - }, - "system" : "MEDITECH", - "_system" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "MEDITECH" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.3.2.2.1.321.111" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" - } - ] - }, - "value" : "100001" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-facility", - "valueReference" : { - "reference" : "Organization/1713310292169056000.5d605618-e704-47c3-a7da-776cff419fcd" - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier", - "extension" : [ - { - "url" : "CX.5", - "valueString" : "SS" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PID.3" - } - ], - "type" : { - "coding" : [ - { - "code" : "SS" - } - ] - }, - "system" : "MEDITECH", - "_system" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "MEDITECH" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.3.2.2.1.321.111" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" - } - ] - }, - "value" : "285-64-4175" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-facility", - "valueReference" : { - "reference" : "Organization/1713310292169406000.e03ca352-d061-4a49-867c-a3610bfe236e" - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier", - "extension" : [ - { - "url" : "CX.5", - "valueString" : "PI" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PID.3" - } - ], - "type" : { - "coding" : [ - { - "code" : "PI" - } - ] - }, - "system" : "MEDITECH", - "_system" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "MEDITECH" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.3.2.2.1.321.111" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" - } - ] - }, - "value" : "X605236" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-facility", - "valueReference" : { - "reference" : "Organization/1713310292169744000.e8bbb43a-77a1-4e77-907f-c615b2b2bc9a" - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier", - "extension" : [ - { - "url" : "CX.5", - "valueString" : "AN" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PID.3" - } - ], - "type" : { - "coding" : [ - { - "code" : "AN" - } - ] - }, - "system" : "MEDITECH", - "_system" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "MEDITECH" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.3.2.2.1.321.111" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" - } - ] - }, - "value" : "E40014904640" - } - ], - "name" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", - "extension" : [ - { - "url" : "XPN.2", - "valueString" : "AMOS" - }, - { - "url" : "XPN.7", - "valueString" : "A" - } - ] - } - ], - "use" : "official", - "family" : "BURTON", - "given" : [ - "AMOS" - ] - } - ], - "telecom" : [ - { - "extension" : [ - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", - "valueString" : "1" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", - "valueString" : "303" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "6930111" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ - { - "url" : "XTN.2", - "valueString" : "PRN" - }, - { - "url" : "XTN.3", - "valueString" : "PH" - }, - { - "url" : "XTN.7", - "valueString" : "6930111" - } - ] - } - ], - "system" : "phone", - "use" : "home" - }, - { - "extension" : [ - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", - "valueString" : "1" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", - "valueString" : "303" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "9999999" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ - { - "url" : "XTN.2", - "valueString" : "WPN" - }, - { - "url" : "XTN.3", - "valueString" : "PH" - }, - { - "url" : "XTN.7", - "valueString" : "9999999" - }, - { - "url" : "XTN.9", - "valueString" : "Business" - } - ] - } - ], - "system" : "phone", - "use" : "work" - } - ], - "gender" : "male", - "birthDate" : "1936-10-23", - "_birthDate" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "19361023" - } - ] - }, - "deceasedBoolean" : false, - "address" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "4673 ELM ST" - } - ] - }, - { - "url" : "XAD.2", - "valueString" : "CHERRY CRK NURSING CTR" - }, - { - "url" : "XAD.7", - "valueCode" : "H" - } - ] - } - ], - "use" : "home", - "line" : [ - "4673 ELM ST", - "CHERRY CRK NURSING CTR" - ], - "city" : "ENGINEER", - "state" : "IG", - "postalCode" : "77536", - "country" : "USA" - } - ], - "contact" : [ - { - "name" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", - "extension" : [ - { - "url" : "XPN.2", - "valueString" : "GENARO" - }, - { - "url" : "XPN.7", - "valueString" : "L" - } - ] - } - ], - "use" : "official", - "family" : "SURYAN", - "given" : [ - "GENARO" - ] - }, - "telecom" : [ - { - "extension" : [ - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", - "valueString" : "1" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", - "valueString" : "720" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "3013954" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ - { - "url" : "XTN.2", - "valueString" : "PRN" - }, - { - "url" : "XTN.3", - "valueString" : "PH" - }, - { - "url" : "XTN.7", - "valueString" : "3013954" - } - ] - } - ], - "system" : "phone", - "use" : "home" - } - ], - "address" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "4861 20TH AVE" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "H" - } - ] - } - ], - "use" : "home", - "line" : [ - "4861 20TH AVE" - ], - "city" : "THUNDER MOUNTAIN", - "state" : "IG", - "postalCode" : "99999", - "country" : "USA" - }, - "organization" : { - "reference" : "Organization/1713310292173326000.72592d62-3c67-403a-83af-f01897cfbc71" - } - } - ] - } - }, - { - "fullUrl" : "Organization/1713310292168718000.b5a69eda-6f28-462d-a514-dc3313f6427b", - "resource" : { - "resourceType" : "Organization", - "id" : "1713310292168718000.b5a69eda-6f28-462d-a514-dc3313f6427b", - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" - } - ], - "value" : "COCAA" - } - ] - } - }, - { - "fullUrl" : "Organization/1713310292169056000.5d605618-e704-47c3-a7da-776cff419fcd", - "resource" : { - "resourceType" : "Organization", - "id" : "1713310292169056000.5d605618-e704-47c3-a7da-776cff419fcd", - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" - } - ], - "value" : "COCAA" - } - ] - } - }, - { - "fullUrl" : "Organization/1713310292169406000.e03ca352-d061-4a49-867c-a3610bfe236e", - "resource" : { - "resourceType" : "Organization", - "id" : "1713310292169406000.e03ca352-d061-4a49-867c-a3610bfe236e", - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" - } - ], - "value" : "COCAA" - } - ] - } - }, - { - "fullUrl" : "Organization/1713310292169744000.e8bbb43a-77a1-4e77-907f-c615b2b2bc9a", - "resource" : { - "resourceType" : "Organization", - "id" : "1713310292169744000.e8bbb43a-77a1-4e77-907f-c615b2b2bc9a", - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" - } - ], - "value" : "COCAA" - } - ] - } - }, - { - "fullUrl" : "Organization/1713310292172140000.3ce77b7e-1a0e-4c71-b5c0-cddd5d8ebbda", - "resource" : { - "resourceType" : "Organization", - "id" : "1713310292172140000.3ce77b7e-1a0e-4c71-b5c0-cddd5d8ebbda", - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" - } - ], - "value" : "COCAA" - } - ] - } - }, - { - "fullUrl" : "Organization/1713310292173326000.72592d62-3c67-403a-83af-f01897cfbc71", - "resource" : { - "resourceType" : "Organization", - "id" : "1713310292173326000.72592d62-3c67-403a-83af-f01897cfbc71", - "contact" : [ - { - "telecom" : [ - { - "extension" : [ - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", - "valueString" : "1" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", - "valueString" : "720" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "3013954" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ - { - "url" : "XTN.2", - "valueString" : "WPN" - }, - { - "url" : "XTN.3", - "valueString" : "PH" - }, - { - "url" : "XTN.7", - "valueString" : "3013954" - } - ] - } - ], - "system" : "phone", - "use" : "work" - } - ], - "address" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "4861 20TH AVE" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "H" - } - ] - } - ], - "use" : "home", - "line" : [ - "4861 20TH AVE" - ], - "city" : "AURORA", - "state" : "IG", - "postalCode" : "99999", - "country" : "USA" - } - } - ] - } - }, - { - "fullUrl" : "Provenance/1713310292175457000.fbb1c7af-a0f8-4c61-8e5b-5f2c0ff51c55", - "resource" : { - "resourceType" : "Provenance", - "id" : "1713310292175457000.fbb1c7af-a0f8-4c61-8e5b-5f2c0ff51c55", - "target" : [ - { - "reference" : "Patient/1713310292174793000.d3e32048-5cb6-46e5-9069-4ca92e4ac1f6" - } - ], - "occurredDateTime" : "2021-08-09T08:52:00-06:00", - "recorded" : "2024-04-16T16:31:32Z", - "activity" : { - "coding" : [ - { - "system" : "https://terminology.hl7.org/CodeSystem/v3-DataOperation", - "code" : "UPDATE" - } - ] - }, - "agent" : [ - { - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type", - "code" : "performer" - } - ] - }, - "who" : { - "reference" : "Organization/1713310292175384000.4be43256-dd8c-4fe5-8b9a-ea938361117d" - } - } - ] - } - }, - { - "fullUrl" : "Organization/1713310292175384000.4be43256-dd8c-4fe5-8b9a-ea938361117d", - "resource" : { - "resourceType" : "Organization", - "id" : "1713310292175384000.4be43256-dd8c-4fe5-8b9a-ea938361117d", - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" - } - ], - "value" : "COCAA" - } - ] - } - }, - { - "fullUrl" : "RelatedPerson/1713310292177029000.39b7838c-2589-44e2-a0bf-65fad7d4b27d", - "resource" : { - "resourceType" : "RelatedPerson", - "id" : "1713310292177029000.39b7838c-2589-44e2-a0bf-65fad7d4b27d", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", - "valueString" : "NK1" - } - ], - "patient" : { - "reference" : "Patient/1713310292174793000.d3e32048-5cb6-46e5-9069-4ca92e4ac1f6" - }, - "relationship" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "NK1.3" - } - ] - } - ], - "name" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "NK1.2" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", - "extension" : [ - { - "url" : "XPN.2", - "valueString" : "GENARO" - }, - { - "url" : "XPN.7", - "valueString" : "L" - } - ] - } - ], - "use" : "official", - "family" : "SURYAN", - "given" : [ - "GENARO" - ] - } - ], - "telecom" : [ - { - "extension" : [ - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", - "valueString" : "1" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", - "valueString" : "720" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "3013954" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ - { - "url" : "XTN.2", - "valueString" : "PRN" - }, - { - "url" : "XTN.3", - "valueString" : "PH" - }, - { - "url" : "XTN.7", - "valueString" : "3013954" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "NK1.5" - } - ], - "system" : "phone", - "use" : "home" - }, - { - "extension" : [ - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", - "valueString" : "1" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", - "valueString" : "720" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "3013954" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ - { - "url" : "XTN.2", - "valueString" : "WPN" - }, - { - "url" : "XTN.3", - "valueString" : "PH" - }, - { - "url" : "XTN.7", - "valueString" : "3013954" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "NK1.31" - } - ], - "system" : "phone", - "use" : "work" - } - ], - "address" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "NK1.4" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "4861 20TH AVE" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "H" - } - ] - } - ], - "use" : "home", - "line" : [ - "4861 20TH AVE" - ], - "city" : "THUNDER MOUNTAIN", - "state" : "IG", - "postalCode" : "99999", - "country" : "USA" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "NK1.32" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "4861 20TH AVE" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "H" - } - ] - } - ], - "use" : "home", - "line" : [ - "4861 20TH AVE" - ], - "city" : "AURORA", - "state" : "IG", - "postalCode" : "99999", - "country" : "USA" - } - ] - } - }, - { - "fullUrl" : "Encounter/1713310292182502000.7bd38229-d4b8-4ad9-9890-1aec968cc276", - "resource" : { - "resourceType" : "Encounter", - "id" : "1713310292182502000.7bd38229-d4b8-4ad9-9890-1aec968cc276", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/pv1-patient-visit", - "extension" : [ - { - "url" : "PV1.18" - }, - { - "url" : "PV1.39" - }, - { - "url" : "PV1.41" - } - ] - } - ], - "status" : "in-progress", - "class" : { - "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode", - "code" : "IMP", - "display" : "inpatient encounter" - }, - "subject" : { - "reference" : "Patient/1713310292174793000.d3e32048-5cb6-46e5-9069-4ca92e4ac1f6" - }, - "episodeOfCare" : [ - { - "reference" : "EpisodeOfCare/1713310292182674000.f673204e-5238-4516-8922-a79228ee9bee" - } - ], - "participant" : [ - { - "type" : [ - { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", - "code" : "ATND", - "display" : "attender" - } - ] - } - ], - "individual" : { - "reference" : "Practitioner/1713310292179100000.98ff3ceb-072a-42f9-b1c6-91bdab878d6d" - } - }, - { - "type" : [ - { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", - "code" : "REF" - } - ], - "text" : "referrer" - } - ], - "individual" : { - "reference" : "Practitioner/1713310292179588000.1c5cdac7-829d-4df5-8192-0f3abee9ede1" - } - }, - { - "type" : [ - { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", - "code" : "CON" - } - ], - "text" : "consultant" - } - ], - "individual" : { - "reference" : "Practitioner/1713310292180070000.c7df2a2e-b9a1-44df-a773-2083b7c9b538" - } - }, - { - "type" : [ - { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", - "code" : "CON" - } - ], - "text" : "consultant" - } - ], - "individual" : { - "reference" : "Practitioner/1713310292180604000.917ebf89-a907-4026-af76-27b6dfed529b" - } - }, - { - "type" : [ - { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", - "code" : "CON" - } - ], - "text" : "consultant" - } - ], - "individual" : { - "reference" : "Practitioner/1713310292181116000.544be9c5-027f-46e0-9efa-83a74c65f1a1" - } - }, - { - "type" : [ - { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", - "code" : "ADM" - } - ], - "text" : "admitter" - } - ], - "individual" : { - "reference" : "Practitioner/1713310292181623000.4e834e7e-e901-4113-9f53-bdcc52bb5782" - } - } - ], - "period" : { - "start" : "2028-08-02T05:56:00Z", - "_start" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "202808020556" - } - ] - } - }, - "location" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PV1.3" - } - ], - "location" : { - "reference" : "Location/1713310292182415000.0b19f48f-db80-426f-b3b6-4356fa69b578" - }, - "status" : "active" - } - ] - } - }, - { - "fullUrl" : "Practitioner/1713310292179100000.98ff3ceb-072a-42f9-b1c6-91bdab878d6d", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1713310292179100000.98ff3ceb-072a-42f9-b1c6-91bdab878d6d", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Medical Center of Au" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "James" - }, - { - "url" : "XCN.4", - "valueString" : "Madison" - }, - { - "url" : "XCN.7", - "valueString" : "MD" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PV1.7" - } - ], - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "NPI" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "urn:oid:2.16.840.1.113883.4.6" - } - ], - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "NPI" - } - ] - }, - "system" : "Medical Center of Au", - "value" : "1437205069" - } - ], - "name" : [ - { - "family" : "Hunt", - "given" : [ - "James", - "Madison" - ], - "suffix" : [ - "MD" - ] - } - ] - } - }, - { - "fullUrl" : "Practitioner/1713310292179588000.1c5cdac7-829d-4df5-8192-0f3abee9ede1", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1713310292179588000.1c5cdac7-829d-4df5-8192-0f3abee9ede1", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Medical Center of Au" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "James" - }, - { - "url" : "XCN.4", - "valueString" : "Madison" - }, - { - "url" : "XCN.7", - "valueString" : "MD" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PV1.8" - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "NPI" - } - ] - }, - "system" : "Medical Center of Au", - "value" : "1437205069" - } - ], - "name" : [ - { - "family" : "Hunt", - "given" : [ - "James", - "Madison" - ], - "suffix" : [ - "MD" - ] - } - ] - } - }, - { - "fullUrl" : "Practitioner/1713310292180070000.c7df2a2e-b9a1-44df-a773-2083b7c9b538", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1713310292180070000.c7df2a2e-b9a1-44df-a773-2083b7c9b538", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Medical Center of Au" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "James" - }, - { - "url" : "XCN.4", - "valueString" : "Madison" - }, - { - "url" : "XCN.7", - "valueString" : "MD" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PV1.9" - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "NPI" - } - ] - }, - "system" : "Medical Center of Au", - "value" : "1437205069" - } - ], - "name" : [ - { - "family" : "Hunt", - "given" : [ - "James", - "Madison" - ], - "suffix" : [ - "MD" - ] - } - ] - } - }, - { - "fullUrl" : "Organization/1713310292180187000.38d2be22-be89-4395-b6de-84cabf6c65dc", - "resource" : { - "resourceType" : "Organization", - "id" : "1713310292180187000.38d2be22-be89-4395-b6de-84cabf6c65dc", - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" - } - ], - "value" : "Medical Center of Au" - } - ] - } - }, - { - "fullUrl" : "Practitioner/1713310292180604000.917ebf89-a907-4026-af76-27b6dfed529b", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1713310292180604000.917ebf89-a907-4026-af76-27b6dfed529b", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Medical Center of Au" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-unknown-type" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "James" - }, - { - "url" : "XCN.4", - "valueString" : "M" - }, - { - "url" : "XCN.7", - "valueString" : "MD" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PV1.9" - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "NPI" - } - ] - }, - "value" : "1962467126", - "assigner" : { - "reference" : "Organization/1713310292180187000.38d2be22-be89-4395-b6de-84cabf6c65dc" - } - } - ], - "name" : [ - { - "family" : "Neid", - "given" : [ - "James", - "M" - ], - "suffix" : [ - "MD" - ] - } - ] - } - }, - { - "fullUrl" : "Organization/1713310292180720000.47bb6112-9c56-4720-ad11-c04c27b9cb7c", - "resource" : { - "resourceType" : "Organization", - "id" : "1713310292180720000.47bb6112-9c56-4720-ad11-c04c27b9cb7c", - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" - } - ], - "value" : "Medical Center of Au" - } - ] - } - }, - { - "fullUrl" : "Practitioner/1713310292181116000.544be9c5-027f-46e0-9efa-83a74c65f1a1", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1713310292181116000.544be9c5-027f-46e0-9efa-83a74c65f1a1", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Medical Center of Au" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-unknown-type" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "Todd" - }, - { - "url" : "XCN.7", - "valueString" : "NP" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PV1.9" - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "NPI" - } - ] - }, - "value" : "1184669806", - "assigner" : { - "reference" : "Organization/1713310292180720000.47bb6112-9c56-4720-ad11-c04c27b9cb7c" - } - } - ], - "name" : [ - { - "family" : "Hultman", - "given" : [ - "Todd" - ], - "suffix" : [ - "NP" - ] - } - ] - } - }, - { - "fullUrl" : "Practitioner/1713310292181623000.4e834e7e-e901-4113-9f53-bdcc52bb5782", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1713310292181623000.4e834e7e-e901-4113-9f53-bdcc52bb5782", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Medical Center of Au" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "James" - }, - { - "url" : "XCN.4", - "valueString" : "Madison" - }, - { - "url" : "XCN.7", - "valueString" : "MD" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PV1.17" - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "NPI" - } - ] - }, - "system" : "Medical Center of Au", - "value" : "1437205069" - } - ], - "name" : [ - { - "family" : "Hunt", - "given" : [ - "James", - "Madison" - ], - "suffix" : [ - "MD" - ] - } - ] - } - }, - { - "fullUrl" : "Location/1713310292182415000.0b19f48f-db80-426f-b3b6-4356fa69b578", - "resource" : { - "resourceType" : "Location", - "id" : "1713310292182415000.0b19f48f-db80-426f-b3b6-4356fa69b578", - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" - } - ] - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.2,HD.3" - } - ] - } - ], - "mode" : "instance", - "address" : { - "use" : "work", - "line" : [ - "ROCINANTE" - ], - "state" : "CX", - "postalCode" : "77536", - "country" : "USA" - }, - "physicalType" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "bd" - } - ] + } + }, { + "fullUrl" : "Organization/1713310292166302000.76171447-cee8-4a9e-b5eb-5aa56cd53aa6", + "resource" : { + "resourceType" : "Organization", + "id" : "1713310292166302000.76171447-cee8-4a9e-b5eb-5aa56cd53aa6", + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.1" + } ], + "value" : "COCAA" + } ] + } + }, { + "fullUrl" : "Organization/1713310292166578000.130035f1-29f8-4d6a-a67f-571b0169e692", + "resource" : { + "resourceType" : "Organization", + "id" : "1713310292166578000.130035f1-29f8-4d6a-a67f-571b0169e692", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "MSH.6" + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.1" + } ], + "value" : "CDPHE" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.2,HD.3" + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0301", + "code" : "ISO" + } ] + }, + "system" : "urn:ietf:rfc:3986", + "value" : "2.16.840.1.114222.4.1.144" + } ] + } + }, { + "fullUrl" : "Provenance/1713310292167449000.0090e502-3b68-49ea-bf27-65cd494728cf", + "resource" : { + "resourceType" : "Provenance", + "id" : "1713310292167449000.0090e502-3b68-49ea-bf27-65cd494728cf", + "target" : [ { + "reference" : "MessageHeader/88a50cd6-72bf-34a1-9025-708e7c29cc32" + }, { + "reference" : "DiagnosticReport/1713310292309628000.cc040b80-8e20-43d1-9eee-093d1744ba1c" + }, { + "reference" : "DiagnosticReport/1713310292311050000.a17c3a3e-60ad-4606-89c1-30d2c6df5918" + }, { + "reference" : "DiagnosticReport/1713310292312538000.71a858f8-94cb-4887-ba64-f6f4afddce24" + }, { + "reference" : "DiagnosticReport/1713310292313486000.42314de6-e8ec-4f26-a22b-bbf0af3b58df" + }, { + "reference" : "DiagnosticReport/1713310292314472000.fa133f6e-1566-4fe7-835d-97a991c689aa" + } ], + "recorded" : "2028-08-08T09:28:05-06:00", + "activity" : { + "coding" : [ { + "display" : "ORU^R01^ORU_R01" + } ] + }, + "agent" : [ { + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type", + "code" : "author" + } ] + }, + "who" : { + "reference" : "Organization/1713310292167358000.0a1effc4-72ef-4756-b734-cb875eeba92c" } - } - }, - { - "fullUrl" : "EpisodeOfCare/1713310292182674000.f673204e-5238-4516-8922-a79228ee9bee", - "resource" : { - "resourceType" : "EpisodeOfCare", - "id" : "1713310292182674000.f673204e-5238-4516-8922-a79228ee9bee", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PV1.54" - } - ] - } - }, - { - "fullUrl" : "Observation/1713310292183773000.b914ae3d-eba5-4477-a7b3-c97ba0484fad", - "resource" : { - "resourceType" : "Observation", - "id" : "1713310292183773000.b914ae3d-eba5-4477-a7b3-c97ba0484fad", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1.1" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2028-08-07T16:36:01-06:00", - "_valueDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280807163601-0600" - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ - { - "url" : "OBX.2", - "valueId" : "ST" - }, - { - "url" : "OBX.11", - "valueString" : "C" - } - ] - } - ], - "status" : "corrected", - "subject" : { - "reference" : "Patient/1713310292174793000.d3e32048-5cb6-46e5-9069-4ca92e4ac1f6" - }, - "encounter" : { - "reference" : "Encounter/1713310292182502000.7bd38229-d4b8-4ad9-9890-1aec968cc276" - }, - "effectiveDateTime" : "2028-08-02T02:52:01-06:00", - "_effectiveDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" - } - ] - }, - "performer" : [ - { - "reference" : "Organization/1713310292183979000.af400443-888f-4bcb-99f9-d9bb84a1a4e8" - }, - { - "reference" : "PractitionerRole/1713310292184070000.8a02ce57-4def-4300-bb67-4e4628251768" - } - ], - "dataAbsentReason" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/data-absent-reason", - "code" : "unknown" - } - ] + } ], + "entity" : [ { + "role" : "source", + "what" : { + "reference" : "Device/1713310292168025000.f393ef9d-c43a-4399-844b-87fe1ef1c4a1" } + } ] + } + }, { + "fullUrl" : "Organization/1713310292167358000.0a1effc4-72ef-4756-b734-cb875eeba92c", + "resource" : { + "resourceType" : "Organization", + "id" : "1713310292167358000.0a1effc4-72ef-4756-b734-cb875eeba92c", + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.1" + } ], + "value" : "COCAA" + } ] + } + }, { + "fullUrl" : "Organization/1713310292167972000.34831888-180c-4655-b42a-3bd1de740c1a", + "resource" : { + "resourceType" : "Organization", + "id" : "1713310292167972000.34831888-180c-4655-b42a-3bd1de740c1a", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "XON.2" + } ] + } + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension" : [ { + "url" : "XON.10", + "valueString" : "MEDITECH" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "MEDITECH" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "1.3.6.1.4.1.24310" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/code-index-name", + "valueString" : "identifier" + } ], + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "XX" + } ] + }, + "value" : "MEDITECH" + } ], + "name" : "MEDITECH, Inc." + } + }, { + "fullUrl" : "Device/1713310292168025000.f393ef9d-c43a-4399-844b-87fe1ef1c4a1", + "resource" : { + "resourceType" : "Device", + "id" : "1713310292168025000.f393ef9d-c43a-4399-844b-87fe1ef1c4a1", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/software-vendor-org", + "valueReference" : { + "reference" : "Organization/1713310292167972000.34831888-180c-4655-b42a-3bd1de740c1a" + } + } ], + "manufacturer" : "MEDITECH, Inc.", + "deviceName" : [ { + "name" : "Laboratory Applicati", + "type" : "manufacturer-name" + } ], + "modelNumber" : "20210810", + "version" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/software-install-date", + "valueDateTime" : "2021-08-10", + "_valueDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20210810" + } ] + } + } ], + "value" : "5.67" + } ] + } + }, { + "fullUrl" : "Provenance/1713310292168421000.f9f05a74-6e29-4ec1-80e8-3211699b545a", + "resource" : { + "resourceType" : "Provenance", + "id" : "1713310292168421000.f9f05a74-6e29-4ec1-80e8-3211699b545a", + "recorded" : "2024-04-16T16:31:32Z", + "policy" : [ "http://hl7.org/fhir/uv/v2mappings/message-oru-r01-to-bundle" ], + "activity" : { + "coding" : [ { + "code" : "v2-FHIR transformation" + } ] + }, + "agent" : [ { + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type", + "code" : "assembler" + } ] + }, + "who" : { + "reference" : "Organization/1713310292168346000.22ef7954-ec39-4fd0-82b5-347eb295e864" + } + } ] + } + }, { + "fullUrl" : "Organization/1713310292168346000.22ef7954-ec39-4fd0-82b5-347eb295e864", + "resource" : { + "resourceType" : "Organization", + "id" : "1713310292168346000.22ef7954-ec39-4fd0-82b5-347eb295e864", + "identifier" : [ { + "value" : "CDC PRIME - Atlanta" + }, { + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0301" + } ] + }, + "system" : "urn:ietf:rfc:3986", + "value" : "2.16.840.1.114222.4.1.237821" + } ] + } + }, { + "fullUrl" : "Patient/1713310292174793000.d3e32048-5cb6-46e5-9069-4ca92e4ac1f6", + "resource" : { + "resourceType" : "Patient", + "id" : "1713310292174793000.d3e32048-5cb6-46e5-9069-4ca92e4ac1f6", + "meta" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/last-updated-facility-namespace-id", + "valueReference" : { + "reference" : "Organization/1713310292172140000.3ce77b7e-1a0e-4c71-b5c0-cddd5d8ebbda" + } + } ], + "lastUpdated" : "2021-08-09T08:52:00-06:00", + "_lastUpdated" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20210809085200-0600" + } ] + } + }, + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/patient-notes", + "valueAnnotation" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "EH" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", + "valueId" : "P" + } ], + "text" : "EH" + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/pid-patient", + "extension" : [ { + "url" : "PID.8" + }, { + "url" : "PID.30", + "valueString" : "N" + } ] + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/patient-animal", + "extension" : [ { + "url" : "species", + "valueCodeableConcept" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "PID.35" + } ] + } + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-facility", + "valueReference" : { + "reference" : "Organization/1713310292168718000.b5a69eda-6f28-462d-a514-dc3313f6427b" + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier", + "extension" : [ { + "url" : "CX.5", + "valueString" : "MR" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "PID.3" + } ], + "type" : { + "coding" : [ { + "code" : "MR" + } ] + }, + "system" : "MEDITECH", + "_system" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "MEDITECH" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.3.2.2.1.321.111" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString" : "ISO" + } ] + }, + "value" : "100001" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-facility", + "valueReference" : { + "reference" : "Organization/1713310292169056000.5d605618-e704-47c3-a7da-776cff419fcd" + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier", + "extension" : [ { + "url" : "CX.5", + "valueString" : "SS" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "PID.3" + } ], + "type" : { + "coding" : [ { + "code" : "SS" + } ] + }, + "system" : "MEDITECH", + "_system" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "MEDITECH" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.3.2.2.1.321.111" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString" : "ISO" + } ] + }, + "value" : "285-64-4175" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-facility", + "valueReference" : { + "reference" : "Organization/1713310292169406000.e03ca352-d061-4a49-867c-a3610bfe236e" + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier", + "extension" : [ { + "url" : "CX.5", + "valueString" : "PI" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "PID.3" + } ], + "type" : { + "coding" : [ { + "code" : "PI" + } ] + }, + "system" : "MEDITECH", + "_system" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "MEDITECH" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.3.2.2.1.321.111" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString" : "ISO" + } ] + }, + "value" : "X605236" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-facility", + "valueReference" : { + "reference" : "Organization/1713310292169744000.e8bbb43a-77a1-4e77-907f-c615b2b2bc9a" + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier", + "extension" : [ { + "url" : "CX.5", + "valueString" : "AN" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "PID.3" + } ], + "type" : { + "coding" : [ { + "code" : "AN" + } ] + }, + "system" : "MEDITECH", + "_system" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "MEDITECH" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.3.2.2.1.321.111" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString" : "ISO" + } ] + }, + "value" : "E40014904640" + } ], + "name" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", + "extension" : [ { + "url" : "XPN.2", + "valueString" : "AMOS" + }, { + "url" : "XPN.7", + "valueString" : "A" + } ] + } ], + "use" : "official", + "family" : "BURTON", + "given" : [ "AMOS" ] + } ], + "telecom" : [ { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString" : "1" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString" : "303" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString" : "6930111" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension" : [ { + "url" : "XTN.2", + "valueString" : "PRN" + }, { + "url" : "XTN.3", + "valueString" : "PH" + }, { + "url" : "XTN.7", + "valueString" : "6930111" + } ] + } ], + "system" : "phone", + "use" : "home" + }, { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString" : "1" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString" : "303" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString" : "9999999" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension" : [ { + "url" : "XTN.2", + "valueString" : "WPN" + }, { + "url" : "XTN.3", + "valueString" : "PH" + }, { + "url" : "XTN.7", + "valueString" : "9999999" + }, { + "url" : "XTN.9", + "valueString" : "Business" + } ] + } ], + "system" : "phone", + "use" : "work" + } ], + "gender" : "male", + "birthDate" : "1936-10-23", + "_birthDate" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "19361023" + } ] + }, + "deceasedBoolean" : false, + "address" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "4673 ELM ST" + } ] + }, { + "url" : "XAD.2", + "valueString" : "CHERRY CRK NURSING CTR" + }, { + "url" : "XAD.7", + "valueCode" : "H" + } ] + } ], + "use" : "home", + "line" : [ "4673 ELM ST", "CHERRY CRK NURSING CTR" ], + "city" : "ENGINEER", + "state" : "IG", + "postalCode" : "77536", + "country" : "USA" + } ], + "contact" : [ { + "name" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", + "extension" : [ { + "url" : "XPN.2", + "valueString" : "GENARO" + }, { + "url" : "XPN.7", + "valueString" : "L" + } ] + } ], + "use" : "official", + "family" : "SURYAN", + "given" : [ "GENARO" ] + }, + "telecom" : [ { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString" : "1" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString" : "720" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString" : "3013954" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension" : [ { + "url" : "XTN.2", + "valueString" : "PRN" + }, { + "url" : "XTN.3", + "valueString" : "PH" + }, { + "url" : "XTN.7", + "valueString" : "3013954" + } ] + } ], + "system" : "phone", + "use" : "home" + } ], + "address" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "4861 20TH AVE" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "H" + } ] + } ], + "use" : "home", + "line" : [ "4861 20TH AVE" ], + "city" : "THUNDER MOUNTAIN", + "state" : "IG", + "postalCode" : "99999", + "country" : "USA" + }, + "organization" : { + "reference" : "Organization/1713310292173326000.72592d62-3c67-403a-83af-f01897cfbc71" + } + } ] + } + }, { + "fullUrl" : "Organization/1713310292168718000.b5a69eda-6f28-462d-a514-dc3313f6427b", + "resource" : { + "resourceType" : "Organization", + "id" : "1713310292168718000.b5a69eda-6f28-462d-a514-dc3313f6427b", + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.1" + } ], + "value" : "COCAA" + } ] + } + }, { + "fullUrl" : "Organization/1713310292169056000.5d605618-e704-47c3-a7da-776cff419fcd", + "resource" : { + "resourceType" : "Organization", + "id" : "1713310292169056000.5d605618-e704-47c3-a7da-776cff419fcd", + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.1" + } ], + "value" : "COCAA" + } ] + } + }, { + "fullUrl" : "Organization/1713310292169406000.e03ca352-d061-4a49-867c-a3610bfe236e", + "resource" : { + "resourceType" : "Organization", + "id" : "1713310292169406000.e03ca352-d061-4a49-867c-a3610bfe236e", + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.1" + } ], + "value" : "COCAA" + } ] + } + }, { + "fullUrl" : "Organization/1713310292169744000.e8bbb43a-77a1-4e77-907f-c615b2b2bc9a", + "resource" : { + "resourceType" : "Organization", + "id" : "1713310292169744000.e8bbb43a-77a1-4e77-907f-c615b2b2bc9a", + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.1" + } ], + "value" : "COCAA" + } ] + } + }, { + "fullUrl" : "Organization/1713310292172140000.3ce77b7e-1a0e-4c71-b5c0-cddd5d8ebbda", + "resource" : { + "resourceType" : "Organization", + "id" : "1713310292172140000.3ce77b7e-1a0e-4c71-b5c0-cddd5d8ebbda", + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.1" + } ], + "value" : "COCAA" + } ] + } + }, { + "fullUrl" : "Organization/1713310292173326000.72592d62-3c67-403a-83af-f01897cfbc71", + "resource" : { + "resourceType" : "Organization", + "id" : "1713310292173326000.72592d62-3c67-403a-83af-f01897cfbc71", + "contact" : [ { + "telecom" : [ { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString" : "1" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString" : "720" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString" : "3013954" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension" : [ { + "url" : "XTN.2", + "valueString" : "WPN" + }, { + "url" : "XTN.3", + "valueString" : "PH" + }, { + "url" : "XTN.7", + "valueString" : "3013954" + } ] + } ], + "system" : "phone", + "use" : "work" + } ], + "address" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "4861 20TH AVE" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "H" + } ] + } ], + "use" : "home", + "line" : [ "4861 20TH AVE" ], + "city" : "AURORA", + "state" : "IG", + "postalCode" : "99999", + "country" : "USA" + } + } ] + } + }, { + "fullUrl" : "Provenance/1713310292175457000.fbb1c7af-a0f8-4c61-8e5b-5f2c0ff51c55", + "resource" : { + "resourceType" : "Provenance", + "id" : "1713310292175457000.fbb1c7af-a0f8-4c61-8e5b-5f2c0ff51c55", + "target" : [ { + "reference" : "Patient/1713310292174793000.d3e32048-5cb6-46e5-9069-4ca92e4ac1f6" + } ], + "occurredDateTime" : "2021-08-09T08:52:00-06:00", + "recorded" : "2024-04-16T16:31:32Z", + "activity" : { + "coding" : [ { + "system" : "https://terminology.hl7.org/CodeSystem/v3-DataOperation", + "code" : "UPDATE" + } ] + }, + "agent" : [ { + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type", + "code" : "performer" + } ] + }, + "who" : { + "reference" : "Organization/1713310292175384000.4be43256-dd8c-4fe5-8b9a-ea938361117d" + } + } ] + } + }, { + "fullUrl" : "Organization/1713310292175384000.4be43256-dd8c-4fe5-8b9a-ea938361117d", + "resource" : { + "resourceType" : "Organization", + "id" : "1713310292175384000.4be43256-dd8c-4fe5-8b9a-ea938361117d", + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.1" + } ], + "value" : "COCAA" + } ] + } + }, { + "fullUrl" : "RelatedPerson/1713310292177029000.39b7838c-2589-44e2-a0bf-65fad7d4b27d", + "resource" : { + "resourceType" : "RelatedPerson", + "id" : "1713310292177029000.39b7838c-2589-44e2-a0bf-65fad7d4b27d", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", + "valueString" : "NK1" + } ], + "patient" : { + "reference" : "Patient/1713310292174793000.d3e32048-5cb6-46e5-9069-4ca92e4ac1f6" + }, + "relationship" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "NK1.3" + } ] + } ], + "name" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "NK1.2" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", + "extension" : [ { + "url" : "XPN.2", + "valueString" : "GENARO" + }, { + "url" : "XPN.7", + "valueString" : "L" + } ] + } ], + "use" : "official", + "family" : "SURYAN", + "given" : [ "GENARO" ] + } ], + "telecom" : [ { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString" : "1" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString" : "720" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString" : "3013954" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension" : [ { + "url" : "XTN.2", + "valueString" : "PRN" + }, { + "url" : "XTN.3", + "valueString" : "PH" + }, { + "url" : "XTN.7", + "valueString" : "3013954" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "NK1.5" + } ], + "system" : "phone", + "use" : "home" + }, { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString" : "1" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString" : "720" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString" : "3013954" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension" : [ { + "url" : "XTN.2", + "valueString" : "WPN" + }, { + "url" : "XTN.3", + "valueString" : "PH" + }, { + "url" : "XTN.7", + "valueString" : "3013954" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "NK1.31" + } ], + "system" : "phone", + "use" : "work" + } ], + "address" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "NK1.4" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "4861 20TH AVE" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "H" + } ] + } ], + "use" : "home", + "line" : [ "4861 20TH AVE" ], + "city" : "THUNDER MOUNTAIN", + "state" : "IG", + "postalCode" : "99999", + "country" : "USA" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "NK1.32" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "4861 20TH AVE" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "H" + } ] + } ], + "use" : "home", + "line" : [ "4861 20TH AVE" ], + "city" : "AURORA", + "state" : "IG", + "postalCode" : "99999", + "country" : "USA" + } ] + } + }, { + "fullUrl" : "Encounter/1713310292182502000.7bd38229-d4b8-4ad9-9890-1aec968cc276", + "resource" : { + "resourceType" : "Encounter", + "id" : "1713310292182502000.7bd38229-d4b8-4ad9-9890-1aec968cc276", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/pv1-patient-visit", + "extension" : [ { + "url" : "PV1.18" + }, { + "url" : "PV1.39" + }, { + "url" : "PV1.41" + } ] + } ], + "status" : "in-progress", + "class" : { + "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode", + "code" : "IMP", + "display" : "inpatient encounter" + }, + "subject" : { + "reference" : "Patient/1713310292174793000.d3e32048-5cb6-46e5-9069-4ca92e4ac1f6" + }, + "episodeOfCare" : [ { + "reference" : "EpisodeOfCare/1713310292182674000.f673204e-5238-4516-8922-a79228ee9bee" + } ], + "participant" : [ { + "type" : [ { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "code" : "ATND", + "display" : "attender" + } ] + } ], + "individual" : { + "reference" : "Practitioner/1713310292179100000.98ff3ceb-072a-42f9-b1c6-91bdab878d6d" + } + }, { + "type" : [ { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "code" : "REF" + } ], + "text" : "referrer" + } ], + "individual" : { + "reference" : "Practitioner/1713310292179588000.1c5cdac7-829d-4df5-8192-0f3abee9ede1" + } + }, { + "type" : [ { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "code" : "CON" + } ], + "text" : "consultant" + } ], + "individual" : { + "reference" : "Practitioner/1713310292180070000.c7df2a2e-b9a1-44df-a773-2083b7c9b538" + } + }, { + "type" : [ { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "code" : "CON" + } ], + "text" : "consultant" + } ], + "individual" : { + "reference" : "Practitioner/1713310292180604000.917ebf89-a907-4026-af76-27b6dfed529b" + } + }, { + "type" : [ { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "code" : "CON" + } ], + "text" : "consultant" + } ], + "individual" : { + "reference" : "Practitioner/1713310292181116000.544be9c5-027f-46e0-9efa-83a74c65f1a1" + } + }, { + "type" : [ { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "code" : "ADM" + } ], + "text" : "admitter" + } ], + "individual" : { + "reference" : "Practitioner/1713310292181623000.4e834e7e-e901-4113-9f53-bdcc52bb5782" + } + } ], + "period" : { + "start" : "2028-08-02T05:56:00Z", + "_start" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "202808020556" + } ] + } + }, + "location" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "PV1.3" + } ], + "location" : { + "reference" : "Location/1713310292182415000.0b19f48f-db80-426f-b3b6-4356fa69b578" + }, + "status" : "active" + } ] + } + }, { + "fullUrl" : "Practitioner/1713310292179100000.98ff3ceb-072a-42f9-b1c6-91bdab878d6d", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1713310292179100000.98ff3ceb-072a-42f9-b1c6-91bdab878d6d", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "Medical Center of Au" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "James" + }, { + "url" : "XCN.4", + "valueString" : "Madison" + }, { + "url" : "XCN.7", + "valueString" : "MD" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "PV1.7" + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "NPI" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "urn:oid:2.16.840.1.113883.4.6" + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "NPI" + } ] + }, + "system" : "Medical Center of Au", + "value" : "1437205069" + } ], + "name" : [ { + "family" : "Hunt", + "given" : [ "James", "Madison" ], + "suffix" : [ "MD" ] + } ] + } + }, { + "fullUrl" : "Practitioner/1713310292179588000.1c5cdac7-829d-4df5-8192-0f3abee9ede1", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1713310292179588000.1c5cdac7-829d-4df5-8192-0f3abee9ede1", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "Medical Center of Au" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "James" + }, { + "url" : "XCN.4", + "valueString" : "Madison" + }, { + "url" : "XCN.7", + "valueString" : "MD" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "PV1.8" + } ], + "identifier" : [ { + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "NPI" + } ] + }, + "system" : "Medical Center of Au", + "value" : "1437205069" + } ], + "name" : [ { + "family" : "Hunt", + "given" : [ "James", "Madison" ], + "suffix" : [ "MD" ] + } ] + } + }, { + "fullUrl" : "Practitioner/1713310292180070000.c7df2a2e-b9a1-44df-a773-2083b7c9b538", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1713310292180070000.c7df2a2e-b9a1-44df-a773-2083b7c9b538", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "Medical Center of Au" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "James" + }, { + "url" : "XCN.4", + "valueString" : "Madison" + }, { + "url" : "XCN.7", + "valueString" : "MD" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "PV1.9" + } ], + "identifier" : [ { + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "NPI" + } ] + }, + "system" : "Medical Center of Au", + "value" : "1437205069" + } ], + "name" : [ { + "family" : "Hunt", + "given" : [ "James", "Madison" ], + "suffix" : [ "MD" ] + } ] + } + }, { + "fullUrl" : "Organization/1713310292180187000.38d2be22-be89-4395-b6de-84cabf6c65dc", + "resource" : { + "resourceType" : "Organization", + "id" : "1713310292180187000.38d2be22-be89-4395-b6de-84cabf6c65dc", + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.1" + } ], + "value" : "Medical Center of Au" + } ] + } + }, { + "fullUrl" : "Practitioner/1713310292180604000.917ebf89-a907-4026-af76-27b6dfed529b", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1713310292180604000.917ebf89-a907-4026-af76-27b6dfed529b", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "Medical Center of Au" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-unknown-type" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "James" + }, { + "url" : "XCN.4", + "valueString" : "M" + }, { + "url" : "XCN.7", + "valueString" : "MD" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "PV1.9" + } ], + "identifier" : [ { + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "NPI" + } ] + }, + "value" : "1962467126", + "assigner" : { + "reference" : "Organization/1713310292180187000.38d2be22-be89-4395-b6de-84cabf6c65dc" + } + } ], + "name" : [ { + "family" : "Neid", + "given" : [ "James", "M" ], + "suffix" : [ "MD" ] + } ] + } + }, { + "fullUrl" : "Organization/1713310292180720000.47bb6112-9c56-4720-ad11-c04c27b9cb7c", + "resource" : { + "resourceType" : "Organization", + "id" : "1713310292180720000.47bb6112-9c56-4720-ad11-c04c27b9cb7c", + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.1" + } ], + "value" : "Medical Center of Au" + } ] + } + }, { + "fullUrl" : "Practitioner/1713310292181116000.544be9c5-027f-46e0-9efa-83a74c65f1a1", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1713310292181116000.544be9c5-027f-46e0-9efa-83a74c65f1a1", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "Medical Center of Au" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-unknown-type" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "Todd" + }, { + "url" : "XCN.7", + "valueString" : "NP" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "PV1.9" + } ], + "identifier" : [ { + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "NPI" + } ] + }, + "value" : "1184669806", + "assigner" : { + "reference" : "Organization/1713310292180720000.47bb6112-9c56-4720-ad11-c04c27b9cb7c" + } + } ], + "name" : [ { + "family" : "Hultman", + "given" : [ "Todd" ], + "suffix" : [ "NP" ] + } ] + } + }, { + "fullUrl" : "Practitioner/1713310292181623000.4e834e7e-e901-4113-9f53-bdcc52bb5782", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1713310292181623000.4e834e7e-e901-4113-9f53-bdcc52bb5782", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "Medical Center of Au" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "James" + }, { + "url" : "XCN.4", + "valueString" : "Madison" + }, { + "url" : "XCN.7", + "valueString" : "MD" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "PV1.17" + } ], + "identifier" : [ { + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "NPI" + } ] + }, + "system" : "Medical Center of Au", + "value" : "1437205069" + } ], + "name" : [ { + "family" : "Hunt", + "given" : [ "James", "Madison" ], + "suffix" : [ "MD" ] + } ] + } + }, { + "fullUrl" : "Location/1713310292182415000.0b19f48f-db80-426f-b3b6-4356fa69b578", + "resource" : { + "resourceType" : "Location", + "id" : "1713310292182415000.0b19f48f-db80-426f-b3b6-4356fa69b578", + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.1" + } ] + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.2,HD.3" + } ] + } ], + "mode" : "instance", + "address" : { + "use" : "work", + "line" : [ "ROCINANTE" ], + "state" : "CX", + "postalCode" : "77536", + "country" : "USA" + }, + "physicalType" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code" : "bd" + } ] } - }, - { - "fullUrl" : "Organization/1713310292183979000.af400443-888f-4bcb-99f9-d9bb84a1a4e8", - "resource" : { - "resourceType" : "Organization", - "id" : "1713310292183979000.af400443-888f-4bcb-99f9-d9bb84a1a4e8", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } - ] - } - }, - { - "fullUrl" : "Practitioner/1713310292184551000.a2f2c186-b0d0-467e-b295-d89b66a0d245", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1713310292184551000.a2f2c186-b0d0-467e-b295-d89b66a0d245", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "Shalini" - }, - { - "url" : "XCN.21", - "valueString" : "MD" - }, - { - "url" : "XCN.10", - "valueString" : "L" - } - ] - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "FI" - } - ] - }, - "system" : "RML", - "value" : "1033122247" - } - ], - "name" : [ - { - "use" : "official", - "family" : "Chahal", - "given" : [ - "Shalini" - ], - "prefix" : [ - "Dr." - ], - "suffix" : [ - "MD" - ] - } - ] - } - }, - { - "fullUrl" : "Organization/1713310292185230000.0f6b4eca-ee5e-4731-a66a-5f611cc4a16c", - "resource" : { - "resourceType" : "Organization", - "id" : "1713310292185230000.0f6b4eca-ee5e-4731-a66a-5f611cc4a16c", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ] - } - } - ] - } - } - ], - "name" : "ROSE MEDICAL CENTER (MCOE)", - "address" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "4567 E. NINTH AVENUE" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "B" - } - ] - } - ], - "use" : "work", - "line" : [ - "4567 E. NINTH AVENUE" - ], - "city" : "DENVER", - "district" : "S", - "state" : "IG", - "postalCode" : "80220", - "country" : "USA" - } - ] + } + }, { + "fullUrl" : "EpisodeOfCare/1713310292182674000.f673204e-5238-4516-8922-a79228ee9bee", + "resource" : { + "resourceType" : "EpisodeOfCare", + "id" : "1713310292182674000.f673204e-5238-4516-8922-a79228ee9bee", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "PV1.54" + } ] + } + }, { + "fullUrl" : "Observation/1713310292183773000.b914ae3d-eba5-4477-a7b3-c97ba0484fad", + "resource" : { + "resourceType" : "Observation", + "id" : "1713310292183773000.b914ae3d-eba5-4477-a7b3-c97ba0484fad", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString" : "1.1" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime" : "2028-08-07T16:36:01-06:00", + "_valueDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280807163601-0600" + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension" : [ { + "url" : "OBX.2", + "valueId" : "ST" + }, { + "url" : "OBX.11", + "valueString" : "C" + } ] + } ], + "status" : "corrected", + "subject" : { + "reference" : "Patient/1713310292174793000.d3e32048-5cb6-46e5-9069-4ca92e4ac1f6" + }, + "encounter" : { + "reference" : "Encounter/1713310292182502000.7bd38229-d4b8-4ad9-9890-1aec968cc276" + }, + "effectiveDateTime" : "2028-08-02T02:52:01-06:00", + "_effectiveDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280802025201-0600" + } ] + }, + "performer" : [ { + "reference" : "Organization/1713310292183979000.af400443-888f-4bcb-99f9-d9bb84a1a4e8" + }, { + "reference" : "PractitionerRole/1713310292184070000.8a02ce57-4def-4300-bb67-4e4628251768" + } ], + "dataAbsentReason" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/data-absent-reason", + "code" : "unknown" + } ] } - }, - { - "fullUrl" : "PractitionerRole/1713310292184070000.8a02ce57-4def-4300-bb67-4e4628251768", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1713310292184070000.8a02ce57-4def-4300-bb67-4e4628251768", - "practitioner" : { - "reference" : "Practitioner/1713310292184551000.a2f2c186-b0d0-467e-b295-d89b66a0d245" - }, - "organization" : { - "reference" : "Organization/1713310292185230000.0f6b4eca-ee5e-4731-a66a-5f611cc4a16c" - }, - "code" : [ - { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } - ] - } - ] + } + }, { + "fullUrl" : "Organization/1713310292183979000.af400443-888f-4bcb-99f9-d9bb84a1a4e8", + "resource" : { + "resourceType" : "Organization", + "id" : "1713310292183979000.af400443-888f-4bcb-99f9-d9bb84a1a4e8", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBX.15" + } ] + } + }, { + "fullUrl" : "Practitioner/1713310292184551000.a2f2c186-b0d0-467e-b295-d89b66a0d245", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1713310292184551000.a2f2c186-b0d0-467e-b295-d89b66a0d245", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "RML" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "Shalini" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.10", + "valueString" : "L" + } ] + } ], + "identifier" : [ { + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "FI" + } ] + }, + "system" : "RML", + "value" : "1033122247" + } ], + "name" : [ { + "use" : "official", + "family" : "Chahal", + "given" : [ "Shalini" ], + "prefix" : [ "Dr." ], + "suffix" : [ "MD" ] + } ] + } + }, { + "fullUrl" : "Organization/1713310292185230000.0f6b4eca-ee5e-4731-a66a-5f611cc4a16c", + "resource" : { + "resourceType" : "Organization", + "id" : "1713310292185230000.0f6b4eca-ee5e-4731-a66a-5f611cc4a16c", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "XON.2" + } ] + } + } ] + } + } ], + "name" : "ROSE MEDICAL CENTER (MCOE)", + "address" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "4567 E. NINTH AVENUE" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "B" + } ] + } ], + "use" : "work", + "line" : [ "4567 E. NINTH AVENUE" ], + "city" : "DENVER", + "district" : "S", + "state" : "IG", + "postalCode" : "80220", + "country" : "USA" + } ] + } + }, { + "fullUrl" : "PractitionerRole/1713310292184070000.8a02ce57-4def-4300-bb67-4e4628251768", + "resource" : { + "resourceType" : "PractitionerRole", + "id" : "1713310292184070000.8a02ce57-4def-4300-bb67-4e4628251768", + "practitioner" : { + "reference" : "Practitioner/1713310292184551000.a2f2c186-b0d0-467e-b295-d89b66a0d245" + }, + "organization" : { + "reference" : "Organization/1713310292185230000.0f6b4eca-ee5e-4731-a66a-5f611cc4a16c" + }, + "code" : [ { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", + "code" : "MDIR" + } ] + } ] + } + }, { + "fullUrl" : "Observation/1713310292186493000.152942fe-992a-4295-8d5f-af9e3c45fa8d", + "resource" : { + "resourceType" : "Observation", + "id" : "1713310292186493000.152942fe-992a-4295-8d5f-af9e3c45fa8d", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString" : "1" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime" : "2028-08-07T16:36:01-06:00", + "_valueDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280807163601-0600" + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension" : [ { + "url" : "OBX.2", + "valueId" : "CWE" + }, { + "url" : "OBX.11", + "valueString" : "C" + } ] + } ], + "status" : "corrected", + "subject" : { + "reference" : "Patient/1713310292174793000.d3e32048-5cb6-46e5-9069-4ca92e4ac1f6" + }, + "encounter" : { + "reference" : "Encounter/1713310292182502000.7bd38229-d4b8-4ad9-9890-1aec968cc276" + }, + "effectiveDateTime" : "2028-08-02T02:52:01-06:00", + "_effectiveDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280802025201-0600" + } ] + }, + "performer" : [ { + "reference" : "Organization/1713310292186688000.def85993-dfab-4483-8f3b-0114c033222f" + }, { + "reference" : "PractitionerRole/1713310292186781000.5113494f-ce07-497d-a918-37d75e55c1e5" + } ], + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "SCT" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/condition-code", + "valueCoding" : { + "system" : "SNOMEDCT", + "code" : "406575008", + "display" : "Infection caused by vancomycin resistant enterococcus (disorder)" + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/condition-code", + "valueCoding" : { + "system" : "SNOMEDCT", + "code" : "45170000", + "display" : "Encephalitis (disorder)" + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/condition-code", + "valueCoding" : { + "system" : "SNOMEDCT", + "code" : "406575008", + "display" : "Infection caused by vancomycin resistant enterococcus (disorder)" + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/condition-code", + "valueCoding" : { + "system" : "SNOMEDCT", + "code" : "406575008", + "display" : "Infection caused by vancomycin resistant enterococcus (disorder)" + } + } ], + "system" : "http://snomed.info/sct", + "version" : "07/31/2012", + "code" : "782959008", + "display" : "Vancomycin resistant Enterococcus raffinosus" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "ENTRAFVRE", + "display" : "ENTEROCOCCUS RAFFINOSIS, VRE" + } ], + "text" : "ENTEROCOCCUS RAFFINOSIS, VRE" } - }, - { - "fullUrl" : "Observation/1713310292186493000.152942fe-992a-4295-8d5f-af9e3c45fa8d", - "resource" : { - "resourceType" : "Observation", - "id" : "1713310292186493000.152942fe-992a-4295-8d5f-af9e3c45fa8d", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2028-08-07T16:36:01-06:00", - "_valueDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280807163601-0600" - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ - { - "url" : "OBX.2", - "valueId" : "CWE" - }, - { - "url" : "OBX.11", - "valueString" : "C" - } - ] - } - ], - "status" : "corrected", - "subject" : { - "reference" : "Patient/1713310292174793000.d3e32048-5cb6-46e5-9069-4ca92e4ac1f6" - }, - "encounter" : { - "reference" : "Encounter/1713310292182502000.7bd38229-d4b8-4ad9-9890-1aec968cc276" - }, - "effectiveDateTime" : "2028-08-02T02:52:01-06:00", - "_effectiveDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" - } - ] - }, - "performer" : [ - { - "reference" : "Organization/1713310292186688000.def85993-dfab-4483-8f3b-0114c033222f" - }, - { - "reference" : "PractitionerRole/1713310292186781000.5113494f-ce07-497d-a918-37d75e55c1e5" - } - ], - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "SCT" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/condition-code", - "valueCoding" : { - "system" : "SNOMEDCT", - "code" : "406575008", - "display" : "Infection caused by vancomycin resistant enterococcus (disorder)" - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/condition-code", - "valueCoding" : { - "system" : "SNOMEDCT", - "code" : "45170000", - "display" : "Encephalitis (disorder)" - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/condition-code", - "valueCoding" : { - "system" : "SNOMEDCT", - "code" : "406575008", - "display" : "Infection caused by vancomycin resistant enterococcus (disorder)" - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/condition-code", - "valueCoding" : { - "system" : "SNOMEDCT", - "code" : "406575008", - "display" : "Infection caused by vancomycin resistant enterococcus (disorder)" - } - } - ], - "system" : "http://snomed.info/sct", - "version" : "07/31/2012", - "code" : "782959008", - "display" : "Vancomycin resistant Enterococcus raffinosus" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "ENTRAFVRE", - "display" : "ENTEROCOCCUS RAFFINOSIS, VRE" - } - ], - "text" : "ENTEROCOCCUS RAFFINOSIS, VRE" + } + }, { + "fullUrl" : "Organization/1713310292186688000.def85993-dfab-4483-8f3b-0114c033222f", + "resource" : { + "resourceType" : "Organization", + "id" : "1713310292186688000.def85993-dfab-4483-8f3b-0114c033222f", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBX.15" + } ] + } + }, { + "fullUrl" : "Practitioner/1713310292187241000.f4872eea-8978-420f-8b4f-1e89cb3f673b", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1713310292187241000.f4872eea-8978-420f-8b4f-1e89cb3f673b", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "RML" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "Shalini" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.10", + "valueString" : "L" + } ] + } ], + "identifier" : [ { + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "FI" + } ] + }, + "system" : "RML", + "value" : "1033122247" + } ], + "name" : [ { + "use" : "official", + "family" : "Chahal", + "given" : [ "Shalini" ], + "prefix" : [ "Dr." ], + "suffix" : [ "MD" ] + } ] + } + }, { + "fullUrl" : "Organization/1713310292187872000.505565b8-306e-4639-9d06-412bd4035e7f", + "resource" : { + "resourceType" : "Organization", + "id" : "1713310292187872000.505565b8-306e-4639-9d06-412bd4035e7f", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "XON.2" + } ] + } + } ] + } + } ], + "name" : "ROSE MEDICAL CENTER (MCOE)", + "address" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "4567 E. NINTH AVENUE" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "B" + } ] + } ], + "use" : "work", + "line" : [ "4567 E. NINTH AVENUE" ], + "city" : "DENVER", + "district" : "MD", + "state" : "IG", + "postalCode" : "80220", + "country" : "USA" + } ] + } + }, { + "fullUrl" : "PractitionerRole/1713310292186781000.5113494f-ce07-497d-a918-37d75e55c1e5", + "resource" : { + "resourceType" : "PractitionerRole", + "id" : "1713310292186781000.5113494f-ce07-497d-a918-37d75e55c1e5", + "practitioner" : { + "reference" : "Practitioner/1713310292187241000.f4872eea-8978-420f-8b4f-1e89cb3f673b" + }, + "organization" : { + "reference" : "Organization/1713310292187872000.505565b8-306e-4639-9d06-412bd4035e7f" + }, + "code" : [ { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", + "code" : "MDIR" + } ] + } ] + } + }, { + "fullUrl" : "Observation/1713310292189101000.84af5db5-ed04-49dd-8512-9025f0f98b8e", + "resource" : { + "resourceType" : "Observation", + "id" : "1713310292189101000.84af5db5-ed04-49dd-8512-9025f0f98b8e", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString" : "2" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime" : "2028-08-07T16:36:01-06:00", + "_valueDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280807163601-0600" + } ] } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension" : [ { + "url" : "OBX.2", + "valueId" : "CWE" + }, { + "url" : "OBX.11", + "valueString" : "C" + } ] + } ], + "status" : "corrected", + "subject" : { + "reference" : "Patient/1713310292174793000.d3e32048-5cb6-46e5-9069-4ca92e4ac1f6" + }, + "encounter" : { + "reference" : "Encounter/1713310292182502000.7bd38229-d4b8-4ad9-9890-1aec968cc276" + }, + "effectiveDateTime" : "2028-08-02T02:52:01-06:00", + "_effectiveDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280802025201-0600" + } ] + }, + "performer" : [ { + "reference" : "Organization/1713310292189300000.1b3fd6f5-36f7-41f4-ab71-f7938a84a855" + }, { + "reference" : "PractitionerRole/1713310292189386000.e099ac8c-7859-45a5-af57-2d4db650264d" + } ], + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "SCT" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/condition-code", + "valueCoding" : { + "system" : "SNOMEDCT", + "code" : "45170000", + "display" : "Encephalitis (disorder)" + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/condition-code", + "valueCoding" : { + "system" : "SNOMEDCT", + "code" : "45170000", + "display" : "Encephalitis (disorder)" + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/condition-code", + "valueCoding" : { + "system" : "SNOMEDCT", + "code" : "45170000", + "display" : "Encephalitis (disorder)" + } + } ], + "system" : "http://snomed.info/sct", + "version" : "07/31/2012", + "code" : "53326005", + "display" : "Candida albicans" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "CANALB", + "display" : "CANDIDA ALBICANS" + } ], + "text" : "CANDIDA ALBICANS" + }, + "note" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "***THIS IS AN URGENT RESULT***" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", + "valueId" : "L" + } ], + "text" : "***THIS IS AN URGENT RESULT***" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "***** Test Results Called To And Verbally Read Back" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", + "valueId" : "L" + } ], + "text" : "***** Test Results Called To And Verbally Read Back" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "By: RICHARD DDI7840 *****" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", + "valueId" : "L" + } ], + "text" : "By: RICHARD DDI7840 *****" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "(Date: 08/08/21 Time: 1511 Called BY AMLB.IF.)" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", + "valueId" : "L" + } ], + "text" : "(Date: 08/08/21 Time: 1511 Called BY AMLB.IF.)" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "******************************" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", + "valueId" : "L" + } ], + "text" : "******************************" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "**THIS IS A CORRECTED REPORT**" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", + "valueId" : "L" + } ], + "text" : "**THIS IS A CORRECTED REPORT**" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "******************************" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", + "valueId" : "L" + } ], + "text" : "******************************" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", + "valueId" : "L" + } ] + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "Original report of ALPHA STRP,NOT ENTEROC.OR PNEU" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", + "valueId" : "L" + } ], + "text" : "Original report of ALPHA STRP,NOT ENTEROC.OR PNEU" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "has been revised to ENTEROCOCCUS SPECIES (GRP D). " + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", + "valueId" : "L" + } ], + "text" : "has been revised to ENTEROCOCCUS SPECIES (GRP D). " + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", + "valueId" : "L" + } ] + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "***** Test Results Called To And Verbally Read Back" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", + "valueId" : "L" + } ], + "text" : "***** Test Results Called To And Verbally Read Back" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "By: LISA WSJ9135 AT AURORA MICROBIOLOGY *****" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", + "valueId" : "L" + } ], + "text" : "By: LISA WSJ9135 AT AURORA MICROBIOLOGY *****" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "(Date: 08/06/21 Time: 0945 Called BY AMLB.LJ1.)" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", + "valueId" : "L" + } ], + "text" : "(Date: 08/06/21 Time: 0945 Called BY AMLB.LJ1.)" + } ] + } + }, { + "fullUrl" : "Organization/1713310292189300000.1b3fd6f5-36f7-41f4-ab71-f7938a84a855", + "resource" : { + "resourceType" : "Organization", + "id" : "1713310292189300000.1b3fd6f5-36f7-41f4-ab71-f7938a84a855", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBX.15" + } ] + } + }, { + "fullUrl" : "Practitioner/1713310292189856000.7f748287-030a-4ca2-836d-600c149c8fe9", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1713310292189856000.7f748287-030a-4ca2-836d-600c149c8fe9", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "RML" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "Shalini" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.10", + "valueString" : "L" + } ] + } ], + "identifier" : [ { + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "FI" + } ] + }, + "system" : "RML", + "value" : "1033122247" + } ], + "name" : [ { + "use" : "official", + "family" : "Chahal", + "given" : [ "Shalini" ], + "prefix" : [ "Dr." ], + "suffix" : [ "MD" ] + } ] + } + }, { + "fullUrl" : "Organization/1713310292190492000.a6a0827c-4595-4cdd-ad31-35d41b944f46", + "resource" : { + "resourceType" : "Organization", + "id" : "1713310292190492000.a6a0827c-4595-4cdd-ad31-35d41b944f46", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "XON.2" + } ] + } + } ] + } + } ], + "name" : "ROSE MEDICAL CENTER (MCOE)", + "address" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "4567 E. NINTH AVENUE" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "B" + } ] + } ], + "use" : "work", + "line" : [ "4567 E. NINTH AVENUE" ], + "city" : "DENVER", + "district" : "MD", + "state" : "IG", + "postalCode" : "80220", + "country" : "USA" + } ] + } + }, { + "fullUrl" : "PractitionerRole/1713310292189386000.e099ac8c-7859-45a5-af57-2d4db650264d", + "resource" : { + "resourceType" : "PractitionerRole", + "id" : "1713310292189386000.e099ac8c-7859-45a5-af57-2d4db650264d", + "practitioner" : { + "reference" : "Practitioner/1713310292189856000.7f748287-030a-4ca2-836d-600c149c8fe9" + }, + "organization" : { + "reference" : "Organization/1713310292190492000.a6a0827c-4595-4cdd-ad31-35d41b944f46" + }, + "code" : [ { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", + "code" : "MDIR" + } ] + } ] + } + }, { + "fullUrl" : "Observation/1713310292193364000.895b51f8-e909-4909-bf49-bd649c787268", + "resource" : { + "resourceType" : "Observation", + "id" : "1713310292193364000.895b51f8-e909-4909-bf49-bd649c787268", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString" : "1.1" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime" : "2021-08-10T06:25:00-06:00", + "_valueDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20210810062500-0600" + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension" : [ { + "url" : "OBX.2", + "valueId" : "ST" + }, { + "url" : "OBX.11", + "valueString" : "C" + } ] + } ], + "status" : "corrected", + "subject" : { + "reference" : "Patient/1713310292174793000.d3e32048-5cb6-46e5-9069-4ca92e4ac1f6" + }, + "encounter" : { + "reference" : "Encounter/1713310292182502000.7bd38229-d4b8-4ad9-9890-1aec968cc276" + }, + "effectiveDateTime" : "2028-08-02T02:52:01-06:00", + "_effectiveDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280802025201-0600" + } ] + }, + "performer" : [ { + "reference" : "Organization/1713310292193562000.37c3da23-dc23-4a30-95fd-46e9579d1121" + }, { + "reference" : "PractitionerRole/1713310292193650000.b7b19ee7-9e83-488b-860a-1a6ad20f038d" + } ], + "dataAbsentReason" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/data-absent-reason", + "code" : "unknown" + } ] } - }, - { - "fullUrl" : "Organization/1713310292186688000.def85993-dfab-4483-8f3b-0114c033222f", - "resource" : { - "resourceType" : "Organization", - "id" : "1713310292186688000.def85993-dfab-4483-8f3b-0114c033222f", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } - ] - } - }, - { - "fullUrl" : "Practitioner/1713310292187241000.f4872eea-8978-420f-8b4f-1e89cb3f673b", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1713310292187241000.f4872eea-8978-420f-8b4f-1e89cb3f673b", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "Shalini" - }, - { - "url" : "XCN.21", - "valueString" : "MD" - }, - { - "url" : "XCN.10", - "valueString" : "L" - } - ] - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "FI" - } - ] - }, - "system" : "RML", - "value" : "1033122247" - } - ], - "name" : [ - { - "use" : "official", - "family" : "Chahal", - "given" : [ - "Shalini" - ], - "prefix" : [ - "Dr." - ], - "suffix" : [ - "MD" - ] - } - ] - } - }, - { - "fullUrl" : "Organization/1713310292187872000.505565b8-306e-4639-9d06-412bd4035e7f", - "resource" : { - "resourceType" : "Organization", - "id" : "1713310292187872000.505565b8-306e-4639-9d06-412bd4035e7f", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ] - } - } - ] - } - } - ], - "name" : "ROSE MEDICAL CENTER (MCOE)", - "address" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "4567 E. NINTH AVENUE" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "B" - } - ] - } - ], - "use" : "work", - "line" : [ - "4567 E. NINTH AVENUE" - ], - "city" : "DENVER", - "district" : "MD", - "state" : "IG", - "postalCode" : "80220", - "country" : "USA" - } - ] - } - }, - { - "fullUrl" : "PractitionerRole/1713310292186781000.5113494f-ce07-497d-a918-37d75e55c1e5", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1713310292186781000.5113494f-ce07-497d-a918-37d75e55c1e5", - "practitioner" : { - "reference" : "Practitioner/1713310292187241000.f4872eea-8978-420f-8b4f-1e89cb3f673b" - }, - "organization" : { - "reference" : "Organization/1713310292187872000.505565b8-306e-4639-9d06-412bd4035e7f" - }, - "code" : [ - { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } - ] - } - ] - } - }, - { - "fullUrl" : "Observation/1713310292189101000.84af5db5-ed04-49dd-8512-9025f0f98b8e", - "resource" : { - "resourceType" : "Observation", - "id" : "1713310292189101000.84af5db5-ed04-49dd-8512-9025f0f98b8e", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "2" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2028-08-07T16:36:01-06:00", - "_valueDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280807163601-0600" - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ - { - "url" : "OBX.2", - "valueId" : "CWE" - }, - { - "url" : "OBX.11", - "valueString" : "C" - } - ] - } - ], - "status" : "corrected", - "subject" : { - "reference" : "Patient/1713310292174793000.d3e32048-5cb6-46e5-9069-4ca92e4ac1f6" - }, - "encounter" : { - "reference" : "Encounter/1713310292182502000.7bd38229-d4b8-4ad9-9890-1aec968cc276" - }, - "effectiveDateTime" : "2028-08-02T02:52:01-06:00", - "_effectiveDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" - } - ] - }, - "performer" : [ - { - "reference" : "Organization/1713310292189300000.1b3fd6f5-36f7-41f4-ab71-f7938a84a855" - }, - { - "reference" : "PractitionerRole/1713310292189386000.e099ac8c-7859-45a5-af57-2d4db650264d" - } - ], - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "SCT" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/condition-code", - "valueCoding" : { - "system" : "SNOMEDCT", - "code" : "45170000", - "display" : "Encephalitis (disorder)" - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/condition-code", - "valueCoding" : { - "system" : "SNOMEDCT", - "code" : "45170000", - "display" : "Encephalitis (disorder)" - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/condition-code", - "valueCoding" : { - "system" : "SNOMEDCT", - "code" : "45170000", - "display" : "Encephalitis (disorder)" - } - } - ], - "system" : "http://snomed.info/sct", - "version" : "07/31/2012", - "code" : "53326005", - "display" : "Candida albicans" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "CANALB", - "display" : "CANDIDA ALBICANS" - } - ], - "text" : "CANDIDA ALBICANS" - }, - "note" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "***THIS IS AN URGENT RESULT***" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", - "valueId" : "L" - } - ], - "text" : "***THIS IS AN URGENT RESULT***" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "***** Test Results Called To And Verbally Read Back" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", - "valueId" : "L" - } - ], - "text" : "***** Test Results Called To And Verbally Read Back" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "By: RICHARD DDI7840 *****" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", - "valueId" : "L" - } - ], - "text" : "By: RICHARD DDI7840 *****" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "(Date: 08/08/21 Time: 1511 Called BY AMLB.IF.)" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", - "valueId" : "L" - } - ], - "text" : "(Date: 08/08/21 Time: 1511 Called BY AMLB.IF.)" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "******************************" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", - "valueId" : "L" - } - ], - "text" : "******************************" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "**THIS IS A CORRECTED REPORT**" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", - "valueId" : "L" - } - ], - "text" : "**THIS IS A CORRECTED REPORT**" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "******************************" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", - "valueId" : "L" - } - ], - "text" : "******************************" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", - "valueId" : "L" - } - ] - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "Original report of ALPHA STRP,NOT ENTEROC.OR PNEU" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", - "valueId" : "L" - } - ], - "text" : "Original report of ALPHA STRP,NOT ENTEROC.OR PNEU" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "has been revised to ENTEROCOCCUS SPECIES (GRP D). " - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", - "valueId" : "L" - } - ], - "text" : "has been revised to ENTEROCOCCUS SPECIES (GRP D). " - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", - "valueId" : "L" - } - ] - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "***** Test Results Called To And Verbally Read Back" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", - "valueId" : "L" - } - ], - "text" : "***** Test Results Called To And Verbally Read Back" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "By: LISA WSJ9135 AT AURORA MICROBIOLOGY *****" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", - "valueId" : "L" - } - ], - "text" : "By: LISA WSJ9135 AT AURORA MICROBIOLOGY *****" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "(Date: 08/06/21 Time: 0945 Called BY AMLB.LJ1.)" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", - "valueId" : "L" - } - ], - "text" : "(Date: 08/06/21 Time: 0945 Called BY AMLB.LJ1.)" - } - ] - } - }, - { - "fullUrl" : "Organization/1713310292189300000.1b3fd6f5-36f7-41f4-ab71-f7938a84a855", - "resource" : { - "resourceType" : "Organization", - "id" : "1713310292189300000.1b3fd6f5-36f7-41f4-ab71-f7938a84a855", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } - ] - } - }, - { - "fullUrl" : "Practitioner/1713310292189856000.7f748287-030a-4ca2-836d-600c149c8fe9", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1713310292189856000.7f748287-030a-4ca2-836d-600c149c8fe9", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "Shalini" - }, - { - "url" : "XCN.21", - "valueString" : "MD" - }, - { - "url" : "XCN.10", - "valueString" : "L" - } - ] - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "FI" - } - ] - }, - "system" : "RML", - "value" : "1033122247" - } - ], - "name" : [ - { - "use" : "official", - "family" : "Chahal", - "given" : [ - "Shalini" - ], - "prefix" : [ - "Dr." - ], - "suffix" : [ - "MD" - ] - } - ] - } - }, - { - "fullUrl" : "Organization/1713310292190492000.a6a0827c-4595-4cdd-ad31-35d41b944f46", - "resource" : { - "resourceType" : "Organization", - "id" : "1713310292190492000.a6a0827c-4595-4cdd-ad31-35d41b944f46", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ] - } - } - ] - } - } - ], - "name" : "ROSE MEDICAL CENTER (MCOE)", - "address" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "4567 E. NINTH AVENUE" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "B" - } - ] - } - ], - "use" : "work", - "line" : [ - "4567 E. NINTH AVENUE" - ], - "city" : "DENVER", - "district" : "MD", - "state" : "IG", - "postalCode" : "80220", - "country" : "USA" - } - ] - } - }, - { - "fullUrl" : "PractitionerRole/1713310292189386000.e099ac8c-7859-45a5-af57-2d4db650264d", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1713310292189386000.e099ac8c-7859-45a5-af57-2d4db650264d", - "practitioner" : { - "reference" : "Practitioner/1713310292189856000.7f748287-030a-4ca2-836d-600c149c8fe9" - }, - "organization" : { - "reference" : "Organization/1713310292190492000.a6a0827c-4595-4cdd-ad31-35d41b944f46" - }, - "code" : [ - { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } - ] - } - ] - } - }, - { - "fullUrl" : "Observation/1713310292193364000.895b51f8-e909-4909-bf49-bd649c787268", - "resource" : { - "resourceType" : "Observation", - "id" : "1713310292193364000.895b51f8-e909-4909-bf49-bd649c787268", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1.1" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2021-08-10T06:25:00-06:00", - "_valueDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210810062500-0600" - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ - { - "url" : "OBX.2", - "valueId" : "ST" - }, - { - "url" : "OBX.11", - "valueString" : "C" - } - ] - } - ], - "status" : "corrected", - "subject" : { - "reference" : "Patient/1713310292174793000.d3e32048-5cb6-46e5-9069-4ca92e4ac1f6" - }, - "encounter" : { - "reference" : "Encounter/1713310292182502000.7bd38229-d4b8-4ad9-9890-1aec968cc276" - }, - "effectiveDateTime" : "2028-08-02T02:52:01-06:00", - "_effectiveDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" - } - ] - }, - "performer" : [ - { - "reference" : "Organization/1713310292193562000.37c3da23-dc23-4a30-95fd-46e9579d1121" - }, - { - "reference" : "PractitionerRole/1713310292193650000.b7b19ee7-9e83-488b-860a-1a6ad20f038d" - } - ], - "dataAbsentReason" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/data-absent-reason", - "code" : "unknown" - } - ] - } - } - }, - { - "fullUrl" : "Organization/1713310292193562000.37c3da23-dc23-4a30-95fd-46e9579d1121", - "resource" : { - "resourceType" : "Organization", - "id" : "1713310292193562000.37c3da23-dc23-4a30-95fd-46e9579d1121", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } - ] - } - }, - { - "fullUrl" : "Practitioner/1713310292194132000.fb27e989-6cdb-4e54-b2e9-e2d2cc76fc2a", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1713310292194132000.fb27e989-6cdb-4e54-b2e9-e2d2cc76fc2a", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "GREGORY" - }, - { - "url" : "XCN.4", - "valueString" : "R" - }, - { - "url" : "XCN.21", - "valueString" : "MD" - }, - { - "url" : "XCN.10", - "valueString" : "L" - } - ] - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "FI" - } - ] - }, - "system" : "RML", - "value" : "1740336429" - } - ], - "name" : [ - { - "use" : "official", - "family" : "KOTNIS", - "given" : [ - "GREGORY", - "R" - ], - "prefix" : [ - "DR." - ], - "suffix" : [ - "MD" - ] - } - ] - } - }, - { - "fullUrl" : "Organization/1713310292194967000.5ab3f58a-e9ff-4a0a-932c-736010e01fc0", - "resource" : { - "resourceType" : "Organization", - "id" : "1713310292194967000.5ab3f58a-e9ff-4a0a-932c-736010e01fc0", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ] - } - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ - { - "url" : "XON.10", - "valueString" : "06D0055551" - } - ] - } - ], - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/code-index-name", - "valueString" : "identifier" - } - ], - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" - } - ] - }, - "value" : "06D0055551" - } - ], - "name" : "TMCA, SOUTH CAMPUS", - "address" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "B" - } - ] - } - ], - "use" : "work", - "line" : [ - "1501 S. POTOMAC" - ], - "city" : "AURORA", - "district" : "S", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" - } - ] - } - }, - { - "fullUrl" : "PractitionerRole/1713310292193650000.b7b19ee7-9e83-488b-860a-1a6ad20f038d", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1713310292193650000.b7b19ee7-9e83-488b-860a-1a6ad20f038d", - "practitioner" : { - "reference" : "Practitioner/1713310292194132000.fb27e989-6cdb-4e54-b2e9-e2d2cc76fc2a" - }, - "organization" : { - "reference" : "Organization/1713310292194967000.5ab3f58a-e9ff-4a0a-932c-736010e01fc0" - }, - "code" : [ - { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } - ] - } - ] - } - }, - { - "fullUrl" : "Observation/1713310292195971000.e465771d-eeeb-4cba-8508-58ccbce4a252", - "resource" : { - "resourceType" : "Observation", - "id" : "1713310292195971000.e465771d-eeeb-4cba-8508-58ccbce4a252", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "2.1" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2021-08-10T06:25:00-06:00", - "_valueDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210810062500-0600" - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ - { - "url" : "OBX.2", - "valueId" : "ST" - }, - { - "url" : "OBX.11", - "valueString" : "C" - } - ] - } - ], - "status" : "corrected", - "subject" : { - "reference" : "Patient/1713310292174793000.d3e32048-5cb6-46e5-9069-4ca92e4ac1f6" - }, - "encounter" : { - "reference" : "Encounter/1713310292182502000.7bd38229-d4b8-4ad9-9890-1aec968cc276" - }, - "effectiveDateTime" : "2028-08-02T02:52:01-06:00", - "_effectiveDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" - } - ] - }, - "performer" : [ - { - "reference" : "Organization/1713310292196183000.04331dc7-ce75-474c-8a1f-e129b0aed9e4" - }, - { - "reference" : "PractitionerRole/1713310292196276000.c01e96cb-06bb-4c98-9f8f-fd12ed42189c" - } - ], - "valueString" : "GRAM POSITIVE PCR; NO TARGETS DETECTED (SEE COMMENT)" - } - }, - { - "fullUrl" : "Organization/1713310292196183000.04331dc7-ce75-474c-8a1f-e129b0aed9e4", - "resource" : { - "resourceType" : "Organization", - "id" : "1713310292196183000.04331dc7-ce75-474c-8a1f-e129b0aed9e4", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } - ] - } - }, - { - "fullUrl" : "Practitioner/1713310292196768000.3a5781fe-9c4d-4b84-9996-897a2d5b41e2", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1713310292196768000.3a5781fe-9c4d-4b84-9996-897a2d5b41e2", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "GREGORY" - }, - { - "url" : "XCN.4", - "valueString" : "R" - }, - { - "url" : "XCN.21", - "valueString" : "MD" - }, - { - "url" : "XCN.10", - "valueString" : "L" - } - ] - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "FI" - } - ] - }, - "system" : "RML", - "value" : "1740336429" - } - ], - "name" : [ - { - "use" : "official", - "family" : "KOTNIS", - "given" : [ - "GREGORY", - "R" - ], - "prefix" : [ - "DR." - ], - "suffix" : [ - "MD" - ] - } - ] - } - }, - { - "fullUrl" : "Organization/1713310292197597000.4e0c27f4-78d6-4bb9-b8cd-ad8a78a67d7f", - "resource" : { - "resourceType" : "Organization", - "id" : "1713310292197597000.4e0c27f4-78d6-4bb9-b8cd-ad8a78a67d7f", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ] - } - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ - { - "url" : "XON.10", - "valueString" : "06D0055551" - } - ] - } - ], - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/code-index-name", - "valueString" : "identifier" - } - ], - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" - } - ] - }, - "value" : "06D0055551" - } - ], - "name" : "TMCA, SOUTH CAMPUS", - "address" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "B" - } - ] - } - ], - "use" : "work", - "line" : [ - "1501 S. POTOMAC" - ], - "city" : "AURORA", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" - } - ] - } - }, - { - "fullUrl" : "PractitionerRole/1713310292196276000.c01e96cb-06bb-4c98-9f8f-fd12ed42189c", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1713310292196276000.c01e96cb-06bb-4c98-9f8f-fd12ed42189c", - "practitioner" : { - "reference" : "Practitioner/1713310292196768000.3a5781fe-9c4d-4b84-9996-897a2d5b41e2" - }, - "organization" : { - "reference" : "Organization/1713310292197597000.4e0c27f4-78d6-4bb9-b8cd-ad8a78a67d7f" - }, - "code" : [ - { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } - ] - } - ] - } - }, - { - "fullUrl" : "Observation/1713310292198476000.98e5c035-379b-485e-8690-324312b4d064", - "resource" : { - "resourceType" : "Observation", - "id" : "1713310292198476000.98e5c035-379b-485e-8690-324312b4d064", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "2.2" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2021-08-10T06:25:00-06:00", - "_valueDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210810062500-0600" - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ - { - "url" : "OBX.2", - "valueId" : "ST" - }, - { - "url" : "OBX.11", - "valueString" : "C" - } - ] - } - ], - "status" : "corrected", - "subject" : { - "reference" : "Patient/1713310292174793000.d3e32048-5cb6-46e5-9069-4ca92e4ac1f6" - }, - "encounter" : { - "reference" : "Encounter/1713310292182502000.7bd38229-d4b8-4ad9-9890-1aec968cc276" - }, - "effectiveDateTime" : "2028-08-02T02:52:01-06:00", - "_effectiveDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" - } - ] - }, - "performer" : [ - { - "reference" : "Organization/1713310292198677000.3cfa9361-a2f6-4e6f-976c-82e97b26923f" - }, - { - "reference" : "PractitionerRole/1713310292198762000.71568b0b-06e3-434f-bc54-755340af3d23" - } - ], - "valueString" : "GRAM POSITIVE COCCI IN PAIRS" - } - }, - { - "fullUrl" : "Organization/1713310292198677000.3cfa9361-a2f6-4e6f-976c-82e97b26923f", - "resource" : { - "resourceType" : "Organization", - "id" : "1713310292198677000.3cfa9361-a2f6-4e6f-976c-82e97b26923f", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } - ] - } - }, - { - "fullUrl" : "Practitioner/1713310292199229000.0c205427-bf5b-4689-8779-63a9f612b447", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1713310292199229000.0c205427-bf5b-4689-8779-63a9f612b447", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "GREGORY" - }, - { - "url" : "XCN.4", - "valueString" : "R" - }, - { - "url" : "XCN.21", - "valueString" : "MD" - }, - { - "url" : "XCN.10", - "valueString" : "L" - } - ] - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "FI" - } - ] - }, - "system" : "RML", - "value" : "1740336429" - } - ], - "name" : [ - { - "use" : "official", - "family" : "KOTNIS", - "given" : [ - "GREGORY", - "R" - ], - "prefix" : [ - "DR." - ], - "suffix" : [ - "MD" - ] - } - ] - } - }, - { - "fullUrl" : "Organization/1713310292200054000.e593a48d-953c-4772-aa5d-bc4129e61383", - "resource" : { - "resourceType" : "Organization", - "id" : "1713310292200054000.e593a48d-953c-4772-aa5d-bc4129e61383", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ] - } - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ - { - "url" : "XON.10", - "valueString" : "06D0055551" - } - ] - } - ], - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/code-index-name", - "valueString" : "identifier" - } - ], - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" - } - ] - }, - "value" : "06D0055551" - } - ], - "name" : "TMCA, SOUTH CAMPUS", - "address" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "B" - } - ] - } - ], - "use" : "work", - "line" : [ - "1501 S. POTOMAC" - ], - "city" : "AURORA", - "district" : "A", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" - } - ] - } - }, - { - "fullUrl" : "PractitionerRole/1713310292198762000.71568b0b-06e3-434f-bc54-755340af3d23", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1713310292198762000.71568b0b-06e3-434f-bc54-755340af3d23", - "practitioner" : { - "reference" : "Practitioner/1713310292199229000.0c205427-bf5b-4689-8779-63a9f612b447" - }, - "organization" : { - "reference" : "Organization/1713310292200054000.e593a48d-953c-4772-aa5d-bc4129e61383" - }, - "code" : [ - { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } - ] - } - ] - } - }, - { - "fullUrl" : "Observation/1713310292201023000.d44c92c9-71db-469b-b52c-59a00cd1172e", - "resource" : { - "resourceType" : "Observation", - "id" : "1713310292201023000.d44c92c9-71db-469b-b52c-59a00cd1172e", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "2.3" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2021-08-10T06:25:00-06:00", - "_valueDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210810062500-0600" - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ - { - "url" : "OBX.2", - "valueId" : "ST" - }, - { - "url" : "OBX.11", - "valueString" : "C" - } - ] - } - ], - "status" : "corrected", - "subject" : { - "reference" : "Patient/1713310292174793000.d3e32048-5cb6-46e5-9069-4ca92e4ac1f6" - }, - "encounter" : { - "reference" : "Encounter/1713310292182502000.7bd38229-d4b8-4ad9-9890-1aec968cc276" - }, - "effectiveDateTime" : "2028-08-02T02:52:01-06:00", - "_effectiveDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" - } - ] - }, - "performer" : [ - { - "reference" : "Organization/1713310292201216000.3e90617d-675f-45a0-a181-3975464a81f8" - }, - { - "reference" : "PractitionerRole/1713310292201302000.10958c13-63e6-4442-9459-0ec0be8e4fdb" - } - ], - "valueString" : "ANAEROBIC BOTTLE" - } - }, - { - "fullUrl" : "Organization/1713310292201216000.3e90617d-675f-45a0-a181-3975464a81f8", - "resource" : { - "resourceType" : "Organization", - "id" : "1713310292201216000.3e90617d-675f-45a0-a181-3975464a81f8", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } - ] - } - }, - { - "fullUrl" : "Practitioner/1713310292201781000.ca3660b4-0e4c-4293-8e98-29492270be1e", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1713310292201781000.ca3660b4-0e4c-4293-8e98-29492270be1e", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "GREGORY" - }, - { - "url" : "XCN.4", - "valueString" : "R" - }, - { - "url" : "XCN.21", - "valueString" : "MD" - }, - { - "url" : "XCN.10", - "valueString" : "L" - } - ] - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "FI" - } - ] - }, - "system" : "RML", - "value" : "1740336429" - } - ], - "name" : [ - { - "use" : "official", - "family" : "KOTNIS", - "given" : [ - "GREGORY", - "R" - ], - "prefix" : [ - "DR." - ], - "suffix" : [ - "MD" - ] - } - ] - } - }, - { - "fullUrl" : "Organization/1713310292202657000.904ee52c-1b96-498d-891a-552c54141ce1", - "resource" : { - "resourceType" : "Organization", - "id" : "1713310292202657000.904ee52c-1b96-498d-891a-552c54141ce1", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ] - } - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ - { - "url" : "XON.10", - "valueString" : "06D0055551" - } - ] - } - ], - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/code-index-name", - "valueString" : "identifier" - } - ], - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" - } - ] - }, - "value" : "06D0055551" - } - ], - "name" : "TMCA, SOUTH CAMPUS", - "address" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "B" - } - ] - } - ], - "use" : "work", - "line" : [ - "1501 S. POTOMAC" - ], - "city" : "AURORA", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" - } - ] - } - }, - { - "fullUrl" : "PractitionerRole/1713310292201302000.10958c13-63e6-4442-9459-0ec0be8e4fdb", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1713310292201302000.10958c13-63e6-4442-9459-0ec0be8e4fdb", - "practitioner" : { - "reference" : "Practitioner/1713310292201781000.ca3660b4-0e4c-4293-8e98-29492270be1e" - }, - "organization" : { - "reference" : "Organization/1713310292202657000.904ee52c-1b96-498d-891a-552c54141ce1" - }, - "code" : [ - { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } - ] - } - ] - } - }, - { - "fullUrl" : "Observation/1713310292203602000.962b4f6f-bdd8-401e-8c7c-adbb3a40f6f5", - "resource" : { - "resourceType" : "Observation", - "id" : "1713310292203602000.962b4f6f-bdd8-401e-8c7c-adbb3a40f6f5", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "2.4" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2021-08-10T06:25:00-06:00", - "_valueDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210810062500-0600" - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ - { - "url" : "OBX.2", - "valueId" : "ST" - }, - { - "url" : "OBX.11", - "valueString" : "C" - } - ] - } - ], - "status" : "corrected", - "subject" : { - "reference" : "Patient/1713310292174793000.d3e32048-5cb6-46e5-9069-4ca92e4ac1f6" - }, - "encounter" : { - "reference" : "Encounter/1713310292182502000.7bd38229-d4b8-4ad9-9890-1aec968cc276" - }, - "effectiveDateTime" : "2028-08-02T02:52:01-06:00", - "_effectiveDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" - } - ] - }, - "performer" : [ - { - "reference" : "Organization/1713310292203801000.6e199fc7-4cf0-4360-b31f-8f181409e772" - }, - { - "reference" : "PractitionerRole/1713310292203885000.e173e2ef-33f3-4e3b-b838-44a21e376cee" - } - ], - "valueString" : "YEAST" - } - }, - { - "fullUrl" : "Organization/1713310292203801000.6e199fc7-4cf0-4360-b31f-8f181409e772", - "resource" : { - "resourceType" : "Organization", - "id" : "1713310292203801000.6e199fc7-4cf0-4360-b31f-8f181409e772", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } - ] - } - }, - { - "fullUrl" : "Practitioner/1713310292204348000.19ee0197-bbf7-4842-b52b-7865f5609b05", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1713310292204348000.19ee0197-bbf7-4842-b52b-7865f5609b05", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "GREGORY" - }, - { - "url" : "XCN.4", - "valueString" : "R" - }, - { - "url" : "XCN.21", - "valueString" : "MD" - }, - { - "url" : "XCN.10", - "valueString" : "L" - } - ] - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "FI" - } - ] - }, - "system" : "RML", - "value" : "1740336429" - } - ], - "name" : [ - { - "use" : "official", - "family" : "KOTNIS", - "given" : [ - "GREGORY", - "R" - ], - "prefix" : [ - "DR." - ], - "suffix" : [ - "MD" - ] - } - ] - } - }, - { - "fullUrl" : "Organization/1713310292205158000.edb5d7e2-a7e0-49ff-bfa8-cb8d2955ff76", - "resource" : { - "resourceType" : "Organization", - "id" : "1713310292205158000.edb5d7e2-a7e0-49ff-bfa8-cb8d2955ff76", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ] - } - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ - { - "url" : "XON.10", - "valueString" : "06D0055551" - } - ] - } - ], - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/code-index-name", - "valueString" : "identifier" - } - ], - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" - } - ] - }, - "value" : "06D0055551" - } - ], - "name" : "TMCA, SOUTH CAMPUS", - "address" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "B" - } - ] - } - ], - "use" : "work", - "line" : [ - "1501 S. POTOMAC" - ], - "city" : "AURORA", - "district" : "A", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" - } - ] - } - }, - { - "fullUrl" : "PractitionerRole/1713310292203885000.e173e2ef-33f3-4e3b-b838-44a21e376cee", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1713310292203885000.e173e2ef-33f3-4e3b-b838-44a21e376cee", - "practitioner" : { - "reference" : "Practitioner/1713310292204348000.19ee0197-bbf7-4842-b52b-7865f5609b05" - }, - "organization" : { - "reference" : "Organization/1713310292205158000.edb5d7e2-a7e0-49ff-bfa8-cb8d2955ff76" - }, - "code" : [ - { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } - ] - } - ] - } - }, - { - "fullUrl" : "Observation/1713310292206155000.4526c564-a785-43d8-bfda-aee269104928", - "resource" : { - "resourceType" : "Observation", - "id" : "1713310292206155000.4526c564-a785-43d8-bfda-aee269104928", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "2.5" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2021-08-10T06:25:00-06:00", - "_valueDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210810062500-0600" - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ - { - "url" : "OBX.2", - "valueId" : "ST" - }, - { - "url" : "OBX.11", - "valueString" : "C" - } - ] - } - ], - "status" : "corrected", - "subject" : { - "reference" : "Patient/1713310292174793000.d3e32048-5cb6-46e5-9069-4ca92e4ac1f6" - }, - "encounter" : { - "reference" : "Encounter/1713310292182502000.7bd38229-d4b8-4ad9-9890-1aec968cc276" - }, - "effectiveDateTime" : "2028-08-02T02:52:01-06:00", - "_effectiveDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" - } - ] - }, - "performer" : [ - { - "reference" : "Organization/1713310292206349000.4b9dbc44-988f-445e-90f5-7c8d2210f820" - }, - { - "reference" : "PractitionerRole/1713310292206433000.9098a01d-0ad8-48e2-9774-daaefa911847" - } - ], - "valueString" : "AEROBIC BOTTLE" - } - }, - { - "fullUrl" : "Organization/1713310292206349000.4b9dbc44-988f-445e-90f5-7c8d2210f820", - "resource" : { - "resourceType" : "Organization", - "id" : "1713310292206349000.4b9dbc44-988f-445e-90f5-7c8d2210f820", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } - ] - } - }, - { - "fullUrl" : "Practitioner/1713310292206895000.022e84bc-9dda-4643-b290-413ffcd44d96", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1713310292206895000.022e84bc-9dda-4643-b290-413ffcd44d96", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "GREGORY" - }, - { - "url" : "XCN.4", - "valueString" : "R" - }, - { - "url" : "XCN.21", - "valueString" : "MD" - }, - { - "url" : "XCN.10", - "valueString" : "L" - } - ] - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "FI" - } - ] - }, - "system" : "RML", - "value" : "1740336429" - } - ], - "name" : [ - { - "use" : "official", - "family" : "KOTNIS", - "given" : [ - "GREGORY", - "R" - ], - "prefix" : [ - "DR." - ], - "suffix" : [ - "MD" - ] - } - ] - } - }, - { - "fullUrl" : "Organization/1713310292207701000.b0602497-3dda-4eee-9c7e-877ed8cfd9f7", - "resource" : { - "resourceType" : "Organization", - "id" : "1713310292207701000.b0602497-3dda-4eee-9c7e-877ed8cfd9f7", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ] - } - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ - { - "url" : "XON.10", - "valueString" : "06D0055551" - } - ] - } - ], - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/code-index-name", - "valueString" : "identifier" - } - ], - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" - } - ] - }, - "value" : "06D0055551" - } - ], - "name" : "TMCA, SOUTH CAMPUS", - "address" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "B" - } - ] - } - ], - "use" : "work", - "line" : [ - "1501 S. POTOMAC" - ], - "city" : "AURORA", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" - } - ] - } - }, - { - "fullUrl" : "PractitionerRole/1713310292206433000.9098a01d-0ad8-48e2-9774-daaefa911847", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1713310292206433000.9098a01d-0ad8-48e2-9774-daaefa911847", - "practitioner" : { - "reference" : "Practitioner/1713310292206895000.022e84bc-9dda-4643-b290-413ffcd44d96" - }, - "organization" : { - "reference" : "Organization/1713310292207701000.b0602497-3dda-4eee-9c7e-877ed8cfd9f7" - }, - "code" : [ - { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } - ] - } - ] - } - }, - { - "fullUrl" : "Observation/1713310292208910000.7f6d5796-6619-4269-b3b9-b96a1329b778", - "resource" : { - "resourceType" : "Observation", - "id" : "1713310292208910000.7f6d5796-6619-4269-b3b9-b96a1329b778", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2021-08-10T06:25:00-06:00", - "_valueDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210810062500-0600" - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ - { - "url" : "OBX.2", - "valueId" : "CWE" - }, - { - "url" : "OBX.11", - "valueString" : "C" - } - ] - } - ], - "status" : "corrected", - "subject" : { - "reference" : "Patient/1713310292174793000.d3e32048-5cb6-46e5-9069-4ca92e4ac1f6" - }, - "encounter" : { - "reference" : "Encounter/1713310292182502000.7bd38229-d4b8-4ad9-9890-1aec968cc276" - }, - "effectiveDateTime" : "2028-08-02T02:52:01-06:00", - "_effectiveDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" - } - ] - }, - "performer" : [ - { - "reference" : "Organization/1713310292209110000.9df029b3-9e52-4ca8-8357-cf31f0c34981" - }, - { - "reference" : "PractitionerRole/1713310292209203000.e6f1638f-80e8-4fb5-875c-840c92a798bb" - } - ], - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "POSITIVE", - "display" : "POSITIVE" - } - ], - "text" : "POSITIVE" - }, - "note" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "Nucleic acid test for the detection of Staphylococcus spp.," - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", - "valueId" : "L" - } - ], - "text" : "Nucleic acid test for the detection of Staphylococcus spp.," - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "S. aureus, S. epidermidis, S. lugdunensis, Streptococcus" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", - "valueId" : "L" - } - ], - "text" : "S. aureus, S. epidermidis, S. lugdunensis, Streptococcus" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "spp., S. pneumoniae, S. pyogenes, S. agalactiae," - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", - "valueId" : "L" - } - ], - "text" : "spp., S. pneumoniae, S. pyogenes, S. agalactiae," - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "S. anginosus group, Enterococcus faecalis, Enterococcus" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", - "valueId" : "L" - } - ], - "text" : "S. anginosus group, Enterococcus faecalis, Enterococcus" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "faecium, mec-A mediated methicillin resistance, and" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", - "valueId" : "L" - } - ], - "text" : "faecium, mec-A mediated methicillin resistance, and" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "vanA/vanB mediated Vancomycin resistance was performed and" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", - "valueId" : "L" - } - ], - "text" : "vanA/vanB mediated Vancomycin resistance was performed and" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "was NEGATIVE for all targets tested." - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", - "valueId" : "L" - } - ], - "text" : "was NEGATIVE for all targets tested." - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", - "valueId" : "L" - } - ] - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "*****CORRECTED REPORT*****" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", - "valueId" : "L" - } - ], - "text" : "*****CORRECTED REPORT*****" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "Previous report of was incorrect." - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", - "valueId" : "L" - } - ], - "text" : "Previous report of was incorrect." - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "The correct report of YEAST PRESENT ON GRAM STAIN" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", - "valueId" : "L" - } - ], - "text" : "The correct report of YEAST PRESENT ON GRAM STAIN" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "was called and texted to ALLISON CABRERA" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", - "valueId" : "L" - } - ], - "text" : "was called and texted to ALLISON CABRERA" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "Date:08/08/28 Time:0613 Called by:ELB.RMH" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", - "valueId" : "L" - } - ], - "text" : "Date:08/08/28 Time:0613 Called by:ELB.RMH" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", - "valueId" : "L" - } - ] - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "Critical result called to and read back by:RN LIBBY HILL" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", - "valueId" : "L" - } - ], - "text" : "Critical result called to and read back by:RN LIBBY HILL" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "Location:ICU on 08/06/21 at 1136 by ELB.HC" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", - "valueId" : "L" - } - ], - "text" : "Location:ICU on 08/06/21 at 1136 by ELB.HC" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", - "valueId" : "L" - } - ] - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "Critical result called to and read back by:HANNAH STEVENS RN" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", - "valueId" : "L" - } - ], - "text" : "Critical result called to and read back by:HANNAH STEVENS RN" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "Location:ICUB on 08/02/28 at 2201 by ELB.MS3" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", - "valueId" : "L" - } - ], - "text" : "Location:ICUB on 08/02/28 at 2201 by ELB.MS3" - } - ] - } - }, - { - "fullUrl" : "Organization/1713310292209110000.9df029b3-9e52-4ca8-8357-cf31f0c34981", - "resource" : { - "resourceType" : "Organization", - "id" : "1713310292209110000.9df029b3-9e52-4ca8-8357-cf31f0c34981", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } - ] - } - }, - { - "fullUrl" : "Practitioner/1713310292209729000.03d478df-f142-41bc-a067-60d7c349b147", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1713310292209729000.03d478df-f142-41bc-a067-60d7c349b147", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "GREGORY" - }, - { - "url" : "XCN.4", - "valueString" : "R" - }, - { - "url" : "XCN.21", - "valueString" : "MD" - }, - { - "url" : "XCN.10", - "valueString" : "L" - } - ] - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "FI" - } - ] - }, - "system" : "RML", - "value" : "1740336429" - } - ], - "name" : [ - { - "use" : "official", - "family" : "KOTNIS", - "given" : [ - "GREGORY", - "R" - ], - "prefix" : [ - "DR." - ], - "suffix" : [ - "MD" - ] - } - ] - } - }, - { - "fullUrl" : "Organization/1713310292210554000.d2f7fef6-2dcd-47a4-b21d-226caba190ee", - "resource" : { - "resourceType" : "Organization", - "id" : "1713310292210554000.d2f7fef6-2dcd-47a4-b21d-226caba190ee", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ] - } - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ - { - "url" : "XON.10", - "valueString" : "06D0055551" - } - ] - } - ], - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/code-index-name", - "valueString" : "identifier" - } - ], - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" - } - ] - }, - "value" : "06D0055551" - } - ], - "name" : "TMCA, SOUTH CAMPUS", - "address" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "B" - } - ] - } - ], - "use" : "work", - "line" : [ - "1501 S. POTOMAC" - ], - "city" : "AURORA", - "district" : "MD", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" - } - ] - } - }, - { - "fullUrl" : "PractitionerRole/1713310292209203000.e6f1638f-80e8-4fb5-875c-840c92a798bb", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1713310292209203000.e6f1638f-80e8-4fb5-875c-840c92a798bb", - "practitioner" : { - "reference" : "Practitioner/1713310292209729000.03d478df-f142-41bc-a067-60d7c349b147" - }, - "organization" : { - "reference" : "Organization/1713310292210554000.d2f7fef6-2dcd-47a4-b21d-226caba190ee" - }, - "code" : [ - { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } - ] - } - ] - } - }, - { - "fullUrl" : "Observation/1713310292214284000.49efeb0f-f322-4f8b-98e3-36c49b7e0589", - "resource" : { - "resourceType" : "Observation", - "id" : "1713310292214284000.49efeb0f-f322-4f8b-98e3-36c49b7e0589", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2021-08-05T01:38:00-06:00", - "_valueDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210805013800-0600" - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ - { - "url" : "OBX.2", - "valueId" : "CE" - }, - { - "url" : "OBX.11", - "valueString" : "F" - } - ] - } - ], - "status" : "final", - "code" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/ce-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/ce-coding-system", - "valueString" : "LN" - } - ], - "system" : "http://loinc.org", - "code" : "77202-0", - "display" : "Laboratory comment [Text] in Report Narrative" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "code" : "VERGPCOM", - "display" : "COMMENT" - } - ] - }, - "subject" : { - "reference" : "Patient/1713310292174793000.d3e32048-5cb6-46e5-9069-4ca92e4ac1f6" - }, - "encounter" : { - "reference" : "Encounter/1713310292182502000.7bd38229-d4b8-4ad9-9890-1aec968cc276" - }, - "effectiveDateTime" : "2028-08-02T02:52:01-06:00", - "_effectiveDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" - } - ] - }, - "performer" : [ - { - "reference" : "Organization/1713310292214479000.8c8ebc8e-8eda-4e00-90d1-39a72195b46d" - }, - { - "reference" : "PractitionerRole/1713310292214568000.b8f55647-0e7e-430f-91aa-5e97aaeabcdd" - } - ], - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/ce-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/ce-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "code" : "COM" - } - ] - } - } - }, - { - "fullUrl" : "Organization/1713310292214479000.8c8ebc8e-8eda-4e00-90d1-39a72195b46d", - "resource" : { - "resourceType" : "Organization", - "id" : "1713310292214479000.8c8ebc8e-8eda-4e00-90d1-39a72195b46d", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } - ] - } - }, - { - "fullUrl" : "Practitioner/1713310292215070000.66bbd61e-f453-4bbb-adf3-0987bdbcf6d7", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1713310292215070000.66bbd61e-f453-4bbb-adf3-0987bdbcf6d7", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "GREGORY" - }, - { - "url" : "XCN.4", - "valueString" : "R" - }, - { - "url" : "XCN.21", - "valueString" : "MD" - }, - { - "url" : "XCN.10", - "valueString" : "L" - } - ] - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "FI" - } - ] - }, - "system" : "RML", - "value" : "1740336429" - } - ], - "name" : [ - { - "use" : "official", - "family" : "KOTNIS", - "given" : [ - "GREGORY", - "R" - ], - "prefix" : [ - "DR." - ], - "suffix" : [ - "MD" - ] - } - ] - } - }, - { - "fullUrl" : "Organization/1713310292215893000.800aa4b1-a3ca-4a47-b15e-ee07701ad448", - "resource" : { - "resourceType" : "Organization", - "id" : "1713310292215893000.800aa4b1-a3ca-4a47-b15e-ee07701ad448", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ] - } - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ - { - "url" : "XON.10", - "valueString" : "06D0055551" - } - ] - } - ], - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/code-index-name", - "valueString" : "identifier" - } - ], - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" - } - ] - }, - "value" : "06D0055551" - } - ], - "name" : "TMCA, SOUTH CAMPUS", - "address" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "B" - } - ] - } - ], - "use" : "work", - "line" : [ - "1501 S. POTOMAC" - ], - "city" : "AURORA", - "district" : "S", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" - } - ] - } - }, - { - "fullUrl" : "PractitionerRole/1713310292214568000.b8f55647-0e7e-430f-91aa-5e97aaeabcdd", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1713310292214568000.b8f55647-0e7e-430f-91aa-5e97aaeabcdd", - "practitioner" : { - "reference" : "Practitioner/1713310292215070000.66bbd61e-f453-4bbb-adf3-0987bdbcf6d7" - }, - "organization" : { - "reference" : "Organization/1713310292215893000.800aa4b1-a3ca-4a47-b15e-ee07701ad448" - }, - "code" : [ - { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } - ] - } - ] - } - }, - { - "fullUrl" : "Observation/1713310292216774000.aa3e3e96-4401-4775-9f30-10d66fbdb0d3", - "resource" : { - "resourceType" : "Observation", - "id" : "1713310292216774000.aa3e3e96-4401-4775-9f30-10d66fbdb0d3", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1.1" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2021-08-05T01:38:00-06:00", - "_valueDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210805013800-0600" - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ - { - "url" : "OBX.2", - "valueId" : "ST" - }, - { - "url" : "OBX.11", - "valueString" : "F" - } - ] - } - ], - "status" : "final", - "subject" : { - "reference" : "Patient/1713310292174793000.d3e32048-5cb6-46e5-9069-4ca92e4ac1f6" - }, - "encounter" : { - "reference" : "Encounter/1713310292182502000.7bd38229-d4b8-4ad9-9890-1aec968cc276" - }, - "performer" : [ - { - "reference" : "Organization/1713310292216967000.268c04ed-416f-49d5-ad80-54707bc809cb" - }, - { - "reference" : "PractitionerRole/1713310292217050000.dd237c50-c8b5-47a9-9f22-6286d5a84fbd" - } - ], - "valueString" : "This is a rapid molecular assay that simultaneously detects" - } - }, - { - "fullUrl" : "Organization/1713310292216967000.268c04ed-416f-49d5-ad80-54707bc809cb", - "resource" : { - "resourceType" : "Organization", - "id" : "1713310292216967000.268c04ed-416f-49d5-ad80-54707bc809cb", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } - ] - } - }, - { - "fullUrl" : "Practitioner/1713310292217534000.8a8f993a-a74c-4d42-9e63-8fa50304e2a8", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1713310292217534000.8a8f993a-a74c-4d42-9e63-8fa50304e2a8", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "GREGORY" - }, - { - "url" : "XCN.4", - "valueString" : "R" - }, - { - "url" : "XCN.21", - "valueString" : "MD" - }, - { - "url" : "XCN.10", - "valueString" : "L" - } - ] - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "FI" - } - ] - }, - "system" : "RML", - "value" : "1740336429" - } - ], - "name" : [ - { - "use" : "official", - "family" : "KOTNIS", - "given" : [ - "GREGORY", - "R" - ], - "prefix" : [ - "DR." - ], - "suffix" : [ - "MD" - ] - } - ] - } - }, - { - "fullUrl" : "Organization/1713310292218342000.02f855b2-6566-457b-a4d5-7900e97bb97f", - "resource" : { - "resourceType" : "Organization", - "id" : "1713310292218342000.02f855b2-6566-457b-a4d5-7900e97bb97f", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ] - } - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ - { - "url" : "XON.10", - "valueString" : "06D0055551" - } - ] - } - ], - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/code-index-name", - "valueString" : "identifier" - } - ], - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" - } - ] - }, - "value" : "06D0055551" - } - ], - "name" : "TMCA, SOUTH CAMPUS", - "address" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "B" - } - ] - } - ], - "use" : "work", - "line" : [ - "1501 S. POTOMAC" - ], - "city" : "AURORA", - "district" : "MD", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" - } - ] - } - }, - { - "fullUrl" : "PractitionerRole/1713310292217050000.dd237c50-c8b5-47a9-9f22-6286d5a84fbd", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1713310292217050000.dd237c50-c8b5-47a9-9f22-6286d5a84fbd", - "practitioner" : { - "reference" : "Practitioner/1713310292217534000.8a8f993a-a74c-4d42-9e63-8fa50304e2a8" - }, - "organization" : { - "reference" : "Organization/1713310292218342000.02f855b2-6566-457b-a4d5-7900e97bb97f" - }, - "code" : [ - { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } - ] - } - ] - } - }, - { - "fullUrl" : "Observation/1713310292219158000.4eb8b082-460a-41da-a6eb-5c7c28af58db", - "resource" : { - "resourceType" : "Observation", - "id" : "1713310292219158000.4eb8b082-460a-41da-a6eb-5c7c28af58db", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1.1" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2021-08-05T01:38:00-06:00", - "_valueDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210805013800-0600" - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ - { - "url" : "OBX.2", - "valueId" : "ST" - }, - { - "url" : "OBX.11", - "valueString" : "F" - } - ] - } - ], - "status" : "final", - "subject" : { - "reference" : "Patient/1713310292174793000.d3e32048-5cb6-46e5-9069-4ca92e4ac1f6" - }, - "encounter" : { - "reference" : "Encounter/1713310292182502000.7bd38229-d4b8-4ad9-9890-1aec968cc276" - }, - "performer" : [ - { - "reference" : "Organization/1713310292219351000.394c28d4-a0ca-4833-91be-6d2c3dc33615" - }, - { - "reference" : "PractitionerRole/1713310292219434000.0a097680-278e-4365-a385-8f7d541ffd4e" - } - ], - "valueString" : "and identifies the following gram-positive organisms:" - } - }, - { - "fullUrl" : "Organization/1713310292219351000.394c28d4-a0ca-4833-91be-6d2c3dc33615", - "resource" : { - "resourceType" : "Organization", - "id" : "1713310292219351000.394c28d4-a0ca-4833-91be-6d2c3dc33615", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } - ] - } - }, - { - "fullUrl" : "Practitioner/1713310292219906000.eef2164b-f2df-41fb-a53f-51553dada153", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1713310292219906000.eef2164b-f2df-41fb-a53f-51553dada153", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "GREGORY" - }, - { - "url" : "XCN.4", - "valueString" : "R" - }, - { - "url" : "XCN.21", - "valueString" : "MD" - }, - { - "url" : "XCN.10", - "valueString" : "L" - } - ] - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "FI" - } - ] - }, - "system" : "RML", - "value" : "1740336429" - } - ], - "name" : [ - { - "use" : "official", - "family" : "KOTNIS", - "given" : [ - "GREGORY", - "R" - ], - "prefix" : [ - "DR." - ], - "suffix" : [ - "MD" - ] - } - ] - } - }, - { - "fullUrl" : "Organization/1713310292220689000.8adb9a0e-1dbe-433c-8e79-c4952b002452", - "resource" : { - "resourceType" : "Organization", - "id" : "1713310292220689000.8adb9a0e-1dbe-433c-8e79-c4952b002452", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ] - } - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ - { - "url" : "XON.10", - "valueString" : "06D0055551" - } - ] - } - ], - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/code-index-name", - "valueString" : "identifier" - } - ], - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" - } - ] - }, - "value" : "06D0055551" - } - ], - "name" : "TMCA, SOUTH CAMPUS", - "address" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "B" - } - ] - } - ], - "use" : "work", - "line" : [ - "1501 S. POTOMAC" - ], - "city" : "AURORA", - "district" : "MD", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" - } - ] - } - }, - { - "fullUrl" : "PractitionerRole/1713310292219434000.0a097680-278e-4365-a385-8f7d541ffd4e", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1713310292219434000.0a097680-278e-4365-a385-8f7d541ffd4e", - "practitioner" : { - "reference" : "Practitioner/1713310292219906000.eef2164b-f2df-41fb-a53f-51553dada153" - }, - "organization" : { - "reference" : "Organization/1713310292220689000.8adb9a0e-1dbe-433c-8e79-c4952b002452" - }, - "code" : [ - { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } - ] - } - ] - } - }, - { - "fullUrl" : "Observation/1713310292221523000.c8c215d5-c5d3-45f9-8388-d0b3d7d0ea9e", - "resource" : { - "resourceType" : "Observation", - "id" : "1713310292221523000.c8c215d5-c5d3-45f9-8388-d0b3d7d0ea9e", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1.1" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2021-08-05T01:38:00-06:00", - "_valueDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210805013800-0600" - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ - { - "url" : "OBX.2", - "valueId" : "ST" - }, - { - "url" : "OBX.11", - "valueString" : "F" - } - ] - } - ], - "status" : "final", - "subject" : { - "reference" : "Patient/1713310292174793000.d3e32048-5cb6-46e5-9069-4ca92e4ac1f6" - }, - "encounter" : { - "reference" : "Encounter/1713310292182502000.7bd38229-d4b8-4ad9-9890-1aec968cc276" - }, - "performer" : [ - { - "reference" : "Organization/1713310292221723000.315792f4-ac69-4f1f-a347-d3a5fff0bf81" - }, - { - "reference" : "PractitionerRole/1713310292221806000.457a1a5b-1e46-4378-bbfe-8ce27c97d332" - } - ], - "dataAbsentReason" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/data-absent-reason", - "code" : "unknown" - } - ] - } - } - }, - { - "fullUrl" : "Organization/1713310292221723000.315792f4-ac69-4f1f-a347-d3a5fff0bf81", - "resource" : { - "resourceType" : "Organization", - "id" : "1713310292221723000.315792f4-ac69-4f1f-a347-d3a5fff0bf81", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } - ] - } - }, - { - "fullUrl" : "Practitioner/1713310292222272000.1d3c6ef3-a125-4928-9d09-d8ba160d472b", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1713310292222272000.1d3c6ef3-a125-4928-9d09-d8ba160d472b", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "GREGORY" - }, - { - "url" : "XCN.4", - "valueString" : "R" - }, - { - "url" : "XCN.21", - "valueString" : "MD" - }, - { - "url" : "XCN.10", - "valueString" : "L" - } - ] - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "FI" - } - ] - }, - "system" : "RML", - "value" : "1740336429" - } - ], - "name" : [ - { - "use" : "official", - "family" : "KOTNIS", - "given" : [ - "GREGORY", - "R" - ], - "prefix" : [ - "DR." - ], - "suffix" : [ - "MD" - ] - } - ] - } - }, - { - "fullUrl" : "Organization/1713310292223063000.78036b6a-7bb6-43a9-a3a0-1d8b7242d410", - "resource" : { - "resourceType" : "Organization", - "id" : "1713310292223063000.78036b6a-7bb6-43a9-a3a0-1d8b7242d410", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ] - } - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ - { - "url" : "XON.10", - "valueString" : "06D0055551" - } - ] - } - ], - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/code-index-name", - "valueString" : "identifier" - } - ], - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" - } - ] - }, - "value" : "06D0055551" - } - ], - "name" : "TMCA, SOUTH CAMPUS", - "address" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "B" - } - ] - } - ], - "use" : "work", - "line" : [ - "1501 S. POTOMAC" - ], - "city" : "AURORA", - "district" : "MD", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" - } - ] - } - }, - { - "fullUrl" : "PractitionerRole/1713310292221806000.457a1a5b-1e46-4378-bbfe-8ce27c97d332", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1713310292221806000.457a1a5b-1e46-4378-bbfe-8ce27c97d332", - "practitioner" : { - "reference" : "Practitioner/1713310292222272000.1d3c6ef3-a125-4928-9d09-d8ba160d472b" - }, - "organization" : { - "reference" : "Organization/1713310292223063000.78036b6a-7bb6-43a9-a3a0-1d8b7242d410" - }, - "code" : [ - { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } - ] - } - ] - } - }, - { - "fullUrl" : "Observation/1713310292223876000.b68c402a-399d-4933-8280-c3131d5aedd4", - "resource" : { - "resourceType" : "Observation", - "id" : "1713310292223876000.b68c402a-399d-4933-8280-c3131d5aedd4", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1.1" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2021-08-05T01:38:00-06:00", - "_valueDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210805013800-0600" - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ - { - "url" : "OBX.2", - "valueId" : "ST" - }, - { - "url" : "OBX.11", - "valueString" : "F" - } - ] - } - ], - "status" : "final", - "subject" : { - "reference" : "Patient/1713310292174793000.d3e32048-5cb6-46e5-9069-4ca92e4ac1f6" - }, - "encounter" : { - "reference" : "Encounter/1713310292182502000.7bd38229-d4b8-4ad9-9890-1aec968cc276" - }, - "performer" : [ - { - "reference" : "Organization/1713310292224075000.c7ae026e-fb76-4270-aef9-2e617ba907f3" - }, - { - "reference" : "PractitionerRole/1713310292224161000.39005432-1f89-4316-bc04-8225766f1eef" - } - ], - "valueString" : "Staphylococcus spp. Streptococcus pyogenes" - } - }, - { - "fullUrl" : "Organization/1713310292224075000.c7ae026e-fb76-4270-aef9-2e617ba907f3", - "resource" : { - "resourceType" : "Organization", - "id" : "1713310292224075000.c7ae026e-fb76-4270-aef9-2e617ba907f3", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } - ] - } - }, - { - "fullUrl" : "Practitioner/1713310292224649000.d2d15093-a5fc-49d7-a9d7-ade2ec4010fb", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1713310292224649000.d2d15093-a5fc-49d7-a9d7-ade2ec4010fb", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "GREGORY" - }, - { - "url" : "XCN.4", - "valueString" : "R" - }, - { - "url" : "XCN.21", - "valueString" : "MD" - }, - { - "url" : "XCN.10", - "valueString" : "L" - } - ] - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "FI" - } - ] - }, - "system" : "RML", - "value" : "1740336429" - } - ], - "name" : [ - { - "use" : "official", - "family" : "KOTNIS", - "given" : [ - "GREGORY", - "R" - ], - "prefix" : [ - "DR." - ], - "suffix" : [ - "MD" - ] - } - ] - } - }, - { - "fullUrl" : "Organization/1713310292225451000.25d02db8-2ce1-40ab-82bf-13431b6f18db", - "resource" : { - "resourceType" : "Organization", - "id" : "1713310292225451000.25d02db8-2ce1-40ab-82bf-13431b6f18db", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ] - } - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ - { - "url" : "XON.10", - "valueString" : "06D0055551" - } - ] - } - ], - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/code-index-name", - "valueString" : "identifier" - } - ], - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" - } - ] - }, - "value" : "06D0055551" - } - ], - "name" : "TMCA, SOUTH CAMPUS", - "address" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "B" - } - ] - } - ], - "use" : "work", - "line" : [ - "1501 S. POTOMAC" - ], - "city" : "AURORA", - "district" : "MD", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" - } - ] - } - }, - { - "fullUrl" : "PractitionerRole/1713310292224161000.39005432-1f89-4316-bc04-8225766f1eef", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1713310292224161000.39005432-1f89-4316-bc04-8225766f1eef", - "practitioner" : { - "reference" : "Practitioner/1713310292224649000.d2d15093-a5fc-49d7-a9d7-ade2ec4010fb" - }, - "organization" : { - "reference" : "Organization/1713310292225451000.25d02db8-2ce1-40ab-82bf-13431b6f18db" - }, - "code" : [ - { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } - ] - } - ] - } - }, - { - "fullUrl" : "Observation/1713310292226270000.6aa9c30d-99d0-4cde-b10f-8b9833e9dd21", - "resource" : { - "resourceType" : "Observation", - "id" : "1713310292226270000.6aa9c30d-99d0-4cde-b10f-8b9833e9dd21", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1.1" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2021-08-05T01:38:00-06:00", - "_valueDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210805013800-0600" - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ - { - "url" : "OBX.2", - "valueId" : "ST" - }, - { - "url" : "OBX.11", - "valueString" : "F" - } - ] - } - ], - "status" : "final", - "subject" : { - "reference" : "Patient/1713310292174793000.d3e32048-5cb6-46e5-9069-4ca92e4ac1f6" - }, - "encounter" : { - "reference" : "Encounter/1713310292182502000.7bd38229-d4b8-4ad9-9890-1aec968cc276" - }, - "performer" : [ - { - "reference" : "Organization/1713310292226461000.b88d3e43-2fb8-4d80-a7da-37c9ec83d58e" - }, - { - "reference" : "PractitionerRole/1713310292226544000.26985914-e3e5-4e55-ba19-33909b0aa9f1" - } - ], - "valueString" : "Staphylococcus aureus Streptococcus agalactiae" - } - }, - { - "fullUrl" : "Organization/1713310292226461000.b88d3e43-2fb8-4d80-a7da-37c9ec83d58e", - "resource" : { - "resourceType" : "Organization", - "id" : "1713310292226461000.b88d3e43-2fb8-4d80-a7da-37c9ec83d58e", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } - ] - } - }, - { - "fullUrl" : "Practitioner/1713310292227006000.774f1eb4-abc1-4dce-947e-e6b7242846cb", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1713310292227006000.774f1eb4-abc1-4dce-947e-e6b7242846cb", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "GREGORY" - }, - { - "url" : "XCN.4", - "valueString" : "R" - }, - { - "url" : "XCN.21", - "valueString" : "MD" - }, - { - "url" : "XCN.10", - "valueString" : "L" - } - ] - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "FI" - } - ] - }, - "system" : "RML", - "value" : "1740336429" - } - ], - "name" : [ - { - "use" : "official", - "family" : "KOTNIS", - "given" : [ - "GREGORY", - "R" - ], - "prefix" : [ - "DR." - ], - "suffix" : [ - "MD" - ] - } - ] - } - }, - { - "fullUrl" : "Organization/1713310292227811000.6bec019b-a6dd-4f08-98a7-c6a3b0b53f8e", - "resource" : { - "resourceType" : "Organization", - "id" : "1713310292227811000.6bec019b-a6dd-4f08-98a7-c6a3b0b53f8e", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ] - } - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ - { - "url" : "XON.10", - "valueString" : "06D0055551" - } - ] - } - ], - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/code-index-name", - "valueString" : "identifier" - } - ], - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" - } - ] - }, - "value" : "06D0055551" - } - ], - "name" : "TMCA, SOUTH CAMPUS", - "address" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "B" - } - ] - } - ], - "use" : "work", - "line" : [ - "1501 S. POTOMAC" - ], - "city" : "AURORA", - "district" : "MD", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" - } - ] - } - }, - { - "fullUrl" : "PractitionerRole/1713310292226544000.26985914-e3e5-4e55-ba19-33909b0aa9f1", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1713310292226544000.26985914-e3e5-4e55-ba19-33909b0aa9f1", - "practitioner" : { - "reference" : "Practitioner/1713310292227006000.774f1eb4-abc1-4dce-947e-e6b7242846cb" - }, - "organization" : { - "reference" : "Organization/1713310292227811000.6bec019b-a6dd-4f08-98a7-c6a3b0b53f8e" - }, - "code" : [ - { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } - ] - } - ] - } - }, - { - "fullUrl" : "Observation/1713310292228621000.77c8a922-d42c-4ccf-b91f-2afb753ee985", - "resource" : { - "resourceType" : "Observation", - "id" : "1713310292228621000.77c8a922-d42c-4ccf-b91f-2afb753ee985", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1.1" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2021-08-05T01:38:00-06:00", - "_valueDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210805013800-0600" - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ - { - "url" : "OBX.2", - "valueId" : "ST" - }, - { - "url" : "OBX.11", - "valueString" : "F" - } - ] - } - ], - "status" : "final", - "subject" : { - "reference" : "Patient/1713310292174793000.d3e32048-5cb6-46e5-9069-4ca92e4ac1f6" - }, - "encounter" : { - "reference" : "Encounter/1713310292182502000.7bd38229-d4b8-4ad9-9890-1aec968cc276" - }, - "performer" : [ - { - "reference" : "Organization/1713310292228813000.2541f6eb-541c-4eca-abcf-dfd1f34e3a3d" - }, - { - "reference" : "PractitionerRole/1713310292228897000.90cae1ff-0f41-4f20-a896-dd37d6d42b3c" - } - ], - "valueString" : "Staphylococcus epidermidis Streptococcus anginosus group" - } - }, - { - "fullUrl" : "Organization/1713310292228813000.2541f6eb-541c-4eca-abcf-dfd1f34e3a3d", - "resource" : { - "resourceType" : "Organization", - "id" : "1713310292228813000.2541f6eb-541c-4eca-abcf-dfd1f34e3a3d", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } - ] - } - }, - { - "fullUrl" : "Practitioner/1713310292229358000.b5264d03-0d41-42f4-bf3e-fd0a7e457997", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1713310292229358000.b5264d03-0d41-42f4-bf3e-fd0a7e457997", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "GREGORY" - }, - { - "url" : "XCN.4", - "valueString" : "R" - }, - { - "url" : "XCN.21", - "valueString" : "MD" - }, - { - "url" : "XCN.10", - "valueString" : "L" - } - ] - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "FI" - } - ] - }, - "system" : "RML", - "value" : "1740336429" - } - ], - "name" : [ - { - "use" : "official", - "family" : "KOTNIS", - "given" : [ - "GREGORY", - "R" - ], - "prefix" : [ - "DR." - ], - "suffix" : [ - "MD" - ] - } - ] - } - }, - { - "fullUrl" : "Organization/1713310292230151000.b28abbaf-3760-43cb-9e46-f729b6aaff37", - "resource" : { - "resourceType" : "Organization", - "id" : "1713310292230151000.b28abbaf-3760-43cb-9e46-f729b6aaff37", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ] - } - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ - { - "url" : "XON.10", - "valueString" : "06D0055551" - } - ] - } - ], - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/code-index-name", - "valueString" : "identifier" - } - ], - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" - } - ] - }, - "value" : "06D0055551" - } - ], - "name" : "TMCA, SOUTH CAMPUS", - "address" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "B" - } - ] - } - ], - "use" : "work", - "line" : [ - "1501 S. POTOMAC" - ], - "city" : "AURORA", - "district" : "MD", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" - } - ] - } - }, - { - "fullUrl" : "PractitionerRole/1713310292228897000.90cae1ff-0f41-4f20-a896-dd37d6d42b3c", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1713310292228897000.90cae1ff-0f41-4f20-a896-dd37d6d42b3c", - "practitioner" : { - "reference" : "Practitioner/1713310292229358000.b5264d03-0d41-42f4-bf3e-fd0a7e457997" - }, - "organization" : { - "reference" : "Organization/1713310292230151000.b28abbaf-3760-43cb-9e46-f729b6aaff37" - }, - "code" : [ - { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } - ] - } - ] - } - }, - { - "fullUrl" : "Observation/1713310292230954000.c641273f-34d9-4ea8-a1c3-834a0948573d", - "resource" : { - "resourceType" : "Observation", - "id" : "1713310292230954000.c641273f-34d9-4ea8-a1c3-834a0948573d", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1.1" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2021-08-05T01:38:00-06:00", - "_valueDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210805013800-0600" - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ - { - "url" : "OBX.2", - "valueId" : "ST" - }, - { - "url" : "OBX.11", - "valueString" : "F" - } - ] - } - ], - "status" : "final", - "subject" : { - "reference" : "Patient/1713310292174793000.d3e32048-5cb6-46e5-9069-4ca92e4ac1f6" - }, - "encounter" : { - "reference" : "Encounter/1713310292182502000.7bd38229-d4b8-4ad9-9890-1aec968cc276" - }, - "performer" : [ - { - "reference" : "Organization/1713310292231145000.06f83b37-baef-4214-9e27-ba9fb8c79e71" - }, - { - "reference" : "PractitionerRole/1713310292231229000.27a4bcbc-3558-47a0-b276-5075232284a3" - } - ], - "valueString" : "Staphylococcus lugdunensis Streptococcus faecalis" - } - }, - { - "fullUrl" : "Organization/1713310292231145000.06f83b37-baef-4214-9e27-ba9fb8c79e71", - "resource" : { - "resourceType" : "Organization", - "id" : "1713310292231145000.06f83b37-baef-4214-9e27-ba9fb8c79e71", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } - ] - } - }, - { - "fullUrl" : "Practitioner/1713310292231700000.17250af1-4a1f-47e6-a7de-a053fbf10152", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1713310292231700000.17250af1-4a1f-47e6-a7de-a053fbf10152", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "GREGORY" - }, - { - "url" : "XCN.4", - "valueString" : "R" - }, - { - "url" : "XCN.21", - "valueString" : "MD" - }, - { - "url" : "XCN.10", - "valueString" : "L" - } - ] - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "FI" - } - ] - }, - "system" : "RML", - "value" : "1740336429" - } - ], - "name" : [ - { - "use" : "official", - "family" : "KOTNIS", - "given" : [ - "GREGORY", - "R" - ], - "prefix" : [ - "DR." - ], - "suffix" : [ - "MD" - ] - } - ] - } - }, - { - "fullUrl" : "Organization/1713310292232480000.8a379773-17e7-4fbb-a119-f27e75605258", - "resource" : { - "resourceType" : "Organization", - "id" : "1713310292232480000.8a379773-17e7-4fbb-a119-f27e75605258", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ] - } - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ - { - "url" : "XON.10", - "valueString" : "06D0055551" - } - ] - } - ], - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/code-index-name", - "valueString" : "identifier" - } - ], - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" - } - ] - }, - "value" : "06D0055551" - } - ], - "name" : "TMCA, SOUTH CAMPUS", - "address" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "B" - } - ] - } - ], - "use" : "work", - "line" : [ - "1501 S. POTOMAC" - ], - "city" : "AURORA", - "district" : "MD", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" - } - ] - } - }, - { - "fullUrl" : "PractitionerRole/1713310292231229000.27a4bcbc-3558-47a0-b276-5075232284a3", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1713310292231229000.27a4bcbc-3558-47a0-b276-5075232284a3", - "practitioner" : { - "reference" : "Practitioner/1713310292231700000.17250af1-4a1f-47e6-a7de-a053fbf10152" - }, - "organization" : { - "reference" : "Organization/1713310292232480000.8a379773-17e7-4fbb-a119-f27e75605258" - }, - "code" : [ - { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } - ] - } - ] - } - }, - { - "fullUrl" : "Observation/1713310292233280000.8eb746c8-3793-46d8-a011-7f30d4314583", - "resource" : { - "resourceType" : "Observation", - "id" : "1713310292233280000.8eb746c8-3793-46d8-a011-7f30d4314583", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1.1" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2021-08-05T01:38:00-06:00", - "_valueDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210805013800-0600" - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ - { - "url" : "OBX.2", - "valueId" : "ST" - }, - { - "url" : "OBX.11", - "valueString" : "F" - } - ] - } - ], - "status" : "final", - "subject" : { - "reference" : "Patient/1713310292174793000.d3e32048-5cb6-46e5-9069-4ca92e4ac1f6" - }, - "encounter" : { - "reference" : "Encounter/1713310292182502000.7bd38229-d4b8-4ad9-9890-1aec968cc276" - }, - "performer" : [ - { - "reference" : "Organization/1713310292233472000.0d346d61-706a-4070-9cda-b343f5c49659" - }, - { - "reference" : "PractitionerRole/1713310292233555000.114ed401-97a8-48f8-a2f8-f62b36440891" - } - ], - "valueString" : "Streptococcus spp. Enterococcus faecium" - } - }, - { - "fullUrl" : "Organization/1713310292233472000.0d346d61-706a-4070-9cda-b343f5c49659", - "resource" : { - "resourceType" : "Organization", - "id" : "1713310292233472000.0d346d61-706a-4070-9cda-b343f5c49659", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } - ] - } - }, - { - "fullUrl" : "Practitioner/1713310292234033000.0a8876f7-24d4-4e6b-b854-053ef210d971", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1713310292234033000.0a8876f7-24d4-4e6b-b854-053ef210d971", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "GREGORY" - }, - { - "url" : "XCN.4", - "valueString" : "R" - }, - { - "url" : "XCN.21", - "valueString" : "MD" - }, - { - "url" : "XCN.10", - "valueString" : "L" - } - ] - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "FI" - } - ] - }, - "system" : "RML", - "value" : "1740336429" - } - ], - "name" : [ - { - "use" : "official", - "family" : "KOTNIS", - "given" : [ - "GREGORY", - "R" - ], - "prefix" : [ - "DR." - ], - "suffix" : [ - "MD" - ] - } - ] - } - }, - { - "fullUrl" : "Organization/1713310292234847000.de826f0d-3231-4179-af96-e5a162542688", - "resource" : { - "resourceType" : "Organization", - "id" : "1713310292234847000.de826f0d-3231-4179-af96-e5a162542688", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ] - } - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ - { - "url" : "XON.10", - "valueString" : "06D0055551" - } - ] - } - ], - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/code-index-name", - "valueString" : "identifier" - } - ], - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" - } - ] - }, - "value" : "06D0055551" - } - ], - "name" : "TMCA, SOUTH CAMPUS", - "address" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "B" - } - ] - } - ], - "use" : "work", - "line" : [ - "1501 S. POTOMAC" - ], - "city" : "AURORA", - "district" : "MD", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" - } - ] - } - }, - { - "fullUrl" : "PractitionerRole/1713310292233555000.114ed401-97a8-48f8-a2f8-f62b36440891", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1713310292233555000.114ed401-97a8-48f8-a2f8-f62b36440891", - "practitioner" : { - "reference" : "Practitioner/1713310292234033000.0a8876f7-24d4-4e6b-b854-053ef210d971" - }, - "organization" : { - "reference" : "Organization/1713310292234847000.de826f0d-3231-4179-af96-e5a162542688" - }, - "code" : [ - { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } - ] - } - ] - } - }, - { - "fullUrl" : "Observation/1713310292235681000.20629a12-2b1c-4040-9ab6-ca79edf1b3ac", - "resource" : { - "resourceType" : "Observation", - "id" : "1713310292235681000.20629a12-2b1c-4040-9ab6-ca79edf1b3ac", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1.1" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2021-08-05T01:38:00-06:00", - "_valueDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210805013800-0600" - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ - { - "url" : "OBX.2", - "valueId" : "ST" - }, - { - "url" : "OBX.11", - "valueString" : "F" - } - ] - } - ], - "status" : "final", - "subject" : { - "reference" : "Patient/1713310292174793000.d3e32048-5cb6-46e5-9069-4ca92e4ac1f6" - }, - "encounter" : { - "reference" : "Encounter/1713310292182502000.7bd38229-d4b8-4ad9-9890-1aec968cc276" - }, - "performer" : [ - { - "reference" : "Organization/1713310292235874000.64bb70ad-f26b-400b-955d-178ec439e7ed" - }, - { - "reference" : "PractitionerRole/1713310292235956000.3bf11889-b344-4c45-9743-e2180d8d91b8" - } - ], - "valueString" : "Streptococcus pneumoniae " - } - }, - { - "fullUrl" : "Organization/1713310292235874000.64bb70ad-f26b-400b-955d-178ec439e7ed", - "resource" : { - "resourceType" : "Organization", - "id" : "1713310292235874000.64bb70ad-f26b-400b-955d-178ec439e7ed", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } - ] - } - }, - { - "fullUrl" : "Practitioner/1713310292236419000.eeb7d101-5eea-44cf-bb00-50342c53ec25", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1713310292236419000.eeb7d101-5eea-44cf-bb00-50342c53ec25", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "GREGORY" - }, - { - "url" : "XCN.4", - "valueString" : "R" - }, - { - "url" : "XCN.21", - "valueString" : "MD" - }, - { - "url" : "XCN.10", - "valueString" : "L" - } - ] - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "FI" - } - ] - }, - "system" : "RML", - "value" : "1740336429" - } - ], - "name" : [ - { - "use" : "official", - "family" : "KOTNIS", - "given" : [ - "GREGORY", - "R" - ], - "prefix" : [ - "DR." - ], - "suffix" : [ - "MD" - ] - } - ] - } - }, - { - "fullUrl" : "Organization/1713310292237218000.d7019c11-67e3-4c2f-91a7-143380232fcc", - "resource" : { - "resourceType" : "Organization", - "id" : "1713310292237218000.d7019c11-67e3-4c2f-91a7-143380232fcc", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ] - } - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ - { - "url" : "XON.10", - "valueString" : "06D0055551" - } - ] - } - ], - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/code-index-name", - "valueString" : "identifier" - } - ], - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" - } - ] - }, - "value" : "06D0055551" - } - ], - "name" : "TMCA, SOUTH CAMPUS", - "address" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "B" - } - ] - } - ], - "use" : "work", - "line" : [ - "1501 S. POTOMAC" - ], - "city" : "AURORA", - "district" : "MD", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" - } - ] - } - }, - { - "fullUrl" : "PractitionerRole/1713310292235956000.3bf11889-b344-4c45-9743-e2180d8d91b8", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1713310292235956000.3bf11889-b344-4c45-9743-e2180d8d91b8", - "practitioner" : { - "reference" : "Practitioner/1713310292236419000.eeb7d101-5eea-44cf-bb00-50342c53ec25" - }, - "organization" : { - "reference" : "Organization/1713310292237218000.d7019c11-67e3-4c2f-91a7-143380232fcc" - }, - "code" : [ - { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } - ] - } - ] - } - }, - { - "fullUrl" : "Observation/1713310292238180000.3a359ab3-1993-4e39-84c3-938d67b9eee2", - "resource" : { - "resourceType" : "Observation", - "id" : "1713310292238180000.3a359ab3-1993-4e39-84c3-938d67b9eee2", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2028-08-07T16:36:01-06:00", - "_valueDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280807163601-0600" - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-5-value-sn", - "extension" : [ - { - "url" : "SN.1", - "valueString" : "=" - }, - { - "url" : "SN.2", - "valueString" : "0.5" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ - { - "url" : "OBX.2", - "valueId" : "SN" - }, - { - "url" : "OBX.6" - }, - { - "url" : "OBX.11", - "valueString" : "P" - } - ] - } - ], - "status" : "preliminary", - "subject" : { - "reference" : "Patient/1713310292174793000.d3e32048-5cb6-46e5-9069-4ca92e4ac1f6" - }, - "encounter" : { - "reference" : "Encounter/1713310292182502000.7bd38229-d4b8-4ad9-9890-1aec968cc276" - }, - "effectiveDateTime" : "2028-08-07T16:36:01-06:00", - "_effectiveDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280807163601-0600" - } - ] - }, - "performer" : [ - { - "reference" : "Organization/1713310292238366000.0a961020-1c0c-4675-936d-faecbfdfd445" - }, - { - "reference" : "PractitionerRole/1713310292238450000.a75098ff-7303-466a-9db9-7fc7f92d4ef7" - } - ] - } - }, - { - "fullUrl" : "Organization/1713310292238366000.0a961020-1c0c-4675-936d-faecbfdfd445", - "resource" : { - "resourceType" : "Organization", - "id" : "1713310292238366000.0a961020-1c0c-4675-936d-faecbfdfd445", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } - ] - } - }, - { - "fullUrl" : "Practitioner/1713310292238890000.0b93b234-a997-4df0-9a76-ac4d960ba80d", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1713310292238890000.0b93b234-a997-4df0-9a76-ac4d960ba80d", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "Shalini" - }, - { - "url" : "XCN.21", - "valueString" : "MD" - }, - { - "url" : "XCN.10", - "valueString" : "L" - } - ] - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "FI" - } - ] - }, - "system" : "RML", - "value" : "1033122247" - } - ], - "name" : [ - { - "use" : "official", - "family" : "Chahal", - "given" : [ - "Shalini" - ], - "prefix" : [ - "Dr." - ], - "suffix" : [ - "MD" - ] - } - ] - } - }, - { - "fullUrl" : "Organization/1713310292239487000.b0996a31-9309-4e1a-8905-bb91344d6306", - "resource" : { - "resourceType" : "Organization", - "id" : "1713310292239487000.b0996a31-9309-4e1a-8905-bb91344d6306", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ] - } - } - ] - } - } - ], - "name" : "ROSE MEDICAL CENTER (MCOE)", - "address" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "4567 E. NINTH AVENUE" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "B" - } - ] - } - ], - "use" : "work", - "line" : [ - "4567 E. NINTH AVENUE" - ], - "city" : "DENVER", - "district" : "S", - "state" : "IG", - "postalCode" : "80220", - "country" : "USA" - } - ] - } - }, - { - "fullUrl" : "PractitionerRole/1713310292238450000.a75098ff-7303-466a-9db9-7fc7f92d4ef7", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1713310292238450000.a75098ff-7303-466a-9db9-7fc7f92d4ef7", - "practitioner" : { - "reference" : "Practitioner/1713310292238890000.0b93b234-a997-4df0-9a76-ac4d960ba80d" - }, - "organization" : { - "reference" : "Organization/1713310292239487000.b0996a31-9309-4e1a-8905-bb91344d6306" - }, - "code" : [ - { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } - ] - } - ] - } - }, - { - "fullUrl" : "Observation/1713310292240587000.4a7a78d8-022b-4997-8281-a5cb534e7557", - "resource" : { - "resourceType" : "Observation", - "id" : "1713310292240587000.4a7a78d8-022b-4997-8281-a5cb534e7557", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2028-08-07T16:36:01-06:00", - "_valueDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280807163601-0600" - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-5-value-sn", - "extension" : [ - { - "url" : "SN.1", - "valueString" : "=" - }, - { - "url" : "SN.2", - "valueString" : "16" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ - { - "url" : "OBX.2", - "valueId" : "SN" - }, - { - "url" : "OBX.6" - }, - { - "url" : "OBX.11", - "valueString" : "P" - } - ] - } - ], - "status" : "preliminary", - "subject" : { - "reference" : "Patient/1713310292174793000.d3e32048-5cb6-46e5-9069-4ca92e4ac1f6" - }, - "encounter" : { - "reference" : "Encounter/1713310292182502000.7bd38229-d4b8-4ad9-9890-1aec968cc276" - }, - "effectiveDateTime" : "2028-08-07T16:36:01-06:00", - "_effectiveDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280807163601-0600" - } - ] - }, - "performer" : [ - { - "reference" : "Organization/1713310292240781000.d32eb238-0fbb-4a7b-9e89-92e86429d571" - }, - { - "reference" : "PractitionerRole/1713310292240865000.1e44f514-c6b7-4c83-98ff-8129b40162d0" - } - ] - } - }, - { - "fullUrl" : "Organization/1713310292240781000.d32eb238-0fbb-4a7b-9e89-92e86429d571", - "resource" : { - "resourceType" : "Organization", - "id" : "1713310292240781000.d32eb238-0fbb-4a7b-9e89-92e86429d571", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } - ] - } - }, - { - "fullUrl" : "Practitioner/1713310292241320000.533d892c-7344-4200-aadb-7697d3982b86", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1713310292241320000.533d892c-7344-4200-aadb-7697d3982b86", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "Shalini" - }, - { - "url" : "XCN.21", - "valueString" : "MD" - }, - { - "url" : "XCN.10", - "valueString" : "L" - } - ] - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "FI" - } - ] - }, - "system" : "RML", - "value" : "1033122247" - } - ], - "name" : [ - { - "use" : "official", - "family" : "Chahal", - "given" : [ - "Shalini" - ], - "prefix" : [ - "Dr." - ], - "suffix" : [ - "MD" - ] - } - ] - } - }, - { - "fullUrl" : "Organization/1713310292241933000.9b889507-1b47-4c0a-a675-c62d042f0de0", - "resource" : { - "resourceType" : "Organization", - "id" : "1713310292241933000.9b889507-1b47-4c0a-a675-c62d042f0de0", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ] - } - } - ] - } - } - ], - "name" : "ROSE MEDICAL CENTER (MCOE)", - "address" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "4567 E. NINTH AVENUE" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "B" - } - ] - } - ], - "use" : "work", - "line" : [ - "4567 E. NINTH AVENUE" - ], - "city" : "DENVER", - "district" : "R", - "state" : "IG", - "postalCode" : "80220", - "country" : "USA" - } - ] - } - }, - { - "fullUrl" : "PractitionerRole/1713310292240865000.1e44f514-c6b7-4c83-98ff-8129b40162d0", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1713310292240865000.1e44f514-c6b7-4c83-98ff-8129b40162d0", - "practitioner" : { - "reference" : "Practitioner/1713310292241320000.533d892c-7344-4200-aadb-7697d3982b86" - }, - "organization" : { - "reference" : "Organization/1713310292241933000.9b889507-1b47-4c0a-a675-c62d042f0de0" - }, - "code" : [ - { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } - ] - } - ] - } - }, - { - "fullUrl" : "Observation/1713310292243028000.7d9d40e0-306b-471e-8ee2-c4347a8cd660", - "resource" : { - "resourceType" : "Observation", - "id" : "1713310292243028000.7d9d40e0-306b-471e-8ee2-c4347a8cd660", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2028-08-07T16:36:01-06:00", - "_valueDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280807163601-0600" - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ - { - "url" : "OBX.2", - "valueId" : "ST" - }, - { - "url" : "OBX.6" - }, - { - "url" : "OBX.11", - "valueString" : "P" - } - ] - } - ], - "status" : "preliminary", - "subject" : { - "reference" : "Patient/1713310292174793000.d3e32048-5cb6-46e5-9069-4ca92e4ac1f6" - }, - "encounter" : { - "reference" : "Encounter/1713310292182502000.7bd38229-d4b8-4ad9-9890-1aec968cc276" - }, - "effectiveDateTime" : "2028-08-07T16:36:01-06:00", - "_effectiveDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280807163601-0600" - } - ] - }, - "performer" : [ - { - "reference" : "Organization/1713310292243227000.5a9d0262-0e65-4aed-9533-1fd4da46dddf" - }, - { - "reference" : "PractitionerRole/1713310292243313000.6ea9a873-00a3-46d3-b8a0-f85cf5971373" - } - ], - "valueString" : "SYN-S" - } - }, - { - "fullUrl" : "Organization/1713310292243227000.5a9d0262-0e65-4aed-9533-1fd4da46dddf", - "resource" : { - "resourceType" : "Organization", - "id" : "1713310292243227000.5a9d0262-0e65-4aed-9533-1fd4da46dddf", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } - ] - } - }, - { - "fullUrl" : "Practitioner/1713310292243764000.d3c5ec47-2a49-4cb6-b180-64d03ae30467", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1713310292243764000.d3c5ec47-2a49-4cb6-b180-64d03ae30467", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "Shalini" - }, - { - "url" : "XCN.21", - "valueString" : "MD" - }, - { - "url" : "XCN.10", - "valueString" : "L" - } - ] - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "FI" - } - ] - }, - "system" : "RML", - "value" : "1033122247" - } - ], - "name" : [ - { - "use" : "official", - "family" : "Chahal", - "given" : [ - "Shalini" - ], - "prefix" : [ - "Dr." - ], - "suffix" : [ - "MD" - ] - } - ] - } - }, - { - "fullUrl" : "Organization/1713310292244376000.64283ae3-10b0-4921-baf2-f61ce472e68f", - "resource" : { - "resourceType" : "Organization", - "id" : "1713310292244376000.64283ae3-10b0-4921-baf2-f61ce472e68f", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ] - } - } - ] - } - } - ], - "name" : "ROSE MEDICAL CENTER (MCOE)", - "address" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "4567 E. NINTH AVENUE" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "B" - } - ] - } - ], - "use" : "work", - "line" : [ - "4567 E. NINTH AVENUE" - ], - "city" : "DENVER", - "district" : "S", - "state" : "IG", - "postalCode" : "80220", - "country" : "USA" - } - ] - } - }, - { - "fullUrl" : "PractitionerRole/1713310292243313000.6ea9a873-00a3-46d3-b8a0-f85cf5971373", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1713310292243313000.6ea9a873-00a3-46d3-b8a0-f85cf5971373", - "practitioner" : { - "reference" : "Practitioner/1713310292243764000.d3c5ec47-2a49-4cb6-b180-64d03ae30467" - }, - "organization" : { - "reference" : "Organization/1713310292244376000.64283ae3-10b0-4921-baf2-f61ce472e68f" - }, - "code" : [ - { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } - ] - } - ] - } - }, - { - "fullUrl" : "Observation/1713310292245525000.a23e4f8c-4376-4652-aa18-93acc97db8a9", - "resource" : { - "resourceType" : "Observation", - "id" : "1713310292245525000.a23e4f8c-4376-4652-aa18-93acc97db8a9", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2028-08-07T16:36:01-06:00", - "_valueDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280807163601-0600" - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-5-value-sn", - "extension" : [ - { - "url" : "SN.1", - "valueString" : "=" - }, - { - "url" : "SN.2", - "valueString" : "2" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ - { - "url" : "OBX.2", - "valueId" : "SN" - }, - { - "url" : "OBX.6" - }, - { - "url" : "OBX.11", - "valueString" : "P" - } - ] - } - ], - "status" : "preliminary", - "subject" : { - "reference" : "Patient/1713310292174793000.d3e32048-5cb6-46e5-9069-4ca92e4ac1f6" - }, - "encounter" : { - "reference" : "Encounter/1713310292182502000.7bd38229-d4b8-4ad9-9890-1aec968cc276" - }, - "effectiveDateTime" : "2028-08-07T16:36:01-06:00", - "_effectiveDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280807163601-0600" - } - ] - }, - "performer" : [ - { - "reference" : "Organization/1713310292245720000.cbd280da-aaca-4b41-99ad-65f748813174" - }, - { - "reference" : "PractitionerRole/1713310292245804000.f5124525-194b-45eb-beba-b9bec6f70a59" - } - ] - } - }, - { - "fullUrl" : "Organization/1713310292245720000.cbd280da-aaca-4b41-99ad-65f748813174", - "resource" : { - "resourceType" : "Organization", - "id" : "1713310292245720000.cbd280da-aaca-4b41-99ad-65f748813174", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } - ] - } - }, - { - "fullUrl" : "Practitioner/1713310292246258000.caafc5b4-b4bc-4d2c-88d3-77d31f9e139d", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1713310292246258000.caafc5b4-b4bc-4d2c-88d3-77d31f9e139d", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "Shalini" - }, - { - "url" : "XCN.21", - "valueString" : "MD" - }, - { - "url" : "XCN.10", - "valueString" : "L" - } - ] - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "FI" - } - ] - }, - "system" : "RML", - "value" : "1033122247" - } - ], - "name" : [ - { - "use" : "official", - "family" : "Chahal", - "given" : [ - "Shalini" - ], - "prefix" : [ - "Dr." - ], - "suffix" : [ - "MD" - ] - } - ] - } - }, - { - "fullUrl" : "Organization/1713310292246910000.8ef06e89-ce87-43f9-8228-4c94c94888ec", - "resource" : { - "resourceType" : "Organization", - "id" : "1713310292246910000.8ef06e89-ce87-43f9-8228-4c94c94888ec", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ] - } - } - ] - } - } - ], - "name" : "ROSE MEDICAL CENTER (MCOE)", - "address" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "4567 E. NINTH AVENUE" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "B" - } - ] - } - ], - "use" : "work", - "line" : [ - "4567 E. NINTH AVENUE" - ], - "city" : "DENVER", - "district" : "S", - "state" : "IG", - "postalCode" : "80220", - "country" : "USA" - } - ] - } - }, - { - "fullUrl" : "PractitionerRole/1713310292245804000.f5124525-194b-45eb-beba-b9bec6f70a59", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1713310292245804000.f5124525-194b-45eb-beba-b9bec6f70a59", - "practitioner" : { - "reference" : "Practitioner/1713310292246258000.caafc5b4-b4bc-4d2c-88d3-77d31f9e139d" - }, - "organization" : { - "reference" : "Organization/1713310292246910000.8ef06e89-ce87-43f9-8228-4c94c94888ec" - }, - "code" : [ - { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } - ] - } - ] - } - }, - { - "fullUrl" : "Observation/1713310292247988000.96573303-294c-4b93-9300-c6a6051c0fcf", - "resource" : { - "resourceType" : "Observation", - "id" : "1713310292247988000.96573303-294c-4b93-9300-c6a6051c0fcf", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2028-08-07T16:36:01-06:00", - "_valueDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280807163601-0600" - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ - { - "url" : "OBX.2", - "valueId" : "ST" - }, - { - "url" : "OBX.6" - }, - { - "url" : "OBX.11", - "valueString" : "P" - } - ] - } - ], - "status" : "preliminary", - "subject" : { - "reference" : "Patient/1713310292174793000.d3e32048-5cb6-46e5-9069-4ca92e4ac1f6" - }, - "encounter" : { - "reference" : "Encounter/1713310292182502000.7bd38229-d4b8-4ad9-9890-1aec968cc276" - }, - "effectiveDateTime" : "2028-08-07T16:36:01-06:00", - "_effectiveDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280807163601-0600" - } - ] - }, - "performer" : [ - { - "reference" : "Organization/1713310292248180000.5fa6a745-d81f-4e91-b0d3-cc477f573118" - }, - { - "reference" : "PractitionerRole/1713310292248263000.1e4669af-22cb-48e4-bace-8c6f0e79e7f7" - } - ], - "valueString" : "SYN-S" - } - }, - { - "fullUrl" : "Organization/1713310292248180000.5fa6a745-d81f-4e91-b0d3-cc477f573118", - "resource" : { - "resourceType" : "Organization", - "id" : "1713310292248180000.5fa6a745-d81f-4e91-b0d3-cc477f573118", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } - ] - } - }, - { - "fullUrl" : "Practitioner/1713310292248710000.85538e0c-4926-429e-8288-5bc8dbe70724", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1713310292248710000.85538e0c-4926-429e-8288-5bc8dbe70724", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "Shalini" - }, - { - "url" : "XCN.21", - "valueString" : "MD" - }, - { - "url" : "XCN.10", - "valueString" : "L" - } - ] - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "FI" - } - ] - }, - "system" : "RML", - "value" : "1033122247" - } - ], - "name" : [ - { - "use" : "official", - "family" : "Chahal", - "given" : [ - "Shalini" - ], - "prefix" : [ - "Dr." - ], - "suffix" : [ - "MD" - ] - } - ] - } - }, - { - "fullUrl" : "Organization/1713310292249323000.e3bccb5a-1817-4559-b123-abda2e3761eb", - "resource" : { - "resourceType" : "Organization", - "id" : "1713310292249323000.e3bccb5a-1817-4559-b123-abda2e3761eb", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ] - } - } - ] - } - } - ], - "name" : "ROSE MEDICAL CENTER (MCOE)", - "address" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "4567 E. NINTH AVENUE" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "B" - } - ] - } - ], - "use" : "work", - "line" : [ - "4567 E. NINTH AVENUE" - ], - "city" : "DENVER", - "district" : "S", - "state" : "IG", - "postalCode" : "80220", - "country" : "USA" - } - ] - } - }, - { - "fullUrl" : "PractitionerRole/1713310292248263000.1e4669af-22cb-48e4-bace-8c6f0e79e7f7", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1713310292248263000.1e4669af-22cb-48e4-bace-8c6f0e79e7f7", - "practitioner" : { - "reference" : "Practitioner/1713310292248710000.85538e0c-4926-429e-8288-5bc8dbe70724" - }, - "organization" : { - "reference" : "Organization/1713310292249323000.e3bccb5a-1817-4559-b123-abda2e3761eb" - }, - "code" : [ - { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } - ] - } - ] - } - }, - { - "fullUrl" : "Observation/1713310292250409000.7f392eab-26ee-4d3a-9bf1-8d4330bdfb94", - "resource" : { - "resourceType" : "Observation", - "id" : "1713310292250409000.7f392eab-26ee-4d3a-9bf1-8d4330bdfb94", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2028-08-07T16:36:01-06:00", - "_valueDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280807163601-0600" - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-5-value-sn", - "extension" : [ - { - "url" : "SN.1", - "valueString" : ">=" - }, - { - "url" : "SN.2", - "valueString" : "32" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ - { - "url" : "OBX.2", - "valueId" : "SN" - }, - { - "url" : "OBX.6" - }, - { - "url" : "OBX.11", - "valueString" : "P" - } - ] - } - ], - "status" : "preliminary", - "subject" : { - "reference" : "Patient/1713310292174793000.d3e32048-5cb6-46e5-9069-4ca92e4ac1f6" - }, - "encounter" : { - "reference" : "Encounter/1713310292182502000.7bd38229-d4b8-4ad9-9890-1aec968cc276" - }, - "effectiveDateTime" : "2028-08-07T16:36:01-06:00", - "_effectiveDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280807163601-0600" - } - ] - }, - "performer" : [ - { - "reference" : "Organization/1713310292250601000.de3e4ff4-32ae-4c37-bffe-cc40b731e7c3" - }, - { - "reference" : "PractitionerRole/1713310292250684000.7bb100e2-bce6-4284-932d-8db2eaadfc7b" - } - ] - } - }, - { - "fullUrl" : "Organization/1713310292250601000.de3e4ff4-32ae-4c37-bffe-cc40b731e7c3", - "resource" : { - "resourceType" : "Organization", - "id" : "1713310292250601000.de3e4ff4-32ae-4c37-bffe-cc40b731e7c3", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } - ] - } - }, - { - "fullUrl" : "Practitioner/1713310292251130000.e236ada4-7735-4bde-9b51-c361f31cb569", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1713310292251130000.e236ada4-7735-4bde-9b51-c361f31cb569", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "Shalini" - }, - { - "url" : "XCN.21", - "valueString" : "MD" - }, - { - "url" : "XCN.10", - "valueString" : "L" - } - ] - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "FI" - } - ] - }, - "system" : "RML", - "value" : "1033122247" - } - ], - "name" : [ - { - "use" : "official", - "family" : "Chahal", - "given" : [ - "Shalini" - ], - "prefix" : [ - "Dr." - ], - "suffix" : [ - "MD" - ] - } - ] - } - }, - { - "fullUrl" : "Organization/1713310292251746000.8e19aae7-8c39-4ee7-8d47-5d98ab865040", - "resource" : { - "resourceType" : "Organization", - "id" : "1713310292251746000.8e19aae7-8c39-4ee7-8d47-5d98ab865040", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ] - } - } - ] - } - } - ], - "name" : "ROSE MEDICAL CENTER (MCOE)", - "address" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "4567 E. NINTH AVENUE" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "B" - } - ] - } - ], - "use" : "work", - "line" : [ - "4567 E. NINTH AVENUE" - ], - "city" : "DENVER", - "district" : "R", - "state" : "IG", - "postalCode" : "80220", - "country" : "USA" - } - ] - } - }, - { - "fullUrl" : "PractitionerRole/1713310292250684000.7bb100e2-bce6-4284-932d-8db2eaadfc7b", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1713310292250684000.7bb100e2-bce6-4284-932d-8db2eaadfc7b", - "practitioner" : { - "reference" : "Practitioner/1713310292251130000.e236ada4-7735-4bde-9b51-c361f31cb569" - }, - "organization" : { - "reference" : "Organization/1713310292251746000.8e19aae7-8c39-4ee7-8d47-5d98ab865040" - }, - "code" : [ - { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } - ] - } - ] - } - }, - { - "fullUrl" : "Specimen/1713310292256176000.b6944055-4e96-40dd-ab47-b517c9045388", - "resource" : { - "resourceType" : "Specimen", - "id" : "1713310292256176000.b6944055-4e96-40dd-ab47-b517c9045388", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", - "valueString" : "OBR" - } - ] - } - }, - { - "fullUrl" : "Specimen/1713310292256439000.f7062db0-9c39-48e8-8f86-35be5d25b7f0", - "resource" : { - "resourceType" : "Specimen", - "id" : "1713310292256439000.f7062db0-9c39-48e8-8f86-35be5d25b7f0", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", - "valueString" : "OBR" - } - ] - } - }, - { - "fullUrl" : "Specimen/1713310292256704000.770742e3-5895-4236-a0cc-adb40d08049b", - "resource" : { - "resourceType" : "Specimen", - "id" : "1713310292256704000.770742e3-5895-4236-a0cc-adb40d08049b", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", - "valueString" : "OBR" - } - ] - } - }, - { - "fullUrl" : "Specimen/1713310292256964000.0b3dfa44-6135-4496-8173-6273ebeb7a9f", - "resource" : { - "resourceType" : "Specimen", - "id" : "1713310292256964000.0b3dfa44-6135-4496-8173-6273ebeb7a9f", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", - "valueString" : "OBR" - } - ] - } - }, - { - "fullUrl" : "Specimen/1713310292257224000.9b3e3633-1f44-420f-91e1-4ce006e58782", - "resource" : { - "resourceType" : "Specimen", - "id" : "1713310292257224000.9b3e3633-1f44-420f-91e1-4ce006e58782", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", - "valueString" : "OBR" - } - ] - } - }, - { - "fullUrl" : "Specimen/1713310292259455000.b647322c-11b9-4934-bf5d-4aac57981a5f", - "resource" : { - "resourceType" : "Specimen", - "id" : "1713310292259455000.b647322c-11b9-4934-bf5d-4aac57981a5f", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", - "valueString" : "SPM" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/spm-specimen", - "extension" : [ - { - "url" : "SPM.26", - "valueString" : "1" - } - ] - } - ], - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/filler-assigned-identifier", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", - "valueString" : "M12776123" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", - "valueString" : "SPM.2.1" - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PGN" - } - ] - }, - "value" : "09339017" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/placer-assigned-identifier", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", - "valueString" : "09339017" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", - "valueString" : "SPM.2.2" - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FGN" - } - ] - }, - "value" : "M12776123" - } - ], - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "SCT" - } - ], - "system" : "http://snomed.info/sct", - "version" : "07/31/2012", - "code" : "119297000", - "display" : "Blood specimen" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "BLD", - "display" : "BLOOD" - } - ] - }, - "receivedTime" : "2021-08-04T00:18:00-06:00", - "_receivedTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210804001800-0600" - } - ] - }, - "collection" : { - "collectedPeriod" : { - "start" : "2028-08-02T02:52:01-06:00", - "_start" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" - } - ] - }, - "end" : "2028-08-02T02:52:01-06:00", - "_end" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" - } - ] - } - }, - "bodySite" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "code" : "RA", - "display" : "RIGHT ARM" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - } - ], - "code" : "5.67" - } - ] - } - }, - "container" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } - ], - "display" : "BACTEC AEROBIC PLUS" - } - ] - } - } - ], - "note" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "SPM.14" - } - ], - "text" : "RA" - } - ] - } - }, - { - "fullUrl" : "Specimen/1713310292261517000.fdc8e73d-1f4c-4677-a27f-a10169b49960", - "resource" : { - "resourceType" : "Specimen", - "id" : "1713310292261517000.fdc8e73d-1f4c-4677-a27f-a10169b49960", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", - "valueString" : "SPM" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/spm-specimen", - "extension" : [ - { - "url" : "SPM.26", - "valueString" : "3.0" - } - ] - } - ], - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/filler-assigned-identifier", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", - "valueString" : "M12776123" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", - "valueString" : "SPM.2.1" - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PGN" - } - ] - }, - "value" : "09339017" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/placer-assigned-identifier", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", - "valueString" : "09339017" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", - "valueString" : "SPM.2.2" - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FGN" - } - ] - }, - "value" : "M12776123" - } - ], - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "SCT" - } - ], - "system" : "http://snomed.info/sct", - "version" : "07/31/2012", - "code" : "119297000", - "display" : "Blood specimen" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "BLD", - "display" : "BLOOD" - } - ] - }, - "receivedTime" : "2021-08-04T00:18:00-06:00", - "_receivedTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210804001800-0600" - } - ] - }, - "collection" : { - "collectedPeriod" : { - "start" : "2028-08-02T02:52:01-06:00", - "_start" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" - } - ] - }, - "end" : "2028-08-02T02:52:01-06:00", - "_end" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" - } - ] - } - }, - "bodySite" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "code" : "RA", - "display" : "RIGHT ARM" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - } - ], - "code" : "5.67" - } - ] - } - }, - "container" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } - ], - "display" : "BACTEC BLOOD CULTURE BOTTLES" - } - ] - } - } - ], - "note" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "SPM.14" - } - ], - "text" : "RA" - } - ] - } - }, - { - "fullUrl" : "Specimen/1713310292263224000.316e7c7b-d72b-42dd-ac9a-ba1455d1f0ca", - "resource" : { - "resourceType" : "Specimen", - "id" : "1713310292263224000.316e7c7b-d72b-42dd-ac9a-ba1455d1f0ca", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", - "valueString" : "SPM" - } - ], - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/filler-assigned-identifier", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", - "valueString" : "M12776123" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", - "valueString" : "SPM.2.1" - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PGN" - } - ] - }, - "value" : "09339017" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/placer-assigned-identifier", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", - "valueString" : "09339017" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", - "valueString" : "SPM.2.2" - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FGN" - } - ] - }, - "value" : "M12776123" - } - ], - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "SCT" - } - ], - "system" : "http://snomed.info/sct", - "version" : "07/31/2012", - "code" : "119297000", - "display" : "Blood specimen" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "BLD", - "display" : "BLOOD" - } - ] - }, - "receivedTime" : "2021-08-04T00:18:00-06:00", - "_receivedTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210804001800-0600" - } - ] - }, - "collection" : { - "collectedPeriod" : { - "start" : "2028-08-02T02:52:01-06:00", - "_start" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" - } - ] - }, - "end" : "2028-08-02T02:52:01-06:00", - "_end" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" - } - ] - } - }, - "bodySite" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "code" : "RA", - "display" : "RIGHT ARM" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - } - ], - "code" : "5.67" - } - ] - } - }, - "note" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "SPM.14" - } - ], - "text" : "RA" - } - ] - } - }, - { - "fullUrl" : "Specimen/1713310292265266000.4525eec2-5bed-425f-b514-50381e965415", - "resource" : { - "resourceType" : "Specimen", - "id" : "1713310292265266000.4525eec2-5bed-425f-b514-50381e965415", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", - "valueString" : "SPM" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/spm-specimen", - "extension" : [ - { - "url" : "SPM.26", - "valueString" : "3.0" - } - ] - } - ], - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/filler-assigned-identifier", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", - "valueString" : "M12776123" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", - "valueString" : "SPM.2.1" - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PGN" - } - ] - }, - "value" : "09339017" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/placer-assigned-identifier", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", - "valueString" : "09339017" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", - "valueString" : "SPM.2.2" - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FGN" - } - ] - }, - "value" : "M12776123" - } - ], - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "SCT" - } - ], - "system" : "http://snomed.info/sct", - "version" : "07/31/2012", - "code" : "119303007", - "display" : "Microbial isolate" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "ISLT", - "display" : "ISOLATE" - } - ] - }, - "receivedTime" : "2021-08-04T00:18:00-06:00", - "_receivedTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210804001800-0600" - } - ] - }, - "collection" : { - "collectedPeriod" : { - "start" : "2028-08-08T09:28:05-06:00", - "_start" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280808092805-0600" - } - ] - }, - "end" : "2028-08-08T09:28:05-06:00", - "_end" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280808092805-0600" - } - ] - } - }, - "bodySite" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "code" : "RA", - "display" : "RIGHT ARM" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - } - ], - "code" : "5.67" - } - ] - } - }, - "container" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } - ], - "display" : "BACTEC BLOOD CULTURE BOTTLES" - } - ] - } - } - ], - "note" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "SPM.14" - } - ], - "text" : "RA" - } - ] - } - }, - { - "fullUrl" : "ServiceRequest/1713310292275631000.713307b4-9370-440a-8aea-b65105f32b11", - "resource" : { - "resourceType" : "ServiceRequest", - "id" : "1713310292275631000.713307b4-9370-440a-8aea-b65105f32b11", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", - "valueCode" : "RE" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", - "valueString" : "202808080928" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/orc-common-order", - "extension" : [ - { - "url" : "ORC.6", - "valueString" : "N" - }, - { - "url" : "orc-21-ordering-facility-name", - "valueReference" : { - "reference" : "Organization/1713310292271793000.34b3c990-ec6b-454d-af49-601fde319d7e" - } - }, - { - "url" : "orc-22-ordering-facility-address", - "valueAddress" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "B" - } - ] - } - ], - "use" : "work", - "line" : [ - "1501 S. POTOMAC" - ], - "city" : "AURORA", - "district" : "MD", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" - } - }, - { - "url" : "orc-24-ordering-provider-address", - "valueAddress" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "5600 S Quebec St #312A" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "B" - } - ] - } - ], - "use" : "work", - "line" : [ - "5600 S Quebec St #312A" - ], - "city" : "Greenwood Village", - "district" : "MD", - "state" : "IG", - "postalCode" : "80111", - "country" : "USA" - } - }, - { - "url" : "orc-12-ordering-provider", - "valueReference" : { - "reference" : "Practitioner/1713310292273162000.288ff7e7-d660-4a70-931d-fe732342f114" - } - }, - { - "url" : "ORC.15", - "valueString" : "202108032350" - }, - { - "url" : "ORC.17" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", - "extension" : [ - { - "url" : "OBR.2", - "valueIdentifier" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123.1" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "value" : "09339017" - } - }, - { - "url" : "OBR.3", - "valueIdentifier" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123.1" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "value" : "21:AA:B0029251S.1" - } - }, - { - "url" : "OBR.21", - "valueString" : "TMCA, SOUTH CAMPUS" - }, - { - "url" : "OBR.22", - "valueString" : "20210810062500-0600" - }, - { - "url" : "OBR.10", - "valueReference" : { - "reference" : "Practitioner/1713310292274118000.96d5bf58-4eb5-42f8-a1f3-041332050150" - } - }, - { - "url" : "OBR.13", - "valueString" : "SEPTIC SHOCK" - }, - { - "url" : "OBR.16", - "valueReference" : { - "reference" : "Practitioner/1713310292274839000.dbfd4fa3-5f13-42c1-9dbc-41137ed997d7" - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", - "valueContactPoint" : { - "extension" : [ - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", - "valueString" : "1" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", - "valueString" : "303" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "4362727" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ - { - "url" : "XTN.2", - "valueString" : "WPN" - }, - { - "url" : "XTN.3", - "valueString" : "PH" - }, - { - "url" : "XTN.7", - "valueString" : "4362727" - }, - { - "url" : "XTN.9", - "valueString" : "Hospital Line" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBR.17" - } - ], - "system" : "phone", - "use" : "work" - } - }, - { - "url" : "OBR.18", - "valueString" : "21:AA:B0029251Sm12776123" - }, - { - "url" : "OBR.19", - "valueString" : "09339017" - } - ] - } - ], - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.2" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123.1" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PLAC" - } - ] - }, - "value" : "09339017" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.3" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123.1" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FILL" - } - ] - }, - "value" : "21:AA:B0029251S.1" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.4" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PGN" - } - ] - }, - "value" : "21:AA:B0029251S" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.4" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FGN" - } - ] - }, - "value" : "21:AA:B0029251S" - } - ], - "status" : "unknown", - "subject" : { - "reference" : "Patient/1713310292174793000.d3e32048-5cb6-46e5-9069-4ca92e4ac1f6" - }, - "requester" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", - "valueContactPoint" : { - "extension" : [ - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", - "valueString" : "1" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", - "valueString" : "303" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "4362727" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ - { - "url" : "XTN.2", - "valueString" : "WPN" - }, - { - "url" : "XTN.3", - "valueString" : "PH" - }, - { - "url" : "XTN.7", - "valueString" : "4362727" - }, - { - "url" : "XTN.9", - "valueString" : "Hospital Line" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.14" - } - ], - "system" : "phone", - "use" : "work" - } - } - ], - "reference" : "Organization/1713310292185230000.0f6b4eca-ee5e-4731-a66a-5f611cc4a16c" - }, - "note" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", - "valueId" : "L" - } - ] - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "Critical result called to and read back by:CLAIRE HCE7362" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", - "valueId" : "L" - } - ], - "text" : "Critical result called to and read back by:CLAIRE HCE7362" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "Location:ICUB on 08/08/21 at 1539 by ELB.RM" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", - "valueId" : "L" - } - ], - "text" : "Location:ICUB on 08/08/21 at 1539 by ELB.RM" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "Critical result called to and read back by:CLAIRE HCE7362" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", - "valueId" : "L" - } - ], - "text" : "Critical result called to and read back by:CLAIRE HCE7362" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "Location:ICUB on 08/08/21 at 1050 by ELB.SMX" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", - "valueId" : "L" - } - ], - "text" : "Location:ICUB on 08/08/21 at 1050 by ELB.SMX" - } - ] - } - }, - { - "fullUrl" : "Practitioner/1713310292266988000.cd807346-713c-4c0a-8f43-f05e1b860772", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1713310292266988000.cd807346-713c-4c0a-8f43-f05e1b860772", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "NPI" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "Christopher" - }, - { - "url" : "XCN.4", - "valueString" : "Beau" - }, - { - "url" : "XCN.21", - "valueString" : "MD" - }, - { - "url" : "XCN.10", - "valueString" : "L" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.12" - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "NPI" - } - ] - }, - "system" : "NPI", - "value" : "1871759365" - } - ], - "name" : [ - { - "use" : "official", - "family" : "Willison", - "given" : [ - "Christopher", - "Beau" - ], - "suffix" : [ - "MD" - ] - } - ], - "address" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "5600 S Quebec St #312A" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "B" - } - ] - } - ], - "use" : "work", - "line" : [ - "5600 S Quebec St #312A" - ], - "city" : "Greenwood Village", - "district" : "MD", - "state" : "IG", - "postalCode" : "80111", - "country" : "USA" - } - ] - } - }, - { - "fullUrl" : "Organization/1713310292268566000.0f214462-6c14-4b58-83e4-e49f6b506b5a", - "resource" : { - "resourceType" : "Organization", - "id" : "1713310292268566000.0f214462-6c14-4b58-83e4-e49f6b506b5a", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ] - } - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ - { - "url" : "XON.10", - "valueString" : "06D0055551" - } - ] - } - ], - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/code-index-name", - "valueString" : "identifier" - } - ], - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" - } - ] - }, - "value" : "06D0055551" - } - ], - "name" : "TMCA, SOUTH CAMPUS", - "telecom" : [ - { - "extension" : [ - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", - "valueString" : "1" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", - "valueString" : "303" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "6952653" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ - { - "url" : "XTN.2", - "valueString" : "WPN" - }, - { - "url" : "XTN.3", - "valueString" : "PH" - }, - { - "url" : "XTN.7", - "valueString" : "6952653" - } - ] - } - ], - "system" : "phone", - "use" : "work" - } - ], - "address" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "B" - } - ] - } - ], - "use" : "work", - "line" : [ - "1501 S. POTOMAC" - ], - "city" : "AURORA", - "district" : "MD", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" - } - ] - } - }, - { - "fullUrl" : "PractitionerRole/1713310292265851000.6e88c174-0b91-4de3-8274-4bbbeaed7b10", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1713310292265851000.6e88c174-0b91-4de3-8274-4bbbeaed7b10", - "practitioner" : { - "reference" : "Practitioner/1713310292266988000.cd807346-713c-4c0a-8f43-f05e1b860772" - }, - "organization" : { - "reference" : "Organization/1713310292268566000.0f214462-6c14-4b58-83e4-e49f6b506b5a" + } + }, { + "fullUrl" : "Organization/1713310292193562000.37c3da23-dc23-4a30-95fd-46e9579d1121", + "resource" : { + "resourceType" : "Organization", + "id" : "1713310292193562000.37c3da23-dc23-4a30-95fd-46e9579d1121", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBX.15" + } ] + } + }, { + "fullUrl" : "Practitioner/1713310292194132000.fb27e989-6cdb-4e54-b2e9-e2d2cc76fc2a", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1713310292194132000.fb27e989-6cdb-4e54-b2e9-e2d2cc76fc2a", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "RML" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "GREGORY" + }, { + "url" : "XCN.4", + "valueString" : "R" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.10", + "valueString" : "L" + } ] + } ], + "identifier" : [ { + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "FI" + } ] + }, + "system" : "RML", + "value" : "1740336429" + } ], + "name" : [ { + "use" : "official", + "family" : "KOTNIS", + "given" : [ "GREGORY", "R" ], + "prefix" : [ "DR." ], + "suffix" : [ "MD" ] + } ] + } + }, { + "fullUrl" : "Organization/1713310292194967000.5ab3f58a-e9ff-4a0a-932c-736010e01fc0", + "resource" : { + "resourceType" : "Organization", + "id" : "1713310292194967000.5ab3f58a-e9ff-4a0a-932c-736010e01fc0", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "XON.2" + } ] + } + } ] } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension" : [ { + "url" : "XON.10", + "valueString" : "06D0055551" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "TMCA, SOUTH CAMPUS" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/code-index-name", + "valueString" : "identifier" + } ], + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "XX" + } ] + }, + "value" : "06D0055551" + } ], + "name" : "TMCA, SOUTH CAMPUS", + "address" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "1501 S. POTOMAC" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "B" + } ] + } ], + "use" : "work", + "line" : [ "1501 S. POTOMAC" ], + "city" : "AURORA", + "district" : "S", + "state" : "IG", + "postalCode" : "80012", + "country" : "USA" + } ] + } + }, { + "fullUrl" : "PractitionerRole/1713310292193650000.b7b19ee7-9e83-488b-860a-1a6ad20f038d", + "resource" : { + "resourceType" : "PractitionerRole", + "id" : "1713310292193650000.b7b19ee7-9e83-488b-860a-1a6ad20f038d", + "practitioner" : { + "reference" : "Practitioner/1713310292194132000.fb27e989-6cdb-4e54-b2e9-e2d2cc76fc2a" + }, + "organization" : { + "reference" : "Organization/1713310292194967000.5ab3f58a-e9ff-4a0a-932c-736010e01fc0" + }, + "code" : [ { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", + "code" : "MDIR" + } ] + } ] + } + }, { + "fullUrl" : "Observation/1713310292195971000.e465771d-eeeb-4cba-8508-58ccbce4a252", + "resource" : { + "resourceType" : "Observation", + "id" : "1713310292195971000.e465771d-eeeb-4cba-8508-58ccbce4a252", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString" : "2.1" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime" : "2021-08-10T06:25:00-06:00", + "_valueDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20210810062500-0600" + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension" : [ { + "url" : "OBX.2", + "valueId" : "ST" + }, { + "url" : "OBX.11", + "valueString" : "C" + } ] + } ], + "status" : "corrected", + "subject" : { + "reference" : "Patient/1713310292174793000.d3e32048-5cb6-46e5-9069-4ca92e4ac1f6" + }, + "encounter" : { + "reference" : "Encounter/1713310292182502000.7bd38229-d4b8-4ad9-9890-1aec968cc276" + }, + "effectiveDateTime" : "2028-08-02T02:52:01-06:00", + "_effectiveDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280802025201-0600" + } ] + }, + "performer" : [ { + "reference" : "Organization/1713310292196183000.04331dc7-ce75-474c-8a1f-e129b0aed9e4" + }, { + "reference" : "PractitionerRole/1713310292196276000.c01e96cb-06bb-4c98-9f8f-fd12ed42189c" + } ], + "valueString" : "GRAM POSITIVE PCR; NO TARGETS DETECTED (SEE COMMENT)" + } + }, { + "fullUrl" : "Organization/1713310292196183000.04331dc7-ce75-474c-8a1f-e129b0aed9e4", + "resource" : { + "resourceType" : "Organization", + "id" : "1713310292196183000.04331dc7-ce75-474c-8a1f-e129b0aed9e4", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBX.15" + } ] + } + }, { + "fullUrl" : "Practitioner/1713310292196768000.3a5781fe-9c4d-4b84-9996-897a2d5b41e2", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1713310292196768000.3a5781fe-9c4d-4b84-9996-897a2d5b41e2", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "RML" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "GREGORY" + }, { + "url" : "XCN.4", + "valueString" : "R" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.10", + "valueString" : "L" + } ] + } ], + "identifier" : [ { + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "FI" + } ] + }, + "system" : "RML", + "value" : "1740336429" + } ], + "name" : [ { + "use" : "official", + "family" : "KOTNIS", + "given" : [ "GREGORY", "R" ], + "prefix" : [ "DR." ], + "suffix" : [ "MD" ] + } ] + } + }, { + "fullUrl" : "Organization/1713310292197597000.4e0c27f4-78d6-4bb9-b8cd-ad8a78a67d7f", + "resource" : { + "resourceType" : "Organization", + "id" : "1713310292197597000.4e0c27f4-78d6-4bb9-b8cd-ad8a78a67d7f", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "XON.2" + } ] + } + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension" : [ { + "url" : "XON.10", + "valueString" : "06D0055551" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "TMCA, SOUTH CAMPUS" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/code-index-name", + "valueString" : "identifier" + } ], + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "XX" + } ] + }, + "value" : "06D0055551" + } ], + "name" : "TMCA, SOUTH CAMPUS", + "address" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "1501 S. POTOMAC" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "B" + } ] + } ], + "use" : "work", + "line" : [ "1501 S. POTOMAC" ], + "city" : "AURORA", + "state" : "IG", + "postalCode" : "80012", + "country" : "USA" + } ] + } + }, { + "fullUrl" : "PractitionerRole/1713310292196276000.c01e96cb-06bb-4c98-9f8f-fd12ed42189c", + "resource" : { + "resourceType" : "PractitionerRole", + "id" : "1713310292196276000.c01e96cb-06bb-4c98-9f8f-fd12ed42189c", + "practitioner" : { + "reference" : "Practitioner/1713310292196768000.3a5781fe-9c4d-4b84-9996-897a2d5b41e2" + }, + "organization" : { + "reference" : "Organization/1713310292197597000.4e0c27f4-78d6-4bb9-b8cd-ad8a78a67d7f" + }, + "code" : [ { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", + "code" : "MDIR" + } ] + } ] + } + }, { + "fullUrl" : "Observation/1713310292198476000.98e5c035-379b-485e-8690-324312b4d064", + "resource" : { + "resourceType" : "Observation", + "id" : "1713310292198476000.98e5c035-379b-485e-8690-324312b4d064", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString" : "2.2" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime" : "2021-08-10T06:25:00-06:00", + "_valueDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20210810062500-0600" + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension" : [ { + "url" : "OBX.2", + "valueId" : "ST" + }, { + "url" : "OBX.11", + "valueString" : "C" + } ] + } ], + "status" : "corrected", + "subject" : { + "reference" : "Patient/1713310292174793000.d3e32048-5cb6-46e5-9069-4ca92e4ac1f6" + }, + "encounter" : { + "reference" : "Encounter/1713310292182502000.7bd38229-d4b8-4ad9-9890-1aec968cc276" + }, + "effectiveDateTime" : "2028-08-02T02:52:01-06:00", + "_effectiveDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280802025201-0600" + } ] + }, + "performer" : [ { + "reference" : "Organization/1713310292198677000.3cfa9361-a2f6-4e6f-976c-82e97b26923f" + }, { + "reference" : "PractitionerRole/1713310292198762000.71568b0b-06e3-434f-bc54-755340af3d23" + } ], + "valueString" : "GRAM POSITIVE COCCI IN PAIRS" + } + }, { + "fullUrl" : "Organization/1713310292198677000.3cfa9361-a2f6-4e6f-976c-82e97b26923f", + "resource" : { + "resourceType" : "Organization", + "id" : "1713310292198677000.3cfa9361-a2f6-4e6f-976c-82e97b26923f", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBX.15" + } ] + } + }, { + "fullUrl" : "Practitioner/1713310292199229000.0c205427-bf5b-4689-8779-63a9f612b447", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1713310292199229000.0c205427-bf5b-4689-8779-63a9f612b447", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "RML" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "GREGORY" + }, { + "url" : "XCN.4", + "valueString" : "R" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.10", + "valueString" : "L" + } ] + } ], + "identifier" : [ { + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "FI" + } ] + }, + "system" : "RML", + "value" : "1740336429" + } ], + "name" : [ { + "use" : "official", + "family" : "KOTNIS", + "given" : [ "GREGORY", "R" ], + "prefix" : [ "DR." ], + "suffix" : [ "MD" ] + } ] + } + }, { + "fullUrl" : "Organization/1713310292200054000.e593a48d-953c-4772-aa5d-bc4129e61383", + "resource" : { + "resourceType" : "Organization", + "id" : "1713310292200054000.e593a48d-953c-4772-aa5d-bc4129e61383", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "XON.2" + } ] + } + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension" : [ { + "url" : "XON.10", + "valueString" : "06D0055551" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "TMCA, SOUTH CAMPUS" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/code-index-name", + "valueString" : "identifier" + } ], + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "XX" + } ] + }, + "value" : "06D0055551" + } ], + "name" : "TMCA, SOUTH CAMPUS", + "address" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "1501 S. POTOMAC" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "B" + } ] + } ], + "use" : "work", + "line" : [ "1501 S. POTOMAC" ], + "city" : "AURORA", + "district" : "A", + "state" : "IG", + "postalCode" : "80012", + "country" : "USA" + } ] + } + }, { + "fullUrl" : "PractitionerRole/1713310292198762000.71568b0b-06e3-434f-bc54-755340af3d23", + "resource" : { + "resourceType" : "PractitionerRole", + "id" : "1713310292198762000.71568b0b-06e3-434f-bc54-755340af3d23", + "practitioner" : { + "reference" : "Practitioner/1713310292199229000.0c205427-bf5b-4689-8779-63a9f612b447" + }, + "organization" : { + "reference" : "Organization/1713310292200054000.e593a48d-953c-4772-aa5d-bc4129e61383" + }, + "code" : [ { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", + "code" : "MDIR" + } ] + } ] + } + }, { + "fullUrl" : "Observation/1713310292201023000.d44c92c9-71db-469b-b52c-59a00cd1172e", + "resource" : { + "resourceType" : "Observation", + "id" : "1713310292201023000.d44c92c9-71db-469b-b52c-59a00cd1172e", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString" : "2.3" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime" : "2021-08-10T06:25:00-06:00", + "_valueDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20210810062500-0600" + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension" : [ { + "url" : "OBX.2", + "valueId" : "ST" + }, { + "url" : "OBX.11", + "valueString" : "C" + } ] + } ], + "status" : "corrected", + "subject" : { + "reference" : "Patient/1713310292174793000.d3e32048-5cb6-46e5-9069-4ca92e4ac1f6" + }, + "encounter" : { + "reference" : "Encounter/1713310292182502000.7bd38229-d4b8-4ad9-9890-1aec968cc276" + }, + "effectiveDateTime" : "2028-08-02T02:52:01-06:00", + "_effectiveDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280802025201-0600" + } ] + }, + "performer" : [ { + "reference" : "Organization/1713310292201216000.3e90617d-675f-45a0-a181-3975464a81f8" + }, { + "reference" : "PractitionerRole/1713310292201302000.10958c13-63e6-4442-9459-0ec0be8e4fdb" + } ], + "valueString" : "ANAEROBIC BOTTLE" + } + }, { + "fullUrl" : "Organization/1713310292201216000.3e90617d-675f-45a0-a181-3975464a81f8", + "resource" : { + "resourceType" : "Organization", + "id" : "1713310292201216000.3e90617d-675f-45a0-a181-3975464a81f8", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBX.15" + } ] + } + }, { + "fullUrl" : "Practitioner/1713310292201781000.ca3660b4-0e4c-4293-8e98-29492270be1e", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1713310292201781000.ca3660b4-0e4c-4293-8e98-29492270be1e", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "RML" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "GREGORY" + }, { + "url" : "XCN.4", + "valueString" : "R" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.10", + "valueString" : "L" + } ] + } ], + "identifier" : [ { + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "FI" + } ] + }, + "system" : "RML", + "value" : "1740336429" + } ], + "name" : [ { + "use" : "official", + "family" : "KOTNIS", + "given" : [ "GREGORY", "R" ], + "prefix" : [ "DR." ], + "suffix" : [ "MD" ] + } ] + } + }, { + "fullUrl" : "Organization/1713310292202657000.904ee52c-1b96-498d-891a-552c54141ce1", + "resource" : { + "resourceType" : "Organization", + "id" : "1713310292202657000.904ee52c-1b96-498d-891a-552c54141ce1", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "XON.2" + } ] + } + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension" : [ { + "url" : "XON.10", + "valueString" : "06D0055551" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "TMCA, SOUTH CAMPUS" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/code-index-name", + "valueString" : "identifier" + } ], + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "XX" + } ] + }, + "value" : "06D0055551" + } ], + "name" : "TMCA, SOUTH CAMPUS", + "address" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "1501 S. POTOMAC" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "B" + } ] + } ], + "use" : "work", + "line" : [ "1501 S. POTOMAC" ], + "city" : "AURORA", + "state" : "IG", + "postalCode" : "80012", + "country" : "USA" + } ] + } + }, { + "fullUrl" : "PractitionerRole/1713310292201302000.10958c13-63e6-4442-9459-0ec0be8e4fdb", + "resource" : { + "resourceType" : "PractitionerRole", + "id" : "1713310292201302000.10958c13-63e6-4442-9459-0ec0be8e4fdb", + "practitioner" : { + "reference" : "Practitioner/1713310292201781000.ca3660b4-0e4c-4293-8e98-29492270be1e" + }, + "organization" : { + "reference" : "Organization/1713310292202657000.904ee52c-1b96-498d-891a-552c54141ce1" + }, + "code" : [ { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", + "code" : "MDIR" + } ] + } ] + } + }, { + "fullUrl" : "Observation/1713310292203602000.962b4f6f-bdd8-401e-8c7c-adbb3a40f6f5", + "resource" : { + "resourceType" : "Observation", + "id" : "1713310292203602000.962b4f6f-bdd8-401e-8c7c-adbb3a40f6f5", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString" : "2.4" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime" : "2021-08-10T06:25:00-06:00", + "_valueDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20210810062500-0600" + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension" : [ { + "url" : "OBX.2", + "valueId" : "ST" + }, { + "url" : "OBX.11", + "valueString" : "C" + } ] + } ], + "status" : "corrected", + "subject" : { + "reference" : "Patient/1713310292174793000.d3e32048-5cb6-46e5-9069-4ca92e4ac1f6" + }, + "encounter" : { + "reference" : "Encounter/1713310292182502000.7bd38229-d4b8-4ad9-9890-1aec968cc276" + }, + "effectiveDateTime" : "2028-08-02T02:52:01-06:00", + "_effectiveDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280802025201-0600" + } ] + }, + "performer" : [ { + "reference" : "Organization/1713310292203801000.6e199fc7-4cf0-4360-b31f-8f181409e772" + }, { + "reference" : "PractitionerRole/1713310292203885000.e173e2ef-33f3-4e3b-b838-44a21e376cee" + } ], + "valueString" : "YEAST" + } + }, { + "fullUrl" : "Organization/1713310292203801000.6e199fc7-4cf0-4360-b31f-8f181409e772", + "resource" : { + "resourceType" : "Organization", + "id" : "1713310292203801000.6e199fc7-4cf0-4360-b31f-8f181409e772", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBX.15" + } ] + } + }, { + "fullUrl" : "Practitioner/1713310292204348000.19ee0197-bbf7-4842-b52b-7865f5609b05", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1713310292204348000.19ee0197-bbf7-4842-b52b-7865f5609b05", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "RML" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "GREGORY" + }, { + "url" : "XCN.4", + "valueString" : "R" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.10", + "valueString" : "L" + } ] + } ], + "identifier" : [ { + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "FI" + } ] + }, + "system" : "RML", + "value" : "1740336429" + } ], + "name" : [ { + "use" : "official", + "family" : "KOTNIS", + "given" : [ "GREGORY", "R" ], + "prefix" : [ "DR." ], + "suffix" : [ "MD" ] + } ] + } + }, { + "fullUrl" : "Organization/1713310292205158000.edb5d7e2-a7e0-49ff-bfa8-cb8d2955ff76", + "resource" : { + "resourceType" : "Organization", + "id" : "1713310292205158000.edb5d7e2-a7e0-49ff-bfa8-cb8d2955ff76", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "XON.2" + } ] + } + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension" : [ { + "url" : "XON.10", + "valueString" : "06D0055551" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "TMCA, SOUTH CAMPUS" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/code-index-name", + "valueString" : "identifier" + } ], + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "XX" + } ] + }, + "value" : "06D0055551" + } ], + "name" : "TMCA, SOUTH CAMPUS", + "address" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "1501 S. POTOMAC" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "B" + } ] + } ], + "use" : "work", + "line" : [ "1501 S. POTOMAC" ], + "city" : "AURORA", + "district" : "A", + "state" : "IG", + "postalCode" : "80012", + "country" : "USA" + } ] + } + }, { + "fullUrl" : "PractitionerRole/1713310292203885000.e173e2ef-33f3-4e3b-b838-44a21e376cee", + "resource" : { + "resourceType" : "PractitionerRole", + "id" : "1713310292203885000.e173e2ef-33f3-4e3b-b838-44a21e376cee", + "practitioner" : { + "reference" : "Practitioner/1713310292204348000.19ee0197-bbf7-4842-b52b-7865f5609b05" + }, + "organization" : { + "reference" : "Organization/1713310292205158000.edb5d7e2-a7e0-49ff-bfa8-cb8d2955ff76" + }, + "code" : [ { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", + "code" : "MDIR" + } ] + } ] + } + }, { + "fullUrl" : "Observation/1713310292206155000.4526c564-a785-43d8-bfda-aee269104928", + "resource" : { + "resourceType" : "Observation", + "id" : "1713310292206155000.4526c564-a785-43d8-bfda-aee269104928", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString" : "2.5" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime" : "2021-08-10T06:25:00-06:00", + "_valueDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20210810062500-0600" + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension" : [ { + "url" : "OBX.2", + "valueId" : "ST" + }, { + "url" : "OBX.11", + "valueString" : "C" + } ] + } ], + "status" : "corrected", + "subject" : { + "reference" : "Patient/1713310292174793000.d3e32048-5cb6-46e5-9069-4ca92e4ac1f6" + }, + "encounter" : { + "reference" : "Encounter/1713310292182502000.7bd38229-d4b8-4ad9-9890-1aec968cc276" + }, + "effectiveDateTime" : "2028-08-02T02:52:01-06:00", + "_effectiveDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280802025201-0600" + } ] + }, + "performer" : [ { + "reference" : "Organization/1713310292206349000.4b9dbc44-988f-445e-90f5-7c8d2210f820" + }, { + "reference" : "PractitionerRole/1713310292206433000.9098a01d-0ad8-48e2-9774-daaefa911847" + } ], + "valueString" : "AEROBIC BOTTLE" + } + }, { + "fullUrl" : "Organization/1713310292206349000.4b9dbc44-988f-445e-90f5-7c8d2210f820", + "resource" : { + "resourceType" : "Organization", + "id" : "1713310292206349000.4b9dbc44-988f-445e-90f5-7c8d2210f820", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBX.15" + } ] + } + }, { + "fullUrl" : "Practitioner/1713310292206895000.022e84bc-9dda-4643-b290-413ffcd44d96", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1713310292206895000.022e84bc-9dda-4643-b290-413ffcd44d96", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "RML" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "GREGORY" + }, { + "url" : "XCN.4", + "valueString" : "R" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.10", + "valueString" : "L" + } ] + } ], + "identifier" : [ { + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "FI" + } ] + }, + "system" : "RML", + "value" : "1740336429" + } ], + "name" : [ { + "use" : "official", + "family" : "KOTNIS", + "given" : [ "GREGORY", "R" ], + "prefix" : [ "DR." ], + "suffix" : [ "MD" ] + } ] + } + }, { + "fullUrl" : "Organization/1713310292207701000.b0602497-3dda-4eee-9c7e-877ed8cfd9f7", + "resource" : { + "resourceType" : "Organization", + "id" : "1713310292207701000.b0602497-3dda-4eee-9c7e-877ed8cfd9f7", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "XON.2" + } ] + } + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension" : [ { + "url" : "XON.10", + "valueString" : "06D0055551" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "TMCA, SOUTH CAMPUS" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/code-index-name", + "valueString" : "identifier" + } ], + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "XX" + } ] + }, + "value" : "06D0055551" + } ], + "name" : "TMCA, SOUTH CAMPUS", + "address" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "1501 S. POTOMAC" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "B" + } ] + } ], + "use" : "work", + "line" : [ "1501 S. POTOMAC" ], + "city" : "AURORA", + "state" : "IG", + "postalCode" : "80012", + "country" : "USA" + } ] + } + }, { + "fullUrl" : "PractitionerRole/1713310292206433000.9098a01d-0ad8-48e2-9774-daaefa911847", + "resource" : { + "resourceType" : "PractitionerRole", + "id" : "1713310292206433000.9098a01d-0ad8-48e2-9774-daaefa911847", + "practitioner" : { + "reference" : "Practitioner/1713310292206895000.022e84bc-9dda-4643-b290-413ffcd44d96" + }, + "organization" : { + "reference" : "Organization/1713310292207701000.b0602497-3dda-4eee-9c7e-877ed8cfd9f7" + }, + "code" : [ { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", + "code" : "MDIR" + } ] + } ] + } + }, { + "fullUrl" : "Observation/1713310292208910000.7f6d5796-6619-4269-b3b9-b96a1329b778", + "resource" : { + "resourceType" : "Observation", + "id" : "1713310292208910000.7f6d5796-6619-4269-b3b9-b96a1329b778", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime" : "2021-08-10T06:25:00-06:00", + "_valueDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20210810062500-0600" + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension" : [ { + "url" : "OBX.2", + "valueId" : "CWE" + }, { + "url" : "OBX.11", + "valueString" : "C" + } ] + } ], + "status" : "corrected", + "subject" : { + "reference" : "Patient/1713310292174793000.d3e32048-5cb6-46e5-9069-4ca92e4ac1f6" + }, + "encounter" : { + "reference" : "Encounter/1713310292182502000.7bd38229-d4b8-4ad9-9890-1aec968cc276" + }, + "effectiveDateTime" : "2028-08-02T02:52:01-06:00", + "_effectiveDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280802025201-0600" + } ] + }, + "performer" : [ { + "reference" : "Organization/1713310292209110000.9df029b3-9e52-4ca8-8357-cf31f0c34981" + }, { + "reference" : "PractitionerRole/1713310292209203000.e6f1638f-80e8-4fb5-875c-840c92a798bb" + } ], + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "POSITIVE", + "display" : "POSITIVE" + } ], + "text" : "POSITIVE" + }, + "note" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "Nucleic acid test for the detection of Staphylococcus spp.," + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", + "valueId" : "L" + } ], + "text" : "Nucleic acid test for the detection of Staphylococcus spp.," + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "S. aureus, S. epidermidis, S. lugdunensis, Streptococcus" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", + "valueId" : "L" + } ], + "text" : "S. aureus, S. epidermidis, S. lugdunensis, Streptococcus" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "spp., S. pneumoniae, S. pyogenes, S. agalactiae," + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", + "valueId" : "L" + } ], + "text" : "spp., S. pneumoniae, S. pyogenes, S. agalactiae," + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "S. anginosus group, Enterococcus faecalis, Enterococcus" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", + "valueId" : "L" + } ], + "text" : "S. anginosus group, Enterococcus faecalis, Enterococcus" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "faecium, mec-A mediated methicillin resistance, and" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", + "valueId" : "L" + } ], + "text" : "faecium, mec-A mediated methicillin resistance, and" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "vanA/vanB mediated Vancomycin resistance was performed and" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", + "valueId" : "L" + } ], + "text" : "vanA/vanB mediated Vancomycin resistance was performed and" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "was NEGATIVE for all targets tested." + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", + "valueId" : "L" + } ], + "text" : "was NEGATIVE for all targets tested." + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", + "valueId" : "L" + } ] + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "*****CORRECTED REPORT*****" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", + "valueId" : "L" + } ], + "text" : "*****CORRECTED REPORT*****" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "Previous report of was incorrect." + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", + "valueId" : "L" + } ], + "text" : "Previous report of was incorrect." + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "The correct report of YEAST PRESENT ON GRAM STAIN" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", + "valueId" : "L" + } ], + "text" : "The correct report of YEAST PRESENT ON GRAM STAIN" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "was called and texted to ALLISON CABRERA" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", + "valueId" : "L" + } ], + "text" : "was called and texted to ALLISON CABRERA" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "Date:08/08/28 Time:0613 Called by:ELB.RMH" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", + "valueId" : "L" + } ], + "text" : "Date:08/08/28 Time:0613 Called by:ELB.RMH" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", + "valueId" : "L" + } ] + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "Critical result called to and read back by:RN LIBBY HILL" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", + "valueId" : "L" + } ], + "text" : "Critical result called to and read back by:RN LIBBY HILL" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "Location:ICU on 08/06/21 at 1136 by ELB.HC" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", + "valueId" : "L" + } ], + "text" : "Location:ICU on 08/06/21 at 1136 by ELB.HC" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", + "valueId" : "L" + } ] + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "Critical result called to and read back by:HANNAH STEVENS RN" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", + "valueId" : "L" + } ], + "text" : "Critical result called to and read back by:HANNAH STEVENS RN" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "Location:ICUB on 08/02/28 at 2201 by ELB.MS3" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", + "valueId" : "L" + } ], + "text" : "Location:ICUB on 08/02/28 at 2201 by ELB.MS3" + } ] + } + }, { + "fullUrl" : "Organization/1713310292209110000.9df029b3-9e52-4ca8-8357-cf31f0c34981", + "resource" : { + "resourceType" : "Organization", + "id" : "1713310292209110000.9df029b3-9e52-4ca8-8357-cf31f0c34981", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBX.15" + } ] + } + }, { + "fullUrl" : "Practitioner/1713310292209729000.03d478df-f142-41bc-a067-60d7c349b147", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1713310292209729000.03d478df-f142-41bc-a067-60d7c349b147", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "RML" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "GREGORY" + }, { + "url" : "XCN.4", + "valueString" : "R" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.10", + "valueString" : "L" + } ] + } ], + "identifier" : [ { + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "FI" + } ] + }, + "system" : "RML", + "value" : "1740336429" + } ], + "name" : [ { + "use" : "official", + "family" : "KOTNIS", + "given" : [ "GREGORY", "R" ], + "prefix" : [ "DR." ], + "suffix" : [ "MD" ] + } ] + } + }, { + "fullUrl" : "Organization/1713310292210554000.d2f7fef6-2dcd-47a4-b21d-226caba190ee", + "resource" : { + "resourceType" : "Organization", + "id" : "1713310292210554000.d2f7fef6-2dcd-47a4-b21d-226caba190ee", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "XON.2" + } ] + } + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension" : [ { + "url" : "XON.10", + "valueString" : "06D0055551" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "TMCA, SOUTH CAMPUS" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/code-index-name", + "valueString" : "identifier" + } ], + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "XX" + } ] + }, + "value" : "06D0055551" + } ], + "name" : "TMCA, SOUTH CAMPUS", + "address" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "1501 S. POTOMAC" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "B" + } ] + } ], + "use" : "work", + "line" : [ "1501 S. POTOMAC" ], + "city" : "AURORA", + "district" : "MD", + "state" : "IG", + "postalCode" : "80012", + "country" : "USA" + } ] + } + }, { + "fullUrl" : "PractitionerRole/1713310292209203000.e6f1638f-80e8-4fb5-875c-840c92a798bb", + "resource" : { + "resourceType" : "PractitionerRole", + "id" : "1713310292209203000.e6f1638f-80e8-4fb5-875c-840c92a798bb", + "practitioner" : { + "reference" : "Practitioner/1713310292209729000.03d478df-f142-41bc-a067-60d7c349b147" + }, + "organization" : { + "reference" : "Organization/1713310292210554000.d2f7fef6-2dcd-47a4-b21d-226caba190ee" + }, + "code" : [ { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", + "code" : "MDIR" + } ] + } ] + } + }, { + "fullUrl" : "Observation/1713310292214284000.49efeb0f-f322-4f8b-98e3-36c49b7e0589", + "resource" : { + "resourceType" : "Observation", + "id" : "1713310292214284000.49efeb0f-f322-4f8b-98e3-36c49b7e0589", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString" : "1" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime" : "2021-08-05T01:38:00-06:00", + "_valueDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20210805013800-0600" + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension" : [ { + "url" : "OBX.2", + "valueId" : "CE" + }, { + "url" : "OBX.11", + "valueString" : "F" + } ] + } ], + "status" : "final", + "code" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/ce-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/ce-coding-system", + "valueString" : "LN" + } ], + "system" : "http://loinc.org", + "code" : "77202-0", + "display" : "Laboratory comment [Text] in Report Narrative" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "code" : "VERGPCOM", + "display" : "COMMENT" + } ] + }, + "subject" : { + "reference" : "Patient/1713310292174793000.d3e32048-5cb6-46e5-9069-4ca92e4ac1f6" + }, + "encounter" : { + "reference" : "Encounter/1713310292182502000.7bd38229-d4b8-4ad9-9890-1aec968cc276" + }, + "effectiveDateTime" : "2028-08-02T02:52:01-06:00", + "_effectiveDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280802025201-0600" + } ] + }, + "performer" : [ { + "reference" : "Organization/1713310292214479000.8c8ebc8e-8eda-4e00-90d1-39a72195b46d" + }, { + "reference" : "PractitionerRole/1713310292214568000.b8f55647-0e7e-430f-91aa-5e97aaeabcdd" + } ], + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/ce-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/ce-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "code" : "COM" + } ] } - }, - { - "fullUrl" : "Organization/1713310292271793000.34b3c990-ec6b-454d-af49-601fde319d7e", - "resource" : { - "resourceType" : "Organization", - "id" : "1713310292271793000.34b3c990-ec6b-454d-af49-601fde319d7e", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ] - } - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ - { - "url" : "XON.10", - "valueString" : "06D0055551" - } - ] - } - ], - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/code-index-name", - "valueString" : "identifier" - } - ], - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" - } - ] - }, - "value" : "06D0055551" - } - ], - "name" : "TMCA, SOUTH CAMPUS" - } - }, - { - "fullUrl" : "Practitioner/1713310292273162000.288ff7e7-d660-4a70-931d-fe732342f114", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1713310292273162000.288ff7e7-d660-4a70-931d-fe732342f114", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "NPI" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "Christopher" - }, - { - "url" : "XCN.4", - "valueString" : "Beau" - }, - { - "url" : "XCN.21", - "valueString" : "MD" - }, - { - "url" : "XCN.10", - "valueString" : "L" - } - ] - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "NPI" - } - ] - }, - "system" : "NPI", - "value" : "1871759365" - } - ], - "name" : [ - { - "use" : "official", - "family" : "Willison", - "given" : [ - "Christopher", - "Beau" - ], - "suffix" : [ - "MD" - ] - } - ] - } - }, - { - "fullUrl" : "Practitioner/1713310292274118000.96d5bf58-4eb5-42f8-a1f3-041332050150", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1713310292274118000.96d5bf58-4eb5-42f8-a1f3-041332050150", - "identifier" : [ - { - "value" : "ER" - } - ] - } - }, - { - "fullUrl" : "Practitioner/1713310292274839000.dbfd4fa3-5f13-42c1-9dbc-41137ed997d7", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1713310292274839000.dbfd4fa3-5f13-42c1-9dbc-41137ed997d7", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "NPI" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "Christopher" - }, - { - "url" : "XCN.4", - "valueString" : "Beau" - }, - { - "url" : "XCN.21", - "valueString" : "MD" - }, - { - "url" : "XCN.10", - "valueString" : "L" - } - ] - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "NPI" - } - ] - }, - "system" : "NPI", - "value" : "1871759365" - } - ], - "name" : [ - { - "use" : "official", - "family" : "Willison", - "given" : [ - "Christopher", - "Beau" - ], - "suffix" : [ - "MD" - ] - } - ] - } - }, - { - "fullUrl" : "ServiceRequest/1713310292285799000.f65936c0-f60c-4141-a01a-a443c4a6e22e", - "resource" : { - "resourceType" : "ServiceRequest", - "id" : "1713310292285799000.f65936c0-f60c-4141-a01a-a443c4a6e22e", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", - "valueCode" : "RE" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", - "valueString" : "202808080928" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/orc-common-order", - "extension" : [ - { - "url" : "ORC.6", - "valueString" : "N" - }, - { - "url" : "orc-21-ordering-facility-name", - "valueReference" : { - "reference" : "Organization/1713310292281888000.781f9c6c-6639-4d93-a44e-3ce4409863ab" - } - }, - { - "url" : "orc-22-ordering-facility-address", - "valueAddress" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "B" - } - ] - } - ], - "use" : "work", - "line" : [ - "1501 S. POTOMAC" - ], - "city" : "AURORA", - "district" : "MD", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" - } - }, - { - "url" : "orc-24-ordering-provider-address", - "valueAddress" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "5600 S Quebec St #312A" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "B" - } - ] - } - ], - "use" : "work", - "line" : [ - "5600 S Quebec St #312A" - ], - "city" : "Greenwood Village", - "district" : "MD", - "state" : "IG", - "postalCode" : "80111", - "country" : "USA" - } - }, - { - "url" : "orc-12-ordering-provider", - "valueReference" : { - "reference" : "Practitioner/1713310292283281000.bdf0765b-86ae-4a48-9513-29c9d9dd115b" - } - }, - { - "url" : "ORC.15", - "valueString" : "202108032350" - }, - { - "url" : "ORC.17" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", - "extension" : [ - { - "url" : "OBR.2", - "valueIdentifier" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123.2" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "value" : "09339017" - } - }, - { - "url" : "OBR.3", - "valueIdentifier" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123.2" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "value" : "21:AA:B0029251S.2" - } - }, - { - "url" : "OBR.21", - "valueString" : "TMCA, SOUTH CAMPUS" - }, - { - "url" : "OBR.22", - "valueString" : "20210810062500-0600" - }, - { - "url" : "OBR.10", - "valueReference" : { - "reference" : "Practitioner/1713310292284254000.24e188f3-2754-457a-a26d-2c8aed728ad1" - } - }, - { - "url" : "OBR.13", - "valueString" : "SEPTIC SHOCK" - }, - { - "url" : "OBR.16", - "valueReference" : { - "reference" : "Practitioner/1713310292284975000.e57bf06b-5f79-45a1-b6cb-e9a44377479e" - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", - "valueContactPoint" : { - "extension" : [ - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", - "valueString" : "1" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", - "valueString" : "303" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "4362727" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ - { - "url" : "XTN.2", - "valueString" : "WPN" - }, - { - "url" : "XTN.3", - "valueString" : "PH" - }, - { - "url" : "XTN.7", - "valueString" : "4362727" - }, - { - "url" : "XTN.9", - "valueString" : "Hospital Line" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBR.17" - } - ], - "system" : "phone", - "use" : "work" - } - }, - { - "url" : "OBR.18", - "valueString" : "21:AA:B0029251Sm12776123" - }, - { - "url" : "OBR.19", - "valueString" : "09339017" - } - ] - } - ], - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.2" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123.2" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PLAC" - } - ] - }, - "value" : "09339017" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.3" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123.2" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FILL" - } - ] - }, - "value" : "21:AA:B0029251S.2" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.4" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PGN" - } - ] - }, - "value" : "21:AA:B0029251S" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.4" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FGN" - } - ] - }, - "value" : "21:AA:B0029251S" - } - ], - "status" : "unknown", - "subject" : { - "reference" : "Patient/1713310292174793000.d3e32048-5cb6-46e5-9069-4ca92e4ac1f6" - }, - "requester" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", - "valueContactPoint" : { - "extension" : [ - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", - "valueString" : "1" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", - "valueString" : "303" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "4362727" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ - { - "url" : "XTN.2", - "valueString" : "WPN" - }, - { - "url" : "XTN.3", - "valueString" : "PH" - }, - { - "url" : "XTN.7", - "valueString" : "4362727" - }, - { - "url" : "XTN.9", - "valueString" : "Hospital Line" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.14" - } - ], - "system" : "phone", - "use" : "work" - } - } - ], - "reference" : "PractitionerRole/1713310292275916000.2af9d417-56d1-47bc-a80c-1db8e9852d51" - }, - "note" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", - "valueId" : "L" - } - ] - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "Critical result called to and read back by:CLAIRE HCE7362" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", - "valueId" : "L" - } - ], - "text" : "Critical result called to and read back by:CLAIRE HCE7362" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "Location:ICUB on 08/08/21 at 1539 by ELB.RM" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", - "valueId" : "L" - } - ], - "text" : "Location:ICUB on 08/08/21 at 1539 by ELB.RM" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "Critical result called to and read back by:CLAIRE HCE7362" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", - "valueId" : "L" - } - ], - "text" : "Critical result called to and read back by:CLAIRE HCE7362" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "Location:ICUB on 08/08/21 at 1050 by ELB.SMX" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", - "valueId" : "L" - } - ], - "text" : "Location:ICUB on 08/08/21 at 1050 by ELB.SMX" - } - ] - } - }, - { - "fullUrl" : "Practitioner/1713310292277064000.0c61c56a-2d57-4090-aed7-e29eed8d0397", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1713310292277064000.0c61c56a-2d57-4090-aed7-e29eed8d0397", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "NPI" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "Christopher" - }, - { - "url" : "XCN.4", - "valueString" : "Beau" - }, - { - "url" : "XCN.21", - "valueString" : "MD" - }, - { - "url" : "XCN.10", - "valueString" : "L" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.12" - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "NPI" - } - ] - }, - "system" : "NPI", - "value" : "1871759365" - } - ], - "name" : [ - { - "use" : "official", - "family" : "Willison", - "given" : [ - "Christopher", - "Beau" - ], - "suffix" : [ - "MD" - ] - } - ], - "address" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "5600 S Quebec St #312A" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "B" - } - ] - } - ], - "use" : "work", - "line" : [ - "5600 S Quebec St #312A" - ], - "city" : "Greenwood Village", - "district" : "MD", - "state" : "IG", - "postalCode" : "80111", - "country" : "USA" - } - ] - } - }, - { - "fullUrl" : "Organization/1713310292278630000.9139b4ce-c9ba-4cd8-b504-46abdf54d6e6", - "resource" : { - "resourceType" : "Organization", - "id" : "1713310292278630000.9139b4ce-c9ba-4cd8-b504-46abdf54d6e6", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ] - } - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ - { - "url" : "XON.10", - "valueString" : "06D0055551" - } - ] - } - ], - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/code-index-name", - "valueString" : "identifier" - } - ], - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" - } - ] - }, - "value" : "06D0055551" - } - ], - "name" : "TMCA, SOUTH CAMPUS", - "telecom" : [ - { - "extension" : [ - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", - "valueString" : "1" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", - "valueString" : "303" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "6952653" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ - { - "url" : "XTN.2", - "valueString" : "WPN" - }, - { - "url" : "XTN.3", - "valueString" : "PH" - }, - { - "url" : "XTN.7", - "valueString" : "6952653" - } - ] - } - ], - "system" : "phone", - "use" : "work" - } - ], - "address" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "B" - } - ] - } - ], - "use" : "work", - "line" : [ - "1501 S. POTOMAC" - ], - "city" : "AURORA", - "district" : "MD", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" - } - ] + } + }, { + "fullUrl" : "Organization/1713310292214479000.8c8ebc8e-8eda-4e00-90d1-39a72195b46d", + "resource" : { + "resourceType" : "Organization", + "id" : "1713310292214479000.8c8ebc8e-8eda-4e00-90d1-39a72195b46d", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBX.15" + } ] + } + }, { + "fullUrl" : "Practitioner/1713310292215070000.66bbd61e-f453-4bbb-adf3-0987bdbcf6d7", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1713310292215070000.66bbd61e-f453-4bbb-adf3-0987bdbcf6d7", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "RML" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "GREGORY" + }, { + "url" : "XCN.4", + "valueString" : "R" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.10", + "valueString" : "L" + } ] + } ], + "identifier" : [ { + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "FI" + } ] + }, + "system" : "RML", + "value" : "1740336429" + } ], + "name" : [ { + "use" : "official", + "family" : "KOTNIS", + "given" : [ "GREGORY", "R" ], + "prefix" : [ "DR." ], + "suffix" : [ "MD" ] + } ] + } + }, { + "fullUrl" : "Organization/1713310292215893000.800aa4b1-a3ca-4a47-b15e-ee07701ad448", + "resource" : { + "resourceType" : "Organization", + "id" : "1713310292215893000.800aa4b1-a3ca-4a47-b15e-ee07701ad448", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "XON.2" + } ] + } + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension" : [ { + "url" : "XON.10", + "valueString" : "06D0055551" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "TMCA, SOUTH CAMPUS" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/code-index-name", + "valueString" : "identifier" + } ], + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "XX" + } ] + }, + "value" : "06D0055551" + } ], + "name" : "TMCA, SOUTH CAMPUS", + "address" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "1501 S. POTOMAC" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "B" + } ] + } ], + "use" : "work", + "line" : [ "1501 S. POTOMAC" ], + "city" : "AURORA", + "district" : "S", + "state" : "IG", + "postalCode" : "80012", + "country" : "USA" + } ] + } + }, { + "fullUrl" : "PractitionerRole/1713310292214568000.b8f55647-0e7e-430f-91aa-5e97aaeabcdd", + "resource" : { + "resourceType" : "PractitionerRole", + "id" : "1713310292214568000.b8f55647-0e7e-430f-91aa-5e97aaeabcdd", + "practitioner" : { + "reference" : "Practitioner/1713310292215070000.66bbd61e-f453-4bbb-adf3-0987bdbcf6d7" + }, + "organization" : { + "reference" : "Organization/1713310292215893000.800aa4b1-a3ca-4a47-b15e-ee07701ad448" + }, + "code" : [ { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", + "code" : "MDIR" + } ] + } ] + } + }, { + "fullUrl" : "Observation/1713310292216774000.aa3e3e96-4401-4775-9f30-10d66fbdb0d3", + "resource" : { + "resourceType" : "Observation", + "id" : "1713310292216774000.aa3e3e96-4401-4775-9f30-10d66fbdb0d3", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString" : "1.1" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime" : "2021-08-05T01:38:00-06:00", + "_valueDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20210805013800-0600" + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension" : [ { + "url" : "OBX.2", + "valueId" : "ST" + }, { + "url" : "OBX.11", + "valueString" : "F" + } ] + } ], + "status" : "final", + "subject" : { + "reference" : "Patient/1713310292174793000.d3e32048-5cb6-46e5-9069-4ca92e4ac1f6" + }, + "encounter" : { + "reference" : "Encounter/1713310292182502000.7bd38229-d4b8-4ad9-9890-1aec968cc276" + }, + "performer" : [ { + "reference" : "Organization/1713310292216967000.268c04ed-416f-49d5-ad80-54707bc809cb" + }, { + "reference" : "PractitionerRole/1713310292217050000.dd237c50-c8b5-47a9-9f22-6286d5a84fbd" + } ], + "valueString" : "This is a rapid molecular assay that simultaneously detects" + } + }, { + "fullUrl" : "Organization/1713310292216967000.268c04ed-416f-49d5-ad80-54707bc809cb", + "resource" : { + "resourceType" : "Organization", + "id" : "1713310292216967000.268c04ed-416f-49d5-ad80-54707bc809cb", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBX.15" + } ] + } + }, { + "fullUrl" : "Practitioner/1713310292217534000.8a8f993a-a74c-4d42-9e63-8fa50304e2a8", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1713310292217534000.8a8f993a-a74c-4d42-9e63-8fa50304e2a8", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "RML" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "GREGORY" + }, { + "url" : "XCN.4", + "valueString" : "R" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.10", + "valueString" : "L" + } ] + } ], + "identifier" : [ { + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "FI" + } ] + }, + "system" : "RML", + "value" : "1740336429" + } ], + "name" : [ { + "use" : "official", + "family" : "KOTNIS", + "given" : [ "GREGORY", "R" ], + "prefix" : [ "DR." ], + "suffix" : [ "MD" ] + } ] + } + }, { + "fullUrl" : "Organization/1713310292218342000.02f855b2-6566-457b-a4d5-7900e97bb97f", + "resource" : { + "resourceType" : "Organization", + "id" : "1713310292218342000.02f855b2-6566-457b-a4d5-7900e97bb97f", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "XON.2" + } ] + } + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension" : [ { + "url" : "XON.10", + "valueString" : "06D0055551" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "TMCA, SOUTH CAMPUS" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/code-index-name", + "valueString" : "identifier" + } ], + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "XX" + } ] + }, + "value" : "06D0055551" + } ], + "name" : "TMCA, SOUTH CAMPUS", + "address" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "1501 S. POTOMAC" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "B" + } ] + } ], + "use" : "work", + "line" : [ "1501 S. POTOMAC" ], + "city" : "AURORA", + "district" : "MD", + "state" : "IG", + "postalCode" : "80012", + "country" : "USA" + } ] + } + }, { + "fullUrl" : "PractitionerRole/1713310292217050000.dd237c50-c8b5-47a9-9f22-6286d5a84fbd", + "resource" : { + "resourceType" : "PractitionerRole", + "id" : "1713310292217050000.dd237c50-c8b5-47a9-9f22-6286d5a84fbd", + "practitioner" : { + "reference" : "Practitioner/1713310292217534000.8a8f993a-a74c-4d42-9e63-8fa50304e2a8" + }, + "organization" : { + "reference" : "Organization/1713310292218342000.02f855b2-6566-457b-a4d5-7900e97bb97f" + }, + "code" : [ { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", + "code" : "MDIR" + } ] + } ] + } + }, { + "fullUrl" : "Observation/1713310292219158000.4eb8b082-460a-41da-a6eb-5c7c28af58db", + "resource" : { + "resourceType" : "Observation", + "id" : "1713310292219158000.4eb8b082-460a-41da-a6eb-5c7c28af58db", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString" : "1.1" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime" : "2021-08-05T01:38:00-06:00", + "_valueDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20210805013800-0600" + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension" : [ { + "url" : "OBX.2", + "valueId" : "ST" + }, { + "url" : "OBX.11", + "valueString" : "F" + } ] + } ], + "status" : "final", + "subject" : { + "reference" : "Patient/1713310292174793000.d3e32048-5cb6-46e5-9069-4ca92e4ac1f6" + }, + "encounter" : { + "reference" : "Encounter/1713310292182502000.7bd38229-d4b8-4ad9-9890-1aec968cc276" + }, + "performer" : [ { + "reference" : "Organization/1713310292219351000.394c28d4-a0ca-4833-91be-6d2c3dc33615" + }, { + "reference" : "PractitionerRole/1713310292219434000.0a097680-278e-4365-a385-8f7d541ffd4e" + } ], + "valueString" : "and identifies the following gram-positive organisms:" + } + }, { + "fullUrl" : "Organization/1713310292219351000.394c28d4-a0ca-4833-91be-6d2c3dc33615", + "resource" : { + "resourceType" : "Organization", + "id" : "1713310292219351000.394c28d4-a0ca-4833-91be-6d2c3dc33615", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBX.15" + } ] + } + }, { + "fullUrl" : "Practitioner/1713310292219906000.eef2164b-f2df-41fb-a53f-51553dada153", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1713310292219906000.eef2164b-f2df-41fb-a53f-51553dada153", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "RML" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "GREGORY" + }, { + "url" : "XCN.4", + "valueString" : "R" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.10", + "valueString" : "L" + } ] + } ], + "identifier" : [ { + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "FI" + } ] + }, + "system" : "RML", + "value" : "1740336429" + } ], + "name" : [ { + "use" : "official", + "family" : "KOTNIS", + "given" : [ "GREGORY", "R" ], + "prefix" : [ "DR." ], + "suffix" : [ "MD" ] + } ] + } + }, { + "fullUrl" : "Organization/1713310292220689000.8adb9a0e-1dbe-433c-8e79-c4952b002452", + "resource" : { + "resourceType" : "Organization", + "id" : "1713310292220689000.8adb9a0e-1dbe-433c-8e79-c4952b002452", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "XON.2" + } ] + } + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension" : [ { + "url" : "XON.10", + "valueString" : "06D0055551" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "TMCA, SOUTH CAMPUS" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/code-index-name", + "valueString" : "identifier" + } ], + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "XX" + } ] + }, + "value" : "06D0055551" + } ], + "name" : "TMCA, SOUTH CAMPUS", + "address" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "1501 S. POTOMAC" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "B" + } ] + } ], + "use" : "work", + "line" : [ "1501 S. POTOMAC" ], + "city" : "AURORA", + "district" : "MD", + "state" : "IG", + "postalCode" : "80012", + "country" : "USA" + } ] + } + }, { + "fullUrl" : "PractitionerRole/1713310292219434000.0a097680-278e-4365-a385-8f7d541ffd4e", + "resource" : { + "resourceType" : "PractitionerRole", + "id" : "1713310292219434000.0a097680-278e-4365-a385-8f7d541ffd4e", + "practitioner" : { + "reference" : "Practitioner/1713310292219906000.eef2164b-f2df-41fb-a53f-51553dada153" + }, + "organization" : { + "reference" : "Organization/1713310292220689000.8adb9a0e-1dbe-433c-8e79-c4952b002452" + }, + "code" : [ { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", + "code" : "MDIR" + } ] + } ] + } + }, { + "fullUrl" : "Observation/1713310292221523000.c8c215d5-c5d3-45f9-8388-d0b3d7d0ea9e", + "resource" : { + "resourceType" : "Observation", + "id" : "1713310292221523000.c8c215d5-c5d3-45f9-8388-d0b3d7d0ea9e", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString" : "1.1" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime" : "2021-08-05T01:38:00-06:00", + "_valueDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20210805013800-0600" + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension" : [ { + "url" : "OBX.2", + "valueId" : "ST" + }, { + "url" : "OBX.11", + "valueString" : "F" + } ] + } ], + "status" : "final", + "subject" : { + "reference" : "Patient/1713310292174793000.d3e32048-5cb6-46e5-9069-4ca92e4ac1f6" + }, + "encounter" : { + "reference" : "Encounter/1713310292182502000.7bd38229-d4b8-4ad9-9890-1aec968cc276" + }, + "performer" : [ { + "reference" : "Organization/1713310292221723000.315792f4-ac69-4f1f-a347-d3a5fff0bf81" + }, { + "reference" : "PractitionerRole/1713310292221806000.457a1a5b-1e46-4378-bbfe-8ce27c97d332" + } ], + "dataAbsentReason" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/data-absent-reason", + "code" : "unknown" + } ] } - }, - { - "fullUrl" : "PractitionerRole/1713310292275916000.2af9d417-56d1-47bc-a80c-1db8e9852d51", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1713310292275916000.2af9d417-56d1-47bc-a80c-1db8e9852d51", - "practitioner" : { - "reference" : "Practitioner/1713310292277064000.0c61c56a-2d57-4090-aed7-e29eed8d0397" - }, - "organization" : { - "reference" : "Organization/1713310292278630000.9139b4ce-c9ba-4cd8-b504-46abdf54d6e6" + } + }, { + "fullUrl" : "Organization/1713310292221723000.315792f4-ac69-4f1f-a347-d3a5fff0bf81", + "resource" : { + "resourceType" : "Organization", + "id" : "1713310292221723000.315792f4-ac69-4f1f-a347-d3a5fff0bf81", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBX.15" + } ] + } + }, { + "fullUrl" : "Practitioner/1713310292222272000.1d3c6ef3-a125-4928-9d09-d8ba160d472b", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1713310292222272000.1d3c6ef3-a125-4928-9d09-d8ba160d472b", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "RML" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "GREGORY" + }, { + "url" : "XCN.4", + "valueString" : "R" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.10", + "valueString" : "L" + } ] + } ], + "identifier" : [ { + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "FI" + } ] + }, + "system" : "RML", + "value" : "1740336429" + } ], + "name" : [ { + "use" : "official", + "family" : "KOTNIS", + "given" : [ "GREGORY", "R" ], + "prefix" : [ "DR." ], + "suffix" : [ "MD" ] + } ] + } + }, { + "fullUrl" : "Organization/1713310292223063000.78036b6a-7bb6-43a9-a3a0-1d8b7242d410", + "resource" : { + "resourceType" : "Organization", + "id" : "1713310292223063000.78036b6a-7bb6-43a9-a3a0-1d8b7242d410", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "XON.2" + } ] + } + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension" : [ { + "url" : "XON.10", + "valueString" : "06D0055551" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "TMCA, SOUTH CAMPUS" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/code-index-name", + "valueString" : "identifier" + } ], + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "XX" + } ] + }, + "value" : "06D0055551" + } ], + "name" : "TMCA, SOUTH CAMPUS", + "address" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "1501 S. POTOMAC" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "B" + } ] + } ], + "use" : "work", + "line" : [ "1501 S. POTOMAC" ], + "city" : "AURORA", + "district" : "MD", + "state" : "IG", + "postalCode" : "80012", + "country" : "USA" + } ] + } + }, { + "fullUrl" : "PractitionerRole/1713310292221806000.457a1a5b-1e46-4378-bbfe-8ce27c97d332", + "resource" : { + "resourceType" : "PractitionerRole", + "id" : "1713310292221806000.457a1a5b-1e46-4378-bbfe-8ce27c97d332", + "practitioner" : { + "reference" : "Practitioner/1713310292222272000.1d3c6ef3-a125-4928-9d09-d8ba160d472b" + }, + "organization" : { + "reference" : "Organization/1713310292223063000.78036b6a-7bb6-43a9-a3a0-1d8b7242d410" + }, + "code" : [ { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", + "code" : "MDIR" + } ] + } ] + } + }, { + "fullUrl" : "Observation/1713310292223876000.b68c402a-399d-4933-8280-c3131d5aedd4", + "resource" : { + "resourceType" : "Observation", + "id" : "1713310292223876000.b68c402a-399d-4933-8280-c3131d5aedd4", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString" : "1.1" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime" : "2021-08-05T01:38:00-06:00", + "_valueDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20210805013800-0600" + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension" : [ { + "url" : "OBX.2", + "valueId" : "ST" + }, { + "url" : "OBX.11", + "valueString" : "F" + } ] + } ], + "status" : "final", + "subject" : { + "reference" : "Patient/1713310292174793000.d3e32048-5cb6-46e5-9069-4ca92e4ac1f6" + }, + "encounter" : { + "reference" : "Encounter/1713310292182502000.7bd38229-d4b8-4ad9-9890-1aec968cc276" + }, + "performer" : [ { + "reference" : "Organization/1713310292224075000.c7ae026e-fb76-4270-aef9-2e617ba907f3" + }, { + "reference" : "PractitionerRole/1713310292224161000.39005432-1f89-4316-bc04-8225766f1eef" + } ], + "valueString" : "Staphylococcus spp. Streptococcus pyogenes" + } + }, { + "fullUrl" : "Organization/1713310292224075000.c7ae026e-fb76-4270-aef9-2e617ba907f3", + "resource" : { + "resourceType" : "Organization", + "id" : "1713310292224075000.c7ae026e-fb76-4270-aef9-2e617ba907f3", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBX.15" + } ] + } + }, { + "fullUrl" : "Practitioner/1713310292224649000.d2d15093-a5fc-49d7-a9d7-ade2ec4010fb", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1713310292224649000.d2d15093-a5fc-49d7-a9d7-ade2ec4010fb", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "RML" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "GREGORY" + }, { + "url" : "XCN.4", + "valueString" : "R" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.10", + "valueString" : "L" + } ] + } ], + "identifier" : [ { + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "FI" + } ] + }, + "system" : "RML", + "value" : "1740336429" + } ], + "name" : [ { + "use" : "official", + "family" : "KOTNIS", + "given" : [ "GREGORY", "R" ], + "prefix" : [ "DR." ], + "suffix" : [ "MD" ] + } ] + } + }, { + "fullUrl" : "Organization/1713310292225451000.25d02db8-2ce1-40ab-82bf-13431b6f18db", + "resource" : { + "resourceType" : "Organization", + "id" : "1713310292225451000.25d02db8-2ce1-40ab-82bf-13431b6f18db", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "XON.2" + } ] + } + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension" : [ { + "url" : "XON.10", + "valueString" : "06D0055551" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "TMCA, SOUTH CAMPUS" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/code-index-name", + "valueString" : "identifier" + } ], + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "XX" + } ] + }, + "value" : "06D0055551" + } ], + "name" : "TMCA, SOUTH CAMPUS", + "address" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "1501 S. POTOMAC" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "B" + } ] + } ], + "use" : "work", + "line" : [ "1501 S. POTOMAC" ], + "city" : "AURORA", + "district" : "MD", + "state" : "IG", + "postalCode" : "80012", + "country" : "USA" + } ] + } + }, { + "fullUrl" : "PractitionerRole/1713310292224161000.39005432-1f89-4316-bc04-8225766f1eef", + "resource" : { + "resourceType" : "PractitionerRole", + "id" : "1713310292224161000.39005432-1f89-4316-bc04-8225766f1eef", + "practitioner" : { + "reference" : "Practitioner/1713310292224649000.d2d15093-a5fc-49d7-a9d7-ade2ec4010fb" + }, + "organization" : { + "reference" : "Organization/1713310292225451000.25d02db8-2ce1-40ab-82bf-13431b6f18db" + }, + "code" : [ { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", + "code" : "MDIR" + } ] + } ] + } + }, { + "fullUrl" : "Observation/1713310292226270000.6aa9c30d-99d0-4cde-b10f-8b9833e9dd21", + "resource" : { + "resourceType" : "Observation", + "id" : "1713310292226270000.6aa9c30d-99d0-4cde-b10f-8b9833e9dd21", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString" : "1.1" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime" : "2021-08-05T01:38:00-06:00", + "_valueDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20210805013800-0600" + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension" : [ { + "url" : "OBX.2", + "valueId" : "ST" + }, { + "url" : "OBX.11", + "valueString" : "F" + } ] + } ], + "status" : "final", + "subject" : { + "reference" : "Patient/1713310292174793000.d3e32048-5cb6-46e5-9069-4ca92e4ac1f6" + }, + "encounter" : { + "reference" : "Encounter/1713310292182502000.7bd38229-d4b8-4ad9-9890-1aec968cc276" + }, + "performer" : [ { + "reference" : "Organization/1713310292226461000.b88d3e43-2fb8-4d80-a7da-37c9ec83d58e" + }, { + "reference" : "PractitionerRole/1713310292226544000.26985914-e3e5-4e55-ba19-33909b0aa9f1" + } ], + "valueString" : "Staphylococcus aureus Streptococcus agalactiae" + } + }, { + "fullUrl" : "Organization/1713310292226461000.b88d3e43-2fb8-4d80-a7da-37c9ec83d58e", + "resource" : { + "resourceType" : "Organization", + "id" : "1713310292226461000.b88d3e43-2fb8-4d80-a7da-37c9ec83d58e", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBX.15" + } ] + } + }, { + "fullUrl" : "Practitioner/1713310292227006000.774f1eb4-abc1-4dce-947e-e6b7242846cb", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1713310292227006000.774f1eb4-abc1-4dce-947e-e6b7242846cb", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "RML" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "GREGORY" + }, { + "url" : "XCN.4", + "valueString" : "R" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.10", + "valueString" : "L" + } ] + } ], + "identifier" : [ { + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "FI" + } ] + }, + "system" : "RML", + "value" : "1740336429" + } ], + "name" : [ { + "use" : "official", + "family" : "KOTNIS", + "given" : [ "GREGORY", "R" ], + "prefix" : [ "DR." ], + "suffix" : [ "MD" ] + } ] + } + }, { + "fullUrl" : "Organization/1713310292227811000.6bec019b-a6dd-4f08-98a7-c6a3b0b53f8e", + "resource" : { + "resourceType" : "Organization", + "id" : "1713310292227811000.6bec019b-a6dd-4f08-98a7-c6a3b0b53f8e", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "XON.2" + } ] + } + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension" : [ { + "url" : "XON.10", + "valueString" : "06D0055551" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "TMCA, SOUTH CAMPUS" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/code-index-name", + "valueString" : "identifier" + } ], + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "XX" + } ] + }, + "value" : "06D0055551" + } ], + "name" : "TMCA, SOUTH CAMPUS", + "address" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "1501 S. POTOMAC" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "B" + } ] + } ], + "use" : "work", + "line" : [ "1501 S. POTOMAC" ], + "city" : "AURORA", + "district" : "MD", + "state" : "IG", + "postalCode" : "80012", + "country" : "USA" + } ] + } + }, { + "fullUrl" : "PractitionerRole/1713310292226544000.26985914-e3e5-4e55-ba19-33909b0aa9f1", + "resource" : { + "resourceType" : "PractitionerRole", + "id" : "1713310292226544000.26985914-e3e5-4e55-ba19-33909b0aa9f1", + "practitioner" : { + "reference" : "Practitioner/1713310292227006000.774f1eb4-abc1-4dce-947e-e6b7242846cb" + }, + "organization" : { + "reference" : "Organization/1713310292227811000.6bec019b-a6dd-4f08-98a7-c6a3b0b53f8e" + }, + "code" : [ { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", + "code" : "MDIR" + } ] + } ] + } + }, { + "fullUrl" : "Observation/1713310292228621000.77c8a922-d42c-4ccf-b91f-2afb753ee985", + "resource" : { + "resourceType" : "Observation", + "id" : "1713310292228621000.77c8a922-d42c-4ccf-b91f-2afb753ee985", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString" : "1.1" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime" : "2021-08-05T01:38:00-06:00", + "_valueDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20210805013800-0600" + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension" : [ { + "url" : "OBX.2", + "valueId" : "ST" + }, { + "url" : "OBX.11", + "valueString" : "F" + } ] + } ], + "status" : "final", + "subject" : { + "reference" : "Patient/1713310292174793000.d3e32048-5cb6-46e5-9069-4ca92e4ac1f6" + }, + "encounter" : { + "reference" : "Encounter/1713310292182502000.7bd38229-d4b8-4ad9-9890-1aec968cc276" + }, + "performer" : [ { + "reference" : "Organization/1713310292228813000.2541f6eb-541c-4eca-abcf-dfd1f34e3a3d" + }, { + "reference" : "PractitionerRole/1713310292228897000.90cae1ff-0f41-4f20-a896-dd37d6d42b3c" + } ], + "valueString" : "Staphylococcus epidermidis Streptococcus anginosus group" + } + }, { + "fullUrl" : "Organization/1713310292228813000.2541f6eb-541c-4eca-abcf-dfd1f34e3a3d", + "resource" : { + "resourceType" : "Organization", + "id" : "1713310292228813000.2541f6eb-541c-4eca-abcf-dfd1f34e3a3d", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBX.15" + } ] + } + }, { + "fullUrl" : "Practitioner/1713310292229358000.b5264d03-0d41-42f4-bf3e-fd0a7e457997", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1713310292229358000.b5264d03-0d41-42f4-bf3e-fd0a7e457997", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "RML" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "GREGORY" + }, { + "url" : "XCN.4", + "valueString" : "R" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.10", + "valueString" : "L" + } ] + } ], + "identifier" : [ { + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "FI" + } ] + }, + "system" : "RML", + "value" : "1740336429" + } ], + "name" : [ { + "use" : "official", + "family" : "KOTNIS", + "given" : [ "GREGORY", "R" ], + "prefix" : [ "DR." ], + "suffix" : [ "MD" ] + } ] + } + }, { + "fullUrl" : "Organization/1713310292230151000.b28abbaf-3760-43cb-9e46-f729b6aaff37", + "resource" : { + "resourceType" : "Organization", + "id" : "1713310292230151000.b28abbaf-3760-43cb-9e46-f729b6aaff37", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "XON.2" + } ] + } + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension" : [ { + "url" : "XON.10", + "valueString" : "06D0055551" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "TMCA, SOUTH CAMPUS" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/code-index-name", + "valueString" : "identifier" + } ], + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "XX" + } ] + }, + "value" : "06D0055551" + } ], + "name" : "TMCA, SOUTH CAMPUS", + "address" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "1501 S. POTOMAC" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "B" + } ] + } ], + "use" : "work", + "line" : [ "1501 S. POTOMAC" ], + "city" : "AURORA", + "district" : "MD", + "state" : "IG", + "postalCode" : "80012", + "country" : "USA" + } ] + } + }, { + "fullUrl" : "PractitionerRole/1713310292228897000.90cae1ff-0f41-4f20-a896-dd37d6d42b3c", + "resource" : { + "resourceType" : "PractitionerRole", + "id" : "1713310292228897000.90cae1ff-0f41-4f20-a896-dd37d6d42b3c", + "practitioner" : { + "reference" : "Practitioner/1713310292229358000.b5264d03-0d41-42f4-bf3e-fd0a7e457997" + }, + "organization" : { + "reference" : "Organization/1713310292230151000.b28abbaf-3760-43cb-9e46-f729b6aaff37" + }, + "code" : [ { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", + "code" : "MDIR" + } ] + } ] + } + }, { + "fullUrl" : "Observation/1713310292230954000.c641273f-34d9-4ea8-a1c3-834a0948573d", + "resource" : { + "resourceType" : "Observation", + "id" : "1713310292230954000.c641273f-34d9-4ea8-a1c3-834a0948573d", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString" : "1.1" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime" : "2021-08-05T01:38:00-06:00", + "_valueDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20210805013800-0600" + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension" : [ { + "url" : "OBX.2", + "valueId" : "ST" + }, { + "url" : "OBX.11", + "valueString" : "F" + } ] + } ], + "status" : "final", + "subject" : { + "reference" : "Patient/1713310292174793000.d3e32048-5cb6-46e5-9069-4ca92e4ac1f6" + }, + "encounter" : { + "reference" : "Encounter/1713310292182502000.7bd38229-d4b8-4ad9-9890-1aec968cc276" + }, + "performer" : [ { + "reference" : "Organization/1713310292231145000.06f83b37-baef-4214-9e27-ba9fb8c79e71" + }, { + "reference" : "PractitionerRole/1713310292231229000.27a4bcbc-3558-47a0-b276-5075232284a3" + } ], + "valueString" : "Staphylococcus lugdunensis Streptococcus faecalis" + } + }, { + "fullUrl" : "Organization/1713310292231145000.06f83b37-baef-4214-9e27-ba9fb8c79e71", + "resource" : { + "resourceType" : "Organization", + "id" : "1713310292231145000.06f83b37-baef-4214-9e27-ba9fb8c79e71", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBX.15" + } ] + } + }, { + "fullUrl" : "Practitioner/1713310292231700000.17250af1-4a1f-47e6-a7de-a053fbf10152", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1713310292231700000.17250af1-4a1f-47e6-a7de-a053fbf10152", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "RML" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "GREGORY" + }, { + "url" : "XCN.4", + "valueString" : "R" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.10", + "valueString" : "L" + } ] + } ], + "identifier" : [ { + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "FI" + } ] + }, + "system" : "RML", + "value" : "1740336429" + } ], + "name" : [ { + "use" : "official", + "family" : "KOTNIS", + "given" : [ "GREGORY", "R" ], + "prefix" : [ "DR." ], + "suffix" : [ "MD" ] + } ] + } + }, { + "fullUrl" : "Organization/1713310292232480000.8a379773-17e7-4fbb-a119-f27e75605258", + "resource" : { + "resourceType" : "Organization", + "id" : "1713310292232480000.8a379773-17e7-4fbb-a119-f27e75605258", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "XON.2" + } ] + } + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension" : [ { + "url" : "XON.10", + "valueString" : "06D0055551" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "TMCA, SOUTH CAMPUS" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/code-index-name", + "valueString" : "identifier" + } ], + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "XX" + } ] + }, + "value" : "06D0055551" + } ], + "name" : "TMCA, SOUTH CAMPUS", + "address" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "1501 S. POTOMAC" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "B" + } ] + } ], + "use" : "work", + "line" : [ "1501 S. POTOMAC" ], + "city" : "AURORA", + "district" : "MD", + "state" : "IG", + "postalCode" : "80012", + "country" : "USA" + } ] + } + }, { + "fullUrl" : "PractitionerRole/1713310292231229000.27a4bcbc-3558-47a0-b276-5075232284a3", + "resource" : { + "resourceType" : "PractitionerRole", + "id" : "1713310292231229000.27a4bcbc-3558-47a0-b276-5075232284a3", + "practitioner" : { + "reference" : "Practitioner/1713310292231700000.17250af1-4a1f-47e6-a7de-a053fbf10152" + }, + "organization" : { + "reference" : "Organization/1713310292232480000.8a379773-17e7-4fbb-a119-f27e75605258" + }, + "code" : [ { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", + "code" : "MDIR" + } ] + } ] + } + }, { + "fullUrl" : "Observation/1713310292233280000.8eb746c8-3793-46d8-a011-7f30d4314583", + "resource" : { + "resourceType" : "Observation", + "id" : "1713310292233280000.8eb746c8-3793-46d8-a011-7f30d4314583", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString" : "1.1" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime" : "2021-08-05T01:38:00-06:00", + "_valueDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20210805013800-0600" + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension" : [ { + "url" : "OBX.2", + "valueId" : "ST" + }, { + "url" : "OBX.11", + "valueString" : "F" + } ] + } ], + "status" : "final", + "subject" : { + "reference" : "Patient/1713310292174793000.d3e32048-5cb6-46e5-9069-4ca92e4ac1f6" + }, + "encounter" : { + "reference" : "Encounter/1713310292182502000.7bd38229-d4b8-4ad9-9890-1aec968cc276" + }, + "performer" : [ { + "reference" : "Organization/1713310292233472000.0d346d61-706a-4070-9cda-b343f5c49659" + }, { + "reference" : "PractitionerRole/1713310292233555000.114ed401-97a8-48f8-a2f8-f62b36440891" + } ], + "valueString" : "Streptococcus spp. Enterococcus faecium" + } + }, { + "fullUrl" : "Organization/1713310292233472000.0d346d61-706a-4070-9cda-b343f5c49659", + "resource" : { + "resourceType" : "Organization", + "id" : "1713310292233472000.0d346d61-706a-4070-9cda-b343f5c49659", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBX.15" + } ] + } + }, { + "fullUrl" : "Practitioner/1713310292234033000.0a8876f7-24d4-4e6b-b854-053ef210d971", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1713310292234033000.0a8876f7-24d4-4e6b-b854-053ef210d971", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "RML" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "GREGORY" + }, { + "url" : "XCN.4", + "valueString" : "R" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.10", + "valueString" : "L" + } ] + } ], + "identifier" : [ { + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "FI" + } ] + }, + "system" : "RML", + "value" : "1740336429" + } ], + "name" : [ { + "use" : "official", + "family" : "KOTNIS", + "given" : [ "GREGORY", "R" ], + "prefix" : [ "DR." ], + "suffix" : [ "MD" ] + } ] + } + }, { + "fullUrl" : "Organization/1713310292234847000.de826f0d-3231-4179-af96-e5a162542688", + "resource" : { + "resourceType" : "Organization", + "id" : "1713310292234847000.de826f0d-3231-4179-af96-e5a162542688", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "XON.2" + } ] + } + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension" : [ { + "url" : "XON.10", + "valueString" : "06D0055551" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "TMCA, SOUTH CAMPUS" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/code-index-name", + "valueString" : "identifier" + } ], + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "XX" + } ] + }, + "value" : "06D0055551" + } ], + "name" : "TMCA, SOUTH CAMPUS", + "address" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "1501 S. POTOMAC" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "B" + } ] + } ], + "use" : "work", + "line" : [ "1501 S. POTOMAC" ], + "city" : "AURORA", + "district" : "MD", + "state" : "IG", + "postalCode" : "80012", + "country" : "USA" + } ] + } + }, { + "fullUrl" : "PractitionerRole/1713310292233555000.114ed401-97a8-48f8-a2f8-f62b36440891", + "resource" : { + "resourceType" : "PractitionerRole", + "id" : "1713310292233555000.114ed401-97a8-48f8-a2f8-f62b36440891", + "practitioner" : { + "reference" : "Practitioner/1713310292234033000.0a8876f7-24d4-4e6b-b854-053ef210d971" + }, + "organization" : { + "reference" : "Organization/1713310292234847000.de826f0d-3231-4179-af96-e5a162542688" + }, + "code" : [ { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", + "code" : "MDIR" + } ] + } ] + } + }, { + "fullUrl" : "Observation/1713310292235681000.20629a12-2b1c-4040-9ab6-ca79edf1b3ac", + "resource" : { + "resourceType" : "Observation", + "id" : "1713310292235681000.20629a12-2b1c-4040-9ab6-ca79edf1b3ac", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString" : "1.1" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime" : "2021-08-05T01:38:00-06:00", + "_valueDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20210805013800-0600" + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension" : [ { + "url" : "OBX.2", + "valueId" : "ST" + }, { + "url" : "OBX.11", + "valueString" : "F" + } ] + } ], + "status" : "final", + "subject" : { + "reference" : "Patient/1713310292174793000.d3e32048-5cb6-46e5-9069-4ca92e4ac1f6" + }, + "encounter" : { + "reference" : "Encounter/1713310292182502000.7bd38229-d4b8-4ad9-9890-1aec968cc276" + }, + "performer" : [ { + "reference" : "Organization/1713310292235874000.64bb70ad-f26b-400b-955d-178ec439e7ed" + }, { + "reference" : "PractitionerRole/1713310292235956000.3bf11889-b344-4c45-9743-e2180d8d91b8" + } ], + "valueString" : "Streptococcus pneumoniae " + } + }, { + "fullUrl" : "Organization/1713310292235874000.64bb70ad-f26b-400b-955d-178ec439e7ed", + "resource" : { + "resourceType" : "Organization", + "id" : "1713310292235874000.64bb70ad-f26b-400b-955d-178ec439e7ed", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBX.15" + } ] + } + }, { + "fullUrl" : "Practitioner/1713310292236419000.eeb7d101-5eea-44cf-bb00-50342c53ec25", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1713310292236419000.eeb7d101-5eea-44cf-bb00-50342c53ec25", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "RML" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "GREGORY" + }, { + "url" : "XCN.4", + "valueString" : "R" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.10", + "valueString" : "L" + } ] + } ], + "identifier" : [ { + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "FI" + } ] + }, + "system" : "RML", + "value" : "1740336429" + } ], + "name" : [ { + "use" : "official", + "family" : "KOTNIS", + "given" : [ "GREGORY", "R" ], + "prefix" : [ "DR." ], + "suffix" : [ "MD" ] + } ] + } + }, { + "fullUrl" : "Organization/1713310292237218000.d7019c11-67e3-4c2f-91a7-143380232fcc", + "resource" : { + "resourceType" : "Organization", + "id" : "1713310292237218000.d7019c11-67e3-4c2f-91a7-143380232fcc", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "XON.2" + } ] + } + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension" : [ { + "url" : "XON.10", + "valueString" : "06D0055551" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "TMCA, SOUTH CAMPUS" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/code-index-name", + "valueString" : "identifier" + } ], + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "XX" + } ] + }, + "value" : "06D0055551" + } ], + "name" : "TMCA, SOUTH CAMPUS", + "address" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "1501 S. POTOMAC" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "B" + } ] + } ], + "use" : "work", + "line" : [ "1501 S. POTOMAC" ], + "city" : "AURORA", + "district" : "MD", + "state" : "IG", + "postalCode" : "80012", + "country" : "USA" + } ] + } + }, { + "fullUrl" : "PractitionerRole/1713310292235956000.3bf11889-b344-4c45-9743-e2180d8d91b8", + "resource" : { + "resourceType" : "PractitionerRole", + "id" : "1713310292235956000.3bf11889-b344-4c45-9743-e2180d8d91b8", + "practitioner" : { + "reference" : "Practitioner/1713310292236419000.eeb7d101-5eea-44cf-bb00-50342c53ec25" + }, + "organization" : { + "reference" : "Organization/1713310292237218000.d7019c11-67e3-4c2f-91a7-143380232fcc" + }, + "code" : [ { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", + "code" : "MDIR" + } ] + } ] + } + }, { + "fullUrl" : "Observation/1713310292238180000.3a359ab3-1993-4e39-84c3-938d67b9eee2", + "resource" : { + "resourceType" : "Observation", + "id" : "1713310292238180000.3a359ab3-1993-4e39-84c3-938d67b9eee2", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString" : "1" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime" : "2028-08-07T16:36:01-06:00", + "_valueDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280807163601-0600" + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-5-value-sn", + "extension" : [ { + "url" : "SN.1", + "valueString" : "=" + }, { + "url" : "SN.2", + "valueString" : "0.5" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension" : [ { + "url" : "OBX.2", + "valueId" : "SN" + }, { + "url" : "OBX.6" + }, { + "url" : "OBX.11", + "valueString" : "P" + } ] + } ], + "status" : "preliminary", + "subject" : { + "reference" : "Patient/1713310292174793000.d3e32048-5cb6-46e5-9069-4ca92e4ac1f6" + }, + "encounter" : { + "reference" : "Encounter/1713310292182502000.7bd38229-d4b8-4ad9-9890-1aec968cc276" + }, + "effectiveDateTime" : "2028-08-07T16:36:01-06:00", + "_effectiveDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280807163601-0600" + } ] + }, + "performer" : [ { + "reference" : "Organization/1713310292238366000.0a961020-1c0c-4675-936d-faecbfdfd445" + }, { + "reference" : "PractitionerRole/1713310292238450000.a75098ff-7303-466a-9db9-7fc7f92d4ef7" + } ] + } + }, { + "fullUrl" : "Organization/1713310292238366000.0a961020-1c0c-4675-936d-faecbfdfd445", + "resource" : { + "resourceType" : "Organization", + "id" : "1713310292238366000.0a961020-1c0c-4675-936d-faecbfdfd445", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBX.15" + } ] + } + }, { + "fullUrl" : "Practitioner/1713310292238890000.0b93b234-a997-4df0-9a76-ac4d960ba80d", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1713310292238890000.0b93b234-a997-4df0-9a76-ac4d960ba80d", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "RML" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "Shalini" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.10", + "valueString" : "L" + } ] + } ], + "identifier" : [ { + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "FI" + } ] + }, + "system" : "RML", + "value" : "1033122247" + } ], + "name" : [ { + "use" : "official", + "family" : "Chahal", + "given" : [ "Shalini" ], + "prefix" : [ "Dr." ], + "suffix" : [ "MD" ] + } ] + } + }, { + "fullUrl" : "Organization/1713310292239487000.b0996a31-9309-4e1a-8905-bb91344d6306", + "resource" : { + "resourceType" : "Organization", + "id" : "1713310292239487000.b0996a31-9309-4e1a-8905-bb91344d6306", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "XON.2" + } ] + } + } ] + } + } ], + "name" : "ROSE MEDICAL CENTER (MCOE)", + "address" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "4567 E. NINTH AVENUE" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "B" + } ] + } ], + "use" : "work", + "line" : [ "4567 E. NINTH AVENUE" ], + "city" : "DENVER", + "district" : "S", + "state" : "IG", + "postalCode" : "80220", + "country" : "USA" + } ] + } + }, { + "fullUrl" : "PractitionerRole/1713310292238450000.a75098ff-7303-466a-9db9-7fc7f92d4ef7", + "resource" : { + "resourceType" : "PractitionerRole", + "id" : "1713310292238450000.a75098ff-7303-466a-9db9-7fc7f92d4ef7", + "practitioner" : { + "reference" : "Practitioner/1713310292238890000.0b93b234-a997-4df0-9a76-ac4d960ba80d" + }, + "organization" : { + "reference" : "Organization/1713310292239487000.b0996a31-9309-4e1a-8905-bb91344d6306" + }, + "code" : [ { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", + "code" : "MDIR" + } ] + } ] + } + }, { + "fullUrl" : "Observation/1713310292240587000.4a7a78d8-022b-4997-8281-a5cb534e7557", + "resource" : { + "resourceType" : "Observation", + "id" : "1713310292240587000.4a7a78d8-022b-4997-8281-a5cb534e7557", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString" : "1" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime" : "2028-08-07T16:36:01-06:00", + "_valueDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280807163601-0600" + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-5-value-sn", + "extension" : [ { + "url" : "SN.1", + "valueString" : "=" + }, { + "url" : "SN.2", + "valueString" : "16" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension" : [ { + "url" : "OBX.2", + "valueId" : "SN" + }, { + "url" : "OBX.6" + }, { + "url" : "OBX.11", + "valueString" : "P" + } ] + } ], + "status" : "preliminary", + "subject" : { + "reference" : "Patient/1713310292174793000.d3e32048-5cb6-46e5-9069-4ca92e4ac1f6" + }, + "encounter" : { + "reference" : "Encounter/1713310292182502000.7bd38229-d4b8-4ad9-9890-1aec968cc276" + }, + "effectiveDateTime" : "2028-08-07T16:36:01-06:00", + "_effectiveDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280807163601-0600" + } ] + }, + "performer" : [ { + "reference" : "Organization/1713310292240781000.d32eb238-0fbb-4a7b-9e89-92e86429d571" + }, { + "reference" : "PractitionerRole/1713310292240865000.1e44f514-c6b7-4c83-98ff-8129b40162d0" + } ] + } + }, { + "fullUrl" : "Organization/1713310292240781000.d32eb238-0fbb-4a7b-9e89-92e86429d571", + "resource" : { + "resourceType" : "Organization", + "id" : "1713310292240781000.d32eb238-0fbb-4a7b-9e89-92e86429d571", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBX.15" + } ] + } + }, { + "fullUrl" : "Practitioner/1713310292241320000.533d892c-7344-4200-aadb-7697d3982b86", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1713310292241320000.533d892c-7344-4200-aadb-7697d3982b86", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "RML" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "Shalini" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.10", + "valueString" : "L" + } ] + } ], + "identifier" : [ { + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "FI" + } ] + }, + "system" : "RML", + "value" : "1033122247" + } ], + "name" : [ { + "use" : "official", + "family" : "Chahal", + "given" : [ "Shalini" ], + "prefix" : [ "Dr." ], + "suffix" : [ "MD" ] + } ] + } + }, { + "fullUrl" : "Organization/1713310292241933000.9b889507-1b47-4c0a-a675-c62d042f0de0", + "resource" : { + "resourceType" : "Organization", + "id" : "1713310292241933000.9b889507-1b47-4c0a-a675-c62d042f0de0", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "XON.2" + } ] + } + } ] + } + } ], + "name" : "ROSE MEDICAL CENTER (MCOE)", + "address" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "4567 E. NINTH AVENUE" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "B" + } ] + } ], + "use" : "work", + "line" : [ "4567 E. NINTH AVENUE" ], + "city" : "DENVER", + "district" : "R", + "state" : "IG", + "postalCode" : "80220", + "country" : "USA" + } ] + } + }, { + "fullUrl" : "PractitionerRole/1713310292240865000.1e44f514-c6b7-4c83-98ff-8129b40162d0", + "resource" : { + "resourceType" : "PractitionerRole", + "id" : "1713310292240865000.1e44f514-c6b7-4c83-98ff-8129b40162d0", + "practitioner" : { + "reference" : "Practitioner/1713310292241320000.533d892c-7344-4200-aadb-7697d3982b86" + }, + "organization" : { + "reference" : "Organization/1713310292241933000.9b889507-1b47-4c0a-a675-c62d042f0de0" + }, + "code" : [ { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", + "code" : "MDIR" + } ] + } ] + } + }, { + "fullUrl" : "Observation/1713310292243028000.7d9d40e0-306b-471e-8ee2-c4347a8cd660", + "resource" : { + "resourceType" : "Observation", + "id" : "1713310292243028000.7d9d40e0-306b-471e-8ee2-c4347a8cd660", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString" : "1" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime" : "2028-08-07T16:36:01-06:00", + "_valueDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280807163601-0600" + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension" : [ { + "url" : "OBX.2", + "valueId" : "ST" + }, { + "url" : "OBX.6" + }, { + "url" : "OBX.11", + "valueString" : "P" + } ] + } ], + "status" : "preliminary", + "subject" : { + "reference" : "Patient/1713310292174793000.d3e32048-5cb6-46e5-9069-4ca92e4ac1f6" + }, + "encounter" : { + "reference" : "Encounter/1713310292182502000.7bd38229-d4b8-4ad9-9890-1aec968cc276" + }, + "effectiveDateTime" : "2028-08-07T16:36:01-06:00", + "_effectiveDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280807163601-0600" + } ] + }, + "performer" : [ { + "reference" : "Organization/1713310292243227000.5a9d0262-0e65-4aed-9533-1fd4da46dddf" + }, { + "reference" : "PractitionerRole/1713310292243313000.6ea9a873-00a3-46d3-b8a0-f85cf5971373" + } ], + "valueString" : "SYN-S" + } + }, { + "fullUrl" : "Organization/1713310292243227000.5a9d0262-0e65-4aed-9533-1fd4da46dddf", + "resource" : { + "resourceType" : "Organization", + "id" : "1713310292243227000.5a9d0262-0e65-4aed-9533-1fd4da46dddf", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBX.15" + } ] + } + }, { + "fullUrl" : "Practitioner/1713310292243764000.d3c5ec47-2a49-4cb6-b180-64d03ae30467", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1713310292243764000.d3c5ec47-2a49-4cb6-b180-64d03ae30467", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "RML" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "Shalini" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.10", + "valueString" : "L" + } ] + } ], + "identifier" : [ { + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "FI" + } ] + }, + "system" : "RML", + "value" : "1033122247" + } ], + "name" : [ { + "use" : "official", + "family" : "Chahal", + "given" : [ "Shalini" ], + "prefix" : [ "Dr." ], + "suffix" : [ "MD" ] + } ] + } + }, { + "fullUrl" : "Organization/1713310292244376000.64283ae3-10b0-4921-baf2-f61ce472e68f", + "resource" : { + "resourceType" : "Organization", + "id" : "1713310292244376000.64283ae3-10b0-4921-baf2-f61ce472e68f", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "XON.2" + } ] + } + } ] + } + } ], + "name" : "ROSE MEDICAL CENTER (MCOE)", + "address" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "4567 E. NINTH AVENUE" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "B" + } ] + } ], + "use" : "work", + "line" : [ "4567 E. NINTH AVENUE" ], + "city" : "DENVER", + "district" : "S", + "state" : "IG", + "postalCode" : "80220", + "country" : "USA" + } ] + } + }, { + "fullUrl" : "PractitionerRole/1713310292243313000.6ea9a873-00a3-46d3-b8a0-f85cf5971373", + "resource" : { + "resourceType" : "PractitionerRole", + "id" : "1713310292243313000.6ea9a873-00a3-46d3-b8a0-f85cf5971373", + "practitioner" : { + "reference" : "Practitioner/1713310292243764000.d3c5ec47-2a49-4cb6-b180-64d03ae30467" + }, + "organization" : { + "reference" : "Organization/1713310292244376000.64283ae3-10b0-4921-baf2-f61ce472e68f" + }, + "code" : [ { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", + "code" : "MDIR" + } ] + } ] + } + }, { + "fullUrl" : "Observation/1713310292245525000.a23e4f8c-4376-4652-aa18-93acc97db8a9", + "resource" : { + "resourceType" : "Observation", + "id" : "1713310292245525000.a23e4f8c-4376-4652-aa18-93acc97db8a9", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString" : "1" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime" : "2028-08-07T16:36:01-06:00", + "_valueDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280807163601-0600" + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-5-value-sn", + "extension" : [ { + "url" : "SN.1", + "valueString" : "=" + }, { + "url" : "SN.2", + "valueString" : "2" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension" : [ { + "url" : "OBX.2", + "valueId" : "SN" + }, { + "url" : "OBX.6" + }, { + "url" : "OBX.11", + "valueString" : "P" + } ] + } ], + "status" : "preliminary", + "subject" : { + "reference" : "Patient/1713310292174793000.d3e32048-5cb6-46e5-9069-4ca92e4ac1f6" + }, + "encounter" : { + "reference" : "Encounter/1713310292182502000.7bd38229-d4b8-4ad9-9890-1aec968cc276" + }, + "effectiveDateTime" : "2028-08-07T16:36:01-06:00", + "_effectiveDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280807163601-0600" + } ] + }, + "performer" : [ { + "reference" : "Organization/1713310292245720000.cbd280da-aaca-4b41-99ad-65f748813174" + }, { + "reference" : "PractitionerRole/1713310292245804000.f5124525-194b-45eb-beba-b9bec6f70a59" + } ] + } + }, { + "fullUrl" : "Organization/1713310292245720000.cbd280da-aaca-4b41-99ad-65f748813174", + "resource" : { + "resourceType" : "Organization", + "id" : "1713310292245720000.cbd280da-aaca-4b41-99ad-65f748813174", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBX.15" + } ] + } + }, { + "fullUrl" : "Practitioner/1713310292246258000.caafc5b4-b4bc-4d2c-88d3-77d31f9e139d", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1713310292246258000.caafc5b4-b4bc-4d2c-88d3-77d31f9e139d", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "RML" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "Shalini" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.10", + "valueString" : "L" + } ] + } ], + "identifier" : [ { + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "FI" + } ] + }, + "system" : "RML", + "value" : "1033122247" + } ], + "name" : [ { + "use" : "official", + "family" : "Chahal", + "given" : [ "Shalini" ], + "prefix" : [ "Dr." ], + "suffix" : [ "MD" ] + } ] + } + }, { + "fullUrl" : "Organization/1713310292246910000.8ef06e89-ce87-43f9-8228-4c94c94888ec", + "resource" : { + "resourceType" : "Organization", + "id" : "1713310292246910000.8ef06e89-ce87-43f9-8228-4c94c94888ec", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "XON.2" + } ] + } + } ] } - } - }, - { - "fullUrl" : "Organization/1713310292281888000.781f9c6c-6639-4d93-a44e-3ce4409863ab", - "resource" : { - "resourceType" : "Organization", - "id" : "1713310292281888000.781f9c6c-6639-4d93-a44e-3ce4409863ab", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ] - } - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ - { - "url" : "XON.10", - "valueString" : "06D0055551" - } - ] - } - ], - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/code-index-name", - "valueString" : "identifier" - } - ], - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" - } - ] - }, - "value" : "06D0055551" - } - ], - "name" : "TMCA, SOUTH CAMPUS" - } - }, - { - "fullUrl" : "Practitioner/1713310292283281000.bdf0765b-86ae-4a48-9513-29c9d9dd115b", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1713310292283281000.bdf0765b-86ae-4a48-9513-29c9d9dd115b", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "NPI" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "Christopher" - }, - { - "url" : "XCN.4", - "valueString" : "Beau" - }, - { - "url" : "XCN.21", - "valueString" : "MD" - }, - { - "url" : "XCN.10", - "valueString" : "L" - } - ] - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "NPI" - } - ] - }, - "system" : "NPI", - "value" : "1871759365" - } - ], - "name" : [ - { - "use" : "official", - "family" : "Willison", - "given" : [ - "Christopher", - "Beau" - ], - "suffix" : [ - "MD" - ] - } - ] - } - }, - { - "fullUrl" : "Practitioner/1713310292284254000.24e188f3-2754-457a-a26d-2c8aed728ad1", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1713310292284254000.24e188f3-2754-457a-a26d-2c8aed728ad1", - "identifier" : [ - { - "value" : "ER" - } - ] - } - }, - { - "fullUrl" : "Practitioner/1713310292284975000.e57bf06b-5f79-45a1-b6cb-e9a44377479e", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1713310292284975000.e57bf06b-5f79-45a1-b6cb-e9a44377479e", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "NPI" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "Christopher" - }, - { - "url" : "XCN.4", - "valueString" : "Beau" - }, - { - "url" : "XCN.21", - "valueString" : "MD" - }, - { - "url" : "XCN.10", - "valueString" : "L" - } - ] - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "NPI" - } - ] - }, - "system" : "NPI", - "value" : "1871759365" - } - ], - "name" : [ - { - "use" : "official", - "family" : "Willison", - "given" : [ - "Christopher", - "Beau" - ], - "suffix" : [ - "MD" - ] - } - ] - } - }, - { - "fullUrl" : "ServiceRequest/1713310292295952000.6b469277-2cc9-4ef2-83f2-021214d4f1a6", - "resource" : { - "resourceType" : "ServiceRequest", - "id" : "1713310292295952000.6b469277-2cc9-4ef2-83f2-021214d4f1a6", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", - "valueCode" : "RE" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", - "valueString" : "202808080928" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/orc-common-order", - "extension" : [ - { - "url" : "ORC.6", - "valueString" : "N" - }, - { - "url" : "orc-21-ordering-facility-name", - "valueReference" : { - "reference" : "Organization/1713310292292100000.fd6b25ff-126a-4cdd-82fb-48584921f5f7" - } - }, - { - "url" : "orc-22-ordering-facility-address", - "valueAddress" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "B" - } - ] - } - ], - "use" : "work", - "line" : [ - "1501 S. POTOMAC" - ], - "city" : "AURORA", - "district" : "MD", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" - } - }, - { - "url" : "orc-24-ordering-provider-address", - "valueAddress" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "5600 S Quebec St #312A" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "B" - } - ] - } - ], - "use" : "work", - "line" : [ - "5600 S Quebec St #312A" - ], - "city" : "Greenwood Village", - "district" : "MD", - "state" : "IG", - "postalCode" : "80111", - "country" : "USA" - } - }, - { - "url" : "orc-12-ordering-provider", - "valueReference" : { - "reference" : "Practitioner/1713310292293480000.16a4c82e-177b-4a96-afd4-89d60e8dc67b" - } - }, - { - "url" : "ORC.15", - "valueString" : "202108032350" - }, - { - "url" : "ORC.17" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", - "extension" : [ - { - "url" : "OBR.2", - "valueIdentifier" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123.3" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "value" : "09339017" - } - }, - { - "url" : "OBR.3", - "valueIdentifier" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123.3" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "value" : "21:AA:B0029251S.3" - } - }, - { - "url" : "OBR.21", - "valueString" : "TMCA, SOUTH CAMPUS" - }, - { - "url" : "OBR.22", - "valueString" : "20210810062500-0600" - }, - { - "url" : "OBR.10", - "valueReference" : { - "reference" : "Practitioner/1713310292294440000.d6cc2c1b-4231-419a-b074-a19d4b886bbf" - } - }, - { - "url" : "OBR.13", - "valueString" : "SEPTIC SHOCK" - }, - { - "url" : "OBR.16", - "valueReference" : { - "reference" : "Practitioner/1713310292295156000.c7306a4b-36ce-4504-818c-4a4c8134c967" - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", - "valueContactPoint" : { - "extension" : [ - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", - "valueString" : "1" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", - "valueString" : "303" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "4362727" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ - { - "url" : "XTN.2", - "valueString" : "WPN" - }, - { - "url" : "XTN.3", - "valueString" : "PH" - }, - { - "url" : "XTN.7", - "valueString" : "4362727" - }, - { - "url" : "XTN.9", - "valueString" : "Hospital Line" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBR.17" - } - ], - "system" : "phone", - "use" : "work" - } - }, - { - "url" : "OBR.18", - "valueString" : "21:AA:B0029251Sm12776123" - }, - { - "url" : "OBR.19", - "valueString" : "09339017" - } - ] - } - ], - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.2" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123.3" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PLAC" - } - ] - }, - "value" : "09339017" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.3" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123.3" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FILL" - } - ] - }, - "value" : "21:AA:B0029251S.3" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.4" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PGN" - } - ] - }, - "value" : "21:AA:B0029251S" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.4" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FGN" - } - ] - }, - "value" : "21:AA:B0029251S" - } - ], - "status" : "unknown", - "subject" : { - "reference" : "Patient/1713310292174793000.d3e32048-5cb6-46e5-9069-4ca92e4ac1f6" - }, - "requester" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", - "valueContactPoint" : { - "extension" : [ - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", - "valueString" : "1" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", - "valueString" : "303" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "4362727" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ - { - "url" : "XTN.2", - "valueString" : "WPN" - }, - { - "url" : "XTN.3", - "valueString" : "PH" - }, - { - "url" : "XTN.7", - "valueString" : "4362727" - }, - { - "url" : "XTN.9", - "valueString" : "Hospital Line" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.14" - } - ], - "system" : "phone", - "use" : "work" - } - } - ], - "reference" : "PractitionerRole/1713310292286093000.22f278ee-e58d-430e-a1d8-a50e5a731ad5" - }, - "note" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", - "valueId" : "L" - } - ] - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "Critical result called to and read back by:CLAIRE HCE7362" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", - "valueId" : "L" - } - ], - "text" : "Critical result called to and read back by:CLAIRE HCE7362" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "Location:ICUB on 08/08/21 at 1539 by ELB.RM" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", - "valueId" : "L" - } - ], - "text" : "Location:ICUB on 08/08/21 at 1539 by ELB.RM" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "Critical result called to and read back by:CLAIRE HCE7362" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", - "valueId" : "L" - } - ], - "text" : "Critical result called to and read back by:CLAIRE HCE7362" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "Location:ICUB on 08/08/21 at 1050 by ELB.SMX" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", - "valueId" : "L" - } - ], - "text" : "Location:ICUB on 08/08/21 at 1050 by ELB.SMX" - } - ] - } - }, - { - "fullUrl" : "Practitioner/1713310292287230000.e4185bbe-d410-4471-b30a-a98e4cf1811f", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1713310292287230000.e4185bbe-d410-4471-b30a-a98e4cf1811f", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "NPI" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "Christopher" - }, - { - "url" : "XCN.4", - "valueString" : "Beau" - }, - { - "url" : "XCN.21", - "valueString" : "MD" - }, - { - "url" : "XCN.10", - "valueString" : "L" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.12" - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "NPI" - } - ] - }, - "system" : "NPI", - "value" : "1871759365" - } - ], - "name" : [ - { - "use" : "official", - "family" : "Willison", - "given" : [ - "Christopher", - "Beau" - ], - "suffix" : [ - "MD" - ] - } - ], - "address" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "5600 S Quebec St #312A" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "B" - } - ] - } - ], - "use" : "work", - "line" : [ - "5600 S Quebec St #312A" - ], - "city" : "Greenwood Village", - "district" : "MD", - "state" : "IG", - "postalCode" : "80111", - "country" : "USA" - } - ] - } - }, - { - "fullUrl" : "Organization/1713310292288851000.406dfd65-d949-4a89-957f-c6299e8d338f", - "resource" : { - "resourceType" : "Organization", - "id" : "1713310292288851000.406dfd65-d949-4a89-957f-c6299e8d338f", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ] - } - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ - { - "url" : "XON.10", - "valueString" : "06D0055551" - } - ] - } - ], - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/code-index-name", - "valueString" : "identifier" - } - ], - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" - } - ] - }, - "value" : "06D0055551" - } - ], - "name" : "TMCA, SOUTH CAMPUS", - "telecom" : [ - { - "extension" : [ - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", - "valueString" : "1" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", - "valueString" : "303" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "6952653" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ - { - "url" : "XTN.2", - "valueString" : "WPN" - }, - { - "url" : "XTN.3", - "valueString" : "PH" - }, - { - "url" : "XTN.7", - "valueString" : "6952653" - } - ] - } - ], - "system" : "phone", - "use" : "work" - } - ], - "address" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "B" - } - ] - } - ], - "use" : "work", - "line" : [ - "1501 S. POTOMAC" - ], - "city" : "AURORA", - "district" : "MD", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" - } - ] - } - }, - { - "fullUrl" : "PractitionerRole/1713310292286093000.22f278ee-e58d-430e-a1d8-a50e5a731ad5", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1713310292286093000.22f278ee-e58d-430e-a1d8-a50e5a731ad5", - "practitioner" : { - "reference" : "Practitioner/1713310292287230000.e4185bbe-d410-4471-b30a-a98e4cf1811f" - }, - "organization" : { - "reference" : "Organization/1713310292288851000.406dfd65-d949-4a89-957f-c6299e8d338f" + } ], + "name" : "ROSE MEDICAL CENTER (MCOE)", + "address" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "4567 E. NINTH AVENUE" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "B" + } ] + } ], + "use" : "work", + "line" : [ "4567 E. NINTH AVENUE" ], + "city" : "DENVER", + "district" : "S", + "state" : "IG", + "postalCode" : "80220", + "country" : "USA" + } ] + } + }, { + "fullUrl" : "PractitionerRole/1713310292245804000.f5124525-194b-45eb-beba-b9bec6f70a59", + "resource" : { + "resourceType" : "PractitionerRole", + "id" : "1713310292245804000.f5124525-194b-45eb-beba-b9bec6f70a59", + "practitioner" : { + "reference" : "Practitioner/1713310292246258000.caafc5b4-b4bc-4d2c-88d3-77d31f9e139d" + }, + "organization" : { + "reference" : "Organization/1713310292246910000.8ef06e89-ce87-43f9-8228-4c94c94888ec" + }, + "code" : [ { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", + "code" : "MDIR" + } ] + } ] + } + }, { + "fullUrl" : "Observation/1713310292247988000.96573303-294c-4b93-9300-c6a6051c0fcf", + "resource" : { + "resourceType" : "Observation", + "id" : "1713310292247988000.96573303-294c-4b93-9300-c6a6051c0fcf", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString" : "1" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime" : "2028-08-07T16:36:01-06:00", + "_valueDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280807163601-0600" + } ] } - } - }, - { - "fullUrl" : "Organization/1713310292292100000.fd6b25ff-126a-4cdd-82fb-48584921f5f7", - "resource" : { - "resourceType" : "Organization", - "id" : "1713310292292100000.fd6b25ff-126a-4cdd-82fb-48584921f5f7", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ] - } - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ - { - "url" : "XON.10", - "valueString" : "06D0055551" - } - ] - } - ], - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/code-index-name", - "valueString" : "identifier" - } - ], - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" - } - ] - }, - "value" : "06D0055551" - } - ], - "name" : "TMCA, SOUTH CAMPUS" - } - }, - { - "fullUrl" : "Practitioner/1713310292293480000.16a4c82e-177b-4a96-afd4-89d60e8dc67b", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1713310292293480000.16a4c82e-177b-4a96-afd4-89d60e8dc67b", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "NPI" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "Christopher" - }, - { - "url" : "XCN.4", - "valueString" : "Beau" - }, - { - "url" : "XCN.21", - "valueString" : "MD" - }, - { - "url" : "XCN.10", - "valueString" : "L" - } - ] - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "NPI" - } - ] - }, - "system" : "NPI", - "value" : "1871759365" - } - ], - "name" : [ - { - "use" : "official", - "family" : "Willison", - "given" : [ - "Christopher", - "Beau" - ], - "suffix" : [ - "MD" - ] - } - ] - } - }, - { - "fullUrl" : "Practitioner/1713310292294440000.d6cc2c1b-4231-419a-b074-a19d4b886bbf", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1713310292294440000.d6cc2c1b-4231-419a-b074-a19d4b886bbf", - "identifier" : [ - { - "value" : "ER" - } - ] - } - }, - { - "fullUrl" : "Practitioner/1713310292295156000.c7306a4b-36ce-4504-818c-4a4c8134c967", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1713310292295156000.c7306a4b-36ce-4504-818c-4a4c8134c967", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "NPI" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "Christopher" - }, - { - "url" : "XCN.4", - "valueString" : "Beau" - }, - { - "url" : "XCN.21", - "valueString" : "MD" - }, - { - "url" : "XCN.10", - "valueString" : "L" - } - ] - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "NPI" - } - ] - }, - "system" : "NPI", - "value" : "1871759365" - } - ], - "name" : [ - { - "use" : "official", - "family" : "Willison", - "given" : [ - "Christopher", - "Beau" - ], - "suffix" : [ - "MD" - ] - } - ] - } - }, - { - "fullUrl" : "ServiceRequest/1713310292301157000.22ed0021-3c92-4fd4-a68b-036be88ba3ca", - "resource" : { - "resourceType" : "ServiceRequest", - "id" : "1713310292301157000.22ed0021-3c92-4fd4-a68b-036be88ba3ca", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", - "extension" : [ - { - "url" : "OBR.21", - "valueString" : "TMCA, SOUTH CAMPUS" - }, - { - "url" : "OBR.22", - "valueString" : "20210810062500-0600" - }, - { - "url" : "OBR.26", - "extension" : [ - { - "url" : "prl-1-parent-observation-identifier" - }, - { - "url" : "prl-2-parent-observation-sub-identifier", - "valueString" : "1" - }, - { - "url" : "prl-3-parent-observation-descriptor", - "valueString" : "ENTRAFVRE" - } - ] - }, - { - "url" : "OBR.29", - "valueIdentifier" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/filler-assigned-identifier", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", - "valueString" : "21:AA:B0029251Sm12776123" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PGN" - } - ] - } - } - }, - { - "url" : "OBR.10", - "valueReference" : { - "reference" : "Practitioner/1713310292300058000.391f1136-5aa2-4e2b-a9f0-1005c8ad629f" - } - }, - { - "url" : "OBR.13", - "valueString" : "SEPTIC SHOCK" - }, - { - "url" : "OBR.16", - "valueReference" : { - "reference" : "Practitioner/1713310292300777000.07ae6df2-388f-4499-b095-60f0031322e6" - } - }, - { - "url" : "OBR.18", - "valueString" : "21:AA:B0029251Sm12776123" - }, - { - "url" : "OBR.19", - "valueString" : "09339017" - } - ] - } - ], - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBR.3" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123.4" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FILL" - } - ] - }, - "value" : "21:AA:B0029251S.4" - } - ], - "status" : "unknown", - "subject" : { - "reference" : "Patient/1713310292174793000.d3e32048-5cb6-46e5-9069-4ca92e4ac1f6" - }, - "requester" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", - "valueContactPoint" : { - "extension" : [ - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", - "valueString" : "1" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", - "valueString" : "303" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "4362727" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ - { - "url" : "XTN.2", - "valueString" : "WPN" - }, - { - "url" : "XTN.3", - "valueString" : "PH" - }, - { - "url" : "XTN.7", - "valueString" : "4362727" - }, - { - "url" : "XTN.9", - "valueString" : "Hospital Line" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBR.17" - } - ], - "system" : "phone", - "use" : "work" - } - } - ], - "reference" : "Practitioner/1713310292297116000.a10981fa-3cba-4ca9-9722-13c1cb2419d1" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension" : [ { + "url" : "OBX.2", + "valueId" : "ST" + }, { + "url" : "OBX.6" + }, { + "url" : "OBX.11", + "valueString" : "P" + } ] + } ], + "status" : "preliminary", + "subject" : { + "reference" : "Patient/1713310292174793000.d3e32048-5cb6-46e5-9069-4ca92e4ac1f6" + }, + "encounter" : { + "reference" : "Encounter/1713310292182502000.7bd38229-d4b8-4ad9-9890-1aec968cc276" + }, + "effectiveDateTime" : "2028-08-07T16:36:01-06:00", + "_effectiveDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280807163601-0600" + } ] + }, + "performer" : [ { + "reference" : "Organization/1713310292248180000.5fa6a745-d81f-4e91-b0d3-cc477f573118" + }, { + "reference" : "PractitionerRole/1713310292248263000.1e4669af-22cb-48e4-bace-8c6f0e79e7f7" + } ], + "valueString" : "SYN-S" + } + }, { + "fullUrl" : "Organization/1713310292248180000.5fa6a745-d81f-4e91-b0d3-cc477f573118", + "resource" : { + "resourceType" : "Organization", + "id" : "1713310292248180000.5fa6a745-d81f-4e91-b0d3-cc477f573118", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBX.15" + } ] + } + }, { + "fullUrl" : "Practitioner/1713310292248710000.85538e0c-4926-429e-8288-5bc8dbe70724", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1713310292248710000.85538e0c-4926-429e-8288-5bc8dbe70724", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "RML" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "Shalini" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.10", + "valueString" : "L" + } ] + } ], + "identifier" : [ { + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "FI" + } ] + }, + "system" : "RML", + "value" : "1033122247" + } ], + "name" : [ { + "use" : "official", + "family" : "Chahal", + "given" : [ "Shalini" ], + "prefix" : [ "Dr." ], + "suffix" : [ "MD" ] + } ] + } + }, { + "fullUrl" : "Organization/1713310292249323000.e3bccb5a-1817-4559-b123-abda2e3761eb", + "resource" : { + "resourceType" : "Organization", + "id" : "1713310292249323000.e3bccb5a-1817-4559-b123-abda2e3761eb", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "XON.2" + } ] + } + } ] } - } - }, - { - "fullUrl" : "Practitioner/1713310292297116000.a10981fa-3cba-4ca9-9722-13c1cb2419d1", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1713310292297116000.a10981fa-3cba-4ca9-9722-13c1cb2419d1", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "NPI" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "Christopher" - }, - { - "url" : "XCN.4", - "valueString" : "Beau" - }, - { - "url" : "XCN.21", - "valueString" : "MD" - }, - { - "url" : "XCN.10", - "valueString" : "L" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBR.16" - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "NPI" - } - ] - }, - "system" : "NPI", - "value" : "1871759365" - } - ], - "name" : [ - { - "use" : "official", - "family" : "Willison", - "given" : [ - "Christopher", - "Beau" - ], - "suffix" : [ - "MD" - ] - } - ] - } - }, - { - "fullUrl" : "Practitioner/1713310292300058000.391f1136-5aa2-4e2b-a9f0-1005c8ad629f", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1713310292300058000.391f1136-5aa2-4e2b-a9f0-1005c8ad629f", - "identifier" : [ - { - "value" : "ER" - } - ] - } - }, - { - "fullUrl" : "Practitioner/1713310292300777000.07ae6df2-388f-4499-b095-60f0031322e6", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1713310292300777000.07ae6df2-388f-4499-b095-60f0031322e6", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "NPI" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "Christopher" - }, - { - "url" : "XCN.4", - "valueString" : "Beau" - }, - { - "url" : "XCN.21", - "valueString" : "MD" - }, - { - "url" : "XCN.10", - "valueString" : "L" - } - ] - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "NPI" - } - ] - }, - "system" : "NPI", - "value" : "1871759365" - } - ], - "name" : [ - { - "use" : "official", - "family" : "Willison", - "given" : [ - "Christopher", - "Beau" - ], - "suffix" : [ - "MD" - ] - } - ] - } - }, - { - "fullUrl" : "ServiceRequest/1713310292306239000.80f4fdc2-9999-4499-a8e5-15a32d46a9af", - "resource" : { - "resourceType" : "ServiceRequest", - "id" : "1713310292306239000.80f4fdc2-9999-4499-a8e5-15a32d46a9af", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", - "extension" : [ - { - "url" : "OBR.21", - "valueString" : "ROSE MEDICAL CENTER (MCOE)" - }, - { - "url" : "OBR.22", - "valueString" : "20210810062500-0600" - }, - { - "url" : "OBR.26", - "extension" : [ - { - "url" : "prl-1-parent-observation-identifier" - }, - { - "url" : "prl-2-parent-observation-sub-identifier", - "valueString" : "1" - }, - { - "url" : "prl-3-parent-observation-descriptor", - "valueString" : "ENTRAFVRE" - } - ] - }, - { - "url" : "OBR.29", - "valueIdentifier" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/filler-assigned-identifier", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", - "valueString" : "21:AA:B0029251Sm12776123" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PGN" - } - ] - } - } - }, - { - "url" : "OBR.10", - "valueReference" : { - "reference" : "Practitioner/1713310292305159000.4f61a2ec-d59e-4a2c-b6b8-73bfae55b297" - } - }, - { - "url" : "OBR.13", - "valueString" : "SEPTIC SHOCK" - }, - { - "url" : "OBR.16", - "valueReference" : { - "reference" : "Practitioner/1713310292305856000.19af62f3-b5af-4acf-9bab-ae31ec046fdd" - } - }, - { - "url" : "OBR.18", - "valueString" : "21:AA:B0029251Sm12776123" - }, - { - "url" : "OBR.19", - "valueString" : "09339017" - } - ] - } - ], - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBR.3" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123.5" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FILL" - } - ] - }, - "value" : "21:AA:B0029251S.5" - } - ], - "status" : "unknown", - "subject" : { - "reference" : "Patient/1713310292174793000.d3e32048-5cb6-46e5-9069-4ca92e4ac1f6" - }, - "requester" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", - "valueContactPoint" : { - "extension" : [ - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", - "valueString" : "1" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", - "valueString" : "303" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "4362727" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ - { - "url" : "XTN.2", - "valueString" : "WPN" - }, - { - "url" : "XTN.3", - "valueString" : "PH" - }, - { - "url" : "XTN.7", - "valueString" : "4362727" - }, - { - "url" : "XTN.9", - "valueString" : "Hospital Line" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBR.17" - } - ], - "system" : "phone", - "use" : "work" - } - } - ], - "reference" : "Practitioner/1713310292302324000.295de0cd-76c7-4fcd-ac84-44574bf6283d" + } ], + "name" : "ROSE MEDICAL CENTER (MCOE)", + "address" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "4567 E. NINTH AVENUE" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "B" + } ] + } ], + "use" : "work", + "line" : [ "4567 E. NINTH AVENUE" ], + "city" : "DENVER", + "district" : "S", + "state" : "IG", + "postalCode" : "80220", + "country" : "USA" + } ] + } + }, { + "fullUrl" : "PractitionerRole/1713310292248263000.1e4669af-22cb-48e4-bace-8c6f0e79e7f7", + "resource" : { + "resourceType" : "PractitionerRole", + "id" : "1713310292248263000.1e4669af-22cb-48e4-bace-8c6f0e79e7f7", + "practitioner" : { + "reference" : "Practitioner/1713310292248710000.85538e0c-4926-429e-8288-5bc8dbe70724" + }, + "organization" : { + "reference" : "Organization/1713310292249323000.e3bccb5a-1817-4559-b123-abda2e3761eb" + }, + "code" : [ { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", + "code" : "MDIR" + } ] + } ] + } + }, { + "fullUrl" : "Observation/1713310292250409000.7f392eab-26ee-4d3a-9bf1-8d4330bdfb94", + "resource" : { + "resourceType" : "Observation", + "id" : "1713310292250409000.7f392eab-26ee-4d3a-9bf1-8d4330bdfb94", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString" : "1" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime" : "2028-08-07T16:36:01-06:00", + "_valueDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280807163601-0600" + } ] } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-5-value-sn", + "extension" : [ { + "url" : "SN.1", + "valueString" : ">=" + }, { + "url" : "SN.2", + "valueString" : "32" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension" : [ { + "url" : "OBX.2", + "valueId" : "SN" + }, { + "url" : "OBX.6" + }, { + "url" : "OBX.11", + "valueString" : "P" + } ] + } ], + "status" : "preliminary", + "subject" : { + "reference" : "Patient/1713310292174793000.d3e32048-5cb6-46e5-9069-4ca92e4ac1f6" + }, + "encounter" : { + "reference" : "Encounter/1713310292182502000.7bd38229-d4b8-4ad9-9890-1aec968cc276" + }, + "effectiveDateTime" : "2028-08-07T16:36:01-06:00", + "_effectiveDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280807163601-0600" + } ] + }, + "performer" : [ { + "reference" : "Organization/1713310292250601000.de3e4ff4-32ae-4c37-bffe-cc40b731e7c3" + }, { + "reference" : "PractitionerRole/1713310292250684000.7bb100e2-bce6-4284-932d-8db2eaadfc7b" + } ] + } + }, { + "fullUrl" : "Organization/1713310292250601000.de3e4ff4-32ae-4c37-bffe-cc40b731e7c3", + "resource" : { + "resourceType" : "Organization", + "id" : "1713310292250601000.de3e4ff4-32ae-4c37-bffe-cc40b731e7c3", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBX.15" + } ] + } + }, { + "fullUrl" : "Practitioner/1713310292251130000.e236ada4-7735-4bde-9b51-c361f31cb569", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1713310292251130000.e236ada4-7735-4bde-9b51-c361f31cb569", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "RML" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "Shalini" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.10", + "valueString" : "L" + } ] + } ], + "identifier" : [ { + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "FI" + } ] + }, + "system" : "RML", + "value" : "1033122247" + } ], + "name" : [ { + "use" : "official", + "family" : "Chahal", + "given" : [ "Shalini" ], + "prefix" : [ "Dr." ], + "suffix" : [ "MD" ] + } ] + } + }, { + "fullUrl" : "Organization/1713310292251746000.8e19aae7-8c39-4ee7-8d47-5d98ab865040", + "resource" : { + "resourceType" : "Organization", + "id" : "1713310292251746000.8e19aae7-8c39-4ee7-8d47-5d98ab865040", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "XON.2" + } ] + } + } ] + } + } ], + "name" : "ROSE MEDICAL CENTER (MCOE)", + "address" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "4567 E. NINTH AVENUE" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "B" + } ] + } ], + "use" : "work", + "line" : [ "4567 E. NINTH AVENUE" ], + "city" : "DENVER", + "district" : "R", + "state" : "IG", + "postalCode" : "80220", + "country" : "USA" + } ] + } + }, { + "fullUrl" : "PractitionerRole/1713310292250684000.7bb100e2-bce6-4284-932d-8db2eaadfc7b", + "resource" : { + "resourceType" : "PractitionerRole", + "id" : "1713310292250684000.7bb100e2-bce6-4284-932d-8db2eaadfc7b", + "practitioner" : { + "reference" : "Practitioner/1713310292251130000.e236ada4-7735-4bde-9b51-c361f31cb569" + }, + "organization" : { + "reference" : "Organization/1713310292251746000.8e19aae7-8c39-4ee7-8d47-5d98ab865040" + }, + "code" : [ { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", + "code" : "MDIR" + } ] + } ] + } + }, { + "fullUrl" : "Specimen/1713310292256176000.b6944055-4e96-40dd-ab47-b517c9045388", + "resource" : { + "resourceType" : "Specimen", + "id" : "1713310292256176000.b6944055-4e96-40dd-ab47-b517c9045388", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", + "valueString" : "OBR" + } ] + } + }, { + "fullUrl" : "Specimen/1713310292256439000.f7062db0-9c39-48e8-8f86-35be5d25b7f0", + "resource" : { + "resourceType" : "Specimen", + "id" : "1713310292256439000.f7062db0-9c39-48e8-8f86-35be5d25b7f0", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", + "valueString" : "OBR" + } ] + } + }, { + "fullUrl" : "Specimen/1713310292256704000.770742e3-5895-4236-a0cc-adb40d08049b", + "resource" : { + "resourceType" : "Specimen", + "id" : "1713310292256704000.770742e3-5895-4236-a0cc-adb40d08049b", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", + "valueString" : "OBR" + } ] + } + }, { + "fullUrl" : "Specimen/1713310292256964000.0b3dfa44-6135-4496-8173-6273ebeb7a9f", + "resource" : { + "resourceType" : "Specimen", + "id" : "1713310292256964000.0b3dfa44-6135-4496-8173-6273ebeb7a9f", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", + "valueString" : "OBR" + } ] + } + }, { + "fullUrl" : "Specimen/1713310292257224000.9b3e3633-1f44-420f-91e1-4ce006e58782", + "resource" : { + "resourceType" : "Specimen", + "id" : "1713310292257224000.9b3e3633-1f44-420f-91e1-4ce006e58782", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", + "valueString" : "OBR" + } ] + } + }, { + "fullUrl" : "Specimen/1713310292259455000.b647322c-11b9-4934-bf5d-4aac57981a5f", + "resource" : { + "resourceType" : "Specimen", + "id" : "1713310292259455000.b647322c-11b9-4934-bf5d-4aac57981a5f", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", + "valueString" : "SPM" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/spm-specimen", + "extension" : [ { + "url" : "SPM.26", + "valueString" : "1" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/filler-assigned-identifier", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", + "valueString" : "M12776123" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", + "valueString" : "SPM.2.1" + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "PGN" + } ] + }, + "value" : "09339017" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString" : "ISO" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/placer-assigned-identifier", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", + "valueString" : "09339017" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", + "valueString" : "SPM.2.2" + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "FGN" + } ] + }, + "value" : "M12776123" + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "SCT" + } ], + "system" : "http://snomed.info/sct", + "version" : "07/31/2012", + "code" : "119297000", + "display" : "Blood specimen" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "BLD", + "display" : "BLOOD" + } ] + }, + "receivedTime" : "2021-08-04T00:18:00-06:00", + "_receivedTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20210804001800-0600" + } ] + }, + "collection" : { + "collectedPeriod" : { + "start" : "2028-08-02T02:52:01-06:00", + "_start" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280802025201-0600" + } ] + }, + "end" : "2028-08-02T02:52:01-06:00", + "_end" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280802025201-0600" + } ] + } + }, + "bodySite" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "code" : "RA", + "display" : "RIGHT ARM" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + } ], + "code" : "5.67" + } ] + } + }, + "container" : [ { + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "display" : "BACTEC AEROBIC PLUS" + } ] + } + } ], + "note" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "SPM.14" + } ], + "text" : "RA" + } ] + } + }, { + "fullUrl" : "Specimen/1713310292261517000.fdc8e73d-1f4c-4677-a27f-a10169b49960", + "resource" : { + "resourceType" : "Specimen", + "id" : "1713310292261517000.fdc8e73d-1f4c-4677-a27f-a10169b49960", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", + "valueString" : "SPM" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/spm-specimen", + "extension" : [ { + "url" : "SPM.26", + "valueString" : "3.0" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/filler-assigned-identifier", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", + "valueString" : "M12776123" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", + "valueString" : "SPM.2.1" + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "PGN" + } ] + }, + "value" : "09339017" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString" : "ISO" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/placer-assigned-identifier", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", + "valueString" : "09339017" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", + "valueString" : "SPM.2.2" + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "FGN" + } ] + }, + "value" : "M12776123" + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "SCT" + } ], + "system" : "http://snomed.info/sct", + "version" : "07/31/2012", + "code" : "119297000", + "display" : "Blood specimen" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "BLD", + "display" : "BLOOD" + } ] + }, + "receivedTime" : "2021-08-04T00:18:00-06:00", + "_receivedTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20210804001800-0600" + } ] + }, + "collection" : { + "collectedPeriod" : { + "start" : "2028-08-02T02:52:01-06:00", + "_start" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280802025201-0600" + } ] + }, + "end" : "2028-08-02T02:52:01-06:00", + "_end" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280802025201-0600" + } ] + } + }, + "bodySite" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "code" : "RA", + "display" : "RIGHT ARM" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + } ], + "code" : "5.67" + } ] + } + }, + "container" : [ { + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "display" : "BACTEC BLOOD CULTURE BOTTLES" + } ] + } + } ], + "note" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "SPM.14" + } ], + "text" : "RA" + } ] + } + }, { + "fullUrl" : "Specimen/1713310292263224000.316e7c7b-d72b-42dd-ac9a-ba1455d1f0ca", + "resource" : { + "resourceType" : "Specimen", + "id" : "1713310292263224000.316e7c7b-d72b-42dd-ac9a-ba1455d1f0ca", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", + "valueString" : "SPM" + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/filler-assigned-identifier", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", + "valueString" : "M12776123" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", + "valueString" : "SPM.2.1" + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "PGN" + } ] + }, + "value" : "09339017" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString" : "ISO" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/placer-assigned-identifier", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", + "valueString" : "09339017" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", + "valueString" : "SPM.2.2" + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "FGN" + } ] + }, + "value" : "M12776123" + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "SCT" + } ], + "system" : "http://snomed.info/sct", + "version" : "07/31/2012", + "code" : "119297000", + "display" : "Blood specimen" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "BLD", + "display" : "BLOOD" + } ] + }, + "receivedTime" : "2021-08-04T00:18:00-06:00", + "_receivedTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20210804001800-0600" + } ] + }, + "collection" : { + "collectedPeriod" : { + "start" : "2028-08-02T02:52:01-06:00", + "_start" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280802025201-0600" + } ] + }, + "end" : "2028-08-02T02:52:01-06:00", + "_end" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280802025201-0600" + } ] + } + }, + "bodySite" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "code" : "RA", + "display" : "RIGHT ARM" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + } ], + "code" : "5.67" + } ] + } + }, + "note" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "SPM.14" + } ], + "text" : "RA" + } ] + } + }, { + "fullUrl" : "Specimen/1713310292265266000.4525eec2-5bed-425f-b514-50381e965415", + "resource" : { + "resourceType" : "Specimen", + "id" : "1713310292265266000.4525eec2-5bed-425f-b514-50381e965415", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", + "valueString" : "SPM" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/spm-specimen", + "extension" : [ { + "url" : "SPM.26", + "valueString" : "3.0" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/filler-assigned-identifier", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", + "valueString" : "M12776123" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", + "valueString" : "SPM.2.1" + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "PGN" + } ] + }, + "value" : "09339017" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString" : "ISO" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/placer-assigned-identifier", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", + "valueString" : "09339017" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", + "valueString" : "SPM.2.2" + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "FGN" + } ] + }, + "value" : "M12776123" + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "SCT" + } ], + "system" : "http://snomed.info/sct", + "version" : "07/31/2012", + "code" : "119303007", + "display" : "Microbial isolate" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "ISLT", + "display" : "ISOLATE" + } ] + }, + "receivedTime" : "2021-08-04T00:18:00-06:00", + "_receivedTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20210804001800-0600" + } ] + }, + "collection" : { + "collectedPeriod" : { + "start" : "2028-08-08T09:28:05-06:00", + "_start" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280808092805-0600" + } ] + }, + "end" : "2028-08-08T09:28:05-06:00", + "_end" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280808092805-0600" + } ] + } + }, + "bodySite" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "code" : "RA", + "display" : "RIGHT ARM" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + } ], + "code" : "5.67" + } ] + } + }, + "container" : [ { + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "display" : "BACTEC BLOOD CULTURE BOTTLES" + } ] + } + } ], + "note" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "SPM.14" + } ], + "text" : "RA" + } ] + } + }, { + "fullUrl" : "ServiceRequest/1713310292275631000.713307b4-9370-440a-8aea-b65105f32b11", + "resource" : { + "resourceType" : "ServiceRequest", + "id" : "1713310292275631000.713307b4-9370-440a-8aea-b65105f32b11", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", + "valueCode" : "RE" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", + "valueString" : "202808080928" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/orc-common-order", + "extension" : [ { + "url" : "ORC.6", + "valueString" : "N" + }, { + "url" : "orc-21-ordering-facility-name", + "valueReference" : { + "reference" : "Organization/1713310292271793000.34b3c990-ec6b-454d-af49-601fde319d7e" + } + }, { + "url" : "orc-22-ordering-facility-address", + "valueAddress" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "1501 S. POTOMAC" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "B" + } ] + } ], + "use" : "work", + "line" : [ "1501 S. POTOMAC" ], + "city" : "AURORA", + "district" : "MD", + "state" : "IG", + "postalCode" : "80012", + "country" : "USA" + } + }, { + "url" : "orc-24-ordering-provider-address", + "valueAddress" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "5600 S Quebec St #312A" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "B" + } ] + } ], + "use" : "work", + "line" : [ "5600 S Quebec St #312A" ], + "city" : "Greenwood Village", + "district" : "MD", + "state" : "IG", + "postalCode" : "80111", + "country" : "USA" + } + }, { + "url" : "orc-12-ordering-provider", + "valueReference" : { + "reference" : "Practitioner/1713310292273162000.288ff7e7-d660-4a70-931d-fe732342f114" + } + }, { + "url" : "ORC.15", + "valueString" : "202108032350" + }, { + "url" : "ORC.17" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", + "extension" : [ { + "url" : "OBR.2", + "valueIdentifier" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "M12776123.1" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "value" : "09339017" + } + }, { + "url" : "OBR.3", + "valueIdentifier" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "M12776123.1" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "value" : "21:AA:B0029251S.1" + } + }, { + "url" : "OBR.21", + "valueString" : "TMCA, SOUTH CAMPUS" + }, { + "url" : "OBR.22", + "valueString" : "20210810062500-0600" + }, { + "url" : "OBR.10", + "valueReference" : { + "reference" : "Practitioner/1713310292274118000.96d5bf58-4eb5-42f8-a1f3-041332050150" + } + }, { + "url" : "OBR.13", + "valueString" : "SEPTIC SHOCK" + }, { + "url" : "OBR.16", + "valueReference" : { + "reference" : "Practitioner/1713310292274839000.dbfd4fa3-5f13-42c1-9dbc-41137ed997d7" + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", + "valueContactPoint" : { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString" : "1" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString" : "303" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString" : "4362727" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension" : [ { + "url" : "XTN.2", + "valueString" : "WPN" + }, { + "url" : "XTN.3", + "valueString" : "PH" + }, { + "url" : "XTN.7", + "valueString" : "4362727" + }, { + "url" : "XTN.9", + "valueString" : "Hospital Line" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBR.17" + } ], + "system" : "phone", + "use" : "work" + } + }, { + "url" : "OBR.18", + "valueString" : "21:AA:B0029251Sm12776123" + }, { + "url" : "OBR.19", + "valueString" : "09339017" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "ORC.2" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "M12776123.1" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "PLAC" + } ] + }, + "value" : "09339017" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "ORC.3" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "M12776123.1" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "FILL" + } ] + }, + "value" : "21:AA:B0029251S.1" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "ORC.4" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "M12776123" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "PGN" + } ] + }, + "value" : "21:AA:B0029251S" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "ORC.4" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "M12776123" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "FGN" + } ] + }, + "value" : "21:AA:B0029251S" + } ], + "status" : "unknown", + "subject" : { + "reference" : "Patient/1713310292174793000.d3e32048-5cb6-46e5-9069-4ca92e4ac1f6" + }, + "requester" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", + "valueContactPoint" : { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString" : "1" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString" : "303" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString" : "4362727" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension" : [ { + "url" : "XTN.2", + "valueString" : "WPN" + }, { + "url" : "XTN.3", + "valueString" : "PH" + }, { + "url" : "XTN.7", + "valueString" : "4362727" + }, { + "url" : "XTN.9", + "valueString" : "Hospital Line" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "ORC.14" + } ], + "system" : "phone", + "use" : "work" + } + } ], + "reference" : "Organization/1713310292185230000.0f6b4eca-ee5e-4731-a66a-5f611cc4a16c" + }, + "note" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", + "valueId" : "L" + } ] + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "Critical result called to and read back by:CLAIRE HCE7362" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", + "valueId" : "L" + } ], + "text" : "Critical result called to and read back by:CLAIRE HCE7362" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "Location:ICUB on 08/08/21 at 1539 by ELB.RM" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", + "valueId" : "L" + } ], + "text" : "Location:ICUB on 08/08/21 at 1539 by ELB.RM" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "Critical result called to and read back by:CLAIRE HCE7362" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", + "valueId" : "L" + } ], + "text" : "Critical result called to and read back by:CLAIRE HCE7362" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "Location:ICUB on 08/08/21 at 1050 by ELB.SMX" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", + "valueId" : "L" + } ], + "text" : "Location:ICUB on 08/08/21 at 1050 by ELB.SMX" + } ] + } + }, { + "fullUrl" : "Practitioner/1713310292266988000.cd807346-713c-4c0a-8f43-f05e1b860772", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1713310292266988000.cd807346-713c-4c0a-8f43-f05e1b860772", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "NPI" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "Christopher" + }, { + "url" : "XCN.4", + "valueString" : "Beau" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.10", + "valueString" : "L" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "ORC.12" + } ], + "identifier" : [ { + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "NPI" + } ] + }, + "system" : "NPI", + "value" : "1871759365" + } ], + "name" : [ { + "use" : "official", + "family" : "Willison", + "given" : [ "Christopher", "Beau" ], + "suffix" : [ "MD" ] + } ], + "address" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "5600 S Quebec St #312A" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "B" + } ] + } ], + "use" : "work", + "line" : [ "5600 S Quebec St #312A" ], + "city" : "Greenwood Village", + "district" : "MD", + "state" : "IG", + "postalCode" : "80111", + "country" : "USA" + } ] + } + }, { + "fullUrl" : "Organization/1713310292268566000.0f214462-6c14-4b58-83e4-e49f6b506b5a", + "resource" : { + "resourceType" : "Organization", + "id" : "1713310292268566000.0f214462-6c14-4b58-83e4-e49f6b506b5a", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "XON.2" + } ] + } + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension" : [ { + "url" : "XON.10", + "valueString" : "06D0055551" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "TMCA, SOUTH CAMPUS" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/code-index-name", + "valueString" : "identifier" + } ], + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "XX" + } ] + }, + "value" : "06D0055551" + } ], + "name" : "TMCA, SOUTH CAMPUS", + "telecom" : [ { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString" : "1" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString" : "303" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString" : "6952653" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension" : [ { + "url" : "XTN.2", + "valueString" : "WPN" + }, { + "url" : "XTN.3", + "valueString" : "PH" + }, { + "url" : "XTN.7", + "valueString" : "6952653" + } ] + } ], + "system" : "phone", + "use" : "work" + } ], + "address" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "1501 S. POTOMAC" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "B" + } ] + } ], + "use" : "work", + "line" : [ "1501 S. POTOMAC" ], + "city" : "AURORA", + "district" : "MD", + "state" : "IG", + "postalCode" : "80012", + "country" : "USA" + } ] + } + }, { + "fullUrl" : "PractitionerRole/1713310292265851000.6e88c174-0b91-4de3-8274-4bbbeaed7b10", + "resource" : { + "resourceType" : "PractitionerRole", + "id" : "1713310292265851000.6e88c174-0b91-4de3-8274-4bbbeaed7b10", + "practitioner" : { + "reference" : "Practitioner/1713310292266988000.cd807346-713c-4c0a-8f43-f05e1b860772" + }, + "organization" : { + "reference" : "Organization/1713310292268566000.0f214462-6c14-4b58-83e4-e49f6b506b5a" } - }, - { - "fullUrl" : "Practitioner/1713310292302324000.295de0cd-76c7-4fcd-ac84-44574bf6283d", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1713310292302324000.295de0cd-76c7-4fcd-ac84-44574bf6283d", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "NPI" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "Christopher" - }, - { - "url" : "XCN.4", - "valueString" : "Beau" - }, - { - "url" : "XCN.21", - "valueString" : "MD" - }, - { - "url" : "XCN.10", - "valueString" : "L" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBR.16" - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "NPI" - } - ] - }, - "system" : "NPI", - "value" : "1871759365" - } - ], - "name" : [ - { - "use" : "official", - "family" : "Willison", - "given" : [ - "Christopher", - "Beau" - ], - "suffix" : [ - "MD" - ] - } - ] - } - }, - { - "fullUrl" : "Practitioner/1713310292305159000.4f61a2ec-d59e-4a2c-b6b8-73bfae55b297", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1713310292305159000.4f61a2ec-d59e-4a2c-b6b8-73bfae55b297", - "identifier" : [ - { - "value" : "ER" - } - ] - } - }, - { - "fullUrl" : "Practitioner/1713310292305856000.19af62f3-b5af-4acf-9bab-ae31ec046fdd", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1713310292305856000.19af62f3-b5af-4acf-9bab-ae31ec046fdd", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "NPI" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "Christopher" - }, - { - "url" : "XCN.4", - "valueString" : "Beau" - }, - { - "url" : "XCN.21", - "valueString" : "MD" - }, - { - "url" : "XCN.10", - "valueString" : "L" - } - ] - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "NPI" - } - ] - }, - "system" : "NPI", - "value" : "1871759365" - } - ], - "name" : [ - { - "use" : "official", - "family" : "Willison", - "given" : [ - "Christopher", - "Beau" - ], - "suffix" : [ - "MD" - ] - } - ] - } - }, - { - "fullUrl" : "DiagnosticReport/1713310292309628000.cc040b80-8e20-43d1-9eee-093d1744ba1c", - "resource" : { - "resourceType" : "DiagnosticReport", - "id" : "1713310292309628000.cc040b80-8e20-43d1-9eee-093d1744ba1c", - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.2" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123.1" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PLAC" - } - ] - }, - "value" : "09339017" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123.1" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FILL" - } - ] - }, - "value" : "21:AA:B0029251S.1" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PGN" - } - ] - }, - "value" : "21:AA:B0029251S" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FGN" - } - ] - }, - "value" : "21:AA:B0029251S" - } - ], - "basedOn" : [ - { - "reference" : "ServiceRequest/1713310292275631000.713307b4-9370-440a-8aea-b65105f32b11" - } - ], - "status" : "preliminary", - "subject" : { - "reference" : "Patient/1713310292174793000.d3e32048-5cb6-46e5-9069-4ca92e4ac1f6" - }, - "encounter" : { - "reference" : "Encounter/1713310292182502000.7bd38229-d4b8-4ad9-9890-1aec968cc276" - }, - "effectivePeriod" : { - "start" : "2028-08-02T02:52:01-06:00", - "_start" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" - } - ] - }, - "end" : "2028-08-02T02:52:01-06:00", - "_end" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" - } - ] - } - }, - "issued" : "2021-08-10T06:25:00-06:00", - "_issued" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210810062500-0600" - } - ] - }, - "specimen" : [ - { - "reference" : "Specimen/1713310292259455000.b647322c-11b9-4934-bf5d-4aac57981a5f" - }, - { - "reference" : "Specimen/1713310292256176000.b6944055-4e96-40dd-ab47-b517c9045388" - } - ], - "result" : [ - { - "reference" : "Observation/1713310292183773000.b914ae3d-eba5-4477-a7b3-c97ba0484fad" - }, - { - "reference" : "Observation/1713310292186493000.152942fe-992a-4295-8d5f-af9e3c45fa8d" - }, - { - "reference" : "Observation/1713310292189101000.84af5db5-ed04-49dd-8512-9025f0f98b8e" - } - ] - } - }, - { - "fullUrl" : "DiagnosticReport/1713310292311050000.a17c3a3e-60ad-4606-89c1-30d2c6df5918", - "resource" : { - "resourceType" : "DiagnosticReport", - "id" : "1713310292311050000.a17c3a3e-60ad-4606-89c1-30d2c6df5918", - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.2" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123.2" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PLAC" - } - ] - }, - "value" : "09339017" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123.2" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FILL" - } - ] - }, - "value" : "21:AA:B0029251S.2" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PGN" - } - ] - }, - "value" : "21:AA:B0029251S" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FGN" - } - ] - }, - "value" : "21:AA:B0029251S" - } - ], - "basedOn" : [ - { - "reference" : "ServiceRequest/1713310292285799000.f65936c0-f60c-4141-a01a-a443c4a6e22e" - } - ], - "status" : "preliminary", - "subject" : { - "reference" : "Patient/1713310292174793000.d3e32048-5cb6-46e5-9069-4ca92e4ac1f6" - }, - "encounter" : { - "reference" : "Encounter/1713310292182502000.7bd38229-d4b8-4ad9-9890-1aec968cc276" - }, - "effectivePeriod" : { - "start" : "2028-08-02T02:52:01-06:00", - "_start" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" - } - ] - }, - "end" : "2028-08-02T02:52:01-06:00", - "_end" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" - } - ] - } - }, - "issued" : "2021-08-10T06:25:00-06:00", - "_issued" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210810062500-0600" - } - ] - }, - "specimen" : [ - { - "reference" : "Specimen/1713310292261517000.fdc8e73d-1f4c-4677-a27f-a10169b49960" - }, - { - "reference" : "Specimen/1713310292256439000.f7062db0-9c39-48e8-8f86-35be5d25b7f0" - } - ], - "result" : [ - { - "reference" : "Observation/1713310292193364000.895b51f8-e909-4909-bf49-bd649c787268" - }, - { - "reference" : "Observation/1713310292195971000.e465771d-eeeb-4cba-8508-58ccbce4a252" - }, - { - "reference" : "Observation/1713310292198476000.98e5c035-379b-485e-8690-324312b4d064" - }, - { - "reference" : "Observation/1713310292201023000.d44c92c9-71db-469b-b52c-59a00cd1172e" - }, - { - "reference" : "Observation/1713310292203602000.962b4f6f-bdd8-401e-8c7c-adbb3a40f6f5" - }, - { - "reference" : "Observation/1713310292206155000.4526c564-a785-43d8-bfda-aee269104928" - }, - { - "reference" : "Observation/1713310292208910000.7f6d5796-6619-4269-b3b9-b96a1329b778" - } - ] + } + }, { + "fullUrl" : "Organization/1713310292271793000.34b3c990-ec6b-454d-af49-601fde319d7e", + "resource" : { + "resourceType" : "Organization", + "id" : "1713310292271793000.34b3c990-ec6b-454d-af49-601fde319d7e", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "XON.2" + } ] + } + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension" : [ { + "url" : "XON.10", + "valueString" : "06D0055551" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "TMCA, SOUTH CAMPUS" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/code-index-name", + "valueString" : "identifier" + } ], + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "XX" + } ] + }, + "value" : "06D0055551" + } ], + "name" : "TMCA, SOUTH CAMPUS" + } + }, { + "fullUrl" : "Practitioner/1713310292273162000.288ff7e7-d660-4a70-931d-fe732342f114", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1713310292273162000.288ff7e7-d660-4a70-931d-fe732342f114", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "NPI" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "Christopher" + }, { + "url" : "XCN.4", + "valueString" : "Beau" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.10", + "valueString" : "L" + } ] + } ], + "identifier" : [ { + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "NPI" + } ] + }, + "system" : "NPI", + "value" : "1871759365" + } ], + "name" : [ { + "use" : "official", + "family" : "Willison", + "given" : [ "Christopher", "Beau" ], + "suffix" : [ "MD" ] + } ] + } + }, { + "fullUrl" : "Practitioner/1713310292274118000.96d5bf58-4eb5-42f8-a1f3-041332050150", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1713310292274118000.96d5bf58-4eb5-42f8-a1f3-041332050150", + "identifier" : [ { + "value" : "ER" + } ] + } + }, { + "fullUrl" : "Practitioner/1713310292274839000.dbfd4fa3-5f13-42c1-9dbc-41137ed997d7", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1713310292274839000.dbfd4fa3-5f13-42c1-9dbc-41137ed997d7", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "NPI" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "Christopher" + }, { + "url" : "XCN.4", + "valueString" : "Beau" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.10", + "valueString" : "L" + } ] + } ], + "identifier" : [ { + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "NPI" + } ] + }, + "system" : "NPI", + "value" : "1871759365" + } ], + "name" : [ { + "use" : "official", + "family" : "Willison", + "given" : [ "Christopher", "Beau" ], + "suffix" : [ "MD" ] + } ] + } + }, { + "fullUrl" : "ServiceRequest/1713310292285799000.f65936c0-f60c-4141-a01a-a443c4a6e22e", + "resource" : { + "resourceType" : "ServiceRequest", + "id" : "1713310292285799000.f65936c0-f60c-4141-a01a-a443c4a6e22e", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", + "valueCode" : "RE" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", + "valueString" : "202808080928" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/orc-common-order", + "extension" : [ { + "url" : "ORC.6", + "valueString" : "N" + }, { + "url" : "orc-21-ordering-facility-name", + "valueReference" : { + "reference" : "Organization/1713310292281888000.781f9c6c-6639-4d93-a44e-3ce4409863ab" + } + }, { + "url" : "orc-22-ordering-facility-address", + "valueAddress" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "1501 S. POTOMAC" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "B" + } ] + } ], + "use" : "work", + "line" : [ "1501 S. POTOMAC" ], + "city" : "AURORA", + "district" : "MD", + "state" : "IG", + "postalCode" : "80012", + "country" : "USA" + } + }, { + "url" : "orc-24-ordering-provider-address", + "valueAddress" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "5600 S Quebec St #312A" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "B" + } ] + } ], + "use" : "work", + "line" : [ "5600 S Quebec St #312A" ], + "city" : "Greenwood Village", + "district" : "MD", + "state" : "IG", + "postalCode" : "80111", + "country" : "USA" + } + }, { + "url" : "orc-12-ordering-provider", + "valueReference" : { + "reference" : "Practitioner/1713310292283281000.bdf0765b-86ae-4a48-9513-29c9d9dd115b" + } + }, { + "url" : "ORC.15", + "valueString" : "202108032350" + }, { + "url" : "ORC.17" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", + "extension" : [ { + "url" : "OBR.2", + "valueIdentifier" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "M12776123.2" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "value" : "09339017" + } + }, { + "url" : "OBR.3", + "valueIdentifier" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "M12776123.2" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "value" : "21:AA:B0029251S.2" + } + }, { + "url" : "OBR.21", + "valueString" : "TMCA, SOUTH CAMPUS" + }, { + "url" : "OBR.22", + "valueString" : "20210810062500-0600" + }, { + "url" : "OBR.10", + "valueReference" : { + "reference" : "Practitioner/1713310292284254000.24e188f3-2754-457a-a26d-2c8aed728ad1" + } + }, { + "url" : "OBR.13", + "valueString" : "SEPTIC SHOCK" + }, { + "url" : "OBR.16", + "valueReference" : { + "reference" : "Practitioner/1713310292284975000.e57bf06b-5f79-45a1-b6cb-e9a44377479e" + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", + "valueContactPoint" : { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString" : "1" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString" : "303" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString" : "4362727" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension" : [ { + "url" : "XTN.2", + "valueString" : "WPN" + }, { + "url" : "XTN.3", + "valueString" : "PH" + }, { + "url" : "XTN.7", + "valueString" : "4362727" + }, { + "url" : "XTN.9", + "valueString" : "Hospital Line" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBR.17" + } ], + "system" : "phone", + "use" : "work" + } + }, { + "url" : "OBR.18", + "valueString" : "21:AA:B0029251Sm12776123" + }, { + "url" : "OBR.19", + "valueString" : "09339017" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "ORC.2" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "M12776123.2" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "PLAC" + } ] + }, + "value" : "09339017" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "ORC.3" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "M12776123.2" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "FILL" + } ] + }, + "value" : "21:AA:B0029251S.2" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "ORC.4" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "M12776123" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "PGN" + } ] + }, + "value" : "21:AA:B0029251S" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "ORC.4" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "M12776123" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "FGN" + } ] + }, + "value" : "21:AA:B0029251S" + } ], + "status" : "unknown", + "subject" : { + "reference" : "Patient/1713310292174793000.d3e32048-5cb6-46e5-9069-4ca92e4ac1f6" + }, + "requester" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", + "valueContactPoint" : { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString" : "1" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString" : "303" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString" : "4362727" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension" : [ { + "url" : "XTN.2", + "valueString" : "WPN" + }, { + "url" : "XTN.3", + "valueString" : "PH" + }, { + "url" : "XTN.7", + "valueString" : "4362727" + }, { + "url" : "XTN.9", + "valueString" : "Hospital Line" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "ORC.14" + } ], + "system" : "phone", + "use" : "work" + } + } ], + "reference" : "PractitionerRole/1713310292275916000.2af9d417-56d1-47bc-a80c-1db8e9852d51" + }, + "note" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", + "valueId" : "L" + } ] + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "Critical result called to and read back by:CLAIRE HCE7362" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", + "valueId" : "L" + } ], + "text" : "Critical result called to and read back by:CLAIRE HCE7362" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "Location:ICUB on 08/08/21 at 1539 by ELB.RM" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", + "valueId" : "L" + } ], + "text" : "Location:ICUB on 08/08/21 at 1539 by ELB.RM" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "Critical result called to and read back by:CLAIRE HCE7362" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", + "valueId" : "L" + } ], + "text" : "Critical result called to and read back by:CLAIRE HCE7362" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "Location:ICUB on 08/08/21 at 1050 by ELB.SMX" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", + "valueId" : "L" + } ], + "text" : "Location:ICUB on 08/08/21 at 1050 by ELB.SMX" + } ] + } + }, { + "fullUrl" : "Practitioner/1713310292277064000.0c61c56a-2d57-4090-aed7-e29eed8d0397", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1713310292277064000.0c61c56a-2d57-4090-aed7-e29eed8d0397", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "NPI" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "Christopher" + }, { + "url" : "XCN.4", + "valueString" : "Beau" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.10", + "valueString" : "L" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "ORC.12" + } ], + "identifier" : [ { + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "NPI" + } ] + }, + "system" : "NPI", + "value" : "1871759365" + } ], + "name" : [ { + "use" : "official", + "family" : "Willison", + "given" : [ "Christopher", "Beau" ], + "suffix" : [ "MD" ] + } ], + "address" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "5600 S Quebec St #312A" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "B" + } ] + } ], + "use" : "work", + "line" : [ "5600 S Quebec St #312A" ], + "city" : "Greenwood Village", + "district" : "MD", + "state" : "IG", + "postalCode" : "80111", + "country" : "USA" + } ] + } + }, { + "fullUrl" : "Organization/1713310292278630000.9139b4ce-c9ba-4cd8-b504-46abdf54d6e6", + "resource" : { + "resourceType" : "Organization", + "id" : "1713310292278630000.9139b4ce-c9ba-4cd8-b504-46abdf54d6e6", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "XON.2" + } ] + } + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension" : [ { + "url" : "XON.10", + "valueString" : "06D0055551" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "TMCA, SOUTH CAMPUS" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/code-index-name", + "valueString" : "identifier" + } ], + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "XX" + } ] + }, + "value" : "06D0055551" + } ], + "name" : "TMCA, SOUTH CAMPUS", + "telecom" : [ { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString" : "1" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString" : "303" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString" : "6952653" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension" : [ { + "url" : "XTN.2", + "valueString" : "WPN" + }, { + "url" : "XTN.3", + "valueString" : "PH" + }, { + "url" : "XTN.7", + "valueString" : "6952653" + } ] + } ], + "system" : "phone", + "use" : "work" + } ], + "address" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "1501 S. POTOMAC" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "B" + } ] + } ], + "use" : "work", + "line" : [ "1501 S. POTOMAC" ], + "city" : "AURORA", + "district" : "MD", + "state" : "IG", + "postalCode" : "80012", + "country" : "USA" + } ] + } + }, { + "fullUrl" : "PractitionerRole/1713310292275916000.2af9d417-56d1-47bc-a80c-1db8e9852d51", + "resource" : { + "resourceType" : "PractitionerRole", + "id" : "1713310292275916000.2af9d417-56d1-47bc-a80c-1db8e9852d51", + "practitioner" : { + "reference" : "Practitioner/1713310292277064000.0c61c56a-2d57-4090-aed7-e29eed8d0397" + }, + "organization" : { + "reference" : "Organization/1713310292278630000.9139b4ce-c9ba-4cd8-b504-46abdf54d6e6" } - }, - { - "fullUrl" : "DiagnosticReport/1713310292312538000.71a858f8-94cb-4887-ba64-f6f4afddce24", - "resource" : { - "resourceType" : "DiagnosticReport", - "id" : "1713310292312538000.71a858f8-94cb-4887-ba64-f6f4afddce24", - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.2" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123.3" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PLAC" - } - ] - }, - "value" : "09339017" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123.3" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FILL" - } - ] - }, - "value" : "21:AA:B0029251S.3" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PGN" - } - ] - }, - "value" : "21:AA:B0029251S" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FGN" - } - ] - }, - "value" : "21:AA:B0029251S" - } - ], - "basedOn" : [ - { - "reference" : "ServiceRequest/1713310292295952000.6b469277-2cc9-4ef2-83f2-021214d4f1a6" - } - ], - "status" : "preliminary", - "subject" : { - "reference" : "Patient/1713310292174793000.d3e32048-5cb6-46e5-9069-4ca92e4ac1f6" - }, - "encounter" : { - "reference" : "Encounter/1713310292182502000.7bd38229-d4b8-4ad9-9890-1aec968cc276" - }, - "effectivePeriod" : { - "start" : "2028-08-02T02:52:01-06:00", - "_start" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" - } - ] - }, - "end" : "2028-08-02T02:52:01-06:00", - "_end" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" - } - ] - } - }, - "issued" : "2021-08-10T06:25:00-06:00", - "_issued" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210810062500-0600" - } - ] - }, - "specimen" : [ - { - "reference" : "Specimen/1713310292263224000.316e7c7b-d72b-42dd-ac9a-ba1455d1f0ca" - }, - { - "reference" : "Specimen/1713310292256704000.770742e3-5895-4236-a0cc-adb40d08049b" - } - ], - "result" : [ - { - "reference" : "Observation/1713310292214284000.49efeb0f-f322-4f8b-98e3-36c49b7e0589" - }, - { - "reference" : "Observation/1713310292216774000.aa3e3e96-4401-4775-9f30-10d66fbdb0d3" - }, - { - "reference" : "Observation/1713310292219158000.4eb8b082-460a-41da-a6eb-5c7c28af58db" - }, - { - "reference" : "Observation/1713310292221523000.c8c215d5-c5d3-45f9-8388-d0b3d7d0ea9e" - }, - { - "reference" : "Observation/1713310292223876000.b68c402a-399d-4933-8280-c3131d5aedd4" - }, - { - "reference" : "Observation/1713310292226270000.6aa9c30d-99d0-4cde-b10f-8b9833e9dd21" - }, - { - "reference" : "Observation/1713310292228621000.77c8a922-d42c-4ccf-b91f-2afb753ee985" - }, - { - "reference" : "Observation/1713310292230954000.c641273f-34d9-4ea8-a1c3-834a0948573d" - }, - { - "reference" : "Observation/1713310292233280000.8eb746c8-3793-46d8-a011-7f30d4314583" - }, - { - "reference" : "Observation/1713310292235681000.20629a12-2b1c-4040-9ab6-ca79edf1b3ac" - } - ] + } + }, { + "fullUrl" : "Organization/1713310292281888000.781f9c6c-6639-4d93-a44e-3ce4409863ab", + "resource" : { + "resourceType" : "Organization", + "id" : "1713310292281888000.781f9c6c-6639-4d93-a44e-3ce4409863ab", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "XON.2" + } ] + } + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension" : [ { + "url" : "XON.10", + "valueString" : "06D0055551" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "TMCA, SOUTH CAMPUS" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/code-index-name", + "valueString" : "identifier" + } ], + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "XX" + } ] + }, + "value" : "06D0055551" + } ], + "name" : "TMCA, SOUTH CAMPUS" + } + }, { + "fullUrl" : "Practitioner/1713310292283281000.bdf0765b-86ae-4a48-9513-29c9d9dd115b", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1713310292283281000.bdf0765b-86ae-4a48-9513-29c9d9dd115b", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "NPI" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "Christopher" + }, { + "url" : "XCN.4", + "valueString" : "Beau" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.10", + "valueString" : "L" + } ] + } ], + "identifier" : [ { + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "NPI" + } ] + }, + "system" : "NPI", + "value" : "1871759365" + } ], + "name" : [ { + "use" : "official", + "family" : "Willison", + "given" : [ "Christopher", "Beau" ], + "suffix" : [ "MD" ] + } ] + } + }, { + "fullUrl" : "Practitioner/1713310292284254000.24e188f3-2754-457a-a26d-2c8aed728ad1", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1713310292284254000.24e188f3-2754-457a-a26d-2c8aed728ad1", + "identifier" : [ { + "value" : "ER" + } ] + } + }, { + "fullUrl" : "Practitioner/1713310292284975000.e57bf06b-5f79-45a1-b6cb-e9a44377479e", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1713310292284975000.e57bf06b-5f79-45a1-b6cb-e9a44377479e", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "NPI" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "Christopher" + }, { + "url" : "XCN.4", + "valueString" : "Beau" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.10", + "valueString" : "L" + } ] + } ], + "identifier" : [ { + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "NPI" + } ] + }, + "system" : "NPI", + "value" : "1871759365" + } ], + "name" : [ { + "use" : "official", + "family" : "Willison", + "given" : [ "Christopher", "Beau" ], + "suffix" : [ "MD" ] + } ] + } + }, { + "fullUrl" : "ServiceRequest/1713310292295952000.6b469277-2cc9-4ef2-83f2-021214d4f1a6", + "resource" : { + "resourceType" : "ServiceRequest", + "id" : "1713310292295952000.6b469277-2cc9-4ef2-83f2-021214d4f1a6", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", + "valueCode" : "RE" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", + "valueString" : "202808080928" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/orc-common-order", + "extension" : [ { + "url" : "ORC.6", + "valueString" : "N" + }, { + "url" : "orc-21-ordering-facility-name", + "valueReference" : { + "reference" : "Organization/1713310292292100000.fd6b25ff-126a-4cdd-82fb-48584921f5f7" + } + }, { + "url" : "orc-22-ordering-facility-address", + "valueAddress" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "1501 S. POTOMAC" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "B" + } ] + } ], + "use" : "work", + "line" : [ "1501 S. POTOMAC" ], + "city" : "AURORA", + "district" : "MD", + "state" : "IG", + "postalCode" : "80012", + "country" : "USA" + } + }, { + "url" : "orc-24-ordering-provider-address", + "valueAddress" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "5600 S Quebec St #312A" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "B" + } ] + } ], + "use" : "work", + "line" : [ "5600 S Quebec St #312A" ], + "city" : "Greenwood Village", + "district" : "MD", + "state" : "IG", + "postalCode" : "80111", + "country" : "USA" + } + }, { + "url" : "orc-12-ordering-provider", + "valueReference" : { + "reference" : "Practitioner/1713310292293480000.16a4c82e-177b-4a96-afd4-89d60e8dc67b" + } + }, { + "url" : "ORC.15", + "valueString" : "202108032350" + }, { + "url" : "ORC.17" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", + "extension" : [ { + "url" : "OBR.2", + "valueIdentifier" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "M12776123.3" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "value" : "09339017" + } + }, { + "url" : "OBR.3", + "valueIdentifier" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "M12776123.3" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "value" : "21:AA:B0029251S.3" + } + }, { + "url" : "OBR.21", + "valueString" : "TMCA, SOUTH CAMPUS" + }, { + "url" : "OBR.22", + "valueString" : "20210810062500-0600" + }, { + "url" : "OBR.10", + "valueReference" : { + "reference" : "Practitioner/1713310292294440000.d6cc2c1b-4231-419a-b074-a19d4b886bbf" + } + }, { + "url" : "OBR.13", + "valueString" : "SEPTIC SHOCK" + }, { + "url" : "OBR.16", + "valueReference" : { + "reference" : "Practitioner/1713310292295156000.c7306a4b-36ce-4504-818c-4a4c8134c967" + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", + "valueContactPoint" : { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString" : "1" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString" : "303" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString" : "4362727" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension" : [ { + "url" : "XTN.2", + "valueString" : "WPN" + }, { + "url" : "XTN.3", + "valueString" : "PH" + }, { + "url" : "XTN.7", + "valueString" : "4362727" + }, { + "url" : "XTN.9", + "valueString" : "Hospital Line" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBR.17" + } ], + "system" : "phone", + "use" : "work" + } + }, { + "url" : "OBR.18", + "valueString" : "21:AA:B0029251Sm12776123" + }, { + "url" : "OBR.19", + "valueString" : "09339017" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "ORC.2" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "M12776123.3" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "PLAC" + } ] + }, + "value" : "09339017" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "ORC.3" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "M12776123.3" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "FILL" + } ] + }, + "value" : "21:AA:B0029251S.3" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "ORC.4" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "M12776123" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "PGN" + } ] + }, + "value" : "21:AA:B0029251S" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "ORC.4" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "M12776123" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "FGN" + } ] + }, + "value" : "21:AA:B0029251S" + } ], + "status" : "unknown", + "subject" : { + "reference" : "Patient/1713310292174793000.d3e32048-5cb6-46e5-9069-4ca92e4ac1f6" + }, + "requester" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", + "valueContactPoint" : { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString" : "1" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString" : "303" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString" : "4362727" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension" : [ { + "url" : "XTN.2", + "valueString" : "WPN" + }, { + "url" : "XTN.3", + "valueString" : "PH" + }, { + "url" : "XTN.7", + "valueString" : "4362727" + }, { + "url" : "XTN.9", + "valueString" : "Hospital Line" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "ORC.14" + } ], + "system" : "phone", + "use" : "work" + } + } ], + "reference" : "PractitionerRole/1713310292286093000.22f278ee-e58d-430e-a1d8-a50e5a731ad5" + }, + "note" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", + "valueId" : "L" + } ] + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "Critical result called to and read back by:CLAIRE HCE7362" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", + "valueId" : "L" + } ], + "text" : "Critical result called to and read back by:CLAIRE HCE7362" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "Location:ICUB on 08/08/21 at 1539 by ELB.RM" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", + "valueId" : "L" + } ], + "text" : "Location:ICUB on 08/08/21 at 1539 by ELB.RM" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "Critical result called to and read back by:CLAIRE HCE7362" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", + "valueId" : "L" + } ], + "text" : "Critical result called to and read back by:CLAIRE HCE7362" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "Location:ICUB on 08/08/21 at 1050 by ELB.SMX" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", + "valueId" : "L" + } ], + "text" : "Location:ICUB on 08/08/21 at 1050 by ELB.SMX" + } ] + } + }, { + "fullUrl" : "Practitioner/1713310292287230000.e4185bbe-d410-4471-b30a-a98e4cf1811f", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1713310292287230000.e4185bbe-d410-4471-b30a-a98e4cf1811f", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "NPI" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "Christopher" + }, { + "url" : "XCN.4", + "valueString" : "Beau" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.10", + "valueString" : "L" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "ORC.12" + } ], + "identifier" : [ { + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "NPI" + } ] + }, + "system" : "NPI", + "value" : "1871759365" + } ], + "name" : [ { + "use" : "official", + "family" : "Willison", + "given" : [ "Christopher", "Beau" ], + "suffix" : [ "MD" ] + } ], + "address" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "5600 S Quebec St #312A" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "B" + } ] + } ], + "use" : "work", + "line" : [ "5600 S Quebec St #312A" ], + "city" : "Greenwood Village", + "district" : "MD", + "state" : "IG", + "postalCode" : "80111", + "country" : "USA" + } ] + } + }, { + "fullUrl" : "Organization/1713310292288851000.406dfd65-d949-4a89-957f-c6299e8d338f", + "resource" : { + "resourceType" : "Organization", + "id" : "1713310292288851000.406dfd65-d949-4a89-957f-c6299e8d338f", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "XON.2" + } ] + } + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension" : [ { + "url" : "XON.10", + "valueString" : "06D0055551" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "TMCA, SOUTH CAMPUS" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/code-index-name", + "valueString" : "identifier" + } ], + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "XX" + } ] + }, + "value" : "06D0055551" + } ], + "name" : "TMCA, SOUTH CAMPUS", + "telecom" : [ { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString" : "1" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString" : "303" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString" : "6952653" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension" : [ { + "url" : "XTN.2", + "valueString" : "WPN" + }, { + "url" : "XTN.3", + "valueString" : "PH" + }, { + "url" : "XTN.7", + "valueString" : "6952653" + } ] + } ], + "system" : "phone", + "use" : "work" + } ], + "address" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "1501 S. POTOMAC" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "B" + } ] + } ], + "use" : "work", + "line" : [ "1501 S. POTOMAC" ], + "city" : "AURORA", + "district" : "MD", + "state" : "IG", + "postalCode" : "80012", + "country" : "USA" + } ] + } + }, { + "fullUrl" : "PractitionerRole/1713310292286093000.22f278ee-e58d-430e-a1d8-a50e5a731ad5", + "resource" : { + "resourceType" : "PractitionerRole", + "id" : "1713310292286093000.22f278ee-e58d-430e-a1d8-a50e5a731ad5", + "practitioner" : { + "reference" : "Practitioner/1713310292287230000.e4185bbe-d410-4471-b30a-a98e4cf1811f" + }, + "organization" : { + "reference" : "Organization/1713310292288851000.406dfd65-d949-4a89-957f-c6299e8d338f" } - }, - { - "fullUrl" : "DiagnosticReport/1713310292313486000.42314de6-e8ec-4f26-a22b-bbf0af3b58df", - "resource" : { - "resourceType" : "DiagnosticReport", - "id" : "1713310292313486000.42314de6-e8ec-4f26-a22b-bbf0af3b58df", - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123.4" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FILL" - } - ] - }, - "value" : "21:AA:B0029251S.4" - } - ], - "basedOn" : [ - { - "reference" : "ServiceRequest/1713310292301157000.22ed0021-3c92-4fd4-a68b-036be88ba3ca" - } - ], - "status" : "preliminary", - "subject" : { - "reference" : "Patient/1713310292174793000.d3e32048-5cb6-46e5-9069-4ca92e4ac1f6" - }, - "encounter" : { - "reference" : "Encounter/1713310292182502000.7bd38229-d4b8-4ad9-9890-1aec968cc276" - }, - "effectivePeriod" : { - "start" : "2028-08-07T16:36:01-06:00", - "_start" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280807163601-0600" - } - ] - }, - "end" : "2028-08-07T16:36:01-06:00", - "_end" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280807163601-0600" - } - ] - } - }, - "issued" : "2021-08-10T06:25:00-06:00", - "_issued" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210810062500-0600" - } - ] - }, - "specimen" : [ - { - "reference" : "Specimen/1713310292256964000.0b3dfa44-6135-4496-8173-6273ebeb7a9f" - } - ], - "result" : [ - { - "reference" : "Observation/1713310292238180000.3a359ab3-1993-4e39-84c3-938d67b9eee2" - } - ] + } + }, { + "fullUrl" : "Organization/1713310292292100000.fd6b25ff-126a-4cdd-82fb-48584921f5f7", + "resource" : { + "resourceType" : "Organization", + "id" : "1713310292292100000.fd6b25ff-126a-4cdd-82fb-48584921f5f7", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "XON.2" + } ] + } + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension" : [ { + "url" : "XON.10", + "valueString" : "06D0055551" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "TMCA, SOUTH CAMPUS" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/code-index-name", + "valueString" : "identifier" + } ], + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "XX" + } ] + }, + "value" : "06D0055551" + } ], + "name" : "TMCA, SOUTH CAMPUS" + } + }, { + "fullUrl" : "Practitioner/1713310292293480000.16a4c82e-177b-4a96-afd4-89d60e8dc67b", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1713310292293480000.16a4c82e-177b-4a96-afd4-89d60e8dc67b", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "NPI" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "Christopher" + }, { + "url" : "XCN.4", + "valueString" : "Beau" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.10", + "valueString" : "L" + } ] + } ], + "identifier" : [ { + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "NPI" + } ] + }, + "system" : "NPI", + "value" : "1871759365" + } ], + "name" : [ { + "use" : "official", + "family" : "Willison", + "given" : [ "Christopher", "Beau" ], + "suffix" : [ "MD" ] + } ] + } + }, { + "fullUrl" : "Practitioner/1713310292294440000.d6cc2c1b-4231-419a-b074-a19d4b886bbf", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1713310292294440000.d6cc2c1b-4231-419a-b074-a19d4b886bbf", + "identifier" : [ { + "value" : "ER" + } ] + } + }, { + "fullUrl" : "Practitioner/1713310292295156000.c7306a4b-36ce-4504-818c-4a4c8134c967", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1713310292295156000.c7306a4b-36ce-4504-818c-4a4c8134c967", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "NPI" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "Christopher" + }, { + "url" : "XCN.4", + "valueString" : "Beau" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.10", + "valueString" : "L" + } ] + } ], + "identifier" : [ { + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "NPI" + } ] + }, + "system" : "NPI", + "value" : "1871759365" + } ], + "name" : [ { + "use" : "official", + "family" : "Willison", + "given" : [ "Christopher", "Beau" ], + "suffix" : [ "MD" ] + } ] + } + }, { + "fullUrl" : "ServiceRequest/1713310292301157000.22ed0021-3c92-4fd4-a68b-036be88ba3ca", + "resource" : { + "resourceType" : "ServiceRequest", + "id" : "1713310292301157000.22ed0021-3c92-4fd4-a68b-036be88ba3ca", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", + "extension" : [ { + "url" : "OBR.21", + "valueString" : "TMCA, SOUTH CAMPUS" + }, { + "url" : "OBR.22", + "valueString" : "20210810062500-0600" + }, { + "url" : "OBR.26", + "extension" : [ { + "url" : "prl-1-parent-observation-identifier" + }, { + "url" : "prl-2-parent-observation-sub-identifier", + "valueString" : "1" + }, { + "url" : "prl-3-parent-observation-descriptor", + "valueString" : "ENTRAFVRE" + } ] + }, { + "url" : "OBR.29", + "valueIdentifier" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/filler-assigned-identifier", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", + "valueString" : "21:AA:B0029251Sm12776123" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "RML" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "PGN" + } ] + } + } + }, { + "url" : "OBR.10", + "valueReference" : { + "reference" : "Practitioner/1713310292300058000.391f1136-5aa2-4e2b-a9f0-1005c8ad629f" + } + }, { + "url" : "OBR.13", + "valueString" : "SEPTIC SHOCK" + }, { + "url" : "OBR.16", + "valueReference" : { + "reference" : "Practitioner/1713310292300777000.07ae6df2-388f-4499-b095-60f0031322e6" + } + }, { + "url" : "OBR.18", + "valueString" : "21:AA:B0029251Sm12776123" + }, { + "url" : "OBR.19", + "valueString" : "09339017" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBR.3" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "M12776123.4" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "FILL" + } ] + }, + "value" : "21:AA:B0029251S.4" + } ], + "status" : "unknown", + "subject" : { + "reference" : "Patient/1713310292174793000.d3e32048-5cb6-46e5-9069-4ca92e4ac1f6" + }, + "requester" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", + "valueContactPoint" : { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString" : "1" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString" : "303" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString" : "4362727" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension" : [ { + "url" : "XTN.2", + "valueString" : "WPN" + }, { + "url" : "XTN.3", + "valueString" : "PH" + }, { + "url" : "XTN.7", + "valueString" : "4362727" + }, { + "url" : "XTN.9", + "valueString" : "Hospital Line" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBR.17" + } ], + "system" : "phone", + "use" : "work" + } + } ], + "reference" : "Practitioner/1713310292297116000.a10981fa-3cba-4ca9-9722-13c1cb2419d1" } - }, - { - "fullUrl" : "DiagnosticReport/1713310292314472000.fa133f6e-1566-4fe7-835d-97a991c689aa", - "resource" : { - "resourceType" : "DiagnosticReport", - "id" : "1713310292314472000.fa133f6e-1566-4fe7-835d-97a991c689aa", - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123.5" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FILL" - } - ] - }, - "value" : "21:AA:B0029251S.5" - } - ], - "basedOn" : [ - { - "reference" : "ServiceRequest/1713310292306239000.80f4fdc2-9999-4499-a8e5-15a32d46a9af" - } - ], - "status" : "preliminary", - "subject" : { - "reference" : "Patient/1713310292174793000.d3e32048-5cb6-46e5-9069-4ca92e4ac1f6" - }, - "encounter" : { - "reference" : "Encounter/1713310292182502000.7bd38229-d4b8-4ad9-9890-1aec968cc276" - }, - "effectivePeriod" : { - "start" : "2028-08-07T16:36:01-06:00", - "_start" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280807163601-0600" - } - ] - }, - "end" : "2028-08-07T16:36:01-06:00", - "_end" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280807163601-0600" - } - ] - } - }, - "issued" : "2021-08-10T06:25:00-06:00", - "_issued" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210810062500-0600" - } - ] - }, - "specimen" : [ - { - "reference" : "Specimen/1713310292265266000.4525eec2-5bed-425f-b514-50381e965415" - }, - { - "reference" : "Specimen/1713310292257224000.9b3e3633-1f44-420f-91e1-4ce006e58782" - } - ], - "result" : [ - { - "reference" : "Observation/1713310292240587000.4a7a78d8-022b-4997-8281-a5cb534e7557" - }, - { - "reference" : "Observation/1713310292243028000.7d9d40e0-306b-471e-8ee2-c4347a8cd660" - }, - { - "reference" : "Observation/1713310292245525000.a23e4f8c-4376-4652-aa18-93acc97db8a9" - }, - { - "reference" : "Observation/1713310292247988000.96573303-294c-4b93-9300-c6a6051c0fcf" - }, - { - "reference" : "Observation/1713310292250409000.7f392eab-26ee-4d3a-9bf1-8d4330bdfb94" - } - ] + } + }, { + "fullUrl" : "Practitioner/1713310292297116000.a10981fa-3cba-4ca9-9722-13c1cb2419d1", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1713310292297116000.a10981fa-3cba-4ca9-9722-13c1cb2419d1", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "NPI" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "Christopher" + }, { + "url" : "XCN.4", + "valueString" : "Beau" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.10", + "valueString" : "L" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBR.16" + } ], + "identifier" : [ { + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "NPI" + } ] + }, + "system" : "NPI", + "value" : "1871759365" + } ], + "name" : [ { + "use" : "official", + "family" : "Willison", + "given" : [ "Christopher", "Beau" ], + "suffix" : [ "MD" ] + } ] + } + }, { + "fullUrl" : "Practitioner/1713310292300058000.391f1136-5aa2-4e2b-a9f0-1005c8ad629f", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1713310292300058000.391f1136-5aa2-4e2b-a9f0-1005c8ad629f", + "identifier" : [ { + "value" : "ER" + } ] + } + }, { + "fullUrl" : "Practitioner/1713310292300777000.07ae6df2-388f-4499-b095-60f0031322e6", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1713310292300777000.07ae6df2-388f-4499-b095-60f0031322e6", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "NPI" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "Christopher" + }, { + "url" : "XCN.4", + "valueString" : "Beau" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.10", + "valueString" : "L" + } ] + } ], + "identifier" : [ { + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "NPI" + } ] + }, + "system" : "NPI", + "value" : "1871759365" + } ], + "name" : [ { + "use" : "official", + "family" : "Willison", + "given" : [ "Christopher", "Beau" ], + "suffix" : [ "MD" ] + } ] + } + }, { + "fullUrl" : "ServiceRequest/1713310292306239000.80f4fdc2-9999-4499-a8e5-15a32d46a9af", + "resource" : { + "resourceType" : "ServiceRequest", + "id" : "1713310292306239000.80f4fdc2-9999-4499-a8e5-15a32d46a9af", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", + "extension" : [ { + "url" : "OBR.21", + "valueString" : "ROSE MEDICAL CENTER (MCOE)" + }, { + "url" : "OBR.22", + "valueString" : "20210810062500-0600" + }, { + "url" : "OBR.26", + "extension" : [ { + "url" : "prl-1-parent-observation-identifier" + }, { + "url" : "prl-2-parent-observation-sub-identifier", + "valueString" : "1" + }, { + "url" : "prl-3-parent-observation-descriptor", + "valueString" : "ENTRAFVRE" + } ] + }, { + "url" : "OBR.29", + "valueIdentifier" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/filler-assigned-identifier", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", + "valueString" : "21:AA:B0029251Sm12776123" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "RML" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "PGN" + } ] + } + } + }, { + "url" : "OBR.10", + "valueReference" : { + "reference" : "Practitioner/1713310292305159000.4f61a2ec-d59e-4a2c-b6b8-73bfae55b297" + } + }, { + "url" : "OBR.13", + "valueString" : "SEPTIC SHOCK" + }, { + "url" : "OBR.16", + "valueReference" : { + "reference" : "Practitioner/1713310292305856000.19af62f3-b5af-4acf-9bab-ae31ec046fdd" + } + }, { + "url" : "OBR.18", + "valueString" : "21:AA:B0029251Sm12776123" + }, { + "url" : "OBR.19", + "valueString" : "09339017" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBR.3" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "M12776123.5" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "FILL" + } ] + }, + "value" : "21:AA:B0029251S.5" + } ], + "status" : "unknown", + "subject" : { + "reference" : "Patient/1713310292174793000.d3e32048-5cb6-46e5-9069-4ca92e4ac1f6" + }, + "requester" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", + "valueContactPoint" : { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString" : "1" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString" : "303" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString" : "4362727" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension" : [ { + "url" : "XTN.2", + "valueString" : "WPN" + }, { + "url" : "XTN.3", + "valueString" : "PH" + }, { + "url" : "XTN.7", + "valueString" : "4362727" + }, { + "url" : "XTN.9", + "valueString" : "Hospital Line" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBR.17" + } ], + "system" : "phone", + "use" : "work" + } + } ], + "reference" : "Practitioner/1713310292302324000.295de0cd-76c7-4fcd-ac84-44574bf6283d" } } - ] + }, { + "fullUrl" : "Practitioner/1713310292302324000.295de0cd-76c7-4fcd-ac84-44574bf6283d", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1713310292302324000.295de0cd-76c7-4fcd-ac84-44574bf6283d", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "NPI" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "Christopher" + }, { + "url" : "XCN.4", + "valueString" : "Beau" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.10", + "valueString" : "L" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBR.16" + } ], + "identifier" : [ { + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "NPI" + } ] + }, + "system" : "NPI", + "value" : "1871759365" + } ], + "name" : [ { + "use" : "official", + "family" : "Willison", + "given" : [ "Christopher", "Beau" ], + "suffix" : [ "MD" ] + } ] + } + }, { + "fullUrl" : "Practitioner/1713310292305159000.4f61a2ec-d59e-4a2c-b6b8-73bfae55b297", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1713310292305159000.4f61a2ec-d59e-4a2c-b6b8-73bfae55b297", + "identifier" : [ { + "value" : "ER" + } ] + } + }, { + "fullUrl" : "Practitioner/1713310292305856000.19af62f3-b5af-4acf-9bab-ae31ec046fdd", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1713310292305856000.19af62f3-b5af-4acf-9bab-ae31ec046fdd", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "NPI" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "Christopher" + }, { + "url" : "XCN.4", + "valueString" : "Beau" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.10", + "valueString" : "L" + } ] + } ], + "identifier" : [ { + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "NPI" + } ] + }, + "system" : "NPI", + "value" : "1871759365" + } ], + "name" : [ { + "use" : "official", + "family" : "Willison", + "given" : [ "Christopher", "Beau" ], + "suffix" : [ "MD" ] + } ] + } + }, { + "fullUrl" : "DiagnosticReport/1713310292309628000.cc040b80-8e20-43d1-9eee-093d1744ba1c", + "resource" : { + "resourceType" : "DiagnosticReport", + "id" : "1713310292309628000.cc040b80-8e20-43d1-9eee-093d1744ba1c", + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "ORC.2" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "M12776123.1" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "PLAC" + } ] + }, + "value" : "09339017" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "M12776123.1" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "FILL" + } ] + }, + "value" : "21:AA:B0029251S.1" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "M12776123" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "PGN" + } ] + }, + "value" : "21:AA:B0029251S" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "M12776123" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "FGN" + } ] + }, + "value" : "21:AA:B0029251S" + } ], + "basedOn" : [ { + "reference" : "ServiceRequest/1713310292275631000.713307b4-9370-440a-8aea-b65105f32b11" + } ], + "status" : "preliminary", + "subject" : { + "reference" : "Patient/1713310292174793000.d3e32048-5cb6-46e5-9069-4ca92e4ac1f6" + }, + "encounter" : { + "reference" : "Encounter/1713310292182502000.7bd38229-d4b8-4ad9-9890-1aec968cc276" + }, + "effectivePeriod" : { + "start" : "2028-08-02T02:52:01-06:00", + "_start" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280802025201-0600" + } ] + }, + "end" : "2028-08-02T02:52:01-06:00", + "_end" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280802025201-0600" + } ] + } + }, + "issued" : "2021-08-10T06:25:00-06:00", + "_issued" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20210810062500-0600" + } ] + }, + "specimen" : [ { + "reference" : "Specimen/1713310292259455000.b647322c-11b9-4934-bf5d-4aac57981a5f" + }, { + "reference" : "Specimen/1713310292256176000.b6944055-4e96-40dd-ab47-b517c9045388" + } ], + "result" : [ { + "reference" : "Observation/1713310292183773000.b914ae3d-eba5-4477-a7b3-c97ba0484fad" + }, { + "reference" : "Observation/1713310292186493000.152942fe-992a-4295-8d5f-af9e3c45fa8d" + }, { + "reference" : "Observation/1713310292189101000.84af5db5-ed04-49dd-8512-9025f0f98b8e" + } ] + } + }, { + "fullUrl" : "DiagnosticReport/1713310292311050000.a17c3a3e-60ad-4606-89c1-30d2c6df5918", + "resource" : { + "resourceType" : "DiagnosticReport", + "id" : "1713310292311050000.a17c3a3e-60ad-4606-89c1-30d2c6df5918", + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "ORC.2" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "M12776123.2" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "PLAC" + } ] + }, + "value" : "09339017" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "M12776123.2" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "FILL" + } ] + }, + "value" : "21:AA:B0029251S.2" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "M12776123" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "PGN" + } ] + }, + "value" : "21:AA:B0029251S" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "M12776123" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "FGN" + } ] + }, + "value" : "21:AA:B0029251S" + } ], + "basedOn" : [ { + "reference" : "ServiceRequest/1713310292285799000.f65936c0-f60c-4141-a01a-a443c4a6e22e" + } ], + "status" : "preliminary", + "subject" : { + "reference" : "Patient/1713310292174793000.d3e32048-5cb6-46e5-9069-4ca92e4ac1f6" + }, + "encounter" : { + "reference" : "Encounter/1713310292182502000.7bd38229-d4b8-4ad9-9890-1aec968cc276" + }, + "effectivePeriod" : { + "start" : "2028-08-02T02:52:01-06:00", + "_start" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280802025201-0600" + } ] + }, + "end" : "2028-08-02T02:52:01-06:00", + "_end" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280802025201-0600" + } ] + } + }, + "issued" : "2021-08-10T06:25:00-06:00", + "_issued" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20210810062500-0600" + } ] + }, + "specimen" : [ { + "reference" : "Specimen/1713310292261517000.fdc8e73d-1f4c-4677-a27f-a10169b49960" + }, { + "reference" : "Specimen/1713310292256439000.f7062db0-9c39-48e8-8f86-35be5d25b7f0" + } ], + "result" : [ { + "reference" : "Observation/1713310292193364000.895b51f8-e909-4909-bf49-bd649c787268" + }, { + "reference" : "Observation/1713310292195971000.e465771d-eeeb-4cba-8508-58ccbce4a252" + }, { + "reference" : "Observation/1713310292198476000.98e5c035-379b-485e-8690-324312b4d064" + }, { + "reference" : "Observation/1713310292201023000.d44c92c9-71db-469b-b52c-59a00cd1172e" + }, { + "reference" : "Observation/1713310292203602000.962b4f6f-bdd8-401e-8c7c-adbb3a40f6f5" + }, { + "reference" : "Observation/1713310292206155000.4526c564-a785-43d8-bfda-aee269104928" + }, { + "reference" : "Observation/1713310292208910000.7f6d5796-6619-4269-b3b9-b96a1329b778" + } ] + } + }, { + "fullUrl" : "DiagnosticReport/1713310292312538000.71a858f8-94cb-4887-ba64-f6f4afddce24", + "resource" : { + "resourceType" : "DiagnosticReport", + "id" : "1713310292312538000.71a858f8-94cb-4887-ba64-f6f4afddce24", + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "ORC.2" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "M12776123.3" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "PLAC" + } ] + }, + "value" : "09339017" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "M12776123.3" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "FILL" + } ] + }, + "value" : "21:AA:B0029251S.3" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "M12776123" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "PGN" + } ] + }, + "value" : "21:AA:B0029251S" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "M12776123" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "FGN" + } ] + }, + "value" : "21:AA:B0029251S" + } ], + "basedOn" : [ { + "reference" : "ServiceRequest/1713310292295952000.6b469277-2cc9-4ef2-83f2-021214d4f1a6" + } ], + "status" : "preliminary", + "subject" : { + "reference" : "Patient/1713310292174793000.d3e32048-5cb6-46e5-9069-4ca92e4ac1f6" + }, + "encounter" : { + "reference" : "Encounter/1713310292182502000.7bd38229-d4b8-4ad9-9890-1aec968cc276" + }, + "effectivePeriod" : { + "start" : "2028-08-02T02:52:01-06:00", + "_start" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280802025201-0600" + } ] + }, + "end" : "2028-08-02T02:52:01-06:00", + "_end" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280802025201-0600" + } ] + } + }, + "issued" : "2021-08-10T06:25:00-06:00", + "_issued" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20210810062500-0600" + } ] + }, + "specimen" : [ { + "reference" : "Specimen/1713310292263224000.316e7c7b-d72b-42dd-ac9a-ba1455d1f0ca" + }, { + "reference" : "Specimen/1713310292256704000.770742e3-5895-4236-a0cc-adb40d08049b" + } ], + "result" : [ { + "reference" : "Observation/1713310292214284000.49efeb0f-f322-4f8b-98e3-36c49b7e0589" + }, { + "reference" : "Observation/1713310292216774000.aa3e3e96-4401-4775-9f30-10d66fbdb0d3" + }, { + "reference" : "Observation/1713310292219158000.4eb8b082-460a-41da-a6eb-5c7c28af58db" + }, { + "reference" : "Observation/1713310292221523000.c8c215d5-c5d3-45f9-8388-d0b3d7d0ea9e" + }, { + "reference" : "Observation/1713310292223876000.b68c402a-399d-4933-8280-c3131d5aedd4" + }, { + "reference" : "Observation/1713310292226270000.6aa9c30d-99d0-4cde-b10f-8b9833e9dd21" + }, { + "reference" : "Observation/1713310292228621000.77c8a922-d42c-4ccf-b91f-2afb753ee985" + }, { + "reference" : "Observation/1713310292230954000.c641273f-34d9-4ea8-a1c3-834a0948573d" + }, { + "reference" : "Observation/1713310292233280000.8eb746c8-3793-46d8-a011-7f30d4314583" + }, { + "reference" : "Observation/1713310292235681000.20629a12-2b1c-4040-9ab6-ca79edf1b3ac" + } ] + } + }, { + "fullUrl" : "DiagnosticReport/1713310292313486000.42314de6-e8ec-4f26-a22b-bbf0af3b58df", + "resource" : { + "resourceType" : "DiagnosticReport", + "id" : "1713310292313486000.42314de6-e8ec-4f26-a22b-bbf0af3b58df", + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "M12776123.4" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "FILL" + } ] + }, + "value" : "21:AA:B0029251S.4" + } ], + "basedOn" : [ { + "reference" : "ServiceRequest/1713310292301157000.22ed0021-3c92-4fd4-a68b-036be88ba3ca" + } ], + "status" : "preliminary", + "subject" : { + "reference" : "Patient/1713310292174793000.d3e32048-5cb6-46e5-9069-4ca92e4ac1f6" + }, + "encounter" : { + "reference" : "Encounter/1713310292182502000.7bd38229-d4b8-4ad9-9890-1aec968cc276" + }, + "effectivePeriod" : { + "start" : "2028-08-07T16:36:01-06:00", + "_start" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280807163601-0600" + } ] + }, + "end" : "2028-08-07T16:36:01-06:00", + "_end" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280807163601-0600" + } ] + } + }, + "issued" : "2021-08-10T06:25:00-06:00", + "_issued" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20210810062500-0600" + } ] + }, + "specimen" : [ { + "reference" : "Specimen/1713310292256964000.0b3dfa44-6135-4496-8173-6273ebeb7a9f" + } ], + "result" : [ { + "reference" : "Observation/1713310292238180000.3a359ab3-1993-4e39-84c3-938d67b9eee2" + } ] + } + }, { + "fullUrl" : "DiagnosticReport/1713310292314472000.fa133f6e-1566-4fe7-835d-97a991c689aa", + "resource" : { + "resourceType" : "DiagnosticReport", + "id" : "1713310292314472000.fa133f6e-1566-4fe7-835d-97a991c689aa", + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "M12776123.5" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "FILL" + } ] + }, + "value" : "21:AA:B0029251S.5" + } ], + "basedOn" : [ { + "reference" : "ServiceRequest/1713310292306239000.80f4fdc2-9999-4499-a8e5-15a32d46a9af" + } ], + "status" : "preliminary", + "subject" : { + "reference" : "Patient/1713310292174793000.d3e32048-5cb6-46e5-9069-4ca92e4ac1f6" + }, + "encounter" : { + "reference" : "Encounter/1713310292182502000.7bd38229-d4b8-4ad9-9890-1aec968cc276" + }, + "effectivePeriod" : { + "start" : "2028-08-07T16:36:01-06:00", + "_start" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280807163601-0600" + } ] + }, + "end" : "2028-08-07T16:36:01-06:00", + "_end" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280807163601-0600" + } ] + } + }, + "issued" : "2021-08-10T06:25:00-06:00", + "_issued" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20210810062500-0600" + } ] + }, + "specimen" : [ { + "reference" : "Specimen/1713310292265266000.4525eec2-5bed-425f-b514-50381e965415" + }, { + "reference" : "Specimen/1713310292257224000.9b3e3633-1f44-420f-91e1-4ce006e58782" + } ], + "result" : [ { + "reference" : "Observation/1713310292240587000.4a7a78d8-022b-4997-8281-a5cb534e7557" + }, { + "reference" : "Observation/1713310292243028000.7d9d40e0-306b-471e-8ee2-c4347a8cd660" + }, { + "reference" : "Observation/1713310292245525000.a23e4f8c-4376-4652-aa18-93acc97db8a9" + }, { + "reference" : "Observation/1713310292247988000.96573303-294c-4b93-9300-c6a6051c0fcf" + }, { + "reference" : "Observation/1713310292250409000.7f392eab-26ee-4d3a-9bf1-8d4330bdfb94" + } ] + } + } ] } \ No newline at end of file diff --git a/prime-router/src/test/resources/fhirengine/smoketest/Expected_FHIR_to_FHIR_MARSOTC.fhir b/prime-router/src/test/resources/fhirengine/smoketest/Expected_FHIR_to_FHIR_MARSOTC.fhir index 8c4063865d6..dc30e71ec1c 100644 --- a/prime-router/src/test/resources/fhirengine/smoketest/Expected_FHIR_to_FHIR_MARSOTC.fhir +++ b/prime-router/src/test/resources/fhirengine/smoketest/Expected_FHIR_to_FHIR_MARSOTC.fhir @@ -1 +1,1027 @@ -{"resourceType":"Bundle","id":"1715374589792256000.896666cd-5e4e-46ff-86f4-b20b8f01477e","meta":{"lastUpdated":"2024-05-10T13:56:29.792-07:00"},"identifier":{"system":"https://reportstream.cdc.gov/prime-router","value":"20240403205305_dba7572cc6334f1ea0744c5f235c823e"},"type":"message","timestamp":"2024-04-03T13:53:05.000-07:00","entry":[{"fullUrl":"MessageHeader/df373c48-bfb2-36b0-b63c-5be13bc5d051","resource":{"resourceType":"MessageHeader","id":"df373c48-bfb2-36b0-b63c-5be13bc5d051","meta":{"tag":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0103","code":"P"}]},"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/msh-message-header","extension":[{"url":"MSH.7","valueString":"20240403205305+0000"},{"url":"MSH.15","valueString":"NE"},{"url":"MSH.16","valueString":"NE"},{"url":"MSH.21","valueIdentifier":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"ELR251R1_Rcvr_Prof"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.9.11"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]}],"value":"PHLabReport-NoAck"}}]}],"eventCoding":{"system":"http://terminology.hl7.org/CodeSystem/v2-0003","code":"R01","display":"ORU^R01^ORU_R01"},"destination":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.114222.4.3.15.1"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueString":"ISO"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"MSH.5"}],"name":"AIMS.INTEGRATION.PRD","endpoint":"urn:oid:2.16.840.1.114222.4.3.15.1","receiver":{"reference":"Organization/1715374589793471000.97c2cd79-580f-4657-bf45-024c188bfc3a"}}],"sender":{"reference":"Organization/1715374589792886000.de2f41ca-4b3a-4434-a205-708c6d64bab5"},"source":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"MMTC.PROD"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.8589.4.2.106.1"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueString":"ISO"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"MSH.3"}],"software":"MMTC.PROD","version":"2022","endpoint":"urn:oid:2.16.840.1.113883.3.8589.4.2.106.1"}}},{"fullUrl":"Organization/1715374589792886000.de2f41ca-4b3a-4434-a205-708c6d64bab5","resource":{"resourceType":"Organization","id":"1715374589792886000.de2f41ca-4b3a-4434-a205-708c6d64bab5","identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.1"}],"value":"CAREEVOLUTION"},{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.2,HD.3"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0301","code":"CLIA"}]},"value":"00Z0000024"}]}},{"fullUrl":"Organization/1715374589793471000.97c2cd79-580f-4657-bf45-024c188bfc3a","resource":{"resourceType":"Organization","id":"1715374589793471000.97c2cd79-580f-4657-bf45-024c188bfc3a","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"MSH.6"}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.1"}],"value":"AIMS.PLATFORM"},{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.2,HD.3"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0301","code":"ISO"}]},"system":"urn:ietf:rfc:3986","value":"2.16.840.1.114222.4.1.217446"}]}},{"fullUrl":"Provenance/1715374589796612000.a04e91d2-29d4-428b-8f09-135eb2be51d9","resource":{"resourceType":"Provenance","id":"1715374589796612000.a04e91d2-29d4-428b-8f09-135eb2be51d9","target":[{"reference":"MessageHeader/df373c48-bfb2-36b0-b63c-5be13bc5d051"},{"reference":"DiagnosticReport/1715374589819336000.7d418a87-e780-491e-9ec0-49259d15f552"}],"recorded":"2024-04-03T20:53:05Z","activity":{"coding":[{"display":"ORU^R01^ORU_R01"}]},"agent":[{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/provenance-participant-type","code":"author"}]},"who":{"reference":"Organization/1715374589796219000.39645386-0f80-48a1-bde5-4cbf2ab4dafd"}}],"entity":[{"role":"source","what":{"reference":"Device/1715374589797287000.08ad816e-7c4a-4859-8f48-4e869faf3ddf"}}]}},{"fullUrl":"Organization/1715374589796219000.39645386-0f80-48a1-bde5-4cbf2ab4dafd","resource":{"resourceType":"Organization","id":"1715374589796219000.39645386-0f80-48a1-bde5-4cbf2ab4dafd","identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.1"}],"value":"CAREEVOLUTION"},{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.2,HD.3"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0301","code":"CLIA"}]},"value":"00Z0000024"}]}},{"fullUrl":"Organization/1715374589797216000.b91b1bc9-f385-4965-9e12-4a4ab93ca87b","resource":{"resourceType":"Organization","id":"1715374589797216000.b91b1bc9-f385-4965-9e12-4a4ab93ca87b","name":"CAREEVOLUTION"}},{"fullUrl":"Device/1715374589797287000.08ad816e-7c4a-4859-8f48-4e869faf3ddf","resource":{"resourceType":"Device","id":"1715374589797287000.08ad816e-7c4a-4859-8f48-4e869faf3ddf","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/software-vendor-org","valueReference":{"reference":"Organization/1715374589797216000.b91b1bc9-f385-4965-9e12-4a4ab93ca87b"}}],"manufacturer":"CAREEVOLUTION","deviceName":[{"name":"MMTC.PROD","type":"manufacturer-name"}],"modelNumber":"16498","version":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/software-install-date","valueDateTime":"2024-04-02","_valueDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"20240402"}]}}],"value":"2022"}]}},{"fullUrl":"Provenance/1715374589797967000.c1aca1d9-ed61-40ad-b99f-791c5751f031","resource":{"resourceType":"Provenance","id":"1715374589797967000.c1aca1d9-ed61-40ad-b99f-791c5751f031","recorded":"2024-05-10T13:56:29Z","policy":["http://hl7.org/fhir/uv/v2mappings/message-oru-r01-to-bundle"],"activity":{"coding":[{"code":"v2-FHIR transformation"}]},"agent":[{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/provenance-participant-type","code":"assembler"}]},"who":{"reference":"Organization/1715374589797846000.503a5364-400a-4552-ba76-7bb17836a5bf"}}]}},{"fullUrl":"Organization/1715374589797846000.503a5364-400a-4552-ba76-7bb17836a5bf","resource":{"resourceType":"Organization","id":"1715374589797846000.503a5364-400a-4552-ba76-7bb17836a5bf","identifier":[{"value":"CDC PRIME - Atlanta"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0301"}]},"system":"urn:ietf:rfc:3986","value":"2.16.840.1.114222.4.1.237821"}]}},{"fullUrl":"Patient/1715374589801942000.a8938344-fdc2-4cc6-8bf7-f04c218c1547","resource":{"resourceType":"Patient","id":"1715374589801942000.a8938344-fdc2-4cc6-8bf7-f04c218c1547","identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier","extension":[{"url":"CX.5","valueString":"PI"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"PID.3"}],"type":{"coding":[{"code":"PI"}]},"system":"MMTC.PROD","_system":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"MMTC.PROD"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.8589.4.2.106.1"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueString":"ISO"}]},"value":"8be6fa3710374dcebe0174e0fd5a1a7c"}],"telecom":[{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-area","valueString":"111"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-local","valueString":"1111111"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point","extension":[{"url":"XTN.7","valueString":"1111111"}]}],"_system":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/data-absent-reason","valueCode":"unknown"}]},"use":"home"}],"address":[{"state":"IG","postalCode":"02139","country":"USA"}]}},{"fullUrl":"Provenance/1715374589802268000.6666fd93-501b-47e2-ae2d-a079e9b374be","resource":{"resourceType":"Provenance","id":"1715374589802268000.6666fd93-501b-47e2-ae2d-a079e9b374be","target":[{"reference":"Patient/1715374589801942000.a8938344-fdc2-4cc6-8bf7-f04c218c1547"}],"recorded":"2024-05-10T13:56:29Z","activity":{"coding":[{"system":"https://terminology.hl7.org/CodeSystem/v3-DataOperation","code":"UPDATE"}]}}},{"fullUrl":"Observation/1715374589803678000.6003136d-b44d-4d6d-838a-8900fe0b659f","resource":{"resourceType":"Observation","id":"1715374589803678000.6003136d-b44d-4d6d-838a-8900fe0b659f","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time","valueDateTime":"2024-04-03T12:00:00-04:00","_valueDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"20240403120000-0400"}]}},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation","extension":[{"url":"OBX.2","valueId":"CWE"},{"url":"OBX.11","valueString":"F"},{"url":"OBX.17","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"99ELR"}],"version":"Vunknown","code":"BinaxNOW COVID-19 Antigen Self Test_Abbott Diagnostics Scarborough, Inc._EUA"}]}}]}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/condition-code","valueCoding":{"system":"SNOMEDCT","code":"840539006","display":"Disease caused by severe acute respiratory syndrome coronavirus 2 (disorder)"}},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/condition-code","valueCoding":{"system":"SNOMEDCT","code":"840539006","display":"Disease caused by severe acute respiratory syndrome coronavirus 2 (disorder)"}}],"system":"http://loinc.org","version":"2.71","code":"94558-4","display":"SARS-CoV-2 (COVID-19) Ag [Presence] in Respiratory specimen by Rapid immunoassay"}]},"subject":{"reference":"Patient/1715374589801942000.a8938344-fdc2-4cc6-8bf7-f04c218c1547"},"performer":[{"reference":"Organization/1715374589804085000.453f561e-5e59-432d-b4da-4afd03a97671"},{"reference":"Organization/1715374589804707000.4393fa95-712f-4dd4-8a91-7eb8de4f0d7e"}],"valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"SCT"}],"system":"http://snomed.info/sct","version":"20200901","code":"260373001","display":"Detected"}]},"note":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment","valueId":"Note"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/note-source","valueId":"L"}],"text":"Note"}],"method":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"99ELR"}],"version":"Vunknown","code":"BinaxNOW COVID-19 Antigen Self Test_Abbott Diagnostics Scarborough, Inc._EUA"}]}}},{"fullUrl":"Organization/1715374589804085000.453f561e-5e59-432d-b4da-4afd03a97671","resource":{"resourceType":"Organization","id":"1715374589804085000.453f561e-5e59-432d-b4da-4afd03a97671","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"}],"code":"00Z0000042"}]}},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"OBX.15"}],"identifier":[{"value":"00Z0000042"}]}},{"fullUrl":"Organization/1715374589804707000.4393fa95-712f-4dd4-8a91-7eb8de4f0d7e","resource":{"resourceType":"Organization","id":"1715374589804707000.4393fa95-712f-4dd4-8a91-7eb8de4f0d7e","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization","extension":[{"url":"XON.10","valueString":"00Z0000042"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"OBX.25"}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.8589.4.1.152"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]}],"type":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/code-index-name","valueString":"identifier"}],"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"XX"}]},"value":"00Z0000042"}],"name":"SA.OTCSelfReport"}},{"fullUrl":"Observation/1715374589806384000.c02a1ccd-8c5c-4ddd-aa22-1420acd2ec63","resource":{"resourceType":"Observation","id":"1715374589806384000.c02a1ccd-8c5c-4ddd-aa22-1420acd2ec63","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation","extension":[{"url":"OBX.2","valueId":"NM"},{"url":"OBX.6","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"UCUM"}],"system":"http://unitsofmeasure.org","version":"2.1","code":"a","display":"year"}]}},{"url":"OBX.29","valueId":"QST"},{"url":"OBX.11","valueString":"F"}]}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","version":"2.71","code":"35659-2","display":"Age at specimen collection"}]},"subject":{"reference":"Patient/1715374589801942000.a8938344-fdc2-4cc6-8bf7-f04c218c1547"},"performer":[{"reference":"Organization/1715374589806853000.892da8bb-3ee8-4122-9708-b388ee017622"},{"reference":"Organization/1715374589807466000.f5edfc84-ad63-48de-b23d-199a259a7aa0"}],"valueQuantity":{"value":24,"unit":"year","system":"UCUM","code":"a"}}},{"fullUrl":"Organization/1715374589806853000.892da8bb-3ee8-4122-9708-b388ee017622","resource":{"resourceType":"Organization","id":"1715374589806853000.892da8bb-3ee8-4122-9708-b388ee017622","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"}],"code":"00Z0000042"}]}},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"OBX.15"}],"identifier":[{"value":"00Z0000042"}]}},{"fullUrl":"Organization/1715374589807466000.f5edfc84-ad63-48de-b23d-199a259a7aa0","resource":{"resourceType":"Organization","id":"1715374589807466000.f5edfc84-ad63-48de-b23d-199a259a7aa0","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization","extension":[{"url":"XON.10","valueString":"00Z0000042"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"OBX.25"}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.8589.4.1.152"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]}],"type":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/code-index-name","valueString":"identifier"}],"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"XX"}]},"value":"00Z0000042"}],"name":"SA.OTCSelfReport"}},{"fullUrl":"Specimen/1715374589809063000.d5003c06-6864-4f43-9eb2-f4363a28f27c","resource":{"resourceType":"Specimen","id":"1715374589809063000.d5003c06-6864-4f43-9eb2-f4363a28f27c","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment","valueString":"OBR"}]}},{"fullUrl":"Specimen/1715374589810896000.c56d03a1-d92b-4e9d-93b3-8cfa195a2446","resource":{"resourceType":"Specimen","id":"1715374589810896000.c56d03a1-d92b-4e9d-93b3-8cfa195a2446","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment","valueString":"SPM"}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"MMTC.PROD"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.8589.4.2.106.1"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueString":"ISO"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component","valueString":"SPM.2.2"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"FGN"}]},"value":"dba7572cc6334f1ea0744c5f235c823e"}],"type":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"SCT"}],"system":"http://snomed.info/sct","version":"20200901","code":"697989009","display":"Anterior nares swab"}]},"receivedTime":"2024-04-03T12:00:00-04:00","_receivedTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"20240403120000-0400"}]},"collection":{"collectedDateTime":"2024-04-03T12:00:00-04:00","_collectedDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"20240403120000-0400"}]}}}},{"fullUrl":"ServiceRequest/1715374589817808000.285ad172-d29e-4450-9728-df1d801ba6cc","resource":{"resourceType":"ServiceRequest","id":"1715374589817808000.285ad172-d29e-4450-9728-df1d801ba6cc","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/business-event","valueCode":"RE"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/orc-common-order","extension":[{"url":"orc-21-ordering-facility-name","valueReference":{"reference":"Organization/1715374589814708000.1566fa95-b0b8-4dfd-9eb6-64d90c9dbc59"}},{"url":"orc-22-ordering-facility-address","valueAddress":{"state":"JX","postalCode":"12345","country":"USA"}},{"url":"orc-12-ordering-provider","valueReference":{"reference":"Practitioner/1715374589815621000.4539c8d2-762c-482c-9912-974141d578a0"}}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request","extension":[{"url":"OBR.3","valueIdentifier":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"MMTC.PROD"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.8589.4.2.106.1"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]}]}},{"url":"OBR.22","valueString":"20240403120000-0400"},{"url":"OBR.16","valueReference":{"reference":"Practitioner/1715374589816816000.7284b75e-c7d5-439d-8679-992840590c3a"}},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number","valueContactPoint":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"OBR.17"}],"_system":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/data-absent-reason","valueCode":"unknown"}]}}}]}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.3"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"MMTC.PROD"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.8589.4.2.106.1"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"FILL"}]}}],"status":"unknown","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","version":"2.71","code":"94558-4","display":"SARS-CoV-2 (COVID-19) Ag [Presence] in Respiratory specimen by Rapid immunoassay"}]},"subject":{"reference":"Patient/1715374589801942000.a8938344-fdc2-4cc6-8bf7-f04c218c1547"},"requester":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number","valueContactPoint":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.14"}],"_system":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/data-absent-reason","valueCode":"unknown"}]}}}],"reference":"PractitionerRole/1715374589811265000.25ec36fc-dba4-4ce5-afbb-606524218ef6"}}},{"fullUrl":"Practitioner/1715374589811951000.3d6c67e3-e287-460f-9cad-538ee25c4173","resource":{"resourceType":"Practitioner","id":"1715374589811951000.3d6c67e3-e287-460f-9cad-538ee25c4173","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.12"}]}},{"fullUrl":"Organization/1715374589812993000.74d3f2cd-cdda-469b-bd5f-3cf97c94d0cd","resource":{"resourceType":"Organization","id":"1715374589812993000.74d3f2cd-cdda-469b-bd5f-3cf97c94d0cd","name":"SA.OTCSelfReport","telecom":[{"_system":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/data-absent-reason","valueCode":"unknown"}]}}],"address":[{"state":"JX","postalCode":"12345","country":"USA"}]}},{"fullUrl":"PractitionerRole/1715374589811265000.25ec36fc-dba4-4ce5-afbb-606524218ef6","resource":{"resourceType":"PractitionerRole","id":"1715374589811265000.25ec36fc-dba4-4ce5-afbb-606524218ef6","practitioner":{"reference":"Practitioner/1715374589811951000.3d6c67e3-e287-460f-9cad-538ee25c4173"},"organization":{"reference":"Organization/1715374589812993000.74d3f2cd-cdda-469b-bd5f-3cf97c94d0cd"}}},{"fullUrl":"Organization/1715374589814708000.1566fa95-b0b8-4dfd-9eb6-64d90c9dbc59","resource":{"resourceType":"Organization","id":"1715374589814708000.1566fa95-b0b8-4dfd-9eb6-64d90c9dbc59","name":"SA.OTCSelfReport"}},{"fullUrl":"Practitioner/1715374589815621000.4539c8d2-762c-482c-9912-974141d578a0","resource":{"resourceType":"Practitioner","id":"1715374589815621000.4539c8d2-762c-482c-9912-974141d578a0"}},{"fullUrl":"Practitioner/1715374589816816000.7284b75e-c7d5-439d-8679-992840590c3a","resource":{"resourceType":"Practitioner","id":"1715374589816816000.7284b75e-c7d5-439d-8679-992840590c3a"}},{"fullUrl":"DiagnosticReport/1715374589819336000.7d418a87-e780-491e-9ec0-49259d15f552","resource":{"resourceType":"DiagnosticReport","id":"1715374589819336000.7d418a87-e780-491e-9ec0-49259d15f552","identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"MMTC.PROD"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.8589.4.2.106.1"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"FILL"}]}}],"basedOn":[{"reference":"ServiceRequest/1715374589817808000.285ad172-d29e-4450-9728-df1d801ba6cc"}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","version":"2.71","code":"94558-4","display":"SARS-CoV-2 (COVID-19) Ag [Presence] in Respiratory specimen by Rapid immunoassay"}]},"subject":{"reference":"Patient/1715374589801942000.a8938344-fdc2-4cc6-8bf7-f04c218c1547"},"effectiveDateTime":"2024-04-03T12:00:00-04:00","_effectiveDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"20240403120000-0400"}]},"issued":"2024-04-03T12:00:00-04:00","_issued":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"20240403120000-0400"}]},"specimen":[{"reference":"Specimen/1715374589810896000.c56d03a1-d92b-4e9d-93b3-8cfa195a2446"},{"reference":"Specimen/1715374589809063000.d5003c06-6864-4f43-9eb2-f4363a28f27c"}],"result":[{"reference":"Observation/1715374589803678000.6003136d-b44d-4d6d-838a-8900fe0b659f"},{"reference":"Observation/1715374589806384000.c02a1ccd-8c5c-4ddd-aa22-1420acd2ec63"}]}}]} \ No newline at end of file +{ + "resourceType" : "Bundle", + "id" : "1715374589792256000.896666cd-5e4e-46ff-86f4-b20b8f01477e", + "meta" : { + "lastUpdated" : "2024-05-10T13:56:29.792-07:00" + }, + "identifier" : { + "system" : "https://reportstream.cdc.gov/prime-router", + "value" : "20240403205305_dba7572cc6334f1ea0744c5f235c823e" + }, + "type" : "message", + "timestamp" : "2024-04-03T13:53:05.000-07:00", + "entry" : [ { + "fullUrl" : "MessageHeader/df373c48-bfb2-36b0-b63c-5be13bc5d051", + "resource" : { + "resourceType" : "MessageHeader", + "id" : "df373c48-bfb2-36b0-b63c-5be13bc5d051", + "meta" : { + "tag" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0103", + "code" : "P" + } ] + }, + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/msh-message-header", + "extension" : [ { + "url" : "MSH.7", + "valueString" : "20240403205305+0000" + }, { + "url" : "MSH.15", + "valueString" : "NE" + }, { + "url" : "MSH.16", + "valueString" : "NE" + }, { + "url" : "MSH.21", + "valueIdentifier" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "ELR251R1_Rcvr_Prof" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.113883.9.11" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "value" : "PHLabReport-NoAck" + } + } ] + } ], + "eventCoding" : { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0003", + "code" : "R01", + "display" : "ORU^R01^ORU_R01" + }, + "destination" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.3.15.1" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString" : "ISO" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "MSH.5" + } ], + "name" : "AIMS.INTEGRATION.PRD", + "endpoint" : "urn:oid:2.16.840.1.114222.4.3.15.1", + "receiver" : { + "reference" : "Organization/1715374589793471000.97c2cd79-580f-4657-bf45-024c188bfc3a" + } + } ], + "sender" : { + "reference" : "Organization/1715374589792886000.de2f41ca-4b3a-4434-a205-708c6d64bab5" + }, + "source" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "MMTC.PROD" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.113883.3.8589.4.2.106.1" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString" : "ISO" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "MSH.3" + } ], + "software" : "MMTC.PROD", + "version" : "2022", + "endpoint" : "urn:oid:2.16.840.1.113883.3.8589.4.2.106.1" + } + } + }, { + "fullUrl" : "Organization/1715374589792886000.de2f41ca-4b3a-4434-a205-708c6d64bab5", + "resource" : { + "resourceType" : "Organization", + "id" : "1715374589792886000.de2f41ca-4b3a-4434-a205-708c6d64bab5", + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.1" + } ], + "value" : "CAREEVOLUTION" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.2,HD.3" + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0301", + "code" : "CLIA" + } ] + }, + "value" : "00Z0000024" + } ] + } + }, { + "fullUrl" : "Organization/1715374589793471000.97c2cd79-580f-4657-bf45-024c188bfc3a", + "resource" : { + "resourceType" : "Organization", + "id" : "1715374589793471000.97c2cd79-580f-4657-bf45-024c188bfc3a", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "MSH.6" + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.1" + } ], + "value" : "AIMS.PLATFORM" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.2,HD.3" + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0301", + "code" : "ISO" + } ] + }, + "system" : "urn:ietf:rfc:3986", + "value" : "2.16.840.1.114222.4.1.217446" + } ] + } + }, { + "fullUrl" : "Provenance/1715374589796612000.a04e91d2-29d4-428b-8f09-135eb2be51d9", + "resource" : { + "resourceType" : "Provenance", + "id" : "1715374589796612000.a04e91d2-29d4-428b-8f09-135eb2be51d9", + "target" : [ { + "reference" : "MessageHeader/df373c48-bfb2-36b0-b63c-5be13bc5d051" + }, { + "reference" : "DiagnosticReport/1715374589819336000.7d418a87-e780-491e-9ec0-49259d15f552" + } ], + "recorded" : "2024-04-03T20:53:05Z", + "activity" : { + "coding" : [ { + "display" : "ORU^R01^ORU_R01" + } ] + }, + "agent" : [ { + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type", + "code" : "author" + } ] + }, + "who" : { + "reference" : "Organization/1715374589796219000.39645386-0f80-48a1-bde5-4cbf2ab4dafd" + } + } ], + "entity" : [ { + "role" : "source", + "what" : { + "reference" : "Device/1715374589797287000.08ad816e-7c4a-4859-8f48-4e869faf3ddf" + } + } ] + } + }, { + "fullUrl" : "Organization/1715374589796219000.39645386-0f80-48a1-bde5-4cbf2ab4dafd", + "resource" : { + "resourceType" : "Organization", + "id" : "1715374589796219000.39645386-0f80-48a1-bde5-4cbf2ab4dafd", + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.1" + } ], + "value" : "CAREEVOLUTION" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.2,HD.3" + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0301", + "code" : "CLIA" + } ] + }, + "value" : "00Z0000024" + } ] + } + }, { + "fullUrl" : "Organization/1715374589797216000.b91b1bc9-f385-4965-9e12-4a4ab93ca87b", + "resource" : { + "resourceType" : "Organization", + "id" : "1715374589797216000.b91b1bc9-f385-4965-9e12-4a4ab93ca87b", + "name" : "CAREEVOLUTION" + } + }, { + "fullUrl" : "Device/1715374589797287000.08ad816e-7c4a-4859-8f48-4e869faf3ddf", + "resource" : { + "resourceType" : "Device", + "id" : "1715374589797287000.08ad816e-7c4a-4859-8f48-4e869faf3ddf", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/software-vendor-org", + "valueReference" : { + "reference" : "Organization/1715374589797216000.b91b1bc9-f385-4965-9e12-4a4ab93ca87b" + } + } ], + "manufacturer" : "CAREEVOLUTION", + "deviceName" : [ { + "name" : "MMTC.PROD", + "type" : "manufacturer-name" + } ], + "modelNumber" : "16498", + "version" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/software-install-date", + "valueDateTime" : "2024-04-02", + "_valueDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20240402" + } ] + } + } ], + "value" : "2022" + } ] + } + }, { + "fullUrl" : "Provenance/1715374589797967000.c1aca1d9-ed61-40ad-b99f-791c5751f031", + "resource" : { + "resourceType" : "Provenance", + "id" : "1715374589797967000.c1aca1d9-ed61-40ad-b99f-791c5751f031", + "recorded" : "2024-05-10T13:56:29Z", + "policy" : [ "http://hl7.org/fhir/uv/v2mappings/message-oru-r01-to-bundle" ], + "activity" : { + "coding" : [ { + "code" : "v2-FHIR transformation" + } ] + }, + "agent" : [ { + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type", + "code" : "assembler" + } ] + }, + "who" : { + "reference" : "Organization/1715374589797846000.503a5364-400a-4552-ba76-7bb17836a5bf" + } + } ] + } + }, { + "fullUrl" : "Organization/1715374589797846000.503a5364-400a-4552-ba76-7bb17836a5bf", + "resource" : { + "resourceType" : "Organization", + "id" : "1715374589797846000.503a5364-400a-4552-ba76-7bb17836a5bf", + "identifier" : [ { + "value" : "CDC PRIME - Atlanta" + }, { + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0301" + } ] + }, + "system" : "urn:ietf:rfc:3986", + "value" : "2.16.840.1.114222.4.1.237821" + } ] + } + }, { + "fullUrl" : "Patient/1715374589801942000.a8938344-fdc2-4cc6-8bf7-f04c218c1547", + "resource" : { + "resourceType" : "Patient", + "id" : "1715374589801942000.a8938344-fdc2-4cc6-8bf7-f04c218c1547", + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier", + "extension" : [ { + "url" : "CX.5", + "valueString" : "PI" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "PID.3" + } ], + "type" : { + "coding" : [ { + "code" : "PI" + } ] + }, + "system" : "MMTC.PROD", + "_system" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "MMTC.PROD" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.113883.3.8589.4.2.106.1" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString" : "ISO" + } ] + }, + "value" : "8be6fa3710374dcebe0174e0fd5a1a7c" + } ], + "telecom" : [ { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString" : "111" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString" : "1111111" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension" : [ { + "url" : "XTN.7", + "valueString" : "1111111" + } ] + } ], + "_system" : { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCode" : "unknown" + } ] + }, + "use" : "home" + } ], + "address" : [ { + "state" : "IG", + "postalCode" : "02139", + "country" : "USA" + } ] + } + }, { + "fullUrl" : "Provenance/1715374589802268000.6666fd93-501b-47e2-ae2d-a079e9b374be", + "resource" : { + "resourceType" : "Provenance", + "id" : "1715374589802268000.6666fd93-501b-47e2-ae2d-a079e9b374be", + "target" : [ { + "reference" : "Patient/1715374589801942000.a8938344-fdc2-4cc6-8bf7-f04c218c1547" + } ], + "recorded" : "2024-05-10T13:56:29Z", + "activity" : { + "coding" : [ { + "system" : "https://terminology.hl7.org/CodeSystem/v3-DataOperation", + "code" : "UPDATE" + } ] + } + } + }, { + "fullUrl" : "Observation/1715374589803678000.6003136d-b44d-4d6d-838a-8900fe0b659f", + "resource" : { + "resourceType" : "Observation", + "id" : "1715374589803678000.6003136d-b44d-4d6d-838a-8900fe0b659f", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime" : "2024-04-03T12:00:00-04:00", + "_valueDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20240403120000-0400" + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension" : [ { + "url" : "OBX.2", + "valueId" : "CWE" + }, { + "url" : "OBX.11", + "valueString" : "F" + }, { + "url" : "OBX.17", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "99ELR" + } ], + "version" : "Vunknown", + "code" : "BinaxNOW COVID-19 Antigen Self Test_Abbott Diagnostics Scarborough, Inc._EUA" + } ] + } + } ] + } ], + "status" : "final", + "code" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/condition-code", + "valueCoding" : { + "system" : "SNOMEDCT", + "code" : "840539006", + "display" : "Disease caused by severe acute respiratory syndrome coronavirus 2 (disorder)" + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/condition-code", + "valueCoding" : { + "system" : "SNOMEDCT", + "code" : "840539006", + "display" : "Disease caused by severe acute respiratory syndrome coronavirus 2 (disorder)" + } + } ], + "system" : "http://loinc.org", + "version" : "2.71", + "code" : "94558-4", + "display" : "SARS-CoV-2 (COVID-19) Ag [Presence] in Respiratory specimen by Rapid immunoassay" + } ] + }, + "subject" : { + "reference" : "Patient/1715374589801942000.a8938344-fdc2-4cc6-8bf7-f04c218c1547" + }, + "performer" : [ { + "reference" : "Organization/1715374589804085000.453f561e-5e59-432d-b4da-4afd03a97671" + }, { + "reference" : "Organization/1715374589804707000.4393fa95-712f-4dd4-8a91-7eb8de4f0d7e" + } ], + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "SCT" + } ], + "system" : "http://snomed.info/sct", + "version" : "20200901", + "code" : "260373001", + "display" : "Detected" + } ] + }, + "note" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "Note" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-source", + "valueId" : "L" + } ], + "text" : "Note" + } ], + "method" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "99ELR" + } ], + "version" : "Vunknown", + "code" : "BinaxNOW COVID-19 Antigen Self Test_Abbott Diagnostics Scarborough, Inc._EUA" + } ] + } + } + }, { + "fullUrl" : "Organization/1715374589804085000.453f561e-5e59-432d-b4da-4afd03a97671", + "resource" : { + "resourceType" : "Organization", + "id" : "1715374589804085000.453f561e-5e59-432d-b4da-4afd03a97671", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "00Z0000042" + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBX.15" + } ], + "identifier" : [ { + "value" : "00Z0000042" + } ] + } + }, { + "fullUrl" : "Organization/1715374589804707000.4393fa95-712f-4dd4-8a91-7eb8de4f0d7e", + "resource" : { + "resourceType" : "Organization", + "id" : "1715374589804707000.4393fa95-712f-4dd4-8a91-7eb8de4f0d7e", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension" : [ { + "url" : "XON.10", + "valueString" : "00Z0000042" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBX.25" + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.113883.3.8589.4.1.152" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/code-index-name", + "valueString" : "identifier" + } ], + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "XX" + } ] + }, + "value" : "00Z0000042" + } ], + "name" : "SA.OTCSelfReport" + } + }, { + "fullUrl" : "Observation/1715374589806384000.c02a1ccd-8c5c-4ddd-aa22-1420acd2ec63", + "resource" : { + "resourceType" : "Observation", + "id" : "1715374589806384000.c02a1ccd-8c5c-4ddd-aa22-1420acd2ec63", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension" : [ { + "url" : "OBX.2", + "valueId" : "NM" + }, { + "url" : "OBX.6", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "UCUM" + } ], + "system" : "http://unitsofmeasure.org", + "version" : "2.1", + "code" : "a", + "display" : "year" + } ] + } + }, { + "url" : "OBX.29", + "valueId" : "QST" + }, { + "url" : "OBX.11", + "valueString" : "F" + } ] + } ], + "status" : "final", + "code" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } ], + "system" : "http://loinc.org", + "version" : "2.71", + "code" : "35659-2", + "display" : "Age at specimen collection" + } ] + }, + "subject" : { + "reference" : "Patient/1715374589801942000.a8938344-fdc2-4cc6-8bf7-f04c218c1547" + }, + "performer" : [ { + "reference" : "Organization/1715374589806853000.892da8bb-3ee8-4122-9708-b388ee017622" + }, { + "reference" : "Organization/1715374589807466000.f5edfc84-ad63-48de-b23d-199a259a7aa0" + } ], + "valueQuantity" : { + "value" : 24, + "unit" : "year", + "system" : "UCUM", + "code" : "a" + } + } + }, { + "fullUrl" : "Organization/1715374589806853000.892da8bb-3ee8-4122-9708-b388ee017622", + "resource" : { + "resourceType" : "Organization", + "id" : "1715374589806853000.892da8bb-3ee8-4122-9708-b388ee017622", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "00Z0000042" + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBX.15" + } ], + "identifier" : [ { + "value" : "00Z0000042" + } ] + } + }, { + "fullUrl" : "Organization/1715374589807466000.f5edfc84-ad63-48de-b23d-199a259a7aa0", + "resource" : { + "resourceType" : "Organization", + "id" : "1715374589807466000.f5edfc84-ad63-48de-b23d-199a259a7aa0", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension" : [ { + "url" : "XON.10", + "valueString" : "00Z0000042" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBX.25" + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.113883.3.8589.4.1.152" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/code-index-name", + "valueString" : "identifier" + } ], + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "XX" + } ] + }, + "value" : "00Z0000042" + } ], + "name" : "SA.OTCSelfReport" + } + }, { + "fullUrl" : "Specimen/1715374589809063000.d5003c06-6864-4f43-9eb2-f4363a28f27c", + "resource" : { + "resourceType" : "Specimen", + "id" : "1715374589809063000.d5003c06-6864-4f43-9eb2-f4363a28f27c", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", + "valueString" : "OBR" + } ] + } + }, { + "fullUrl" : "Specimen/1715374589810896000.c56d03a1-d92b-4e9d-93b3-8cfa195a2446", + "resource" : { + "resourceType" : "Specimen", + "id" : "1715374589810896000.c56d03a1-d92b-4e9d-93b3-8cfa195a2446", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", + "valueString" : "SPM" + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "MMTC.PROD" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.113883.3.8589.4.2.106.1" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString" : "ISO" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", + "valueString" : "SPM.2.2" + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "FGN" + } ] + }, + "value" : "dba7572cc6334f1ea0744c5f235c823e" + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "SCT" + } ], + "system" : "http://snomed.info/sct", + "version" : "20200901", + "code" : "697989009", + "display" : "Anterior nares swab" + } ] + }, + "receivedTime" : "2024-04-03T12:00:00-04:00", + "_receivedTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20240403120000-0400" + } ] + }, + "collection" : { + "collectedDateTime" : "2024-04-03T12:00:00-04:00", + "_collectedDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20240403120000-0400" + } ] + } + } + } + }, { + "fullUrl" : "ServiceRequest/1715374589817808000.285ad172-d29e-4450-9728-df1d801ba6cc", + "resource" : { + "resourceType" : "ServiceRequest", + "id" : "1715374589817808000.285ad172-d29e-4450-9728-df1d801ba6cc", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", + "valueCode" : "RE" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/orc-common-order", + "extension" : [ { + "url" : "orc-21-ordering-facility-name", + "valueReference" : { + "reference" : "Organization/1715374589814708000.1566fa95-b0b8-4dfd-9eb6-64d90c9dbc59" + } + }, { + "url" : "orc-22-ordering-facility-address", + "valueAddress" : { + "state" : "JX", + "postalCode" : "12345", + "country" : "USA" + } + }, { + "url" : "orc-12-ordering-provider", + "valueReference" : { + "reference" : "Practitioner/1715374589815621000.4539c8d2-762c-482c-9912-974141d578a0" + } + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", + "extension" : [ { + "url" : "OBR.3", + "valueIdentifier" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "MMTC.PROD" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.113883.3.8589.4.2.106.1" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ] + } + }, { + "url" : "OBR.22", + "valueString" : "20240403120000-0400" + }, { + "url" : "OBR.16", + "valueReference" : { + "reference" : "Practitioner/1715374589816816000.7284b75e-c7d5-439d-8679-992840590c3a" + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", + "valueContactPoint" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBR.17" + } ], + "_system" : { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCode" : "unknown" + } ] + } + } + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "ORC.3" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "MMTC.PROD" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.113883.3.8589.4.2.106.1" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "FILL" + } ] + } + } ], + "status" : "unknown", + "code" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } ], + "system" : "http://loinc.org", + "version" : "2.71", + "code" : "94558-4", + "display" : "SARS-CoV-2 (COVID-19) Ag [Presence] in Respiratory specimen by Rapid immunoassay" + } ] + }, + "subject" : { + "reference" : "Patient/1715374589801942000.a8938344-fdc2-4cc6-8bf7-f04c218c1547" + }, + "requester" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", + "valueContactPoint" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "ORC.14" + } ], + "_system" : { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCode" : "unknown" + } ] + } + } + } ], + "reference" : "PractitionerRole/1715374589811265000.25ec36fc-dba4-4ce5-afbb-606524218ef6" + } + } + }, { + "fullUrl" : "Practitioner/1715374589811951000.3d6c67e3-e287-460f-9cad-538ee25c4173", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1715374589811951000.3d6c67e3-e287-460f-9cad-538ee25c4173", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "ORC.12" + } ] + } + }, { + "fullUrl" : "Organization/1715374589812993000.74d3f2cd-cdda-469b-bd5f-3cf97c94d0cd", + "resource" : { + "resourceType" : "Organization", + "id" : "1715374589812993000.74d3f2cd-cdda-469b-bd5f-3cf97c94d0cd", + "name" : "SA.OTCSelfReport", + "telecom" : [ { + "_system" : { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCode" : "unknown" + } ] + } + } ], + "address" : [ { + "state" : "JX", + "postalCode" : "12345", + "country" : "USA" + } ] + } + }, { + "fullUrl" : "PractitionerRole/1715374589811265000.25ec36fc-dba4-4ce5-afbb-606524218ef6", + "resource" : { + "resourceType" : "PractitionerRole", + "id" : "1715374589811265000.25ec36fc-dba4-4ce5-afbb-606524218ef6", + "practitioner" : { + "reference" : "Practitioner/1715374589811951000.3d6c67e3-e287-460f-9cad-538ee25c4173" + }, + "organization" : { + "reference" : "Organization/1715374589812993000.74d3f2cd-cdda-469b-bd5f-3cf97c94d0cd" + } + } + }, { + "fullUrl" : "Organization/1715374589814708000.1566fa95-b0b8-4dfd-9eb6-64d90c9dbc59", + "resource" : { + "resourceType" : "Organization", + "id" : "1715374589814708000.1566fa95-b0b8-4dfd-9eb6-64d90c9dbc59", + "name" : "SA.OTCSelfReport" + } + }, { + "fullUrl" : "Practitioner/1715374589815621000.4539c8d2-762c-482c-9912-974141d578a0", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1715374589815621000.4539c8d2-762c-482c-9912-974141d578a0" + } + }, { + "fullUrl" : "Practitioner/1715374589816816000.7284b75e-c7d5-439d-8679-992840590c3a", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1715374589816816000.7284b75e-c7d5-439d-8679-992840590c3a" + } + }, { + "fullUrl" : "DiagnosticReport/1715374589819336000.7d418a87-e780-491e-9ec0-49259d15f552", + "resource" : { + "resourceType" : "DiagnosticReport", + "id" : "1715374589819336000.7d418a87-e780-491e-9ec0-49259d15f552", + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "MMTC.PROD" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.113883.3.8589.4.2.106.1" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "FILL" + } ] + } + } ], + "basedOn" : [ { + "reference" : "ServiceRequest/1715374589817808000.285ad172-d29e-4450-9728-df1d801ba6cc" + } ], + "status" : "final", + "code" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } ], + "system" : "http://loinc.org", + "version" : "2.71", + "code" : "94558-4", + "display" : "SARS-CoV-2 (COVID-19) Ag [Presence] in Respiratory specimen by Rapid immunoassay" + } ] + }, + "subject" : { + "reference" : "Patient/1715374589801942000.a8938344-fdc2-4cc6-8bf7-f04c218c1547" + }, + "effectiveDateTime" : "2024-04-03T12:00:00-04:00", + "_effectiveDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20240403120000-0400" + } ] + }, + "issued" : "2024-04-03T12:00:00-04:00", + "_issued" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20240403120000-0400" + } ] + }, + "specimen" : [ { + "reference" : "Specimen/1715374589810896000.c56d03a1-d92b-4e9d-93b3-8cfa195a2446" + }, { + "reference" : "Specimen/1715374589809063000.d5003c06-6864-4f43-9eb2-f4363a28f27c" + } ], + "result" : [ { + "reference" : "Observation/1715374589803678000.6003136d-b44d-4d6d-838a-8900fe0b659f" + }, { + "reference" : "Observation/1715374589806384000.c02a1ccd-8c5c-4ddd-aa22-1420acd2ec63" + } ] + } + } ] +} \ No newline at end of file diff --git a/prime-router/src/test/resources/fhirengine/smoketest/Expected_HL7_to_FHIR_FULLELR.fhir b/prime-router/src/test/resources/fhirengine/smoketest/Expected_HL7_to_FHIR_FULLELR.fhir index 9ccf36c7252..df545a4de85 100644 --- a/prime-router/src/test/resources/fhirengine/smoketest/Expected_HL7_to_FHIR_FULLELR.fhir +++ b/prime-router/src/test/resources/fhirengine/smoketest/Expected_HL7_to_FHIR_FULLELR.fhir @@ -1,8 +1,8 @@ { "resourceType" : "Bundle", - "id" : "1716965605959028000.9e2a8054-4de6-4369-bb42-0f81499d68ae", + "id" : "1730838914186143000.86c6399a-e72b-4c2b-881a-f61e5cb64acb", "meta" : { - "lastUpdated" : "2024-05-29T02:53:25.961-04:00" + "lastUpdated" : "2024-11-05T15:35:14.191-05:00" }, "identifier" : { "system" : "https://reportstream.cdc.gov/prime-router", @@ -10,20599 +10,15631 @@ }, "type" : "message", "timestamp" : "2028-08-08T11:28:05.000-04:00", - "entry" : [ - { - "fullUrl" : "MessageHeader/88a50cd6-72bf-34a1-9025-708e7c29cc32", - "resource" : { - "resourceType" : "MessageHeader", - "id" : "88a50cd6-72bf-34a1-9025-708e7c29cc32", - "meta" : { - "tag" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0103", - "code" : "P" - } - ] - }, - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/encoding-characters", - "valueString" : "^~\\&#" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/msh-message-header", - "extension" : [ - { - "url" : "MSH.7", - "valueString" : "20280808092805-0600" - }, - { - "url" : "MSH.21", - "valueIdentifier" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "HL7" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.113883.1.11" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "value" : "PHLabReport-NoAck" - } - } - ] - } - ], - "eventCoding" : { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0003", - "code" : "R01", - "display" : "ORU^R01^ORU_R01" - }, - "destination" : [ - { - "extension" : [ - { + "entry" : [ { + "fullUrl" : "MessageHeader/1730838914242587000.e098f908-1633-482d-a6b9-cb41b799791d", + "resource" : { + "resourceType" : "MessageHeader", + "id" : "1730838914242587000.e098f908-1633-482d-a6b9-cb41b799791d", + "meta" : { + "tag" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0103", + "code" : "P" + } ] + }, + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/encoding-characters", + "valueString" : "^~\\&#" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/msh-message-header", + "extension" : [ { + "url" : "MSH.7", + "valueString" : "20280808092805-0600" + }, { + "url" : "MSH.21", + "valueIdentifier" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "HL7" + }, { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144.2.5" - }, - { + "valueString" : "2.16.840.1.113883.1.11" + }, { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "MSH.5" - } - ], - "name" : "DCEED.ELR", - "endpoint" : "urn:oid:2.16.840.1.114222.4.1.144.2.5", - "receiver" : { - "reference" : "Organization/1716965606021338000.9badbb1d-f2cf-44af-a107-147d56de1bfd" - } - } - ], - "sender" : { - "reference" : "Organization/1716965606004380000.ef6ee012-5975-42d6-9f8f-31ba0ce5f6cd" - }, - "source" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "MEDITECH" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.3.2.2.1.321.111" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "MSH.3" - } - ], - "software" : "Laboratory Applicati", - "version" : "5.67", - "endpoint" : "urn:oid:2.16.840.1.114222.4.3.2.2.1.321.111" + "valueCode" : "ISO" + } ] + } ], + "value" : "PHLabReport-NoAck" + } + } ] + } ], + "eventCoding" : { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0003", + "code" : "R01", + "display" : "ORU^R01^ORU_R01" + }, + "destination" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144.2.5" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString" : "ISO" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "MSH.5" + } ], + "name" : "DCEED.ELR", + "endpoint" : "urn:oid:2.16.840.1.114222.4.1.144.2.5", + "receiver" : { + "reference" : "Organization/1730838914241687000.38e365c3-96b6-4f94-adb8-c51cf51ee4fa" } + } ], + "sender" : { + "reference" : "Organization/1730838914222135000.950157a5-db43-47f1-bd11-77acd2698a7e" + }, + "source" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "MEDITECH" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.3.2.2.1.321.111" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString" : "ISO" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "MSH.3" + } ], + "software" : "Laboratory Applicati", + "version" : "5.67", + "endpoint" : "urn:oid:2.16.840.1.114222.4.3.2.2.1.321.111" } - }, - { - "fullUrl" : "Organization/1716965606004380000.ef6ee012-5975-42d6-9f8f-31ba0ce5f6cd", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606004380000.ef6ee012-5975-42d6-9f8f-31ba0ce5f6cd", - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" - } - ], - "value" : "COCAA" - } - ] - } - }, - { - "fullUrl" : "Organization/1716965606021338000.9badbb1d-f2cf-44af-a107-147d56de1bfd", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606021338000.9badbb1d-f2cf-44af-a107-147d56de1bfd", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "MSH.6" - } - ], - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" - } - ], - "value" : "CDPHE" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.2,HD.3" - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0301", - "code" : "ISO" - } - ] - }, - "system" : "urn:ietf:rfc:3986", - "value" : "2.16.840.1.114222.4.1.144" - } - ] - } - }, - { - "fullUrl" : "Provenance/1716965606063392000.13b82734-ecf6-43de-8efc-071e3c9659bb", - "resource" : { - "resourceType" : "Provenance", - "id" : "1716965606063392000.13b82734-ecf6-43de-8efc-071e3c9659bb", - "target" : [ - { - "reference" : "MessageHeader/88a50cd6-72bf-34a1-9025-708e7c29cc32" - }, - { - "reference" : "DiagnosticReport/1716965606912781000.5109a9d6-7e75-49de-bd29-9d3d4c232365" - }, - { - "reference" : "DiagnosticReport/1716965606914695000.86b3897b-b96d-4066-936c-28a4a997d76d" - }, - { - "reference" : "DiagnosticReport/1716965606916603000.661ce6f3-c606-4000-ae1f-f3de42790341" - }, - { - "reference" : "DiagnosticReport/1716965606918090000.f93d8ec4-e74c-4e6c-a7b7-898e33d9361e" - }, - { - "reference" : "DiagnosticReport/1716965606919527000.75e988cb-d08f-4030-be2f-a39c7b0a0007" - } - ], - "recorded" : "2028-08-08T09:28:05-06:00", - "activity" : { - "coding" : [ - { - "display" : "ORU^R01^ORU_R01" - } - ] + } + }, { + "fullUrl" : "Organization/1730838914222135000.950157a5-db43-47f1-bd11-77acd2698a7e", + "resource" : { + "resourceType" : "Organization", + "id" : "1730838914222135000.950157a5-db43-47f1-bd11-77acd2698a7e", + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.1" + } ], + "value" : "COCAA" + } ] + } + }, { + "fullUrl" : "Organization/1730838914241687000.38e365c3-96b6-4f94-adb8-c51cf51ee4fa", + "resource" : { + "resourceType" : "Organization", + "id" : "1730838914241687000.38e365c3-96b6-4f94-adb8-c51cf51ee4fa", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "MSH.6" + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.1" + } ], + "value" : "CDPHE" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.2,HD.3" + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0301", + "code" : "ISO" + } ] + }, + "system" : "urn:ietf:rfc:3986", + "value" : "2.16.840.1.114222.4.1.144" + } ] + } + }, { + "fullUrl" : "Provenance/1730838914496493000.3152c839-7df0-4e43-8edd-00da11597746", + "resource" : { + "resourceType" : "Provenance", + "id" : "1730838914496493000.3152c839-7df0-4e43-8edd-00da11597746", + "target" : [ { + "reference" : "MessageHeader/1730838914242587000.e098f908-1633-482d-a6b9-cb41b799791d" + }, { + "reference" : "DiagnosticReport/1730838914906397000.8c90cfa9-33e8-4fac-a189-93e53f35fa0e" + }, { + "reference" : "DiagnosticReport/1730838914907614000.b8bd28ef-e261-4f29-924c-61000c4723e4" + }, { + "reference" : "DiagnosticReport/1730838914908842000.dbd3e970-1b66-45f6-9070-3aa23495dc1a" + }, { + "reference" : "DiagnosticReport/1730838914909748000.ef38cfa8-4f7f-4064-b60e-7427d1553444" + }, { + "reference" : "DiagnosticReport/1730838914910588000.703ca7ee-7e10-4e6a-888b-4f1d1e4ff655" + } ], + "recorded" : "2028-08-08T09:28:05-06:00", + "activity" : { + "coding" : [ { + "display" : "ORU^R01^ORU_R01" + } ] + }, + "agent" : [ { + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type", + "code" : "author" + } ] }, - "agent" : [ - { - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type", - "code" : "author" - } - ] - }, - "who" : { - "reference" : "Organization/1716965606062913000.9b6e2a23-e0f2-4203-ba42-182eb971edfa" - } - } - ], - "entity" : [ - { - "role" : "source", - "what" : { - "reference" : "Device/1716965606066541000.25c43ffd-88f6-46cd-a878-7eb90977c067" - } - } - ] - } - }, - { - "fullUrl" : "Organization/1716965606062913000.9b6e2a23-e0f2-4203-ba42-182eb971edfa", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606062913000.9b6e2a23-e0f2-4203-ba42-182eb971edfa", - "identifier" : [ - { - "extension" : [ - { + "who" : { + "reference" : "Organization/1730838914496011000.85eb44c7-e023-4a51-a538-77301532004a" + } + } ], + "entity" : [ { + "role" : "source", + "what" : { + "reference" : "Device/1730838914500789000.2d13bc5e-224d-46b0-a011-f6fd59978e02" + } + } ] + } + }, { + "fullUrl" : "Organization/1730838914496011000.85eb44c7-e023-4a51-a538-77301532004a", + "resource" : { + "resourceType" : "Organization", + "id" : "1730838914496011000.85eb44c7-e023-4a51-a538-77301532004a", + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.1" + } ], + "value" : "COCAA" + } ] + } + }, { + "fullUrl" : "Organization/1730838914500053000.98268f47-8fac-4bec-9fa6-4277285fbeae", + "resource" : { + "resourceType" : "Organization", + "id" : "1730838914500053000.98268f47-8fac-4bec-9fa6-4277285fbeae", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept" : { + "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" - } - ], - "value" : "COCAA" - } - ] - } - }, - { - "fullUrl" : "Organization/1716965606066335000.fc789e6c-6339-47e5-ac1c-9eb4a0723210", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606066335000.fc789e6c-6339-47e5-ac1c-9eb4a0723210", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { + "valueString" : "XON.2" + } ], + "coding" : [ { + "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ], - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } - ], - "code" : "L" - } - ] - } - } - ], - "code" : "L" - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ - { - "url" : "XON.10", - "valueString" : "MEDITECH" - } - ] - } - ], - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "MEDITECH" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "1.3.6.1.4.1.24310" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" - } - ] - }, - "value" : "MEDITECH" - } - ], - "name" : "MEDITECH, Inc." - } - }, - { - "fullUrl" : "Device/1716965606066541000.25c43ffd-88f6-46cd-a878-7eb90977c067", - "resource" : { - "resourceType" : "Device", - "id" : "1716965606066541000.25c43ffd-88f6-46cd-a878-7eb90977c067", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/software-vendor-org", - "valueReference" : { - "reference" : "Organization/1716965606066335000.fc789e6c-6339-47e5-ac1c-9eb4a0723210" + "valueString" : "coding" + } ], + "code" : "L" + } ] } + } ], + "code" : "L" + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension" : [ { + "url" : "XON.10", + "valueString" : "MEDITECH" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "MEDITECH" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "1.3.6.1.4.1.24310" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "XX" + } ] + }, + "value" : "MEDITECH" + } ], + "name" : "MEDITECH, Inc." + } + }, { + "fullUrl" : "Device/1730838914500789000.2d13bc5e-224d-46b0-a011-f6fd59978e02", + "resource" : { + "resourceType" : "Device", + "id" : "1730838914500789000.2d13bc5e-224d-46b0-a011-f6fd59978e02", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/software-vendor-org", + "valueReference" : { + "reference" : "Organization/1730838914500053000.98268f47-8fac-4bec-9fa6-4277285fbeae" + } + } ], + "manufacturer" : "MEDITECH, Inc.", + "deviceName" : [ { + "name" : "Laboratory Applicati", + "type" : "manufacturer-name" + } ], + "modelNumber" : "20210810", + "version" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/software-install-date", + "valueDateTime" : "2021-08-10", + "_valueDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20210810" + } ] } - ], - "manufacturer" : "MEDITECH, Inc.", - "deviceName" : [ - { - "name" : "Laboratory Applicati", - "type" : "manufacturer-name" - } - ], - "modelNumber" : "20210810", - "version" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/software-install-date", - "valueDateTime" : "2021-08-10", - "_valueDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210810" - } - ] - } - } - ], - "value" : "5.67" - } - ] - } - }, - { - "fullUrl" : "Provenance/1716965606070237000.64bbd907-a3e9-41dd-9e86-1320bb052fb0", - "resource" : { - "resourceType" : "Provenance", - "id" : "1716965606070237000.64bbd907-a3e9-41dd-9e86-1320bb052fb0", - "recorded" : "2024-05-29T02:53:26Z", - "policy" : [ - "http://hl7.org/fhir/uv/v2mappings/message-oru-r01-to-bundle" - ], - "activity" : { - "coding" : [ - { - "code" : "v2-FHIR transformation" - } - ] + } ], + "value" : "5.67" + } ] + } + }, { + "fullUrl" : "Provenance/1730838914506868000.4788e19e-dcc4-4cb9-9767-9222c5263b6c", + "resource" : { + "resourceType" : "Provenance", + "id" : "1730838914506868000.4788e19e-dcc4-4cb9-9767-9222c5263b6c", + "recorded" : "2024-11-05T15:35:14Z", + "policy" : [ "http://hl7.org/fhir/uv/v2mappings/message-oru-r01-to-bundle" ], + "activity" : { + "coding" : [ { + "code" : "v2-FHIR transformation" + } ] + }, + "agent" : [ { + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type", + "code" : "assembler" + } ] }, - "agent" : [ - { - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type", - "code" : "assembler" - } - ] - }, - "who" : { - "reference" : "Organization/1716965606069920000.0927418f-e831-47f3-b567-481dcb51a6e2" - } - } - ] - } - }, - { - "fullUrl" : "Organization/1716965606069920000.0927418f-e831-47f3-b567-481dcb51a6e2", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606069920000.0927418f-e831-47f3-b567-481dcb51a6e2", - "identifier" : [ - { - "value" : "CDC PRIME - Atlanta" - }, - { - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0301" - } - ] - }, - "system" : "urn:ietf:rfc:3986", - "value" : "2.16.840.1.114222.4.1.237821" - } - ] - } - }, - { - "fullUrl" : "Patient/1716965606097981000.a9e583b2-8233-4a28-b882-d0a7d74c0b8e", - "resource" : { - "resourceType" : "Patient", - "id" : "1716965606097981000.a9e583b2-8233-4a28-b882-d0a7d74c0b8e", - "meta" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/last-updated-facility-namespace-id", - "valueReference" : { - "reference" : "Organization/1716965606092728000.dd6a1c59-ee25-4c19-9781-3894bf57913a" - } - } - ], - "lastUpdated" : "2021-08-09T08:52:00-06:00", - "_lastUpdated" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210809085200-0600" - } - ] - } + "who" : { + "reference" : "Organization/1730838914506543000.a36b35f0-5f0d-41e5-ba64-2f3bf85174f2" + } + } ] + } + }, { + "fullUrl" : "Organization/1730838914506543000.a36b35f0-5f0d-41e5-ba64-2f3bf85174f2", + "resource" : { + "resourceType" : "Organization", + "id" : "1730838914506543000.a36b35f0-5f0d-41e5-ba64-2f3bf85174f2", + "identifier" : [ { + "value" : "CDC PRIME - Atlanta" + }, { + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0301" + } ] }, - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/patient-notes", - "valueAnnotation" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ - { - "url" : "NTE.2", - "valueId" : "P" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "EH" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } - ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "V1", - "code" : "C", - "display" : "Comment" - } - ] - } - } - ], - "text" : "EH" - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/pid-patient", - "extension" : [ - { - "url" : "PID.8", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } - ], - "code" : "M" - } - ] - } - }, - { - "url" : "PID.30", - "valueString" : "N" - } - ] - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/patient-animal", - "extension" : [ - { - "url" : "species", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PID.35" - } - ], - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "SCT" - } - ], - "system" : "http://snomed.info/sct", - "version" : "1", - "code" : "337915000", - "display" : "Homo sapiens (organism)" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "1", - "code" : "Human", - "display" : "Human" - } - ] - } - } - ] - }, - { - "url" : "http://ibm.com/fhir/cdm/StructureDefinition/local-race-cd", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70005" - } - ], - "system" : "http://terminology.hl7.org/CodeSystem/v3-Race", - "version" : "2.5.1", - "code" : "2106-3", - "display" : "White" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "W", - "display" : "White" - } - ] - } - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/patient-religion", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70006" - } - ], - "code" : "NOE", - "display" : "Nonreligious" - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/ethnic-group", + "system" : "urn:ietf:rfc:3986", + "value" : "2.16.840.1.114222.4.1.237821" + } ] + } + }, { + "fullUrl" : "Patient/1730838914533511000.aeaeccfe-dc12-46f3-81ea-1dfb344b1949", + "resource" : { + "resourceType" : "Patient", + "id" : "1730838914533511000.aeaeccfe-dc12-46f3-81ea-1dfb344b1949", + "meta" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/last-updated-facility-namespace-id", + "valueReference" : { + "reference" : "Organization/1730838914527903000.1222d535-4f49-48f9-8a37-a4ddf9a15ae1" + } + } ], + "lastUpdated" : "2021-08-09T08:52:00-06:00", + "_lastUpdated" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20210809085200-0600" + } ] + } + }, + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/patient-notes", + "valueAnnotation" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension" : [ { + "url" : "NTE.2", + "valueId" : "P" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "EH" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70189" - } - ], - "system" : "http://terminology.hl7.org/CodeSystem/v2-0189", - "version" : "2.5.1", - "code" : "N", - "display" : "Not Hispanic or Latino" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.61", - "code" : "2", - "display" : "Not Hispanic or Latin" - } - ] - } - } - ], - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-facility", - "valueReference" : { - "reference" : "Organization/1716965606073616000.b699305d-a32d-44fc-a54c-d68f0c25da27" - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier", - "extension" : [ - { - "url" : "CX.5", - "valueString" : "MR" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PID.3" - } - ], - "type" : { - "coding" : [ - { - "code" : "MR" - } - ] - }, - "system" : "MEDITECH", - "_system" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "MEDITECH" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.3.2.2.1.321.111" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" - } - ] - }, - "value" : "100001" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-facility", - "valueReference" : { - "reference" : "Organization/1716965606075079000.45309e95-4af1-484d-9216-e2fe6614c5c3" - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier", - "extension" : [ - { - "url" : "CX.5", - "valueString" : "SS" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PID.3" - } - ], - "type" : { - "coding" : [ - { - "code" : "SS" - } - ] - }, - "system" : "MEDITECH", - "_system" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "MEDITECH" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.3.2.2.1.321.111" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" - } - ] - }, - "value" : "285-64-4175" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-facility", - "valueReference" : { - "reference" : "Organization/1716965606076023000.992cbd56-46cb-48fe-9702-979fd7f899f3" - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier", - "extension" : [ - { - "url" : "CX.5", - "valueString" : "PI" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PID.3" - } - ], - "type" : { - "coding" : [ - { - "code" : "PI" - } - ] - }, - "system" : "MEDITECH", - "_system" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "MEDITECH" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.3.2.2.1.321.111" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" - } - ] - }, - "value" : "X605236" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-facility", - "valueReference" : { - "reference" : "Organization/1716965606076830000.d02aa141-96b9-46c0-b320-0bfd8db0767b" - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier", - "extension" : [ - { - "url" : "CX.5", - "valueString" : "AN" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PID.3" - } - ], - "type" : { - "coding" : [ - { - "code" : "AN" - } - ] - }, - "system" : "MEDITECH", - "_system" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "MEDITECH" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.3.2.2.1.321.111" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" - } - ] - }, - "value" : "E40014904640" - } - ], - "name" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", - "extension" : [ - { - "url" : "XPN.2", - "valueString" : "LONNIE" - }, - { - "url" : "XPN.7", - "valueString" : "L" - } - ] - } - ], - "use" : "official", - "family" : "BIERLY", - "given" : [ - "LONNIE" - ] - } - ], - "telecom" : [ - { - "extension" : [ - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", - "valueString" : "1" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", - "valueString" : "303" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "6930111" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ - { - "url" : "XTN.2", - "valueString" : "PRN" - }, - { - "url" : "XTN.3", - "valueString" : "PH" - }, - { - "url" : "XTN.7", - "valueString" : "6930111" - } - ] - } - ], - "system" : "phone", - "use" : "home" - }, - { - "extension" : [ - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", - "valueString" : "1" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", - "valueString" : "303" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "9999999" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ - { - "url" : "XTN.2", - "valueString" : "WPN" - }, - { - "url" : "XTN.3", - "valueString" : "PH" - }, - { - "url" : "XTN.7", - "valueString" : "9999999" - }, - { - "url" : "XTN.9", - "valueString" : "Business" - } - ] - } - ], - "system" : "phone", - "use" : "work" - } - ], - "gender" : "male", - "birthDate" : "1936-10-23", - "_birthDate" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "19361023" - } - ] - }, - "deceasedBoolean" : false, - "address" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "4673 ELM ST" - } - ] - }, - { - "url" : "XAD.2", - "valueString" : "CHERRY CRK NURSING CTR" - }, - { - "url" : "XAD.7", - "valueCode" : "H" - } - ] - } - ], - "use" : "home", - "line" : [ - "4673 ELM ST", - "CHERRY CRK NURSING CTR" - ], - "city" : "CANTERBURY", - "state" : "IG", - "postalCode" : "80014", - "country" : "USA" - } - ], - "maritalStatus" : { - "coding" : [ - { - "extension" : [ - { + "coding" : [ { + "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", "valueString" : "coding" - } - ], - "code" : "S" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70364" + } ], + "version" : "2.5.1", + "code" : "RE", + "display" : "Remark" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "V1", + "code" : "C", + "display" : "Comment" + } ] } - ] + } ], + "text" : "EH" + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/pid-patient", + "extension" : [ { + "url" : "PID.8", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "M" + } ] + } + }, { + "url" : "PID.30", + "valueString" : "N" + } ] + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/patient-animal", + "extension" : [ { + "url" : "species", + "valueCodeableConcept" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "PID.35" + } ], + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "SCT" + } ], + "system" : "http://snomed.info/sct", + "version" : "1", + "code" : "337915000", + "display" : "Homo sapiens (organism)" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "1", + "code" : "Human", + "display" : "Human" + } ] + } + } ] + }, { + "url" : "http://ibm.com/fhir/cdm/StructureDefinition/local-race-cd", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70005" + } ], + "system" : "http://terminology.hl7.org/CodeSystem/v3-Race", + "version" : "2.5.1", + "code" : "2106-3", + "display" : "White" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "W", + "display" : "White" + } ] + } + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/patient-religion", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70006" + } ], + "code" : "NOE", + "display" : "Nonreligious" + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/ethnic-group", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70189" + } ], + "system" : "http://terminology.hl7.org/CodeSystem/v2-0189", + "version" : "2.5.1", + "code" : "N", + "display" : "Not Hispanic or Latino" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.61", + "code" : "2", + "display" : "Not Hispanic or Latin" + } ] + } + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-facility", + "valueReference" : { + "reference" : "Organization/1730838914513826000.3b984fdc-6364-4ca3-b69d-8fa24657b0ff" + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier", + "extension" : [ { + "url" : "CX.5", + "valueString" : "MR" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "PID.3" + } ], + "type" : { + "coding" : [ { + "code" : "MR" + } ] + }, + "system" : "MEDITECH", + "_system" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "MEDITECH" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.3.2.2.1.321.111" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString" : "ISO" + } ] + }, + "value" : "100001" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-facility", + "valueReference" : { + "reference" : "Organization/1730838914514813000.1c1c8c49-c361-43ea-9cc4-e50f2c9a0655" + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier", + "extension" : [ { + "url" : "CX.5", + "valueString" : "SS" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "PID.3" + } ], + "type" : { + "coding" : [ { + "code" : "SS" + } ] + }, + "system" : "MEDITECH", + "_system" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "MEDITECH" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.3.2.2.1.321.111" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString" : "ISO" + } ] + }, + "value" : "285-64-4175" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-facility", + "valueReference" : { + "reference" : "Organization/1730838914515647000.dcdfa862-315e-4830-82f5-cd54b8e17e6c" + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier", + "extension" : [ { + "url" : "CX.5", + "valueString" : "PI" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "PID.3" + } ], + "type" : { + "coding" : [ { + "code" : "PI" + } ] + }, + "system" : "MEDITECH", + "_system" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "MEDITECH" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.3.2.2.1.321.111" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString" : "ISO" + } ] + }, + "value" : "X605236" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-facility", + "valueReference" : { + "reference" : "Organization/1730838914516610000.cf7db57f-c9da-4779-9f27-54b4c9943238" + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier", + "extension" : [ { + "url" : "CX.5", + "valueString" : "AN" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "PID.3" + } ], + "type" : { + "coding" : [ { + "code" : "AN" + } ] + }, + "system" : "MEDITECH", + "_system" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "MEDITECH" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.3.2.2.1.321.111" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString" : "ISO" + } ] + }, + "value" : "E40014904640" + } ], + "name" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", + "extension" : [ { + "url" : "XPN.2", + "valueString" : "LONNIE" + }, { + "url" : "XPN.7", + "valueString" : "L" + } ] + } ], + "use" : "official", + "family" : "BIERLY", + "given" : [ "LONNIE" ] + } ], + "telecom" : [ { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString" : "1" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString" : "303" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString" : "6930111" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension" : [ { + "url" : "XTN.2", + "valueString" : "PRN" + }, { + "url" : "XTN.3", + "valueString" : "PH" + }, { + "url" : "XTN.7", + "valueString" : "6930111" + } ] + } ], + "system" : "phone", + "use" : "home" + }, { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString" : "1" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString" : "303" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString" : "9999999" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension" : [ { + "url" : "XTN.2", + "valueString" : "WPN" + }, { + "url" : "XTN.3", + "valueString" : "PH" + }, { + "url" : "XTN.7", + "valueString" : "9999999" + }, { + "url" : "XTN.9", + "valueString" : "Business" + } ] + } ], + "system" : "phone", + "use" : "work" + } ], + "gender" : "male", + "birthDate" : "1936-10-23", + "_birthDate" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "19361023" + } ] + }, + "deceasedBoolean" : false, + "address" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "4673 ELM ST" + } ] + }, { + "url" : "XAD.2", + "valueString" : "CHERRY CRK NURSING CTR" + }, { + "url" : "XAD.7", + "valueCode" : "H" + } ] + } ], + "use" : "home", + "line" : [ "4673 ELM ST", "CHERRY CRK NURSING CTR" ], + "city" : "CANTERBURY", + "state" : "IG", + "postalCode" : "80014", + "country" : "USA" + } ], + "maritalStatus" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "S" + } ] + }, + "contact" : [ { + "extension" : [ { + "url" : "https://hl7.org/fhir/StructureDefinition/relationship", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70063" + } ], + "version" : "2.5.1", + "code" : "OTH", + "display" : "Other" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "OT", + "display" : "OTHER RELATIONSHIP" + } ] + } + } ], + "name" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", + "extension" : [ { + "url" : "XPN.2", + "valueString" : "GENARO" + }, { + "url" : "XPN.7", + "valueString" : "L" + } ] + } ], + "use" : "official", + "family" : "SURYAN", + "given" : [ "GENARO" ] + }, + "telecom" : [ { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString" : "1" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString" : "720" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString" : "3013954" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension" : [ { + "url" : "XTN.2", + "valueString" : "PRN" + }, { + "url" : "XTN.3", + "valueString" : "PH" + }, { + "url" : "XTN.7", + "valueString" : "3013954" + } ] + } ], + "system" : "phone", + "use" : "home" + } ], + "address" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "4861 20TH AVE" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "H" + } ] + } ], + "use" : "home", + "line" : [ "4861 20TH AVE" ], + "city" : "THUNDER MOUNTAIN", + "state" : "IG", + "postalCode" : "99999", + "country" : "USA" }, - "contact" : [ - { - "extension" : [ - { - "url" : "https://hl7.org/fhir/StructureDefinition/relationship", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70063" - } - ], - "version" : "2.5.1", - "code" : "OTH", - "display" : "Other" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "OT", - "display" : "OTHER RELATIONSHIP" - } - ] - } - } - ], - "name" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", - "extension" : [ - { - "url" : "XPN.2", - "valueString" : "GENARO" - }, - { - "url" : "XPN.7", - "valueString" : "L" - } - ] - } - ], - "use" : "official", - "family" : "SURYAN", - "given" : [ - "GENARO" - ] - }, - "telecom" : [ - { - "extension" : [ - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", - "valueString" : "1" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", - "valueString" : "720" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "3013954" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ - { - "url" : "XTN.2", - "valueString" : "PRN" - }, - { - "url" : "XTN.3", - "valueString" : "PH" - }, - { - "url" : "XTN.7", - "valueString" : "3013954" - } - ] - } - ], - "system" : "phone", - "use" : "home" - } - ], - "address" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "4861 20TH AVE" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "H" - } - ] - } - ], - "use" : "home", - "line" : [ - "4861 20TH AVE" - ], - "city" : "THUNDER MOUNTAIN", - "state" : "IG", - "postalCode" : "99999", - "country" : "USA" - }, - "organization" : { - "reference" : "Organization/1716965606095162000.3056db88-8561-4a73-b72b-0258dbfd57b1" - } - } - ] + "organization" : { + "reference" : "Organization/1730838914530223000.90cb6c4c-bb89-4421-bd20-14f8e3ea20fc" + } + } ] + } + }, { + "fullUrl" : "Organization/1730838914513826000.3b984fdc-6364-4ca3-b69d-8fa24657b0ff", + "resource" : { + "resourceType" : "Organization", + "id" : "1730838914513826000.3b984fdc-6364-4ca3-b69d-8fa24657b0ff", + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.1" + } ], + "value" : "COCAA" + } ] + } + }, { + "fullUrl" : "Organization/1730838914514813000.1c1c8c49-c361-43ea-9cc4-e50f2c9a0655", + "resource" : { + "resourceType" : "Organization", + "id" : "1730838914514813000.1c1c8c49-c361-43ea-9cc4-e50f2c9a0655", + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.1" + } ], + "value" : "COCAA" + } ] + } + }, { + "fullUrl" : "Organization/1730838914515647000.dcdfa862-315e-4830-82f5-cd54b8e17e6c", + "resource" : { + "resourceType" : "Organization", + "id" : "1730838914515647000.dcdfa862-315e-4830-82f5-cd54b8e17e6c", + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.1" + } ], + "value" : "COCAA" + } ] + } + }, { + "fullUrl" : "Organization/1730838914516610000.cf7db57f-c9da-4779-9f27-54b4c9943238", + "resource" : { + "resourceType" : "Organization", + "id" : "1730838914516610000.cf7db57f-c9da-4779-9f27-54b4c9943238", + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.1" + } ], + "value" : "COCAA" + } ] + } + }, { + "fullUrl" : "Organization/1730838914527903000.1222d535-4f49-48f9-8a37-a4ddf9a15ae1", + "resource" : { + "resourceType" : "Organization", + "id" : "1730838914527903000.1222d535-4f49-48f9-8a37-a4ddf9a15ae1", + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.1" + } ], + "value" : "COCAA" + } ] + } + }, { + "fullUrl" : "Organization/1730838914530223000.90cb6c4c-bb89-4421-bd20-14f8e3ea20fc", + "resource" : { + "resourceType" : "Organization", + "id" : "1730838914530223000.90cb6c4c-bb89-4421-bd20-14f8e3ea20fc", + "contact" : [ { + "telecom" : [ { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString" : "1" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString" : "720" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString" : "3013954" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension" : [ { + "url" : "XTN.2", + "valueString" : "WPN" + }, { + "url" : "XTN.3", + "valueString" : "PH" + }, { + "url" : "XTN.7", + "valueString" : "3013954" + } ] + } ], + "system" : "phone", + "use" : "work" + } ], + "address" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "4861 20TH AVE" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "H" + } ] + } ], + "use" : "home", + "line" : [ "4861 20TH AVE" ], + "city" : "AURORA", + "state" : "IG", + "postalCode" : "99999", + "country" : "USA" + } + } ] + } + }, { + "fullUrl" : "Provenance/1730838914540118000.668eb9be-2cd4-4137-ba71-a6db3e0e6685", + "resource" : { + "resourceType" : "Provenance", + "id" : "1730838914540118000.668eb9be-2cd4-4137-ba71-a6db3e0e6685", + "target" : [ { + "reference" : "Patient/1730838914533511000.aeaeccfe-dc12-46f3-81ea-1dfb344b1949" + } ], + "occurredDateTime" : "2021-08-09T08:52:00-06:00", + "recorded" : "2024-11-05T15:35:14Z", + "activity" : { + "coding" : [ { + "system" : "https://terminology.hl7.org/CodeSystem/v3-DataOperation", + "code" : "UPDATE" + } ] + }, + "agent" : [ { + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type", + "code" : "performer" + } ] + }, + "who" : { + "reference" : "Organization/1730838914539914000.0dd096ef-30ea-48a1-9d25-077e6db2229e" + } + } ] + } + }, { + "fullUrl" : "Organization/1730838914539914000.0dd096ef-30ea-48a1-9d25-077e6db2229e", + "resource" : { + "resourceType" : "Organization", + "id" : "1730838914539914000.0dd096ef-30ea-48a1-9d25-077e6db2229e", + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.1" + } ], + "value" : "COCAA" + } ] + } + }, { + "fullUrl" : "RelatedPerson/1730838914542891000.88dbe7f4-ec82-4bdb-9d6e-b005e3c161af", + "resource" : { + "resourceType" : "RelatedPerson", + "id" : "1730838914542891000.88dbe7f4-ec82-4bdb-9d6e-b005e3c161af", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", + "valueString" : "NK1" + } ], + "patient" : { + "reference" : "Patient/1730838914533511000.aeaeccfe-dc12-46f3-81ea-1dfb344b1949" + }, + "relationship" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "NK1.3" + } ], + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70063" + } ], + "version" : "2.5.1", + "code" : "OTH", + "display" : "Other" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "OT", + "display" : "OTHER RELATIONSHIP" + } ] + } ], + "name" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "NK1.2" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", + "extension" : [ { + "url" : "XPN.2", + "valueString" : "GENARO" + }, { + "url" : "XPN.7", + "valueString" : "L" + } ] + } ], + "use" : "official", + "family" : "SURYAN", + "given" : [ "GENARO" ] + } ], + "telecom" : [ { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString" : "1" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString" : "720" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString" : "3013954" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension" : [ { + "url" : "XTN.2", + "valueString" : "PRN" + }, { + "url" : "XTN.3", + "valueString" : "PH" + }, { + "url" : "XTN.7", + "valueString" : "3013954" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "NK1.5" + } ], + "system" : "phone", + "use" : "home" + }, { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString" : "1" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString" : "720" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString" : "3013954" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension" : [ { + "url" : "XTN.2", + "valueString" : "WPN" + }, { + "url" : "XTN.3", + "valueString" : "PH" + }, { + "url" : "XTN.7", + "valueString" : "3013954" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "NK1.31" + } ], + "system" : "phone", + "use" : "work" + } ], + "address" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "NK1.4" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "4861 20TH AVE" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "H" + } ] + } ], + "use" : "home", + "line" : [ "4861 20TH AVE" ], + "city" : "THUNDER MOUNTAIN", + "state" : "IG", + "postalCode" : "99999", + "country" : "USA" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "NK1.32" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "4861 20TH AVE" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "H" + } ] + } ], + "use" : "home", + "line" : [ "4861 20TH AVE" ], + "city" : "AURORA", + "state" : "IG", + "postalCode" : "99999", + "country" : "USA" + } ] + } + }, { + "fullUrl" : "Encounter/1730838914552455000.e00dcab1-8817-427b-bf71-091bff0b1446", + "resource" : { + "resourceType" : "Encounter", + "id" : "1730838914552455000.e00dcab1-8817-427b-bf71-091bff0b1446", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/pv1-patient-visit", + "extension" : [ { + "url" : "PV1.18", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "IN" + } ] + } + }, { + "url" : "PV1.39", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "COCAA" + } ] + } + }, { + "url" : "PV1.41", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "AD" + } ] + } + } ] + } ], + "status" : "in-progress", + "class" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/pv1-2-patient-class", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "I" + } ] + } + } ], + "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode", + "code" : "IMP", + "display" : "inpatient encounter" + }, + "type" : [ { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "E" + } ] + } ], + "serviceType" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "ICU" + } ] + }, + "subject" : { + "reference" : "Patient/1730838914533511000.aeaeccfe-dc12-46f3-81ea-1dfb344b1949" + }, + "episodeOfCare" : [ { + "reference" : "EpisodeOfCare/1730838914552716000.63633f12-d84d-460a-a852-bf2771719059" + } ], + "participant" : [ { + "type" : [ { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "code" : "ATND", + "display" : "attender" + } ] + } ], + "individual" : { + "reference" : "Practitioner/1730838914546680000.5cc0f083-06e3-45d8-82f8-890ccbb1b2d1" + } + }, { + "type" : [ { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "code" : "REF" + } ], + "text" : "referrer" + } ], + "individual" : { + "reference" : "Practitioner/1730838914547804000.6be90203-e57d-40fa-9eef-4cdf04256c8a" + } + }, { + "type" : [ { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "code" : "CON" + } ], + "text" : "consultant" + } ], + "individual" : { + "reference" : "Practitioner/1730838914548472000.6641a460-b80b-475e-a1ac-a8104fc1219b" + } + }, { + "type" : [ { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "code" : "CON" + } ], + "text" : "consultant" + } ], + "individual" : { + "reference" : "Practitioner/1730838914549867000.150f788c-2683-412a-a45f-875a915d342c" + } + }, { + "type" : [ { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "code" : "CON" + } ], + "text" : "consultant" + } ], + "individual" : { + "reference" : "Practitioner/1730838914550564000.d87782d7-2879-40e8-98e4-ed6361ccce67" + } + }, { + "type" : [ { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "code" : "ADM" + } ], + "text" : "admitter" + } ], + "individual" : { + "reference" : "Practitioner/1730838914551197000.1ceda897-a6bb-455e-9fc8-ab8aab662de0" + } + } ], + "period" : { + "start" : "2028-08-02T05:56:00Z", + "_start" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "202808020556" + } ] + } + }, + "hospitalization" : { + "admitSource" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "PR" + } ] + }, + "dischargeDisposition" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "SAP" + } ] + } + }, + "location" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "PV1.3" + } ], + "location" : { + "reference" : "Location/1730838914552300000.c836b45a-83b7-413b-898f-530403408d68" + }, + "status" : "active" + } ] + } + }, { + "fullUrl" : "Practitioner/1730838914546680000.5cc0f083-06e3-45d8-82f8-890ccbb1b2d1", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1730838914546680000.5cc0f083-06e3-45d8-82f8-890ccbb1b2d1", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "Medical Center of Au" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "James" + }, { + "url" : "XCN.4", + "valueString" : "Madison" + }, { + "url" : "XCN.7", + "valueString" : "MD" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "PV1.7" + } ], + "identifier" : [ { + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "NPI" + } ] + }, + "system" : "Medical Center of Au", + "value" : "1437205069" + } ], + "name" : [ { + "family" : "Hunt", + "given" : [ "James", "Madison" ], + "suffix" : [ "MD" ] + } ] + } + }, { + "fullUrl" : "Practitioner/1730838914547804000.6be90203-e57d-40fa-9eef-4cdf04256c8a", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1730838914547804000.6be90203-e57d-40fa-9eef-4cdf04256c8a", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "Medical Center of Au" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "James" + }, { + "url" : "XCN.4", + "valueString" : "Madison" + }, { + "url" : "XCN.7", + "valueString" : "MD" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "PV1.8" + } ], + "identifier" : [ { + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "NPI" + } ] + }, + "system" : "Medical Center of Au", + "value" : "1437205069" + } ], + "name" : [ { + "family" : "Hunt", + "given" : [ "James", "Madison" ], + "suffix" : [ "MD" ] + } ] + } + }, { + "fullUrl" : "Practitioner/1730838914548472000.6641a460-b80b-475e-a1ac-a8104fc1219b", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1730838914548472000.6641a460-b80b-475e-a1ac-a8104fc1219b", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "Medical Center of Au" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "James" + }, { + "url" : "XCN.4", + "valueString" : "Madison" + }, { + "url" : "XCN.7", + "valueString" : "MD" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "PV1.9" + } ], + "identifier" : [ { + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "NPI" + } ] + }, + "system" : "Medical Center of Au", + "value" : "1437205069" + } ], + "name" : [ { + "family" : "Hunt", + "given" : [ "James", "Madison" ], + "suffix" : [ "MD" ] + } ] + } + }, { + "fullUrl" : "Organization/1730838914548694000.732288ae-582a-4975-b29a-e04e1dd8cda0", + "resource" : { + "resourceType" : "Organization", + "id" : "1730838914548694000.732288ae-582a-4975-b29a-e04e1dd8cda0", + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.1" + } ], + "value" : "Medical Center of Au" + } ] + } + }, { + "fullUrl" : "Practitioner/1730838914549867000.150f788c-2683-412a-a45f-875a915d342c", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1730838914549867000.150f788c-2683-412a-a45f-875a915d342c", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "Medical Center of Au" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "James" + }, { + "url" : "XCN.4", + "valueString" : "M" + }, { + "url" : "XCN.7", + "valueString" : "MD" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "PV1.9" + } ], + "identifier" : [ { + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "NPI" + } ] + }, + "value" : "1962467126", + "assigner" : { + "reference" : "Organization/1730838914548694000.732288ae-582a-4975-b29a-e04e1dd8cda0" + } + } ], + "name" : [ { + "family" : "Neid", + "given" : [ "James", "M" ], + "suffix" : [ "MD" ] + } ] + } + }, { + "fullUrl" : "Organization/1730838914550090000.8cb4f5d1-2568-48ec-bc07-258252c68085", + "resource" : { + "resourceType" : "Organization", + "id" : "1730838914550090000.8cb4f5d1-2568-48ec-bc07-258252c68085", + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.1" + } ], + "value" : "Medical Center of Au" + } ] + } + }, { + "fullUrl" : "Practitioner/1730838914550564000.d87782d7-2879-40e8-98e4-ed6361ccce67", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1730838914550564000.d87782d7-2879-40e8-98e4-ed6361ccce67", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "Medical Center of Au" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "Todd" + }, { + "url" : "XCN.7", + "valueString" : "NP" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "PV1.9" + } ], + "identifier" : [ { + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "NPI" + } ] + }, + "value" : "1184669806", + "assigner" : { + "reference" : "Organization/1730838914550090000.8cb4f5d1-2568-48ec-bc07-258252c68085" + } + } ], + "name" : [ { + "family" : "Hultman", + "given" : [ "Todd" ], + "suffix" : [ "NP" ] + } ] + } + }, { + "fullUrl" : "Practitioner/1730838914551197000.1ceda897-a6bb-455e-9fc8-ab8aab662de0", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1730838914551197000.1ceda897-a6bb-455e-9fc8-ab8aab662de0", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "Medical Center of Au" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "James" + }, { + "url" : "XCN.4", + "valueString" : "Madison" + }, { + "url" : "XCN.7", + "valueString" : "MD" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "PV1.17" + } ], + "identifier" : [ { + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "NPI" + } ] + }, + "system" : "Medical Center of Au", + "value" : "1437205069" + } ], + "name" : [ { + "family" : "Hunt", + "given" : [ "James", "Madison" ], + "suffix" : [ "MD" ] + } ] + } + }, { + "fullUrl" : "Location/1730838914552009000.890b9438-bb14-4e0b-af4c-cdd83433b5a7", + "resource" : { + "resourceType" : "Location", + "id" : "1730838914552009000.890b9438-bb14-4e0b-af4c-cdd83433b5a7", + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.1" + } ], + "value" : "E.ICUB" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.2,HD.3" + } ] + } ], + "physicalType" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", + "_code" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/location-physical-type-poc", + "valueString" : "poc" + } ] + } + } ] } - }, - { - "fullUrl" : "Organization/1716965606073616000.b699305d-a32d-44fc-a54c-d68f0c25da27", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606073616000.b699305d-a32d-44fc-a54c-d68f0c25da27", - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" - } - ], - "value" : "COCAA" - } - ] + } + }, { + "fullUrl" : "Location/1730838914552121000.707e7104-aaeb-4cfc-904e-1194dea0154b", + "resource" : { + "resourceType" : "Location", + "id" : "1730838914552121000.707e7104-aaeb-4cfc-904e-1194dea0154b", + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.1" + } ], + "value" : "E.ICB" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.2,HD.3" + } ] + } ], + "physicalType" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code" : "ro" + } ] + }, + "partOf" : { + "reference" : "Location/1730838914552009000.890b9438-bb14-4e0b-af4c-cdd83433b5a7" } - }, - { - "fullUrl" : "Organization/1716965606075079000.45309e95-4af1-484d-9216-e2fe6614c5c3", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606075079000.45309e95-4af1-484d-9216-e2fe6614c5c3", - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" - } - ], - "value" : "COCAA" - } - ] + } + }, { + "fullUrl" : "Location/1730838914552300000.c836b45a-83b7-413b-898f-530403408d68", + "resource" : { + "resourceType" : "Location", + "id" : "1730838914552300000.c836b45a-83b7-413b-898f-530403408d68", + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.1" + } ], + "value" : "05" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "HD.2,HD.3" + } ] + } ], + "mode" : "instance", + "physicalType" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code" : "bd" + } ] + }, + "partOf" : { + "reference" : "Location/1730838914552121000.707e7104-aaeb-4cfc-904e-1194dea0154b" } - }, - { - "fullUrl" : "Organization/1716965606076023000.992cbd56-46cb-48fe-9702-979fd7f899f3", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606076023000.992cbd56-46cb-48fe-9702-979fd7f899f3", - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" - } - ], - "value" : "COCAA" - } - ] + } + }, { + "fullUrl" : "EpisodeOfCare/1730838914552716000.63633f12-d84d-460a-a852-bf2771719059", + "resource" : { + "resourceType" : "EpisodeOfCare", + "id" : "1730838914552716000.63633f12-d84d-460a-a852-bf2771719059", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "PV1.54" + } ] + } + }, { + "fullUrl" : "Observation/1730838914729489000.2eb7ce94-28f7-4662-bfb6-4613a8cb9a9d", + "resource" : { + "resourceType" : "Observation", + "id" : "1730838914729489000.2eb7ce94-28f7-4662-bfb6-4613a8cb9a9d", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString" : "1.1" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime" : "2028-08-07T16:36:01-06:00", + "_valueDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280807163601-0600" + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension" : [ { + "url" : "OBX.2", + "valueId" : "ST" + }, { + "url" : "OBX.11", + "valueString" : "C" + } ] + } ], + "status" : "corrected", + "code" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } ], + "system" : "http://loinc.org", + "version" : "2.40", + "code" : "600-7", + "display" : "Bacteria identified in Blood by Culture" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "BCEXT", + "display" : "EXTENDED BLOOD CULTURE" + } ] + }, + "subject" : { + "reference" : "Patient/1730838914533511000.aeaeccfe-dc12-46f3-81ea-1dfb344b1949" + }, + "encounter" : { + "reference" : "Encounter/1730838914552455000.e00dcab1-8817-427b-bf71-091bff0b1446" + }, + "effectiveDateTime" : "2028-08-02T02:52:01-06:00", + "_effectiveDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280802025201-0600" + } ] + }, + "performer" : [ { + "reference" : "Organization/1730838914729887000.4ce42479-53b9-4524-bf1e-f563696512b2" + }, { + "reference" : "PractitionerRole/1730838914730084000.7dd9dc04-1afe-4e32-85e6-64e364569eac" + } ], + "dataAbsentReason" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/data-absent-reason", + "code" : "unknown" + } ] } - }, - { - "fullUrl" : "Organization/1716965606076830000.d02aa141-96b9-46c0-b320-0bfd8db0767b", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606076830000.d02aa141-96b9-46c0-b320-0bfd8db0767b", - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" - } - ], - "value" : "COCAA" - } - ] + } + }, { + "fullUrl" : "Organization/1730838914729887000.4ce42479-53b9-4524-bf1e-f563696512b2", + "resource" : { + "resourceType" : "Organization", + "id" : "1730838914729887000.4ce42479-53b9-4524-bf1e-f563696512b2", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LB" + } ], + "code" : "MCOE", + "display" : "ROSE MEDICAL CENTER (MCOE)" + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBX.15" + } ], + "identifier" : [ { + "system" : "LB", + "value" : "MCOE" + } ], + "name" : "ROSE MEDICAL CENTER (MCOE)" + } + }, { + "fullUrl" : "Location/1730838914730294000.d9c2aab1-96d1-4f69-9a28-b2df4a7669ee", + "resource" : { + "resourceType" : "Location", + "id" : "1730838914730294000.d9c2aab1-96d1-4f69-9a28-b2df4a7669ee", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ], + "name" : "ROSE MEDICAL CENTER ", + "physicalType" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code" : "si" + } ] } - }, - { - "fullUrl" : "Organization/1716965606092728000.dd6a1c59-ee25-4c19-9781-3894bf57913a", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606092728000.dd6a1c59-ee25-4c19-9781-3894bf57913a", - "identifier" : [ - { - "extension" : [ - { + } + }, { + "fullUrl" : "Practitioner/1730838914730858000.9ae58182-9c90-423f-a8b7-0875aa64b87e", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1730838914730858000.9ae58182-9c90-423f-a8b7-0875aa64b87e", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "RML" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "Shalini" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.10", + "valueString" : "L" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference" : { + "reference" : "Location/1730838914730294000.d9c2aab1-96d1-4f69-9a28-b2df4a7669ee" + } + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "FI" + } ] + }, + "system" : "RML", + "value" : "1033122247" + } ], + "name" : [ { + "use" : "official", + "family" : "Chahal", + "given" : [ "Shalini" ], + "prefix" : [ "Dr." ], + "suffix" : [ "MD" ] + } ] + } + }, { + "fullUrl" : "Organization/1730838914732634000.d30d8730-ab33-4f45-88e7-55d10ca20a55", + "resource" : { + "resourceType" : "Organization", + "id" : "1730838914732634000.d30d8730-ab33-4f45-88e7-55d10ca20a55", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept" : { + "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" - } - ], - "value" : "COCAA" - } - ] - } - }, - { - "fullUrl" : "Organization/1716965606095162000.3056db88-8561-4a73-b72b-0258dbfd57b1", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606095162000.3056db88-8561-4a73-b72b-0258dbfd57b1", - "contact" : [ - { - "telecom" : [ - { - "extension" : [ - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", - "valueString" : "1" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", - "valueString" : "720" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "3013954" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ - { - "url" : "XTN.2", - "valueString" : "WPN" - }, - { - "url" : "XTN.3", - "valueString" : "PH" - }, - { - "url" : "XTN.7", - "valueString" : "3013954" - } - ] - } - ], - "system" : "phone", - "use" : "work" - } - ], - "address" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "4861 20TH AVE" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "H" - } - ] - } - ], - "use" : "home", - "line" : [ - "4861 20TH AVE" - ], - "city" : "AURORA", - "state" : "IG", - "postalCode" : "99999", - "country" : "USA" + "valueString" : "XON.2" + } ], + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "L" + } ] } - } - ] - } - }, - { - "fullUrl" : "Provenance/1716965606100263000.aea4bce3-86b2-4092-ba35-878377ecbb57", - "resource" : { - "resourceType" : "Provenance", - "id" : "1716965606100263000.aea4bce3-86b2-4092-ba35-878377ecbb57", - "target" : [ - { - "reference" : "Patient/1716965606097981000.a9e583b2-8233-4a28-b882-d0a7d74c0b8e" - } - ], - "occurredDateTime" : "2021-08-09T08:52:00-06:00", - "recorded" : "2024-05-29T02:53:26Z", - "activity" : { - "coding" : [ - { - "system" : "https://terminology.hl7.org/CodeSystem/v3-DataOperation", - "code" : "UPDATE" + } ], + "code" : "L" + } + } ], + "name" : "ROSE MEDICAL CENTER (MCOE)", + "address" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "4567 E. NINTH AVENUE" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "B" + } ] + } ], + "use" : "work", + "line" : [ "4567 E. NINTH AVENUE" ], + "city" : "DENVER", + "district" : "S", + "state" : "IG", + "postalCode" : "80220", + "country" : "USA" + } ] + } + }, { + "fullUrl" : "PractitionerRole/1730838914730084000.7dd9dc04-1afe-4e32-85e6-64e364569eac", + "resource" : { + "resourceType" : "PractitionerRole", + "id" : "1730838914730084000.7dd9dc04-1afe-4e32-85e6-64e364569eac", + "practitioner" : { + "reference" : "Practitioner/1730838914730858000.9ae58182-9c90-423f-a8b7-0875aa64b87e" + }, + "organization" : { + "reference" : "Organization/1730838914732634000.d30d8730-ab33-4f45-88e7-55d10ca20a55" + }, + "code" : [ { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", + "code" : "MDIR" + } ] + } ] + } + }, { + "fullUrl" : "Observation/1730838914734896000.8ade4c13-8de9-451c-8e52-e7a17049b8de", + "resource" : { + "resourceType" : "Observation", + "id" : "1730838914734896000.8ade4c13-8de9-451c-8e52-e7a17049b8de", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString" : "1" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime" : "2028-08-07T16:36:01-06:00", + "_valueDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280807163601-0600" + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension" : [ { + "url" : "OBX.2", + "valueId" : "CWE" + }, { + "url" : "OBX.11", + "valueString" : "C" + } ] + } ], + "status" : "corrected", + "code" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } ], + "system" : "http://loinc.org", + "version" : "2.40", + "code" : "600-7", + "display" : "Bacteria identified in Blood by Culture" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "BCEXT", + "display" : "EXTENDED BLOOD CULTURE" + } ] + }, + "subject" : { + "reference" : "Patient/1730838914533511000.aeaeccfe-dc12-46f3-81ea-1dfb344b1949" + }, + "encounter" : { + "reference" : "Encounter/1730838914552455000.e00dcab1-8817-427b-bf71-091bff0b1446" + }, + "effectiveDateTime" : "2028-08-02T02:52:01-06:00", + "_effectiveDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280802025201-0600" + } ] + }, + "performer" : [ { + "reference" : "Organization/1730838914735204000.0c8ddf3d-e44a-45ec-8c1b-fe5056d098da" + }, { + "reference" : "PractitionerRole/1730838914735369000.9fb82d20-370a-4513-8b29-b2b2cf5b1c12" + } ], + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "SCT" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/condition-code", + "valueCoding" : { + "system" : "SNOMEDCT", + "code" : "406575008", + "display" : "Infection caused by vancomycin resistant enterococcus (disorder)" } - ] - }, - "agent" : [ - { - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type", - "code" : "performer" - } - ] - }, - "who" : { - "reference" : "Organization/1716965606100139000.891bdd87-b942-482b-bd2a-faf8845b0ff7" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/condition-code", + "valueCoding" : { + "system" : "SNOMEDCT", + "code" : "406575008", + "display" : "Infection caused by vancomycin resistant enterococcus (disorder)" } - } - ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/condition-code", + "valueCoding" : { + "system" : "SNOMEDCT", + "code" : "406575008", + "display" : "Infection caused by vancomycin resistant enterococcus (disorder)" + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/condition-code", + "valueCoding" : { + "system" : "SNOMEDCT", + "code" : "406575008", + "display" : "Infection caused by vancomycin resistant enterococcus (disorder)" + } + } ], + "system" : "http://snomed.info/sct", + "version" : "07/31/2012", + "code" : "782959008", + "display" : "Vancomycin resistant Enterococcus raffinosus" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "ENTRAFVRE", + "display" : "ENTEROCOCCUS RAFFINOSIS, VRE" + } ], + "text" : "ENTEROCOCCUS RAFFINOSIS, VRE" } - }, - { - "fullUrl" : "Organization/1716965606100139000.891bdd87-b942-482b-bd2a-faf8845b0ff7", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606100139000.891bdd87-b942-482b-bd2a-faf8845b0ff7", - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" - } - ], - "value" : "COCAA" - } - ] + } + }, { + "fullUrl" : "Organization/1730838914735204000.0c8ddf3d-e44a-45ec-8c1b-fe5056d098da", + "resource" : { + "resourceType" : "Organization", + "id" : "1730838914735204000.0c8ddf3d-e44a-45ec-8c1b-fe5056d098da", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LB" + } ], + "code" : "MCOE", + "display" : "ROSE MEDICAL CENTER (MCOE)" + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBX.15" + } ], + "identifier" : [ { + "system" : "LB", + "value" : "MCOE" + } ], + "name" : "ROSE MEDICAL CENTER (MCOE)" + } + }, { + "fullUrl" : "Location/1730838914735548000.d2bb45b6-1102-423c-a55b-7dd741d1cee8", + "resource" : { + "resourceType" : "Location", + "id" : "1730838914735548000.d2bb45b6-1102-423c-a55b-7dd741d1cee8", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ], + "name" : "ROSE MEDICAL CENTER ", + "physicalType" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code" : "si" + } ] } - }, - { - "fullUrl" : "RelatedPerson/1716965606103368000.38c365ac-1ca8-4256-8324-ff802b5b153f", - "resource" : { - "resourceType" : "RelatedPerson", - "id" : "1716965606103368000.38c365ac-1ca8-4256-8324-ff802b5b153f", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", - "valueString" : "NK1" - } - ], - "patient" : { - "reference" : "Patient/1716965606097981000.a9e583b2-8233-4a28-b882-d0a7d74c0b8e" - }, - "relationship" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "NK1.3" - } - ], - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70063" - } - ], - "version" : "2.5.1", - "code" : "OTH", - "display" : "Other" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "OT", - "display" : "OTHER RELATIONSHIP" - } - ] - } - ], - "name" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "NK1.2" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", - "extension" : [ - { - "url" : "XPN.2", - "valueString" : "GENARO" - }, - { - "url" : "XPN.7", - "valueString" : "L" - } - ] - } - ], - "use" : "official", - "family" : "SURYAN", - "given" : [ - "GENARO" - ] - } - ], - "telecom" : [ - { - "extension" : [ - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", - "valueString" : "1" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", - "valueString" : "720" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "3013954" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ - { - "url" : "XTN.2", - "valueString" : "PRN" - }, - { - "url" : "XTN.3", - "valueString" : "PH" - }, - { - "url" : "XTN.7", - "valueString" : "3013954" - } - ] - }, - { + } + }, { + "fullUrl" : "Practitioner/1730838914736117000.555b8bd6-d491-4b4b-ada7-e0f0208e93f2", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1730838914736117000.555b8bd6-d491-4b4b-ada7-e0f0208e93f2", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "RML" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "Shalini" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.10", + "valueString" : "L" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference" : { + "reference" : "Location/1730838914735548000.d2bb45b6-1102-423c-a55b-7dd741d1cee8" + } + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "FI" + } ] + }, + "system" : "RML", + "value" : "1033122247" + } ], + "name" : [ { + "use" : "official", + "family" : "Chahal", + "given" : [ "Shalini" ], + "prefix" : [ "Dr." ], + "suffix" : [ "MD" ] + } ] + } + }, { + "fullUrl" : "Organization/1730838914736846000.eee9bfac-c69b-4eac-84f7-2ece5359e9b5", + "resource" : { + "resourceType" : "Organization", + "id" : "1730838914736846000.eee9bfac-c69b-4eac-84f7-2ece5359e9b5", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept" : { + "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "NK1.5" - } - ], - "system" : "phone", - "use" : "home" - }, - { - "extension" : [ - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", - "valueString" : "1" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", - "valueString" : "720" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "3013954" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ - { - "url" : "XTN.2", - "valueString" : "WPN" - }, - { - "url" : "XTN.3", - "valueString" : "PH" - }, - { - "url" : "XTN.7", - "valueString" : "3013954" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "NK1.31" - } - ], - "system" : "phone", - "use" : "work" - } - ], - "address" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "NK1.4" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "4861 20TH AVE" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "H" - } - ] - } - ], - "use" : "home", - "line" : [ - "4861 20TH AVE" - ], - "city" : "THUNDER MOUNTAIN", - "state" : "IG", - "postalCode" : "99999", - "country" : "USA" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "NK1.32" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "4861 20TH AVE" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "H" - } - ] - } - ], - "use" : "home", - "line" : [ - "4861 20TH AVE" - ], - "city" : "AURORA", - "state" : "IG", - "postalCode" : "99999", - "country" : "USA" - } - ] - } - }, - { - "fullUrl" : "Encounter/1716965606112940000.37c8abef-ba3d-4cf0-9290-84f8d7f8d47f", - "resource" : { - "resourceType" : "Encounter", - "id" : "1716965606112940000.37c8abef-ba3d-4cf0-9290-84f8d7f8d47f", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/pv1-patient-visit", - "extension" : [ - { - "url" : "PV1.18", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } - ], - "code" : "IN" - } - ] - } - }, - { - "url" : "PV1.39", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } - ], - "code" : "COCAA" - } - ] - } - }, - { - "url" : "PV1.41", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } - ], - "code" : "AD" - } - ] - } - } - ] - } - ], - "status" : "in-progress", - "class" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/pv1-2-patient-class", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } - ], - "code" : "I" - } - ] - } - } - ], - "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode", - "code" : "IMP", - "display" : "inpatient encounter" - }, - "type" : [ - { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } - ], - "code" : "E" - } - ] - } - ], - "serviceType" : { - "coding" : [ - { - "extension" : [ - { + "valueString" : "XON.2" + } ], + "coding" : [ { + "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", "valueString" : "coding" - } - ], - "code" : "ICU" - } - ] - }, - "subject" : { - "reference" : "Patient/1716965606097981000.a9e583b2-8233-4a28-b882-d0a7d74c0b8e" - }, - "episodeOfCare" : [ - { - "reference" : "EpisodeOfCare/1716965606113198000.e6c79f25-2b1c-409f-96fd-745729de99eb" - } - ], - "participant" : [ - { - "type" : [ - { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", - "code" : "ATND", - "display" : "attender" - } - ] - } - ], - "individual" : { - "reference" : "Practitioner/1716965606107999000.fa9340dd-4f80-4369-afce-238e4155946c" - } - }, - { - "type" : [ - { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", - "code" : "REF" - } - ], - "text" : "referrer" - } - ], - "individual" : { - "reference" : "Practitioner/1716965606108691000.641c857d-f593-4e2f-803c-683edcbf0e0d" - } - }, - { - "type" : [ - { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", - "code" : "CON" - } - ], - "text" : "consultant" - } - ], - "individual" : { - "reference" : "Practitioner/1716965606109361000.c3ef6abc-0cce-4567-9430-a70c6c6b3763" - } - }, - { - "type" : [ - { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", - "code" : "CON" - } - ], - "text" : "consultant" - } - ], - "individual" : { - "reference" : "Practitioner/1716965606110212000.85b54cfc-a18c-4a62-9e96-c0fca7d0dc1f" - } - }, - { - "type" : [ - { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", - "code" : "CON" - } - ], - "text" : "consultant" - } - ], - "individual" : { - "reference" : "Practitioner/1716965606110945000.a5b7dbc9-768e-461a-9b7d-046c62e3a7ff" - } - }, - { - "type" : [ - { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", - "code" : "ADM" - } - ], - "text" : "admitter" - } - ], - "individual" : { - "reference" : "Practitioner/1716965606111615000.b5f4fb2a-6af4-4346-b2b1-aecd94ef0a55" + } ], + "code" : "L" + } ] } - } - ], - "period" : { - "start" : "2028-08-02T05:56:00Z", - "_start" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "202808020556" - } - ] - } - }, - "hospitalization" : { - "admitSource" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } - ], - "code" : "PR" - } - ] - }, - "dischargeDisposition" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } - ], - "code" : "SAP" - } - ] - } - }, - "location" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PV1.3" - } - ], - "location" : { - "reference" : "Location/1716965606112801000.93a63c26-db26-4956-b552-25c274c331fc" - }, - "status" : "active" - } - ] - } - }, - { - "fullUrl" : "Practitioner/1716965606107999000.fa9340dd-4f80-4369-afce-238e4155946c", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606107999000.fa9340dd-4f80-4369-afce-238e4155946c", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Medical Center of Au" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "James" - }, - { - "url" : "XCN.4", - "valueString" : "Madison" - }, - { - "url" : "XCN.7", - "valueString" : "MD" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PV1.7" - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "NPI" - } - ] - }, - "system" : "Medical Center of Au", - "value" : "1437205069" - } - ], - "name" : [ - { - "family" : "Hunt", - "given" : [ - "James", - "Madison" - ], - "suffix" : [ - "MD" - ] - } - ] - } - }, - { - "fullUrl" : "Practitioner/1716965606108691000.641c857d-f593-4e2f-803c-683edcbf0e0d", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606108691000.641c857d-f593-4e2f-803c-683edcbf0e0d", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Medical Center of Au" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "James" - }, - { - "url" : "XCN.4", - "valueString" : "Madison" - }, - { - "url" : "XCN.7", - "valueString" : "MD" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PV1.8" - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "NPI" - } - ] - }, - "system" : "Medical Center of Au", - "value" : "1437205069" - } - ], - "name" : [ - { - "family" : "Hunt", - "given" : [ - "James", - "Madison" - ], - "suffix" : [ - "MD" - ] - } - ] - } - }, - { - "fullUrl" : "Practitioner/1716965606109361000.c3ef6abc-0cce-4567-9430-a70c6c6b3763", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606109361000.c3ef6abc-0cce-4567-9430-a70c6c6b3763", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Medical Center of Au" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "James" - }, - { - "url" : "XCN.4", - "valueString" : "Madison" - }, - { - "url" : "XCN.7", - "valueString" : "MD" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PV1.9" - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "NPI" - } - ] - }, - "system" : "Medical Center of Au", - "value" : "1437205069" - } - ], - "name" : [ - { - "family" : "Hunt", - "given" : [ - "James", - "Madison" - ], - "suffix" : [ - "MD" - ] - } - ] - } - }, - { - "fullUrl" : "Organization/1716965606109660000.6752b133-7069-48c9-ac19-960a7d265a2f", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606109660000.6752b133-7069-48c9-ac19-960a7d265a2f", - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" - } - ], - "value" : "Medical Center of Au" - } - ] - } - }, - { - "fullUrl" : "Practitioner/1716965606110212000.85b54cfc-a18c-4a62-9e96-c0fca7d0dc1f", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606110212000.85b54cfc-a18c-4a62-9e96-c0fca7d0dc1f", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Medical Center of Au" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-unknown-type" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "James" - }, - { - "url" : "XCN.4", - "valueString" : "M" - }, - { - "url" : "XCN.7", - "valueString" : "MD" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PV1.9" - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "NPI" - } - ] - }, - "value" : "1962467126", - "assigner" : { - "reference" : "Organization/1716965606109660000.6752b133-7069-48c9-ac19-960a7d265a2f" + } ], + "code" : "L" + } + } ], + "name" : "ROSE MEDICAL CENTER (MCOE)", + "address" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "4567 E. NINTH AVENUE" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "B" + } ] + } ], + "use" : "work", + "line" : [ "4567 E. NINTH AVENUE" ], + "city" : "DENVER", + "district" : "MD", + "state" : "IG", + "postalCode" : "80220", + "country" : "USA" + } ] + } + }, { + "fullUrl" : "PractitionerRole/1730838914735369000.9fb82d20-370a-4513-8b29-b2b2cf5b1c12", + "resource" : { + "resourceType" : "PractitionerRole", + "id" : "1730838914735369000.9fb82d20-370a-4513-8b29-b2b2cf5b1c12", + "practitioner" : { + "reference" : "Practitioner/1730838914736117000.555b8bd6-d491-4b4b-ada7-e0f0208e93f2" + }, + "organization" : { + "reference" : "Organization/1730838914736846000.eee9bfac-c69b-4eac-84f7-2ece5359e9b5" + }, + "code" : [ { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", + "code" : "MDIR" + } ] + } ] + } + }, { + "fullUrl" : "Observation/1730838914738722000.8ab918ff-884f-41ce-bf64-2eaa180562d8", + "resource" : { + "resourceType" : "Observation", + "id" : "1730838914738722000.8ab918ff-884f-41ce-bf64-2eaa180562d8", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString" : "2" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime" : "2028-08-07T16:36:01-06:00", + "_valueDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280807163601-0600" + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension" : [ { + "url" : "OBX.2", + "valueId" : "CWE" + }, { + "url" : "OBX.11", + "valueString" : "C" + } ] + } ], + "status" : "corrected", + "code" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } ], + "system" : "http://loinc.org", + "version" : "2.40", + "code" : "600-7", + "display" : "Bacteria identified in Blood by Culture" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "BCEXT", + "display" : "EXTENDED BLOOD CULTURE" + } ] + }, + "subject" : { + "reference" : "Patient/1730838914533511000.aeaeccfe-dc12-46f3-81ea-1dfb344b1949" + }, + "encounter" : { + "reference" : "Encounter/1730838914552455000.e00dcab1-8817-427b-bf71-091bff0b1446" + }, + "effectiveDateTime" : "2028-08-02T02:52:01-06:00", + "_effectiveDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280802025201-0600" + } ] + }, + "performer" : [ { + "reference" : "Organization/1730838914739040000.7007923b-5132-46ab-bbd3-467c25aaec86" + }, { + "reference" : "PractitionerRole/1730838914739229000.6ad958a3-cd61-4ba8-9ae2-b107b5d2ff44" + } ], + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "SCT" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/condition-code", + "valueCoding" : { + "system" : "SNOMEDCT", + "code" : "45170000", + "display" : "Encephalitis (disorder)" } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/condition-code", + "valueCoding" : { + "system" : "SNOMEDCT", + "code" : "45170000", + "display" : "Encephalitis (disorder)" + } + } ], + "system" : "http://snomed.info/sct", + "version" : "07/31/2012", + "code" : "53326005", + "display" : "Candida albicans" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "CANALB", + "display" : "CANDIDA ALBICANS" + } ], + "text" : "CANDIDA ALBICANS" + }, + "note" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension" : [ { + "url" : "NTE.2", + "valueId" : "L" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "***THIS IS AN URGENT RESULT***" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70364" + } ], + "version" : "2.5.1", + "code" : "RE", + "display" : "Remark" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "C", + "display" : "Comment" + } ] + } + } ], + "text" : "***THIS IS AN URGENT RESULT***" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension" : [ { + "url" : "NTE.2", + "valueId" : "L" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "***** Test Results Called To And Verbally Read Back" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70364" + } ], + "version" : "2.5.1", + "code" : "RE", + "display" : "Remark" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "C", + "display" : "Comment" + } ] + } + } ], + "text" : "***** Test Results Called To And Verbally Read Back" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension" : [ { + "url" : "NTE.2", + "valueId" : "L" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "By: RICHARD DDI7840 *****" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70364" + } ], + "version" : "2.5.1", + "code" : "RE", + "display" : "Remark" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "C", + "display" : "Comment" + } ] + } + } ], + "text" : "By: RICHARD DDI7840 *****" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension" : [ { + "url" : "NTE.2", + "valueId" : "L" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "(Date: 08/08/21 Time: 1511 Called BY AMLB.IF.)" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70364" + } ], + "version" : "2.5.1", + "code" : "RE", + "display" : "Remark" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "C", + "display" : "Comment" + } ] + } + } ], + "text" : "(Date: 08/08/21 Time: 1511 Called BY AMLB.IF.)" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension" : [ { + "url" : "NTE.2", + "valueId" : "L" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "******************************" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70364" + } ], + "version" : "2.5.1", + "code" : "RE", + "display" : "Remark" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "C", + "display" : "Comment" + } ] + } + } ], + "text" : "******************************" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension" : [ { + "url" : "NTE.2", + "valueId" : "L" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "**THIS IS A CORRECTED REPORT**" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70364" + } ], + "version" : "2.5.1", + "code" : "RE", + "display" : "Remark" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "C", + "display" : "Comment" + } ] + } + } ], + "text" : "**THIS IS A CORRECTED REPORT**" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension" : [ { + "url" : "NTE.2", + "valueId" : "L" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "******************************" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70364" + } ], + "version" : "2.5.1", + "code" : "RE", + "display" : "Remark" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "C", + "display" : "Comment" + } ] + } + } ], + "text" : "******************************" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension" : [ { + "url" : "NTE.2", + "valueId" : "L" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70364" + } ], + "version" : "2.5.1", + "code" : "RE", + "display" : "Remark" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "C", + "display" : "Comment" + } ] + } + } ] + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension" : [ { + "url" : "NTE.2", + "valueId" : "L" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "Original report of ALPHA STRP,NOT ENTEROC.OR PNEU" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70364" + } ], + "version" : "2.5.1", + "code" : "RE", + "display" : "Remark" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "C", + "display" : "Comment" + } ] + } + } ], + "text" : "Original report of ALPHA STRP,NOT ENTEROC.OR PNEU" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension" : [ { + "url" : "NTE.2", + "valueId" : "L" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "has been revised to ENTEROCOCCUS SPECIES (GRP D). " + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70364" + } ], + "version" : "2.5.1", + "code" : "RE", + "display" : "Remark" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "C", + "display" : "Comment" + } ] + } + } ], + "text" : "has been revised to ENTEROCOCCUS SPECIES (GRP D). " + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension" : [ { + "url" : "NTE.2", + "valueId" : "L" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70364" + } ], + "version" : "2.5.1", + "code" : "RE", + "display" : "Remark" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "C", + "display" : "Comment" + } ] + } + } ] + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension" : [ { + "url" : "NTE.2", + "valueId" : "L" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "***** Test Results Called To And Verbally Read Back" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70364" + } ], + "version" : "2.5.1", + "code" : "RE", + "display" : "Remark" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "C", + "display" : "Comment" + } ] + } + } ], + "text" : "***** Test Results Called To And Verbally Read Back" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension" : [ { + "url" : "NTE.2", + "valueId" : "L" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "By: LISA WSJ9135 AT AURORA MICROBIOLOGY *****" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70364" + } ], + "version" : "2.5.1", + "code" : "RE", + "display" : "Remark" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "C", + "display" : "Comment" + } ] + } + } ], + "text" : "By: LISA WSJ9135 AT AURORA MICROBIOLOGY *****" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension" : [ { + "url" : "NTE.2", + "valueId" : "L" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "(Date: 08/06/21 Time: 0945 Called BY AMLB.LJ1.)" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70364" + } ], + "version" : "2.5.1", + "code" : "RE", + "display" : "Remark" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "C", + "display" : "Comment" + } ] } - ], - "name" : [ - { - "family" : "Neid", - "given" : [ - "James", - "M" - ], - "suffix" : [ - "MD" - ] - } - ] + } ], + "text" : "(Date: 08/06/21 Time: 0945 Called BY AMLB.LJ1.)" + } ] + } + }, { + "fullUrl" : "Organization/1730838914739040000.7007923b-5132-46ab-bbd3-467c25aaec86", + "resource" : { + "resourceType" : "Organization", + "id" : "1730838914739040000.7007923b-5132-46ab-bbd3-467c25aaec86", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LB" + } ], + "code" : "MCOE", + "display" : "ROSE MEDICAL CENTER (MCOE)" + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBX.15" + } ], + "identifier" : [ { + "system" : "LB", + "value" : "MCOE" + } ], + "name" : "ROSE MEDICAL CENTER (MCOE)" + } + }, { + "fullUrl" : "Location/1730838914739429000.b3b0a505-800b-4280-884b-dade7aec1f76", + "resource" : { + "resourceType" : "Location", + "id" : "1730838914739429000.b3b0a505-800b-4280-884b-dade7aec1f76", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ], + "name" : "ROSE MEDICAL CENTER ", + "physicalType" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code" : "si" + } ] } - }, - { - "fullUrl" : "Organization/1716965606110418000.a902e6c6-ff18-4073-91a2-f206b61df470", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606110418000.a902e6c6-ff18-4073-91a2-f206b61df470", - "identifier" : [ - { - "extension" : [ - { + } + }, { + "fullUrl" : "Practitioner/1730838914740161000.04914e7b-0bb1-4d46-b904-ba65db10dbc2", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1730838914740161000.04914e7b-0bb1-4d46-b904-ba65db10dbc2", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "RML" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "Shalini" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.10", + "valueString" : "L" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference" : { + "reference" : "Location/1730838914739429000.b3b0a505-800b-4280-884b-dade7aec1f76" + } + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "FI" + } ] + }, + "system" : "RML", + "value" : "1033122247" + } ], + "name" : [ { + "use" : "official", + "family" : "Chahal", + "given" : [ "Shalini" ], + "prefix" : [ "Dr." ], + "suffix" : [ "MD" ] + } ] + } + }, { + "fullUrl" : "Organization/1730838914741038000.daf2a9d1-a101-4305-bddc-5e68e2e075d5", + "resource" : { + "resourceType" : "Organization", + "id" : "1730838914741038000.daf2a9d1-a101-4305-bddc-5e68e2e075d5", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept" : { + "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" - } - ], - "value" : "Medical Center of Au" - } - ] - } - }, - { - "fullUrl" : "Practitioner/1716965606110945000.a5b7dbc9-768e-461a-9b7d-046c62e3a7ff", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606110945000.a5b7dbc9-768e-461a-9b7d-046c62e3a7ff", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Medical Center of Au" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-unknown-type" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "Todd" - }, - { - "url" : "XCN.7", - "valueString" : "NP" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PV1.9" - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "NPI" - } - ] - }, - "value" : "1184669806", - "assigner" : { - "reference" : "Organization/1716965606110418000.a902e6c6-ff18-4073-91a2-f206b61df470" + "valueString" : "XON.2" + } ], + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "L" + } ] } - } - ], - "name" : [ - { - "family" : "Hultman", - "given" : [ - "Todd" - ], - "suffix" : [ - "NP" - ] - } - ] + } ], + "code" : "L" + } + } ], + "name" : "ROSE MEDICAL CENTER (MCOE)", + "address" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "4567 E. NINTH AVENUE" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "B" + } ] + } ], + "use" : "work", + "line" : [ "4567 E. NINTH AVENUE" ], + "city" : "DENVER", + "district" : "MD", + "state" : "IG", + "postalCode" : "80220", + "country" : "USA" + } ] + } + }, { + "fullUrl" : "PractitionerRole/1730838914739229000.6ad958a3-cd61-4ba8-9ae2-b107b5d2ff44", + "resource" : { + "resourceType" : "PractitionerRole", + "id" : "1730838914739229000.6ad958a3-cd61-4ba8-9ae2-b107b5d2ff44", + "practitioner" : { + "reference" : "Practitioner/1730838914740161000.04914e7b-0bb1-4d46-b904-ba65db10dbc2" + }, + "organization" : { + "reference" : "Organization/1730838914741038000.daf2a9d1-a101-4305-bddc-5e68e2e075d5" + }, + "code" : [ { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", + "code" : "MDIR" + } ] + } ] + } + }, { + "fullUrl" : "Observation/1730838914746679000.6cb47aca-33cd-460f-8769-e80973694db3", + "resource" : { + "resourceType" : "Observation", + "id" : "1730838914746679000.6cb47aca-33cd-460f-8769-e80973694db3", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString" : "1.1" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime" : "2021-08-10T06:25:00-06:00", + "_valueDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20210810062500-0600" + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension" : [ { + "url" : "OBX.2", + "valueId" : "ST" + }, { + "url" : "OBX.11", + "valueString" : "C" + } ] + } ], + "status" : "corrected", + "code" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } ], + "system" : "http://loinc.org", + "version" : "2.40", + "code" : "600-7", + "display" : "Bacteria identified in Blood by Culture" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "BLOODC", + "display" : "BLOOD CULTURE" + } ] + }, + "subject" : { + "reference" : "Patient/1730838914533511000.aeaeccfe-dc12-46f3-81ea-1dfb344b1949" + }, + "encounter" : { + "reference" : "Encounter/1730838914552455000.e00dcab1-8817-427b-bf71-091bff0b1446" + }, + "effectiveDateTime" : "2028-08-02T02:52:01-06:00", + "_effectiveDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280802025201-0600" + } ] + }, + "performer" : [ { + "reference" : "Organization/1730838914746992000.6d25507d-e554-4da0-aad2-8eb1d4bba5bb" + }, { + "reference" : "PractitionerRole/1730838914747157000.75a61a96-bde6-4814-b3ea-a9a0eecca9fd" + } ], + "dataAbsentReason" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/data-absent-reason", + "code" : "unknown" + } ] } - }, - { - "fullUrl" : "Practitioner/1716965606111615000.b5f4fb2a-6af4-4346-b2b1-aecd94ef0a55", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606111615000.b5f4fb2a-6af4-4346-b2b1-aecd94ef0a55", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Medical Center of Au" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "James" - }, - { - "url" : "XCN.4", - "valueString" : "Madison" - }, - { - "url" : "XCN.7", - "valueString" : "MD" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PV1.17" - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "NPI" - } - ] - }, - "system" : "Medical Center of Au", - "value" : "1437205069" - } - ], - "name" : [ - { - "family" : "Hunt", - "given" : [ - "James", - "Madison" - ], - "suffix" : [ - "MD" - ] - } - ] + } + }, { + "fullUrl" : "Organization/1730838914746992000.6d25507d-e554-4da0-aad2-8eb1d4bba5bb", + "resource" : { + "resourceType" : "Organization", + "id" : "1730838914746992000.6d25507d-e554-4da0-aad2-8eb1d4bba5bb", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LB" + } ], + "code" : "RML", + "display" : "TMCA, SOUTH CAMPUS" + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBX.15" + } ], + "identifier" : [ { + "system" : "LB", + "value" : "RML" + } ], + "name" : "TMCA, SOUTH CAMPUS" + } + }, { + "fullUrl" : "Location/1730838914747491000.5d2b74f8-135f-4fed-a9ce-c781ce233981", + "resource" : { + "resourceType" : "Location", + "id" : "1730838914747491000.5d2b74f8-135f-4fed-a9ce-c781ce233981", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ], + "name" : "TMCA, SOUTH CAMPUS", + "physicalType" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code" : "si" + } ] } - }, - { - "fullUrl" : "Location/1716965606112485000.4dacdc19-e592-4572-8801-fae2d3fafccb", - "resource" : { - "resourceType" : "Location", - "id" : "1716965606112485000.4dacdc19-e592-4572-8801-fae2d3fafccb", - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" - } - ], - "value" : "E.ICUB" - }, - { - "extension" : [ - { + } + }, { + "fullUrl" : "Practitioner/1730838914748040000.7392f614-e8f3-41fa-bef5-8884adfbdb30", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1730838914748040000.7392f614-e8f3-41fa-bef5-8884adfbdb30", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "RML" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "GREGORY" + }, { + "url" : "XCN.4", + "valueString" : "R" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.10", + "valueString" : "L" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference" : { + "reference" : "Location/1730838914747491000.5d2b74f8-135f-4fed-a9ce-c781ce233981" + } + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "FI" + } ] + }, + "system" : "RML", + "value" : "1740336429" + } ], + "name" : [ { + "use" : "official", + "family" : "KOTNIS", + "given" : [ "GREGORY", "R" ], + "prefix" : [ "DR." ], + "suffix" : [ "MD" ] + } ] + } + }, { + "fullUrl" : "Organization/1730838914748986000.239794cf-d92f-41b7-8a4f-346db0c5391d", + "resource" : { + "resourceType" : "Organization", + "id" : "1730838914748986000.239794cf-d92f-41b7-8a4f-346db0c5391d", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept" : { + "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.2,HD.3" - } - ] - } - ], - "physicalType" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "_code" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/location-physical-type-poc", - "valueString" : "poc" - } - ] - } + "valueString" : "XON.2" + } ], + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "L" + } ] } - ] + } ], + "code" : "L" + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension" : [ { + "url" : "XON.10", + "valueString" : "06D0055551" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "TMCA, SOUTH CAMPUS" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "XX" + } ] + }, + "value" : "06D0055551" + } ], + "name" : "TMCA, SOUTH CAMPUS", + "address" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "1501 S. POTOMAC" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "B" + } ] + } ], + "use" : "work", + "line" : [ "1501 S. POTOMAC" ], + "city" : "AURORA", + "district" : "S", + "state" : "IG", + "postalCode" : "80012", + "country" : "USA" + } ] + } + }, { + "fullUrl" : "PractitionerRole/1730838914747157000.75a61a96-bde6-4814-b3ea-a9a0eecca9fd", + "resource" : { + "resourceType" : "PractitionerRole", + "id" : "1730838914747157000.75a61a96-bde6-4814-b3ea-a9a0eecca9fd", + "practitioner" : { + "reference" : "Practitioner/1730838914748040000.7392f614-e8f3-41fa-bef5-8884adfbdb30" + }, + "organization" : { + "reference" : "Organization/1730838914748986000.239794cf-d92f-41b7-8a4f-346db0c5391d" + }, + "code" : [ { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", + "code" : "MDIR" + } ] + } ] + } + }, { + "fullUrl" : "Observation/1730838914750457000.11d7a4c7-d29d-406f-a873-41d6f778e1f6", + "resource" : { + "resourceType" : "Observation", + "id" : "1730838914750457000.11d7a4c7-d29d-406f-a873-41d6f778e1f6", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString" : "2.1" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime" : "2021-08-10T06:25:00-06:00", + "_valueDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20210810062500-0600" + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension" : [ { + "url" : "OBX.2", + "valueId" : "ST" + }, { + "url" : "OBX.11", + "valueString" : "C" + } ] + } ], + "status" : "corrected", + "code" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "MBCPCR", + "display" : "BLOOD CULTURE PCR" + } ], + "text" : "BLOOD CULTURE PCR" + }, + "subject" : { + "reference" : "Patient/1730838914533511000.aeaeccfe-dc12-46f3-81ea-1dfb344b1949" + }, + "encounter" : { + "reference" : "Encounter/1730838914552455000.e00dcab1-8817-427b-bf71-091bff0b1446" + }, + "effectiveDateTime" : "2028-08-02T02:52:01-06:00", + "_effectiveDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280802025201-0600" + } ] + }, + "performer" : [ { + "reference" : "Organization/1730838914750742000.53e68f9d-a714-455d-aa25-bfd988eefd9d" + }, { + "reference" : "PractitionerRole/1730838914750904000.e46934f0-987f-438b-b612-b9258465e314" + } ], + "valueString" : "GRAM POSITIVE PCR; NO TARGETS DETECTED (SEE COMMENT)" + } + }, { + "fullUrl" : "Organization/1730838914750742000.53e68f9d-a714-455d-aa25-bfd988eefd9d", + "resource" : { + "resourceType" : "Organization", + "id" : "1730838914750742000.53e68f9d-a714-455d-aa25-bfd988eefd9d", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LB" + } ], + "code" : "RML", + "display" : "TMCA, SOUTH CAMPUS" + } ] } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBX.15" + } ], + "identifier" : [ { + "system" : "LB", + "value" : "RML" + } ], + "name" : "TMCA, SOUTH CAMPUS" + } + }, { + "fullUrl" : "Location/1730838914751160000.5b7c1429-7166-4343-8aee-ed6533a901e8", + "resource" : { + "resourceType" : "Location", + "id" : "1730838914751160000.5b7c1429-7166-4343-8aee-ed6533a901e8", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ], + "name" : "TMCA, SOUTH CAMPUS", + "physicalType" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code" : "si" + } ] } - }, - { - "fullUrl" : "Location/1716965606112577000.84efeb6b-ecec-4f12-ba96-0a029e76437b", - "resource" : { - "resourceType" : "Location", - "id" : "1716965606112577000.84efeb6b-ecec-4f12-ba96-0a029e76437b", - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" - } - ], - "value" : "E.ICB" - }, - { - "extension" : [ - { + } + }, { + "fullUrl" : "Practitioner/1730838914751739000.4925ede6-c4c0-4741-ac8e-a825a2bd5f51", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1730838914751739000.4925ede6-c4c0-4741-ac8e-a825a2bd5f51", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "RML" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "GREGORY" + }, { + "url" : "XCN.4", + "valueString" : "R" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.10", + "valueString" : "L" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference" : { + "reference" : "Location/1730838914751160000.5b7c1429-7166-4343-8aee-ed6533a901e8" + } + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "FI" + } ] + }, + "system" : "RML", + "value" : "1740336429" + } ], + "name" : [ { + "use" : "official", + "family" : "KOTNIS", + "given" : [ "GREGORY", "R" ], + "prefix" : [ "DR." ], + "suffix" : [ "MD" ] + } ] + } + }, { + "fullUrl" : "Organization/1730838914752664000.de1ad85d-b623-4744-871b-acddfb644f15", + "resource" : { + "resourceType" : "Organization", + "id" : "1730838914752664000.de1ad85d-b623-4744-871b-acddfb644f15", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept" : { + "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.2,HD.3" - } - ] - } - ], - "physicalType" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "ro" + "valueString" : "XON.2" + } ], + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "L" + } ] } - ] - }, - "partOf" : { - "reference" : "Location/1716965606112485000.4dacdc19-e592-4572-8801-fae2d3fafccb" + } ], + "code" : "L" + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension" : [ { + "url" : "XON.10", + "valueString" : "06D0055551" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "TMCA, SOUTH CAMPUS" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "XX" + } ] + }, + "value" : "06D0055551" + } ], + "name" : "TMCA, SOUTH CAMPUS", + "address" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "1501 S. POTOMAC" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "B" + } ] + } ], + "use" : "work", + "line" : [ "1501 S. POTOMAC" ], + "city" : "AURORA", + "state" : "IG", + "postalCode" : "80012", + "country" : "USA" + } ] + } + }, { + "fullUrl" : "PractitionerRole/1730838914750904000.e46934f0-987f-438b-b612-b9258465e314", + "resource" : { + "resourceType" : "PractitionerRole", + "id" : "1730838914750904000.e46934f0-987f-438b-b612-b9258465e314", + "practitioner" : { + "reference" : "Practitioner/1730838914751739000.4925ede6-c4c0-4741-ac8e-a825a2bd5f51" + }, + "organization" : { + "reference" : "Organization/1730838914752664000.de1ad85d-b623-4744-871b-acddfb644f15" + }, + "code" : [ { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", + "code" : "MDIR" + } ] + } ] + } + }, { + "fullUrl" : "Observation/1730838914754255000.1450c286-7c87-4dac-a1ee-e4ae783ece39", + "resource" : { + "resourceType" : "Observation", + "id" : "1730838914754255000.1450c286-7c87-4dac-a1ee-e4ae783ece39", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString" : "2.2" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime" : "2021-08-10T06:25:00-06:00", + "_valueDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20210810062500-0600" + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension" : [ { + "url" : "OBX.2", + "valueId" : "ST" + }, { + "url" : "OBX.11", + "valueString" : "C" + } ] + } ], + "status" : "corrected", + "code" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "MPOSBC", + "display" : "BLOOD CULTURE GRAM STAIN" + } ], + "text" : "BLOOD CULTURE GRAM STAIN" + }, + "subject" : { + "reference" : "Patient/1730838914533511000.aeaeccfe-dc12-46f3-81ea-1dfb344b1949" + }, + "encounter" : { + "reference" : "Encounter/1730838914552455000.e00dcab1-8817-427b-bf71-091bff0b1446" + }, + "effectiveDateTime" : "2028-08-02T02:52:01-06:00", + "_effectiveDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280802025201-0600" + } ] + }, + "performer" : [ { + "reference" : "Organization/1730838914754536000.72316943-9fe1-4f68-b813-cc470c45632b" + }, { + "reference" : "PractitionerRole/1730838914754726000.c0b84a9e-e94c-43cc-8e78-ad12f6c83724" + } ], + "valueString" : "GRAM POSITIVE COCCI IN PAIRS", + "interpretation" : [ { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70078" + } ], + "version" : "2.5.1", + "code" : "A", + "display" : "Abnormal (applies to non-numeric results)" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "A", + "display" : "A" + } ] + } ] + } + }, { + "fullUrl" : "Organization/1730838914754536000.72316943-9fe1-4f68-b813-cc470c45632b", + "resource" : { + "resourceType" : "Organization", + "id" : "1730838914754536000.72316943-9fe1-4f68-b813-cc470c45632b", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LB" + } ], + "code" : "RML", + "display" : "TMCA, SOUTH CAMPUS" + } ] } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBX.15" + } ], + "identifier" : [ { + "system" : "LB", + "value" : "RML" + } ], + "name" : "TMCA, SOUTH CAMPUS" + } + }, { + "fullUrl" : "Location/1730838914754912000.0915f94b-86c4-4d99-a876-ae0e250a2be8", + "resource" : { + "resourceType" : "Location", + "id" : "1730838914754912000.0915f94b-86c4-4d99-a876-ae0e250a2be8", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ], + "name" : "TMCA, SOUTH CAMPUS", + "physicalType" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code" : "si" + } ] } - }, - { - "fullUrl" : "Location/1716965606112801000.93a63c26-db26-4956-b552-25c274c331fc", - "resource" : { - "resourceType" : "Location", - "id" : "1716965606112801000.93a63c26-db26-4956-b552-25c274c331fc", - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" - } - ], - "value" : "05" - }, - { - "extension" : [ - { + } + }, { + "fullUrl" : "Practitioner/1730838914755506000.94b4d33b-2bad-443d-8c05-4941d9b8b991", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1730838914755506000.94b4d33b-2bad-443d-8c05-4941d9b8b991", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "RML" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "GREGORY" + }, { + "url" : "XCN.4", + "valueString" : "R" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.10", + "valueString" : "L" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference" : { + "reference" : "Location/1730838914754912000.0915f94b-86c4-4d99-a876-ae0e250a2be8" + } + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "FI" + } ] + }, + "system" : "RML", + "value" : "1740336429" + } ], + "name" : [ { + "use" : "official", + "family" : "KOTNIS", + "given" : [ "GREGORY", "R" ], + "prefix" : [ "DR." ], + "suffix" : [ "MD" ] + } ] + } + }, { + "fullUrl" : "Organization/1730838914756379000.fd4c09f7-d193-47c5-9acc-ff236a1b86f1", + "resource" : { + "resourceType" : "Organization", + "id" : "1730838914756379000.fd4c09f7-d193-47c5-9acc-ff236a1b86f1", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept" : { + "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.2,HD.3" - } - ] - } - ], - "mode" : "instance", - "physicalType" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "bd" + "valueString" : "XON.2" + } ], + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "L" + } ] } - ] - }, - "partOf" : { - "reference" : "Location/1716965606112577000.84efeb6b-ecec-4f12-ba96-0a029e76437b" + } ], + "code" : "L" } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension" : [ { + "url" : "XON.10", + "valueString" : "06D0055551" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "TMCA, SOUTH CAMPUS" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "XX" + } ] + }, + "value" : "06D0055551" + } ], + "name" : "TMCA, SOUTH CAMPUS", + "address" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "1501 S. POTOMAC" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "B" + } ] + } ], + "use" : "work", + "line" : [ "1501 S. POTOMAC" ], + "city" : "AURORA", + "district" : "A", + "state" : "IG", + "postalCode" : "80012", + "country" : "USA" + } ] + } + }, { + "fullUrl" : "PractitionerRole/1730838914754726000.c0b84a9e-e94c-43cc-8e78-ad12f6c83724", + "resource" : { + "resourceType" : "PractitionerRole", + "id" : "1730838914754726000.c0b84a9e-e94c-43cc-8e78-ad12f6c83724", + "practitioner" : { + "reference" : "Practitioner/1730838914755506000.94b4d33b-2bad-443d-8c05-4941d9b8b991" + }, + "organization" : { + "reference" : "Organization/1730838914756379000.fd4c09f7-d193-47c5-9acc-ff236a1b86f1" + }, + "code" : [ { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", + "code" : "MDIR" + } ] + } ] + } + }, { + "fullUrl" : "Observation/1730838914757918000.71ba2d30-22a8-4a57-9b4f-ac2ea4a6af9e", + "resource" : { + "resourceType" : "Observation", + "id" : "1730838914757918000.71ba2d30-22a8-4a57-9b4f-ac2ea4a6af9e", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString" : "2.3" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime" : "2021-08-10T06:25:00-06:00", + "_valueDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20210810062500-0600" + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension" : [ { + "url" : "OBX.2", + "valueId" : "ST" + }, { + "url" : "OBX.11", + "valueString" : "C" + } ] + } ], + "status" : "corrected", + "code" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "MPOSBC", + "display" : "BLOOD CULTURE GRAM STAIN" + } ], + "text" : "BLOOD CULTURE GRAM STAIN" + }, + "subject" : { + "reference" : "Patient/1730838914533511000.aeaeccfe-dc12-46f3-81ea-1dfb344b1949" + }, + "encounter" : { + "reference" : "Encounter/1730838914552455000.e00dcab1-8817-427b-bf71-091bff0b1446" + }, + "effectiveDateTime" : "2028-08-02T02:52:01-06:00", + "_effectiveDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280802025201-0600" + } ] + }, + "performer" : [ { + "reference" : "Organization/1730838914758206000.036b7df2-7e27-43f0-bcde-4f5043376e7b" + }, { + "reference" : "PractitionerRole/1730838914758362000.58bd98c3-0c63-473c-9420-be20c9ec79f6" + } ], + "valueString" : "ANAEROBIC BOTTLE" + } + }, { + "fullUrl" : "Organization/1730838914758206000.036b7df2-7e27-43f0-bcde-4f5043376e7b", + "resource" : { + "resourceType" : "Organization", + "id" : "1730838914758206000.036b7df2-7e27-43f0-bcde-4f5043376e7b", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LB" + } ], + "code" : "RML", + "display" : "TMCA, SOUTH CAMPUS" + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBX.15" + } ], + "identifier" : [ { + "system" : "LB", + "value" : "RML" + } ], + "name" : "TMCA, SOUTH CAMPUS" + } + }, { + "fullUrl" : "Location/1730838914758543000.61224df6-d5be-4cf6-9ab0-2eedeaf4a320", + "resource" : { + "resourceType" : "Location", + "id" : "1730838914758543000.61224df6-d5be-4cf6-9ab0-2eedeaf4a320", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ], + "name" : "TMCA, SOUTH CAMPUS", + "physicalType" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code" : "si" + } ] } - }, - { - "fullUrl" : "EpisodeOfCare/1716965606113198000.e6c79f25-2b1c-409f-96fd-745729de99eb", - "resource" : { - "resourceType" : "EpisodeOfCare", - "id" : "1716965606113198000.e6c79f25-2b1c-409f-96fd-745729de99eb", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PV1.54" - } - ] - } - }, - { - "fullUrl" : "Observation/1716965606222412000.c037ad5e-3f81-4285-9e60-c2c885f16e42", - "resource" : { - "resourceType" : "Observation", - "id" : "1716965606222412000.c037ad5e-3f81-4285-9e60-c2c885f16e42", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1.1" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2028-08-07T16:36:01-06:00", - "_valueDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280807163601-0600" - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ - { - "url" : "OBX.2", - "valueId" : "ST" - }, - { - "url" : "OBX.11", - "valueString" : "C" - } - ] - } - ], - "status" : "corrected", - "code" : { - "coding" : [ - { - "extension" : [ - { + } + }, { + "fullUrl" : "Practitioner/1730838914759070000.c6f2542a-e9a0-4a0f-8355-46f5d63ce9e0", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1730838914759070000.c6f2542a-e9a0-4a0f-8355-46f5d63ce9e0", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "RML" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "GREGORY" + }, { + "url" : "XCN.4", + "valueString" : "R" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.10", + "valueString" : "L" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference" : { + "reference" : "Location/1730838914758543000.61224df6-d5be-4cf6-9ab0-2eedeaf4a320" + } + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "FI" + } ] + }, + "system" : "RML", + "value" : "1740336429" + } ], + "name" : [ { + "use" : "official", + "family" : "KOTNIS", + "given" : [ "GREGORY", "R" ], + "prefix" : [ "DR." ], + "suffix" : [ "MD" ] + } ] + } + }, { + "fullUrl" : "Organization/1730838914759949000.48d12ee7-bd88-4e86-b4ef-374e23efb22f", + "resource" : { + "resourceType" : "Organization", + "id" : "1730838914759949000.48d12ee7-bd88-4e86-b4ef-374e23efb22f", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "XON.2" + } ], + "coding" : [ { + "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } - ], - "system" : "http://loinc.org", - "version" : "2.40", - "code" : "600-7", - "display" : "Bacteria identified in Blood by Culture" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "BCEXT", - "display" : "EXTENDED BLOOD CULTURE" + } ], + "code" : "L" + } ] } - ] - }, - "subject" : { - "reference" : "Patient/1716965606097981000.a9e583b2-8233-4a28-b882-d0a7d74c0b8e" - }, - "encounter" : { - "reference" : "Encounter/1716965606112940000.37c8abef-ba3d-4cf0-9290-84f8d7f8d47f" - }, - "effectiveDateTime" : "2028-08-02T02:52:01-06:00", - "_effectiveDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" - } - ] - }, - "performer" : [ - { - "reference" : "Organization/1716965606222832000.9f96b4a5-1c79-4994-bb02-14ceb9bbe2a9" - }, - { - "reference" : "PractitionerRole/1716965606223019000.59a18166-e03b-4a96-978c-a20989f1147a" - } - ], - "dataAbsentReason" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/data-absent-reason", - "code" : "unknown" - } - ] + } ], + "code" : "L" + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension" : [ { + "url" : "XON.10", + "valueString" : "06D0055551" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "TMCA, SOUTH CAMPUS" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "XX" + } ] + }, + "value" : "06D0055551" + } ], + "name" : "TMCA, SOUTH CAMPUS", + "address" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "1501 S. POTOMAC" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "B" + } ] + } ], + "use" : "work", + "line" : [ "1501 S. POTOMAC" ], + "city" : "AURORA", + "state" : "IG", + "postalCode" : "80012", + "country" : "USA" + } ] + } + }, { + "fullUrl" : "PractitionerRole/1730838914758362000.58bd98c3-0c63-473c-9420-be20c9ec79f6", + "resource" : { + "resourceType" : "PractitionerRole", + "id" : "1730838914758362000.58bd98c3-0c63-473c-9420-be20c9ec79f6", + "practitioner" : { + "reference" : "Practitioner/1730838914759070000.c6f2542a-e9a0-4a0f-8355-46f5d63ce9e0" + }, + "organization" : { + "reference" : "Organization/1730838914759949000.48d12ee7-bd88-4e86-b4ef-374e23efb22f" + }, + "code" : [ { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", + "code" : "MDIR" + } ] + } ] + } + }, { + "fullUrl" : "Observation/1730838914761281000.8248137a-4beb-4915-a234-653c14b8991a", + "resource" : { + "resourceType" : "Observation", + "id" : "1730838914761281000.8248137a-4beb-4915-a234-653c14b8991a", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString" : "2.4" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime" : "2021-08-10T06:25:00-06:00", + "_valueDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20210810062500-0600" + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension" : [ { + "url" : "OBX.2", + "valueId" : "ST" + }, { + "url" : "OBX.11", + "valueString" : "C" + } ] + } ], + "status" : "corrected", + "code" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "MPOSBC", + "display" : "BLOOD CULTURE GRAM STAIN" + } ], + "text" : "BLOOD CULTURE GRAM STAIN" + }, + "subject" : { + "reference" : "Patient/1730838914533511000.aeaeccfe-dc12-46f3-81ea-1dfb344b1949" + }, + "encounter" : { + "reference" : "Encounter/1730838914552455000.e00dcab1-8817-427b-bf71-091bff0b1446" + }, + "effectiveDateTime" : "2028-08-02T02:52:01-06:00", + "_effectiveDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280802025201-0600" + } ] + }, + "performer" : [ { + "reference" : "Organization/1730838914761569000.94163319-903f-4f61-bad9-f28a3ec0c734" + }, { + "reference" : "PractitionerRole/1730838914761697000.2dd3cf37-5ece-4de0-8091-41a80bab711d" + } ], + "valueString" : "YEAST", + "interpretation" : [ { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70078" + } ], + "version" : "2.5.1", + "code" : "A", + "display" : "Abnormal (applies to non-numeric results)" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "A", + "display" : "A" + } ] + } ] + } + }, { + "fullUrl" : "Organization/1730838914761569000.94163319-903f-4f61-bad9-f28a3ec0c734", + "resource" : { + "resourceType" : "Organization", + "id" : "1730838914761569000.94163319-903f-4f61-bad9-f28a3ec0c734", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LB" + } ], + "code" : "RML", + "display" : "TMCA, SOUTH CAMPUS" + } ] } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBX.15" + } ], + "identifier" : [ { + "system" : "LB", + "value" : "RML" + } ], + "name" : "TMCA, SOUTH CAMPUS" + } + }, { + "fullUrl" : "Location/1730838914761888000.13e1459a-ff3e-470d-b738-f5fb1428a39b", + "resource" : { + "resourceType" : "Location", + "id" : "1730838914761888000.13e1459a-ff3e-470d-b738-f5fb1428a39b", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ], + "name" : "TMCA, SOUTH CAMPUS", + "physicalType" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code" : "si" + } ] } - }, - { - "fullUrl" : "Organization/1716965606222832000.9f96b4a5-1c79-4994-bb02-14ceb9bbe2a9", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606222832000.9f96b4a5-1c79-4994-bb02-14ceb9bbe2a9", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", + } + }, { + "fullUrl" : "Practitioner/1730838914762388000.b231661e-1f78-4bc7-8cf1-55193d1a9d61", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1730838914762388000.b231661e-1f78-4bc7-8cf1-55193d1a9d61", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "RML" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "GREGORY" + }, { + "url" : "XCN.4", + "valueString" : "R" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.10", + "valueString" : "L" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference" : { + "reference" : "Location/1730838914761888000.13e1459a-ff3e-470d-b738-f5fb1428a39b" + } + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "FI" + } ] + }, + "system" : "RML", + "value" : "1740336429" + } ], + "name" : [ { + "use" : "official", + "family" : "KOTNIS", + "given" : [ "GREGORY", "R" ], + "prefix" : [ "DR." ], + "suffix" : [ "MD" ] + } ] + } + }, { + "fullUrl" : "Organization/1730838914763287000.b8c3e4b7-cd32-4435-a629-94ef14ced79d", + "resource" : { + "resourceType" : "Organization", + "id" : "1730838914763287000.b8c3e4b7-cd32-4435-a629-94ef14ced79d", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LB" - } - ], - "code" : "MCOE", - "display" : "ROSE MEDICAL CENTER (MCOE)" - } - ] + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "XON.2" + } ], + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "L" + } ] } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } - ], - "identifier" : [ - { - "system" : "LB", - "value" : "MCOE" - } - ], - "name" : "ROSE MEDICAL CENTER (MCOE)" + } ], + "code" : "L" + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension" : [ { + "url" : "XON.10", + "valueString" : "06D0055551" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "TMCA, SOUTH CAMPUS" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "XX" + } ] + }, + "value" : "06D0055551" + } ], + "name" : "TMCA, SOUTH CAMPUS", + "address" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "1501 S. POTOMAC" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "B" + } ] + } ], + "use" : "work", + "line" : [ "1501 S. POTOMAC" ], + "city" : "AURORA", + "district" : "A", + "state" : "IG", + "postalCode" : "80012", + "country" : "USA" + } ] + } + }, { + "fullUrl" : "PractitionerRole/1730838914761697000.2dd3cf37-5ece-4de0-8091-41a80bab711d", + "resource" : { + "resourceType" : "PractitionerRole", + "id" : "1730838914761697000.2dd3cf37-5ece-4de0-8091-41a80bab711d", + "practitioner" : { + "reference" : "Practitioner/1730838914762388000.b231661e-1f78-4bc7-8cf1-55193d1a9d61" + }, + "organization" : { + "reference" : "Organization/1730838914763287000.b8c3e4b7-cd32-4435-a629-94ef14ced79d" + }, + "code" : [ { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", + "code" : "MDIR" + } ] + } ] + } + }, { + "fullUrl" : "Observation/1730838914764878000.6afb20de-601f-4d38-bafd-690a16277184", + "resource" : { + "resourceType" : "Observation", + "id" : "1730838914764878000.6afb20de-601f-4d38-bafd-690a16277184", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString" : "2.5" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime" : "2021-08-10T06:25:00-06:00", + "_valueDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20210810062500-0600" + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension" : [ { + "url" : "OBX.2", + "valueId" : "ST" + }, { + "url" : "OBX.11", + "valueString" : "C" + } ] + } ], + "status" : "corrected", + "code" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "MPOSBC", + "display" : "BLOOD CULTURE GRAM STAIN" + } ], + "text" : "BLOOD CULTURE GRAM STAIN" + }, + "subject" : { + "reference" : "Patient/1730838914533511000.aeaeccfe-dc12-46f3-81ea-1dfb344b1949" + }, + "encounter" : { + "reference" : "Encounter/1730838914552455000.e00dcab1-8817-427b-bf71-091bff0b1446" + }, + "effectiveDateTime" : "2028-08-02T02:52:01-06:00", + "_effectiveDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280802025201-0600" + } ] + }, + "performer" : [ { + "reference" : "Organization/1730838914765197000.c3052de5-605e-4586-99d3-7ea0ae7a18f6" + }, { + "reference" : "PractitionerRole/1730838914765343000.8bf63cb2-9ad2-442a-9211-0f4449b5f33e" + } ], + "valueString" : "AEROBIC BOTTLE" + } + }, { + "fullUrl" : "Organization/1730838914765197000.c3052de5-605e-4586-99d3-7ea0ae7a18f6", + "resource" : { + "resourceType" : "Organization", + "id" : "1730838914765197000.c3052de5-605e-4586-99d3-7ea0ae7a18f6", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LB" + } ], + "code" : "RML", + "display" : "TMCA, SOUTH CAMPUS" + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBX.15" + } ], + "identifier" : [ { + "system" : "LB", + "value" : "RML" + } ], + "name" : "TMCA, SOUTH CAMPUS" + } + }, { + "fullUrl" : "Location/1730838914765554000.e2d9df31-c9e2-4e98-a04c-d735e333e01d", + "resource" : { + "resourceType" : "Location", + "id" : "1730838914765554000.e2d9df31-c9e2-4e98-a04c-d735e333e01d", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ], + "name" : "TMCA, SOUTH CAMPUS", + "physicalType" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code" : "si" + } ] } - }, - { - "fullUrl" : "Practitioner/1716965606223777000.afa81d60-47df-4e4f-a34c-8b1341db1069", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606223777000.afa81d60-47df-4e4f-a34c-8b1341db1069", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "Shalini" - }, - { - "url" : "XCN.21", - "valueString" : "MD" - }, - { - "url" : "XCN.10", + } + }, { + "fullUrl" : "Practitioner/1730838914766240000.ee6af7ea-4296-415c-afe9-338ddd8eead9", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1730838914766240000.ee6af7ea-4296-415c-afe9-338ddd8eead9", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "RML" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "GREGORY" + }, { + "url" : "XCN.4", + "valueString" : "R" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.10", + "valueString" : "L" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference" : { + "reference" : "Location/1730838914765554000.e2d9df31-c9e2-4e98-a04c-d735e333e01d" + } + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "FI" + } ] + }, + "system" : "RML", + "value" : "1740336429" + } ], + "name" : [ { + "use" : "official", + "family" : "KOTNIS", + "given" : [ "GREGORY", "R" ], + "prefix" : [ "DR." ], + "suffix" : [ "MD" ] + } ] + } + }, { + "fullUrl" : "Organization/1730838914767295000.9df9b693-2a28-46a2-929a-7ab73616e189", + "resource" : { + "resourceType" : "Organization", + "id" : "1730838914767295000.9df9b693-2a28-46a2-929a-7ab73616e189", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "XON.2" + } ], + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "L" + } ] + } + } ], + "code" : "L" + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension" : [ { + "url" : "XON.10", + "valueString" : "06D0055551" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "TMCA, SOUTH CAMPUS" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "XX" + } ] + }, + "value" : "06D0055551" + } ], + "name" : "TMCA, SOUTH CAMPUS", + "address" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "1501 S. POTOMAC" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "B" + } ] + } ], + "use" : "work", + "line" : [ "1501 S. POTOMAC" ], + "city" : "AURORA", + "state" : "IG", + "postalCode" : "80012", + "country" : "USA" + } ] + } + }, { + "fullUrl" : "PractitionerRole/1730838914765343000.8bf63cb2-9ad2-442a-9211-0f4449b5f33e", + "resource" : { + "resourceType" : "PractitionerRole", + "id" : "1730838914765343000.8bf63cb2-9ad2-442a-9211-0f4449b5f33e", + "practitioner" : { + "reference" : "Practitioner/1730838914766240000.ee6af7ea-4296-415c-afe9-338ddd8eead9" + }, + "organization" : { + "reference" : "Organization/1730838914767295000.9df9b693-2a28-46a2-929a-7ab73616e189" + }, + "code" : [ { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", + "code" : "MDIR" + } ] + } ] + } + }, { + "fullUrl" : "Observation/1730838914769074000.2cbaf2ff-ff70-4bfd-a814-c2f3cfb51c50", + "resource" : { + "resourceType" : "Observation", + "id" : "1730838914769074000.2cbaf2ff-ff70-4bfd-a814-c2f3cfb51c50", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime" : "2021-08-10T06:25:00-06:00", + "_valueDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20210810062500-0600" + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension" : [ { + "url" : "OBX.2", + "valueId" : "CWE" + }, { + "url" : "OBX.11", + "valueString" : "C" + } ] + } ], + "status" : "corrected", + "code" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } ], + "system" : "http://loinc.org", + "version" : "2.40", + "code" : "600-7", + "display" : "Bacteria identified in Blood by Culture" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "BLOODC", + "display" : "BLOOD CULTURE" + } ] + }, + "subject" : { + "reference" : "Patient/1730838914533511000.aeaeccfe-dc12-46f3-81ea-1dfb344b1949" + }, + "encounter" : { + "reference" : "Encounter/1730838914552455000.e00dcab1-8817-427b-bf71-091bff0b1446" + }, + "effectiveDateTime" : "2028-08-02T02:52:01-06:00", + "_effectiveDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280802025201-0600" + } ] + }, + "performer" : [ { + "reference" : "Organization/1730838914769447000.f3914c63-1deb-46c3-b639-a684d8cebfef" + }, { + "reference" : "PractitionerRole/1730838914769615000.53960ca1-dd67-4c05-9904-2eb26198c17c" + } ], + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "POSITIVE", + "display" : "POSITIVE" + } ], + "text" : "POSITIVE" + }, + "note" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension" : [ { + "url" : "NTE.2", + "valueId" : "L" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "Nucleic acid test for the detection of Staphylococcus spp.," + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70364" + } ], + "version" : "2.5.1", + "code" : "RE", + "display" : "Remark" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", "valueString" : "L" - } - ] - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "FI" - } - ] - }, - "system" : "RML", - "value" : "1033122247" - } - ], - "name" : [ - { - "use" : "official", - "family" : "Chahal", - "given" : [ - "Shalini" - ], - "prefix" : [ - "Dr." - ], - "suffix" : [ - "MD" - ] + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "C", + "display" : "Comment" + } ] + } + } ], + "text" : "Nucleic acid test for the detection of Staphylococcus spp.," + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension" : [ { + "url" : "NTE.2", + "valueId" : "L" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "S. aureus, S. epidermidis, S. lugdunensis, Streptococcus" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70364" + } ], + "version" : "2.5.1", + "code" : "RE", + "display" : "Remark" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "C", + "display" : "Comment" + } ] + } + } ], + "text" : "S. aureus, S. epidermidis, S. lugdunensis, Streptococcus" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension" : [ { + "url" : "NTE.2", + "valueId" : "L" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "spp., S. pneumoniae, S. pyogenes, S. agalactiae," + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70364" + } ], + "version" : "2.5.1", + "code" : "RE", + "display" : "Remark" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "C", + "display" : "Comment" + } ] + } + } ], + "text" : "spp., S. pneumoniae, S. pyogenes, S. agalactiae," + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension" : [ { + "url" : "NTE.2", + "valueId" : "L" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "S. anginosus group, Enterococcus faecalis, Enterococcus" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70364" + } ], + "version" : "2.5.1", + "code" : "RE", + "display" : "Remark" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "C", + "display" : "Comment" + } ] + } + } ], + "text" : "S. anginosus group, Enterococcus faecalis, Enterococcus" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension" : [ { + "url" : "NTE.2", + "valueId" : "L" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "faecium, mec-A mediated methicillin resistance, and" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70364" + } ], + "version" : "2.5.1", + "code" : "RE", + "display" : "Remark" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "C", + "display" : "Comment" + } ] + } + } ], + "text" : "faecium, mec-A mediated methicillin resistance, and" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension" : [ { + "url" : "NTE.2", + "valueId" : "L" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "vanA/vanB mediated Vancomycin resistance was performed and" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70364" + } ], + "version" : "2.5.1", + "code" : "RE", + "display" : "Remark" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "C", + "display" : "Comment" + } ] + } + } ], + "text" : "vanA/vanB mediated Vancomycin resistance was performed and" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension" : [ { + "url" : "NTE.2", + "valueId" : "L" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "was NEGATIVE for all targets tested." + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70364" + } ], + "version" : "2.5.1", + "code" : "RE", + "display" : "Remark" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "C", + "display" : "Comment" + } ] + } + } ], + "text" : "was NEGATIVE for all targets tested." + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension" : [ { + "url" : "NTE.2", + "valueId" : "L" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70364" + } ], + "version" : "2.5.1", + "code" : "RE", + "display" : "Remark" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "C", + "display" : "Comment" + } ] + } + } ] + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension" : [ { + "url" : "NTE.2", + "valueId" : "L" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "*****CORRECTED REPORT*****" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70364" + } ], + "version" : "2.5.1", + "code" : "RE", + "display" : "Remark" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "C", + "display" : "Comment" + } ] + } + } ], + "text" : "*****CORRECTED REPORT*****" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension" : [ { + "url" : "NTE.2", + "valueId" : "L" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "Previous report of was incorrect." + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70364" + } ], + "version" : "2.5.1", + "code" : "RE", + "display" : "Remark" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "C", + "display" : "Comment" + } ] + } + } ], + "text" : "Previous report of was incorrect." + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension" : [ { + "url" : "NTE.2", + "valueId" : "L" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "The correct report of YEAST PRESENT ON GRAM STAIN" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70364" + } ], + "version" : "2.5.1", + "code" : "RE", + "display" : "Remark" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "C", + "display" : "Comment" + } ] + } + } ], + "text" : "The correct report of YEAST PRESENT ON GRAM STAIN" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension" : [ { + "url" : "NTE.2", + "valueId" : "L" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "was called and texted to ALLISON CABRERA" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70364" + } ], + "version" : "2.5.1", + "code" : "RE", + "display" : "Remark" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "C", + "display" : "Comment" + } ] + } + } ], + "text" : "was called and texted to ALLISON CABRERA" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension" : [ { + "url" : "NTE.2", + "valueId" : "L" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "Date:08/08/28 Time:0613 Called by:ELB.RMH" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70364" + } ], + "version" : "2.5.1", + "code" : "RE", + "display" : "Remark" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "C", + "display" : "Comment" + } ] + } + } ], + "text" : "Date:08/08/28 Time:0613 Called by:ELB.RMH" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension" : [ { + "url" : "NTE.2", + "valueId" : "L" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70364" + } ], + "version" : "2.5.1", + "code" : "RE", + "display" : "Remark" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "C", + "display" : "Comment" + } ] + } + } ] + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension" : [ { + "url" : "NTE.2", + "valueId" : "L" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "Critical result called to and read back by:RN LIBBY HILL" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70364" + } ], + "version" : "2.5.1", + "code" : "RE", + "display" : "Remark" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "C", + "display" : "Comment" + } ] + } + } ], + "text" : "Critical result called to and read back by:RN LIBBY HILL" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension" : [ { + "url" : "NTE.2", + "valueId" : "L" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "Location:ICU on 08/06/21 at 1136 by ELB.HC" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70364" + } ], + "version" : "2.5.1", + "code" : "RE", + "display" : "Remark" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "C", + "display" : "Comment" + } ] + } + } ], + "text" : "Location:ICU on 08/06/21 at 1136 by ELB.HC" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension" : [ { + "url" : "NTE.2", + "valueId" : "L" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70364" + } ], + "version" : "2.5.1", + "code" : "RE", + "display" : "Remark" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "C", + "display" : "Comment" + } ] + } + } ] + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension" : [ { + "url" : "NTE.2", + "valueId" : "L" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "Critical result called to and read back by:HANNAH STEVENS RN" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70364" + } ], + "version" : "2.5.1", + "code" : "RE", + "display" : "Remark" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "C", + "display" : "Comment" + } ] + } + } ], + "text" : "Critical result called to and read back by:HANNAH STEVENS RN" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension" : [ { + "url" : "NTE.2", + "valueId" : "L" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "Location:ICUB on 08/02/28 at 2201 by ELB.MS3" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70364" + } ], + "version" : "2.5.1", + "code" : "RE", + "display" : "Remark" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "C", + "display" : "Comment" + } ] } - ] + } ], + "text" : "Location:ICUB on 08/02/28 at 2201 by ELB.MS3" + } ] + } + }, { + "fullUrl" : "Organization/1730838914769447000.f3914c63-1deb-46c3-b639-a684d8cebfef", + "resource" : { + "resourceType" : "Organization", + "id" : "1730838914769447000.f3914c63-1deb-46c3-b639-a684d8cebfef", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LB" + } ], + "code" : "RML", + "display" : "TMCA, SOUTH CAMPUS" + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBX.15" + } ], + "identifier" : [ { + "system" : "LB", + "value" : "RML" + } ], + "name" : "TMCA, SOUTH CAMPUS" + } + }, { + "fullUrl" : "Location/1730838914769844000.dfcc6738-80bd-4f6b-8059-bb2faaf91aa6", + "resource" : { + "resourceType" : "Location", + "id" : "1730838914769844000.dfcc6738-80bd-4f6b-8059-bb2faaf91aa6", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ], + "name" : "TMCA, SOUTH CAMPUS", + "physicalType" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code" : "si" + } ] } - }, - { - "fullUrl" : "Organization/1716965606224819000.bfb3ddb8-8856-43f1-a596-132f5b291bb6", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606224819000.bfb3ddb8-8856-43f1-a596-132f5b291bb6", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { + } + }, { + "fullUrl" : "Practitioner/1730838914770578000.953e22ec-c55e-4cae-b0a6-b36dd96589c5", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1730838914770578000.953e22ec-c55e-4cae-b0a6-b36dd96589c5", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "RML" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "GREGORY" + }, { + "url" : "XCN.4", + "valueString" : "R" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.10", + "valueString" : "L" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference" : { + "reference" : "Location/1730838914769844000.dfcc6738-80bd-4f6b-8059-bb2faaf91aa6" + } + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "FI" + } ] + }, + "system" : "RML", + "value" : "1740336429" + } ], + "name" : [ { + "use" : "official", + "family" : "KOTNIS", + "given" : [ "GREGORY", "R" ], + "prefix" : [ "DR." ], + "suffix" : [ "MD" ] + } ] + } + }, { + "fullUrl" : "Organization/1730838914771593000.8945a665-8298-442c-9afa-89eaed432315", + "resource" : { + "resourceType" : "Organization", + "id" : "1730838914771593000.8945a665-8298-442c-9afa-89eaed432315", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "XON.2" + } ], + "coding" : [ { + "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ], - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } - ], - "code" : "L" - } - ] - } - } - ], - "code" : "L" + "valueString" : "coding" + } ], + "code" : "L" + } ] } - } - ], - "name" : "ROSE MEDICAL CENTER (MCOE)", - "address" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "4567 E. NINTH AVENUE" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "B" - } - ] - } - ], - "use" : "work", - "line" : [ - "4567 E. NINTH AVENUE" - ], - "city" : "DENVER", - "district" : "S", - "state" : "IG", - "postalCode" : "80220", - "country" : "USA" - } - ] + } ], + "code" : "L" + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension" : [ { + "url" : "XON.10", + "valueString" : "06D0055551" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "TMCA, SOUTH CAMPUS" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "XX" + } ] + }, + "value" : "06D0055551" + } ], + "name" : "TMCA, SOUTH CAMPUS", + "address" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "1501 S. POTOMAC" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "B" + } ] + } ], + "use" : "work", + "line" : [ "1501 S. POTOMAC" ], + "city" : "AURORA", + "district" : "MD", + "state" : "IG", + "postalCode" : "80012", + "country" : "USA" + } ] + } + }, { + "fullUrl" : "PractitionerRole/1730838914769615000.53960ca1-dd67-4c05-9904-2eb26198c17c", + "resource" : { + "resourceType" : "PractitionerRole", + "id" : "1730838914769615000.53960ca1-dd67-4c05-9904-2eb26198c17c", + "practitioner" : { + "reference" : "Practitioner/1730838914770578000.953e22ec-c55e-4cae-b0a6-b36dd96589c5" + }, + "organization" : { + "reference" : "Organization/1730838914771593000.8945a665-8298-442c-9afa-89eaed432315" + }, + "code" : [ { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", + "code" : "MDIR" + } ] + } ] + } + }, { + "fullUrl" : "Observation/1730838914778922000.ecf78aac-289c-40ab-96cc-09e0898af48e", + "resource" : { + "resourceType" : "Observation", + "id" : "1730838914778922000.ecf78aac-289c-40ab-96cc-09e0898af48e", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString" : "1" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime" : "2021-08-05T01:38:00-06:00", + "_valueDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20210805013800-0600" + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension" : [ { + "url" : "OBX.2", + "valueId" : "CE" + }, { + "url" : "OBX.11", + "valueString" : "F" + } ] + } ], + "status" : "final", + "code" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } ], + "system" : "http://loinc.org", + "version" : "2.40", + "code" : "77202-0", + "display" : "Laboratory comment [Text] in Report Narrative" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "VERGPCOM", + "display" : "COMMENT" + } ] + }, + "subject" : { + "reference" : "Patient/1730838914533511000.aeaeccfe-dc12-46f3-81ea-1dfb344b1949" + }, + "encounter" : { + "reference" : "Encounter/1730838914552455000.e00dcab1-8817-427b-bf71-091bff0b1446" + }, + "effectiveDateTime" : "2028-08-02T02:52:01-06:00", + "_effectiveDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280802025201-0600" + } ] + }, + "performer" : [ { + "reference" : "Organization/1730838914779247000.fe2bcee3-4b65-45bb-b7d4-27f81f1ffce7" + }, { + "reference" : "PractitionerRole/1730838914779388000.e2634d64-71ba-4adf-91d4-7d634327fa7c" + } ], + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "code" : "COM" + } ] } - }, - { - "fullUrl" : "PractitionerRole/1716965606223019000.59a18166-e03b-4a96-978c-a20989f1147a", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1716965606223019000.59a18166-e03b-4a96-978c-a20989f1147a", - "practitioner" : { - "reference" : "Practitioner/1716965606223777000.afa81d60-47df-4e4f-a34c-8b1341db1069" - }, - "organization" : { - "reference" : "Organization/1716965606224819000.bfb3ddb8-8856-43f1-a596-132f5b291bb6" - }, - "code" : [ - { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } - ] - } - ] + } + }, { + "fullUrl" : "Organization/1730838914779247000.fe2bcee3-4b65-45bb-b7d4-27f81f1ffce7", + "resource" : { + "resourceType" : "Organization", + "id" : "1730838914779247000.fe2bcee3-4b65-45bb-b7d4-27f81f1ffce7", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LB" + } ], + "code" : "RML", + "display" : "TMCA, SOUTH CAMPUS" + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBX.15" + } ], + "identifier" : [ { + "system" : "LB", + "value" : "RML" + } ], + "name" : "TMCA, SOUTH CAMPUS" + } + }, { + "fullUrl" : "Location/1730838914779571000.b51c8ee9-129b-4b12-9f78-d93168c05099", + "resource" : { + "resourceType" : "Location", + "id" : "1730838914779571000.b51c8ee9-129b-4b12-9f78-d93168c05099", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ], + "name" : "TMCA, SOUTH CAMPUS", + "physicalType" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code" : "si" + } ] } - }, - { - "fullUrl" : "Observation/1716965606227102000.ccc9dc26-0d52-4996-baa4-2892638838d6", - "resource" : { - "resourceType" : "Observation", - "id" : "1716965606227102000.ccc9dc26-0d52-4996-baa4-2892638838d6", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2028-08-07T16:36:01-06:00", - "_valueDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280807163601-0600" - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ - { - "url" : "OBX.2", - "valueId" : "CWE" - }, - { - "url" : "OBX.11", - "valueString" : "C" - } - ] - } - ], - "status" : "corrected", - "code" : { - "coding" : [ - { - "extension" : [ - { + } + }, { + "fullUrl" : "Practitioner/1730838914780165000.353ec5dc-8dac-493e-b9df-d6c9ed962ab7", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1730838914780165000.353ec5dc-8dac-493e-b9df-d6c9ed962ab7", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "RML" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "GREGORY" + }, { + "url" : "XCN.4", + "valueString" : "R" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.10", + "valueString" : "L" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference" : { + "reference" : "Location/1730838914779571000.b51c8ee9-129b-4b12-9f78-d93168c05099" + } + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "FI" + } ] + }, + "system" : "RML", + "value" : "1740336429" + } ], + "name" : [ { + "use" : "official", + "family" : "KOTNIS", + "given" : [ "GREGORY", "R" ], + "prefix" : [ "DR." ], + "suffix" : [ "MD" ] + } ] + } + }, { + "fullUrl" : "Organization/1730838914781218000.136fb33e-2632-4b36-ac5a-65bddc09c252", + "resource" : { + "resourceType" : "Organization", + "id" : "1730838914781218000.136fb33e-2632-4b36-ac5a-65bddc09c252", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "XON.2" + } ], + "coding" : [ { + "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } - ], - "system" : "http://loinc.org", - "version" : "2.40", - "code" : "600-7", - "display" : "Bacteria identified in Blood by Culture" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "BCEXT", - "display" : "EXTENDED BLOOD CULTURE" - } - ] - }, - "subject" : { - "reference" : "Patient/1716965606097981000.a9e583b2-8233-4a28-b882-d0a7d74c0b8e" - }, - "encounter" : { - "reference" : "Encounter/1716965606112940000.37c8abef-ba3d-4cf0-9290-84f8d7f8d47f" - }, - "effectiveDateTime" : "2028-08-02T02:52:01-06:00", - "_effectiveDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" + } ], + "code" : "L" + } ] } - ] - }, - "performer" : [ - { - "reference" : "Organization/1716965606227492000.16ea6d3d-222a-4625-90eb-6b190517afad" - }, - { - "reference" : "PractitionerRole/1716965606227655000.c23b7899-b1dd-46b2-8054-b0674bdd4147" - } - ], + } ], + "code" : "L" + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension" : [ { + "url" : "XON.10", + "valueString" : "06D0055551" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "TMCA, SOUTH CAMPUS" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "XX" + } ] + }, + "value" : "06D0055551" + } ], + "name" : "TMCA, SOUTH CAMPUS", + "address" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "1501 S. POTOMAC" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "B" + } ] + } ], + "use" : "work", + "line" : [ "1501 S. POTOMAC" ], + "city" : "AURORA", + "district" : "S", + "state" : "IG", + "postalCode" : "80012", + "country" : "USA" + } ] + } + }, { + "fullUrl" : "PractitionerRole/1730838914779388000.e2634d64-71ba-4adf-91d4-7d634327fa7c", + "resource" : { + "resourceType" : "PractitionerRole", + "id" : "1730838914779388000.e2634d64-71ba-4adf-91d4-7d634327fa7c", + "practitioner" : { + "reference" : "Practitioner/1730838914780165000.353ec5dc-8dac-493e-b9df-d6c9ed962ab7" + }, + "organization" : { + "reference" : "Organization/1730838914781218000.136fb33e-2632-4b36-ac5a-65bddc09c252" + }, + "code" : [ { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", + "code" : "MDIR" + } ] + } ] + } + }, { + "fullUrl" : "Observation/1730838914782556000.dbc35447-b50c-4640-8d1c-cb706d3bb6f5", + "resource" : { + "resourceType" : "Observation", + "id" : "1730838914782556000.dbc35447-b50c-4640-8d1c-cb706d3bb6f5", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString" : "1.1" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime" : "2021-08-05T01:38:00-06:00", + "_valueDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20210805013800-0600" + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension" : [ { + "url" : "OBX.2", + "valueId" : "ST" + }, { + "url" : "OBX.11", + "valueString" : "F" + } ] + } ], + "status" : "final", + "code" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } ], + "system" : "http://loinc.org", + "version" : "2.40", + "code" : "77202-0", + "display" : "Laboratory comment [Text] in Report Narrative" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "VERGPCOM", + "display" : "COMMENT" + } ] + }, + "subject" : { + "reference" : "Patient/1730838914533511000.aeaeccfe-dc12-46f3-81ea-1dfb344b1949" + }, + "encounter" : { + "reference" : "Encounter/1730838914552455000.e00dcab1-8817-427b-bf71-091bff0b1446" + }, + "performer" : [ { + "reference" : "Organization/1730838914782879000.64a2ba47-f6dc-4d53-b217-54d39d9ee0af" + }, { + "reference" : "PractitionerRole/1730838914783027000.50d6e0f6-0bc6-4b82-94d2-2f68301499bf" + } ], + "valueString" : "This is a rapid molecular assay that simultaneously detects" + } + }, { + "fullUrl" : "Organization/1730838914782879000.64a2ba47-f6dc-4d53-b217-54d39d9ee0af", + "resource" : { + "resourceType" : "Organization", + "id" : "1730838914782879000.64a2ba47-f6dc-4d53-b217-54d39d9ee0af", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LB" + } ], + "code" : "RML", + "display" : "TMCA, SOUTH CAMPUS" + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBX.15" + } ], + "identifier" : [ { + "system" : "LB", + "value" : "RML" + } ], + "name" : "TMCA, SOUTH CAMPUS" + } + }, { + "fullUrl" : "Location/1730838914783211000.5bcc25e7-8795-41eb-9d15-cdae29f37001", + "resource" : { + "resourceType" : "Location", + "id" : "1730838914783211000.5bcc25e7-8795-41eb-9d15-cdae29f37001", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ], + "name" : "TMCA, SOUTH CAMPUS", + "physicalType" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code" : "si" + } ] + } + } + }, { + "fullUrl" : "Practitioner/1730838914783841000.3eb3508b-4f67-4c7e-8871-4a979ae74a07", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1730838914783841000.3eb3508b-4f67-4c7e-8871-4a979ae74a07", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "RML" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "GREGORY" + }, { + "url" : "XCN.4", + "valueString" : "R" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.10", + "valueString" : "L" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference" : { + "reference" : "Location/1730838914783211000.5bcc25e7-8795-41eb-9d15-cdae29f37001" + } + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "FI" + } ] + }, + "system" : "RML", + "value" : "1740336429" + } ], + "name" : [ { + "use" : "official", + "family" : "KOTNIS", + "given" : [ "GREGORY", "R" ], + "prefix" : [ "DR." ], + "suffix" : [ "MD" ] + } ] + } + }, { + "fullUrl" : "Organization/1730838914784827000.b4011a83-ef96-4eaf-ae2e-9d21dc8a80b6", + "resource" : { + "resourceType" : "Organization", + "id" : "1730838914784827000.b4011a83-ef96-4eaf-ae2e-9d21dc8a80b6", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "XON.2" + } ], + "coding" : [ { + "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "SCT" - } - ], - "system" : "http://snomed.info/sct", - "version" : "07/31/2012", - "code" : "782959008", - "display" : "Vancomycin resistant Enterococcus raffinosus" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "ENTRAFVRE", - "display" : "ENTEROCOCCUS RAFFINOSIS, VRE" + } ], + "code" : "L" + } ] } - ], - "text" : "ENTEROCOCCUS RAFFINOSIS, VRE" + } ], + "code" : "L" + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension" : [ { + "url" : "XON.10", + "valueString" : "06D0055551" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "TMCA, SOUTH CAMPUS" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "XX" + } ] + }, + "value" : "06D0055551" + } ], + "name" : "TMCA, SOUTH CAMPUS", + "address" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "1501 S. POTOMAC" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "B" + } ] + } ], + "use" : "work", + "line" : [ "1501 S. POTOMAC" ], + "city" : "AURORA", + "district" : "MD", + "state" : "IG", + "postalCode" : "80012", + "country" : "USA" + } ] + } + }, { + "fullUrl" : "PractitionerRole/1730838914783027000.50d6e0f6-0bc6-4b82-94d2-2f68301499bf", + "resource" : { + "resourceType" : "PractitionerRole", + "id" : "1730838914783027000.50d6e0f6-0bc6-4b82-94d2-2f68301499bf", + "practitioner" : { + "reference" : "Practitioner/1730838914783841000.3eb3508b-4f67-4c7e-8871-4a979ae74a07" + }, + "organization" : { + "reference" : "Organization/1730838914784827000.b4011a83-ef96-4eaf-ae2e-9d21dc8a80b6" + }, + "code" : [ { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", + "code" : "MDIR" + } ] + } ] + } + }, { + "fullUrl" : "Observation/1730838914786102000.4b49ec3b-8e55-4b36-9fbf-962835c9ebdf", + "resource" : { + "resourceType" : "Observation", + "id" : "1730838914786102000.4b49ec3b-8e55-4b36-9fbf-962835c9ebdf", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString" : "1.1" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime" : "2021-08-05T01:38:00-06:00", + "_valueDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20210805013800-0600" + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension" : [ { + "url" : "OBX.2", + "valueId" : "ST" + }, { + "url" : "OBX.11", + "valueString" : "F" + } ] + } ], + "status" : "final", + "code" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } ], + "system" : "http://loinc.org", + "version" : "2.40", + "code" : "77202-0", + "display" : "Laboratory comment [Text] in Report Narrative" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "VERGPCOM", + "display" : "COMMENT" + } ] + }, + "subject" : { + "reference" : "Patient/1730838914533511000.aeaeccfe-dc12-46f3-81ea-1dfb344b1949" + }, + "encounter" : { + "reference" : "Encounter/1730838914552455000.e00dcab1-8817-427b-bf71-091bff0b1446" + }, + "performer" : [ { + "reference" : "Organization/1730838914786461000.0749975d-6fab-4c1b-a942-fe734c02a854" + }, { + "reference" : "PractitionerRole/1730838914786600000.823ba33f-6ce7-4a20-a7ba-9279697d2561" + } ], + "valueString" : "and identifies the following gram-positive organisms:" + } + }, { + "fullUrl" : "Organization/1730838914786461000.0749975d-6fab-4c1b-a942-fe734c02a854", + "resource" : { + "resourceType" : "Organization", + "id" : "1730838914786461000.0749975d-6fab-4c1b-a942-fe734c02a854", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LB" + } ], + "code" : "RML", + "display" : "TMCA, SOUTH CAMPUS" + } ] } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBX.15" + } ], + "identifier" : [ { + "system" : "LB", + "value" : "RML" + } ], + "name" : "TMCA, SOUTH CAMPUS" + } + }, { + "fullUrl" : "Location/1730838914786808000.e62955fc-f6ef-403d-8182-7ba826cc405c", + "resource" : { + "resourceType" : "Location", + "id" : "1730838914786808000.e62955fc-f6ef-403d-8182-7ba826cc405c", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ], + "name" : "TMCA, SOUTH CAMPUS", + "physicalType" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code" : "si" + } ] } - }, - { - "fullUrl" : "Organization/1716965606227492000.16ea6d3d-222a-4625-90eb-6b190517afad", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606227492000.16ea6d3d-222a-4625-90eb-6b190517afad", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", + } + }, { + "fullUrl" : "Practitioner/1730838914787415000.cfded77d-35b4-4f32-b152-e0ba6a36919a", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1730838914787415000.cfded77d-35b4-4f32-b152-e0ba6a36919a", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "RML" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "GREGORY" + }, { + "url" : "XCN.4", + "valueString" : "R" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.10", + "valueString" : "L" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference" : { + "reference" : "Location/1730838914786808000.e62955fc-f6ef-403d-8182-7ba826cc405c" + } + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "FI" + } ] + }, + "system" : "RML", + "value" : "1740336429" + } ], + "name" : [ { + "use" : "official", + "family" : "KOTNIS", + "given" : [ "GREGORY", "R" ], + "prefix" : [ "DR." ], + "suffix" : [ "MD" ] + } ] + } + }, { + "fullUrl" : "Organization/1730838914788381000.58e2980f-4873-4c4a-a240-55dc609d5e91", + "resource" : { + "resourceType" : "Organization", + "id" : "1730838914788381000.58e2980f-4873-4c4a-a240-55dc609d5e91", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LB" - } - ], - "code" : "MCOE", - "display" : "ROSE MEDICAL CENTER (MCOE)" - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } - ], - "identifier" : [ - { - "system" : "LB", - "value" : "MCOE" - } - ], - "name" : "ROSE MEDICAL CENTER (MCOE)" - } - }, - { - "fullUrl" : "Practitioner/1716965606228318000.768ce8b8-c760-419e-b601-c52c41dcafdb", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606228318000.768ce8b8-c760-419e-b601-c52c41dcafdb", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "Shalini" - }, - { - "url" : "XCN.21", - "valueString" : "MD" - }, - { - "url" : "XCN.10", - "valueString" : "L" - } - ] - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "FI" - } - ] - }, - "system" : "RML", - "value" : "1033122247" - } - ], - "name" : [ - { - "use" : "official", - "family" : "Chahal", - "given" : [ - "Shalini" - ], - "prefix" : [ - "Dr." - ], - "suffix" : [ - "MD" - ] - } - ] - } - }, - { - "fullUrl" : "Organization/1716965606229196000.55876ad8-17fb-4ff5-b8e3-cf249a78c83b", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606229196000.55876ad8-17fb-4ff5-b8e3-cf249a78c83b", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "XON.2" + } ], + "coding" : [ { + "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ], - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } - ], - "code" : "L" - } - ] - } - } - ], - "code" : "L" + "valueString" : "coding" + } ], + "code" : "L" + } ] } - } - ], - "name" : "ROSE MEDICAL CENTER (MCOE)", - "address" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "4567 E. NINTH AVENUE" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "B" - } - ] - } - ], - "use" : "work", - "line" : [ - "4567 E. NINTH AVENUE" - ], - "city" : "DENVER", - "district" : "MD", - "state" : "IG", - "postalCode" : "80220", - "country" : "USA" - } - ] + } ], + "code" : "L" + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension" : [ { + "url" : "XON.10", + "valueString" : "06D0055551" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "TMCA, SOUTH CAMPUS" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "XX" + } ] + }, + "value" : "06D0055551" + } ], + "name" : "TMCA, SOUTH CAMPUS", + "address" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "1501 S. POTOMAC" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "B" + } ] + } ], + "use" : "work", + "line" : [ "1501 S. POTOMAC" ], + "city" : "AURORA", + "district" : "MD", + "state" : "IG", + "postalCode" : "80012", + "country" : "USA" + } ] + } + }, { + "fullUrl" : "PractitionerRole/1730838914786600000.823ba33f-6ce7-4a20-a7ba-9279697d2561", + "resource" : { + "resourceType" : "PractitionerRole", + "id" : "1730838914786600000.823ba33f-6ce7-4a20-a7ba-9279697d2561", + "practitioner" : { + "reference" : "Practitioner/1730838914787415000.cfded77d-35b4-4f32-b152-e0ba6a36919a" + }, + "organization" : { + "reference" : "Organization/1730838914788381000.58e2980f-4873-4c4a-a240-55dc609d5e91" + }, + "code" : [ { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", + "code" : "MDIR" + } ] + } ] + } + }, { + "fullUrl" : "Observation/1730838914789774000.c044d0e9-a99c-4a74-8886-cf10726f0c49", + "resource" : { + "resourceType" : "Observation", + "id" : "1730838914789774000.c044d0e9-a99c-4a74-8886-cf10726f0c49", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString" : "1.1" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime" : "2021-08-05T01:38:00-06:00", + "_valueDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20210805013800-0600" + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension" : [ { + "url" : "OBX.2", + "valueId" : "ST" + }, { + "url" : "OBX.11", + "valueString" : "F" + } ] + } ], + "status" : "final", + "code" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } ], + "system" : "http://loinc.org", + "version" : "2.40", + "code" : "77202-0", + "display" : "Laboratory comment [Text] in Report Narrative" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "VERGPCOM", + "display" : "COMMENT" + } ] + }, + "subject" : { + "reference" : "Patient/1730838914533511000.aeaeccfe-dc12-46f3-81ea-1dfb344b1949" + }, + "encounter" : { + "reference" : "Encounter/1730838914552455000.e00dcab1-8817-427b-bf71-091bff0b1446" + }, + "performer" : [ { + "reference" : "Organization/1730838914790108000.98512ceb-beca-45c9-a724-e6ce7d2ca901" + }, { + "reference" : "PractitionerRole/1730838914790275000.5f16a0f2-ebf6-4636-8c93-7cc569d5b2e5" + } ], + "dataAbsentReason" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/data-absent-reason", + "code" : "unknown" + } ] } - }, - { - "fullUrl" : "PractitionerRole/1716965606227655000.c23b7899-b1dd-46b2-8054-b0674bdd4147", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1716965606227655000.c23b7899-b1dd-46b2-8054-b0674bdd4147", - "practitioner" : { - "reference" : "Practitioner/1716965606228318000.768ce8b8-c760-419e-b601-c52c41dcafdb" - }, - "organization" : { - "reference" : "Organization/1716965606229196000.55876ad8-17fb-4ff5-b8e3-cf249a78c83b" - }, - "code" : [ - { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } - ] - } - ] + } + }, { + "fullUrl" : "Organization/1730838914790108000.98512ceb-beca-45c9-a724-e6ce7d2ca901", + "resource" : { + "resourceType" : "Organization", + "id" : "1730838914790108000.98512ceb-beca-45c9-a724-e6ce7d2ca901", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LB" + } ], + "code" : "RML", + "display" : "TMCA, SOUTH CAMPUS" + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBX.15" + } ], + "identifier" : [ { + "system" : "LB", + "value" : "RML" + } ], + "name" : "TMCA, SOUTH CAMPUS" + } + }, { + "fullUrl" : "Location/1730838914790541000.dafeb5dd-b9cb-4b84-a9cf-053a4b1a9c6b", + "resource" : { + "resourceType" : "Location", + "id" : "1730838914790541000.dafeb5dd-b9cb-4b84-a9cf-053a4b1a9c6b", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ], + "name" : "TMCA, SOUTH CAMPUS", + "physicalType" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code" : "si" + } ] } - }, - { - "fullUrl" : "Observation/1716965606231384000.98fea392-3ebc-4e50-87fb-8a22f90c4e42", - "resource" : { - "resourceType" : "Observation", - "id" : "1716965606231384000.98fea392-3ebc-4e50-87fb-8a22f90c4e42", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "2" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2028-08-07T16:36:01-06:00", - "_valueDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280807163601-0600" - } - ] + } + }, { + "fullUrl" : "Practitioner/1730838914791232000.ab08dbac-9ee0-4fca-a827-7fe374ff30b3", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1730838914791232000.ab08dbac-9ee0-4fca-a827-7fe374ff30b3", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "RML" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "GREGORY" + }, { + "url" : "XCN.4", + "valueString" : "R" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.10", + "valueString" : "L" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference" : { + "reference" : "Location/1730838914790541000.dafeb5dd-b9cb-4b84-a9cf-053a4b1a9c6b" + } + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "FI" + } ] + }, + "system" : "RML", + "value" : "1740336429" + } ], + "name" : [ { + "use" : "official", + "family" : "KOTNIS", + "given" : [ "GREGORY", "R" ], + "prefix" : [ "DR." ], + "suffix" : [ "MD" ] + } ] + } + }, { + "fullUrl" : "Organization/1730838914792242000.0f7f91eb-e2b6-4438-bc7c-ece3cb275e63", + "resource" : { + "resourceType" : "Organization", + "id" : "1730838914792242000.0f7f91eb-e2b6-4438-bc7c-ece3cb275e63", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "XON.2" + } ], + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "L" + } ] } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ - { - "url" : "OBX.2", - "valueId" : "CWE" - }, - { - "url" : "OBX.11", - "valueString" : "C" - } - ] - } - ], - "status" : "corrected", - "code" : { - "coding" : [ - { - "extension" : [ - { + } ], + "code" : "L" + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension" : [ { + "url" : "XON.10", + "valueString" : "06D0055551" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "TMCA, SOUTH CAMPUS" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "XX" + } ] + }, + "value" : "06D0055551" + } ], + "name" : "TMCA, SOUTH CAMPUS", + "address" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "1501 S. POTOMAC" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "B" + } ] + } ], + "use" : "work", + "line" : [ "1501 S. POTOMAC" ], + "city" : "AURORA", + "district" : "MD", + "state" : "IG", + "postalCode" : "80012", + "country" : "USA" + } ] + } + }, { + "fullUrl" : "PractitionerRole/1730838914790275000.5f16a0f2-ebf6-4636-8c93-7cc569d5b2e5", + "resource" : { + "resourceType" : "PractitionerRole", + "id" : "1730838914790275000.5f16a0f2-ebf6-4636-8c93-7cc569d5b2e5", + "practitioner" : { + "reference" : "Practitioner/1730838914791232000.ab08dbac-9ee0-4fca-a827-7fe374ff30b3" + }, + "organization" : { + "reference" : "Organization/1730838914792242000.0f7f91eb-e2b6-4438-bc7c-ece3cb275e63" + }, + "code" : [ { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", + "code" : "MDIR" + } ] + } ] + } + }, { + "fullUrl" : "Observation/1730838914793666000.5f0b4487-9875-4569-b863-77aba7499d86", + "resource" : { + "resourceType" : "Observation", + "id" : "1730838914793666000.5f0b4487-9875-4569-b863-77aba7499d86", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString" : "1.1" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime" : "2021-08-05T01:38:00-06:00", + "_valueDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20210805013800-0600" + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension" : [ { + "url" : "OBX.2", + "valueId" : "ST" + }, { + "url" : "OBX.11", + "valueString" : "F" + } ] + } ], + "status" : "final", + "code" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } ], + "system" : "http://loinc.org", + "version" : "2.40", + "code" : "77202-0", + "display" : "Laboratory comment [Text] in Report Narrative" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "VERGPCOM", + "display" : "COMMENT" + } ] + }, + "subject" : { + "reference" : "Patient/1730838914533511000.aeaeccfe-dc12-46f3-81ea-1dfb344b1949" + }, + "encounter" : { + "reference" : "Encounter/1730838914552455000.e00dcab1-8817-427b-bf71-091bff0b1446" + }, + "performer" : [ { + "reference" : "Organization/1730838914794067000.6014a50a-d6bf-4091-b721-51c4852dd0b2" + }, { + "reference" : "PractitionerRole/1730838914794241000.5411a19d-072b-4098-8688-b51aacdffc93" + } ], + "valueString" : "Staphylococcus spp. Streptococcus pyogenes" + } + }, { + "fullUrl" : "Organization/1730838914794067000.6014a50a-d6bf-4091-b721-51c4852dd0b2", + "resource" : { + "resourceType" : "Organization", + "id" : "1730838914794067000.6014a50a-d6bf-4091-b721-51c4852dd0b2", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LB" + } ], + "code" : "RML", + "display" : "TMCA, SOUTH CAMPUS" + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBX.15" + } ], + "identifier" : [ { + "system" : "LB", + "value" : "RML" + } ], + "name" : "TMCA, SOUTH CAMPUS" + } + }, { + "fullUrl" : "Location/1730838914794443000.62d73e1f-5992-482d-8e87-8c9ecbce48cb", + "resource" : { + "resourceType" : "Location", + "id" : "1730838914794443000.62d73e1f-5992-482d-8e87-8c9ecbce48cb", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ], + "name" : "TMCA, SOUTH CAMPUS", + "physicalType" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code" : "si" + } ] + } + } + }, { + "fullUrl" : "Practitioner/1730838914795168000.9e5aef11-469f-40db-8918-e7a2cfb06480", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1730838914795168000.9e5aef11-469f-40db-8918-e7a2cfb06480", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "RML" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "GREGORY" + }, { + "url" : "XCN.4", + "valueString" : "R" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.10", + "valueString" : "L" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference" : { + "reference" : "Location/1730838914794443000.62d73e1f-5992-482d-8e87-8c9ecbce48cb" + } + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "FI" + } ] + }, + "system" : "RML", + "value" : "1740336429" + } ], + "name" : [ { + "use" : "official", + "family" : "KOTNIS", + "given" : [ "GREGORY", "R" ], + "prefix" : [ "DR." ], + "suffix" : [ "MD" ] + } ] + } + }, { + "fullUrl" : "Organization/1730838914796128000.597739d8-f8f8-4407-a532-c8c3099b13e1", + "resource" : { + "resourceType" : "Organization", + "id" : "1730838914796128000.597739d8-f8f8-4407-a532-c8c3099b13e1", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "XON.2" + } ], + "coding" : [ { + "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } - ], - "system" : "http://loinc.org", - "version" : "2.40", - "code" : "600-7", - "display" : "Bacteria identified in Blood by Culture" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "BCEXT", - "display" : "EXTENDED BLOOD CULTURE" - } - ] - }, - "subject" : { - "reference" : "Patient/1716965606097981000.a9e583b2-8233-4a28-b882-d0a7d74c0b8e" - }, - "encounter" : { - "reference" : "Encounter/1716965606112940000.37c8abef-ba3d-4cf0-9290-84f8d7f8d47f" - }, - "effectiveDateTime" : "2028-08-02T02:52:01-06:00", - "_effectiveDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" + } ], + "code" : "L" + } ] } - ] - }, - "performer" : [ - { - "reference" : "Organization/1716965606231740000.cdaa744a-edbf-4045-aa3c-8f3649c4cf1e" - }, - { - "reference" : "PractitionerRole/1716965606231906000.9572459e-db2f-4b56-8b7c-1b741788e443" - } - ], + } ], + "code" : "L" + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension" : [ { + "url" : "XON.10", + "valueString" : "06D0055551" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "TMCA, SOUTH CAMPUS" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "XX" + } ] + }, + "value" : "06D0055551" + } ], + "name" : "TMCA, SOUTH CAMPUS", + "address" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "1501 S. POTOMAC" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "B" + } ] + } ], + "use" : "work", + "line" : [ "1501 S. POTOMAC" ], + "city" : "AURORA", + "district" : "MD", + "state" : "IG", + "postalCode" : "80012", + "country" : "USA" + } ] + } + }, { + "fullUrl" : "PractitionerRole/1730838914794241000.5411a19d-072b-4098-8688-b51aacdffc93", + "resource" : { + "resourceType" : "PractitionerRole", + "id" : "1730838914794241000.5411a19d-072b-4098-8688-b51aacdffc93", + "practitioner" : { + "reference" : "Practitioner/1730838914795168000.9e5aef11-469f-40db-8918-e7a2cfb06480" + }, + "organization" : { + "reference" : "Organization/1730838914796128000.597739d8-f8f8-4407-a532-c8c3099b13e1" + }, + "code" : [ { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", + "code" : "MDIR" + } ] + } ] + } + }, { + "fullUrl" : "Observation/1730838914797256000.c05d181b-9b59-460e-9f74-7e587e5c5afa", + "resource" : { + "resourceType" : "Observation", + "id" : "1730838914797256000.c05d181b-9b59-460e-9f74-7e587e5c5afa", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString" : "1.1" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime" : "2021-08-05T01:38:00-06:00", + "_valueDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20210805013800-0600" + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension" : [ { + "url" : "OBX.2", + "valueId" : "ST" + }, { + "url" : "OBX.11", + "valueString" : "F" + } ] + } ], + "status" : "final", + "code" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } ], + "system" : "http://loinc.org", + "version" : "2.40", + "code" : "77202-0", + "display" : "Laboratory comment [Text] in Report Narrative" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "VERGPCOM", + "display" : "COMMENT" + } ] + }, + "subject" : { + "reference" : "Patient/1730838914533511000.aeaeccfe-dc12-46f3-81ea-1dfb344b1949" + }, + "encounter" : { + "reference" : "Encounter/1730838914552455000.e00dcab1-8817-427b-bf71-091bff0b1446" + }, + "performer" : [ { + "reference" : "Organization/1730838914797511000.b32fa9f4-1c74-42bd-aae7-8be1170fde76" + }, { + "reference" : "PractitionerRole/1730838914797645000.7f99607c-d7fd-488f-a617-f31ae6f58ab8" + } ], + "valueString" : "Staphylococcus aureus Streptococcus agalactiae" + } + }, { + "fullUrl" : "Organization/1730838914797511000.b32fa9f4-1c74-42bd-aae7-8be1170fde76", + "resource" : { + "resourceType" : "Organization", + "id" : "1730838914797511000.b32fa9f4-1c74-42bd-aae7-8be1170fde76", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LB" + } ], + "code" : "RML", + "display" : "TMCA, SOUTH CAMPUS" + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBX.15" + } ], + "identifier" : [ { + "system" : "LB", + "value" : "RML" + } ], + "name" : "TMCA, SOUTH CAMPUS" + } + }, { + "fullUrl" : "Location/1730838914797795000.9ae51191-040e-4772-9581-d3192e38adb8", + "resource" : { + "resourceType" : "Location", + "id" : "1730838914797795000.9ae51191-040e-4772-9581-d3192e38adb8", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ], + "name" : "TMCA, SOUTH CAMPUS", + "physicalType" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code" : "si" + } ] + } + } + }, { + "fullUrl" : "Practitioner/1730838914798306000.e7ba3ff2-e2de-4105-8559-e301afba0feb", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1730838914798306000.e7ba3ff2-e2de-4105-8559-e301afba0feb", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "RML" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "GREGORY" + }, { + "url" : "XCN.4", + "valueString" : "R" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.10", + "valueString" : "L" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference" : { + "reference" : "Location/1730838914797795000.9ae51191-040e-4772-9581-d3192e38adb8" + } + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "FI" + } ] + }, + "system" : "RML", + "value" : "1740336429" + } ], + "name" : [ { + "use" : "official", + "family" : "KOTNIS", + "given" : [ "GREGORY", "R" ], + "prefix" : [ "DR." ], + "suffix" : [ "MD" ] + } ] + } + }, { + "fullUrl" : "Organization/1730838914799032000.6670f7ef-42e2-4b96-b443-87c25d906686", + "resource" : { + "resourceType" : "Organization", + "id" : "1730838914799032000.6670f7ef-42e2-4b96-b443-87c25d906686", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "XON.2" + } ], + "coding" : [ { + "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "SCT" - } - ], - "system" : "http://snomed.info/sct", - "version" : "07/31/2012", - "code" : "53326005", - "display" : "Candida albicans" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "CANALB", - "display" : "CANDIDA ALBICANS" + } ], + "code" : "L" + } ] } - ], - "text" : "CANDIDA ALBICANS" - }, - "note" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ - { - "url" : "NTE.2", - "valueId" : "L" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "***THIS IS AN URGENT RESULT***" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } - ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } - ] - } - } - ], - "text" : "***THIS IS AN URGENT RESULT***" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ - { - "url" : "NTE.2", - "valueId" : "L" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "***** Test Results Called To And Verbally Read Back" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } - ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } - ] - } - } - ], - "text" : "***** Test Results Called To And Verbally Read Back" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ - { - "url" : "NTE.2", - "valueId" : "L" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "By: RICHARD DDI7840 *****" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } - ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } - ] - } - } - ], - "text" : "By: RICHARD DDI7840 *****" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ - { - "url" : "NTE.2", - "valueId" : "L" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "(Date: 08/08/21 Time: 1511 Called BY AMLB.IF.)" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } - ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } - ] - } - } - ], - "text" : "(Date: 08/08/21 Time: 1511 Called BY AMLB.IF.)" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ - { - "url" : "NTE.2", - "valueId" : "L" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "******************************" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } - ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } - ] - } - } - ], - "text" : "******************************" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ - { - "url" : "NTE.2", - "valueId" : "L" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "**THIS IS A CORRECTED REPORT**" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } - ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } - ] - } - } - ], - "text" : "**THIS IS A CORRECTED REPORT**" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ - { - "url" : "NTE.2", - "valueId" : "L" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "******************************" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } - ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } - ] - } - } - ], - "text" : "******************************" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ - { - "url" : "NTE.2", - "valueId" : "L" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } - ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } - ] - } - } - ] - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ - { - "url" : "NTE.2", - "valueId" : "L" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "Original report of ALPHA STRP,NOT ENTEROC.OR PNEU" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } - ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } - ] - } - } - ], - "text" : "Original report of ALPHA STRP,NOT ENTEROC.OR PNEU" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ - { - "url" : "NTE.2", - "valueId" : "L" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "has been revised to ENTEROCOCCUS SPECIES (GRP D). " - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } - ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } - ] - } - } - ], - "text" : "has been revised to ENTEROCOCCUS SPECIES (GRP D). " - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ - { - "url" : "NTE.2", - "valueId" : "L" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } - ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } - ] - } - } - ] - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ - { - "url" : "NTE.2", - "valueId" : "L" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "***** Test Results Called To And Verbally Read Back" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } - ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } - ] - } - } - ], - "text" : "***** Test Results Called To And Verbally Read Back" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ - { - "url" : "NTE.2", - "valueId" : "L" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "By: LISA WSJ9135 AT AURORA MICROBIOLOGY *****" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } - ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } - ] - } - } - ], - "text" : "By: LISA WSJ9135 AT AURORA MICROBIOLOGY *****" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ - { - "url" : "NTE.2", - "valueId" : "L" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "(Date: 08/06/21 Time: 0945 Called BY AMLB.LJ1.)" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } - ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } - ] - } - } - ], - "text" : "(Date: 08/06/21 Time: 0945 Called BY AMLB.LJ1.)" - } - ] + } ], + "code" : "L" + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension" : [ { + "url" : "XON.10", + "valueString" : "06D0055551" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "TMCA, SOUTH CAMPUS" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "XX" + } ] + }, + "value" : "06D0055551" + } ], + "name" : "TMCA, SOUTH CAMPUS", + "address" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "1501 S. POTOMAC" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "B" + } ] + } ], + "use" : "work", + "line" : [ "1501 S. POTOMAC" ], + "city" : "AURORA", + "district" : "MD", + "state" : "IG", + "postalCode" : "80012", + "country" : "USA" + } ] + } + }, { + "fullUrl" : "PractitionerRole/1730838914797645000.7f99607c-d7fd-488f-a617-f31ae6f58ab8", + "resource" : { + "resourceType" : "PractitionerRole", + "id" : "1730838914797645000.7f99607c-d7fd-488f-a617-f31ae6f58ab8", + "practitioner" : { + "reference" : "Practitioner/1730838914798306000.e7ba3ff2-e2de-4105-8559-e301afba0feb" + }, + "organization" : { + "reference" : "Organization/1730838914799032000.6670f7ef-42e2-4b96-b443-87c25d906686" + }, + "code" : [ { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", + "code" : "MDIR" + } ] + } ] + } + }, { + "fullUrl" : "Observation/1730838914800181000.fc301ec4-32f0-411c-907e-deb1c242e47b", + "resource" : { + "resourceType" : "Observation", + "id" : "1730838914800181000.fc301ec4-32f0-411c-907e-deb1c242e47b", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString" : "1.1" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime" : "2021-08-05T01:38:00-06:00", + "_valueDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20210805013800-0600" + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension" : [ { + "url" : "OBX.2", + "valueId" : "ST" + }, { + "url" : "OBX.11", + "valueString" : "F" + } ] + } ], + "status" : "final", + "code" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } ], + "system" : "http://loinc.org", + "version" : "2.40", + "code" : "77202-0", + "display" : "Laboratory comment [Text] in Report Narrative" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "VERGPCOM", + "display" : "COMMENT" + } ] + }, + "subject" : { + "reference" : "Patient/1730838914533511000.aeaeccfe-dc12-46f3-81ea-1dfb344b1949" + }, + "encounter" : { + "reference" : "Encounter/1730838914552455000.e00dcab1-8817-427b-bf71-091bff0b1446" + }, + "performer" : [ { + "reference" : "Organization/1730838914800435000.5e686451-c528-4d05-9e41-7cc68d08ecd7" + }, { + "reference" : "PractitionerRole/1730838914800564000.365a4cbe-013d-4363-ae9f-c9e203a5970b" + } ], + "valueString" : "Staphylococcus epidermidis Streptococcus anginosus group" + } + }, { + "fullUrl" : "Organization/1730838914800435000.5e686451-c528-4d05-9e41-7cc68d08ecd7", + "resource" : { + "resourceType" : "Organization", + "id" : "1730838914800435000.5e686451-c528-4d05-9e41-7cc68d08ecd7", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LB" + } ], + "code" : "RML", + "display" : "TMCA, SOUTH CAMPUS" + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBX.15" + } ], + "identifier" : [ { + "system" : "LB", + "value" : "RML" + } ], + "name" : "TMCA, SOUTH CAMPUS" + } + }, { + "fullUrl" : "Location/1730838914800701000.3ad60af5-09e3-488a-9f87-5e47b62bd8c6", + "resource" : { + "resourceType" : "Location", + "id" : "1730838914800701000.3ad60af5-09e3-488a-9f87-5e47b62bd8c6", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ], + "name" : "TMCA, SOUTH CAMPUS", + "physicalType" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code" : "si" + } ] } - }, - { - "fullUrl" : "Organization/1716965606231740000.cdaa744a-edbf-4045-aa3c-8f3649c4cf1e", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606231740000.cdaa744a-edbf-4045-aa3c-8f3649c4cf1e", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", + } + }, { + "fullUrl" : "Practitioner/1730838914801180000.ff44b59d-a607-4a5d-ba27-7bd7789e18f4", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1730838914801180000.ff44b59d-a607-4a5d-ba27-7bd7789e18f4", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "RML" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "GREGORY" + }, { + "url" : "XCN.4", + "valueString" : "R" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.10", + "valueString" : "L" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference" : { + "reference" : "Location/1730838914800701000.3ad60af5-09e3-488a-9f87-5e47b62bd8c6" + } + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "FI" + } ] + }, + "system" : "RML", + "value" : "1740336429" + } ], + "name" : [ { + "use" : "official", + "family" : "KOTNIS", + "given" : [ "GREGORY", "R" ], + "prefix" : [ "DR." ], + "suffix" : [ "MD" ] + } ] + } + }, { + "fullUrl" : "Organization/1730838914801897000.69491e0c-e686-42d2-a352-94f839d6a845", + "resource" : { + "resourceType" : "Organization", + "id" : "1730838914801897000.69491e0c-e686-42d2-a352-94f839d6a845", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LB" - } - ], - "code" : "MCOE", - "display" : "ROSE MEDICAL CENTER (MCOE)" - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } - ], - "identifier" : [ - { - "system" : "LB", - "value" : "MCOE" - } - ], - "name" : "ROSE MEDICAL CENTER (MCOE)" - } - }, - { - "fullUrl" : "Practitioner/1716965606232681000.e65571fd-4afe-4086-a1ae-388e004ec139", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606232681000.e65571fd-4afe-4086-a1ae-388e004ec139", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "Shalini" - }, - { - "url" : "XCN.21", - "valueString" : "MD" - }, - { - "url" : "XCN.10", - "valueString" : "L" - } - ] - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "FI" - } - ] - }, - "system" : "RML", - "value" : "1033122247" - } - ], - "name" : [ - { - "use" : "official", - "family" : "Chahal", - "given" : [ - "Shalini" - ], - "prefix" : [ - "Dr." - ], - "suffix" : [ - "MD" - ] - } - ] - } - }, - { - "fullUrl" : "Organization/1716965606233604000.8d862a61-7183-467c-aa49-f492bb369a25", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606233604000.8d862a61-7183-467c-aa49-f492bb369a25", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "XON.2" + } ], + "coding" : [ { + "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ], - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } - ], - "code" : "L" - } - ] - } - } - ], - "code" : "L" + "valueString" : "coding" + } ], + "code" : "L" + } ] } - } - ], - "name" : "ROSE MEDICAL CENTER (MCOE)", - "address" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "4567 E. NINTH AVENUE" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "B" - } - ] - } - ], - "use" : "work", - "line" : [ - "4567 E. NINTH AVENUE" - ], - "city" : "DENVER", - "district" : "MD", - "state" : "IG", - "postalCode" : "80220", - "country" : "USA" - } - ] - } - }, - { - "fullUrl" : "PractitionerRole/1716965606231906000.9572459e-db2f-4b56-8b7c-1b741788e443", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1716965606231906000.9572459e-db2f-4b56-8b7c-1b741788e443", - "practitioner" : { - "reference" : "Practitioner/1716965606232681000.e65571fd-4afe-4086-a1ae-388e004ec139" - }, - "organization" : { - "reference" : "Organization/1716965606233604000.8d862a61-7183-467c-aa49-f492bb369a25" - }, - "code" : [ - { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } - ] - } - ] + } ], + "code" : "L" + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension" : [ { + "url" : "XON.10", + "valueString" : "06D0055551" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "TMCA, SOUTH CAMPUS" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "XX" + } ] + }, + "value" : "06D0055551" + } ], + "name" : "TMCA, SOUTH CAMPUS", + "address" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "1501 S. POTOMAC" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "B" + } ] + } ], + "use" : "work", + "line" : [ "1501 S. POTOMAC" ], + "city" : "AURORA", + "district" : "MD", + "state" : "IG", + "postalCode" : "80012", + "country" : "USA" + } ] + } + }, { + "fullUrl" : "PractitionerRole/1730838914800564000.365a4cbe-013d-4363-ae9f-c9e203a5970b", + "resource" : { + "resourceType" : "PractitionerRole", + "id" : "1730838914800564000.365a4cbe-013d-4363-ae9f-c9e203a5970b", + "practitioner" : { + "reference" : "Practitioner/1730838914801180000.ff44b59d-a607-4a5d-ba27-7bd7789e18f4" + }, + "organization" : { + "reference" : "Organization/1730838914801897000.69491e0c-e686-42d2-a352-94f839d6a845" + }, + "code" : [ { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", + "code" : "MDIR" + } ] + } ] + } + }, { + "fullUrl" : "Observation/1730838914802931000.82b080f0-5516-4a8d-88b2-a72d6b99b35e", + "resource" : { + "resourceType" : "Observation", + "id" : "1730838914802931000.82b080f0-5516-4a8d-88b2-a72d6b99b35e", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString" : "1.1" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime" : "2021-08-05T01:38:00-06:00", + "_valueDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20210805013800-0600" + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension" : [ { + "url" : "OBX.2", + "valueId" : "ST" + }, { + "url" : "OBX.11", + "valueString" : "F" + } ] + } ], + "status" : "final", + "code" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } ], + "system" : "http://loinc.org", + "version" : "2.40", + "code" : "77202-0", + "display" : "Laboratory comment [Text] in Report Narrative" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "VERGPCOM", + "display" : "COMMENT" + } ] + }, + "subject" : { + "reference" : "Patient/1730838914533511000.aeaeccfe-dc12-46f3-81ea-1dfb344b1949" + }, + "encounter" : { + "reference" : "Encounter/1730838914552455000.e00dcab1-8817-427b-bf71-091bff0b1446" + }, + "performer" : [ { + "reference" : "Organization/1730838914803158000.b9081a3b-19c6-4e99-b0db-bd6150484427" + }, { + "reference" : "PractitionerRole/1730838914803264000.6b14df92-ee17-43e8-b382-ecde91b47bc0" + } ], + "valueString" : "Staphylococcus lugdunensis Streptococcus faecalis" + } + }, { + "fullUrl" : "Organization/1730838914803158000.b9081a3b-19c6-4e99-b0db-bd6150484427", + "resource" : { + "resourceType" : "Organization", + "id" : "1730838914803158000.b9081a3b-19c6-4e99-b0db-bd6150484427", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LB" + } ], + "code" : "RML", + "display" : "TMCA, SOUTH CAMPUS" + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBX.15" + } ], + "identifier" : [ { + "system" : "LB", + "value" : "RML" + } ], + "name" : "TMCA, SOUTH CAMPUS" + } + }, { + "fullUrl" : "Location/1730838914803402000.b450f80c-dd9a-4488-b46d-8c2bdd8f0e74", + "resource" : { + "resourceType" : "Location", + "id" : "1730838914803402000.b450f80c-dd9a-4488-b46d-8c2bdd8f0e74", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ], + "name" : "TMCA, SOUTH CAMPUS", + "physicalType" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code" : "si" + } ] } - }, - { - "fullUrl" : "Observation/1716965606240188000.1aad68b3-b144-418c-8c20-129a2eab6dc2", - "resource" : { - "resourceType" : "Observation", - "id" : "1716965606240188000.1aad68b3-b144-418c-8c20-129a2eab6dc2", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1.1" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2021-08-10T06:25:00-06:00", - "_valueDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210810062500-0600" - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ - { - "url" : "OBX.2", - "valueId" : "ST" - }, - { - "url" : "OBX.11", - "valueString" : "C" - } - ] - } - ], - "status" : "corrected", - "code" : { - "coding" : [ - { - "extension" : [ - { + } + }, { + "fullUrl" : "Practitioner/1730838914803827000.cef353e3-b41a-429a-9287-0468f3f4e7f6", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1730838914803827000.cef353e3-b41a-429a-9287-0468f3f4e7f6", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "RML" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "GREGORY" + }, { + "url" : "XCN.4", + "valueString" : "R" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.10", + "valueString" : "L" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference" : { + "reference" : "Location/1730838914803402000.b450f80c-dd9a-4488-b46d-8c2bdd8f0e74" + } + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "FI" + } ] + }, + "system" : "RML", + "value" : "1740336429" + } ], + "name" : [ { + "use" : "official", + "family" : "KOTNIS", + "given" : [ "GREGORY", "R" ], + "prefix" : [ "DR." ], + "suffix" : [ "MD" ] + } ] + } + }, { + "fullUrl" : "Organization/1730838914804468000.a02931c7-2a98-4ff7-a3dc-b0a80bd70655", + "resource" : { + "resourceType" : "Organization", + "id" : "1730838914804468000.a02931c7-2a98-4ff7-a3dc-b0a80bd70655", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "XON.2" + } ], + "coding" : [ { + "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } - ], - "system" : "http://loinc.org", - "version" : "2.40", - "code" : "600-7", - "display" : "Bacteria identified in Blood by Culture" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "BLOODC", - "display" : "BLOOD CULTURE" - } - ] - }, - "subject" : { - "reference" : "Patient/1716965606097981000.a9e583b2-8233-4a28-b882-d0a7d74c0b8e" - }, - "encounter" : { - "reference" : "Encounter/1716965606112940000.37c8abef-ba3d-4cf0-9290-84f8d7f8d47f" - }, - "effectiveDateTime" : "2028-08-02T02:52:01-06:00", - "_effectiveDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" - } - ] - }, - "performer" : [ - { - "reference" : "Organization/1716965606240563000.ea5a4d74-785e-4a3f-9526-06ebaa5d0837" - }, - { - "reference" : "PractitionerRole/1716965606240725000.42844cdc-59a2-4888-9de0-82e3393b4b70" - } - ], - "dataAbsentReason" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/data-absent-reason", - "code" : "unknown" + } ], + "code" : "L" + } ] } - ] + } ], + "code" : "L" + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension" : [ { + "url" : "XON.10", + "valueString" : "06D0055551" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "TMCA, SOUTH CAMPUS" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "XX" + } ] + }, + "value" : "06D0055551" + } ], + "name" : "TMCA, SOUTH CAMPUS", + "address" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "1501 S. POTOMAC" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "B" + } ] + } ], + "use" : "work", + "line" : [ "1501 S. POTOMAC" ], + "city" : "AURORA", + "district" : "MD", + "state" : "IG", + "postalCode" : "80012", + "country" : "USA" + } ] + } + }, { + "fullUrl" : "PractitionerRole/1730838914803264000.6b14df92-ee17-43e8-b382-ecde91b47bc0", + "resource" : { + "resourceType" : "PractitionerRole", + "id" : "1730838914803264000.6b14df92-ee17-43e8-b382-ecde91b47bc0", + "practitioner" : { + "reference" : "Practitioner/1730838914803827000.cef353e3-b41a-429a-9287-0468f3f4e7f6" + }, + "organization" : { + "reference" : "Organization/1730838914804468000.a02931c7-2a98-4ff7-a3dc-b0a80bd70655" + }, + "code" : [ { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", + "code" : "MDIR" + } ] + } ] + } + }, { + "fullUrl" : "Observation/1730838914805532000.6c345aea-068c-4186-aba0-efa2b8496e16", + "resource" : { + "resourceType" : "Observation", + "id" : "1730838914805532000.6c345aea-068c-4186-aba0-efa2b8496e16", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString" : "1.1" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime" : "2021-08-05T01:38:00-06:00", + "_valueDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20210805013800-0600" + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension" : [ { + "url" : "OBX.2", + "valueId" : "ST" + }, { + "url" : "OBX.11", + "valueString" : "F" + } ] + } ], + "status" : "final", + "code" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } ], + "system" : "http://loinc.org", + "version" : "2.40", + "code" : "77202-0", + "display" : "Laboratory comment [Text] in Report Narrative" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "VERGPCOM", + "display" : "COMMENT" + } ] + }, + "subject" : { + "reference" : "Patient/1730838914533511000.aeaeccfe-dc12-46f3-81ea-1dfb344b1949" + }, + "encounter" : { + "reference" : "Encounter/1730838914552455000.e00dcab1-8817-427b-bf71-091bff0b1446" + }, + "performer" : [ { + "reference" : "Organization/1730838914805742000.8e5efd65-7b42-419f-95eb-0fb0d10c15c6" + }, { + "reference" : "PractitionerRole/1730838914805860000.4598e8fe-4a3a-4886-8149-b26e63148e6c" + } ], + "valueString" : "Streptococcus spp. Enterococcus faecium" + } + }, { + "fullUrl" : "Organization/1730838914805742000.8e5efd65-7b42-419f-95eb-0fb0d10c15c6", + "resource" : { + "resourceType" : "Organization", + "id" : "1730838914805742000.8e5efd65-7b42-419f-95eb-0fb0d10c15c6", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LB" + } ], + "code" : "RML", + "display" : "TMCA, SOUTH CAMPUS" + } ] } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBX.15" + } ], + "identifier" : [ { + "system" : "LB", + "value" : "RML" + } ], + "name" : "TMCA, SOUTH CAMPUS" + } + }, { + "fullUrl" : "Location/1730838914805986000.475a6589-48db-4dc2-b5d9-7a607fddac6d", + "resource" : { + "resourceType" : "Location", + "id" : "1730838914805986000.475a6589-48db-4dc2-b5d9-7a607fddac6d", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ], + "name" : "TMCA, SOUTH CAMPUS", + "physicalType" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code" : "si" + } ] } - }, - { - "fullUrl" : "Organization/1716965606240563000.ea5a4d74-785e-4a3f-9526-06ebaa5d0837", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606240563000.ea5a4d74-785e-4a3f-9526-06ebaa5d0837", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", + } + }, { + "fullUrl" : "Practitioner/1730838914806384000.5baedfd2-2208-4fcb-84ee-b3568c9f83e3", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1730838914806384000.5baedfd2-2208-4fcb-84ee-b3568c9f83e3", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "RML" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "GREGORY" + }, { + "url" : "XCN.4", + "valueString" : "R" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.10", + "valueString" : "L" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference" : { + "reference" : "Location/1730838914805986000.475a6589-48db-4dc2-b5d9-7a607fddac6d" + } + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "FI" + } ] + }, + "system" : "RML", + "value" : "1740336429" + } ], + "name" : [ { + "use" : "official", + "family" : "KOTNIS", + "given" : [ "GREGORY", "R" ], + "prefix" : [ "DR." ], + "suffix" : [ "MD" ] + } ] + } + }, { + "fullUrl" : "Organization/1730838914807013000.4c768d12-d7c5-44d2-880f-cb6fdf7ba7b5", + "resource" : { + "resourceType" : "Organization", + "id" : "1730838914807013000.4c768d12-d7c5-44d2-880f-cb6fdf7ba7b5", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LB" - } - ], - "code" : "RML", - "display" : "TMCA, SOUTH CAMPUS" - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } - ], - "identifier" : [ - { - "system" : "LB", - "value" : "RML" - } - ], - "name" : "TMCA, SOUTH CAMPUS" - } - }, - { - "fullUrl" : "Practitioner/1716965606241526000.780946f6-93c1-4928-bb01-cccae4f46482", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606241526000.780946f6-93c1-4928-bb01-cccae4f46482", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "GREGORY" - }, - { - "url" : "XCN.4", - "valueString" : "R" - }, - { - "url" : "XCN.21", - "valueString" : "MD" - }, - { - "url" : "XCN.10", - "valueString" : "L" - } - ] - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "FI" - } - ] - }, - "system" : "RML", - "value" : "1740336429" - } - ], - "name" : [ - { - "use" : "official", - "family" : "KOTNIS", - "given" : [ - "GREGORY", - "R" - ], - "prefix" : [ - "DR." - ], - "suffix" : [ - "MD" - ] - } - ] - } - }, - { - "fullUrl" : "Organization/1716965606242827000.e7bf64f8-f4bf-4a8f-af72-949ef1866c82", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606242827000.e7bf64f8-f4bf-4a8f-af72-949ef1866c82", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "XON.2" + } ], + "coding" : [ { + "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ], - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } - ], - "code" : "L" - } - ] - } - } - ], - "code" : "L" + "valueString" : "coding" + } ], + "code" : "L" + } ] } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ - { - "url" : "XON.10", - "valueString" : "06D0055551" - } - ] - } - ], - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" - } - ] - }, - "value" : "06D0055551" - } - ], - "name" : "TMCA, SOUTH CAMPUS", - "address" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "B" - } - ] - } - ], - "use" : "work", - "line" : [ - "1501 S. POTOMAC" - ], - "city" : "AURORA", - "district" : "S", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" - } - ] - } - }, - { - "fullUrl" : "PractitionerRole/1716965606240725000.42844cdc-59a2-4888-9de0-82e3393b4b70", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1716965606240725000.42844cdc-59a2-4888-9de0-82e3393b4b70", - "practitioner" : { - "reference" : "Practitioner/1716965606241526000.780946f6-93c1-4928-bb01-cccae4f46482" - }, - "organization" : { - "reference" : "Organization/1716965606242827000.e7bf64f8-f4bf-4a8f-af72-949ef1866c82" - }, - "code" : [ - { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } - ] - } - ] + } ], + "code" : "L" + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension" : [ { + "url" : "XON.10", + "valueString" : "06D0055551" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "TMCA, SOUTH CAMPUS" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "XX" + } ] + }, + "value" : "06D0055551" + } ], + "name" : "TMCA, SOUTH CAMPUS", + "address" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "1501 S. POTOMAC" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "B" + } ] + } ], + "use" : "work", + "line" : [ "1501 S. POTOMAC" ], + "city" : "AURORA", + "district" : "MD", + "state" : "IG", + "postalCode" : "80012", + "country" : "USA" + } ] + } + }, { + "fullUrl" : "PractitionerRole/1730838914805860000.4598e8fe-4a3a-4886-8149-b26e63148e6c", + "resource" : { + "resourceType" : "PractitionerRole", + "id" : "1730838914805860000.4598e8fe-4a3a-4886-8149-b26e63148e6c", + "practitioner" : { + "reference" : "Practitioner/1730838914806384000.5baedfd2-2208-4fcb-84ee-b3568c9f83e3" + }, + "organization" : { + "reference" : "Organization/1730838914807013000.4c768d12-d7c5-44d2-880f-cb6fdf7ba7b5" + }, + "code" : [ { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", + "code" : "MDIR" + } ] + } ] + } + }, { + "fullUrl" : "Observation/1730838914808096000.7f370244-46ef-47e3-8e04-ff4d9f94994d", + "resource" : { + "resourceType" : "Observation", + "id" : "1730838914808096000.7f370244-46ef-47e3-8e04-ff4d9f94994d", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString" : "1.1" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime" : "2021-08-05T01:38:00-06:00", + "_valueDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20210805013800-0600" + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension" : [ { + "url" : "OBX.2", + "valueId" : "ST" + }, { + "url" : "OBX.11", + "valueString" : "F" + } ] + } ], + "status" : "final", + "code" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } ], + "system" : "http://loinc.org", + "version" : "2.40", + "code" : "77202-0", + "display" : "Laboratory comment [Text] in Report Narrative" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "VERGPCOM", + "display" : "COMMENT" + } ] + }, + "subject" : { + "reference" : "Patient/1730838914533511000.aeaeccfe-dc12-46f3-81ea-1dfb344b1949" + }, + "encounter" : { + "reference" : "Encounter/1730838914552455000.e00dcab1-8817-427b-bf71-091bff0b1446" + }, + "performer" : [ { + "reference" : "Organization/1730838914808316000.06d1fdec-082f-4e0e-9c63-53f0c1d7863e" + }, { + "reference" : "PractitionerRole/1730838914808428000.a517ba0f-ba20-4587-a1cd-f401578e7d64" + } ], + "valueString" : "Streptococcus pneumoniae " + } + }, { + "fullUrl" : "Organization/1730838914808316000.06d1fdec-082f-4e0e-9c63-53f0c1d7863e", + "resource" : { + "resourceType" : "Organization", + "id" : "1730838914808316000.06d1fdec-082f-4e0e-9c63-53f0c1d7863e", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LB" + } ], + "code" : "RML", + "display" : "TMCA, SOUTH CAMPUS" + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBX.15" + } ], + "identifier" : [ { + "system" : "LB", + "value" : "RML" + } ], + "name" : "TMCA, SOUTH CAMPUS" + } + }, { + "fullUrl" : "Location/1730838914808554000.07b9f4eb-9b30-4800-82f0-b94a26bb8a48", + "resource" : { + "resourceType" : "Location", + "id" : "1730838914808554000.07b9f4eb-9b30-4800-82f0-b94a26bb8a48", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ], + "name" : "TMCA, SOUTH CAMPUS", + "physicalType" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code" : "si" + } ] } - }, - { - "fullUrl" : "Observation/1716965606244713000.f9478420-d70f-492b-b999-cc3fc824bb99", - "resource" : { - "resourceType" : "Observation", - "id" : "1716965606244713000.f9478420-d70f-492b-b999-cc3fc824bb99", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "2.1" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2021-08-10T06:25:00-06:00", - "_valueDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210810062500-0600" - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ - { - "url" : "OBX.2", - "valueId" : "ST" - }, - { - "url" : "OBX.11", - "valueString" : "C" - } - ] - } - ], - "status" : "corrected", - "code" : { - "coding" : [ - { - "extension" : [ - { + } + }, { + "fullUrl" : "Practitioner/1730838914808947000.f24bcfda-77e8-4277-b7e9-848fa67555f8", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1730838914808947000.f24bcfda-77e8-4277-b7e9-848fa67555f8", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "RML" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "GREGORY" + }, { + "url" : "XCN.4", + "valueString" : "R" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.10", + "valueString" : "L" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference" : { + "reference" : "Location/1730838914808554000.07b9f4eb-9b30-4800-82f0-b94a26bb8a48" + } + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "FI" + } ] + }, + "system" : "RML", + "value" : "1740336429" + } ], + "name" : [ { + "use" : "official", + "family" : "KOTNIS", + "given" : [ "GREGORY", "R" ], + "prefix" : [ "DR." ], + "suffix" : [ "MD" ] + } ] + } + }, { + "fullUrl" : "Organization/1730838914809538000.29c470e6-241a-4042-8d1f-8b9b0dac03fe", + "resource" : { + "resourceType" : "Organization", + "id" : "1730838914809538000.29c470e6-241a-4042-8d1f-8b9b0dac03fe", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "XON.2" + } ], + "coding" : [ { + "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], + } ], + "code" : "L" + } ] + } + } ], + "code" : "L" + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension" : [ { + "url" : "XON.10", + "valueString" : "06D0055551" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "TMCA, SOUTH CAMPUS" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "XX" + } ] + }, + "value" : "06D0055551" + } ], + "name" : "TMCA, SOUTH CAMPUS", + "address" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "1501 S. POTOMAC" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "B" + } ] + } ], + "use" : "work", + "line" : [ "1501 S. POTOMAC" ], + "city" : "AURORA", + "district" : "MD", + "state" : "IG", + "postalCode" : "80012", + "country" : "USA" + } ] + } + }, { + "fullUrl" : "PractitionerRole/1730838914808428000.a517ba0f-ba20-4587-a1cd-f401578e7d64", + "resource" : { + "resourceType" : "PractitionerRole", + "id" : "1730838914808428000.a517ba0f-ba20-4587-a1cd-f401578e7d64", + "practitioner" : { + "reference" : "Practitioner/1730838914808947000.f24bcfda-77e8-4277-b7e9-848fa67555f8" + }, + "organization" : { + "reference" : "Organization/1730838914809538000.29c470e6-241a-4042-8d1f-8b9b0dac03fe" + }, + "code" : [ { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", + "code" : "MDIR" + } ] + } ] + } + }, { + "fullUrl" : "Observation/1730838914810702000.dd0bc552-e245-459e-a91c-ce9357b7b433", + "resource" : { + "resourceType" : "Observation", + "id" : "1730838914810702000.dd0bc552-e245-459e-a91c-ce9357b7b433", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString" : "1" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime" : "2028-08-07T16:36:01-06:00", + "_valueDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280807163601-0600" + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-5-value-sn", + "extension" : [ { + "url" : "SN.1", + "valueString" : "=" + }, { + "url" : "SN.2", + "valueString" : "0.5" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension" : [ { + "url" : "OBX.2", + "valueId" : "SN" + }, { + "url" : "OBX.6", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "UCUM" + } ], + "system" : "http://unitsofmeasure.org", + "version" : "2.40", + "code" : "ug/mL", + "display" : "MicroGrams Per MilliLiter [Mass Concentration Units]" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", "version" : "5.67", - "code" : "MBCPCR", - "display" : "BLOOD CULTURE PCR" - } - ], - "text" : "BLOOD CULTURE PCR" - }, - "subject" : { - "reference" : "Patient/1716965606097981000.a9e583b2-8233-4a28-b882-d0a7d74c0b8e" - }, - "encounter" : { - "reference" : "Encounter/1716965606112940000.37c8abef-ba3d-4cf0-9290-84f8d7f8d47f" - }, - "effectiveDateTime" : "2028-08-02T02:52:01-06:00", - "_effectiveDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" - } - ] - }, - "performer" : [ - { - "reference" : "Organization/1716965606245141000.fcd1260d-c422-4c28-9bca-c2b54b68cc2e" - }, - { - "reference" : "PractitionerRole/1716965606245298000.6ba02662-aa7d-4324-a20a-a48fe3049087" - } - ], - "valueString" : "GRAM POSITIVE PCR; NO TARGETS DETECTED (SEE COMMENT)" + "code" : "ug/mL", + "display" : "ug/mL" + } ] + } + }, { + "url" : "OBX.11", + "valueString" : "P" + } ] + } ], + "status" : "preliminary", + "code" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } ], + "system" : "http://loinc.org", + "version" : "2.40", + "code" : "35788-9", + "display" : "DAPTOmycin [Susceptibility] by Minimum inhibitory concentration (MIC)" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "DAP", + "display" : "DAPTOMYCIN" + } ] + }, + "subject" : { + "reference" : "Patient/1730838914533511000.aeaeccfe-dc12-46f3-81ea-1dfb344b1949" + }, + "encounter" : { + "reference" : "Encounter/1730838914552455000.e00dcab1-8817-427b-bf71-091bff0b1446" + }, + "effectiveDateTime" : "2028-08-07T16:36:01-06:00", + "_effectiveDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280807163601-0600" + } ] + }, + "performer" : [ { + "reference" : "Organization/1730838914810912000.407aff5c-a6bf-43bd-b4d5-5e5fcbdf3210" + }, { + "reference" : "PractitionerRole/1730838914811023000.4cf03d3f-d285-44e9-b4c8-990b36aa3765" + } ], + "interpretation" : [ { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70078" + } ], + "version" : "2.5.1", + "code" : "S", + "display" : "Susceptible. Indicates for microbiology susceptibilities only." + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "S", + "display" : "S" + } ] + } ] + } + }, { + "fullUrl" : "Organization/1730838914810912000.407aff5c-a6bf-43bd-b4d5-5e5fcbdf3210", + "resource" : { + "resourceType" : "Organization", + "id" : "1730838914810912000.407aff5c-a6bf-43bd-b4d5-5e5fcbdf3210", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LB" + } ], + "code" : "MCOE", + "display" : "ROSE MEDICAL CENTER (MCOE)" + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBX.15" + } ], + "identifier" : [ { + "system" : "LB", + "value" : "MCOE" + } ], + "name" : "ROSE MEDICAL CENTER (MCOE)" + } + }, { + "fullUrl" : "Location/1730838914811215000.b34f0c0e-7d93-4dad-b852-8eade3f06f1d", + "resource" : { + "resourceType" : "Location", + "id" : "1730838914811215000.b34f0c0e-7d93-4dad-b852-8eade3f06f1d", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ], + "name" : "ROSE MEDICAL CENTER ", + "physicalType" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code" : "si" + } ] } - }, - { - "fullUrl" : "Organization/1716965606245141000.fcd1260d-c422-4c28-9bca-c2b54b68cc2e", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606245141000.fcd1260d-c422-4c28-9bca-c2b54b68cc2e", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", + } + }, { + "fullUrl" : "Practitioner/1730838914811587000.4ea36225-71ef-472d-9605-9902913f1832", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1730838914811587000.4ea36225-71ef-472d-9605-9902913f1832", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "RML" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "Shalini" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.10", + "valueString" : "L" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference" : { + "reference" : "Location/1730838914811215000.b34f0c0e-7d93-4dad-b852-8eade3f06f1d" + } + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "FI" + } ] + }, + "system" : "RML", + "value" : "1033122247" + } ], + "name" : [ { + "use" : "official", + "family" : "Chahal", + "given" : [ "Shalini" ], + "prefix" : [ "Dr." ], + "suffix" : [ "MD" ] + } ] + } + }, { + "fullUrl" : "Organization/1730838914812081000.21d1d9f3-437f-4bd4-8709-eb56bbe813e8", + "resource" : { + "resourceType" : "Organization", + "id" : "1730838914812081000.21d1d9f3-437f-4bd4-8709-eb56bbe813e8", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LB" - } - ], - "code" : "RML", - "display" : "TMCA, SOUTH CAMPUS" - } - ] + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "XON.2" + } ], + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "L" + } ] } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } - ], - "identifier" : [ - { - "system" : "LB", - "value" : "RML" - } - ], - "name" : "TMCA, SOUTH CAMPUS" - } - }, - { - "fullUrl" : "Practitioner/1716965606246044000.e22fa2ea-20cf-44cc-acab-b42ad43fb1dc", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606246044000.e22fa2ea-20cf-44cc-acab-b42ad43fb1dc", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "GREGORY" - }, - { - "url" : "XCN.4", - "valueString" : "R" - }, - { - "url" : "XCN.21", - "valueString" : "MD" - }, - { - "url" : "XCN.10", - "valueString" : "L" - } - ] - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "FI" - } - ] - }, - "system" : "RML", - "value" : "1740336429" - } - ], - "name" : [ - { - "use" : "official", - "family" : "KOTNIS", - "given" : [ - "GREGORY", - "R" - ], - "prefix" : [ - "DR." - ], - "suffix" : [ - "MD" - ] - } - ] - } - }, - { - "fullUrl" : "Organization/1716965606247296000.90da0f2d-9838-4c2d-a22b-8cfaa82d3bfe", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606247296000.90da0f2d-9838-4c2d-a22b-8cfaa82d3bfe", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ], - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } - ], - "code" : "L" - } - ] - } - } - ], - "code" : "L" - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ - { - "url" : "XON.10", - "valueString" : "06D0055551" - } - ] - } - ], - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" - } - ] - }, - "value" : "06D0055551" - } - ], - "name" : "TMCA, SOUTH CAMPUS", - "address" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "B" - } - ] - } - ], - "use" : "work", - "line" : [ - "1501 S. POTOMAC" - ], - "city" : "AURORA", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" - } - ] - } - }, - { - "fullUrl" : "PractitionerRole/1716965606245298000.6ba02662-aa7d-4324-a20a-a48fe3049087", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1716965606245298000.6ba02662-aa7d-4324-a20a-a48fe3049087", - "practitioner" : { - "reference" : "Practitioner/1716965606246044000.e22fa2ea-20cf-44cc-acab-b42ad43fb1dc" - }, - "organization" : { - "reference" : "Organization/1716965606247296000.90da0f2d-9838-4c2d-a22b-8cfaa82d3bfe" - }, - "code" : [ - { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } - ] - } - ] - } - }, - { - "fullUrl" : "Observation/1716965606249020000.bbb42dfb-f43f-4759-b4b6-0d76ab5904ea", - "resource" : { - "resourceType" : "Observation", - "id" : "1716965606249020000.bbb42dfb-f43f-4759-b4b6-0d76ab5904ea", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "2.2" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2021-08-10T06:25:00-06:00", - "_valueDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210810062500-0600" - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ - { - "url" : "OBX.2", - "valueId" : "ST" - }, - { - "url" : "OBX.11", - "valueString" : "C" - } - ] - } - ], - "status" : "corrected", - "code" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "MPOSBC", - "display" : "BLOOD CULTURE GRAM STAIN" - } - ], - "text" : "BLOOD CULTURE GRAM STAIN" - }, - "subject" : { - "reference" : "Patient/1716965606097981000.a9e583b2-8233-4a28-b882-d0a7d74c0b8e" - }, - "encounter" : { - "reference" : "Encounter/1716965606112940000.37c8abef-ba3d-4cf0-9290-84f8d7f8d47f" - }, - "effectiveDateTime" : "2028-08-02T02:52:01-06:00", - "_effectiveDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" - } - ] - }, - "performer" : [ - { - "reference" : "Organization/1716965606249400000.bc96e108-813e-4ee1-a9fd-f46e30bce734" - }, - { - "reference" : "PractitionerRole/1716965606249543000.cbcd88aa-4c3f-4465-9f92-67f72b4f4e9e" - } - ], - "valueString" : "GRAM POSITIVE COCCI IN PAIRS", - "interpretation" : [ - { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70078" - } - ], - "version" : "2.5.1", - "code" : "A", - "display" : "Abnormal (applies to non-numeric results)" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "A", - "display" : "A" - } - ] - } - ] - } - }, - { - "fullUrl" : "Organization/1716965606249400000.bc96e108-813e-4ee1-a9fd-f46e30bce734", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606249400000.bc96e108-813e-4ee1-a9fd-f46e30bce734", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LB" - } - ], - "code" : "RML", - "display" : "TMCA, SOUTH CAMPUS" - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } - ], - "identifier" : [ - { - "system" : "LB", - "value" : "RML" - } - ], - "name" : "TMCA, SOUTH CAMPUS" - } - }, - { - "fullUrl" : "Practitioner/1716965606250351000.155ef210-9aba-4417-a112-9a89de12afc5", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606250351000.155ef210-9aba-4417-a112-9a89de12afc5", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "GREGORY" - }, - { - "url" : "XCN.4", - "valueString" : "R" - }, - { - "url" : "XCN.21", - "valueString" : "MD" - }, - { - "url" : "XCN.10", - "valueString" : "L" - } - ] - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "FI" - } - ] - }, - "system" : "RML", - "value" : "1740336429" - } - ], - "name" : [ - { - "use" : "official", - "family" : "KOTNIS", - "given" : [ - "GREGORY", - "R" - ], - "prefix" : [ - "DR." - ], - "suffix" : [ - "MD" - ] - } - ] - } - }, - { - "fullUrl" : "Organization/1716965606251484000.528db132-06b7-4e38-84d6-5c6eab758549", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606251484000.528db132-06b7-4e38-84d6-5c6eab758549", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ], - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } - ], - "code" : "L" - } - ] - } - } - ], - "code" : "L" - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ - { - "url" : "XON.10", - "valueString" : "06D0055551" - } - ] - } - ], - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" - } - ] - }, - "value" : "06D0055551" - } - ], - "name" : "TMCA, SOUTH CAMPUS", - "address" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "B" - } - ] - } - ], - "use" : "work", - "line" : [ - "1501 S. POTOMAC" - ], - "city" : "AURORA", - "district" : "A", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" - } - ] - } - }, - { - "fullUrl" : "PractitionerRole/1716965606249543000.cbcd88aa-4c3f-4465-9f92-67f72b4f4e9e", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1716965606249543000.cbcd88aa-4c3f-4465-9f92-67f72b4f4e9e", - "practitioner" : { - "reference" : "Practitioner/1716965606250351000.155ef210-9aba-4417-a112-9a89de12afc5" - }, - "organization" : { - "reference" : "Organization/1716965606251484000.528db132-06b7-4e38-84d6-5c6eab758549" - }, - "code" : [ - { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } - ] - } - ] - } - }, - { - "fullUrl" : "Observation/1716965606253448000.36543fb8-4ced-4a07-b306-f00d5b61a61d", - "resource" : { - "resourceType" : "Observation", - "id" : "1716965606253448000.36543fb8-4ced-4a07-b306-f00d5b61a61d", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "2.3" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2021-08-10T06:25:00-06:00", - "_valueDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210810062500-0600" - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ - { - "url" : "OBX.2", - "valueId" : "ST" - }, - { - "url" : "OBX.11", - "valueString" : "C" - } - ] - } - ], - "status" : "corrected", - "code" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "MPOSBC", - "display" : "BLOOD CULTURE GRAM STAIN" - } - ], - "text" : "BLOOD CULTURE GRAM STAIN" - }, - "subject" : { - "reference" : "Patient/1716965606097981000.a9e583b2-8233-4a28-b882-d0a7d74c0b8e" - }, - "encounter" : { - "reference" : "Encounter/1716965606112940000.37c8abef-ba3d-4cf0-9290-84f8d7f8d47f" - }, - "effectiveDateTime" : "2028-08-02T02:52:01-06:00", - "_effectiveDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" - } - ] - }, - "performer" : [ - { - "reference" : "Organization/1716965606253790000.0f408216-c41b-4d4c-beaf-9c0cd9183beb" - }, - { - "reference" : "PractitionerRole/1716965606253938000.6487b12c-2067-4156-b4ad-f639ba18137d" - } - ], - "valueString" : "ANAEROBIC BOTTLE" - } - }, - { - "fullUrl" : "Organization/1716965606253790000.0f408216-c41b-4d4c-beaf-9c0cd9183beb", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606253790000.0f408216-c41b-4d4c-beaf-9c0cd9183beb", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LB" - } - ], - "code" : "RML", - "display" : "TMCA, SOUTH CAMPUS" - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } - ], - "identifier" : [ - { - "system" : "LB", - "value" : "RML" - } - ], - "name" : "TMCA, SOUTH CAMPUS" - } - }, - { - "fullUrl" : "Practitioner/1716965606254706000.a426bbe3-282a-455c-a593-4808caefe2b4", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606254706000.a426bbe3-282a-455c-a593-4808caefe2b4", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "GREGORY" - }, - { - "url" : "XCN.4", - "valueString" : "R" - }, - { - "url" : "XCN.21", - "valueString" : "MD" - }, - { - "url" : "XCN.10", - "valueString" : "L" - } - ] - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "FI" - } - ] - }, - "system" : "RML", - "value" : "1740336429" - } - ], - "name" : [ - { - "use" : "official", - "family" : "KOTNIS", - "given" : [ - "GREGORY", - "R" - ], - "prefix" : [ - "DR." - ], - "suffix" : [ - "MD" - ] - } - ] - } - }, - { - "fullUrl" : "Organization/1716965606255971000.6a5993d7-642f-44cf-81a3-d2a35ea26afa", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606255971000.6a5993d7-642f-44cf-81a3-d2a35ea26afa", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ], - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } - ], - "code" : "L" - } - ] - } - } - ], - "code" : "L" - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ - { - "url" : "XON.10", - "valueString" : "06D0055551" - } - ] - } - ], - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" - } - ] - }, - "value" : "06D0055551" - } - ], - "name" : "TMCA, SOUTH CAMPUS", - "address" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "B" - } - ] - } - ], - "use" : "work", - "line" : [ - "1501 S. POTOMAC" - ], - "city" : "AURORA", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" - } - ] - } - }, - { - "fullUrl" : "PractitionerRole/1716965606253938000.6487b12c-2067-4156-b4ad-f639ba18137d", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1716965606253938000.6487b12c-2067-4156-b4ad-f639ba18137d", - "practitioner" : { - "reference" : "Practitioner/1716965606254706000.a426bbe3-282a-455c-a593-4808caefe2b4" - }, - "organization" : { - "reference" : "Organization/1716965606255971000.6a5993d7-642f-44cf-81a3-d2a35ea26afa" - }, - "code" : [ - { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } - ] - } - ] - } - }, - { - "fullUrl" : "Observation/1716965606257897000.8dc165ed-8c61-428e-a79f-d0acda7b19c6", - "resource" : { - "resourceType" : "Observation", - "id" : "1716965606257897000.8dc165ed-8c61-428e-a79f-d0acda7b19c6", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "2.4" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2021-08-10T06:25:00-06:00", - "_valueDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210810062500-0600" - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ - { - "url" : "OBX.2", - "valueId" : "ST" - }, - { - "url" : "OBX.11", - "valueString" : "C" - } - ] - } - ], - "status" : "corrected", - "code" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "MPOSBC", - "display" : "BLOOD CULTURE GRAM STAIN" - } - ], - "text" : "BLOOD CULTURE GRAM STAIN" - }, - "subject" : { - "reference" : "Patient/1716965606097981000.a9e583b2-8233-4a28-b882-d0a7d74c0b8e" - }, - "encounter" : { - "reference" : "Encounter/1716965606112940000.37c8abef-ba3d-4cf0-9290-84f8d7f8d47f" - }, - "effectiveDateTime" : "2028-08-02T02:52:01-06:00", - "_effectiveDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" - } - ] - }, - "performer" : [ - { - "reference" : "Organization/1716965606258459000.825559f7-5f2e-4334-8f41-78e5aa63939e" - }, - { - "reference" : "PractitionerRole/1716965606258610000.491dfc60-d8cc-4bd1-a489-3a97694325ab" - } - ], - "valueString" : "YEAST", - "interpretation" : [ - { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70078" - } - ], - "version" : "2.5.1", - "code" : "A", - "display" : "Abnormal (applies to non-numeric results)" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "A", - "display" : "A" - } - ] - } - ] - } - }, - { - "fullUrl" : "Organization/1716965606258459000.825559f7-5f2e-4334-8f41-78e5aa63939e", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606258459000.825559f7-5f2e-4334-8f41-78e5aa63939e", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LB" - } - ], - "code" : "RML", - "display" : "TMCA, SOUTH CAMPUS" - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } - ], - "identifier" : [ - { - "system" : "LB", - "value" : "RML" - } - ], - "name" : "TMCA, SOUTH CAMPUS" - } - }, - { - "fullUrl" : "Practitioner/1716965606259297000.5548acf2-3007-48a8-b83b-46ba233d6118", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606259297000.5548acf2-3007-48a8-b83b-46ba233d6118", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "GREGORY" - }, - { - "url" : "XCN.4", - "valueString" : "R" - }, - { - "url" : "XCN.21", - "valueString" : "MD" - }, - { - "url" : "XCN.10", - "valueString" : "L" - } - ] - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "FI" - } - ] - }, - "system" : "RML", - "value" : "1740336429" - } - ], - "name" : [ - { - "use" : "official", - "family" : "KOTNIS", - "given" : [ - "GREGORY", - "R" - ], - "prefix" : [ - "DR." - ], - "suffix" : [ - "MD" - ] - } - ] - } - }, - { - "fullUrl" : "Organization/1716965606260597000.9409ef9d-ab7c-4379-a18d-01891ceda153", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606260597000.9409ef9d-ab7c-4379-a18d-01891ceda153", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ], - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } - ], - "code" : "L" - } - ] - } - } - ], - "code" : "L" - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ - { - "url" : "XON.10", - "valueString" : "06D0055551" - } - ] - } - ], - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" - } - ] - }, - "value" : "06D0055551" - } - ], - "name" : "TMCA, SOUTH CAMPUS", - "address" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "B" - } - ] - } - ], - "use" : "work", - "line" : [ - "1501 S. POTOMAC" - ], - "city" : "AURORA", - "district" : "A", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" - } - ] - } - }, - { - "fullUrl" : "PractitionerRole/1716965606258610000.491dfc60-d8cc-4bd1-a489-3a97694325ab", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1716965606258610000.491dfc60-d8cc-4bd1-a489-3a97694325ab", - "practitioner" : { - "reference" : "Practitioner/1716965606259297000.5548acf2-3007-48a8-b83b-46ba233d6118" - }, - "organization" : { - "reference" : "Organization/1716965606260597000.9409ef9d-ab7c-4379-a18d-01891ceda153" - }, - "code" : [ - { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } - ] - } - ] - } - }, - { - "fullUrl" : "Observation/1716965606262604000.ef8bec03-717c-443b-ae3c-9b7236b764e8", - "resource" : { - "resourceType" : "Observation", - "id" : "1716965606262604000.ef8bec03-717c-443b-ae3c-9b7236b764e8", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "2.5" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2021-08-10T06:25:00-06:00", - "_valueDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210810062500-0600" - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ - { - "url" : "OBX.2", - "valueId" : "ST" - }, - { - "url" : "OBX.11", - "valueString" : "C" - } - ] - } - ], - "status" : "corrected", - "code" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "MPOSBC", - "display" : "BLOOD CULTURE GRAM STAIN" - } - ], - "text" : "BLOOD CULTURE GRAM STAIN" - }, - "subject" : { - "reference" : "Patient/1716965606097981000.a9e583b2-8233-4a28-b882-d0a7d74c0b8e" - }, - "encounter" : { - "reference" : "Encounter/1716965606112940000.37c8abef-ba3d-4cf0-9290-84f8d7f8d47f" - }, - "effectiveDateTime" : "2028-08-02T02:52:01-06:00", - "_effectiveDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" - } - ] - }, - "performer" : [ - { - "reference" : "Organization/1716965606262950000.a6bccf54-09d7-4437-9d67-a83ac8f18528" - }, - { - "reference" : "PractitionerRole/1716965606263088000.6273cca6-961d-4d66-9e2c-7c25b21fd0ae" - } - ], - "valueString" : "AEROBIC BOTTLE" - } - }, - { - "fullUrl" : "Organization/1716965606262950000.a6bccf54-09d7-4437-9d67-a83ac8f18528", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606262950000.a6bccf54-09d7-4437-9d67-a83ac8f18528", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LB" - } - ], - "code" : "RML", - "display" : "TMCA, SOUTH CAMPUS" - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } - ], - "identifier" : [ - { - "system" : "LB", - "value" : "RML" - } - ], - "name" : "TMCA, SOUTH CAMPUS" - } - }, - { - "fullUrl" : "Practitioner/1716965606263778000.e0ce2d09-2f4b-42e6-826a-04a80f40f8ae", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606263778000.e0ce2d09-2f4b-42e6-826a-04a80f40f8ae", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "GREGORY" - }, - { - "url" : "XCN.4", - "valueString" : "R" - }, - { - "url" : "XCN.21", - "valueString" : "MD" - }, - { - "url" : "XCN.10", - "valueString" : "L" - } - ] - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "FI" - } - ] - }, - "system" : "RML", - "value" : "1740336429" - } - ], - "name" : [ - { - "use" : "official", - "family" : "KOTNIS", - "given" : [ - "GREGORY", - "R" - ], - "prefix" : [ - "DR." - ], - "suffix" : [ - "MD" - ] - } - ] - } - }, - { - "fullUrl" : "Organization/1716965606265174000.e5a4c8ba-7c0b-427e-a1bc-e35c93f666dd", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606265174000.e5a4c8ba-7c0b-427e-a1bc-e35c93f666dd", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ], - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } - ], - "code" : "L" - } - ] - } - } - ], - "code" : "L" - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ - { - "url" : "XON.10", - "valueString" : "06D0055551" - } - ] - } - ], - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" - } - ] - }, - "value" : "06D0055551" - } - ], - "name" : "TMCA, SOUTH CAMPUS", - "address" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "B" - } - ] - } - ], - "use" : "work", - "line" : [ - "1501 S. POTOMAC" - ], - "city" : "AURORA", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" - } - ] - } - }, - { - "fullUrl" : "PractitionerRole/1716965606263088000.6273cca6-961d-4d66-9e2c-7c25b21fd0ae", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1716965606263088000.6273cca6-961d-4d66-9e2c-7c25b21fd0ae", - "practitioner" : { - "reference" : "Practitioner/1716965606263778000.e0ce2d09-2f4b-42e6-826a-04a80f40f8ae" - }, - "organization" : { - "reference" : "Organization/1716965606265174000.e5a4c8ba-7c0b-427e-a1bc-e35c93f666dd" - }, - "code" : [ - { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } - ] - } - ] - } - }, - { - "fullUrl" : "Observation/1716965606267022000.e84ea561-0e3b-4a52-b1b9-1e9d0783ceb8", - "resource" : { - "resourceType" : "Observation", - "id" : "1716965606267022000.e84ea561-0e3b-4a52-b1b9-1e9d0783ceb8", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2021-08-10T06:25:00-06:00", - "_valueDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210810062500-0600" - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ - { - "url" : "OBX.2", - "valueId" : "CWE" - }, - { - "url" : "OBX.11", - "valueString" : "C" - } - ] - } - ], - "status" : "corrected", - "code" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } - ], - "system" : "http://loinc.org", - "version" : "2.40", - "code" : "600-7", - "display" : "Bacteria identified in Blood by Culture" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "BLOODC", - "display" : "BLOOD CULTURE" - } - ] - }, - "subject" : { - "reference" : "Patient/1716965606097981000.a9e583b2-8233-4a28-b882-d0a7d74c0b8e" - }, - "encounter" : { - "reference" : "Encounter/1716965606112940000.37c8abef-ba3d-4cf0-9290-84f8d7f8d47f" - }, - "effectiveDateTime" : "2028-08-02T02:52:01-06:00", - "_effectiveDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" - } - ] - }, - "performer" : [ - { - "reference" : "Organization/1716965606267361000.0008a639-90ee-45cf-beee-4b99bb9f7610" - }, - { - "reference" : "PractitionerRole/1716965606267497000.be80ed4a-ba10-4953-82b8-9f5f472583db" - } - ], - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "POSITIVE", - "display" : "POSITIVE" - } - ], - "text" : "POSITIVE" - }, - "note" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ - { - "url" : "NTE.2", - "valueId" : "L" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "Nucleic acid test for the detection of Staphylococcus spp.," - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } - ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } - ] - } - } - ], - "text" : "Nucleic acid test for the detection of Staphylococcus spp.," - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ - { - "url" : "NTE.2", - "valueId" : "L" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "S. aureus, S. epidermidis, S. lugdunensis, Streptococcus" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } - ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } - ] - } - } - ], - "text" : "S. aureus, S. epidermidis, S. lugdunensis, Streptococcus" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ - { - "url" : "NTE.2", - "valueId" : "L" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "spp., S. pneumoniae, S. pyogenes, S. agalactiae," - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } - ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } - ] - } - } - ], - "text" : "spp., S. pneumoniae, S. pyogenes, S. agalactiae," - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ - { - "url" : "NTE.2", - "valueId" : "L" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "S. anginosus group, Enterococcus faecalis, Enterococcus" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } - ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } - ] - } - } - ], - "text" : "S. anginosus group, Enterococcus faecalis, Enterococcus" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ - { - "url" : "NTE.2", - "valueId" : "L" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "faecium, mec-A mediated methicillin resistance, and" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } - ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } - ] - } - } - ], - "text" : "faecium, mec-A mediated methicillin resistance, and" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ - { - "url" : "NTE.2", - "valueId" : "L" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "vanA/vanB mediated Vancomycin resistance was performed and" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } - ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } - ] - } - } - ], - "text" : "vanA/vanB mediated Vancomycin resistance was performed and" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ - { - "url" : "NTE.2", - "valueId" : "L" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "was NEGATIVE for all targets tested." - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } - ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } - ] - } - } - ], - "text" : "was NEGATIVE for all targets tested." - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ - { - "url" : "NTE.2", - "valueId" : "L" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } - ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } - ] - } - } - ] - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ - { - "url" : "NTE.2", - "valueId" : "L" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "*****CORRECTED REPORT*****" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } - ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } - ] - } - } - ], - "text" : "*****CORRECTED REPORT*****" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ - { - "url" : "NTE.2", - "valueId" : "L" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "Previous report of was incorrect." - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } - ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } - ] - } - } - ], - "text" : "Previous report of was incorrect." - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ - { - "url" : "NTE.2", - "valueId" : "L" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "The correct report of YEAST PRESENT ON GRAM STAIN" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } - ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } - ] - } - } - ], - "text" : "The correct report of YEAST PRESENT ON GRAM STAIN" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ - { - "url" : "NTE.2", - "valueId" : "L" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "was called and texted to ALLISON CABRERA" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } - ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } - ] - } - } - ], - "text" : "was called and texted to ALLISON CABRERA" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ - { - "url" : "NTE.2", - "valueId" : "L" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "Date:08/08/28 Time:0613 Called by:ELB.RMH" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } - ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } - ] - } - } - ], - "text" : "Date:08/08/28 Time:0613 Called by:ELB.RMH" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ - { - "url" : "NTE.2", - "valueId" : "L" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } - ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } - ] - } - } - ] - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ - { - "url" : "NTE.2", - "valueId" : "L" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "Critical result called to and read back by:RN LIBBY HILL" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } - ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } - ] - } - } - ], - "text" : "Critical result called to and read back by:RN LIBBY HILL" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ - { - "url" : "NTE.2", - "valueId" : "L" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "Location:ICU on 08/06/21 at 1136 by ELB.HC" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } - ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } - ] - } - } - ], - "text" : "Location:ICU on 08/06/21 at 1136 by ELB.HC" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ - { - "url" : "NTE.2", - "valueId" : "L" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } - ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } - ] - } - } - ] - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ - { - "url" : "NTE.2", - "valueId" : "L" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "Critical result called to and read back by:HANNAH STEVENS RN" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } - ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } - ] - } - } - ], - "text" : "Critical result called to and read back by:HANNAH STEVENS RN" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ - { - "url" : "NTE.2", - "valueId" : "L" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "Location:ICUB on 08/02/28 at 2201 by ELB.MS3" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } - ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } - ] - } - } - ], - "text" : "Location:ICUB on 08/02/28 at 2201 by ELB.MS3" - } - ] - } - }, - { - "fullUrl" : "Organization/1716965606267361000.0008a639-90ee-45cf-beee-4b99bb9f7610", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606267361000.0008a639-90ee-45cf-beee-4b99bb9f7610", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LB" - } - ], - "code" : "RML", - "display" : "TMCA, SOUTH CAMPUS" - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } - ], - "identifier" : [ - { - "system" : "LB", - "value" : "RML" - } - ], - "name" : "TMCA, SOUTH CAMPUS" - } - }, - { - "fullUrl" : "Practitioner/1716965606268251000.99019172-8b1e-4351-9e3c-1330aa94576a", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606268251000.99019172-8b1e-4351-9e3c-1330aa94576a", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "GREGORY" - }, - { - "url" : "XCN.4", - "valueString" : "R" - }, - { - "url" : "XCN.21", - "valueString" : "MD" - }, - { - "url" : "XCN.10", - "valueString" : "L" - } - ] - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "FI" - } - ] - }, - "system" : "RML", - "value" : "1740336429" - } - ], - "name" : [ - { - "use" : "official", - "family" : "KOTNIS", - "given" : [ - "GREGORY", - "R" - ], - "prefix" : [ - "DR." - ], - "suffix" : [ - "MD" - ] - } - ] - } - }, - { - "fullUrl" : "Organization/1716965606269387000.5364047d-c2de-488b-b95e-af3f122ef704", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606269387000.5364047d-c2de-488b-b95e-af3f122ef704", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ], - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } - ], - "code" : "L" - } - ] - } - } - ], - "code" : "L" - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ - { - "url" : "XON.10", - "valueString" : "06D0055551" - } - ] - } - ], - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" - } - ] - }, - "value" : "06D0055551" - } - ], - "name" : "TMCA, SOUTH CAMPUS", - "address" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "B" - } - ] - } - ], - "use" : "work", - "line" : [ - "1501 S. POTOMAC" - ], - "city" : "AURORA", - "district" : "MD", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" - } - ] - } - }, - { - "fullUrl" : "PractitionerRole/1716965606267497000.be80ed4a-ba10-4953-82b8-9f5f472583db", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1716965606267497000.be80ed4a-ba10-4953-82b8-9f5f472583db", - "practitioner" : { - "reference" : "Practitioner/1716965606268251000.99019172-8b1e-4351-9e3c-1330aa94576a" - }, - "organization" : { - "reference" : "Organization/1716965606269387000.5364047d-c2de-488b-b95e-af3f122ef704" - }, - "code" : [ - { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } - ] - } - ] - } - }, - { - "fullUrl" : "Observation/1716965606277300000.f7d57f1b-a7ce-4dd7-aa41-86dc1a24e5d9", - "resource" : { - "resourceType" : "Observation", - "id" : "1716965606277300000.f7d57f1b-a7ce-4dd7-aa41-86dc1a24e5d9", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2021-08-05T01:38:00-06:00", - "_valueDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210805013800-0600" - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ - { - "url" : "OBX.2", - "valueId" : "CE" - }, - { - "url" : "OBX.11", - "valueString" : "F" - } - ] - } - ], - "status" : "final", - "code" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } - ], - "system" : "http://loinc.org", - "version" : "2.40", - "code" : "77202-0", - "display" : "Laboratory comment [Text] in Report Narrative" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "VERGPCOM", - "display" : "COMMENT" - } - ] - }, - "subject" : { - "reference" : "Patient/1716965606097981000.a9e583b2-8233-4a28-b882-d0a7d74c0b8e" - }, - "encounter" : { - "reference" : "Encounter/1716965606112940000.37c8abef-ba3d-4cf0-9290-84f8d7f8d47f" - }, - "effectiveDateTime" : "2028-08-02T02:52:01-06:00", - "_effectiveDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" - } - ] - }, - "performer" : [ - { - "reference" : "Organization/1716965606277693000.d68747c3-ac7b-45eb-af9f-e6cfe1687b24" - }, - { - "reference" : "PractitionerRole/1716965606277846000.0f708c16-acaa-4120-914e-deb0ab03c36d" - } - ], - "valueCodeableConcept": { - "coding": [ - { - "extension": [ - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString": "coding" - }, - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString": "L" - } - ], - "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "code": "COM" - } - ] - } - } - }, - { - "fullUrl" : "Organization/1716965606277693000.d68747c3-ac7b-45eb-af9f-e6cfe1687b24", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606277693000.d68747c3-ac7b-45eb-af9f-e6cfe1687b24", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LB" - } - ], - "code" : "RML", - "display" : "TMCA, SOUTH CAMPUS" - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } - ], - "identifier" : [ - { - "system" : "LB", - "value" : "RML" - } - ], - "name" : "TMCA, SOUTH CAMPUS" - } - }, - { - "fullUrl" : "Practitioner/1716965606278533000.97d9dac8-f9d8-4a59-aa6e-4595c3666f8d", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606278533000.97d9dac8-f9d8-4a59-aa6e-4595c3666f8d", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "GREGORY" - }, - { - "url" : "XCN.4", - "valueString" : "R" - }, - { - "url" : "XCN.21", - "valueString" : "MD" - }, - { - "url" : "XCN.10", - "valueString" : "L" - } - ] - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "FI" - } - ] - }, - "system" : "RML", - "value" : "1740336429" - } - ], - "name" : [ - { - "use" : "official", - "family" : "KOTNIS", - "given" : [ - "GREGORY", - "R" - ], - "prefix" : [ - "DR." - ], - "suffix" : [ - "MD" - ] - } - ] - } - }, - { - "fullUrl" : "Organization/1716965606279684000.f8ce196d-1f18-433f-bf82-6e3b35c1efc3", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606279684000.f8ce196d-1f18-433f-bf82-6e3b35c1efc3", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ], - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } - ], - "code" : "L" - } - ] - } - } - ], - "code" : "L" - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ - { - "url" : "XON.10", - "valueString" : "06D0055551" - } - ] - } - ], - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" - } - ] - }, - "value" : "06D0055551" - } - ], - "name" : "TMCA, SOUTH CAMPUS", - "address" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "B" - } - ] - } - ], - "use" : "work", - "line" : [ - "1501 S. POTOMAC" - ], - "city" : "AURORA", - "district" : "S", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" - } - ] - } - }, - { - "fullUrl" : "PractitionerRole/1716965606277846000.0f708c16-acaa-4120-914e-deb0ab03c36d", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1716965606277846000.0f708c16-acaa-4120-914e-deb0ab03c36d", - "practitioner" : { - "reference" : "Practitioner/1716965606278533000.97d9dac8-f9d8-4a59-aa6e-4595c3666f8d" - }, - "organization" : { - "reference" : "Organization/1716965606279684000.f8ce196d-1f18-433f-bf82-6e3b35c1efc3" - }, - "code" : [ - { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } - ] - } - ] - } - }, - { - "fullUrl" : "Observation/1716965606281118000.4fa78b52-80f5-4a79-945e-7914c6fa3e0a", - "resource" : { - "resourceType" : "Observation", - "id" : "1716965606281118000.4fa78b52-80f5-4a79-945e-7914c6fa3e0a", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1.1" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2021-08-05T01:38:00-06:00", - "_valueDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210805013800-0600" - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ - { - "url" : "OBX.2", - "valueId" : "ST" - }, - { - "url" : "OBX.11", - "valueString" : "F" - } - ] - } - ], - "status" : "final", - "code" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } - ], - "system" : "http://loinc.org", - "version" : "2.40", - "code" : "77202-0", - "display" : "Laboratory comment [Text] in Report Narrative" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "VERGPCOM", - "display" : "COMMENT" - } - ] - }, - "subject" : { - "reference" : "Patient/1716965606097981000.a9e583b2-8233-4a28-b882-d0a7d74c0b8e" - }, - "encounter" : { - "reference" : "Encounter/1716965606112940000.37c8abef-ba3d-4cf0-9290-84f8d7f8d47f" - }, - "performer" : [ - { - "reference" : "Organization/1716965606281480000.fda52230-b445-40de-a00c-6f88b8daaf68" - }, - { - "reference" : "PractitionerRole/1716965606281621000.abc446d9-7fc0-4108-a3f0-911133a6ab01" - } - ], - "valueString" : "This is a rapid molecular assay that simultaneously detects" - } - }, - { - "fullUrl" : "Organization/1716965606281480000.fda52230-b445-40de-a00c-6f88b8daaf68", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606281480000.fda52230-b445-40de-a00c-6f88b8daaf68", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LB" - } - ], - "code" : "RML", - "display" : "TMCA, SOUTH CAMPUS" - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } - ], - "identifier" : [ - { - "system" : "LB", - "value" : "RML" - } - ], - "name" : "TMCA, SOUTH CAMPUS" - } - }, - { - "fullUrl" : "Practitioner/1716965606282300000.caf3586b-6431-45d1-b2df-552068e55da7", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606282300000.caf3586b-6431-45d1-b2df-552068e55da7", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "GREGORY" - }, - { - "url" : "XCN.4", - "valueString" : "R" - }, - { - "url" : "XCN.21", - "valueString" : "MD" - }, - { - "url" : "XCN.10", - "valueString" : "L" - } - ] - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "FI" - } - ] - }, - "system" : "RML", - "value" : "1740336429" - } - ], - "name" : [ - { - "use" : "official", - "family" : "KOTNIS", - "given" : [ - "GREGORY", - "R" - ], - "prefix" : [ - "DR." - ], - "suffix" : [ - "MD" - ] - } - ] - } - }, - { - "fullUrl" : "Organization/1716965606283456000.a00aafa2-1301-43e0-8287-3162d8318f8c", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606283456000.a00aafa2-1301-43e0-8287-3162d8318f8c", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ], - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } - ], - "code" : "L" - } - ] - } - } - ], - "code" : "L" - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ - { - "url" : "XON.10", - "valueString" : "06D0055551" - } - ] - } - ], - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" - } - ] - }, - "value" : "06D0055551" - } - ], - "name" : "TMCA, SOUTH CAMPUS", - "address" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "B" - } - ] - } - ], - "use" : "work", - "line" : [ - "1501 S. POTOMAC" - ], - "city" : "AURORA", - "district" : "MD", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" - } - ] - } - }, - { - "fullUrl" : "PractitionerRole/1716965606281621000.abc446d9-7fc0-4108-a3f0-911133a6ab01", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1716965606281621000.abc446d9-7fc0-4108-a3f0-911133a6ab01", - "practitioner" : { - "reference" : "Practitioner/1716965606282300000.caf3586b-6431-45d1-b2df-552068e55da7" - }, - "organization" : { - "reference" : "Organization/1716965606283456000.a00aafa2-1301-43e0-8287-3162d8318f8c" - }, - "code" : [ - { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } - ] - } - ] - } - }, - { - "fullUrl" : "Observation/1716965606285144000.506b93c2-2238-4ee0-a7ff-c35d0ea7abe4", - "resource" : { - "resourceType" : "Observation", - "id" : "1716965606285144000.506b93c2-2238-4ee0-a7ff-c35d0ea7abe4", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1.1" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2021-08-05T01:38:00-06:00", - "_valueDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210805013800-0600" - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ - { - "url" : "OBX.2", - "valueId" : "ST" - }, - { - "url" : "OBX.11", - "valueString" : "F" - } - ] - } - ], - "status" : "final", - "code" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } - ], - "system" : "http://loinc.org", - "version" : "2.40", - "code" : "77202-0", - "display" : "Laboratory comment [Text] in Report Narrative" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "VERGPCOM", - "display" : "COMMENT" - } - ] - }, - "subject" : { - "reference" : "Patient/1716965606097981000.a9e583b2-8233-4a28-b882-d0a7d74c0b8e" - }, - "encounter" : { - "reference" : "Encounter/1716965606112940000.37c8abef-ba3d-4cf0-9290-84f8d7f8d47f" - }, - "performer" : [ - { - "reference" : "Organization/1716965606285489000.c3dde7c7-9b83-4228-bb4c-20a4df3da54d" - }, - { - "reference" : "PractitionerRole/1716965606285638000.95015fe3-e810-42ea-b090-2162d464d259" - } - ], - "valueString" : "and identifies the following gram-positive organisms:" - } - }, - { - "fullUrl" : "Organization/1716965606285489000.c3dde7c7-9b83-4228-bb4c-20a4df3da54d", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606285489000.c3dde7c7-9b83-4228-bb4c-20a4df3da54d", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LB" - } - ], - "code" : "RML", - "display" : "TMCA, SOUTH CAMPUS" - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } - ], - "identifier" : [ - { - "system" : "LB", - "value" : "RML" - } - ], - "name" : "TMCA, SOUTH CAMPUS" - } - }, - { - "fullUrl" : "Practitioner/1716965606286344000.f21e33c5-c1cc-4189-9bd5-39c7170a34fe", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606286344000.f21e33c5-c1cc-4189-9bd5-39c7170a34fe", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "GREGORY" - }, - { - "url" : "XCN.4", - "valueString" : "R" - }, - { - "url" : "XCN.21", - "valueString" : "MD" - }, - { - "url" : "XCN.10", - "valueString" : "L" - } - ] - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "FI" - } - ] - }, - "system" : "RML", - "value" : "1740336429" - } - ], - "name" : [ - { - "use" : "official", - "family" : "KOTNIS", - "given" : [ - "GREGORY", - "R" - ], - "prefix" : [ - "DR." - ], - "suffix" : [ - "MD" - ] - } - ] - } - }, - { - "fullUrl" : "Organization/1716965606287644000.c3e2ac28-578c-4b70-958f-bc541a4a9c41", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606287644000.c3e2ac28-578c-4b70-958f-bc541a4a9c41", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ], - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } - ], - "code" : "L" - } - ] - } - } - ], - "code" : "L" - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ - { - "url" : "XON.10", - "valueString" : "06D0055551" - } - ] - } - ], - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" - } - ] - }, - "value" : "06D0055551" - } - ], - "name" : "TMCA, SOUTH CAMPUS", - "address" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "B" - } - ] - } - ], - "use" : "work", - "line" : [ - "1501 S. POTOMAC" - ], - "city" : "AURORA", - "district" : "MD", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" - } - ] - } - }, - { - "fullUrl" : "PractitionerRole/1716965606285638000.95015fe3-e810-42ea-b090-2162d464d259", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1716965606285638000.95015fe3-e810-42ea-b090-2162d464d259", - "practitioner" : { - "reference" : "Practitioner/1716965606286344000.f21e33c5-c1cc-4189-9bd5-39c7170a34fe" - }, - "organization" : { - "reference" : "Organization/1716965606287644000.c3e2ac28-578c-4b70-958f-bc541a4a9c41" - }, - "code" : [ - { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } - ] - } - ] - } - }, - { - "fullUrl" : "Observation/1716965606289569000.d4949994-3ef8-4d78-b051-fc9f96e54358", - "resource" : { - "resourceType" : "Observation", - "id" : "1716965606289569000.d4949994-3ef8-4d78-b051-fc9f96e54358", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1.1" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2021-08-05T01:38:00-06:00", - "_valueDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210805013800-0600" - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ - { - "url" : "OBX.2", - "valueId" : "ST" - }, - { - "url" : "OBX.11", - "valueString" : "F" - } - ] - } - ], - "status" : "final", - "code" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } - ], - "system" : "http://loinc.org", - "version" : "2.40", - "code" : "77202-0", - "display" : "Laboratory comment [Text] in Report Narrative" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "VERGPCOM", - "display" : "COMMENT" - } - ] - }, - "subject" : { - "reference" : "Patient/1716965606097981000.a9e583b2-8233-4a28-b882-d0a7d74c0b8e" - }, - "encounter" : { - "reference" : "Encounter/1716965606112940000.37c8abef-ba3d-4cf0-9290-84f8d7f8d47f" - }, - "performer" : [ - { - "reference" : "Organization/1716965606290045000.0952a5c3-5fd3-4ccc-b4b5-596747e1ea87" - }, - { - "reference" : "PractitionerRole/1716965606290194000.888cab0b-008e-4af8-a127-f8cdf4e6575d" - } - ], - "dataAbsentReason" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/data-absent-reason", - "code" : "unknown" - } - ] - } - } - }, - { - "fullUrl" : "Organization/1716965606290045000.0952a5c3-5fd3-4ccc-b4b5-596747e1ea87", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606290045000.0952a5c3-5fd3-4ccc-b4b5-596747e1ea87", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LB" - } - ], - "code" : "RML", - "display" : "TMCA, SOUTH CAMPUS" - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } - ], - "identifier" : [ - { - "system" : "LB", - "value" : "RML" - } - ], - "name" : "TMCA, SOUTH CAMPUS" - } - }, - { - "fullUrl" : "Practitioner/1716965606291126000.4f56c19e-4f68-4ce4-93c7-27812f99ad84", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606291126000.4f56c19e-4f68-4ce4-93c7-27812f99ad84", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "GREGORY" - }, - { - "url" : "XCN.4", - "valueString" : "R" - }, - { - "url" : "XCN.21", - "valueString" : "MD" - }, - { - "url" : "XCN.10", - "valueString" : "L" - } - ] - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "FI" - } - ] - }, - "system" : "RML", - "value" : "1740336429" - } - ], - "name" : [ - { - "use" : "official", - "family" : "KOTNIS", - "given" : [ - "GREGORY", - "R" - ], - "prefix" : [ - "DR." - ], - "suffix" : [ - "MD" - ] - } - ] - } - }, - { - "fullUrl" : "Organization/1716965606292351000.0c1d323c-57ca-42ba-a27c-202c2b7b61f2", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606292351000.0c1d323c-57ca-42ba-a27c-202c2b7b61f2", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ], - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } - ], - "code" : "L" - } - ] - } - } - ], - "code" : "L" - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ - { - "url" : "XON.10", - "valueString" : "06D0055551" - } - ] - } - ], - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" - } - ] - }, - "value" : "06D0055551" - } - ], - "name" : "TMCA, SOUTH CAMPUS", - "address" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "B" - } - ] - } - ], - "use" : "work", - "line" : [ - "1501 S. POTOMAC" - ], - "city" : "AURORA", - "district" : "MD", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" - } - ] - } - }, - { - "fullUrl" : "PractitionerRole/1716965606290194000.888cab0b-008e-4af8-a127-f8cdf4e6575d", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1716965606290194000.888cab0b-008e-4af8-a127-f8cdf4e6575d", - "practitioner" : { - "reference" : "Practitioner/1716965606291126000.4f56c19e-4f68-4ce4-93c7-27812f99ad84" - }, - "organization" : { - "reference" : "Organization/1716965606292351000.0c1d323c-57ca-42ba-a27c-202c2b7b61f2" - }, - "code" : [ - { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } - ] - } - ] - } - }, - { - "fullUrl" : "Observation/1716965606294001000.0d1a3666-a003-4348-94c4-cf454472ab0c", - "resource" : { - "resourceType" : "Observation", - "id" : "1716965606294001000.0d1a3666-a003-4348-94c4-cf454472ab0c", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1.1" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2021-08-05T01:38:00-06:00", - "_valueDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210805013800-0600" - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ - { - "url" : "OBX.2", - "valueId" : "ST" - }, - { - "url" : "OBX.11", - "valueString" : "F" - } - ] - } - ], - "status" : "final", - "code" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } - ], - "system" : "http://loinc.org", - "version" : "2.40", - "code" : "77202-0", - "display" : "Laboratory comment [Text] in Report Narrative" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "VERGPCOM", - "display" : "COMMENT" - } - ] - }, - "subject" : { - "reference" : "Patient/1716965606097981000.a9e583b2-8233-4a28-b882-d0a7d74c0b8e" - }, - "encounter" : { - "reference" : "Encounter/1716965606112940000.37c8abef-ba3d-4cf0-9290-84f8d7f8d47f" - }, - "performer" : [ - { - "reference" : "Organization/1716965606294366000.dc122221-0d2f-4b23-ae65-69b022694180" - }, - { - "reference" : "PractitionerRole/1716965606294642000.b7368f29-ed17-4d16-9972-e83bdc784ced" - } - ], - "valueString" : "Staphylococcus spp. Streptococcus pyogenes" - } - }, - { - "fullUrl" : "Organization/1716965606294366000.dc122221-0d2f-4b23-ae65-69b022694180", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606294366000.dc122221-0d2f-4b23-ae65-69b022694180", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LB" - } - ], - "code" : "RML", - "display" : "TMCA, SOUTH CAMPUS" - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } - ], - "identifier" : [ - { - "system" : "LB", - "value" : "RML" - } - ], - "name" : "TMCA, SOUTH CAMPUS" - } - }, - { - "fullUrl" : "Practitioner/1716965606295513000.ece5c5a2-2b30-4c42-b1e4-f9c8495a84b0", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606295513000.ece5c5a2-2b30-4c42-b1e4-f9c8495a84b0", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "GREGORY" - }, - { - "url" : "XCN.4", - "valueString" : "R" - }, - { - "url" : "XCN.21", - "valueString" : "MD" - }, - { - "url" : "XCN.10", - "valueString" : "L" - } - ] - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "FI" - } - ] - }, - "system" : "RML", - "value" : "1740336429" - } - ], - "name" : [ - { - "use" : "official", - "family" : "KOTNIS", - "given" : [ - "GREGORY", - "R" - ], - "prefix" : [ - "DR." - ], - "suffix" : [ - "MD" - ] - } - ] - } - }, - { - "fullUrl" : "Organization/1716965606296792000.36ca34c9-1b1e-40de-beb8-205007ea1f1f", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606296792000.36ca34c9-1b1e-40de-beb8-205007ea1f1f", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ], - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } - ], - "code" : "L" - } - ] - } - } - ], - "code" : "L" - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ - { - "url" : "XON.10", - "valueString" : "06D0055551" - } - ] - } - ], - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" - } - ] - }, - "value" : "06D0055551" - } - ], - "name" : "TMCA, SOUTH CAMPUS", - "address" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "B" - } - ] - } - ], - "use" : "work", - "line" : [ - "1501 S. POTOMAC" - ], - "city" : "AURORA", - "district" : "MD", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" - } - ] - } - }, - { - "fullUrl" : "PractitionerRole/1716965606294642000.b7368f29-ed17-4d16-9972-e83bdc784ced", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1716965606294642000.b7368f29-ed17-4d16-9972-e83bdc784ced", - "practitioner" : { - "reference" : "Practitioner/1716965606295513000.ece5c5a2-2b30-4c42-b1e4-f9c8495a84b0" - }, - "organization" : { - "reference" : "Organization/1716965606296792000.36ca34c9-1b1e-40de-beb8-205007ea1f1f" - }, - "code" : [ - { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } - ] - } - ] - } - }, - { - "fullUrl" : "Observation/1716965606298749000.ad0fb0ad-1218-4e0a-b1a3-4f0f55082999", - "resource" : { - "resourceType" : "Observation", - "id" : "1716965606298749000.ad0fb0ad-1218-4e0a-b1a3-4f0f55082999", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1.1" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2021-08-05T01:38:00-06:00", - "_valueDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210805013800-0600" - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ - { - "url" : "OBX.2", - "valueId" : "ST" - }, - { - "url" : "OBX.11", - "valueString" : "F" - } - ] - } - ], - "status" : "final", - "code" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } - ], - "system" : "http://loinc.org", - "version" : "2.40", - "code" : "77202-0", - "display" : "Laboratory comment [Text] in Report Narrative" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "VERGPCOM", - "display" : "COMMENT" - } - ] - }, - "subject" : { - "reference" : "Patient/1716965606097981000.a9e583b2-8233-4a28-b882-d0a7d74c0b8e" - }, - "encounter" : { - "reference" : "Encounter/1716965606112940000.37c8abef-ba3d-4cf0-9290-84f8d7f8d47f" - }, - "performer" : [ - { - "reference" : "Organization/1716965606299101000.c09b925f-ddfd-40fb-ba8a-79897eada1a4" - }, - { - "reference" : "PractitionerRole/1716965606299250000.711d6193-4698-4292-af0e-035704251dfe" - } - ], - "valueString" : "Staphylococcus aureus Streptococcus agalactiae" - } - }, - { - "fullUrl" : "Organization/1716965606299101000.c09b925f-ddfd-40fb-ba8a-79897eada1a4", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606299101000.c09b925f-ddfd-40fb-ba8a-79897eada1a4", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LB" - } - ], - "code" : "RML", - "display" : "TMCA, SOUTH CAMPUS" - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } - ], - "identifier" : [ - { - "system" : "LB", - "value" : "RML" - } - ], - "name" : "TMCA, SOUTH CAMPUS" - } - }, - { - "fullUrl" : "Practitioner/1716965606300191000.d6088c34-c887-4f8f-8592-2e3341b7d042", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606300191000.d6088c34-c887-4f8f-8592-2e3341b7d042", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "GREGORY" - }, - { - "url" : "XCN.4", - "valueString" : "R" - }, - { - "url" : "XCN.21", - "valueString" : "MD" - }, - { - "url" : "XCN.10", - "valueString" : "L" - } - ] - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "FI" - } - ] - }, - "system" : "RML", - "value" : "1740336429" - } - ], - "name" : [ - { - "use" : "official", - "family" : "KOTNIS", - "given" : [ - "GREGORY", - "R" - ], - "prefix" : [ - "DR." - ], - "suffix" : [ - "MD" - ] - } - ] - } - }, - { - "fullUrl" : "Organization/1716965606301451000.8a75ee19-ef4d-4e68-a7d1-d890bec5f8d0", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606301451000.8a75ee19-ef4d-4e68-a7d1-d890bec5f8d0", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ], - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } - ], - "code" : "L" - } - ] - } - } - ], - "code" : "L" - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ - { - "url" : "XON.10", - "valueString" : "06D0055551" - } - ] - } - ], - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" - } - ] - }, - "value" : "06D0055551" - } - ], - "name" : "TMCA, SOUTH CAMPUS", - "address" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "B" - } - ] - } - ], - "use" : "work", - "line" : [ - "1501 S. POTOMAC" - ], - "city" : "AURORA", - "district" : "MD", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" - } - ] - } - }, - { - "fullUrl" : "PractitionerRole/1716965606299250000.711d6193-4698-4292-af0e-035704251dfe", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1716965606299250000.711d6193-4698-4292-af0e-035704251dfe", - "practitioner" : { - "reference" : "Practitioner/1716965606300191000.d6088c34-c887-4f8f-8592-2e3341b7d042" - }, - "organization" : { - "reference" : "Organization/1716965606301451000.8a75ee19-ef4d-4e68-a7d1-d890bec5f8d0" - }, - "code" : [ - { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } - ] - } - ] - } - }, - { - "fullUrl" : "Observation/1716965606303287000.b444ba80-a933-4927-9c12-ced9331411ad", - "resource" : { - "resourceType" : "Observation", - "id" : "1716965606303287000.b444ba80-a933-4927-9c12-ced9331411ad", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1.1" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2021-08-05T01:38:00-06:00", - "_valueDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210805013800-0600" - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ - { - "url" : "OBX.2", - "valueId" : "ST" - }, - { - "url" : "OBX.11", - "valueString" : "F" - } - ] - } - ], - "status" : "final", - "code" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } - ], - "system" : "http://loinc.org", - "version" : "2.40", - "code" : "77202-0", - "display" : "Laboratory comment [Text] in Report Narrative" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "VERGPCOM", - "display" : "COMMENT" - } - ] - }, - "subject" : { - "reference" : "Patient/1716965606097981000.a9e583b2-8233-4a28-b882-d0a7d74c0b8e" - }, - "encounter" : { - "reference" : "Encounter/1716965606112940000.37c8abef-ba3d-4cf0-9290-84f8d7f8d47f" - }, - "performer" : [ - { - "reference" : "Organization/1716965606303617000.a9286106-79c1-463b-aa54-92cc752304b8" - }, - { - "reference" : "PractitionerRole/1716965606303760000.fe4fdae5-bfe2-4de0-8b08-50db9ff96d84" - } - ], - "valueString" : "Staphylococcus epidermidis Streptococcus anginosus group" - } - }, - { - "fullUrl" : "Organization/1716965606303617000.a9286106-79c1-463b-aa54-92cc752304b8", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606303617000.a9286106-79c1-463b-aa54-92cc752304b8", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LB" - } - ], - "code" : "RML", - "display" : "TMCA, SOUTH CAMPUS" - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } - ], - "identifier" : [ - { - "system" : "LB", - "value" : "RML" - } - ], - "name" : "TMCA, SOUTH CAMPUS" - } - }, - { - "fullUrl" : "Practitioner/1716965606304549000.5b12733b-b829-4d02-b30f-5bcc3ed5e8d8", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606304549000.5b12733b-b829-4d02-b30f-5bcc3ed5e8d8", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "GREGORY" - }, - { - "url" : "XCN.4", - "valueString" : "R" - }, - { - "url" : "XCN.21", - "valueString" : "MD" - }, - { - "url" : "XCN.10", - "valueString" : "L" - } - ] - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "FI" - } - ] - }, - "system" : "RML", - "value" : "1740336429" - } - ], - "name" : [ - { - "use" : "official", - "family" : "KOTNIS", - "given" : [ - "GREGORY", - "R" - ], - "prefix" : [ - "DR." - ], - "suffix" : [ - "MD" - ] - } - ] - } - }, - { - "fullUrl" : "Organization/1716965606306108000.acb7f54d-b761-4b2a-b0d1-4b2f1f8f9b24", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606306108000.acb7f54d-b761-4b2a-b0d1-4b2f1f8f9b24", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ], - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } - ], - "code" : "L" - } - ] - } - } - ], - "code" : "L" - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ - { - "url" : "XON.10", - "valueString" : "06D0055551" - } - ] - } - ], - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" - } - ] - }, - "value" : "06D0055551" - } - ], - "name" : "TMCA, SOUTH CAMPUS", - "address" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "B" - } - ] - } - ], - "use" : "work", - "line" : [ - "1501 S. POTOMAC" - ], - "city" : "AURORA", - "district" : "MD", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" - } - ] - } - }, - { - "fullUrl" : "PractitionerRole/1716965606303760000.fe4fdae5-bfe2-4de0-8b08-50db9ff96d84", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1716965606303760000.fe4fdae5-bfe2-4de0-8b08-50db9ff96d84", - "practitioner" : { - "reference" : "Practitioner/1716965606304549000.5b12733b-b829-4d02-b30f-5bcc3ed5e8d8" - }, - "organization" : { - "reference" : "Organization/1716965606306108000.acb7f54d-b761-4b2a-b0d1-4b2f1f8f9b24" - }, - "code" : [ - { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } - ] - } - ] - } - }, - { - "fullUrl" : "Observation/1716965606308353000.6cf6a1a6-3db8-4e98-a2f2-89c55c4df9b5", - "resource" : { - "resourceType" : "Observation", - "id" : "1716965606308353000.6cf6a1a6-3db8-4e98-a2f2-89c55c4df9b5", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1.1" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2021-08-05T01:38:00-06:00", - "_valueDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210805013800-0600" - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ - { - "url" : "OBX.2", - "valueId" : "ST" - }, - { - "url" : "OBX.11", - "valueString" : "F" - } - ] - } - ], - "status" : "final", - "code" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } - ], - "system" : "http://loinc.org", - "version" : "2.40", - "code" : "77202-0", - "display" : "Laboratory comment [Text] in Report Narrative" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "VERGPCOM", - "display" : "COMMENT" - } - ] - }, - "subject" : { - "reference" : "Patient/1716965606097981000.a9e583b2-8233-4a28-b882-d0a7d74c0b8e" - }, - "encounter" : { - "reference" : "Encounter/1716965606112940000.37c8abef-ba3d-4cf0-9290-84f8d7f8d47f" - }, - "performer" : [ - { - "reference" : "Organization/1716965606308699000.9b4cda88-7df8-4caa-8cec-13fd1ebe8fb5" - }, - { - "reference" : "PractitionerRole/1716965606308835000.5d8ee53f-80ef-4b8d-a865-c237588e072b" - } - ], - "valueString" : "Staphylococcus lugdunensis Streptococcus faecalis" - } - }, - { - "fullUrl" : "Organization/1716965606308699000.9b4cda88-7df8-4caa-8cec-13fd1ebe8fb5", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606308699000.9b4cda88-7df8-4caa-8cec-13fd1ebe8fb5", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LB" - } - ], - "code" : "RML", - "display" : "TMCA, SOUTH CAMPUS" - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } - ], - "identifier" : [ - { - "system" : "LB", - "value" : "RML" - } - ], - "name" : "TMCA, SOUTH CAMPUS" - } - }, - { - "fullUrl" : "Practitioner/1716965606309569000.0970e204-01c0-4874-8030-1731ca5239c9", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606309569000.0970e204-01c0-4874-8030-1731ca5239c9", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "GREGORY" - }, - { - "url" : "XCN.4", - "valueString" : "R" - }, - { - "url" : "XCN.21", - "valueString" : "MD" - }, - { - "url" : "XCN.10", - "valueString" : "L" - } - ] - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "FI" - } - ] - }, - "system" : "RML", - "value" : "1740336429" - } - ], - "name" : [ - { - "use" : "official", - "family" : "KOTNIS", - "given" : [ - "GREGORY", - "R" - ], - "prefix" : [ - "DR." - ], - "suffix" : [ - "MD" - ] - } - ] - } - }, - { - "fullUrl" : "Organization/1716965606310728000.b5f97cb6-4d81-43e3-8ca9-b6c2bd6c40ff", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606310728000.b5f97cb6-4d81-43e3-8ca9-b6c2bd6c40ff", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ], - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } - ], - "code" : "L" - } - ] - } - } - ], - "code" : "L" - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ - { - "url" : "XON.10", - "valueString" : "06D0055551" - } - ] - } - ], - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" - } - ] - }, - "value" : "06D0055551" - } - ], - "name" : "TMCA, SOUTH CAMPUS", - "address" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "B" - } - ] - } - ], - "use" : "work", - "line" : [ - "1501 S. POTOMAC" - ], - "city" : "AURORA", - "district" : "MD", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" - } - ] - } - }, - { - "fullUrl" : "PractitionerRole/1716965606308835000.5d8ee53f-80ef-4b8d-a865-c237588e072b", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1716965606308835000.5d8ee53f-80ef-4b8d-a865-c237588e072b", - "practitioner" : { - "reference" : "Practitioner/1716965606309569000.0970e204-01c0-4874-8030-1731ca5239c9" - }, - "organization" : { - "reference" : "Organization/1716965606310728000.b5f97cb6-4d81-43e3-8ca9-b6c2bd6c40ff" - }, - "code" : [ - { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } - ] - } - ] - } - }, - { - "fullUrl" : "Observation/1716965606312293000.d9444a79-7484-4480-bfac-408dc63b3f23", - "resource" : { - "resourceType" : "Observation", - "id" : "1716965606312293000.d9444a79-7484-4480-bfac-408dc63b3f23", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1.1" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2021-08-05T01:38:00-06:00", - "_valueDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210805013800-0600" - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ - { - "url" : "OBX.2", - "valueId" : "ST" - }, - { - "url" : "OBX.11", - "valueString" : "F" - } - ] - } - ], - "status" : "final", - "code" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } - ], - "system" : "http://loinc.org", - "version" : "2.40", - "code" : "77202-0", - "display" : "Laboratory comment [Text] in Report Narrative" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "VERGPCOM", - "display" : "COMMENT" - } - ] - }, - "subject" : { - "reference" : "Patient/1716965606097981000.a9e583b2-8233-4a28-b882-d0a7d74c0b8e" - }, - "encounter" : { - "reference" : "Encounter/1716965606112940000.37c8abef-ba3d-4cf0-9290-84f8d7f8d47f" - }, - "performer" : [ - { - "reference" : "Organization/1716965606312602000.847bb6b8-1456-4dbd-9ea9-2400563d4ac4" - }, - { - "reference" : "PractitionerRole/1716965606312797000.531d2053-937a-433b-bb6e-6e171940c2b1" - } - ], - "valueString" : "Streptococcus spp. Enterococcus faecium" - } - }, - { - "fullUrl" : "Organization/1716965606312602000.847bb6b8-1456-4dbd-9ea9-2400563d4ac4", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606312602000.847bb6b8-1456-4dbd-9ea9-2400563d4ac4", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LB" - } - ], - "code" : "RML", - "display" : "TMCA, SOUTH CAMPUS" - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } - ], - "identifier" : [ - { - "system" : "LB", - "value" : "RML" - } - ], - "name" : "TMCA, SOUTH CAMPUS" - } - }, - { - "fullUrl" : "Practitioner/1716965606313508000.55ca59a0-09a8-4510-a305-07eda8233d3b", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606313508000.55ca59a0-09a8-4510-a305-07eda8233d3b", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "GREGORY" - }, - { - "url" : "XCN.4", - "valueString" : "R" - }, - { - "url" : "XCN.21", - "valueString" : "MD" - }, - { - "url" : "XCN.10", - "valueString" : "L" - } - ] - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "FI" - } - ] - }, - "system" : "RML", - "value" : "1740336429" - } - ], - "name" : [ - { - "use" : "official", - "family" : "KOTNIS", - "given" : [ - "GREGORY", - "R" - ], - "prefix" : [ - "DR." - ], - "suffix" : [ - "MD" - ] - } - ] - } - }, - { - "fullUrl" : "Organization/1716965606314660000.9a20c888-2f71-49f7-8edc-8d9adf2ff894", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606314660000.9a20c888-2f71-49f7-8edc-8d9adf2ff894", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ], - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } - ], - "code" : "L" - } - ] - } - } - ], - "code" : "L" - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ - { - "url" : "XON.10", - "valueString" : "06D0055551" - } - ] - } - ], - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" - } - ] - }, - "value" : "06D0055551" - } - ], - "name" : "TMCA, SOUTH CAMPUS", - "address" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "B" - } - ] - } - ], - "use" : "work", - "line" : [ - "1501 S. POTOMAC" - ], - "city" : "AURORA", - "district" : "MD", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" - } - ] - } - }, - { - "fullUrl" : "PractitionerRole/1716965606312797000.531d2053-937a-433b-bb6e-6e171940c2b1", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1716965606312797000.531d2053-937a-433b-bb6e-6e171940c2b1", - "practitioner" : { - "reference" : "Practitioner/1716965606313508000.55ca59a0-09a8-4510-a305-07eda8233d3b" - }, - "organization" : { - "reference" : "Organization/1716965606314660000.9a20c888-2f71-49f7-8edc-8d9adf2ff894" - }, - "code" : [ - { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } - ] - } - ] - } - }, - { - "fullUrl" : "Observation/1716965606316252000.02a2c5c7-3e0a-4e66-af31-94bd72362a14", - "resource" : { - "resourceType" : "Observation", - "id" : "1716965606316252000.02a2c5c7-3e0a-4e66-af31-94bd72362a14", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1.1" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2021-08-05T01:38:00-06:00", - "_valueDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210805013800-0600" - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ - { - "url" : "OBX.2", - "valueId" : "ST" - }, - { - "url" : "OBX.11", - "valueString" : "F" - } - ] - } - ], - "status" : "final", - "code" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } - ], - "system" : "http://loinc.org", - "version" : "2.40", - "code" : "77202-0", - "display" : "Laboratory comment [Text] in Report Narrative" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "VERGPCOM", - "display" : "COMMENT" - } - ] - }, - "subject" : { - "reference" : "Patient/1716965606097981000.a9e583b2-8233-4a28-b882-d0a7d74c0b8e" - }, - "encounter" : { - "reference" : "Encounter/1716965606112940000.37c8abef-ba3d-4cf0-9290-84f8d7f8d47f" - }, - "performer" : [ - { - "reference" : "Organization/1716965606316568000.cbce7ee8-559d-4a1d-af1c-965476e6b79e" - }, - { - "reference" : "PractitionerRole/1716965606316705000.15d62f26-f217-4f07-baad-235d56e7ea67" - } - ], - "valueString" : "Streptococcus pneumoniae " - } - }, - { - "fullUrl" : "Organization/1716965606316568000.cbce7ee8-559d-4a1d-af1c-965476e6b79e", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606316568000.cbce7ee8-559d-4a1d-af1c-965476e6b79e", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LB" - } - ], - "code" : "RML", - "display" : "TMCA, SOUTH CAMPUS" - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } - ], - "identifier" : [ - { - "system" : "LB", - "value" : "RML" - } - ], - "name" : "TMCA, SOUTH CAMPUS" - } - }, - { - "fullUrl" : "Practitioner/1716965606317341000.20fb0bf0-f7d7-4580-b692-935891a5d420", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606317341000.20fb0bf0-f7d7-4580-b692-935891a5d420", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "GREGORY" - }, - { - "url" : "XCN.4", - "valueString" : "R" - }, - { - "url" : "XCN.21", - "valueString" : "MD" - }, - { - "url" : "XCN.10", - "valueString" : "L" - } - ] - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "FI" - } - ] - }, - "system" : "RML", - "value" : "1740336429" - } - ], - "name" : [ - { - "use" : "official", - "family" : "KOTNIS", - "given" : [ - "GREGORY", - "R" - ], - "prefix" : [ - "DR." - ], - "suffix" : [ - "MD" - ] - } - ] - } - }, - { - "fullUrl" : "Organization/1716965606318554000.3c00b952-8f01-4049-8a53-56ed6666fb44", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606318554000.3c00b952-8f01-4049-8a53-56ed6666fb44", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ], - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } - ], - "code" : "L" - } - ] - } - } - ], - "code" : "L" - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ - { - "url" : "XON.10", - "valueString" : "06D0055551" - } - ] - } - ], - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" - } - ] - }, - "value" : "06D0055551" - } - ], - "name" : "TMCA, SOUTH CAMPUS", - "address" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "B" - } - ] - } - ], - "use" : "work", - "line" : [ - "1501 S. POTOMAC" - ], - "city" : "AURORA", - "district" : "MD", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" - } - ] - } - }, - { - "fullUrl" : "PractitionerRole/1716965606316705000.15d62f26-f217-4f07-baad-235d56e7ea67", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1716965606316705000.15d62f26-f217-4f07-baad-235d56e7ea67", - "practitioner" : { - "reference" : "Practitioner/1716965606317341000.20fb0bf0-f7d7-4580-b692-935891a5d420" - }, - "organization" : { - "reference" : "Organization/1716965606318554000.3c00b952-8f01-4049-8a53-56ed6666fb44" - }, - "code" : [ - { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } - ] - } - ] - } - }, - { - "fullUrl" : "Observation/1716965606320360000.5c734769-52d8-4c84-9b95-fdbcf6a8d769", - "resource" : { - "resourceType" : "Observation", - "id" : "1716965606320360000.5c734769-52d8-4c84-9b95-fdbcf6a8d769", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2028-08-07T16:36:01-06:00", - "_valueDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280807163601-0600" - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-5-value-sn", - "extension" : [ - { - "url" : "SN.1", - "valueString" : "=" - }, - { - "url" : "SN.2", - "valueString" : "0.5" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ - { - "url" : "OBX.2", - "valueId" : "SN" - }, - { - "url" : "OBX.6", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "UCUM" - } - ], - "system" : "http://unitsofmeasure.org", - "version" : "2.40", - "code" : "ug/mL", - "display" : "MicroGrams Per MilliLiter [Mass Concentration Units]" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "ug/mL", - "display" : "ug/mL" - } - ] - } - }, - { - "url" : "OBX.11", - "valueString" : "P" - } - ] - } - ], - "status" : "preliminary", - "code" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } - ], - "system" : "http://loinc.org", - "version" : "2.40", - "code" : "35788-9", - "display" : "DAPTOmycin [Susceptibility] by Minimum inhibitory concentration (MIC)" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "DAP", - "display" : "DAPTOMYCIN" - } - ] - }, - "subject" : { - "reference" : "Patient/1716965606097981000.a9e583b2-8233-4a28-b882-d0a7d74c0b8e" - }, - "encounter" : { - "reference" : "Encounter/1716965606112940000.37c8abef-ba3d-4cf0-9290-84f8d7f8d47f" - }, - "effectiveDateTime" : "2028-08-07T16:36:01-06:00", - "_effectiveDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280807163601-0600" - } - ] - }, - "performer" : [ - { - "reference" : "Organization/1716965606320661000.ce2ec294-7f37-480d-9804-1be29a20bf4d" - }, - { - "reference" : "PractitionerRole/1716965606320793000.2a49f15c-baab-410c-98ea-cab56d9897a5" - } - ], - "interpretation" : [ - { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70078" - } - ], - "version" : "2.5.1", - "code" : "S", - "display" : "Susceptible. Indicates for microbiology susceptibilities only." - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "S", - "display" : "S" - } - ] - } - ] - } - }, - { - "fullUrl" : "Organization/1716965606320661000.ce2ec294-7f37-480d-9804-1be29a20bf4d", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606320661000.ce2ec294-7f37-480d-9804-1be29a20bf4d", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LB" - } - ], - "code" : "MCOE", - "display" : "ROSE MEDICAL CENTER (MCOE)" - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } - ], - "identifier" : [ - { - "system" : "LB", - "value" : "MCOE" - } - ], - "name" : "ROSE MEDICAL CENTER (MCOE)" - } - }, - { - "fullUrl" : "Practitioner/1716965606321382000.c40be585-80e1-4113-95a5-e34b73c888df", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606321382000.c40be585-80e1-4113-95a5-e34b73c888df", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "Shalini" - }, - { - "url" : "XCN.21", - "valueString" : "MD" - }, - { - "url" : "XCN.10", - "valueString" : "L" - } - ] - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "FI" - } - ] - }, - "system" : "RML", - "value" : "1033122247" - } - ], - "name" : [ - { - "use" : "official", - "family" : "Chahal", - "given" : [ - "Shalini" - ], - "prefix" : [ - "Dr." - ], - "suffix" : [ - "MD" - ] - } - ] - } - }, - { - "fullUrl" : "Organization/1716965606322266000.f2131ac9-7d77-4638-864d-2c021125c0aa", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606322266000.f2131ac9-7d77-4638-864d-2c021125c0aa", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ], - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } - ], - "code" : "L" - } - ] - } - } - ], - "code" : "L" - } - } - ], - "name" : "ROSE MEDICAL CENTER (MCOE)", - "address" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "4567 E. NINTH AVENUE" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "B" - } - ] - } - ], - "use" : "work", - "line" : [ - "4567 E. NINTH AVENUE" - ], - "city" : "DENVER", - "district" : "S", - "state" : "IG", - "postalCode" : "80220", - "country" : "USA" - } - ] - } - }, - { - "fullUrl" : "PractitionerRole/1716965606320793000.2a49f15c-baab-410c-98ea-cab56d9897a5", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1716965606320793000.2a49f15c-baab-410c-98ea-cab56d9897a5", - "practitioner" : { - "reference" : "Practitioner/1716965606321382000.c40be585-80e1-4113-95a5-e34b73c888df" - }, - "organization" : { - "reference" : "Organization/1716965606322266000.f2131ac9-7d77-4638-864d-2c021125c0aa" - }, - "code" : [ - { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } - ] - } - ] - } - }, - { - "fullUrl" : "Observation/1716965606324372000.3f790045-463d-47ff-a753-a83046c54aef", - "resource" : { - "resourceType" : "Observation", - "id" : "1716965606324372000.3f790045-463d-47ff-a753-a83046c54aef", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2028-08-07T16:36:01-06:00", - "_valueDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280807163601-0600" - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-5-value-sn", - "extension" : [ - { - "url" : "SN.1", - "valueString" : "=" - }, - { - "url" : "SN.2", - "valueString" : "16" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ - { - "url" : "OBX.2", - "valueId" : "SN" - }, - { - "url" : "OBX.6", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "UCUM" - } - ], - "system" : "http://unitsofmeasure.org", - "version" : "2.40", - "code" : "ug/mL", - "display" : "MicroGrams Per MilliLiter [Mass Concentration Units]" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "ug/mL", - "display" : "ug/mL" - } - ] - } - }, - { - "url" : "OBX.11", - "valueString" : "P" - } - ] - } - ], - "status" : "preliminary", - "code" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } - ], - "system" : "http://loinc.org", - "version" : "2.40", - "code" : "28-1", - "display" : "Ampicillin [Susceptibility] by Minimum inhibitory concentration (MIC)" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "AM", - "display" : "AMPICILLIN" - } - ] - }, - "subject" : { - "reference" : "Patient/1716965606097981000.a9e583b2-8233-4a28-b882-d0a7d74c0b8e" - }, - "encounter" : { - "reference" : "Encounter/1716965606112940000.37c8abef-ba3d-4cf0-9290-84f8d7f8d47f" - }, - "effectiveDateTime" : "2028-08-07T16:36:01-06:00", - "_effectiveDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280807163601-0600" - } - ] - }, - "performer" : [ - { - "reference" : "Organization/1716965606324687000.5bb6b9ea-49ff-4411-89f6-e6c8db6b9734" - }, - { - "reference" : "PractitionerRole/1716965606324816000.01dcd656-a647-4e6c-9eac-ca36ba7bab78" - } - ], - "interpretation" : [ - { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70078" - } - ], - "version" : "2.5.1", - "code" : "R", - "display" : "Resistant. Indicates for microbiology susceptibilities only." - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "R", - "display" : "R" - } - ] - } - ] - } - }, - { - "fullUrl" : "Organization/1716965606324687000.5bb6b9ea-49ff-4411-89f6-e6c8db6b9734", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606324687000.5bb6b9ea-49ff-4411-89f6-e6c8db6b9734", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LB" - } - ], - "code" : "MCOE", - "display" : "ROSE MEDICAL CENTER (MCOE)" - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } - ], - "identifier" : [ - { - "system" : "LB", - "value" : "MCOE" - } - ], - "name" : "ROSE MEDICAL CENTER (MCOE)" - } - }, - { - "fullUrl" : "Practitioner/1716965606325451000.1b188018-fd2a-4455-9675-9da23bf28533", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606325451000.1b188018-fd2a-4455-9675-9da23bf28533", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "Shalini" - }, - { - "url" : "XCN.21", - "valueString" : "MD" - }, - { - "url" : "XCN.10", - "valueString" : "L" - } - ] - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "FI" - } - ] - }, - "system" : "RML", - "value" : "1033122247" - } - ], - "name" : [ - { - "use" : "official", - "family" : "Chahal", - "given" : [ - "Shalini" - ], - "prefix" : [ - "Dr." - ], - "suffix" : [ - "MD" - ] - } - ] - } - }, - { - "fullUrl" : "Organization/1716965606326327000.4cd460b9-d171-4b49-afa6-5b92eab4c886", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606326327000.4cd460b9-d171-4b49-afa6-5b92eab4c886", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ], - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } - ], - "code" : "L" - } - ] - } - } - ], - "code" : "L" - } - } - ], - "name" : "ROSE MEDICAL CENTER (MCOE)", - "address" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "4567 E. NINTH AVENUE" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "B" - } - ] - } - ], - "use" : "work", - "line" : [ - "4567 E. NINTH AVENUE" - ], - "city" : "DENVER", - "district" : "R", - "state" : "IG", - "postalCode" : "80220", - "country" : "USA" - } - ] - } - }, - { - "fullUrl" : "PractitionerRole/1716965606324816000.01dcd656-a647-4e6c-9eac-ca36ba7bab78", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1716965606324816000.01dcd656-a647-4e6c-9eac-ca36ba7bab78", - "practitioner" : { - "reference" : "Practitioner/1716965606325451000.1b188018-fd2a-4455-9675-9da23bf28533" - }, - "organization" : { - "reference" : "Organization/1716965606326327000.4cd460b9-d171-4b49-afa6-5b92eab4c886" - }, - "code" : [ - { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } - ] - } - ] - } - }, - { - "fullUrl" : "Observation/1716965606328707000.260df50a-43fd-421e-90e9-c7274402cb58", - "resource" : { - "resourceType" : "Observation", - "id" : "1716965606328707000.260df50a-43fd-421e-90e9-c7274402cb58", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2028-08-07T16:36:01-06:00", - "_valueDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280807163601-0600" - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ - { - "url" : "OBX.2", - "valueId" : "ST" - }, - { - "url" : "OBX.6", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "UCUM" - } - ], - "system" : "http://unitsofmeasure.org", - "version" : "2.40", - "code" : "ug/mL", - "display" : "MicroGrams Per MilliLiter [Mass Concentration Units]" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "ug/mL", - "display" : "ug/mL" - } - ] - } - }, - { - "url" : "OBX.11", - "valueString" : "P" - } - ] - } - ], - "status" : "preliminary", - "code" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } - ], - "system" : "http://loinc.org", - "version" : "2.40", - "code" : "7018-5", - "display" : "Gentamicin.high potency [Susceptibility] by Minimum inhibitory concentration (MIC)" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "GMS", - "display" : "GENTAMICIN SYNERGY SCREEN" - } - ] - }, - "subject" : { - "reference" : "Patient/1716965606097981000.a9e583b2-8233-4a28-b882-d0a7d74c0b8e" - }, - "encounter" : { - "reference" : "Encounter/1716965606112940000.37c8abef-ba3d-4cf0-9290-84f8d7f8d47f" - }, - "effectiveDateTime" : "2028-08-07T16:36:01-06:00", - "_effectiveDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280807163601-0600" - } - ] - }, - "performer" : [ - { - "reference" : "Organization/1716965606329030000.a2cded75-94da-45c8-82c5-5da48d02d0cd" - }, - { - "reference" : "PractitionerRole/1716965606329222000.e9964d4d-371f-4e69-a3a0-14fe576c0fcb" - } - ], - "valueString" : "SYN-S", - "interpretation" : [ - { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70078" - } - ], - "version" : "2.5.1", - "code" : "S", - "display" : "Susceptible. Indicates for microbiology susceptibilities only." - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "S", - "display" : "S" - } - ] - } - ] - } - }, - { - "fullUrl" : "Organization/1716965606329030000.a2cded75-94da-45c8-82c5-5da48d02d0cd", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606329030000.a2cded75-94da-45c8-82c5-5da48d02d0cd", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LB" - } - ], - "code" : "MCOE", - "display" : "ROSE MEDICAL CENTER (MCOE)" - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } - ], - "identifier" : [ - { - "system" : "LB", - "value" : "MCOE" - } - ], - "name" : "ROSE MEDICAL CENTER (MCOE)" - } - }, - { - "fullUrl" : "Practitioner/1716965606329866000.7c3f2a3f-6680-49a0-8c96-303004a2c0e7", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606329866000.7c3f2a3f-6680-49a0-8c96-303004a2c0e7", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "Shalini" - }, - { - "url" : "XCN.21", - "valueString" : "MD" - }, - { - "url" : "XCN.10", - "valueString" : "L" - } - ] - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "FI" - } - ] - }, - "system" : "RML", - "value" : "1033122247" - } - ], - "name" : [ - { - "use" : "official", - "family" : "Chahal", - "given" : [ - "Shalini" - ], - "prefix" : [ - "Dr." - ], - "suffix" : [ - "MD" - ] - } - ] - } - }, - { - "fullUrl" : "Organization/1716965606330797000.866da89e-9e23-4b4c-8c3b-8891594793fa", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606330797000.866da89e-9e23-4b4c-8c3b-8891594793fa", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ], - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } - ], - "code" : "L" - } - ] - } - } - ], - "code" : "L" - } - } - ], - "name" : "ROSE MEDICAL CENTER (MCOE)", - "address" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "4567 E. NINTH AVENUE" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "B" - } - ] - } - ], - "use" : "work", - "line" : [ - "4567 E. NINTH AVENUE" - ], - "city" : "DENVER", - "district" : "S", - "state" : "IG", - "postalCode" : "80220", - "country" : "USA" - } - ] - } - }, - { - "fullUrl" : "PractitionerRole/1716965606329222000.e9964d4d-371f-4e69-a3a0-14fe576c0fcb", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1716965606329222000.e9964d4d-371f-4e69-a3a0-14fe576c0fcb", - "practitioner" : { - "reference" : "Practitioner/1716965606329866000.7c3f2a3f-6680-49a0-8c96-303004a2c0e7" - }, - "organization" : { - "reference" : "Organization/1716965606330797000.866da89e-9e23-4b4c-8c3b-8891594793fa" - }, - "code" : [ - { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } - ] - } - ] - } - }, - { - "fullUrl" : "Observation/1716965606770281000.a024a3b3-c6bf-4287-890a-e15beb631c22", - "resource" : { - "resourceType" : "Observation", - "id" : "1716965606770281000.a024a3b3-c6bf-4287-890a-e15beb631c22", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2028-08-07T16:36:01-06:00", - "_valueDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280807163601-0600" - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-5-value-sn", - "extension" : [ - { - "url" : "SN.1", - "valueString" : "=" - }, - { - "url" : "SN.2", - "valueString" : "2" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ - { - "url" : "OBX.2", - "valueId" : "SN" - }, - { - "url" : "OBX.6", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "UCUM" - } - ], - "system" : "http://unitsofmeasure.org", - "version" : "2.40", - "code" : "ug/mL", - "display" : "MicroGrams Per MilliLiter [Mass Concentration Units]" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "ug/mL", - "display" : "ug/mL" - } - ] - } - }, - { - "url" : "OBX.11", - "valueString" : "P" - } - ] - } - ], - "status" : "preliminary", - "code" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } - ], - "system" : "http://loinc.org", - "version" : "2.40", - "code" : "29254-0", - "display" : "Linezolid [Susceptibility] by Minimum inhibitory concentration (MIC)" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "LZD", - "display" : "LINEZOLID" - } - ] - }, - "subject" : { - "reference" : "Patient/1716965606097981000.a9e583b2-8233-4a28-b882-d0a7d74c0b8e" - }, - "encounter" : { - "reference" : "Encounter/1716965606112940000.37c8abef-ba3d-4cf0-9290-84f8d7f8d47f" - }, - "effectiveDateTime" : "2028-08-07T16:36:01-06:00", - "_effectiveDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280807163601-0600" - } - ] - }, - "performer" : [ - { - "reference" : "Organization/1716965606770619000.3df30c5a-a325-43ec-8cdc-59e123f72f58" - }, - { - "reference" : "PractitionerRole/1716965606770756000.836dcb32-9a06-4e20-b4df-7b72544f20fd" - } - ], - "interpretation" : [ - { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70078" - } - ], - "version" : "2.5.1", - "code" : "S", - "display" : "Susceptible. Indicates for microbiology susceptibilities only." - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "S", - "display" : "S" - } - ] - } - ] - } - }, - { - "fullUrl" : "Organization/1716965606770619000.3df30c5a-a325-43ec-8cdc-59e123f72f58", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606770619000.3df30c5a-a325-43ec-8cdc-59e123f72f58", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LB" - } - ], - "code" : "MCOE", - "display" : "ROSE MEDICAL CENTER (MCOE)" - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } - ], - "identifier" : [ - { - "system" : "LB", - "value" : "MCOE" - } - ], - "name" : "ROSE MEDICAL CENTER (MCOE)" - } - }, - { - "fullUrl" : "Practitioner/1716965606771491000.fb17bb1c-fbf1-4e4e-870e-acad0372fa05", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606771491000.fb17bb1c-fbf1-4e4e-870e-acad0372fa05", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "Shalini" - }, - { - "url" : "XCN.21", - "valueString" : "MD" - }, - { - "url" : "XCN.10", - "valueString" : "L" - } - ] - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "FI" - } - ] - }, - "system" : "RML", - "value" : "1033122247" - } - ], - "name" : [ - { - "use" : "official", - "family" : "Chahal", - "given" : [ - "Shalini" - ], - "prefix" : [ - "Dr." - ], - "suffix" : [ - "MD" - ] - } - ] - } - }, - { - "fullUrl" : "Organization/1716965606772306000.daae2a04-7fef-42ac-acb7-4fcef32f9435", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606772306000.daae2a04-7fef-42ac-acb7-4fcef32f9435", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ], - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } - ], - "code" : "L" - } - ] - } - } - ], - "code" : "L" - } - } - ], - "name" : "ROSE MEDICAL CENTER (MCOE)", - "address" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "4567 E. NINTH AVENUE" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "B" - } - ] - } - ], - "use" : "work", - "line" : [ - "4567 E. NINTH AVENUE" - ], - "city" : "DENVER", - "district" : "S", - "state" : "IG", - "postalCode" : "80220", - "country" : "USA" - } - ] - } - }, - { - "fullUrl" : "PractitionerRole/1716965606770756000.836dcb32-9a06-4e20-b4df-7b72544f20fd", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1716965606770756000.836dcb32-9a06-4e20-b4df-7b72544f20fd", - "practitioner" : { - "reference" : "Practitioner/1716965606771491000.fb17bb1c-fbf1-4e4e-870e-acad0372fa05" - }, - "organization" : { - "reference" : "Organization/1716965606772306000.daae2a04-7fef-42ac-acb7-4fcef32f9435" - }, - "code" : [ - { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } - ] - } - ] - } - }, - { - "fullUrl" : "Observation/1716965606774319000.8ada4105-2b21-4bfa-9bde-bb9d8df809a1", - "resource" : { - "resourceType" : "Observation", - "id" : "1716965606774319000.8ada4105-2b21-4bfa-9bde-bb9d8df809a1", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2028-08-07T16:36:01-06:00", - "_valueDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280807163601-0600" - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ - { - "url" : "OBX.2", - "valueId" : "ST" - }, - { - "url" : "OBX.6", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "UCUM" - } - ], - "system" : "http://unitsofmeasure.org", - "version" : "2.40", - "code" : "ug/mL", - "display" : "MicroGrams Per MilliLiter [Mass Concentration Units]" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "ug/mL", - "display" : "ug/mL" - } - ] - } - }, - { - "url" : "OBX.11", - "valueString" : "P" - } - ] - } - ], - "status" : "preliminary", - "code" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } - ], - "system" : "http://loinc.org", - "version" : "2.40", - "code" : "6933-6", - "display" : "Streptomycin.high potency [Susceptibility] by Minimum inhibitory concentration (MIC)" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "STS", - "display" : "STREPTOMYCIN SYNERGY SCREEN" - } - ] - }, - "subject" : { - "reference" : "Patient/1716965606097981000.a9e583b2-8233-4a28-b882-d0a7d74c0b8e" - }, - "encounter" : { - "reference" : "Encounter/1716965606112940000.37c8abef-ba3d-4cf0-9290-84f8d7f8d47f" - }, - "effectiveDateTime" : "2028-08-07T16:36:01-06:00", - "_effectiveDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280807163601-0600" - } - ] - }, - "performer" : [ - { - "reference" : "Organization/1716965606774621000.08c9411f-9c1b-4b16-bc36-a3cffece720b" - }, - { - "reference" : "PractitionerRole/1716965606774749000.7734c184-c11a-4860-9c69-2eaf2bca4092" - } - ], - "valueString" : "SYN-S", - "interpretation" : [ - { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70078" - } - ], - "version" : "2.5.1", - "code" : "S", - "display" : "Susceptible. Indicates for microbiology susceptibilities only." - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "S", - "display" : "S" - } - ] - } - ] - } - }, - { - "fullUrl" : "Organization/1716965606774621000.08c9411f-9c1b-4b16-bc36-a3cffece720b", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606774621000.08c9411f-9c1b-4b16-bc36-a3cffece720b", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LB" - } - ], - "code" : "MCOE", - "display" : "ROSE MEDICAL CENTER (MCOE)" - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } - ], - "identifier" : [ - { - "system" : "LB", - "value" : "MCOE" - } - ], - "name" : "ROSE MEDICAL CENTER (MCOE)" - } - }, - { - "fullUrl" : "Practitioner/1716965606775307000.9042aac9-853a-449e-99d9-4107aeea5c5d", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606775307000.9042aac9-853a-449e-99d9-4107aeea5c5d", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "Shalini" - }, - { - "url" : "XCN.21", - "valueString" : "MD" - }, - { - "url" : "XCN.10", - "valueString" : "L" - } - ] - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "FI" - } - ] - }, - "system" : "RML", - "value" : "1033122247" - } - ], - "name" : [ - { - "use" : "official", - "family" : "Chahal", - "given" : [ - "Shalini" - ], - "prefix" : [ - "Dr." - ], - "suffix" : [ - "MD" - ] - } - ] - } - }, - { - "fullUrl" : "Organization/1716965606776103000.9504a7a6-afe4-4f22-b514-d9bb5020857f", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606776103000.9504a7a6-afe4-4f22-b514-d9bb5020857f", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ], - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } - ], - "code" : "L" - } - ] - } - } - ], - "code" : "L" - } - } - ], - "name" : "ROSE MEDICAL CENTER (MCOE)", - "address" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "4567 E. NINTH AVENUE" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "B" - } - ] - } - ], - "use" : "work", - "line" : [ - "4567 E. NINTH AVENUE" - ], - "city" : "DENVER", - "district" : "S", - "state" : "IG", - "postalCode" : "80220", - "country" : "USA" - } - ] - } - }, - { - "fullUrl" : "PractitionerRole/1716965606774749000.7734c184-c11a-4860-9c69-2eaf2bca4092", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1716965606774749000.7734c184-c11a-4860-9c69-2eaf2bca4092", - "practitioner" : { - "reference" : "Practitioner/1716965606775307000.9042aac9-853a-449e-99d9-4107aeea5c5d" - }, - "organization" : { - "reference" : "Organization/1716965606776103000.9504a7a6-afe4-4f22-b514-d9bb5020857f" - }, - "code" : [ - { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } - ] - } - ] - } - }, - { - "fullUrl" : "Observation/1716965606781098000.ca25d9db-d940-492c-85b3-898ff2c1dc5c", - "resource" : { - "resourceType" : "Observation", - "id" : "1716965606781098000.ca25d9db-d940-492c-85b3-898ff2c1dc5c", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2028-08-07T16:36:01-06:00", - "_valueDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280807163601-0600" - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-5-value-sn", - "extension" : [ - { - "url" : "SN.1", - "valueString" : ">=" - }, - { - "url" : "SN.2", - "valueString" : "32" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ - { - "url" : "OBX.2", - "valueId" : "SN" - }, - { - "url" : "OBX.6", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "UCUM" - } - ], - "system" : "http://unitsofmeasure.org", - "version" : "2.40", - "code" : "ug/mL", - "display" : "MicroGrams Per MilliLiter [Mass Concentration Units]" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "ug/mL", - "display" : "ug/mL" - } - ] - } - }, - { - "url" : "OBX.11", - "valueString" : "P" - } - ] - } - ], - "status" : "preliminary", - "code" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } - ], - "system" : "http://loinc.org", - "version" : "2.40", - "code" : "19000-9", - "display" : "Vancomycin [Susceptibility]" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "VA", - "display" : "VANCOMYCIN" - } - ] - }, - "subject" : { - "reference" : "Patient/1716965606097981000.a9e583b2-8233-4a28-b882-d0a7d74c0b8e" - }, - "encounter" : { - "reference" : "Encounter/1716965606112940000.37c8abef-ba3d-4cf0-9290-84f8d7f8d47f" - }, - "effectiveDateTime" : "2028-08-07T16:36:01-06:00", - "_effectiveDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280807163601-0600" - } - ] - }, - "performer" : [ - { - "reference" : "Organization/1716965606781623000.ae74f6cc-d8d6-4b8f-832c-7cb25e48dea5" - }, - { - "reference" : "PractitionerRole/1716965606782516000.690420c1-3253-4f35-b4e3-05a943e9ba9c" - } - ], - "interpretation" : [ - { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70078" - } - ], - "version" : "2.5.1", - "code" : "R", - "display" : "Resistant. Indicates for microbiology susceptibilities only." - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "R", - "display" : "R" - } - ] - } - ] - } - }, - { - "fullUrl" : "Organization/1716965606781623000.ae74f6cc-d8d6-4b8f-832c-7cb25e48dea5", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606781623000.ae74f6cc-d8d6-4b8f-832c-7cb25e48dea5", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LB" - } - ], - "code" : "MCOE", - "display" : "ROSE MEDICAL CENTER (MCOE)" - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } - ], - "identifier" : [ - { - "system" : "LB", - "value" : "MCOE" - } - ], - "name" : "ROSE MEDICAL CENTER (MCOE)" - } - }, - { - "fullUrl" : "Practitioner/1716965606784152000.2ff54158-d2f0-44f4-9959-61fe740c8c1a", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606784152000.2ff54158-d2f0-44f4-9959-61fe740c8c1a", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "Shalini" - }, - { - "url" : "XCN.21", - "valueString" : "MD" - }, - { - "url" : "XCN.10", - "valueString" : "L" - } - ] - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "FI" - } - ] - }, - "system" : "RML", - "value" : "1033122247" - } - ], - "name" : [ - { - "use" : "official", - "family" : "Chahal", - "given" : [ - "Shalini" - ], - "prefix" : [ - "Dr." - ], - "suffix" : [ - "MD" - ] - } - ] - } - }, - { - "fullUrl" : "Organization/1716965606784959000.8c282a91-87f1-4cd0-a4b8-98eee82d48f3", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606784959000.8c282a91-87f1-4cd0-a4b8-98eee82d48f3", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ], - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } - ], - "code" : "L" - } - ] - } - } - ], - "code" : "L" - } - } - ], - "name" : "ROSE MEDICAL CENTER (MCOE)", - "address" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "4567 E. NINTH AVENUE" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "B" - } - ] - } - ], - "use" : "work", - "line" : [ - "4567 E. NINTH AVENUE" - ], - "city" : "DENVER", - "district" : "R", - "state" : "IG", - "postalCode" : "80220", - "country" : "USA" - } - ] - } - }, - { - "fullUrl" : "PractitionerRole/1716965606782516000.690420c1-3253-4f35-b4e3-05a943e9ba9c", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1716965606782516000.690420c1-3253-4f35-b4e3-05a943e9ba9c", - "practitioner" : { - "reference" : "Practitioner/1716965606784152000.2ff54158-d2f0-44f4-9959-61fe740c8c1a" - }, - "organization" : { - "reference" : "Organization/1716965606784959000.8c282a91-87f1-4cd0-a4b8-98eee82d48f3" - }, - "code" : [ - { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } - ] - } - ] - } - }, - { - "fullUrl" : "Specimen/1716965606794491000.1d9a511c-50fd-4f6e-b968-9dd34634390c", - "resource" : { - "resourceType" : "Specimen", - "id" : "1716965606794491000.1d9a511c-50fd-4f6e-b968-9dd34634390c", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", - "valueString" : "OBR" - } - ] - } - }, - { - "fullUrl" : "Specimen/1716965606794848000.02a5ec34-332a-4514-8546-b69e7eac3a70", - "resource" : { - "resourceType" : "Specimen", - "id" : "1716965606794848000.02a5ec34-332a-4514-8546-b69e7eac3a70", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", - "valueString" : "OBR" - } - ] - } - }, - { - "fullUrl" : "Specimen/1716965606795206000.78099b7e-55cc-460b-b5e6-d0c7b7e91f5d", - "resource" : { - "resourceType" : "Specimen", - "id" : "1716965606795206000.78099b7e-55cc-460b-b5e6-d0c7b7e91f5d", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", - "valueString" : "OBR" - } - ] - } - }, - { - "fullUrl" : "Specimen/1716965606795562000.1a9db60a-3bf5-4625-b71a-0707660f163e", - "resource" : { - "resourceType" : "Specimen", - "id" : "1716965606795562000.1a9db60a-3bf5-4625-b71a-0707660f163e", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", - "valueString" : "OBR" - } - ] - } - }, - { - "fullUrl" : "Specimen/1716965606795933000.fe447d26-eeb2-484b-bf88-d358ebd0736d", - "resource" : { - "resourceType" : "Specimen", - "id" : "1716965606795933000.fe447d26-eeb2-484b-bf88-d358ebd0736d", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", - "valueString" : "OBR" - } - ] - } - }, - { - "fullUrl" : "Specimen/1716965606798461000.d3e9803e-bf78-4906-b7e7-d7e98c449d3a", - "resource" : { - "resourceType" : "Specimen", - "id" : "1716965606798461000.d3e9803e-bf78-4906-b7e7-d7e98c449d3a", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", - "valueString" : "SPM" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/spm-specimen", - "extension" : [ - { - "url" : "SPM.26", - "valueString" : "1" - } - ] - } - ], - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/filler-assigned-identifier", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", - "valueString" : "M12776123" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", - "valueString" : "SPM.2.1" - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PGN" - } - ] - }, - "value" : "09339017" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/placer-assigned-identifier", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", - "valueString" : "09339017" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", - "valueString" : "SPM.2.2" - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FGN" - } - ] - }, - "value" : "M12776123" - } - ], - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "SCT" - } - ], - "system" : "http://snomed.info/sct", - "version" : "07/31/2012", - "code" : "119297000", - "display" : "Blood specimen" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "BLD", - "display" : "BLOOD" - } - ] - }, - "receivedTime" : "2021-08-04T00:18:00-06:00", - "_receivedTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210804001800-0600" - } - ] - }, - "collection" : { - "collectedPeriod" : { - "start" : "2028-08-02T02:52:01-06:00", - "_start" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" - } - ] - }, - "end" : "2028-08-02T02:52:01-06:00", - "_end" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" - } - ] - } - }, - "bodySite" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "code" : "RA", - "display" : "RIGHT ARM" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - } - ], - "code" : "5.67" - } - ] - } - }, - "container" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } - ], - "display" : "BACTEC AEROBIC PLUS" - } - ] - } - } - ], - "note" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "SPM.14" - } - ], - "text" : "RA" - } - ] - } - }, - { - "fullUrl" : "Specimen/1716965606842409000.194839e7-a6d3-4472-bf45-e041a5de3c0d", - "resource" : { - "resourceType" : "Specimen", - "id" : "1716965606842409000.194839e7-a6d3-4472-bf45-e041a5de3c0d", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", - "valueString" : "SPM" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/spm-specimen", - "extension" : [ - { - "url" : "SPM.26", - "valueString" : "3.0" - } - ] - } - ], - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/filler-assigned-identifier", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", - "valueString" : "M12776123" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", - "valueString" : "SPM.2.1" - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PGN" - } - ] - }, - "value" : "09339017" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/placer-assigned-identifier", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", - "valueString" : "09339017" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", - "valueString" : "SPM.2.2" - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FGN" - } - ] - }, - "value" : "M12776123" - } - ], - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "SCT" - } - ], - "system" : "http://snomed.info/sct", - "version" : "07/31/2012", - "code" : "119297000", - "display" : "Blood specimen" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "BLD", - "display" : "BLOOD" - } - ] - }, - "receivedTime" : "2021-08-04T00:18:00-06:00", - "_receivedTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210804001800-0600" - } - ] - }, - "collection" : { - "collectedPeriod" : { - "start" : "2028-08-02T02:52:01-06:00", - "_start" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" - } - ] - }, - "end" : "2028-08-02T02:52:01-06:00", - "_end" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" - } - ] - } - }, - "bodySite" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "code" : "RA", - "display" : "RIGHT ARM" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - } - ], - "code" : "5.67" - } - ] - } - }, - "container" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } - ], - "display" : "BACTEC BLOOD CULTURE BOTTLES" - } - ] - } - } - ], - "note" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "SPM.14" - } - ], - "text" : "RA" - } - ] - } - }, - { - "fullUrl" : "Specimen/1716965606844260000.6090d00b-2fef-4254-b412-b69e89f95a28", - "resource" : { - "resourceType" : "Specimen", - "id" : "1716965606844260000.6090d00b-2fef-4254-b412-b69e89f95a28", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", - "valueString" : "SPM" - } - ], - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/filler-assigned-identifier", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", - "valueString" : "M12776123" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", - "valueString" : "SPM.2.1" - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PGN" - } - ] - }, - "value" : "09339017" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/placer-assigned-identifier", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", - "valueString" : "09339017" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", - "valueString" : "SPM.2.2" - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FGN" - } - ] - }, - "value" : "M12776123" - } - ], - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "SCT" - } - ], - "system" : "http://snomed.info/sct", - "version" : "07/31/2012", - "code" : "119297000", - "display" : "Blood specimen" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "BLD", - "display" : "BLOOD" - } - ] - }, - "receivedTime" : "2021-08-04T00:18:00-06:00", - "_receivedTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210804001800-0600" - } - ] - }, - "collection" : { - "collectedPeriod" : { - "start" : "2028-08-02T02:52:01-06:00", - "_start" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" - } - ] - }, - "end" : "2028-08-02T02:52:01-06:00", - "_end" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" - } - ] - } - }, - "bodySite" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "code" : "RA", - "display" : "RIGHT ARM" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - } - ], - "code" : "5.67" - } - ] - } - }, - "note" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "SPM.14" - } - ], - "text" : "RA" - } - ] - } - }, - { - "fullUrl" : "Specimen/1716965606846264000.5ea07ffd-6cef-420a-babe-cb59ded318ba", - "resource" : { - "resourceType" : "Specimen", - "id" : "1716965606846264000.5ea07ffd-6cef-420a-babe-cb59ded318ba", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", - "valueString" : "SPM" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/spm-specimen", - "extension" : [ - { - "url" : "SPM.26", - "valueString" : "3.0" - } - ] - } - ], - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/filler-assigned-identifier", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", - "valueString" : "M12776123" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", - "valueString" : "SPM.2.1" - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PGN" - } - ] - }, - "value" : "09339017" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/placer-assigned-identifier", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", - "valueString" : "09339017" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", - "valueString" : "SPM.2.2" - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FGN" - } - ] - }, - "value" : "M12776123" - } - ], - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "SCT" - } - ], - "system" : "http://snomed.info/sct", - "version" : "07/31/2012", - "code" : "119303007", - "display" : "Microbial isolate" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "ISLT", - "display" : "ISOLATE" - } - ] - }, - "receivedTime" : "2021-08-04T00:18:00-06:00", - "_receivedTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210804001800-0600" - } - ] - }, - "collection" : { - "collectedPeriod" : { - "start" : "2028-08-08T09:28:05-06:00", - "_start" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280808092805-0600" - } - ] - }, - "end" : "2028-08-08T09:28:05-06:00", - "_end" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280808092805-0600" - } - ] - } - }, - "bodySite" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "code" : "RA", - "display" : "RIGHT ARM" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - } - ], - "code" : "5.67" - } - ] - } - }, - "container" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } - ], - "display" : "BACTEC BLOOD CULTURE BOTTLES" - } - ] - } - } - ], - "note" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "SPM.14" - } - ], - "text" : "RA" - } - ] - } - }, - { - "fullUrl" : "ServiceRequest/1716965606860469000.90b0f4bd-c167-4b84-b581-5e403bb5d301", - "resource" : { - "resourceType" : "ServiceRequest", - "id" : "1716965606860469000.90b0f4bd-c167-4b84-b581-5e403bb5d301", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", - "valueCode" : "RE" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", - "valueString" : "202808080928" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/orc-common-order", - "extension" : [ - { - "url" : "ORC.6", - "valueString" : "N" - }, - { - "url" : "orc-21-ordering-facility-name", - "valueReference" : { - "reference" : "Organization/1716965606855328000.8e655e19-8d8e-4482-9b56-fccaa92defda" - } - }, - { - "url" : "orc-22-ordering-facility-address", - "valueAddress" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "B" - } - ] - } - ], - "use" : "work", - "line" : [ - "1501 S. POTOMAC" - ], - "city" : "AURORA", - "district" : "MD", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" - } - }, - { - "url" : "orc-24-ordering-provider-address", - "valueAddress" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "5600 S Quebec St #312A" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "B" - } - ] - } - ], - "use" : "work", - "line" : [ - "5600 S Quebec St #312A" - ], - "city" : "Greenwood Village", - "district" : "MD", - "state" : "IG", - "postalCode" : "80111", - "country" : "USA" - } - }, - { - "url" : "orc-12-ordering-provider", - "valueReference" : { - "reference" : "Practitioner/1716965606857079000.ad514bdd-2867-48f3-8346-dd45696bdeaf" - } - }, - { - "url" : "ORC.15", - "valueString" : "202108032350" - }, - { - "url" : "ORC.17", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } - ], - "code" : "TMCA, SOUTH CAMPUS" - } - ] - } - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", - "extension" : [ - { - "url" : "OBR.2", - "valueIdentifier" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123.1" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "value" : "09339017" - } - }, - { - "url" : "OBR.3", - "valueIdentifier" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123.1" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "value" : "21:AA:B0029251S.1" - } - }, - { - "url" : "OBR.21", - "valueString" : "TMCA, SOUTH CAMPUS" - }, - { - "url" : "OBR.22", - "valueString" : "20210810062500-0600" - }, - { - "url" : "OBR.25", - "valueId" : "P" - }, - { - "url" : "OBR.10", - "valueReference" : { - "reference" : "Practitioner/1716965606858311000.5b833f4f-fb30-454a-8810-ef2afa8980d5" - } - }, - { - "url" : "OBR.13", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } - ], - "code" : "SEPTIC SHOCK" - } - ] - } - }, - { - "url" : "OBR.16", - "valueReference" : { - "reference" : "Practitioner/1716965606859437000.d47f1c91-9017-4c5e-afcd-957cfc0d657d" - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", - "valueContactPoint" : { - "extension" : [ - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", - "valueString" : "1" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", - "valueString" : "303" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "4362727" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ - { - "url" : "XTN.2", - "valueString" : "WPN" - }, - { - "url" : "XTN.3", - "valueString" : "PH" - }, - { - "url" : "XTN.7", - "valueString" : "4362727" - }, - { - "url" : "XTN.9", - "valueString" : "Hospital Line" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBR.17" - } - ], - "system" : "phone", - "use" : "work" - } - }, - { - "url" : "OBR.18", - "valueString" : "21:AA:B0029251Sm12776123" - }, - { - "url" : "OBR.19", - "valueString" : "09339017" - } - ] - } - ], - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.2" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123.1" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PLAC" - } - ] - }, - "value" : "09339017" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.3" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123.1" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FILL" - } - ] - }, - "value" : "21:AA:B0029251S.1" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.4" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PGN" - } - ] - }, - "value" : "21:AA:B0029251S" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.4" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FGN" - } - ] - }, - "value" : "21:AA:B0029251S" - } - ], - "status" : "unknown", - "code" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } - ], - "system" : "http://loinc.org", - "version" : "2.40", - "code" : "600-7", - "display" : "Bacteria identified in Blood by Culture" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "BCEXT", - "display" : "EXTENDED BLOOD CULTURE" - } - ] - }, - "subject" : { - "reference" : "Patient/1716965606097981000.a9e583b2-8233-4a28-b882-d0a7d74c0b8e" - }, - "requester" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", - "valueContactPoint" : { - "extension" : [ - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", - "valueString" : "1" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", - "valueString" : "303" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "4362727" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ - { - "url" : "XTN.2", - "valueString" : "WPN" - }, - { - "url" : "XTN.3", - "valueString" : "PH" - }, - { - "url" : "XTN.7", - "valueString" : "4362727" - }, - { - "url" : "XTN.9", - "valueString" : "Hospital Line" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.14" - } - ], - "system" : "phone", - "use" : "work" - } - } - ], - "reference" : "PractitionerRole/1716965606847463000.e5da6cb1-6873-4c0a-ae7f-179ba357793b" - }, - "reasonCode" : [ - { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "I10" - } - ], - "system" : "http://hl7.org/fhir/sid/icd-10-cm", - "version" : "38", - "code" : "R6521", - "display" : "SEVERE SEPSIS WITH SEPTIC SHOCK" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "I10" - } - ], - "system" : "http://hl7.org/fhir/sid/icd-10-cm", - "version" : "38", - "code" : "R6521", - "display" : "SEVERE SEPSIS WITH SEPTIC SHOCK" - } - ] - } - ], - "note" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ - { - "url" : "NTE.2", - "valueId" : "L" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } - ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } - ] - } - } - ] - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ - { - "url" : "NTE.2", - "valueId" : "L" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "Critical result called to and read back by:CLAIRE HCE7362" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } - ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } - ] - } - } - ], - "text" : "Critical result called to and read back by:CLAIRE HCE7362" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ - { - "url" : "NTE.2", - "valueId" : "L" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "Location:ICUB on 08/08/21 at 1539 by ELB.RM" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } - ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } - ] - } - } - ], - "text" : "Location:ICUB on 08/08/21 at 1539 by ELB.RM" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ - { - "url" : "NTE.2", - "valueId" : "L" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "Critical result called to and read back by:CLAIRE HCE7362" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } - ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } - ] - } - } - ], - "text" : "Critical result called to and read back by:CLAIRE HCE7362" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ - { - "url" : "NTE.2", - "valueId" : "L" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "Location:ICUB on 08/08/21 at 1050 by ELB.SMX" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } - ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } - ] - } - } - ], - "text" : "Location:ICUB on 08/08/21 at 1050 by ELB.SMX" - } - ] - } - }, - { - "fullUrl" : "Practitioner/1716965606848859000.a59eb12d-deb5-4c92-9f72-fa51a4615c75", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606848859000.a59eb12d-deb5-4c92-9f72-fa51a4615c75", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "NPI" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "Christopher" - }, - { - "url" : "XCN.4", - "valueString" : "Beau" - }, - { - "url" : "XCN.21", - "valueString" : "MD" - }, - { - "url" : "XCN.10", - "valueString" : "L" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.12" - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "NPI" - } - ] - }, - "system" : "NPI", - "value" : "1871759365" - } - ], - "name" : [ - { - "use" : "official", - "family" : "Willison", - "given" : [ - "Christopher", - "Beau" - ], - "suffix" : [ - "MD" - ] - } - ], - "address" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "5600 S Quebec St #312A" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "B" - } - ] - } - ], - "use" : "work", - "line" : [ - "5600 S Quebec St #312A" - ], - "city" : "Greenwood Village", - "district" : "MD", - "state" : "IG", - "postalCode" : "80111", - "country" : "USA" - } - ] - } - }, - { - "fullUrl" : "Organization/1716965606850740000.7b9c9771-e285-4124-a896-cb3315b91fe0", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606850740000.7b9c9771-e285-4124-a896-cb3315b91fe0", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ], - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } - ], - "code" : "L" - } - ] - } - } - ], - "code" : "L" - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ - { - "url" : "XON.10", - "valueString" : "06D0055551" - } - ] - } - ], - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" - } - ] - }, - "value" : "06D0055551" - } - ], - "name" : "TMCA, SOUTH CAMPUS", - "telecom" : [ - { - "extension" : [ - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", - "valueString" : "1" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", - "valueString" : "303" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "6952653" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ - { - "url" : "XTN.2", - "valueString" : "WPN" - }, - { - "url" : "XTN.3", - "valueString" : "PH" - }, - { - "url" : "XTN.7", - "valueString" : "6952653" - } - ] - } - ], - "system" : "phone", - "use" : "work" - } - ], - "address" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "B" - } - ] - } - ], - "use" : "work", - "line" : [ - "1501 S. POTOMAC" - ], - "city" : "AURORA", - "district" : "MD", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" - } - ] - } - }, - { - "fullUrl" : "PractitionerRole/1716965606847463000.e5da6cb1-6873-4c0a-ae7f-179ba357793b", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1716965606847463000.e5da6cb1-6873-4c0a-ae7f-179ba357793b", - "practitioner" : { - "reference" : "Practitioner/1716965606848859000.a59eb12d-deb5-4c92-9f72-fa51a4615c75" - }, - "organization" : { - "reference" : "Organization/1716965606850740000.7b9c9771-e285-4124-a896-cb3315b91fe0" + } ], + "code" : "L" } - } - }, - { - "fullUrl" : "Organization/1716965606855328000.8e655e19-8d8e-4482-9b56-fccaa92defda", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606855328000.8e655e19-8d8e-4482-9b56-fccaa92defda", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ], - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } - ], - "code" : "L" - } - ] - } - } - ], - "code" : "L" - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ - { - "url" : "XON.10", - "valueString" : "06D0055551" - } - ] - } - ], - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" - } - ] - }, - "value" : "06D0055551" - } - ], - "name" : "TMCA, SOUTH CAMPUS" - } - }, - { - "fullUrl" : "Practitioner/1716965606857079000.ad514bdd-2867-48f3-8346-dd45696bdeaf", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606857079000.ad514bdd-2867-48f3-8346-dd45696bdeaf", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "NPI" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "Christopher" - }, - { - "url" : "XCN.4", - "valueString" : "Beau" - }, - { - "url" : "XCN.21", - "valueString" : "MD" - }, - { - "url" : "XCN.10", - "valueString" : "L" - } - ] - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "NPI" - } - ] - }, - "system" : "NPI", - "value" : "1871759365" - } - ], - "name" : [ - { - "use" : "official", - "family" : "Willison", - "given" : [ - "Christopher", - "Beau" - ], - "suffix" : [ - "MD" - ] - } - ] - } - }, - { - "fullUrl" : "Practitioner/1716965606858311000.5b833f4f-fb30-454a-8810-ef2afa8980d5", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606858311000.5b833f4f-fb30-454a-8810-ef2afa8980d5", - "identifier" : [ - { - "value" : "ER" - } - ] - } - }, - { - "fullUrl" : "Practitioner/1716965606859437000.d47f1c91-9017-4c5e-afcd-957cfc0d657d", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606859437000.d47f1c91-9017-4c5e-afcd-957cfc0d657d", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "NPI" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "Christopher" - }, - { - "url" : "XCN.4", - "valueString" : "Beau" - }, - { - "url" : "XCN.21", - "valueString" : "MD" - }, - { - "url" : "XCN.10", - "valueString" : "L" - } - ] - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "NPI" - } - ] - }, - "system" : "NPI", - "value" : "1871759365" - } - ], - "name" : [ - { - "use" : "official", - "family" : "Willison", - "given" : [ - "Christopher", - "Beau" - ], - "suffix" : [ - "MD" - ] - } - ] - } - }, - { - "fullUrl" : "ServiceRequest/1716965606874250000.22bfa35f-0999-41fb-9b21-e5dfe7531506", - "resource" : { - "resourceType" : "ServiceRequest", - "id" : "1716965606874250000.22bfa35f-0999-41fb-9b21-e5dfe7531506", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", - "valueCode" : "RE" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", - "valueString" : "202808080928" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/orc-common-order", - "extension" : [ - { - "url" : "ORC.6", - "valueString" : "N" - }, - { - "url" : "orc-21-ordering-facility-name", - "valueReference" : { - "reference" : "Organization/1716965606869104000.7e7722de-f616-479d-9f8a-9f7ac5290d2d" - } - }, - { - "url" : "orc-22-ordering-facility-address", - "valueAddress" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "B" - } - ] - } - ], - "use" : "work", - "line" : [ - "1501 S. POTOMAC" - ], - "city" : "AURORA", - "district" : "MD", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" - } - }, - { - "url" : "orc-24-ordering-provider-address", - "valueAddress" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "5600 S Quebec St #312A" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "B" - } - ] - } - ], - "use" : "work", - "line" : [ - "5600 S Quebec St #312A" - ], - "city" : "Greenwood Village", - "district" : "MD", - "state" : "IG", - "postalCode" : "80111", - "country" : "USA" - } - }, - { - "url" : "orc-12-ordering-provider", - "valueReference" : { - "reference" : "Practitioner/1716965606870821000.e1001632-2193-4c38-9956-a48c592eceee" - } - }, - { - "url" : "ORC.15", - "valueString" : "202108032350" - }, - { - "url" : "ORC.17", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } - ], - "code" : "TMCA, SOUTH CAMPUS" - } - ] - } - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", - "extension" : [ - { - "url" : "OBR.2", - "valueIdentifier" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123.2" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "value" : "09339017" - } - }, - { - "url" : "OBR.3", - "valueIdentifier" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123.2" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "value" : "21:AA:B0029251S.2" - } - }, - { - "url" : "OBR.21", - "valueString" : "TMCA, SOUTH CAMPUS" - }, - { - "url" : "OBR.22", - "valueString" : "20210810062500-0600" - }, - { - "url" : "OBR.25", - "valueId" : "P" - }, - { - "url" : "OBR.10", - "valueReference" : { - "reference" : "Practitioner/1716965606872078000.76d35b49-e732-46ab-a833-11a347a99639" - } - }, - { - "url" : "OBR.13", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } - ], - "code" : "SEPTIC SHOCK" - } - ] - } - }, - { - "url" : "OBR.16", - "valueReference" : { - "reference" : "Practitioner/1716965606873234000.86f82817-e303-462b-bbd0-3ba161b1146d" - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", - "valueContactPoint" : { - "extension" : [ - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", - "valueString" : "1" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", - "valueString" : "303" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "4362727" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ - { - "url" : "XTN.2", - "valueString" : "WPN" - }, - { - "url" : "XTN.3", - "valueString" : "PH" - }, - { - "url" : "XTN.7", - "valueString" : "4362727" - }, - { - "url" : "XTN.9", - "valueString" : "Hospital Line" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBR.17" - } - ], - "system" : "phone", - "use" : "work" - } - }, - { - "url" : "OBR.18", - "valueString" : "21:AA:B0029251Sm12776123" - }, - { - "url" : "OBR.19", - "valueString" : "09339017" - } - ] - } - ], - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.2" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123.2" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PLAC" - } - ] - }, - "value" : "09339017" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.3" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123.2" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FILL" - } - ] - }, - "value" : "21:AA:B0029251S.2" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.4" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PGN" - } - ] - }, - "value" : "21:AA:B0029251S" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.4" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FGN" - } - ] - }, - "value" : "21:AA:B0029251S" - } - ], - "status" : "unknown", - "code" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } - ], - "system" : "http://loinc.org", + } ], + "name" : "ROSE MEDICAL CENTER (MCOE)", + "address" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "4567 E. NINTH AVENUE" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "B" + } ] + } ], + "use" : "work", + "line" : [ "4567 E. NINTH AVENUE" ], + "city" : "DENVER", + "district" : "S", + "state" : "IG", + "postalCode" : "80220", + "country" : "USA" + } ] + } + }, { + "fullUrl" : "PractitionerRole/1730838914811023000.4cf03d3f-d285-44e9-b4c8-990b36aa3765", + "resource" : { + "resourceType" : "PractitionerRole", + "id" : "1730838914811023000.4cf03d3f-d285-44e9-b4c8-990b36aa3765", + "practitioner" : { + "reference" : "Practitioner/1730838914811587000.4ea36225-71ef-472d-9605-9902913f1832" + }, + "organization" : { + "reference" : "Organization/1730838914812081000.21d1d9f3-437f-4bd4-8709-eb56bbe813e8" + }, + "code" : [ { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", + "code" : "MDIR" + } ] + } ] + } + }, { + "fullUrl" : "Observation/1730838914813405000.cd610eea-1663-4f56-87c7-e49e6c8e1a86", + "resource" : { + "resourceType" : "Observation", + "id" : "1730838914813405000.cd610eea-1663-4f56-87c7-e49e6c8e1a86", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString" : "1" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime" : "2028-08-07T16:36:01-06:00", + "_valueDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280807163601-0600" + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-5-value-sn", + "extension" : [ { + "url" : "SN.1", + "valueString" : "=" + }, { + "url" : "SN.2", + "valueString" : "16" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension" : [ { + "url" : "OBX.2", + "valueId" : "SN" + }, { + "url" : "OBX.6", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "UCUM" + } ], + "system" : "http://unitsofmeasure.org", "version" : "2.40", - "code" : "600-7", - "display" : "Bacteria identified in Blood by Culture" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "BLOODC", - "display" : "BLOOD CULTURE" - } - ] - }, - "subject" : { - "reference" : "Patient/1716965606097981000.a9e583b2-8233-4a28-b882-d0a7d74c0b8e" - }, - "requester" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", - "valueContactPoint" : { - "extension" : [ - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", - "valueString" : "1" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", - "valueString" : "303" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "4362727" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ - { - "url" : "XTN.2", - "valueString" : "WPN" - }, - { - "url" : "XTN.3", - "valueString" : "PH" - }, - { - "url" : "XTN.7", - "valueString" : "4362727" - }, - { - "url" : "XTN.9", - "valueString" : "Hospital Line" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.14" - } - ], - "system" : "phone", - "use" : "work" - } - } - ], - "reference" : "PractitionerRole/1716965606861031000.e2fa4492-bd11-495d-a7ca-b0a93373a910" - }, - "reasonCode" : [ - { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "I10" - } - ], - "system" : "http://hl7.org/fhir/sid/icd-10-cm", - "version" : "38", - "code" : "R6521", - "display" : "SEVERE SEPSIS WITH SEPTIC SHOCK" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "I10" - } - ], - "system" : "http://hl7.org/fhir/sid/icd-10-cm", - "version" : "38", - "code" : "R6521", - "display" : "SEVERE SEPSIS WITH SEPTIC SHOCK" - } - ] - } - ], - "note" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ - { - "url" : "NTE.2", - "valueId" : "L" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } - ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } - ] - } - } - ] - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ - { - "url" : "NTE.2", - "valueId" : "L" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "Critical result called to and read back by:CLAIRE HCE7362" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } - ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } - ] - } - } - ], - "text" : "Critical result called to and read back by:CLAIRE HCE7362" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ - { - "url" : "NTE.2", - "valueId" : "L" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "Location:ICUB on 08/08/21 at 1539 by ELB.RM" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } - ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } - ] - } - } - ], - "text" : "Location:ICUB on 08/08/21 at 1539 by ELB.RM" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ - { - "url" : "NTE.2", - "valueId" : "L" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "Critical result called to and read back by:CLAIRE HCE7362" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } - ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } - ] - } - } - ], - "text" : "Critical result called to and read back by:CLAIRE HCE7362" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ - { - "url" : "NTE.2", - "valueId" : "L" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "Location:ICUB on 08/08/21 at 1050 by ELB.SMX" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } - ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } - ] - } - } - ], - "text" : "Location:ICUB on 08/08/21 at 1050 by ELB.SMX" - } - ] - } - }, - { - "fullUrl" : "Practitioner/1716965606862440000.ea4e8e34-11cd-44a9-a535-6aa4e89fa864", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606862440000.ea4e8e34-11cd-44a9-a535-6aa4e89fa864", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "NPI" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "Christopher" - }, - { - "url" : "XCN.4", - "valueString" : "Beau" - }, - { - "url" : "XCN.21", - "valueString" : "MD" - }, - { - "url" : "XCN.10", + "code" : "ug/mL", + "display" : "MicroGrams Per MilliLiter [Mass Concentration Units]" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", "valueString" : "L" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.12" - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "NPI" - } - ] - }, - "system" : "NPI", - "value" : "1871759365" - } - ], - "name" : [ - { - "use" : "official", - "family" : "Willison", - "given" : [ - "Christopher", - "Beau" - ], - "suffix" : [ - "MD" - ] - } - ], - "address" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "5600 S Quebec St #312A" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "B" - } - ] - } - ], - "use" : "work", - "line" : [ - "5600 S Quebec St #312A" - ], - "city" : "Greenwood Village", - "district" : "MD", - "state" : "IG", - "postalCode" : "80111", - "country" : "USA" - } - ] - } - }, - { - "fullUrl" : "Organization/1716965606864307000.c8494081-f9df-4949-9c88-debf52255fa3", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606864307000.c8494081-f9df-4949-9c88-debf52255fa3", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ], - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } - ], - "code" : "L" - } - ] - } - } - ], - "code" : "L" - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ - { - "url" : "XON.10", - "valueString" : "06D0055551" - } - ] - } - ], - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" - } - ] - }, - "value" : "06D0055551" - } - ], - "name" : "TMCA, SOUTH CAMPUS", - "telecom" : [ - { - "extension" : [ - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", - "valueString" : "1" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", - "valueString" : "303" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "6952653" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ - { - "url" : "XTN.2", - "valueString" : "WPN" - }, - { - "url" : "XTN.3", - "valueString" : "PH" - }, - { - "url" : "XTN.7", - "valueString" : "6952653" - } - ] - } - ], - "system" : "phone", - "use" : "work" - } - ], - "address" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "B" - } - ] - } - ], - "use" : "work", - "line" : [ - "1501 S. POTOMAC" - ], - "city" : "AURORA", - "district" : "MD", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" - } - ] - } - }, - { - "fullUrl" : "PractitionerRole/1716965606861031000.e2fa4492-bd11-495d-a7ca-b0a93373a910", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1716965606861031000.e2fa4492-bd11-495d-a7ca-b0a93373a910", - "practitioner" : { - "reference" : "Practitioner/1716965606862440000.ea4e8e34-11cd-44a9-a535-6aa4e89fa864" - }, - "organization" : { - "reference" : "Organization/1716965606864307000.c8494081-f9df-4949-9c88-debf52255fa3" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "ug/mL", + "display" : "ug/mL" + } ] + } + }, { + "url" : "OBX.11", + "valueString" : "P" + } ] + } ], + "status" : "preliminary", + "code" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } ], + "system" : "http://loinc.org", + "version" : "2.40", + "code" : "28-1", + "display" : "Ampicillin [Susceptibility] by Minimum inhibitory concentration (MIC)" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "AM", + "display" : "AMPICILLIN" + } ] + }, + "subject" : { + "reference" : "Patient/1730838914533511000.aeaeccfe-dc12-46f3-81ea-1dfb344b1949" + }, + "encounter" : { + "reference" : "Encounter/1730838914552455000.e00dcab1-8817-427b-bf71-091bff0b1446" + }, + "effectiveDateTime" : "2028-08-07T16:36:01-06:00", + "_effectiveDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280807163601-0600" + } ] + }, + "performer" : [ { + "reference" : "Organization/1730838914813628000.8f44da09-b4c9-4ce1-b536-b9e132a8fdcd" + }, { + "reference" : "PractitionerRole/1730838914813733000.7a0bb3a9-5f22-457b-8477-b84f4ebd5ae4" + } ], + "interpretation" : [ { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70078" + } ], + "version" : "2.5.1", + "code" : "R", + "display" : "Resistant. Indicates for microbiology susceptibilities only." + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "R", + "display" : "R" + } ] + } ] + } + }, { + "fullUrl" : "Organization/1730838914813628000.8f44da09-b4c9-4ce1-b536-b9e132a8fdcd", + "resource" : { + "resourceType" : "Organization", + "id" : "1730838914813628000.8f44da09-b4c9-4ce1-b536-b9e132a8fdcd", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LB" + } ], + "code" : "MCOE", + "display" : "ROSE MEDICAL CENTER (MCOE)" + } ] } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBX.15" + } ], + "identifier" : [ { + "system" : "LB", + "value" : "MCOE" + } ], + "name" : "ROSE MEDICAL CENTER (MCOE)" + } + }, { + "fullUrl" : "Location/1730838914813862000.54ebdeea-50c4-411e-811c-3c646d44f780", + "resource" : { + "resourceType" : "Location", + "id" : "1730838914813862000.54ebdeea-50c4-411e-811c-3c646d44f780", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ], + "name" : "ROSE MEDICAL CENTER ", + "physicalType" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code" : "si" + } ] } - }, - { - "fullUrl" : "Organization/1716965606869104000.7e7722de-f616-479d-9f8a-9f7ac5290d2d", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606869104000.7e7722de-f616-479d-9f8a-9f7ac5290d2d", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { + } + }, { + "fullUrl" : "Practitioner/1730838914814229000.fa274404-f970-471d-bb0a-9c4c4169cf29", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1730838914814229000.fa274404-f970-471d-bb0a-9c4c4169cf29", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "RML" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "Shalini" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.10", + "valueString" : "L" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference" : { + "reference" : "Location/1730838914813862000.54ebdeea-50c4-411e-811c-3c646d44f780" + } + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "FI" + } ] + }, + "system" : "RML", + "value" : "1033122247" + } ], + "name" : [ { + "use" : "official", + "family" : "Chahal", + "given" : [ "Shalini" ], + "prefix" : [ "Dr." ], + "suffix" : [ "MD" ] + } ] + } + }, { + "fullUrl" : "Organization/1730838914814734000.4b98fb7c-c2e9-4ee5-9627-f568b316d8b2", + "resource" : { + "resourceType" : "Organization", + "id" : "1730838914814734000.4b98fb7c-c2e9-4ee5-9627-f568b316d8b2", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "XON.2" + } ], + "coding" : [ { + "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ], - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } - ], - "code" : "L" - } - ] - } - } - ], - "code" : "L" + "valueString" : "coding" + } ], + "code" : "L" + } ] } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ - { - "url" : "XON.10", - "valueString" : "06D0055551" - } - ] - } - ], - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" - } - ] - }, - "value" : "06D0055551" - } - ], - "name" : "TMCA, SOUTH CAMPUS" - } - }, - { - "fullUrl" : "Practitioner/1716965606870821000.e1001632-2193-4c38-9956-a48c592eceee", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606870821000.e1001632-2193-4c38-9956-a48c592eceee", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "NPI" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "Christopher" - }, - { - "url" : "XCN.4", - "valueString" : "Beau" - }, - { - "url" : "XCN.21", - "valueString" : "MD" - }, - { - "url" : "XCN.10", + } ], + "code" : "L" + } + } ], + "name" : "ROSE MEDICAL CENTER (MCOE)", + "address" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "4567 E. NINTH AVENUE" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "B" + } ] + } ], + "use" : "work", + "line" : [ "4567 E. NINTH AVENUE" ], + "city" : "DENVER", + "district" : "R", + "state" : "IG", + "postalCode" : "80220", + "country" : "USA" + } ] + } + }, { + "fullUrl" : "PractitionerRole/1730838914813733000.7a0bb3a9-5f22-457b-8477-b84f4ebd5ae4", + "resource" : { + "resourceType" : "PractitionerRole", + "id" : "1730838914813733000.7a0bb3a9-5f22-457b-8477-b84f4ebd5ae4", + "practitioner" : { + "reference" : "Practitioner/1730838914814229000.fa274404-f970-471d-bb0a-9c4c4169cf29" + }, + "organization" : { + "reference" : "Organization/1730838914814734000.4b98fb7c-c2e9-4ee5-9627-f568b316d8b2" + }, + "code" : [ { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", + "code" : "MDIR" + } ] + } ] + } + }, { + "fullUrl" : "Observation/1730838914816026000.3fad926a-e5dc-46a4-a7a8-983f6abfbe68", + "resource" : { + "resourceType" : "Observation", + "id" : "1730838914816026000.3fad926a-e5dc-46a4-a7a8-983f6abfbe68", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString" : "1" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime" : "2028-08-07T16:36:01-06:00", + "_valueDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280807163601-0600" + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension" : [ { + "url" : "OBX.2", + "valueId" : "ST" + }, { + "url" : "OBX.6", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "UCUM" + } ], + "system" : "http://unitsofmeasure.org", + "version" : "2.40", + "code" : "ug/mL", + "display" : "MicroGrams Per MilliLiter [Mass Concentration Units]" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", "valueString" : "L" - } - ] - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "NPI" - } - ] - }, - "system" : "NPI", - "value" : "1871759365" - } - ], - "name" : [ - { - "use" : "official", - "family" : "Willison", - "given" : [ - "Christopher", - "Beau" - ], - "suffix" : [ - "MD" - ] - } - ] - } - }, - { - "fullUrl" : "Practitioner/1716965606872078000.76d35b49-e732-46ab-a833-11a347a99639", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606872078000.76d35b49-e732-46ab-a833-11a347a99639", - "identifier" : [ - { - "value" : "ER" - } - ] + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "ug/mL", + "display" : "ug/mL" + } ] + } + }, { + "url" : "OBX.11", + "valueString" : "P" + } ] + } ], + "status" : "preliminary", + "code" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } ], + "system" : "http://loinc.org", + "version" : "2.40", + "code" : "7018-5", + "display" : "Gentamicin.high potency [Susceptibility] by Minimum inhibitory concentration (MIC)" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "GMS", + "display" : "GENTAMICIN SYNERGY SCREEN" + } ] + }, + "subject" : { + "reference" : "Patient/1730838914533511000.aeaeccfe-dc12-46f3-81ea-1dfb344b1949" + }, + "encounter" : { + "reference" : "Encounter/1730838914552455000.e00dcab1-8817-427b-bf71-091bff0b1446" + }, + "effectiveDateTime" : "2028-08-07T16:36:01-06:00", + "_effectiveDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280807163601-0600" + } ] + }, + "performer" : [ { + "reference" : "Organization/1730838914816241000.9a16ad4e-9ac6-41e7-b2ab-356ae6db3360" + }, { + "reference" : "PractitionerRole/1730838914816342000.4d15ad6d-60b9-4f95-be57-bbaea6b54266" + } ], + "valueString" : "SYN-S", + "interpretation" : [ { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70078" + } ], + "version" : "2.5.1", + "code" : "S", + "display" : "Susceptible. Indicates for microbiology susceptibilities only." + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "S", + "display" : "S" + } ] + } ] + } + }, { + "fullUrl" : "Organization/1730838914816241000.9a16ad4e-9ac6-41e7-b2ab-356ae6db3360", + "resource" : { + "resourceType" : "Organization", + "id" : "1730838914816241000.9a16ad4e-9ac6-41e7-b2ab-356ae6db3360", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LB" + } ], + "code" : "MCOE", + "display" : "ROSE MEDICAL CENTER (MCOE)" + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBX.15" + } ], + "identifier" : [ { + "system" : "LB", + "value" : "MCOE" + } ], + "name" : "ROSE MEDICAL CENTER (MCOE)" + } + }, { + "fullUrl" : "Location/1730838914816463000.97a94703-7c14-4404-8355-c5097d8b1921", + "resource" : { + "resourceType" : "Location", + "id" : "1730838914816463000.97a94703-7c14-4404-8355-c5097d8b1921", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ], + "name" : "ROSE MEDICAL CENTER ", + "physicalType" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code" : "si" + } ] } - }, - { - "fullUrl" : "Practitioner/1716965606873234000.86f82817-e303-462b-bbd0-3ba161b1146d", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606873234000.86f82817-e303-462b-bbd0-3ba161b1146d", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "NPI" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "Christopher" - }, - { - "url" : "XCN.4", - "valueString" : "Beau" - }, - { - "url" : "XCN.21", - "valueString" : "MD" - }, - { - "url" : "XCN.10", + } + }, { + "fullUrl" : "Practitioner/1730838914816832000.12b23772-7a79-4f9e-a6d3-12ac22c4faf5", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1730838914816832000.12b23772-7a79-4f9e-a6d3-12ac22c4faf5", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "RML" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "Shalini" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.10", + "valueString" : "L" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference" : { + "reference" : "Location/1730838914816463000.97a94703-7c14-4404-8355-c5097d8b1921" + } + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "FI" + } ] + }, + "system" : "RML", + "value" : "1033122247" + } ], + "name" : [ { + "use" : "official", + "family" : "Chahal", + "given" : [ "Shalini" ], + "prefix" : [ "Dr." ], + "suffix" : [ "MD" ] + } ] + } + }, { + "fullUrl" : "Organization/1730838914817320000.656854ce-46dc-4d60-992e-60cf7a7a705e", + "resource" : { + "resourceType" : "Organization", + "id" : "1730838914817320000.656854ce-46dc-4d60-992e-60cf7a7a705e", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "XON.2" + } ], + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "L" + } ] + } + } ], + "code" : "L" + } + } ], + "name" : "ROSE MEDICAL CENTER (MCOE)", + "address" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "4567 E. NINTH AVENUE" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "B" + } ] + } ], + "use" : "work", + "line" : [ "4567 E. NINTH AVENUE" ], + "city" : "DENVER", + "district" : "S", + "state" : "IG", + "postalCode" : "80220", + "country" : "USA" + } ] + } + }, { + "fullUrl" : "PractitionerRole/1730838914816342000.4d15ad6d-60b9-4f95-be57-bbaea6b54266", + "resource" : { + "resourceType" : "PractitionerRole", + "id" : "1730838914816342000.4d15ad6d-60b9-4f95-be57-bbaea6b54266", + "practitioner" : { + "reference" : "Practitioner/1730838914816832000.12b23772-7a79-4f9e-a6d3-12ac22c4faf5" + }, + "organization" : { + "reference" : "Organization/1730838914817320000.656854ce-46dc-4d60-992e-60cf7a7a705e" + }, + "code" : [ { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", + "code" : "MDIR" + } ] + } ] + } + }, { + "fullUrl" : "Observation/1730838914818617000.c257468e-544b-40c6-b8ba-08a89f84f856", + "resource" : { + "resourceType" : "Observation", + "id" : "1730838914818617000.c257468e-544b-40c6-b8ba-08a89f84f856", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString" : "1" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime" : "2028-08-07T16:36:01-06:00", + "_valueDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280807163601-0600" + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-5-value-sn", + "extension" : [ { + "url" : "SN.1", + "valueString" : "=" + }, { + "url" : "SN.2", + "valueString" : "2" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension" : [ { + "url" : "OBX.2", + "valueId" : "SN" + }, { + "url" : "OBX.6", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "UCUM" + } ], + "system" : "http://unitsofmeasure.org", + "version" : "2.40", + "code" : "ug/mL", + "display" : "MicroGrams Per MilliLiter [Mass Concentration Units]" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", "valueString" : "L" - } - ] - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "NPI" - } - ] - }, - "system" : "NPI", - "value" : "1871759365" - } - ], - "name" : [ - { - "use" : "official", - "family" : "Willison", - "given" : [ - "Christopher", - "Beau" - ], - "suffix" : [ - "MD" - ] - } - ] + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "ug/mL", + "display" : "ug/mL" + } ] + } + }, { + "url" : "OBX.11", + "valueString" : "P" + } ] + } ], + "status" : "preliminary", + "code" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } ], + "system" : "http://loinc.org", + "version" : "2.40", + "code" : "29254-0", + "display" : "Linezolid [Susceptibility] by Minimum inhibitory concentration (MIC)" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "LZD", + "display" : "LINEZOLID" + } ] + }, + "subject" : { + "reference" : "Patient/1730838914533511000.aeaeccfe-dc12-46f3-81ea-1dfb344b1949" + }, + "encounter" : { + "reference" : "Encounter/1730838914552455000.e00dcab1-8817-427b-bf71-091bff0b1446" + }, + "effectiveDateTime" : "2028-08-07T16:36:01-06:00", + "_effectiveDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280807163601-0600" + } ] + }, + "performer" : [ { + "reference" : "Organization/1730838914818823000.774792c9-db81-43b3-b08c-d5d8701f18c4" + }, { + "reference" : "PractitionerRole/1730838914818927000.52d4cf60-c86f-466b-b8d8-0af0e9edb6e0" + } ], + "interpretation" : [ { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70078" + } ], + "version" : "2.5.1", + "code" : "S", + "display" : "Susceptible. Indicates for microbiology susceptibilities only." + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "S", + "display" : "S" + } ] + } ] + } + }, { + "fullUrl" : "Organization/1730838914818823000.774792c9-db81-43b3-b08c-d5d8701f18c4", + "resource" : { + "resourceType" : "Organization", + "id" : "1730838914818823000.774792c9-db81-43b3-b08c-d5d8701f18c4", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LB" + } ], + "code" : "MCOE", + "display" : "ROSE MEDICAL CENTER (MCOE)" + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBX.15" + } ], + "identifier" : [ { + "system" : "LB", + "value" : "MCOE" + } ], + "name" : "ROSE MEDICAL CENTER (MCOE)" + } + }, { + "fullUrl" : "Location/1730838914819047000.67d0ac56-b9d8-4ff1-9406-7469be6875d9", + "resource" : { + "resourceType" : "Location", + "id" : "1730838914819047000.67d0ac56-b9d8-4ff1-9406-7469be6875d9", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ], + "name" : "ROSE MEDICAL CENTER ", + "physicalType" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code" : "si" + } ] } - }, - { - "fullUrl" : "ServiceRequest/1716965606893045000.73276b74-951d-439d-bbfb-b2cf343fea36", - "resource" : { - "resourceType" : "ServiceRequest", - "id" : "1716965606893045000.73276b74-951d-439d-bbfb-b2cf343fea36", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", - "valueCode" : "RE" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", - "valueString" : "202808080928" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/orc-common-order", - "extension" : [ - { - "url" : "ORC.6", - "valueString" : "N" - }, - { - "url" : "orc-21-ordering-facility-name", - "valueReference" : { - "reference" : "Organization/1716965606882630000.43b0f384-c637-4c01-8905-23c3b0f28837" - } - }, - { - "url" : "orc-22-ordering-facility-address", - "valueAddress" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "B" - } - ] - } - ], - "use" : "work", - "line" : [ - "1501 S. POTOMAC" - ], - "city" : "AURORA", - "district" : "MD", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" - } - }, - { - "url" : "orc-24-ordering-provider-address", - "valueAddress" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "5600 S Quebec St #312A" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "B" - } - ] - } - ], - "use" : "work", - "line" : [ - "5600 S Quebec St #312A" - ], - "city" : "Greenwood Village", - "district" : "MD", - "state" : "IG", - "postalCode" : "80111", - "country" : "USA" - } - }, - { - "url" : "orc-12-ordering-provider", - "valueReference" : { - "reference" : "Practitioner/1716965606886047000.a255680c-5c38-4733-bfd1-dad00eed0a9e" - } - }, - { - "url" : "ORC.15", - "valueString" : "202108032350" - }, - { - "url" : "ORC.17", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } - ], - "code" : "TMCA, SOUTH CAMPUS" - } - ] - } - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", - "extension" : [ - { - "url" : "OBR.2", - "valueIdentifier" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123.3" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "value" : "09339017" - } - }, - { - "url" : "OBR.3", - "valueIdentifier" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123.3" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "value" : "21:AA:B0029251S.3" - } - }, - { - "url" : "OBR.21", - "valueString" : "TMCA, SOUTH CAMPUS" - }, - { - "url" : "OBR.22", - "valueString" : "20210810062500-0600" - }, - { - "url" : "OBR.25", - "valueId" : "P" - }, - { - "url" : "OBR.10", - "valueReference" : { - "reference" : "Practitioner/1716965606889808000.0b1a0c7c-a36f-44e1-874f-77ff765d1314" - } - }, - { - "url" : "OBR.13", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } - ], - "code" : "SEPTIC SHOCK" - } - ] - } - }, - { - "url" : "OBR.16", - "valueReference" : { - "reference" : "Practitioner/1716965606891792000.cf0f6987-beaa-421e-80d3-6afd268379d2" - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", - "valueContactPoint" : { - "extension" : [ - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", - "valueString" : "1" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", - "valueString" : "303" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "4362727" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ - { - "url" : "XTN.2", - "valueString" : "WPN" - }, - { - "url" : "XTN.3", - "valueString" : "PH" - }, - { - "url" : "XTN.7", - "valueString" : "4362727" - }, - { - "url" : "XTN.9", - "valueString" : "Hospital Line" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBR.17" - } - ], - "system" : "phone", - "use" : "work" - } - }, - { - "url" : "OBR.18", - "valueString" : "21:AA:B0029251Sm12776123" - }, - { - "url" : "OBR.19", - "valueString" : "09339017" - } - ] - } - ], - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.2" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123.3" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PLAC" - } - ] - }, - "value" : "09339017" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.3" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123.3" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FILL" - } - ] - }, - "value" : "21:AA:B0029251S.3" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.4" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PGN" - } - ] - }, - "value" : "21:AA:B0029251S" - }, - { - "extension" : [ - { + } + }, { + "fullUrl" : "Practitioner/1730838914819431000.b3c92564-aa7f-444c-a960-f6a9c6016398", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1730838914819431000.b3c92564-aa7f-444c-a960-f6a9c6016398", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "RML" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "Shalini" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.10", + "valueString" : "L" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference" : { + "reference" : "Location/1730838914819047000.67d0ac56-b9d8-4ff1-9406-7469be6875d9" + } + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "FI" + } ] + }, + "system" : "RML", + "value" : "1033122247" + } ], + "name" : [ { + "use" : "official", + "family" : "Chahal", + "given" : [ "Shalini" ], + "prefix" : [ "Dr." ], + "suffix" : [ "MD" ] + } ] + } + }, { + "fullUrl" : "Organization/1730838914819931000.d1187db7-d171-4b2d-8731-6d8d1a90a2e6", + "resource" : { + "resourceType" : "Organization", + "id" : "1730838914819931000.d1187db7-d171-4b2d-8731-6d8d1a90a2e6", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept" : { + "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.4" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FGN" - } - ] - }, - "value" : "21:AA:B0029251S" - } - ], - "status" : "unknown", - "code" : { - "coding" : [ - { - "extension" : [ - { + "valueString" : "XON.2" + } ], + "coding" : [ { + "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } - ], - "system" : "http://loinc.org", + } ], + "code" : "L" + } ] + } + } ], + "code" : "L" + } + } ], + "name" : "ROSE MEDICAL CENTER (MCOE)", + "address" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "4567 E. NINTH AVENUE" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "B" + } ] + } ], + "use" : "work", + "line" : [ "4567 E. NINTH AVENUE" ], + "city" : "DENVER", + "district" : "S", + "state" : "IG", + "postalCode" : "80220", + "country" : "USA" + } ] + } + }, { + "fullUrl" : "PractitionerRole/1730838914818927000.52d4cf60-c86f-466b-b8d8-0af0e9edb6e0", + "resource" : { + "resourceType" : "PractitionerRole", + "id" : "1730838914818927000.52d4cf60-c86f-466b-b8d8-0af0e9edb6e0", + "practitioner" : { + "reference" : "Practitioner/1730838914819431000.b3c92564-aa7f-444c-a960-f6a9c6016398" + }, + "organization" : { + "reference" : "Organization/1730838914819931000.d1187db7-d171-4b2d-8731-6d8d1a90a2e6" + }, + "code" : [ { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", + "code" : "MDIR" + } ] + } ] + } + }, { + "fullUrl" : "Observation/1730838914821243000.98539426-c7b0-4498-ad7a-111a075efe5a", + "resource" : { + "resourceType" : "Observation", + "id" : "1730838914821243000.98539426-c7b0-4498-ad7a-111a075efe5a", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString" : "1" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime" : "2028-08-07T16:36:01-06:00", + "_valueDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280807163601-0600" + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension" : [ { + "url" : "OBX.2", + "valueId" : "ST" + }, { + "url" : "OBX.6", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "UCUM" + } ], + "system" : "http://unitsofmeasure.org", "version" : "2.40", - "code" : "77202-0", - "display" : "Laboratory comment [Text] in Report Narrative" - }, - { - "extension" : [ - { + "code" : "ug/mL", + "display" : "MicroGrams Per MilliLiter [Mass Concentration Units]" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "ug/mL", + "display" : "ug/mL" + } ] + } + }, { + "url" : "OBX.11", + "valueString" : "P" + } ] + } ], + "status" : "preliminary", + "code" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } ], + "system" : "http://loinc.org", + "version" : "2.40", + "code" : "6933-6", + "display" : "Streptomycin.high potency [Susceptibility] by Minimum inhibitory concentration (MIC)" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "STS", + "display" : "STREPTOMYCIN SYNERGY SCREEN" + } ] + }, + "subject" : { + "reference" : "Patient/1730838914533511000.aeaeccfe-dc12-46f3-81ea-1dfb344b1949" + }, + "encounter" : { + "reference" : "Encounter/1730838914552455000.e00dcab1-8817-427b-bf71-091bff0b1446" + }, + "effectiveDateTime" : "2028-08-07T16:36:01-06:00", + "_effectiveDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280807163601-0600" + } ] + }, + "performer" : [ { + "reference" : "Organization/1730838914821476000.cdbced34-fb06-4265-94fe-8f8c509188eb" + }, { + "reference" : "PractitionerRole/1730838914821584000.a112689b-4f99-4e2c-a149-b9a2e70db24f" + } ], + "valueString" : "SYN-S", + "interpretation" : [ { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70078" + } ], + "version" : "2.5.1", + "code" : "S", + "display" : "Susceptible. Indicates for microbiology susceptibilities only." + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "S", + "display" : "S" + } ] + } ] + } + }, { + "fullUrl" : "Organization/1730838914821476000.cdbced34-fb06-4265-94fe-8f8c509188eb", + "resource" : { + "resourceType" : "Organization", + "id" : "1730838914821476000.cdbced34-fb06-4265-94fe-8f8c509188eb", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LB" + } ], + "code" : "MCOE", + "display" : "ROSE MEDICAL CENTER (MCOE)" + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBX.15" + } ], + "identifier" : [ { + "system" : "LB", + "value" : "MCOE" + } ], + "name" : "ROSE MEDICAL CENTER (MCOE)" + } + }, { + "fullUrl" : "Location/1730838914821715000.62c4fddc-2f6b-4429-8f29-269496fa3d27", + "resource" : { + "resourceType" : "Location", + "id" : "1730838914821715000.62c4fddc-2f6b-4429-8f29-269496fa3d27", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ], + "name" : "ROSE MEDICAL CENTER ", + "physicalType" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code" : "si" + } ] + } + } + }, { + "fullUrl" : "Practitioner/1730838914822125000.6819a6e0-b4db-4e53-be50-3420b4f4624b", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1730838914822125000.6819a6e0-b4db-4e53-be50-3420b4f4624b", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "RML" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "Shalini" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.10", + "valueString" : "L" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference" : { + "reference" : "Location/1730838914821715000.62c4fddc-2f6b-4429-8f29-269496fa3d27" + } + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "FI" + } ] + }, + "system" : "RML", + "value" : "1033122247" + } ], + "name" : [ { + "use" : "official", + "family" : "Chahal", + "given" : [ "Shalini" ], + "prefix" : [ "Dr." ], + "suffix" : [ "MD" ] + } ] + } + }, { + "fullUrl" : "Organization/1730838914822629000.87660c6b-2c38-4db1-a170-2b1f86e39200", + "resource" : { + "resourceType" : "Organization", + "id" : "1730838914822629000.87660c6b-2c38-4db1-a170-2b1f86e39200", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "XON.2" + } ], + "coding" : [ { + "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], + "valueString" : "coding" + } ], + "code" : "L" + } ] + } + } ], + "code" : "L" + } + } ], + "name" : "ROSE MEDICAL CENTER (MCOE)", + "address" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "4567 E. NINTH AVENUE" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "B" + } ] + } ], + "use" : "work", + "line" : [ "4567 E. NINTH AVENUE" ], + "city" : "DENVER", + "district" : "S", + "state" : "IG", + "postalCode" : "80220", + "country" : "USA" + } ] + } + }, { + "fullUrl" : "PractitionerRole/1730838914821584000.a112689b-4f99-4e2c-a149-b9a2e70db24f", + "resource" : { + "resourceType" : "PractitionerRole", + "id" : "1730838914821584000.a112689b-4f99-4e2c-a149-b9a2e70db24f", + "practitioner" : { + "reference" : "Practitioner/1730838914822125000.6819a6e0-b4db-4e53-be50-3420b4f4624b" + }, + "organization" : { + "reference" : "Organization/1730838914822629000.87660c6b-2c38-4db1-a170-2b1f86e39200" + }, + "code" : [ { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", + "code" : "MDIR" + } ] + } ] + } + }, { + "fullUrl" : "Observation/1730838914823945000.470c165d-7229-45ff-bbb5-662e8af72ed4", + "resource" : { + "resourceType" : "Observation", + "id" : "1730838914823945000.470c165d-7229-45ff-bbb5-662e8af72ed4", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString" : "1" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime" : "2028-08-07T16:36:01-06:00", + "_valueDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280807163601-0600" + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-5-value-sn", + "extension" : [ { + "url" : "SN.1", + "valueString" : ">=" + }, { + "url" : "SN.2", + "valueString" : "32" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension" : [ { + "url" : "OBX.2", + "valueId" : "SN" + }, { + "url" : "OBX.6", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "UCUM" + } ], + "system" : "http://unitsofmeasure.org", + "version" : "2.40", + "code" : "ug/mL", + "display" : "MicroGrams Per MilliLiter [Mass Concentration Units]" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", "version" : "5.67", - "code" : "VERGPCOM", - "display" : "COMMENT" + "code" : "ug/mL", + "display" : "ug/mL" + } ] + } + }, { + "url" : "OBX.11", + "valueString" : "P" + } ] + } ], + "status" : "preliminary", + "code" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/condition-code", + "valueCoding" : { + "system" : "SNOMEDCT", + "code" : "406604002", + "display" : "Infection caused by vancomycin intermediate Staphylococcus aureus (disorder)" } - ] - }, - "subject" : { - "reference" : "Patient/1716965606097981000.a9e583b2-8233-4a28-b882-d0a7d74c0b8e" - }, - "requester" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", - "valueContactPoint" : { - "extension" : [ - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", - "valueString" : "1" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", - "valueString" : "303" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "4362727" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ - { - "url" : "XTN.2", - "valueString" : "WPN" - }, - { - "url" : "XTN.3", - "valueString" : "PH" - }, - { - "url" : "XTN.7", - "valueString" : "4362727" - }, - { - "url" : "XTN.9", - "valueString" : "Hospital Line" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.14" - } - ], - "system" : "phone", - "use" : "work" - } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/condition-code", + "valueCoding" : { + "system" : "SNOMEDCT", + "code" : "406604002", + "display" : "Infection caused by vancomycin intermediate Staphylococcus aureus (disorder)" + } + } ], + "system" : "http://loinc.org", + "version" : "2.40", + "code" : "19000-9", + "display" : "Vancomycin [Susceptibility]" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "VA", + "display" : "VANCOMYCIN" + } ] + }, + "subject" : { + "reference" : "Patient/1730838914533511000.aeaeccfe-dc12-46f3-81ea-1dfb344b1949" + }, + "encounter" : { + "reference" : "Encounter/1730838914552455000.e00dcab1-8817-427b-bf71-091bff0b1446" + }, + "effectiveDateTime" : "2028-08-07T16:36:01-06:00", + "_effectiveDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280807163601-0600" + } ] + }, + "performer" : [ { + "reference" : "Organization/1730838914824162000.59286518-a49c-40a8-883f-8d99720151c6" + }, { + "reference" : "PractitionerRole/1730838914824273000.cbeb85cb-6ed5-4a06-aa6a-50dc1d127aec" + } ], + "interpretation" : [ { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70078" + } ], + "version" : "2.5.1", + "code" : "R", + "display" : "Resistant. Indicates for microbiology susceptibilities only." + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "R", + "display" : "R" + } ] + } ] + } + }, { + "fullUrl" : "Organization/1730838914824162000.59286518-a49c-40a8-883f-8d99720151c6", + "resource" : { + "resourceType" : "Organization", + "id" : "1730838914824162000.59286518-a49c-40a8-883f-8d99720151c6", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LB" + } ], + "code" : "MCOE", + "display" : "ROSE MEDICAL CENTER (MCOE)" + } ] + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBX.15" + } ], + "identifier" : [ { + "system" : "LB", + "value" : "MCOE" + } ], + "name" : "ROSE MEDICAL CENTER (MCOE)" + } + }, { + "fullUrl" : "Location/1730838914824399000.63c1aa1b-ff9a-4529-a7a6-26f3171fbdbe", + "resource" : { + "resourceType" : "Location", + "id" : "1730838914824399000.63c1aa1b-ff9a-4529-a7a6-26f3171fbdbe", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ], + "name" : "ROSE MEDICAL CENTER ", + "physicalType" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code" : "si" + } ] + } + } + }, { + "fullUrl" : "Practitioner/1730838914824803000.26c9833e-4e74-4254-a611-761b3a050635", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1730838914824803000.26c9833e-4e74-4254-a611-761b3a050635", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "RML" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "Shalini" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.10", + "valueString" : "L" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference" : { + "reference" : "Location/1730838914824399000.63c1aa1b-ff9a-4529-a7a6-26f3171fbdbe" + } + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "FI" + } ] + }, + "system" : "RML", + "value" : "1033122247" + } ], + "name" : [ { + "use" : "official", + "family" : "Chahal", + "given" : [ "Shalini" ], + "prefix" : [ "Dr." ], + "suffix" : [ "MD" ] + } ] + } + }, { + "fullUrl" : "Organization/1730838914825344000.4454bc65-3f3d-4861-9d88-de548f718118", + "resource" : { + "resourceType" : "Organization", + "id" : "1730838914825344000.4454bc65-3f3d-4861-9d88-de548f718118", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "XON.2" + } ], + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "L" + } ] } - ], - "reference" : "PractitionerRole/1716965606874817000.3e2e22fa-86ec-41de-bc5d-2869cdbc97e5" - }, - "reasonCode" : [ - { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "I10" - } - ], - "system" : "http://hl7.org/fhir/sid/icd-10-cm", - "version" : "38", - "code" : "R6521", - "display" : "SEVERE SEPSIS WITH SEPTIC SHOCK" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "I10" - } - ], - "system" : "http://hl7.org/fhir/sid/icd-10-cm", - "version" : "38", - "code" : "R6521", - "display" : "SEVERE SEPSIS WITH SEPTIC SHOCK" - } - ] - } - ], - "note" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ - { - "url" : "NTE.2", - "valueId" : "L" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } - ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } - ] - } - } - ] - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ - { - "url" : "NTE.2", - "valueId" : "L" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "Critical result called to and read back by:CLAIRE HCE7362" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } - ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } - ] - } - } - ], - "text" : "Critical result called to and read back by:CLAIRE HCE7362" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ - { - "url" : "NTE.2", - "valueId" : "L" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "Location:ICUB on 08/08/21 at 1539 by ELB.RM" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } - ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } - ] - } - } - ], - "text" : "Location:ICUB on 08/08/21 at 1539 by ELB.RM" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ - { - "url" : "NTE.2", - "valueId" : "L" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "Critical result called to and read back by:CLAIRE HCE7362" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } - ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } - ] - } - } - ], - "text" : "Critical result called to and read back by:CLAIRE HCE7362" + } ], + "code" : "L" + } + } ], + "name" : "ROSE MEDICAL CENTER (MCOE)", + "address" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "4567 E. NINTH AVENUE" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "B" + } ] + } ], + "use" : "work", + "line" : [ "4567 E. NINTH AVENUE" ], + "city" : "DENVER", + "district" : "R", + "state" : "IG", + "postalCode" : "80220", + "country" : "USA" + } ] + } + }, { + "fullUrl" : "PractitionerRole/1730838914824273000.cbeb85cb-6ed5-4a06-aa6a-50dc1d127aec", + "resource" : { + "resourceType" : "PractitionerRole", + "id" : "1730838914824273000.cbeb85cb-6ed5-4a06-aa6a-50dc1d127aec", + "practitioner" : { + "reference" : "Practitioner/1730838914824803000.26c9833e-4e74-4254-a611-761b3a050635" + }, + "organization" : { + "reference" : "Organization/1730838914825344000.4454bc65-3f3d-4861-9d88-de548f718118" + }, + "code" : [ { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", + "code" : "MDIR" + } ] + } ] + } + }, { + "fullUrl" : "Specimen/1730838914855305000.bb5142ae-411f-4ac4-b135-11c0a3c86011", + "resource" : { + "resourceType" : "Specimen", + "id" : "1730838914855305000.bb5142ae-411f-4ac4-b135-11c0a3c86011", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", + "valueString" : "OBR" + } ] + } + }, { + "fullUrl" : "Specimen/1730838914855587000.eefaaaf7-f224-4787-b808-222cfd8ce934", + "resource" : { + "resourceType" : "Specimen", + "id" : "1730838914855587000.eefaaaf7-f224-4787-b808-222cfd8ce934", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", + "valueString" : "OBR" + } ] + } + }, { + "fullUrl" : "Specimen/1730838914855835000.d443d135-470f-4f93-8cd5-f103f45247a4", + "resource" : { + "resourceType" : "Specimen", + "id" : "1730838914855835000.d443d135-470f-4f93-8cd5-f103f45247a4", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", + "valueString" : "OBR" + } ] + } + }, { + "fullUrl" : "Specimen/1730838914856068000.a6bf9c05-751d-4988-aa0c-d2c9e5b487ba", + "resource" : { + "resourceType" : "Specimen", + "id" : "1730838914856068000.a6bf9c05-751d-4988-aa0c-d2c9e5b487ba", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", + "valueString" : "OBR" + } ] + } + }, { + "fullUrl" : "Specimen/1730838914856307000.7450cc07-5ed0-4c7e-b079-968341c133d5", + "resource" : { + "resourceType" : "Specimen", + "id" : "1730838914856307000.7450cc07-5ed0-4c7e-b079-968341c133d5", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", + "valueString" : "OBR" + } ] + } + }, { + "fullUrl" : "Specimen/1730838914858965000.b61713c0-f060-4d4b-b6e4-90522af63456", + "resource" : { + "resourceType" : "Specimen", + "id" : "1730838914858965000.b61713c0-f060-4d4b-b6e4-90522af63456", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", + "valueString" : "SPM" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/spm-specimen", + "extension" : [ { + "url" : "SPM.26", + "valueString" : "1" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/filler-assigned-identifier", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", + "valueString" : "M12776123" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", + "valueString" : "SPM.2.1" + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "PGN" + } ] + }, + "value" : "09339017" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString" : "ISO" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/placer-assigned-identifier", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", + "valueString" : "09339017" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", + "valueString" : "SPM.2.2" + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "FGN" + } ] + }, + "value" : "M12776123" + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "SCT" + } ], + "system" : "http://snomed.info/sct", + "version" : "07/31/2012", + "code" : "119297000", + "display" : "Blood specimen" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "BLD", + "display" : "BLOOD" + } ] + }, + "receivedTime" : "2021-08-04T00:18:00-06:00", + "_receivedTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20210804001800-0600" + } ] + }, + "collection" : { + "collectedPeriod" : { + "start" : "2028-08-02T02:52:01-06:00", + "_start" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280802025201-0600" + } ] }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ - { - "url" : "NTE.2", - "valueId" : "L" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "Location:ICUB on 08/08/21 at 1050 by ELB.SMX" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } - ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } - ] - } - } - ], - "text" : "Location:ICUB on 08/08/21 at 1050 by ELB.SMX" - } - ] - } - }, - { - "fullUrl" : "Practitioner/1716965606876187000.2b73260f-c390-45b2-bda5-49ec87c021e4", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606876187000.2b73260f-c390-45b2-bda5-49ec87c021e4", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "NPI" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] + "end" : "2028-08-02T02:52:01-06:00", + "_end" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280802025201-0600" + } ] + } + }, + "bodySite" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "code" : "RA", + "display" : "RIGHT ARM" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + } ], + "code" : "5.67" + } ] + } + }, + "container" : [ { + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "display" : "BACTEC AEROBIC PLUS" + } ] + } + } ], + "note" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "SPM.14" + } ], + "text" : "RA" + } ] + } + }, { + "fullUrl" : "Specimen/1730838914860632000.4eb39857-6061-47de-95fe-b759dcae97d4", + "resource" : { + "resourceType" : "Specimen", + "id" : "1730838914860632000.4eb39857-6061-47de-95fe-b759dcae97d4", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", + "valueString" : "SPM" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/spm-specimen", + "extension" : [ { + "url" : "SPM.26", + "valueString" : "3.0" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/filler-assigned-identifier", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", + "valueString" : "M12776123" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", + "valueString" : "SPM.2.1" + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "PGN" + } ] + }, + "value" : "09339017" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString" : "ISO" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/placer-assigned-identifier", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", + "valueString" : "09339017" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", + "valueString" : "SPM.2.2" + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "FGN" + } ] + }, + "value" : "M12776123" + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "SCT" + } ], + "system" : "http://snomed.info/sct", + "version" : "07/31/2012", + "code" : "119297000", + "display" : "Blood specimen" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "BLD", + "display" : "BLOOD" + } ] + }, + "receivedTime" : "2021-08-04T00:18:00-06:00", + "_receivedTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20210804001800-0600" + } ] + }, + "collection" : { + "collectedPeriod" : { + "start" : "2028-08-02T02:52:01-06:00", + "_start" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280802025201-0600" + } ] }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "Christopher" - }, - { - "url" : "XCN.4", - "valueString" : "Beau" - }, - { - "url" : "XCN.21", - "valueString" : "MD" - }, - { - "url" : "XCN.10", - "valueString" : "L" - } - ] + "end" : "2028-08-02T02:52:01-06:00", + "_end" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280802025201-0600" + } ] + } + }, + "bodySite" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "code" : "RA", + "display" : "RIGHT ARM" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + } ], + "code" : "5.67" + } ] + } + }, + "container" : [ { + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "display" : "BACTEC BLOOD CULTURE BOTTLES" + } ] + } + } ], + "note" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "SPM.14" + } ], + "text" : "RA" + } ] + } + }, { + "fullUrl" : "Specimen/1730838914861805000.dbabdc5e-06c6-4747-90c2-46fffbac67ec", + "resource" : { + "resourceType" : "Specimen", + "id" : "1730838914861805000.dbabdc5e-06c6-4747-90c2-46fffbac67ec", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", + "valueString" : "SPM" + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/filler-assigned-identifier", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", + "valueString" : "M12776123" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", + "valueString" : "SPM.2.1" + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "PGN" + } ] + }, + "value" : "09339017" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString" : "ISO" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/placer-assigned-identifier", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", + "valueString" : "09339017" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", + "valueString" : "SPM.2.2" + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "FGN" + } ] + }, + "value" : "M12776123" + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "SCT" + } ], + "system" : "http://snomed.info/sct", + "version" : "07/31/2012", + "code" : "119297000", + "display" : "Blood specimen" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "BLD", + "display" : "BLOOD" + } ] + }, + "receivedTime" : "2021-08-04T00:18:00-06:00", + "_receivedTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20210804001800-0600" + } ] + }, + "collection" : { + "collectedPeriod" : { + "start" : "2028-08-02T02:52:01-06:00", + "_start" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280802025201-0600" + } ] }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.12" - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "NPI" - } - ] - }, - "system" : "NPI", - "value" : "1871759365" - } - ], - "name" : [ - { - "use" : "official", - "family" : "Willison", - "given" : [ - "Christopher", - "Beau" - ], - "suffix" : [ - "MD" - ] - } - ], - "address" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "5600 S Quebec St #312A" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "B" - } - ] - } - ], - "use" : "work", - "line" : [ - "5600 S Quebec St #312A" - ], - "city" : "Greenwood Village", - "district" : "MD", - "state" : "IG", - "postalCode" : "80111", - "country" : "USA" - } - ] - } - }, - { - "fullUrl" : "Organization/1716965606878063000.b83d9a2c-a3b3-426b-b987-1d6440c6dece", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606878063000.b83d9a2c-a3b3-426b-b987-1d6440c6dece", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ], - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } - ], - "code" : "L" - } - ] - } - } - ], - "code" : "L" - } + "end" : "2028-08-02T02:52:01-06:00", + "_end" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280802025201-0600" + } ] + } + }, + "bodySite" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "code" : "RA", + "display" : "RIGHT ARM" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + } ], + "code" : "5.67" + } ] + } + }, + "note" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "SPM.14" + } ], + "text" : "RA" + } ] + } + }, { + "fullUrl" : "Specimen/1730838914863219000.d24a9b32-1921-44a3-8b6f-e33035e4b426", + "resource" : { + "resourceType" : "Specimen", + "id" : "1730838914863219000.d24a9b32-1921-44a3-8b6f-e33035e4b426", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", + "valueString" : "SPM" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/spm-specimen", + "extension" : [ { + "url" : "SPM.26", + "valueString" : "3.0" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/filler-assigned-identifier", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", + "valueString" : "M12776123" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", + "valueString" : "SPM.2.1" + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "PGN" + } ] + }, + "value" : "09339017" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString" : "ISO" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/placer-assigned-identifier", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", + "valueString" : "09339017" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", + "valueString" : "SPM.2.2" + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "FGN" + } ] + }, + "value" : "M12776123" + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "SCT" + } ], + "system" : "http://snomed.info/sct", + "version" : "07/31/2012", + "code" : "119303007", + "display" : "Microbial isolate" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "ISLT", + "display" : "ISOLATE" + } ] + }, + "receivedTime" : "2021-08-04T00:18:00-06:00", + "_receivedTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20210804001800-0600" + } ] + }, + "collection" : { + "collectedPeriod" : { + "start" : "2028-08-08T09:28:05-06:00", + "_start" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280808092805-0600" + } ] }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ - { - "url" : "XON.10", - "valueString" : "06D0055551" - } - ] - } - ], - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" - } - ] - }, - "value" : "06D0055551" - } - ], - "name" : "TMCA, SOUTH CAMPUS", - "telecom" : [ - { - "extension" : [ - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", - "valueString" : "1" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", - "valueString" : "303" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "6952653" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ - { - "url" : "XTN.2", - "valueString" : "WPN" - }, - { - "url" : "XTN.3", - "valueString" : "PH" - }, - { - "url" : "XTN.7", - "valueString" : "6952653" - } - ] - } - ], - "system" : "phone", - "use" : "work" - } - ], - "address" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "B" - } - ] - } - ], + "end" : "2028-08-08T09:28:05-06:00", + "_end" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280808092805-0600" + } ] + } + }, + "bodySite" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "code" : "RA", + "display" : "RIGHT ARM" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + } ], + "code" : "5.67" + } ] + } + }, + "container" : [ { + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "display" : "BACTEC BLOOD CULTURE BOTTLES" + } ] + } + } ], + "note" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "SPM.14" + } ], + "text" : "RA" + } ] + } + }, { + "fullUrl" : "ServiceRequest/1730838914873315000.918059d6-e146-4bf4-b591-565d508866e0", + "resource" : { + "resourceType" : "ServiceRequest", + "id" : "1730838914873315000.918059d6-e146-4bf4-b591-565d508866e0", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", + "valueCode" : "RE" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", + "valueString" : "202808080928" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/orc-common-order", + "extension" : [ { + "url" : "ORC.6", + "valueString" : "N" + }, { + "url" : "orc-21-ordering-facility-name", + "valueReference" : { + "reference" : "Organization/1730838914869520000.799ccf21-f369-4f2c-a414-563afc469136" + } + }, { + "url" : "orc-22-ordering-facility-address", + "valueAddress" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "1501 S. POTOMAC" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "B" + } ] + } ], "use" : "work", - "line" : [ - "1501 S. POTOMAC" - ], + "line" : [ "1501 S. POTOMAC" ], "city" : "AURORA", "district" : "MD", "state" : "IG", - "postalCode" : "80012", - "country" : "USA" - } - ] - } - }, - { - "fullUrl" : "PractitionerRole/1716965606874817000.3e2e22fa-86ec-41de-bc5d-2869cdbc97e5", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1716965606874817000.3e2e22fa-86ec-41de-bc5d-2869cdbc97e5", - "practitioner" : { - "reference" : "Practitioner/1716965606876187000.2b73260f-c390-45b2-bda5-49ec87c021e4" - }, - "organization" : { - "reference" : "Organization/1716965606878063000.b83d9a2c-a3b3-426b-b987-1d6440c6dece" - } - } - }, - { - "fullUrl" : "Organization/1716965606882630000.43b0f384-c637-4c01-8905-23c3b0f28837", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606882630000.43b0f384-c637-4c01-8905-23c3b0f28837", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ], - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } - ], - "code" : "L" - } - ] - } - } - ], - "code" : "L" - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ - { - "url" : "XON.10", - "valueString" : "06D0055551" - } - ] + "postalCode" : "80012", + "country" : "USA" } - ], - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" - } - ] - }, - "value" : "06D0055551" + }, { + "url" : "orc-24-ordering-provider-address", + "valueAddress" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "5600 S Quebec St #312A" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "B" + } ] + } ], + "use" : "work", + "line" : [ "5600 S Quebec St #312A" ], + "city" : "Greenwood Village", + "district" : "MD", + "state" : "IG", + "postalCode" : "80111", + "country" : "USA" } - ], - "name" : "TMCA, SOUTH CAMPUS" - } - }, - { - "fullUrl" : "Practitioner/1716965606886047000.a255680c-5c38-4733-bfd1-dad00eed0a9e", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606886047000.a255680c-5c38-4733-bfd1-dad00eed0a9e", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { + }, { + "url" : "orc-12-ordering-provider", + "valueReference" : { + "reference" : "Practitioner/1730838914870861000.719c6e7c-b29f-48e8-b5f1-71e877876364" + } + }, { + "url" : "ORC.15", + "valueString" : "202108032350" + }, { + "url" : "ORC.17", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "TMCA, SOUTH CAMPUS" + } ] + } + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", + "extension" : [ { + "url" : "OBR.2", + "valueIdentifier" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "NPI" - }, - { + "valueString" : "M12776123.1" + }, { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", "valueString" : "2.16.840.1.114222.4.1.144" - }, - { + }, { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "Christopher" - }, - { - "url" : "XCN.4", - "valueString" : "Beau" - }, - { - "url" : "XCN.21", - "valueString" : "MD" - }, - { - "url" : "XCN.10", - "valueString" : "L" - } - ] - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "NPI" - } - ] - }, - "system" : "NPI", - "value" : "1871759365" - } - ], - "name" : [ - { - "use" : "official", - "family" : "Willison", - "given" : [ - "Christopher", - "Beau" - ], - "suffix" : [ - "MD" - ] - } - ] - } - }, - { - "fullUrl" : "Practitioner/1716965606889808000.0b1a0c7c-a36f-44e1-874f-77ff765d1314", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606889808000.0b1a0c7c-a36f-44e1-874f-77ff765d1314", - "identifier" : [ - { - "value" : "ER" + } ] + } ], + "value" : "09339017" } - ] - } - }, - { - "fullUrl" : "Practitioner/1716965606891792000.cf0f6987-beaa-421e-80d3-6afd268379d2", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606891792000.cf0f6987-beaa-421e-80d3-6afd268379d2", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { + }, { + "url" : "OBR.3", + "valueIdentifier" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "NPI" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { + "valueString" : "M12776123.1" + }, { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "Christopher" - }, - { - "url" : "XCN.4", - "valueString" : "Beau" - }, - { - "url" : "XCN.21", - "valueString" : "MD" - }, - { - "url" : "XCN.10", - "valueString" : "L" - } - ] + } ] + } ], + "value" : "21:AA:B0029251S.1" } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "NPI" - } - ] - }, - "system" : "NPI", - "value" : "1871759365" + }, { + "url" : "OBR.21", + "valueString" : "TMCA, SOUTH CAMPUS" + }, { + "url" : "OBR.22", + "valueString" : "20210810062500-0600" + }, { + "url" : "OBR.25", + "valueId" : "P" + }, { + "url" : "OBR.10", + "valueReference" : { + "reference" : "Practitioner/1730838914871638000.db5f071a-2f3e-4593-838d-132795b7f86a" + } + }, { + "url" : "OBR.13", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "SEPTIC SHOCK" + } ] + } + }, { + "url" : "OBR.16", + "valueReference" : { + "reference" : "Practitioner/1730838914872442000.6315ab2e-f195-46a3-a9ac-656faef940a9" + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", + "valueContactPoint" : { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString" : "1" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString" : "303" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString" : "4362727" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension" : [ { + "url" : "XTN.2", + "valueString" : "WPN" + }, { + "url" : "XTN.3", + "valueString" : "PH" + }, { + "url" : "XTN.7", + "valueString" : "4362727" + }, { + "url" : "XTN.9", + "valueString" : "Hospital Line" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBR.17" + } ], + "system" : "phone", + "use" : "work" + } + }, { + "url" : "OBR.18", + "valueString" : "21:AA:B0029251Sm12776123" + }, { + "url" : "OBR.19", + "valueString" : "09339017" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "ORC.2" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "M12776123.1" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "PLAC" + } ] + }, + "value" : "09339017" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "ORC.3" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "M12776123.1" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "FILL" + } ] + }, + "value" : "21:AA:B0029251S.1" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "ORC.4" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "M12776123" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "PGN" + } ] + }, + "value" : "21:AA:B0029251S" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "ORC.4" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "M12776123" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "FGN" + } ] + }, + "value" : "21:AA:B0029251S" + } ], + "status" : "unknown", + "code" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } ], + "system" : "http://loinc.org", + "version" : "2.40", + "code" : "600-7", + "display" : "Bacteria identified in Blood by Culture" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "BCEXT", + "display" : "EXTENDED BLOOD CULTURE" + } ] + }, + "subject" : { + "reference" : "Patient/1730838914533511000.aeaeccfe-dc12-46f3-81ea-1dfb344b1949" + }, + "requester" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", + "valueContactPoint" : { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString" : "1" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString" : "303" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString" : "4362727" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension" : [ { + "url" : "XTN.2", + "valueString" : "WPN" + }, { + "url" : "XTN.3", + "valueString" : "PH" + }, { + "url" : "XTN.7", + "valueString" : "4362727" + }, { + "url" : "XTN.9", + "valueString" : "Hospital Line" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "ORC.14" + } ], + "system" : "phone", + "use" : "work" } - ], - "name" : [ - { - "use" : "official", - "family" : "Willison", - "given" : [ - "Christopher", - "Beau" - ], - "suffix" : [ - "MD" - ] + } ], + "reference" : "PractitionerRole/1730838914864923000.6d929cb4-4aeb-4fee-be34-b651230d34c0" + }, + "reasonCode" : [ { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "I10" + } ], + "system" : "http://hl7.org/fhir/sid/icd-10-cm", + "version" : "38", + "code" : "R6521", + "display" : "SEVERE SEPSIS WITH SEPTIC SHOCK" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "I10" + } ], + "system" : "http://hl7.org/fhir/sid/icd-10-cm", + "version" : "38", + "code" : "R6521", + "display" : "SEVERE SEPSIS WITH SEPTIC SHOCK" + } ] + } ], + "note" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension" : [ { + "url" : "NTE.2", + "valueId" : "L" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70364" + } ], + "version" : "2.5.1", + "code" : "RE", + "display" : "Remark" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "C", + "display" : "Comment" + } ] + } + } ] + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension" : [ { + "url" : "NTE.2", + "valueId" : "L" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "Critical result called to and read back by:CLAIRE HCE7362" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70364" + } ], + "version" : "2.5.1", + "code" : "RE", + "display" : "Remark" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "C", + "display" : "Comment" + } ] + } + } ], + "text" : "Critical result called to and read back by:CLAIRE HCE7362" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension" : [ { + "url" : "NTE.2", + "valueId" : "L" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "Location:ICUB on 08/08/21 at 1539 by ELB.RM" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70364" + } ], + "version" : "2.5.1", + "code" : "RE", + "display" : "Remark" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "C", + "display" : "Comment" + } ] + } + } ], + "text" : "Location:ICUB on 08/08/21 at 1539 by ELB.RM" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension" : [ { + "url" : "NTE.2", + "valueId" : "L" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "Critical result called to and read back by:CLAIRE HCE7362" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70364" + } ], + "version" : "2.5.1", + "code" : "RE", + "display" : "Remark" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "C", + "display" : "Comment" + } ] + } + } ], + "text" : "Critical result called to and read back by:CLAIRE HCE7362" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension" : [ { + "url" : "NTE.2", + "valueId" : "L" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "Location:ICUB on 08/08/21 at 1050 by ELB.SMX" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70364" + } ], + "version" : "2.5.1", + "code" : "RE", + "display" : "Remark" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "C", + "display" : "Comment" + } ] } - ] + } ], + "text" : "Location:ICUB on 08/08/21 at 1050 by ELB.SMX" + } ] + } + }, { + "fullUrl" : "Location/1730838914865137000.d76319d3-828f-4e2d-8c7e-c3d2b968184f", + "resource" : { + "resourceType" : "Location", + "id" : "1730838914865137000.d76319d3-828f-4e2d-8c7e-c3d2b968184f", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ], + "name" : "RML", + "physicalType" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code" : "si" + } ] } - }, - { - "fullUrl" : "ServiceRequest/1716965606900158000.a92a894d-3435-4da5-b79c-43ee64dbf8a2", - "resource" : { - "resourceType" : "ServiceRequest", - "id" : "1716965606900158000.a92a894d-3435-4da5-b79c-43ee64dbf8a2", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", - "extension" : [ - { - "url" : "OBR.21", - "valueString" : "TMCA, SOUTH CAMPUS" - }, - { - "url" : "OBR.22", - "valueString" : "20210810062500-0600" - }, - { - "url" : "OBR.25", - "valueId" : "P" - }, - { - "url" : "OBR.26", - "extension" : [ - { - "url" : "prl-1-parent-observation-identifier", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } - ], - "system" : "http://loinc.org", - "version" : "2.40", - "code" : "600-7" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "BCEXT", - "display" : "EXTENDED BLOOD CULTURE" - } - ], - "text" : "EXTENDED BLOOD CULTURE" - } - }, - { - "url" : "prl-2-parent-observation-sub-identifier", - "valueString" : "1" - }, - { - "url" : "prl-3-parent-observation-descriptor", - "valueString" : "ENTRAFVRE" - } - ] - }, - { - "url" : "OBR.29", - "valueIdentifier" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/filler-assigned-identifier", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", - "valueString" : "21:AA:B0029251Sm12776123" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PGN" - } - ] - } - } - }, - { - "url" : "OBR.10", - "valueReference" : { - "reference" : "Practitioner/1716965606898377000.36c6b832-1eb2-485d-9365-4ae94499b05a" - } - }, - { - "url" : "OBR.13", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } - ], - "code" : "SEPTIC SHOCK" - } - ] - } - }, - { - "url" : "OBR.16", - "valueReference" : { - "reference" : "Practitioner/1716965606899555000.c2e7e447-43fd-4679-a1ac-8bf539a005d0" - } - }, - { - "url" : "OBR.18", - "valueString" : "21:AA:B0029251Sm12776123" - }, - { - "url" : "OBR.19", - "valueString" : "09339017" - } - ] - } - ], - "identifier" : [ - { - "extension" : [ - { + } + }, { + "fullUrl" : "Practitioner/1730838914865888000.a921d4cb-330c-42f1-8876-5a2ef2d25eb9", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1730838914865888000.a921d4cb-330c-42f1-8876-5a2ef2d25eb9", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "NPI" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "Christopher" + }, { + "url" : "XCN.4", + "valueString" : "Beau" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.10", + "valueString" : "L" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "ORC.12" + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference" : { + "reference" : "Location/1730838914865137000.d76319d3-828f-4e2d-8c7e-c3d2b968184f" + } + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "NPI" + } ] + }, + "system" : "NPI", + "value" : "1871759365" + } ], + "name" : [ { + "use" : "official", + "family" : "Willison", + "given" : [ "Christopher", "Beau" ], + "suffix" : [ "MD" ] + } ], + "address" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "5600 S Quebec St #312A" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "B" + } ] + } ], + "use" : "work", + "line" : [ "5600 S Quebec St #312A" ], + "city" : "Greenwood Village", + "district" : "MD", + "state" : "IG", + "postalCode" : "80111", + "country" : "USA" + } ] + } + }, { + "fullUrl" : "Organization/1730838914866899000.a9e56273-c5a0-444c-82cd-7b4e1bc00207", + "resource" : { + "resourceType" : "Organization", + "id" : "1730838914866899000.a9e56273-c5a0-444c-82cd-7b4e1bc00207", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept" : { + "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBR.3" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123.4" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FILL" - } - ] - }, - "value" : "21:AA:B0029251S.4" - } - ], - "status" : "unknown", - "code" : { - "coding" : [ - { - "extension" : [ - { + "valueString" : "XON.2" + } ], + "coding" : [ { + "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } - ], - "system" : "http://loinc.org", - "version" : "2.40", - "code" : "50545-3", - "display" : "Bacterial susceptibility panel by Minimum inhibitory concentration (MIC)" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "MDAPTOE", - "display" : "MIC DAPTOMYCIN E TEST" + } ], + "code" : "L" + } ] } - ] - }, - "subject" : { - "reference" : "Patient/1716965606097981000.a9e583b2-8233-4a28-b882-d0a7d74c0b8e" - }, - "requester" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", - "valueContactPoint" : { - "extension" : [ - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", - "valueString" : "1" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", - "valueString" : "303" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "4362727" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ - { - "url" : "XTN.2", - "valueString" : "WPN" - }, - { - "url" : "XTN.3", - "valueString" : "PH" - }, - { - "url" : "XTN.7", - "valueString" : "4362727" - }, - { - "url" : "XTN.9", - "valueString" : "Hospital Line" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBR.17" - } - ], - "system" : "phone", - "use" : "work" - } + } ], + "code" : "L" + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension" : [ { + "url" : "XON.10", + "valueString" : "06D0055551" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "TMCA, SOUTH CAMPUS" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "XX" + } ] + }, + "value" : "06D0055551" + } ], + "name" : "TMCA, SOUTH CAMPUS", + "telecom" : [ { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString" : "1" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString" : "303" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString" : "6952653" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension" : [ { + "url" : "XTN.2", + "valueString" : "WPN" + }, { + "url" : "XTN.3", + "valueString" : "PH" + }, { + "url" : "XTN.7", + "valueString" : "6952653" + } ] + } ], + "system" : "phone", + "use" : "work" + } ], + "address" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "1501 S. POTOMAC" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "B" + } ] + } ], + "use" : "work", + "line" : [ "1501 S. POTOMAC" ], + "city" : "AURORA", + "district" : "MD", + "state" : "IG", + "postalCode" : "80012", + "country" : "USA" + } ] + } + }, { + "fullUrl" : "PractitionerRole/1730838914864923000.6d929cb4-4aeb-4fee-be34-b651230d34c0", + "resource" : { + "resourceType" : "PractitionerRole", + "id" : "1730838914864923000.6d929cb4-4aeb-4fee-be34-b651230d34c0", + "practitioner" : { + "reference" : "Practitioner/1730838914865888000.a921d4cb-330c-42f1-8876-5a2ef2d25eb9" + }, + "organization" : { + "reference" : "Organization/1730838914866899000.a9e56273-c5a0-444c-82cd-7b4e1bc00207" + } + } + }, { + "fullUrl" : "Organization/1730838914869520000.799ccf21-f369-4f2c-a414-563afc469136", + "resource" : { + "resourceType" : "Organization", + "id" : "1730838914869520000.799ccf21-f369-4f2c-a414-563afc469136", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "XON.2" + } ], + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "L" + } ] } - ], - "reference" : "Practitioner/1716965606894478000.ea327925-1722-43bc-a31a-ea990a4ed2d4" - }, - "reasonCode" : [ - { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "I10" - } - ], - "system" : "http://hl7.org/fhir/sid/icd-10-cm", - "version" : "38", - "code" : "R6521", - "display" : "SEVERE SEPSIS WITH SEPTIC SHOCK" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "I10" - } - ], - "system" : "http://hl7.org/fhir/sid/icd-10-cm", - "version" : "38", - "code" : "R6521", - "display" : "SEVERE SEPSIS WITH SEPTIC SHOCK" - } - ] - } - ] + } ], + "code" : "L" + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension" : [ { + "url" : "XON.10", + "valueString" : "06D0055551" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "TMCA, SOUTH CAMPUS" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "XX" + } ] + }, + "value" : "06D0055551" + } ], + "name" : "TMCA, SOUTH CAMPUS" + } + }, { + "fullUrl" : "Location/1730838914870334000.d44271e1-dec9-4c11-8d4a-0a055533aca9", + "resource" : { + "resourceType" : "Location", + "id" : "1730838914870334000.d44271e1-dec9-4c11-8d4a-0a055533aca9", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ], + "name" : "RML", + "physicalType" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code" : "si" + } ] + } + } + }, { + "fullUrl" : "Practitioner/1730838914870861000.719c6e7c-b29f-48e8-b5f1-71e877876364", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1730838914870861000.719c6e7c-b29f-48e8-b5f1-71e877876364", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "NPI" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "Christopher" + }, { + "url" : "XCN.4", + "valueString" : "Beau" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.10", + "valueString" : "L" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference" : { + "reference" : "Location/1730838914870334000.d44271e1-dec9-4c11-8d4a-0a055533aca9" + } + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "NPI" + } ] + }, + "system" : "NPI", + "value" : "1871759365" + } ], + "name" : [ { + "use" : "official", + "family" : "Willison", + "given" : [ "Christopher", "Beau" ], + "suffix" : [ "MD" ] + } ] + } + }, { + "fullUrl" : "Practitioner/1730838914871638000.db5f071a-2f3e-4593-838d-132795b7f86a", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1730838914871638000.db5f071a-2f3e-4593-838d-132795b7f86a", + "identifier" : [ { + "value" : "ER" + } ] + } + }, { + "fullUrl" : "Location/1730838914872009000.0c7e9b2e-abee-4894-95c2-e4f11fb8f84d", + "resource" : { + "resourceType" : "Location", + "id" : "1730838914872009000.0c7e9b2e-abee-4894-95c2-e4f11fb8f84d", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ], + "name" : "RML", + "physicalType" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code" : "si" + } ] } - }, - { - "fullUrl" : "Practitioner/1716965606894478000.ea327925-1722-43bc-a31a-ea990a4ed2d4", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606894478000.ea327925-1722-43bc-a31a-ea990a4ed2d4", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { + } + }, { + "fullUrl" : "Practitioner/1730838914872442000.6315ab2e-f195-46a3-a9ac-656faef940a9", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1730838914872442000.6315ab2e-f195-46a3-a9ac-656faef940a9", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "NPI" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "Christopher" + }, { + "url" : "XCN.4", + "valueString" : "Beau" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.10", + "valueString" : "L" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference" : { + "reference" : "Location/1730838914872009000.0c7e9b2e-abee-4894-95c2-e4f11fb8f84d" + } + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "NPI" + } ] + }, + "system" : "NPI", + "value" : "1871759365" + } ], + "name" : [ { + "use" : "official", + "family" : "Willison", + "given" : [ "Christopher", "Beau" ], + "suffix" : [ "MD" ] + } ] + } + }, { + "fullUrl" : "ServiceRequest/1730838914882579000.4700ff5d-bc63-4475-9e6c-634a429efc7f", + "resource" : { + "resourceType" : "ServiceRequest", + "id" : "1730838914882579000.4700ff5d-bc63-4475-9e6c-634a429efc7f", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", + "valueCode" : "RE" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", + "valueString" : "202808080928" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/orc-common-order", + "extension" : [ { + "url" : "ORC.6", + "valueString" : "N" + }, { + "url" : "orc-21-ordering-facility-name", + "valueReference" : { + "reference" : "Organization/1730838914879125000.f512aba5-c489-4f9b-8539-83ea07ceec2b" + } + }, { + "url" : "orc-22-ordering-facility-address", + "valueAddress" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "1501 S. POTOMAC" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "B" + } ] + } ], + "use" : "work", + "line" : [ "1501 S. POTOMAC" ], + "city" : "AURORA", + "district" : "MD", + "state" : "IG", + "postalCode" : "80012", + "country" : "USA" + } + }, { + "url" : "orc-24-ordering-provider-address", + "valueAddress" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "5600 S Quebec St #312A" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "B" + } ] + } ], + "use" : "work", + "line" : [ "5600 S Quebec St #312A" ], + "city" : "Greenwood Village", + "district" : "MD", + "state" : "IG", + "postalCode" : "80111", + "country" : "USA" + } + }, { + "url" : "orc-12-ordering-provider", + "valueReference" : { + "reference" : "Practitioner/1730838914880404000.7c423bbb-9dc2-4790-b90c-458b90653f8e" + } + }, { + "url" : "ORC.15", + "valueString" : "202108032350" + }, { + "url" : "ORC.17", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "TMCA, SOUTH CAMPUS" + } ] + } + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", + "extension" : [ { + "url" : "OBR.2", + "valueIdentifier" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "NPI" - }, - { + "valueString" : "M12776123.2" + }, { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", "valueString" : "2.16.840.1.114222.4.1.144" - }, - { + }, { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "Christopher" - }, - { - "url" : "XCN.4", - "valueString" : "Beau" - }, - { - "url" : "XCN.21", - "valueString" : "MD" - }, - { - "url" : "XCN.10", - "valueString" : "L" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBR.16" - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "NPI" - } - ] - }, - "system" : "NPI", - "value" : "1871759365" - } - ], - "name" : [ - { - "use" : "official", - "family" : "Willison", - "given" : [ - "Christopher", - "Beau" - ], - "suffix" : [ - "MD" - ] - } - ] - } - }, - { - "fullUrl" : "Practitioner/1716965606898377000.36c6b832-1eb2-485d-9365-4ae94499b05a", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606898377000.36c6b832-1eb2-485d-9365-4ae94499b05a", - "identifier" : [ - { - "value" : "ER" + } ] + } ], + "value" : "09339017" } - ] - } - }, - { - "fullUrl" : "Practitioner/1716965606899555000.c2e7e447-43fd-4679-a1ac-8bf539a005d0", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606899555000.c2e7e447-43fd-4679-a1ac-8bf539a005d0", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { + }, { + "url" : "OBR.3", + "valueIdentifier" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "NPI" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { + "valueString" : "M12776123.2" + }, { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "Christopher" - }, - { - "url" : "XCN.4", - "valueString" : "Beau" - }, - { - "url" : "XCN.21", - "valueString" : "MD" - }, - { - "url" : "XCN.10", - "valueString" : "L" - } - ] + } ] + } ], + "value" : "21:AA:B0029251S.2" } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "NPI" - } - ] - }, - "system" : "NPI", - "value" : "1871759365" + }, { + "url" : "OBR.21", + "valueString" : "TMCA, SOUTH CAMPUS" + }, { + "url" : "OBR.22", + "valueString" : "20210810062500-0600" + }, { + "url" : "OBR.25", + "valueId" : "P" + }, { + "url" : "OBR.10", + "valueReference" : { + "reference" : "Practitioner/1730838914881129000.65306ba8-3754-4e9c-b99f-37502128840d" + } + }, { + "url" : "OBR.13", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "SEPTIC SHOCK" + } ] + } + }, { + "url" : "OBR.16", + "valueReference" : { + "reference" : "Practitioner/1730838914881905000.cd25d13d-ae2b-49c5-aecb-47b5df99ae43" + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", + "valueContactPoint" : { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString" : "1" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString" : "303" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString" : "4362727" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension" : [ { + "url" : "XTN.2", + "valueString" : "WPN" + }, { + "url" : "XTN.3", + "valueString" : "PH" + }, { + "url" : "XTN.7", + "valueString" : "4362727" + }, { + "url" : "XTN.9", + "valueString" : "Hospital Line" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBR.17" + } ], + "system" : "phone", + "use" : "work" + } + }, { + "url" : "OBR.18", + "valueString" : "21:AA:B0029251Sm12776123" + }, { + "url" : "OBR.19", + "valueString" : "09339017" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "ORC.2" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "M12776123.2" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "PLAC" + } ] + }, + "value" : "09339017" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "ORC.3" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "M12776123.2" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "FILL" + } ] + }, + "value" : "21:AA:B0029251S.2" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "ORC.4" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "M12776123" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "PGN" + } ] + }, + "value" : "21:AA:B0029251S" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "ORC.4" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "M12776123" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "FGN" + } ] + }, + "value" : "21:AA:B0029251S" + } ], + "status" : "unknown", + "code" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } ], + "system" : "http://loinc.org", + "version" : "2.40", + "code" : "600-7", + "display" : "Bacteria identified in Blood by Culture" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "BLOODC", + "display" : "BLOOD CULTURE" + } ] + }, + "subject" : { + "reference" : "Patient/1730838914533511000.aeaeccfe-dc12-46f3-81ea-1dfb344b1949" + }, + "requester" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", + "valueContactPoint" : { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString" : "1" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString" : "303" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString" : "4362727" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension" : [ { + "url" : "XTN.2", + "valueString" : "WPN" + }, { + "url" : "XTN.3", + "valueString" : "PH" + }, { + "url" : "XTN.7", + "valueString" : "4362727" + }, { + "url" : "XTN.9", + "valueString" : "Hospital Line" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "ORC.14" + } ], + "system" : "phone", + "use" : "work" } - ], - "name" : [ - { - "use" : "official", - "family" : "Willison", - "given" : [ - "Christopher", - "Beau" - ], - "suffix" : [ - "MD" - ] + } ], + "reference" : "PractitionerRole/1730838914873746000.96d2662b-a4c0-4e54-9067-d6ee838fbe83" + }, + "reasonCode" : [ { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "I10" + } ], + "system" : "http://hl7.org/fhir/sid/icd-10-cm", + "version" : "38", + "code" : "R6521", + "display" : "SEVERE SEPSIS WITH SEPTIC SHOCK" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "I10" + } ], + "system" : "http://hl7.org/fhir/sid/icd-10-cm", + "version" : "38", + "code" : "R6521", + "display" : "SEVERE SEPSIS WITH SEPTIC SHOCK" + } ] + } ], + "note" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension" : [ { + "url" : "NTE.2", + "valueId" : "L" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70364" + } ], + "version" : "2.5.1", + "code" : "RE", + "display" : "Remark" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "C", + "display" : "Comment" + } ] + } + } ] + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension" : [ { + "url" : "NTE.2", + "valueId" : "L" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "Critical result called to and read back by:CLAIRE HCE7362" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70364" + } ], + "version" : "2.5.1", + "code" : "RE", + "display" : "Remark" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "C", + "display" : "Comment" + } ] + } + } ], + "text" : "Critical result called to and read back by:CLAIRE HCE7362" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension" : [ { + "url" : "NTE.2", + "valueId" : "L" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "Location:ICUB on 08/08/21 at 1539 by ELB.RM" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70364" + } ], + "version" : "2.5.1", + "code" : "RE", + "display" : "Remark" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "C", + "display" : "Comment" + } ] + } + } ], + "text" : "Location:ICUB on 08/08/21 at 1539 by ELB.RM" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension" : [ { + "url" : "NTE.2", + "valueId" : "L" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "Critical result called to and read back by:CLAIRE HCE7362" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70364" + } ], + "version" : "2.5.1", + "code" : "RE", + "display" : "Remark" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "C", + "display" : "Comment" + } ] + } + } ], + "text" : "Critical result called to and read back by:CLAIRE HCE7362" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension" : [ { + "url" : "NTE.2", + "valueId" : "L" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "Location:ICUB on 08/08/21 at 1050 by ELB.SMX" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70364" + } ], + "version" : "2.5.1", + "code" : "RE", + "display" : "Remark" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "C", + "display" : "Comment" + } ] } - ] + } ], + "text" : "Location:ICUB on 08/08/21 at 1050 by ELB.SMX" + } ] + } + }, { + "fullUrl" : "Location/1730838914873999000.b3c8daae-db27-41f7-a93c-c284d765edf6", + "resource" : { + "resourceType" : "Location", + "id" : "1730838914873999000.b3c8daae-db27-41f7-a93c-c284d765edf6", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ], + "name" : "RML", + "physicalType" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code" : "si" + } ] } - }, - { - "fullUrl" : "ServiceRequest/1716965606907235000.22ee79f8-7d45-49ac-b903-2c29927bfdaf", - "resource" : { - "resourceType" : "ServiceRequest", - "id" : "1716965606907235000.22ee79f8-7d45-49ac-b903-2c29927bfdaf", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", - "extension" : [ - { - "url" : "OBR.21", - "valueString" : "ROSE MEDICAL CENTER (MCOE)" - }, - { - "url" : "OBR.22", - "valueString" : "20210810062500-0600" - }, - { - "url" : "OBR.25", - "valueId" : "P" - }, - { - "url" : "OBR.26", - "extension" : [ - { - "url" : "prl-1-parent-observation-identifier", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } - ], - "system" : "http://loinc.org", - "version" : "2.40", - "code" : "600-7" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "BCEXT", - "display" : "EXTENDED BLOOD CULTURE" - } - ], - "text" : "EXTENDED BLOOD CULTURE" - } - }, - { - "url" : "prl-2-parent-observation-sub-identifier", - "valueString" : "1" - }, - { - "url" : "prl-3-parent-observation-descriptor", - "valueString" : "ENTRAFVRE" - } - ] - }, - { - "url" : "OBR.29", - "valueIdentifier" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/filler-assigned-identifier", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", - "valueString" : "21:AA:B0029251Sm12776123" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PGN" - } - ] - } - } - }, - { - "url" : "OBR.10", - "valueReference" : { - "reference" : "Practitioner/1716965606905495000.0b16a49d-0a07-4a58-b72d-4624208394aa" - } - }, - { - "url" : "OBR.13", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } - ], - "code" : "SEPTIC SHOCK" - } - ] - } - }, - { - "url" : "OBR.16", - "valueReference" : { - "reference" : "Practitioner/1716965606906633000.96fd9e69-65a4-49cd-9787-b4bcffac6a46" - } - }, - { - "url" : "OBR.18", - "valueString" : "21:AA:B0029251Sm12776123" - }, - { - "url" : "OBR.19", - "valueString" : "09339017" - } - ] - } - ], - "identifier" : [ - { - "extension" : [ - { + } + }, { + "fullUrl" : "Practitioner/1730838914874830000.d57b760c-4cda-4f57-9b4e-dd408f38783c", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1730838914874830000.d57b760c-4cda-4f57-9b4e-dd408f38783c", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "NPI" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "Christopher" + }, { + "url" : "XCN.4", + "valueString" : "Beau" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.10", + "valueString" : "L" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "ORC.12" + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference" : { + "reference" : "Location/1730838914873999000.b3c8daae-db27-41f7-a93c-c284d765edf6" + } + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "NPI" + } ] + }, + "system" : "NPI", + "value" : "1871759365" + } ], + "name" : [ { + "use" : "official", + "family" : "Willison", + "given" : [ "Christopher", "Beau" ], + "suffix" : [ "MD" ] + } ], + "address" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "5600 S Quebec St #312A" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "B" + } ] + } ], + "use" : "work", + "line" : [ "5600 S Quebec St #312A" ], + "city" : "Greenwood Village", + "district" : "MD", + "state" : "IG", + "postalCode" : "80111", + "country" : "USA" + } ] + } + }, { + "fullUrl" : "Organization/1730838914876041000.9bb8dee8-0828-4f39-8a01-b0304dba3748", + "resource" : { + "resourceType" : "Organization", + "id" : "1730838914876041000.9bb8dee8-0828-4f39-8a01-b0304dba3748", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept" : { + "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBR.3" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123.5" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FILL" - } - ] - }, - "value" : "21:AA:B0029251S.5" - } - ], - "status" : "unknown", - "code" : { - "coding" : [ - { - "extension" : [ - { + "valueString" : "XON.2" + } ], + "coding" : [ { + "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "VGP-75", - "display" : "VITEK2 AST-GP75" + } ], + "code" : "L" + } ] } - ] - }, - "subject" : { - "reference" : "Patient/1716965606097981000.a9e583b2-8233-4a28-b882-d0a7d74c0b8e" - }, - "requester" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", - "valueContactPoint" : { - "extension" : [ - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", - "valueString" : "1" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", - "valueString" : "303" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "4362727" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ - { - "url" : "XTN.2", - "valueString" : "WPN" - }, - { - "url" : "XTN.3", - "valueString" : "PH" - }, - { - "url" : "XTN.7", - "valueString" : "4362727" - }, - { - "url" : "XTN.9", - "valueString" : "Hospital Line" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBR.17" - } - ], - "system" : "phone", - "use" : "work" - } + } ], + "code" : "L" + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension" : [ { + "url" : "XON.10", + "valueString" : "06D0055551" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "TMCA, SOUTH CAMPUS" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "XX" + } ] + }, + "value" : "06D0055551" + } ], + "name" : "TMCA, SOUTH CAMPUS", + "telecom" : [ { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString" : "1" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString" : "303" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString" : "6952653" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension" : [ { + "url" : "XTN.2", + "valueString" : "WPN" + }, { + "url" : "XTN.3", + "valueString" : "PH" + }, { + "url" : "XTN.7", + "valueString" : "6952653" + } ] + } ], + "system" : "phone", + "use" : "work" + } ], + "address" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "1501 S. POTOMAC" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "B" + } ] + } ], + "use" : "work", + "line" : [ "1501 S. POTOMAC" ], + "city" : "AURORA", + "district" : "MD", + "state" : "IG", + "postalCode" : "80012", + "country" : "USA" + } ] + } + }, { + "fullUrl" : "PractitionerRole/1730838914873746000.96d2662b-a4c0-4e54-9067-d6ee838fbe83", + "resource" : { + "resourceType" : "PractitionerRole", + "id" : "1730838914873746000.96d2662b-a4c0-4e54-9067-d6ee838fbe83", + "practitioner" : { + "reference" : "Practitioner/1730838914874830000.d57b760c-4cda-4f57-9b4e-dd408f38783c" + }, + "organization" : { + "reference" : "Organization/1730838914876041000.9bb8dee8-0828-4f39-8a01-b0304dba3748" + } + } + }, { + "fullUrl" : "Organization/1730838914879125000.f512aba5-c489-4f9b-8539-83ea07ceec2b", + "resource" : { + "resourceType" : "Organization", + "id" : "1730838914879125000.f512aba5-c489-4f9b-8539-83ea07ceec2b", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "XON.2" + } ], + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "L" + } ] } - ], - "reference" : "Practitioner/1716965606901720000.dd1568de-19e1-4440-9b8b-ed0f107972bc" - }, - "reasonCode" : [ - { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "I10" - } - ], - "system" : "http://hl7.org/fhir/sid/icd-10-cm", - "version" : "38", - "code" : "R6521", - "display" : "SEVERE SEPSIS WITH SEPTIC SHOCK" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "I10" - } - ], - "system" : "http://hl7.org/fhir/sid/icd-10-cm", - "version" : "38", - "code" : "R6521", - "display" : "SEVERE SEPSIS WITH SEPTIC SHOCK" - } - ] - } - ] + } ], + "code" : "L" + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension" : [ { + "url" : "XON.10", + "valueString" : "06D0055551" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "TMCA, SOUTH CAMPUS" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "XX" + } ] + }, + "value" : "06D0055551" + } ], + "name" : "TMCA, SOUTH CAMPUS" + } + }, { + "fullUrl" : "Location/1730838914879955000.c63fc7c7-dbf5-45dd-bdbb-fde6f70647c0", + "resource" : { + "resourceType" : "Location", + "id" : "1730838914879955000.c63fc7c7-dbf5-45dd-bdbb-fde6f70647c0", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ], + "name" : "RML", + "physicalType" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code" : "si" + } ] } - }, - { - "fullUrl" : "Practitioner/1716965606901720000.dd1568de-19e1-4440-9b8b-ed0f107972bc", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606901720000.dd1568de-19e1-4440-9b8b-ed0f107972bc", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "NPI" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "Christopher" - }, - { - "url" : "XCN.4", - "valueString" : "Beau" - }, - { - "url" : "XCN.21", - "valueString" : "MD" - }, - { - "url" : "XCN.10", - "valueString" : "L" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBR.16" - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "NPI" - } - ] - }, - "system" : "NPI", - "value" : "1871759365" - } - ], - "name" : [ - { - "use" : "official", - "family" : "Willison", - "given" : [ - "Christopher", - "Beau" - ], - "suffix" : [ - "MD" - ] - } - ] + } + }, { + "fullUrl" : "Practitioner/1730838914880404000.7c423bbb-9dc2-4790-b90c-458b90653f8e", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1730838914880404000.7c423bbb-9dc2-4790-b90c-458b90653f8e", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "NPI" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "Christopher" + }, { + "url" : "XCN.4", + "valueString" : "Beau" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.10", + "valueString" : "L" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference" : { + "reference" : "Location/1730838914879955000.c63fc7c7-dbf5-45dd-bdbb-fde6f70647c0" + } + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "NPI" + } ] + }, + "system" : "NPI", + "value" : "1871759365" + } ], + "name" : [ { + "use" : "official", + "family" : "Willison", + "given" : [ "Christopher", "Beau" ], + "suffix" : [ "MD" ] + } ] + } + }, { + "fullUrl" : "Practitioner/1730838914881129000.65306ba8-3754-4e9c-b99f-37502128840d", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1730838914881129000.65306ba8-3754-4e9c-b99f-37502128840d", + "identifier" : [ { + "value" : "ER" + } ] + } + }, { + "fullUrl" : "Location/1730838914881478000.ca540b0c-b24f-4ef7-a424-539b864e8dad", + "resource" : { + "resourceType" : "Location", + "id" : "1730838914881478000.ca540b0c-b24f-4ef7-a424-539b864e8dad", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ], + "name" : "RML", + "physicalType" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code" : "si" + } ] } - }, - { - "fullUrl" : "Practitioner/1716965606905495000.0b16a49d-0a07-4a58-b72d-4624208394aa", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606905495000.0b16a49d-0a07-4a58-b72d-4624208394aa", - "identifier" : [ - { - "value" : "ER" + } + }, { + "fullUrl" : "Practitioner/1730838914881905000.cd25d13d-ae2b-49c5-aecb-47b5df99ae43", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1730838914881905000.cd25d13d-ae2b-49c5-aecb-47b5df99ae43", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "NPI" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "Christopher" + }, { + "url" : "XCN.4", + "valueString" : "Beau" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.10", + "valueString" : "L" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference" : { + "reference" : "Location/1730838914881478000.ca540b0c-b24f-4ef7-a424-539b864e8dad" + } + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "NPI" + } ] + }, + "system" : "NPI", + "value" : "1871759365" + } ], + "name" : [ { + "use" : "official", + "family" : "Willison", + "given" : [ "Christopher", "Beau" ], + "suffix" : [ "MD" ] + } ] + } + }, { + "fullUrl" : "ServiceRequest/1730838914891090000.81493f70-edbd-4707-bda1-b85f6f63c135", + "resource" : { + "resourceType" : "ServiceRequest", + "id" : "1730838914891090000.81493f70-edbd-4707-bda1-b85f6f63c135", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", + "valueCode" : "RE" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", + "valueString" : "202808080928" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/orc-common-order", + "extension" : [ { + "url" : "ORC.6", + "valueString" : "N" + }, { + "url" : "orc-21-ordering-facility-name", + "valueReference" : { + "reference" : "Organization/1730838914887802000.f0e8c9d3-77cf-49e4-b224-a4af2b4ac24f" + } + }, { + "url" : "orc-22-ordering-facility-address", + "valueAddress" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "1501 S. POTOMAC" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "B" + } ] + } ], + "use" : "work", + "line" : [ "1501 S. POTOMAC" ], + "city" : "AURORA", + "district" : "MD", + "state" : "IG", + "postalCode" : "80012", + "country" : "USA" } - ] - } - }, - { - "fullUrl" : "Practitioner/1716965606906633000.96fd9e69-65a4-49cd-9787-b4bcffac6a46", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606906633000.96fd9e69-65a4-49cd-9787-b4bcffac6a46", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { + }, { + "url" : "orc-24-ordering-provider-address", + "valueAddress" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "5600 S Quebec St #312A" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "B" + } ] + } ], + "use" : "work", + "line" : [ "5600 S Quebec St #312A" ], + "city" : "Greenwood Village", + "district" : "MD", + "state" : "IG", + "postalCode" : "80111", + "country" : "USA" + } + }, { + "url" : "orc-12-ordering-provider", + "valueReference" : { + "reference" : "Practitioner/1730838914888947000.28f374f5-33e2-4442-853d-8bbeefe7b893" + } + }, { + "url" : "ORC.15", + "valueString" : "202108032350" + }, { + "url" : "ORC.17", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "TMCA, SOUTH CAMPUS" + } ] + } + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", + "extension" : [ { + "url" : "OBR.2", + "valueIdentifier" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "NPI" - }, - { + "valueString" : "M12776123.3" + }, { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", "valueString" : "2.16.840.1.114222.4.1.144" - }, - { + }, { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "Christopher" - }, - { - "url" : "XCN.4", - "valueString" : "Beau" - }, - { - "url" : "XCN.21", - "valueString" : "MD" - }, - { - "url" : "XCN.10", - "valueString" : "L" - } - ] - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "NPI" - } - ] - }, - "system" : "NPI", - "value" : "1871759365" - } - ], - "name" : [ - { - "use" : "official", - "family" : "Willison", - "given" : [ - "Christopher", - "Beau" - ], - "suffix" : [ - "MD" - ] - } - ] - } - }, - { - "fullUrl" : "DiagnosticReport/1716965606912781000.5109a9d6-7e75-49de-bd29-9d3d4c232365", - "resource" : { - "resourceType" : "DiagnosticReport", - "id" : "1716965606912781000.5109a9d6-7e75-49de-bd29-9d3d4c232365", - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.2" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123.1" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PLAC" - } - ] - }, + } ] + } ], "value" : "09339017" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123.1" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FILL" - } - ] - }, - "value" : "21:AA:B0029251S.1" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PGN" - } - ] - }, - "value" : "21:AA:B0029251S" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FGN" - } - ] - }, - "value" : "21:AA:B0029251S" } - ], - "basedOn" : [ - { - "reference" : "ServiceRequest/1716965606860469000.90b0f4bd-c167-4b84-b581-5e403bb5d301" + }, { + "url" : "OBR.3", + "valueIdentifier" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "M12776123.3" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "value" : "21:AA:B0029251S.3" } - ], - "status" : "preliminary", - "code" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } - ], - "system" : "http://loinc.org", - "version" : "2.40", - "code" : "600-7", - "display" : "Bacteria identified in Blood by Culture" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "BCEXT", - "display" : "EXTENDED BLOOD CULTURE" - } - ] - }, - "subject" : { - "reference" : "Patient/1716965606097981000.a9e583b2-8233-4a28-b882-d0a7d74c0b8e" - }, - "encounter" : { - "reference" : "Encounter/1716965606112940000.37c8abef-ba3d-4cf0-9290-84f8d7f8d47f" - }, - "effectivePeriod" : { - "start" : "2028-08-02T02:52:01-06:00", - "_start" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" - } - ] - }, - "end" : "2028-08-02T02:52:01-06:00", - "_end" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" - } - ] + }, { + "url" : "OBR.21", + "valueString" : "TMCA, SOUTH CAMPUS" + }, { + "url" : "OBR.22", + "valueString" : "20210810062500-0600" + }, { + "url" : "OBR.25", + "valueId" : "P" + }, { + "url" : "OBR.10", + "valueReference" : { + "reference" : "Practitioner/1730838914889679000.7b1e8142-0c9d-402f-b4c9-7915d571302d" + } + }, { + "url" : "OBR.13", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "SEPTIC SHOCK" + } ] + } + }, { + "url" : "OBR.16", + "valueReference" : { + "reference" : "Practitioner/1730838914890456000.24b66b71-2bae-4d3c-80fc-0c7f162f2ed2" + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", + "valueContactPoint" : { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString" : "1" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString" : "303" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString" : "4362727" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension" : [ { + "url" : "XTN.2", + "valueString" : "WPN" + }, { + "url" : "XTN.3", + "valueString" : "PH" + }, { + "url" : "XTN.7", + "valueString" : "4362727" + }, { + "url" : "XTN.9", + "valueString" : "Hospital Line" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBR.17" + } ], + "system" : "phone", + "use" : "work" } - }, - "issued" : "2021-08-10T06:25:00-06:00", - "_issued" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210810062500-0600" - } - ] - }, - "specimen" : [ - { - "reference" : "Specimen/1716965606798461000.d3e9803e-bf78-4906-b7e7-d7e98c449d3a" - }, - { - "reference" : "Specimen/1716965606794491000.1d9a511c-50fd-4f6e-b968-9dd34634390c" + }, { + "url" : "OBR.18", + "valueString" : "21:AA:B0029251Sm12776123" + }, { + "url" : "OBR.19", + "valueString" : "09339017" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "ORC.2" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "M12776123.3" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "PLAC" + } ] + }, + "value" : "09339017" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "ORC.3" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "M12776123.3" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "FILL" + } ] + }, + "value" : "21:AA:B0029251S.3" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "ORC.4" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "M12776123" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "PGN" + } ] + }, + "value" : "21:AA:B0029251S" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "ORC.4" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "M12776123" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "FGN" + } ] + }, + "value" : "21:AA:B0029251S" + } ], + "status" : "unknown", + "code" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } ], + "system" : "http://loinc.org", + "version" : "2.40", + "code" : "77202-0", + "display" : "Laboratory comment [Text] in Report Narrative" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "VERGPCOM", + "display" : "COMMENT" + } ] + }, + "subject" : { + "reference" : "Patient/1730838914533511000.aeaeccfe-dc12-46f3-81ea-1dfb344b1949" + }, + "requester" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", + "valueContactPoint" : { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString" : "1" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString" : "303" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString" : "4362727" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension" : [ { + "url" : "XTN.2", + "valueString" : "WPN" + }, { + "url" : "XTN.3", + "valueString" : "PH" + }, { + "url" : "XTN.7", + "valueString" : "4362727" + }, { + "url" : "XTN.9", + "valueString" : "Hospital Line" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "ORC.14" + } ], + "system" : "phone", + "use" : "work" } - ], - "result" : [ - { - "reference" : "Observation/1716965606222412000.c037ad5e-3f81-4285-9e60-c2c885f16e42" - }, - { - "reference" : "Observation/1716965606227102000.ccc9dc26-0d52-4996-baa4-2892638838d6" - }, - { - "reference" : "Observation/1716965606231384000.98fea392-3ebc-4e50-87fb-8a22f90c4e42" + } ], + "reference" : "PractitionerRole/1730838914883000000.5ae9c7ba-dac6-4f53-9eb0-474c3b9033c5" + }, + "reasonCode" : [ { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "I10" + } ], + "system" : "http://hl7.org/fhir/sid/icd-10-cm", + "version" : "38", + "code" : "R6521", + "display" : "SEVERE SEPSIS WITH SEPTIC SHOCK" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "I10" + } ], + "system" : "http://hl7.org/fhir/sid/icd-10-cm", + "version" : "38", + "code" : "R6521", + "display" : "SEVERE SEPSIS WITH SEPTIC SHOCK" + } ] + } ], + "note" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension" : [ { + "url" : "NTE.2", + "valueId" : "L" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70364" + } ], + "version" : "2.5.1", + "code" : "RE", + "display" : "Remark" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "C", + "display" : "Comment" + } ] + } + } ] + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension" : [ { + "url" : "NTE.2", + "valueId" : "L" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "Critical result called to and read back by:CLAIRE HCE7362" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70364" + } ], + "version" : "2.5.1", + "code" : "RE", + "display" : "Remark" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "C", + "display" : "Comment" + } ] + } + } ], + "text" : "Critical result called to and read back by:CLAIRE HCE7362" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension" : [ { + "url" : "NTE.2", + "valueId" : "L" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "Location:ICUB on 08/08/21 at 1539 by ELB.RM" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70364" + } ], + "version" : "2.5.1", + "code" : "RE", + "display" : "Remark" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "C", + "display" : "Comment" + } ] + } + } ], + "text" : "Location:ICUB on 08/08/21 at 1539 by ELB.RM" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension" : [ { + "url" : "NTE.2", + "valueId" : "L" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "Critical result called to and read back by:CLAIRE HCE7362" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70364" + } ], + "version" : "2.5.1", + "code" : "RE", + "display" : "Remark" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "C", + "display" : "Comment" + } ] + } + } ], + "text" : "Critical result called to and read back by:CLAIRE HCE7362" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension" : [ { + "url" : "NTE.2", + "valueId" : "L" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId" : "Location:ICUB on 08/08/21 at 1050 by ELB.SMX" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70364" + } ], + "version" : "2.5.1", + "code" : "RE", + "display" : "Remark" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "C", + "display" : "Comment" + } ] } - ] + } ], + "text" : "Location:ICUB on 08/08/21 at 1050 by ELB.SMX" + } ] + } + }, { + "fullUrl" : "Location/1730838914883400000.f60774d1-756a-49d2-ad95-652dde0fc5fc", + "resource" : { + "resourceType" : "Location", + "id" : "1730838914883400000.f60774d1-756a-49d2-ad95-652dde0fc5fc", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ], + "name" : "RML", + "physicalType" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code" : "si" + } ] } - }, - { - "fullUrl" : "DiagnosticReport/1716965606914695000.86b3897b-b96d-4066-936c-28a4a997d76d", - "resource" : { - "resourceType" : "DiagnosticReport", - "id" : "1716965606914695000.86b3897b-b96d-4066-936c-28a4a997d76d", - "identifier" : [ - { - "extension" : [ - { + } + }, { + "fullUrl" : "Practitioner/1730838914884150000.3c478830-e24c-4978-b68f-27f4b53e5342", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1730838914884150000.3c478830-e24c-4978-b68f-27f4b53e5342", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "NPI" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "Christopher" + }, { + "url" : "XCN.4", + "valueString" : "Beau" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.10", + "valueString" : "L" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "ORC.12" + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference" : { + "reference" : "Location/1730838914883400000.f60774d1-756a-49d2-ad95-652dde0fc5fc" + } + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "NPI" + } ] + }, + "system" : "NPI", + "value" : "1871759365" + } ], + "name" : [ { + "use" : "official", + "family" : "Willison", + "given" : [ "Christopher", "Beau" ], + "suffix" : [ "MD" ] + } ], + "address" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "5600 S Quebec St #312A" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "B" + } ] + } ], + "use" : "work", + "line" : [ "5600 S Quebec St #312A" ], + "city" : "Greenwood Village", + "district" : "MD", + "state" : "IG", + "postalCode" : "80111", + "country" : "USA" + } ] + } + }, { + "fullUrl" : "Organization/1730838914885184000.f229ae5e-0004-419f-bdb3-b1c5c06b6a72", + "resource" : { + "resourceType" : "Organization", + "id" : "1730838914885184000.f229ae5e-0004-419f-bdb3-b1c5c06b6a72", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept" : { + "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.2" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123.2" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PLAC" - } - ] - }, - "value" : "09339017" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123.2" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FILL" - } - ] - }, - "value" : "21:AA:B0029251S.2" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PGN" - } - ] - }, - "value" : "21:AA:B0029251S" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FGN" - } - ] - }, - "value" : "21:AA:B0029251S" - } - ], - "basedOn" : [ - { - "reference" : "ServiceRequest/1716965606874250000.22bfa35f-0999-41fb-9b21-e5dfe7531506" - } - ], - "status" : "preliminary", - "code" : { - "coding" : [ - { - "extension" : [ - { + "valueString" : "XON.2" + } ], + "coding" : [ { + "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } - ], - "system" : "http://loinc.org", - "version" : "2.40", - "code" : "600-7", - "display" : "Bacteria identified in Blood by Culture" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "BLOODC", - "display" : "BLOOD CULTURE" - } - ] - }, - "subject" : { - "reference" : "Patient/1716965606097981000.a9e583b2-8233-4a28-b882-d0a7d74c0b8e" - }, - "encounter" : { - "reference" : "Encounter/1716965606112940000.37c8abef-ba3d-4cf0-9290-84f8d7f8d47f" - }, - "effectivePeriod" : { - "start" : "2028-08-02T02:52:01-06:00", - "_start" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" - } - ] - }, - "end" : "2028-08-02T02:52:01-06:00", - "_end" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" - } - ] - } - }, - "issued" : "2021-08-10T06:25:00-06:00", - "_issued" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210810062500-0600" + } ], + "code" : "L" + } ] } - ] - }, - "specimen" : [ - { - "reference" : "Specimen/1716965606842409000.194839e7-a6d3-4472-bf45-e041a5de3c0d" - }, - { - "reference" : "Specimen/1716965606794848000.02a5ec34-332a-4514-8546-b69e7eac3a70" - } - ], - "result" : [ - { - "reference" : "Observation/1716965606240188000.1aad68b3-b144-418c-8c20-129a2eab6dc2" - }, - { - "reference" : "Observation/1716965606244713000.f9478420-d70f-492b-b999-cc3fc824bb99" - }, - { - "reference" : "Observation/1716965606249020000.bbb42dfb-f43f-4759-b4b6-0d76ab5904ea" - }, - { - "reference" : "Observation/1716965606253448000.36543fb8-4ced-4a07-b306-f00d5b61a61d" - }, - { - "reference" : "Observation/1716965606257897000.8dc165ed-8c61-428e-a79f-d0acda7b19c6" - }, - { - "reference" : "Observation/1716965606262604000.ef8bec03-717c-443b-ae3c-9b7236b764e8" - }, - { - "reference" : "Observation/1716965606267022000.e84ea561-0e3b-4a52-b1b9-1e9d0783ceb8" - } - ] + } ], + "code" : "L" + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension" : [ { + "url" : "XON.10", + "valueString" : "06D0055551" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "TMCA, SOUTH CAMPUS" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "XX" + } ] + }, + "value" : "06D0055551" + } ], + "name" : "TMCA, SOUTH CAMPUS", + "telecom" : [ { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString" : "1" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString" : "303" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString" : "6952653" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension" : [ { + "url" : "XTN.2", + "valueString" : "WPN" + }, { + "url" : "XTN.3", + "valueString" : "PH" + }, { + "url" : "XTN.7", + "valueString" : "6952653" + } ] + } ], + "system" : "phone", + "use" : "work" + } ], + "address" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension" : [ { + "url" : "SAD.1", + "valueString" : "1501 S. POTOMAC" + } ] + }, { + "url" : "XAD.7", + "valueCode" : "B" + } ] + } ], + "use" : "work", + "line" : [ "1501 S. POTOMAC" ], + "city" : "AURORA", + "district" : "MD", + "state" : "IG", + "postalCode" : "80012", + "country" : "USA" + } ] + } + }, { + "fullUrl" : "PractitionerRole/1730838914883000000.5ae9c7ba-dac6-4f53-9eb0-474c3b9033c5", + "resource" : { + "resourceType" : "PractitionerRole", + "id" : "1730838914883000000.5ae9c7ba-dac6-4f53-9eb0-474c3b9033c5", + "practitioner" : { + "reference" : "Practitioner/1730838914884150000.3c478830-e24c-4978-b68f-27f4b53e5342" + }, + "organization" : { + "reference" : "Organization/1730838914885184000.f229ae5e-0004-419f-bdb3-b1c5c06b6a72" } - }, - { - "fullUrl" : "DiagnosticReport/1716965606916603000.661ce6f3-c606-4000-ae1f-f3de42790341", - "resource" : { - "resourceType" : "DiagnosticReport", - "id" : "1716965606916603000.661ce6f3-c606-4000-ae1f-f3de42790341", - "identifier" : [ - { - "extension" : [ - { + } + }, { + "fullUrl" : "Organization/1730838914887802000.f0e8c9d3-77cf-49e4-b224-a4af2b4ac24f", + "resource" : { + "resourceType" : "Organization", + "id" : "1730838914887802000.f0e8c9d3-77cf-49e4-b224-a4af2b4ac24f", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept" : { + "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.2" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123.3" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PLAC" - } - ] - }, - "value" : "09339017" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123.3" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FILL" - } - ] - }, - "value" : "21:AA:B0029251S.3" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PGN" - } - ] - }, - "value" : "21:AA:B0029251S" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FGN" - } - ] - }, - "value" : "21:AA:B0029251S" - } - ], - "basedOn" : [ - { - "reference" : "ServiceRequest/1716965606893045000.73276b74-951d-439d-bbfb-b2cf343fea36" - } - ], - "status" : "preliminary", - "code" : { - "coding" : [ - { - "extension" : [ - { + "valueString" : "XON.2" + } ], + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "L" + } ] + } + } ], + "code" : "L" + } + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension" : [ { + "url" : "XON.10", + "valueString" : "06D0055551" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "TMCA, SOUTH CAMPUS" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "XX" + } ] + }, + "value" : "06D0055551" + } ], + "name" : "TMCA, SOUTH CAMPUS" + } + }, { + "fullUrl" : "Location/1730838914888508000.7928c72e-8cff-4e92-ae9b-644de5b7e1d5", + "resource" : { + "resourceType" : "Location", + "id" : "1730838914888508000.7928c72e-8cff-4e92-ae9b-644de5b7e1d5", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ], + "name" : "RML", + "physicalType" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code" : "si" + } ] + } + } + }, { + "fullUrl" : "Practitioner/1730838914888947000.28f374f5-33e2-4442-853d-8bbeefe7b893", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1730838914888947000.28f374f5-33e2-4442-853d-8bbeefe7b893", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "NPI" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "Christopher" + }, { + "url" : "XCN.4", + "valueString" : "Beau" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.10", + "valueString" : "L" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference" : { + "reference" : "Location/1730838914888508000.7928c72e-8cff-4e92-ae9b-644de5b7e1d5" + } + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "NPI" + } ] + }, + "system" : "NPI", + "value" : "1871759365" + } ], + "name" : [ { + "use" : "official", + "family" : "Willison", + "given" : [ "Christopher", "Beau" ], + "suffix" : [ "MD" ] + } ] + } + }, { + "fullUrl" : "Practitioner/1730838914889679000.7b1e8142-0c9d-402f-b4c9-7915d571302d", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1730838914889679000.7b1e8142-0c9d-402f-b4c9-7915d571302d", + "identifier" : [ { + "value" : "ER" + } ] + } + }, { + "fullUrl" : "Location/1730838914890028000.fa47ee3d-e220-41bc-93a4-9d316568f891", + "resource" : { + "resourceType" : "Location", + "id" : "1730838914890028000.fa47ee3d-e220-41bc-93a4-9d316568f891", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ], + "name" : "RML", + "physicalType" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code" : "si" + } ] + } + } + }, { + "fullUrl" : "Practitioner/1730838914890456000.24b66b71-2bae-4d3c-80fc-0c7f162f2ed2", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1730838914890456000.24b66b71-2bae-4d3c-80fc-0c7f162f2ed2", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "NPI" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "Christopher" + }, { + "url" : "XCN.4", + "valueString" : "Beau" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.10", + "valueString" : "L" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference" : { + "reference" : "Location/1730838914890028000.fa47ee3d-e220-41bc-93a4-9d316568f891" + } + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "NPI" + } ] + }, + "system" : "NPI", + "value" : "1871759365" + } ], + "name" : [ { + "use" : "official", + "family" : "Willison", + "given" : [ "Christopher", "Beau" ], + "suffix" : [ "MD" ] + } ] + } + }, { + "fullUrl" : "ServiceRequest/1730838914895288000.23b14643-50db-435a-85a3-d849290aaa7a", + "resource" : { + "resourceType" : "ServiceRequest", + "id" : "1730838914895288000.23b14643-50db-435a-85a3-d849290aaa7a", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", + "extension" : [ { + "url" : "OBR.21", + "valueString" : "TMCA, SOUTH CAMPUS" + }, { + "url" : "OBR.22", + "valueString" : "20210810062500-0600" + }, { + "url" : "OBR.25", + "valueId" : "P" + }, { + "url" : "OBR.26", + "extension" : [ { + "url" : "prl-1-parent-observation-identifier", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", "valueString" : "coding" - }, - { + }, { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", "valueString" : "LN" - } - ], - "system" : "http://loinc.org", - "version" : "2.40", - "code" : "77202-0", - "display" : "Laboratory comment [Text] in Report Narrative" - }, - { - "extension" : [ - { + } ], + "system" : "http://loinc.org", + "version" : "2.40", + "code" : "600-7" + }, { + "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", "valueString" : "alt-coding" - }, - { + }, { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "VERGPCOM", - "display" : "COMMENT" - } - ] - }, - "subject" : { - "reference" : "Patient/1716965606097981000.a9e583b2-8233-4a28-b882-d0a7d74c0b8e" - }, - "encounter" : { - "reference" : "Encounter/1716965606112940000.37c8abef-ba3d-4cf0-9290-84f8d7f8d47f" - }, - "effectivePeriod" : { - "start" : "2028-08-02T02:52:01-06:00", - "_start" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" - } - ] - }, - "end" : "2028-08-02T02:52:01-06:00", - "_end" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" - } - ] - } - }, - "issued" : "2021-08-10T06:25:00-06:00", - "_issued" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210810062500-0600" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "BCEXT", + "display" : "EXTENDED BLOOD CULTURE" + } ], + "text" : "EXTENDED BLOOD CULTURE" } - ] - }, - "specimen" : [ - { - "reference" : "Specimen/1716965606844260000.6090d00b-2fef-4254-b412-b69e89f95a28" - }, - { - "reference" : "Specimen/1716965606795206000.78099b7e-55cc-460b-b5e6-d0c7b7e91f5d" - } - ], - "result" : [ - { - "reference" : "Observation/1716965606277300000.f7d57f1b-a7ce-4dd7-aa41-86dc1a24e5d9" - }, - { - "reference" : "Observation/1716965606281118000.4fa78b52-80f5-4a79-945e-7914c6fa3e0a" - }, - { - "reference" : "Observation/1716965606285144000.506b93c2-2238-4ee0-a7ff-c35d0ea7abe4" - }, - { - "reference" : "Observation/1716965606289569000.d4949994-3ef8-4d78-b051-fc9f96e54358" - }, - { - "reference" : "Observation/1716965606294001000.0d1a3666-a003-4348-94c4-cf454472ab0c" - }, - { - "reference" : "Observation/1716965606298749000.ad0fb0ad-1218-4e0a-b1a3-4f0f55082999" - }, - { - "reference" : "Observation/1716965606303287000.b444ba80-a933-4927-9c12-ced9331411ad" - }, - { - "reference" : "Observation/1716965606308353000.6cf6a1a6-3db8-4e98-a2f2-89c55c4df9b5" - }, - { - "reference" : "Observation/1716965606312293000.d9444a79-7484-4480-bfac-408dc63b3f23" - }, - { - "reference" : "Observation/1716965606316252000.02a2c5c7-3e0a-4e66-af31-94bd72362a14" - } - ] - } - }, - { - "fullUrl" : "DiagnosticReport/1716965606918090000.f93d8ec4-e74c-4e6c-a7b7-898e33d9361e", - "resource" : { - "resourceType" : "DiagnosticReport", - "id" : "1716965606918090000.f93d8ec4-e74c-4e6c-a7b7-898e33d9361e", - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123.4" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], + }, { + "url" : "prl-2-parent-observation-sub-identifier", + "valueString" : "1" + }, { + "url" : "prl-3-parent-observation-descriptor", + "valueString" : "ENTRAFVRE" + } ] + }, { + "url" : "OBR.29", + "valueIdentifier" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/filler-assigned-identifier", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", + "valueString" : "21:AA:B0029251Sm12776123" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "RML" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString" : "ISO" + } ] + } ], "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FILL" - } - ] - }, - "value" : "21:AA:B0029251S.4" - } - ], - "basedOn" : [ - { - "reference" : "ServiceRequest/1716965606900158000.a92a894d-3435-4da5-b79c-43ee64dbf8a2" + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "PGN" + } ] + } + } + }, { + "url" : "OBR.10", + "valueReference" : { + "reference" : "Practitioner/1730838914894150000.9a69bf81-0eef-4637-9a74-f3a8ff4612ea" + } + }, { + "url" : "OBR.13", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "SEPTIC SHOCK" + } ] + } + }, { + "url" : "OBR.16", + "valueReference" : { + "reference" : "Practitioner/1730838914894938000.8ea784ee-7bec-4823-b7e0-df2fda766fd4" + } + }, { + "url" : "OBR.18", + "valueString" : "21:AA:B0029251Sm12776123" + }, { + "url" : "OBR.19", + "valueString" : "09339017" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBR.3" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "M12776123.4" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "FILL" + } ] + }, + "value" : "21:AA:B0029251S.4" + } ], + "status" : "unknown", + "code" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } ], + "system" : "http://loinc.org", + "version" : "2.40", + "code" : "50545-3", + "display" : "Bacterial susceptibility panel by Minimum inhibitory concentration (MIC)" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "MDAPTOE", + "display" : "MIC DAPTOMYCIN E TEST" + } ] + }, + "subject" : { + "reference" : "Patient/1730838914533511000.aeaeccfe-dc12-46f3-81ea-1dfb344b1949" + }, + "requester" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", + "valueContactPoint" : { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString" : "1" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString" : "303" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString" : "4362727" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension" : [ { + "url" : "XTN.2", + "valueString" : "WPN" + }, { + "url" : "XTN.3", + "valueString" : "PH" + }, { + "url" : "XTN.7", + "valueString" : "4362727" + }, { + "url" : "XTN.9", + "valueString" : "Hospital Line" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBR.17" + } ], + "system" : "phone", + "use" : "work" } - ], - "status" : "preliminary", - "code" : { - "coding" : [ - { - "extension" : [ - { + } ], + "reference" : "Practitioner/1730838914892095000.174e538e-8f01-4768-ab72-991d8f151cf1" + }, + "reasonCode" : [ { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "I10" + } ], + "system" : "http://hl7.org/fhir/sid/icd-10-cm", + "version" : "38", + "code" : "R6521", + "display" : "SEVERE SEPSIS WITH SEPTIC SHOCK" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "I10" + } ], + "system" : "http://hl7.org/fhir/sid/icd-10-cm", + "version" : "38", + "code" : "R6521", + "display" : "SEVERE SEPSIS WITH SEPTIC SHOCK" + } ] + } ] + } + }, { + "fullUrl" : "Location/1730838914891593000.f37e7ffc-cab2-4beb-b62a-5ef2fb665735", + "resource" : { + "resourceType" : "Location", + "id" : "1730838914891593000.f37e7ffc-cab2-4beb-b62a-5ef2fb665735", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ], + "name" : "RML", + "physicalType" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code" : "si" + } ] + } + } + }, { + "fullUrl" : "Practitioner/1730838914892095000.174e538e-8f01-4768-ab72-991d8f151cf1", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1730838914892095000.174e538e-8f01-4768-ab72-991d8f151cf1", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "NPI" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "Christopher" + }, { + "url" : "XCN.4", + "valueString" : "Beau" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.10", + "valueString" : "L" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBR.16" + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference" : { + "reference" : "Location/1730838914891593000.f37e7ffc-cab2-4beb-b62a-5ef2fb665735" + } + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "NPI" + } ] + }, + "system" : "NPI", + "value" : "1871759365" + } ], + "name" : [ { + "use" : "official", + "family" : "Willison", + "given" : [ "Christopher", "Beau" ], + "suffix" : [ "MD" ] + } ] + } + }, { + "fullUrl" : "Practitioner/1730838914894150000.9a69bf81-0eef-4637-9a74-f3a8ff4612ea", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1730838914894150000.9a69bf81-0eef-4637-9a74-f3a8ff4612ea", + "identifier" : [ { + "value" : "ER" + } ] + } + }, { + "fullUrl" : "Location/1730838914894511000.b2eba5ea-04b1-40cf-9714-6b609ff076d6", + "resource" : { + "resourceType" : "Location", + "id" : "1730838914894511000.b2eba5ea-04b1-40cf-9714-6b609ff076d6", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ], + "name" : "RML", + "physicalType" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code" : "si" + } ] + } + } + }, { + "fullUrl" : "Practitioner/1730838914894938000.8ea784ee-7bec-4823-b7e0-df2fda766fd4", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1730838914894938000.8ea784ee-7bec-4823-b7e0-df2fda766fd4", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "NPI" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "Christopher" + }, { + "url" : "XCN.4", + "valueString" : "Beau" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.10", + "valueString" : "L" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference" : { + "reference" : "Location/1730838914894511000.b2eba5ea-04b1-40cf-9714-6b609ff076d6" + } + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "NPI" + } ] + }, + "system" : "NPI", + "value" : "1871759365" + } ], + "name" : [ { + "use" : "official", + "family" : "Willison", + "given" : [ "Christopher", "Beau" ], + "suffix" : [ "MD" ] + } ] + } + }, { + "fullUrl" : "ServiceRequest/1730838914899310000.a320a280-30de-4f3b-b2dd-927de5ce8c9e", + "resource" : { + "resourceType" : "ServiceRequest", + "id" : "1730838914899310000.a320a280-30de-4f3b-b2dd-927de5ce8c9e", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", + "extension" : [ { + "url" : "OBR.21", + "valueString" : "ROSE MEDICAL CENTER (MCOE)" + }, { + "url" : "OBR.22", + "valueString" : "20210810062500-0600" + }, { + "url" : "OBR.25", + "valueId" : "P" + }, { + "url" : "OBR.26", + "extension" : [ { + "url" : "prl-1-parent-observation-identifier", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", "valueString" : "coding" - }, - { + }, { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", "valueString" : "LN" - } - ], - "system" : "http://loinc.org", - "version" : "2.40", - "code" : "50545-3", - "display" : "Bacterial susceptibility panel by Minimum inhibitory concentration (MIC)" - }, - { - "extension" : [ - { + } ], + "system" : "http://loinc.org", + "version" : "2.40", + "code" : "600-7" + }, { + "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", "valueString" : "alt-coding" - }, - { + }, { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "MDAPTOE", - "display" : "MIC DAPTOMYCIN E TEST" - } - ] - }, - "subject" : { - "reference" : "Patient/1716965606097981000.a9e583b2-8233-4a28-b882-d0a7d74c0b8e" - }, - "encounter" : { - "reference" : "Encounter/1716965606112940000.37c8abef-ba3d-4cf0-9290-84f8d7f8d47f" - }, - "effectivePeriod" : { - "start" : "2028-08-07T16:36:01-06:00", - "_start" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280807163601-0600" - } - ] - }, - "end" : "2028-08-07T16:36:01-06:00", - "_end" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280807163601-0600" - } - ] - } - }, - "issued" : "2021-08-10T06:25:00-06:00", - "_issued" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210810062500-0600" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "BCEXT", + "display" : "EXTENDED BLOOD CULTURE" + } ], + "text" : "EXTENDED BLOOD CULTURE" } - ] - }, - "specimen" : [ - { - "reference" : "Specimen/1716965606795562000.1a9db60a-3bf5-4625-b71a-0707660f163e" - } - ], - "result" : [ - { - "reference" : "Observation/1716965606320360000.5c734769-52d8-4c84-9b95-fdbcf6a8d769" - } - ] - } - }, - { - "fullUrl" : "DiagnosticReport/1716965606919527000.75e988cb-d08f-4030-be2f-a39c7b0a0007", - "resource" : { - "resourceType" : "DiagnosticReport", - "id" : "1716965606919527000.75e988cb-d08f-4030-be2f-a39c7b0a0007", - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123.5" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], + }, { + "url" : "prl-2-parent-observation-sub-identifier", + "valueString" : "1" + }, { + "url" : "prl-3-parent-observation-descriptor", + "valueString" : "ENTRAFVRE" + } ] + }, { + "url" : "OBR.29", + "valueIdentifier" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/filler-assigned-identifier", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", + "valueString" : "21:AA:B0029251Sm12776123" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "RML" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString" : "ISO" + } ] + } ], "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FILL" - } - ] - }, - "value" : "21:AA:B0029251S.5" - } - ], - "basedOn" : [ - { - "reference" : "ServiceRequest/1716965606907235000.22ee79f8-7d45-49ac-b903-2c29927bfdaf" - } - ], - "status" : "preliminary", - "code" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "VGP-75", - "display" : "VITEK2 AST-GP75" - } - ] - }, - "subject" : { - "reference" : "Patient/1716965606097981000.a9e583b2-8233-4a28-b882-d0a7d74c0b8e" - }, - "encounter" : { - "reference" : "Encounter/1716965606112940000.37c8abef-ba3d-4cf0-9290-84f8d7f8d47f" - }, - "effectivePeriod" : { - "start" : "2028-08-07T16:36:01-06:00", - "_start" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280807163601-0600" - } - ] - }, - "end" : "2028-08-07T16:36:01-06:00", - "_end" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280807163601-0600" - } - ] - } - }, - "issued" : "2021-08-10T06:25:00-06:00", - "_issued" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210810062500-0600" - } - ] - }, - "specimen" : [ - { - "reference" : "Specimen/1716965606846264000.5ea07ffd-6cef-420a-babe-cb59ded318ba" - }, - { - "reference" : "Specimen/1716965606795933000.fe447d26-eeb2-484b-bf88-d358ebd0736d" - } - ], - "result" : [ - { - "reference" : "Observation/1716965606324372000.3f790045-463d-47ff-a753-a83046c54aef" - }, - { - "reference" : "Observation/1716965606328707000.260df50a-43fd-421e-90e9-c7274402cb58" - }, - { - "reference" : "Observation/1716965606770281000.a024a3b3-c6bf-4287-890a-e15beb631c22" - }, - { - "reference" : "Observation/1716965606774319000.8ada4105-2b21-4bfa-9bde-bb9d8df809a1" - }, - { - "reference" : "Observation/1716965606781098000.ca25d9db-d940-492c-85b3-898ff2c1dc5c" + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "PGN" + } ] + } + } + }, { + "url" : "OBR.10", + "valueReference" : { + "reference" : "Practitioner/1730838914898170000.2e657f56-1950-4882-ab3b-107c2e7b7a27" + } + }, { + "url" : "OBR.13", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "SEPTIC SHOCK" + } ] + } + }, { + "url" : "OBR.16", + "valueReference" : { + "reference" : "Practitioner/1730838914898968000.0f86179b-2a68-423c-b468-019d9425a5ae" + } + }, { + "url" : "OBR.18", + "valueString" : "21:AA:B0029251Sm12776123" + }, { + "url" : "OBR.19", + "valueString" : "09339017" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBR.3" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "M12776123.5" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "FILL" + } ] + }, + "value" : "21:AA:B0029251S.5" + } ], + "status" : "unknown", + "code" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "VGP-75", + "display" : "VITEK2 AST-GP75" + } ] + }, + "subject" : { + "reference" : "Patient/1730838914533511000.aeaeccfe-dc12-46f3-81ea-1dfb344b1949" + }, + "requester" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", + "valueContactPoint" : { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString" : "1" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString" : "303" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString" : "4362727" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension" : [ { + "url" : "XTN.2", + "valueString" : "WPN" + }, { + "url" : "XTN.3", + "valueString" : "PH" + }, { + "url" : "XTN.7", + "valueString" : "4362727" + }, { + "url" : "XTN.9", + "valueString" : "Hospital Line" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBR.17" + } ], + "system" : "phone", + "use" : "work" } - ] + } ], + "reference" : "Practitioner/1730838914896284000.98a2bd77-bd61-4c53-ba11-c55a7c9a32fb" + }, + "reasonCode" : [ { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "I10" + } ], + "system" : "http://hl7.org/fhir/sid/icd-10-cm", + "version" : "38", + "code" : "R6521", + "display" : "SEVERE SEPSIS WITH SEPTIC SHOCK" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "I10" + } ], + "system" : "http://hl7.org/fhir/sid/icd-10-cm", + "version" : "38", + "code" : "R6521", + "display" : "SEVERE SEPSIS WITH SEPTIC SHOCK" + } ] + } ] + } + }, { + "fullUrl" : "Location/1730838914895784000.e72d6937-c80b-4d3b-9cb3-f89dd8843689", + "resource" : { + "resourceType" : "Location", + "id" : "1730838914895784000.e72d6937-c80b-4d3b-9cb3-f89dd8843689", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ], + "name" : "RML", + "physicalType" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code" : "si" + } ] + } + } + }, { + "fullUrl" : "Practitioner/1730838914896284000.98a2bd77-bd61-4c53-ba11-c55a7c9a32fb", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1730838914896284000.98a2bd77-bd61-4c53-ba11-c55a7c9a32fb", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "NPI" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "Christopher" + }, { + "url" : "XCN.4", + "valueString" : "Beau" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.10", + "valueString" : "L" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "OBR.16" + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference" : { + "reference" : "Location/1730838914895784000.e72d6937-c80b-4d3b-9cb3-f89dd8843689" + } + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "NPI" + } ] + }, + "system" : "NPI", + "value" : "1871759365" + } ], + "name" : [ { + "use" : "official", + "family" : "Willison", + "given" : [ "Christopher", "Beau" ], + "suffix" : [ "MD" ] + } ] + } + }, { + "fullUrl" : "Practitioner/1730838914898170000.2e657f56-1950-4882-ab3b-107c2e7b7a27", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1730838914898170000.2e657f56-1950-4882-ab3b-107c2e7b7a27", + "identifier" : [ { + "value" : "ER" + } ] + } + }, { + "fullUrl" : "Location/1730838914898532000.a93144a7-8f2a-4e6e-9aea-9cd49b87f109", + "resource" : { + "resourceType" : "Location", + "id" : "1730838914898532000.a93144a7-8f2a-4e6e-9aea-9cd49b87f109", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ], + "name" : "RML", + "physicalType" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code" : "si" + } ] } } - ] + }, { + "fullUrl" : "Practitioner/1730838914898968000.0f86179b-2a68-423c-b468-019d9425a5ae", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1730838914898968000.0f86179b-2a68-423c-b468-019d9425a5ae", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "NPI" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "Christopher" + }, { + "url" : "XCN.4", + "valueString" : "Beau" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.10", + "valueString" : "L" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference" : { + "reference" : "Location/1730838914898532000.a93144a7-8f2a-4e6e-9aea-9cd49b87f109" + } + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "NPI" + } ] + }, + "system" : "NPI", + "value" : "1871759365" + } ], + "name" : [ { + "use" : "official", + "family" : "Willison", + "given" : [ "Christopher", "Beau" ], + "suffix" : [ "MD" ] + } ] + } + }, { + "fullUrl" : "DiagnosticReport/1730838914906397000.8c90cfa9-33e8-4fac-a189-93e53f35fa0e", + "resource" : { + "resourceType" : "DiagnosticReport", + "id" : "1730838914906397000.8c90cfa9-33e8-4fac-a189-93e53f35fa0e", + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "ORC.2" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "M12776123.1" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "PLAC" + } ] + }, + "value" : "09339017" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "M12776123.1" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "FILL" + } ] + }, + "value" : "21:AA:B0029251S.1" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "M12776123" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "PGN" + } ] + }, + "value" : "21:AA:B0029251S" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "M12776123" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "FGN" + } ] + }, + "value" : "21:AA:B0029251S" + } ], + "basedOn" : [ { + "reference" : "ServiceRequest/1730838914873315000.918059d6-e146-4bf4-b591-565d508866e0" + } ], + "status" : "preliminary", + "code" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } ], + "system" : "http://loinc.org", + "version" : "2.40", + "code" : "600-7", + "display" : "Bacteria identified in Blood by Culture" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "BCEXT", + "display" : "EXTENDED BLOOD CULTURE" + } ] + }, + "subject" : { + "reference" : "Patient/1730838914533511000.aeaeccfe-dc12-46f3-81ea-1dfb344b1949" + }, + "encounter" : { + "reference" : "Encounter/1730838914552455000.e00dcab1-8817-427b-bf71-091bff0b1446" + }, + "effectivePeriod" : { + "start" : "2028-08-02T02:52:01-06:00", + "_start" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280802025201-0600" + } ] + }, + "end" : "2028-08-02T02:52:01-06:00", + "_end" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280802025201-0600" + } ] + } + }, + "issued" : "2021-08-10T06:25:00-06:00", + "_issued" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20210810062500-0600" + } ] + }, + "specimen" : [ { + "reference" : "Specimen/1730838914858965000.b61713c0-f060-4d4b-b6e4-90522af63456" + }, { + "reference" : "Specimen/1730838914855305000.bb5142ae-411f-4ac4-b135-11c0a3c86011" + } ], + "result" : [ { + "reference" : "Observation/1730838914729489000.2eb7ce94-28f7-4662-bfb6-4613a8cb9a9d" + }, { + "reference" : "Observation/1730838914734896000.8ade4c13-8de9-451c-8e52-e7a17049b8de" + }, { + "reference" : "Observation/1730838914738722000.8ab918ff-884f-41ce-bf64-2eaa180562d8" + } ] + } + }, { + "fullUrl" : "DiagnosticReport/1730838914907614000.b8bd28ef-e261-4f29-924c-61000c4723e4", + "resource" : { + "resourceType" : "DiagnosticReport", + "id" : "1730838914907614000.b8bd28ef-e261-4f29-924c-61000c4723e4", + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "ORC.2" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "M12776123.2" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "PLAC" + } ] + }, + "value" : "09339017" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "M12776123.2" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "FILL" + } ] + }, + "value" : "21:AA:B0029251S.2" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "M12776123" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "PGN" + } ] + }, + "value" : "21:AA:B0029251S" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "M12776123" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "FGN" + } ] + }, + "value" : "21:AA:B0029251S" + } ], + "basedOn" : [ { + "reference" : "ServiceRequest/1730838914882579000.4700ff5d-bc63-4475-9e6c-634a429efc7f" + } ], + "status" : "preliminary", + "code" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } ], + "system" : "http://loinc.org", + "version" : "2.40", + "code" : "600-7", + "display" : "Bacteria identified in Blood by Culture" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "BLOODC", + "display" : "BLOOD CULTURE" + } ] + }, + "subject" : { + "reference" : "Patient/1730838914533511000.aeaeccfe-dc12-46f3-81ea-1dfb344b1949" + }, + "encounter" : { + "reference" : "Encounter/1730838914552455000.e00dcab1-8817-427b-bf71-091bff0b1446" + }, + "effectivePeriod" : { + "start" : "2028-08-02T02:52:01-06:00", + "_start" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280802025201-0600" + } ] + }, + "end" : "2028-08-02T02:52:01-06:00", + "_end" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280802025201-0600" + } ] + } + }, + "issued" : "2021-08-10T06:25:00-06:00", + "_issued" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20210810062500-0600" + } ] + }, + "specimen" : [ { + "reference" : "Specimen/1730838914860632000.4eb39857-6061-47de-95fe-b759dcae97d4" + }, { + "reference" : "Specimen/1730838914855587000.eefaaaf7-f224-4787-b808-222cfd8ce934" + } ], + "result" : [ { + "reference" : "Observation/1730838914746679000.6cb47aca-33cd-460f-8769-e80973694db3" + }, { + "reference" : "Observation/1730838914750457000.11d7a4c7-d29d-406f-a873-41d6f778e1f6" + }, { + "reference" : "Observation/1730838914754255000.1450c286-7c87-4dac-a1ee-e4ae783ece39" + }, { + "reference" : "Observation/1730838914757918000.71ba2d30-22a8-4a57-9b4f-ac2ea4a6af9e" + }, { + "reference" : "Observation/1730838914761281000.8248137a-4beb-4915-a234-653c14b8991a" + }, { + "reference" : "Observation/1730838914764878000.6afb20de-601f-4d38-bafd-690a16277184" + }, { + "reference" : "Observation/1730838914769074000.2cbaf2ff-ff70-4bfd-a814-c2f3cfb51c50" + } ] + } + }, { + "fullUrl" : "DiagnosticReport/1730838914908842000.dbd3e970-1b66-45f6-9070-3aa23495dc1a", + "resource" : { + "resourceType" : "DiagnosticReport", + "id" : "1730838914908842000.dbd3e970-1b66-45f6-9070-3aa23495dc1a", + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "ORC.2" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "M12776123.3" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "PLAC" + } ] + }, + "value" : "09339017" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "M12776123.3" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "FILL" + } ] + }, + "value" : "21:AA:B0029251S.3" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "M12776123" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "PGN" + } ] + }, + "value" : "21:AA:B0029251S" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "M12776123" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "2.16.840.1.114222.4.1.144" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "FGN" + } ] + }, + "value" : "21:AA:B0029251S" + } ], + "basedOn" : [ { + "reference" : "ServiceRequest/1730838914891090000.81493f70-edbd-4707-bda1-b85f6f63c135" + } ], + "status" : "preliminary", + "code" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } ], + "system" : "http://loinc.org", + "version" : "2.40", + "code" : "77202-0", + "display" : "Laboratory comment [Text] in Report Narrative" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "VERGPCOM", + "display" : "COMMENT" + } ] + }, + "subject" : { + "reference" : "Patient/1730838914533511000.aeaeccfe-dc12-46f3-81ea-1dfb344b1949" + }, + "encounter" : { + "reference" : "Encounter/1730838914552455000.e00dcab1-8817-427b-bf71-091bff0b1446" + }, + "effectivePeriod" : { + "start" : "2028-08-02T02:52:01-06:00", + "_start" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280802025201-0600" + } ] + }, + "end" : "2028-08-02T02:52:01-06:00", + "_end" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280802025201-0600" + } ] + } + }, + "issued" : "2021-08-10T06:25:00-06:00", + "_issued" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20210810062500-0600" + } ] + }, + "specimen" : [ { + "reference" : "Specimen/1730838914861805000.dbabdc5e-06c6-4747-90c2-46fffbac67ec" + }, { + "reference" : "Specimen/1730838914855835000.d443d135-470f-4f93-8cd5-f103f45247a4" + } ], + "result" : [ { + "reference" : "Observation/1730838914778922000.ecf78aac-289c-40ab-96cc-09e0898af48e" + }, { + "reference" : "Observation/1730838914782556000.dbc35447-b50c-4640-8d1c-cb706d3bb6f5" + }, { + "reference" : "Observation/1730838914786102000.4b49ec3b-8e55-4b36-9fbf-962835c9ebdf" + }, { + "reference" : "Observation/1730838914789774000.c044d0e9-a99c-4a74-8886-cf10726f0c49" + }, { + "reference" : "Observation/1730838914793666000.5f0b4487-9875-4569-b863-77aba7499d86" + }, { + "reference" : "Observation/1730838914797256000.c05d181b-9b59-460e-9f74-7e587e5c5afa" + }, { + "reference" : "Observation/1730838914800181000.fc301ec4-32f0-411c-907e-deb1c242e47b" + }, { + "reference" : "Observation/1730838914802931000.82b080f0-5516-4a8d-88b2-a72d6b99b35e" + }, { + "reference" : "Observation/1730838914805532000.6c345aea-068c-4186-aba0-efa2b8496e16" + }, { + "reference" : "Observation/1730838914808096000.7f370244-46ef-47e3-8e04-ff4d9f94994d" + } ] + } + }, { + "fullUrl" : "DiagnosticReport/1730838914909748000.ef38cfa8-4f7f-4064-b60e-7427d1553444", + "resource" : { + "resourceType" : "DiagnosticReport", + "id" : "1730838914909748000.ef38cfa8-4f7f-4064-b60e-7427d1553444", + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "M12776123.4" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "FILL" + } ] + }, + "value" : "21:AA:B0029251S.4" + } ], + "basedOn" : [ { + "reference" : "ServiceRequest/1730838914895288000.23b14643-50db-435a-85a3-d849290aaa7a" + } ], + "status" : "preliminary", + "code" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "LN" + } ], + "system" : "http://loinc.org", + "version" : "2.40", + "code" : "50545-3", + "display" : "Bacterial susceptibility panel by Minimum inhibitory concentration (MIC)" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "alt-coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "MDAPTOE", + "display" : "MIC DAPTOMYCIN E TEST" + } ] + }, + "subject" : { + "reference" : "Patient/1730838914533511000.aeaeccfe-dc12-46f3-81ea-1dfb344b1949" + }, + "encounter" : { + "reference" : "Encounter/1730838914552455000.e00dcab1-8817-427b-bf71-091bff0b1446" + }, + "effectivePeriod" : { + "start" : "2028-08-07T16:36:01-06:00", + "_start" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280807163601-0600" + } ] + }, + "end" : "2028-08-07T16:36:01-06:00", + "_end" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280807163601-0600" + } ] + } + }, + "issued" : "2021-08-10T06:25:00-06:00", + "_issued" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20210810062500-0600" + } ] + }, + "specimen" : [ { + "reference" : "Specimen/1730838914856068000.a6bf9c05-751d-4988-aa0c-d2c9e5b487ba" + } ], + "result" : [ { + "reference" : "Observation/1730838914810702000.dd0bc552-e245-459e-a91c-ce9357b7b433" + } ] + } + }, { + "fullUrl" : "DiagnosticReport/1730838914910588000.703ca7ee-7e10-4e6a-888b-4f1d1e4ff655", + "resource" : { + "resourceType" : "DiagnosticReport", + "id" : "1730838914910588000.703ca7ee-7e10-4e6a-888b-4f1d1e4ff655", + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString" : "M12776123.5" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "FILL" + } ] + }, + "value" : "21:AA:B0029251S.5" + } ], + "basedOn" : [ { + "reference" : "ServiceRequest/1730838914899310000.a320a280-30de-4f3b-b2dd-927de5ce8c9e" + } ], + "status" : "preliminary", + "code" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "L" + } ], + "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version" : "5.67", + "code" : "VGP-75", + "display" : "VITEK2 AST-GP75" + } ] + }, + "subject" : { + "reference" : "Patient/1730838914533511000.aeaeccfe-dc12-46f3-81ea-1dfb344b1949" + }, + "encounter" : { + "reference" : "Encounter/1730838914552455000.e00dcab1-8817-427b-bf71-091bff0b1446" + }, + "effectivePeriod" : { + "start" : "2028-08-07T16:36:01-06:00", + "_start" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280807163601-0600" + } ] + }, + "end" : "2028-08-07T16:36:01-06:00", + "_end" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20280807163601-0600" + } ] + } + }, + "issued" : "2021-08-10T06:25:00-06:00", + "_issued" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20210810062500-0600" + } ] + }, + "specimen" : [ { + "reference" : "Specimen/1730838914863219000.d24a9b32-1921-44a3-8b6f-e33035e4b426" + }, { + "reference" : "Specimen/1730838914856307000.7450cc07-5ed0-4c7e-b079-968341c133d5" + } ], + "result" : [ { + "reference" : "Observation/1730838914813405000.cd610eea-1663-4f56-87c7-e49e6c8e1a86" + }, { + "reference" : "Observation/1730838914816026000.3fad926a-e5dc-46a4-a7a8-983f6abfbe68" + }, { + "reference" : "Observation/1730838914818617000.c257468e-544b-40c6-b8ba-08a89f84f856" + }, { + "reference" : "Observation/1730838914821243000.98539426-c7b0-4498-ad7a-111a075efe5a" + }, { + "reference" : "Observation/1730838914823945000.470c165d-7229-45ff-bbb5-662e8af72ed4" + } ] + } + } ] } \ No newline at end of file diff --git a/prime-router/src/test/resources/fhirengine/smoketest/Expected_HL7_to_FHIR_MARSOTC.fhir b/prime-router/src/test/resources/fhirengine/smoketest/Expected_HL7_to_FHIR_MARSOTC.fhir index 097f4e1f6d6..066861b56d8 100644 --- a/prime-router/src/test/resources/fhirengine/smoketest/Expected_HL7_to_FHIR_MARSOTC.fhir +++ b/prime-router/src/test/resources/fhirengine/smoketest/Expected_HL7_to_FHIR_MARSOTC.fhir @@ -1,551 +1,551 @@ { - "resourceType" : "Bundle", - "id" : "1716965606317660000.594f957c-8c6b-4117-ae0f-4994236aa11b", - "meta" : { - "lastUpdated" : "2024-05-29T02:53:26.317-04:00" + "resourceType": "Bundle", + "id": "1730840482967804000.bd10b08d-ac1d-4bac-99bf-ccb13250308c", + "meta": { + "lastUpdated": "2024-11-05T16:01:22.967-05:00" }, - "identifier" : { - "system" : "https://reportstream.cdc.gov/prime-router", - "value" : "20240403205305_dba7572cc6334f1ea0744c5f235c823e" + "identifier": { + "system": "https://reportstream.cdc.gov/prime-router", + "value": "20240403205305_dba7572cc6334f1ea0744c5f235c823e" }, - "type" : "message", - "timestamp" : "2024-04-03T16:53:05.000-04:00", - "entry" : [ + "type": "message", + "timestamp": "2024-04-03T16:53:05.000-04:00", + "entry": [ { - "fullUrl" : "MessageHeader/df373c48-bfb2-36b0-b63c-5be13bc5d051", - "resource" : { - "resourceType" : "MessageHeader", - "id" : "df373c48-bfb2-36b0-b63c-5be13bc5d051", - "meta" : { - "tag" : [ + "fullUrl": "MessageHeader/1730840482969630000.66d13d90-d26a-4d3d-a866-f42426399477", + "resource": { + "resourceType": "MessageHeader", + "id": "1730840482969630000.66d13d90-d26a-4d3d-a866-f42426399477", + "meta": { + "tag": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0103", - "code" : "P" + "system": "http://terminology.hl7.org/CodeSystem/v2-0103", + "code": "P" } ] }, - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/msh-message-header", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/msh-message-header", + "extension": [ { - "url" : "MSH.7", - "valueString" : "20240403205305+0000" + "url": "MSH.7", + "valueString": "20240403205305+0000" }, { - "url" : "MSH.15", - "valueString" : "NE" + "url": "MSH.15", + "valueString": "NE" }, { - "url" : "MSH.16", - "valueString" : "NE" + "url": "MSH.16", + "valueString": "NE" }, { - "url" : "MSH.21", - "valueIdentifier" : { - "extension" : [ + "url": "MSH.21", + "valueIdentifier": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "ELR251R1_Rcvr_Prof" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "ELR251R1_Rcvr_Prof" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.113883.9.11" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.113883.9.11" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "value" : "PHLabReport-NoAck" + "value": "PHLabReport-NoAck" } } ] } ], - "eventCoding" : { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0003", - "code" : "R01", - "display" : "ORU^R01^ORU_R01" + "eventCoding": { + "system": "http://terminology.hl7.org/CodeSystem/v2-0003", + "code": "R01", + "display": "ORU^R01^ORU_R01" }, - "destination" : [ + "destination": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.3.15.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.3.15.1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "ISO" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "MSH.5" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "MSH.5" } ], - "name" : "AIMS.INTEGRATION.PRD", - "endpoint" : "urn:oid:2.16.840.1.114222.4.3.15.1", - "receiver" : { - "reference" : "Organization/1716965606318198000.864b6ff8-81d6-484f-a650-cd5591a960b3" + "name": "AIMS.INTEGRATION.PRD", + "endpoint": "urn:oid:2.16.840.1.114222.4.3.15.1", + "receiver": { + "reference": "Organization/1730840482968970000.5fb818b5-bc21-4137-9fda-a8cbc7fb0a21" } } ], - "sender" : { - "reference" : "Organization/1716965606317791000.2cf5f0c8-7949-4306-99ce-47dbdda9bbcf" + "sender": { + "reference": "Organization/1730840482968069000.567f2701-476d-4b56-a30f-9be882394c66" }, - "source" : { - "extension" : [ + "source": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "MMTC.PROD" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "MMTC.PROD" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.113883.3.8589.4.2.106.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.113883.3.8589.4.2.106.1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "ISO" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "MSH.3" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "MSH.3" } ], - "software" : "MMTC.PROD", - "version" : "2022", - "endpoint" : "urn:oid:2.16.840.1.113883.3.8589.4.2.106.1" + "software": "MMTC.PROD", + "version": "2022", + "endpoint": "urn:oid:2.16.840.1.113883.3.8589.4.2.106.1" } } }, { - "fullUrl" : "Organization/1716965606317791000.2cf5f0c8-7949-4306-99ce-47dbdda9bbcf", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606317791000.2cf5f0c8-7949-4306-99ce-47dbdda9bbcf", - "identifier" : [ + "fullUrl": "Organization/1730840482968069000.567f2701-476d-4b56-a30f-9be882394c66", + "resource": { + "resourceType": "Organization", + "id": "1730840482968069000.567f2701-476d-4b56-a30f-9be882394c66", + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" } ], - "value" : "CAREEVOLUTION" + "value": "CAREEVOLUTION" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.2,HD.3" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0301", - "code" : "CLIA" + "system": "http://terminology.hl7.org/CodeSystem/v2-0301", + "code": "CLIA" } ] }, - "value" : "00Z0000024" + "value": "00Z0000024" } ] } }, { - "fullUrl" : "Organization/1716965606318198000.864b6ff8-81d6-484f-a650-cd5591a960b3", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606318198000.864b6ff8-81d6-484f-a650-cd5591a960b3", - "extension" : [ + "fullUrl": "Organization/1730840482968970000.5fb818b5-bc21-4137-9fda-a8cbc7fb0a21", + "resource": { + "resourceType": "Organization", + "id": "1730840482968970000.5fb818b5-bc21-4137-9fda-a8cbc7fb0a21", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "MSH.6" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "MSH.6" } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" } ], - "value" : "AIMS.PLATFORM" + "value": "AIMS.PLATFORM" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.2,HD.3" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0301", - "code" : "ISO" + "system": "http://terminology.hl7.org/CodeSystem/v2-0301", + "code": "ISO" } ] }, - "system" : "urn:ietf:rfc:3986", - "value" : "2.16.840.1.114222.4.1.217446" + "system": "urn:ietf:rfc:3986", + "value": "2.16.840.1.114222.4.1.217446" } ] } }, { - "fullUrl" : "Provenance/1716965606319436000.5a3536e8-d5aa-44f7-a2ad-535430473496", - "resource" : { - "resourceType" : "Provenance", - "id" : "1716965606319436000.5a3536e8-d5aa-44f7-a2ad-535430473496", - "target" : [ + "fullUrl": "Provenance/1730840482971025000.d5408899-a9e9-4700-aab4-6b6d46aa9e0b", + "resource": { + "resourceType": "Provenance", + "id": "1730840482971025000.d5408899-a9e9-4700-aab4-6b6d46aa9e0b", + "target": [ { - "reference" : "MessageHeader/df373c48-bfb2-36b0-b63c-5be13bc5d051" + "reference": "MessageHeader/1730840482969630000.66d13d90-d26a-4d3d-a866-f42426399477" }, { - "reference" : "DiagnosticReport/1716965606775092000.695c70ec-bd41-47ba-a554-25585d8aabd7" + "reference": "DiagnosticReport/1730840482995346000.7eb1816c-017a-4a77-ad2a-06f5b83d23d3" } ], - "recorded" : "2024-04-03T20:53:05Z", - "activity" : { - "coding" : [ + "recorded": "2024-04-03T20:53:05Z", + "activity": { + "coding": [ { - "display" : "ORU^R01^ORU_R01" + "display": "ORU^R01^ORU_R01" } ] }, - "agent" : [ + "agent": [ { - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type", - "code" : "author" + "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type", + "code": "author" } ] }, - "who" : { - "reference" : "Organization/1716965606319252000.05aba362-4851-4c5d-890a-6b1f4a7f376a" + "who": { + "reference": "Organization/1730840482970825000.c5b43eba-74ae-4b95-98ae-62ad0cdb552e" } } ], - "entity" : [ + "entity": [ { - "role" : "source", - "what" : { - "reference" : "Device/1716965606319750000.5c2788f1-64c0-4439-9316-eb812a5a74dc" + "role": "source", + "what": { + "reference": "Device/1730840482971368000.579dcbcd-8f3e-42a5-aaeb-786d02605bba" } } ] } }, { - "fullUrl" : "Organization/1716965606319252000.05aba362-4851-4c5d-890a-6b1f4a7f376a", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606319252000.05aba362-4851-4c5d-890a-6b1f4a7f376a", - "identifier" : [ + "fullUrl": "Organization/1730840482970825000.c5b43eba-74ae-4b95-98ae-62ad0cdb552e", + "resource": { + "resourceType": "Organization", + "id": "1730840482970825000.c5b43eba-74ae-4b95-98ae-62ad0cdb552e", + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" } ], - "value" : "CAREEVOLUTION" + "value": "CAREEVOLUTION" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.2,HD.3" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0301", - "code" : "CLIA" + "system": "http://terminology.hl7.org/CodeSystem/v2-0301", + "code": "CLIA" } ] }, - "value" : "00Z0000024" + "value": "00Z0000024" } ] } }, { - "fullUrl" : "Organization/1716965606319687000.0198fdd4-7fd0-48c9-a408-837d74891ad6", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606319687000.0198fdd4-7fd0-48c9-a408-837d74891ad6", - "name" : "CAREEVOLUTION" + "fullUrl": "Organization/1730840482971298000.3fc5428f-cd99-4d5a-ae1f-7fe51362e2bc", + "resource": { + "resourceType": "Organization", + "id": "1730840482971298000.3fc5428f-cd99-4d5a-ae1f-7fe51362e2bc", + "name": "CAREEVOLUTION" } }, { - "fullUrl" : "Device/1716965606319750000.5c2788f1-64c0-4439-9316-eb812a5a74dc", - "resource" : { - "resourceType" : "Device", - "id" : "1716965606319750000.5c2788f1-64c0-4439-9316-eb812a5a74dc", - "extension" : [ + "fullUrl": "Device/1730840482971368000.579dcbcd-8f3e-42a5-aaeb-786d02605bba", + "resource": { + "resourceType": "Device", + "id": "1730840482971368000.579dcbcd-8f3e-42a5-aaeb-786d02605bba", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/software-vendor-org", - "valueReference" : { - "reference" : "Organization/1716965606319687000.0198fdd4-7fd0-48c9-a408-837d74891ad6" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/software-vendor-org", + "valueReference": { + "reference": "Organization/1730840482971298000.3fc5428f-cd99-4d5a-ae1f-7fe51362e2bc" } } ], - "manufacturer" : "CAREEVOLUTION", - "deviceName" : [ + "manufacturer": "CAREEVOLUTION", + "deviceName": [ { - "name" : "MMTC.PROD", - "type" : "manufacturer-name" + "name": "MMTC.PROD", + "type": "manufacturer-name" } ], - "modelNumber" : "16498", - "version" : [ + "modelNumber": "16498", + "version": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/software-install-date", - "valueDateTime" : "2024-04-02", - "_valueDateTime" : { - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/software-install-date", + "valueDateTime": "2024-04-02", + "_valueDateTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20240402" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20240402" } ] } } ], - "value" : "2022" + "value": "2022" } ] } }, { - "fullUrl" : "Provenance/1716965606320279000.c6d0096d-bb09-4db7-b696-c5cf08dac3bf", - "resource" : { - "resourceType" : "Provenance", - "id" : "1716965606320279000.c6d0096d-bb09-4db7-b696-c5cf08dac3bf", - "recorded" : "2024-05-29T02:53:26Z", - "policy" : [ + "fullUrl": "Provenance/1730840482971850000.23d06f85-bbe6-4f41-8768-288009120c47", + "resource": { + "resourceType": "Provenance", + "id": "1730840482971850000.23d06f85-bbe6-4f41-8768-288009120c47", + "recorded": "2024-11-05T16:01:22Z", + "policy": [ "http://hl7.org/fhir/uv/v2mappings/message-oru-r01-to-bundle" ], - "activity" : { - "coding" : [ + "activity": { + "coding": [ { - "code" : "v2-FHIR transformation" + "code": "v2-FHIR transformation" } ] }, - "agent" : [ + "agent": [ { - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type", - "code" : "assembler" + "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type", + "code": "assembler" } ] }, - "who" : { - "reference" : "Organization/1716965606320179000.d4b4a689-1432-4e95-956f-944f64020efd" + "who": { + "reference": "Organization/1730840482971748000.af49a07c-2bcf-4309-a7bc-dba910fa7b7d" } } ] } }, { - "fullUrl" : "Organization/1716965606320179000.d4b4a689-1432-4e95-956f-944f64020efd", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606320179000.d4b4a689-1432-4e95-956f-944f64020efd", - "identifier" : [ + "fullUrl": "Organization/1730840482971748000.af49a07c-2bcf-4309-a7bc-dba910fa7b7d", + "resource": { + "resourceType": "Organization", + "id": "1730840482971748000.af49a07c-2bcf-4309-a7bc-dba910fa7b7d", + "identifier": [ { - "value" : "CDC PRIME - Atlanta" + "value": "CDC PRIME - Atlanta" }, { - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0301" + "system": "http://terminology.hl7.org/CodeSystem/v2-0301" } ] }, - "system" : "urn:ietf:rfc:3986", - "value" : "2.16.840.1.114222.4.1.237821" + "system": "urn:ietf:rfc:3986", + "value": "2.16.840.1.114222.4.1.237821" } ] } }, { - "fullUrl" : "Patient/1716965606323811000.f9040b25-5524-4df0-ab81-fdb3812f5255", - "resource" : { - "resourceType" : "Patient", - "id" : "1716965606323811000.f9040b25-5524-4df0-ab81-fdb3812f5255", - "identifier" : [ + "fullUrl": "Patient/1730840482975252000.19cdfdb6-358e-4212-a7c8-629958e93fd2", + "resource": { + "resourceType": "Patient", + "id": "1730840482975252000.19cdfdb6-358e-4212-a7c8-629958e93fd2", + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier", + "extension": [ { - "url" : "CX.5", - "valueString" : "PI" + "url": "CX.5", + "valueString": "PI" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PID.3" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PID.3" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "code" : "PI" + "code": "PI" } ] }, - "system" : "MMTC.PROD", - "_system" : { - "extension" : [ + "system": "MMTC.PROD", + "_system": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "MMTC.PROD" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "MMTC.PROD" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.113883.3.8589.4.2.106.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.113883.3.8589.4.2.106.1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "ISO" } ] }, - "value" : "8be6fa3710374dcebe0174e0fd5a1a7c" + "value": "8be6fa3710374dcebe0174e0fd5a1a7c" } ], - "telecom" : [ + "telecom": [ { - "extension" : [ + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", - "valueString" : "111" + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString": "111" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "1111111" + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString": "1111111" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ { - "url" : "XTN.7", - "valueString" : "1111111" + "url": "XTN.7", + "valueString": "1111111" } ] } ], - "_system" : { - "extension" : [ + "_system": { + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/data-absent-reason", - "valueCode" : "unknown" + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCode": "unknown" } ] }, - "use" : "home" + "use": "home" } ], - "address" : [ + "address": [ { - "city" : "ROCINANTE", - "state" : "IG", - "postalCode" : "02139", - "country" : "USA" + "city": "ROCINANTE", + "state": "IG", + "postalCode": "02139", + "country": "USA" } ] } }, { - "fullUrl" : "Provenance/1716965606324075000.eaeeb3ba-3d59-4d08-8474-171a35986153", - "resource" : { - "resourceType" : "Provenance", - "id" : "1716965606324075000.eaeeb3ba-3d59-4d08-8474-171a35986153", - "target" : [ + "fullUrl": "Provenance/1730840482975501000.9121457c-ecc3-46e7-9ebe-61e77af1d855", + "resource": { + "resourceType": "Provenance", + "id": "1730840482975501000.9121457c-ecc3-46e7-9ebe-61e77af1d855", + "target": [ { - "reference" : "Patient/1716965606323811000.f9040b25-5524-4df0-ab81-fdb3812f5255" + "reference": "Patient/1730840482975252000.19cdfdb6-358e-4212-a7c8-629958e93fd2" } ], - "recorded" : "2024-05-29T02:53:26Z", - "activity" : { - "coding" : [ + "recorded": "2024-11-05T16:01:22Z", + "activity": { + "coding": [ { - "system" : "https://terminology.hl7.org/CodeSystem/v3-DataOperation", - "code" : "UPDATE" + "system": "https://terminology.hl7.org/CodeSystem/v3-DataOperation", + "code": "UPDATE" } ] } } }, { - "fullUrl" : "Observation/1716965606325282000.e4e667b9-d8f8-4596-8818-eec074916908", - "resource" : { - "resourceType" : "Observation", - "id" : "1716965606325282000.e4e667b9-d8f8-4596-8818-eec074916908", - "extension" : [ + "fullUrl": "Observation/1730840482977261000.587613a2-84cf-4698-9a9c-429a0958796c", + "resource": { + "resourceType": "Observation", + "id": "1730840482977261000.587613a2-84cf-4698-9a9c-429a0958796c", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2024-04-03T12:00:00-04:00", - "_valueDateTime" : { - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime": "2024-04-03T12:00:00-04:00", + "_valueDateTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20240403120000-0400" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20240403120000-0400" } ] } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ { - "url" : "OBX.2", - "valueId" : "CWE" + "url": "OBX.2", + "valueId": "CWE" }, { - "url" : "OBX.11", - "valueString" : "F" + "url": "OBX.11", + "valueString": "F" }, { - "url" : "OBX.17", - "valueCodeableConcept" : { - "coding" : [ + "url": "OBX.17", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "99ELR" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "99ELR" } ], - "version" : "Vunknown", - "code" : "BinaxNOW COVID-19 Antigen Self Test_Abbott Diagnostics Scarborough, Inc._EUA" + "version": "Vunknown", + "code": "BinaxNOW COVID-19 Antigen Self Test_Abbott Diagnostics Scarborough, Inc._EUA" } ] } @@ -553,460 +553,460 @@ ] } ], - "status" : "final", - "code" : { - "coding" : [ + "status": "final", + "code": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/condition-code", - "valueCoding" : { - "system" : "SNOMEDCT", - "code" : "840539006", - "display" : "Disease caused by severe acute respiratory syndrome coronavirus 2 (disorder)" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/condition-code", + "valueCoding": { + "system": "SNOMEDCT", + "code": "840539006", + "display": "Disease caused by severe acute respiratory syndrome coronavirus 2 (disorder)" } } ], - "system" : "http://loinc.org", - "version" : "2.71", - "code" : "94558-4", - "display" : "SARS-CoV-2 (COVID-19) Ag [Presence] in Respiratory specimen by Rapid immunoassay" + "system": "http://loinc.org", + "version": "2.71", + "code": "94558-4", + "display": "SARS-CoV-2 (COVID-19) Ag [Presence] in Respiratory specimen by Rapid immunoassay" } ] }, - "subject" : { - "reference" : "Patient/1716965606323811000.f9040b25-5524-4df0-ab81-fdb3812f5255" + "subject": { + "reference": "Patient/1730840482975252000.19cdfdb6-358e-4212-a7c8-629958e93fd2" }, - "performer" : [ + "performer": [ { - "reference" : "Organization/1716965606325597000.9ecd85ad-26a7-4f9c-bb1e-329147adff19" + "reference": "Organization/1730840482977632000.67832a3d-746e-4dbc-85e7-3bafe6e8b70f" }, { - "reference" : "Organization/1716965606326134000.29dd5258-d006-45ff-a468-273b81c2787b" + "reference": "Organization/1730840482978744000.45256c12-5840-4ead-b20c-fabddd1361f8" } ], - "valueCodeableConcept" : { - "coding" : [ + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "SCT" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "SCT" } ], - "system" : "http://snomed.info/sct", - "version" : "20200901", - "code" : "260373001", - "display" : "Detected" + "system": "http://snomed.info/sct", + "version": "20200901", + "code": "260373001", + "display": "Detected" } ] }, - "note" : [ + "note": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension": [ { - "url" : "NTE.2", - "valueId" : "L" + "url": "NTE.2", + "valueId": "L" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "Note" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId": "Note" } ], - "text" : "Note" + "text": "Note" } ], - "method" : { - "coding" : [ + "method": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "99ELR" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "99ELR" } ], - "version" : "Vunknown", - "code" : "BinaxNOW COVID-19 Antigen Self Test_Abbott Diagnostics Scarborough, Inc._EUA" + "version": "Vunknown", + "code": "BinaxNOW COVID-19 Antigen Self Test_Abbott Diagnostics Scarborough, Inc._EUA" } ] } } }, { - "fullUrl" : "Organization/1716965606325597000.9ecd85ad-26a7-4f9c-bb1e-329147adff19", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606325597000.9ecd85ad-26a7-4f9c-bb1e-329147adff19", - "extension" : [ + "fullUrl": "Organization/1730840482977632000.67832a3d-746e-4dbc-85e7-3bafe6e8b70f", + "resource": { + "resourceType": "Organization", + "id": "1730840482977632000.67832a3d-746e-4dbc-85e7-3bafe6e8b70f", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", - "valueCodeableConcept" : { - "coding" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "00Z0000042" + "code": "00Z0000042" } ] } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBX.15" } ], - "identifier" : [ + "identifier": [ { - "value" : "00Z0000042" + "value": "00Z0000042" } ] } }, { - "fullUrl" : "Organization/1716965606326134000.29dd5258-d006-45ff-a468-273b81c2787b", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606326134000.29dd5258-d006-45ff-a468-273b81c2787b", - "extension" : [ + "fullUrl": "Organization/1730840482978744000.45256c12-5840-4ead-b20c-fabddd1361f8", + "resource": { + "resourceType": "Organization", + "id": "1730840482978744000.45256c12-5840-4ead-b20c-fabddd1361f8", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ { - "url" : "XON.10", - "valueString" : "00Z0000042" + "url": "XON.10", + "valueString": "00Z0000042" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.25" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBX.25" } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.113883.3.8589.4.1.152" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.113883.3.8589.4.1.152" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "XX" } ] }, - "value" : "00Z0000042" + "value": "00Z0000042" } ], - "name" : "SA.OTCSelfReport" + "name": "SA.OTCSelfReport" } }, { - "fullUrl" : "Observation/1716965606327578000.91bd7b9e-c55b-446c-bdd3-5c69c267ec51", - "resource" : { - "resourceType" : "Observation", - "id" : "1716965606327578000.91bd7b9e-c55b-446c-bdd3-5c69c267ec51", - "extension" : [ + "fullUrl": "Observation/1730840482981943000.d4449e8e-538d-4b4e-9d01-87b74dcb819e", + "resource": { + "resourceType": "Observation", + "id": "1730840482981943000.d4449e8e-538d-4b4e-9d01-87b74dcb819e", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ { - "url" : "OBX.2", - "valueId" : "NM" + "url": "OBX.2", + "valueId": "NM" }, { - "url" : "OBX.6", - "valueCodeableConcept" : { - "coding" : [ + "url": "OBX.6", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "UCUM" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "UCUM" } ], - "system" : "http://unitsofmeasure.org", - "version" : "2.1", - "code" : "a", - "display" : "year" + "system": "http://unitsofmeasure.org", + "version": "2.1", + "code": "a", + "display": "year" } ] } }, { - "url" : "OBX.29", - "valueId" : "QST" + "url": "OBX.29", + "valueId": "QST" }, { - "url" : "OBX.11", - "valueString" : "F" + "url": "OBX.11", + "valueString": "F" } ] } ], - "status" : "final", - "code" : { - "coding" : [ + "status": "final", + "code": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" } ], - "system" : "http://loinc.org", - "version" : "2.71", - "code" : "35659-2", - "display" : "Age at specimen collection" + "system": "http://loinc.org", + "version": "2.71", + "code": "35659-2", + "display": "Age at specimen collection" } ] }, - "subject" : { - "reference" : "Patient/1716965606323811000.f9040b25-5524-4df0-ab81-fdb3812f5255" + "subject": { + "reference": "Patient/1730840482975252000.19cdfdb6-358e-4212-a7c8-629958e93fd2" }, - "performer" : [ + "performer": [ { - "reference" : "Organization/1716965606327914000.b84b2d4c-5cc4-49a2-968e-47461b1e6435" + "reference": "Organization/1730840482982696000.8684af44-2b60-4160-88a3-8b139ff01778" }, { - "reference" : "Organization/1716965606328377000.6abf90c2-3c5e-47dc-9f22-143d7f7b9437" + "reference": "Organization/1730840482984100000.e4c0b787-44da-4e92-8a68-40941df44b12" } ], - "valueQuantity" : { - "value" : 24, - "unit" : "year", - "system" : "UCUM", - "code" : "a" + "valueQuantity": { + "value": 24, + "unit": "year", + "system": "UCUM", + "code": "a" } } }, { - "fullUrl" : "Organization/1716965606327914000.b84b2d4c-5cc4-49a2-968e-47461b1e6435", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606327914000.b84b2d4c-5cc4-49a2-968e-47461b1e6435", - "extension" : [ + "fullUrl": "Organization/1730840482982696000.8684af44-2b60-4160-88a3-8b139ff01778", + "resource": { + "resourceType": "Organization", + "id": "1730840482982696000.8684af44-2b60-4160-88a3-8b139ff01778", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", - "valueCodeableConcept" : { - "coding" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "00Z0000042" + "code": "00Z0000042" } ] } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBX.15" } ], - "identifier" : [ + "identifier": [ { - "value" : "00Z0000042" + "value": "00Z0000042" } ] } }, { - "fullUrl" : "Organization/1716965606328377000.6abf90c2-3c5e-47dc-9f22-143d7f7b9437", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606328377000.6abf90c2-3c5e-47dc-9f22-143d7f7b9437", - "extension" : [ + "fullUrl": "Organization/1730840482984100000.e4c0b787-44da-4e92-8a68-40941df44b12", + "resource": { + "resourceType": "Organization", + "id": "1730840482984100000.e4c0b787-44da-4e92-8a68-40941df44b12", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ { - "url" : "XON.10", - "valueString" : "00Z0000042" + "url": "XON.10", + "valueString": "00Z0000042" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.25" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBX.25" } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.113883.3.8589.4.1.152" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.113883.3.8589.4.1.152" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "XX" } ] }, - "value" : "00Z0000042" + "value": "00Z0000042" } ], - "name" : "SA.OTCSelfReport" + "name": "SA.OTCSelfReport" } }, { - "fullUrl" : "Specimen/1716965606329873000.d8ec48f1-fc30-425a-b216-ee8bf8d55db2", - "resource" : { - "resourceType" : "Specimen", - "id" : "1716965606329873000.d8ec48f1-fc30-425a-b216-ee8bf8d55db2", - "extension" : [ + "fullUrl": "Specimen/1730840482985425000.76564375-3fc9-41ef-8605-864178bc49e0", + "resource": { + "resourceType": "Specimen", + "id": "1730840482985425000.76564375-3fc9-41ef-8605-864178bc49e0", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", - "valueString" : "OBR" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", + "valueString": "OBR" } ] } }, { - "fullUrl" : "Specimen/1716965606768446000.4cf7e06a-44ef-4645-9e77-f685b48df80d", - "resource" : { - "resourceType" : "Specimen", - "id" : "1716965606768446000.4cf7e06a-44ef-4645-9e77-f685b48df80d", - "extension" : [ + "fullUrl": "Specimen/1730840482986715000.3a41d073-d8ad-4808-83b6-676c0558ec36", + "resource": { + "resourceType": "Specimen", + "id": "1730840482986715000.3a41d073-d8ad-4808-83b6-676c0558ec36", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", - "valueString" : "SPM" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", + "valueString": "SPM" } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "MMTC.PROD" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "MMTC.PROD" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.113883.3.8589.4.2.106.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.113883.3.8589.4.2.106.1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "ISO" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", - "valueString" : "SPM.2.2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", + "valueString": "SPM.2.2" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FGN" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "FGN" } ] }, - "value" : "dba7572cc6334f1ea0744c5f235c823e" + "value": "dba7572cc6334f1ea0744c5f235c823e" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "SCT" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "SCT" } ], - "system" : "http://snomed.info/sct", - "version" : "20200901", - "code" : "697989009", - "display" : "Anterior nares swab" + "system": "http://snomed.info/sct", + "version": "20200901", + "code": "697989009", + "display": "Anterior nares swab" } ] }, - "receivedTime" : "2024-04-03T12:00:00-04:00", - "_receivedTime" : { - "extension" : [ + "receivedTime": "2024-04-03T12:00:00-04:00", + "_receivedTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20240403120000-0400" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20240403120000-0400" } ] }, - "collection" : { - "collectedDateTime" : "2024-04-03T12:00:00-04:00", - "_collectedDateTime" : { - "extension" : [ + "collection": { + "collectedDateTime": "2024-04-03T12:00:00-04:00", + "_collectedDateTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20240403120000-0400" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20240403120000-0400" } ] } @@ -1014,61 +1014,61 @@ } }, { - "fullUrl" : "ServiceRequest/1716965606773953000.70c9858c-cfdb-4635-9699-24ba6db8b303", - "resource" : { - "resourceType" : "ServiceRequest", - "id" : "1716965606773953000.70c9858c-cfdb-4635-9699-24ba6db8b303", - "extension" : [ + "fullUrl": "ServiceRequest/1730840482994132000.b61afbc8-b646-4d5f-b92f-c629e93b3455", + "resource": { + "resourceType": "ServiceRequest", + "id": "1730840482994132000.b61afbc8-b646-4d5f-b92f-c629e93b3455", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", - "valueCode" : "RE" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", + "valueCode": "RE" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/orc-common-order", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/orc-common-order", + "extension": [ { - "url" : "orc-21-ordering-facility-name", - "valueReference" : { - "reference" : "Organization/1716965606771955000.729f2327-ffc3-433d-b37a-1f3abcd949b0" + "url": "orc-21-ordering-facility-name", + "valueReference": { + "reference": "Organization/1730840482991865000.3d35eaba-8a9d-4845-843f-cf1c07a45dac" } }, { - "url" : "orc-22-ordering-facility-address", - "valueAddress" : { - "state" : "IG", - "postalCode" : "12345", - "country" : "USA" + "url": "orc-22-ordering-facility-address", + "valueAddress": { + "state": "IG", + "postalCode": "12345", + "country": "USA" } }, { - "url" : "orc-12-ordering-provider", - "valueReference" : { - "reference" : "Practitioner/1716965606772633000.73ae00fa-6136-49fa-b65e-a80896e27b9f" + "url": "orc-12-ordering-provider", + "valueReference": { + "reference": "Practitioner/1730840482992620000.77d3afc2-8082-42ae-9214-2d06529d2535" } } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", + "extension": [ { - "url" : "OBR.3", - "valueIdentifier" : { - "extension" : [ + "url": "OBR.3", + "valueIdentifier": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "MMTC.PROD" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "MMTC.PROD" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.113883.3.8589.4.2.106.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.113883.3.8589.4.2.106.1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } @@ -1076,33 +1076,33 @@ } }, { - "url" : "OBR.22", - "valueString" : "20240403120000-0400" + "url": "OBR.22", + "valueString": "20240403120000-0400" }, { - "url" : "OBR.25", - "valueId" : "F" + "url": "OBR.25", + "valueId": "F" }, { - "url" : "OBR.16", - "valueReference" : { - "reference" : "Practitioner/1716965606773328000.a4f5ec14-9d2d-49d6-a085-6bb970f27f23" + "url": "OBR.16", + "valueReference": { + "reference": "Practitioner/1730840482993428000.13891cf0-010b-4865-8388-10ac7550b2d6" } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", - "valueContactPoint" : { - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", + "valueContactPoint": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBR.17" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBR.17" } ], - "_system" : { - "extension" : [ + "_system": { + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/data-absent-reason", - "valueCode" : "unknown" + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCode": "unknown" } ] } @@ -1111,263 +1111,263 @@ ] } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.3" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "ORC.3" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "MMTC.PROD" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "MMTC.PROD" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.113883.3.8589.4.2.106.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.113883.3.8589.4.2.106.1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FILL" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "FILL" } ] } } ], - "status" : "unknown", - "code" : { - "coding" : [ + "status": "unknown", + "code": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" } ], - "system" : "http://loinc.org", - "version" : "2.71", - "code" : "94558-4", - "display" : "SARS-CoV-2 (COVID-19) Ag [Presence] in Respiratory specimen by Rapid immunoassay" + "system": "http://loinc.org", + "version": "2.71", + "code": "94558-4", + "display": "SARS-CoV-2 (COVID-19) Ag [Presence] in Respiratory specimen by Rapid immunoassay" } ] }, - "subject" : { - "reference" : "Patient/1716965606323811000.f9040b25-5524-4df0-ab81-fdb3812f5255" + "subject": { + "reference": "Patient/1730840482975252000.19cdfdb6-358e-4212-a7c8-629958e93fd2" }, - "requester" : { - "extension" : [ + "requester": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", - "valueContactPoint" : { - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", + "valueContactPoint": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.14" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "ORC.14" } ], - "_system" : { - "extension" : [ + "_system": { + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/data-absent-reason", - "valueCode" : "unknown" + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCode": "unknown" } ] } } } ], - "reference" : "PractitionerRole/1716965606769185000.b709f005-7525-467f-bb33-5812c79a0d39" + "reference": "PractitionerRole/1730840482987122000.c1a85d78-569d-45ce-802c-d8ca64277f6a" } } }, { - "fullUrl" : "Practitioner/1716965606769699000.059e0fa7-daa8-4d4d-a27f-d80730c4af8f", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606769699000.059e0fa7-daa8-4d4d-a27f-d80730c4af8f", - "extension" : [ + "fullUrl": "Practitioner/1730840482987736000.7aece847-5913-4619-ba8c-08355d5f1ebd", + "resource": { + "resourceType": "Practitioner", + "id": "1730840482987736000.7aece847-5913-4619-ba8c-08355d5f1ebd", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.12" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "ORC.12" } ] } }, { - "fullUrl" : "Organization/1716965606770458000.9f82cfc6-28cd-4599-8f35-6d5d9d072398", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606770458000.9f82cfc6-28cd-4599-8f35-6d5d9d072398", - "name" : "SA.OTCSelfReport", - "telecom" : [ + "fullUrl": "Organization/1730840482988591000.b14b3379-27d2-4dc3-b133-fbca0b3b08f2", + "resource": { + "resourceType": "Organization", + "id": "1730840482988591000.b14b3379-27d2-4dc3-b133-fbca0b3b08f2", + "name": "SA.OTCSelfReport", + "telecom": [ { - "_system" : { - "extension" : [ + "_system": { + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/data-absent-reason", - "valueCode" : "unknown" + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCode": "unknown" } ] } } ], - "address" : [ + "address": [ { - "state" : "IG", - "postalCode" : "12345", - "country" : "USA" + "state": "IG", + "postalCode": "12345", + "country": "USA" } ] } }, { - "fullUrl" : "PractitionerRole/1716965606769185000.b709f005-7525-467f-bb33-5812c79a0d39", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1716965606769185000.b709f005-7525-467f-bb33-5812c79a0d39", - "practitioner" : { - "reference" : "Practitioner/1716965606769699000.059e0fa7-daa8-4d4d-a27f-d80730c4af8f" + "fullUrl": "PractitionerRole/1730840482987122000.c1a85d78-569d-45ce-802c-d8ca64277f6a", + "resource": { + "resourceType": "PractitionerRole", + "id": "1730840482987122000.c1a85d78-569d-45ce-802c-d8ca64277f6a", + "practitioner": { + "reference": "Practitioner/1730840482987736000.7aece847-5913-4619-ba8c-08355d5f1ebd" }, - "organization" : { - "reference" : "Organization/1716965606770458000.9f82cfc6-28cd-4599-8f35-6d5d9d072398" + "organization": { + "reference": "Organization/1730840482988591000.b14b3379-27d2-4dc3-b133-fbca0b3b08f2" } } }, { - "fullUrl" : "Organization/1716965606771955000.729f2327-ffc3-433d-b37a-1f3abcd949b0", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606771955000.729f2327-ffc3-433d-b37a-1f3abcd949b0", - "name" : "SA.OTCSelfReport" + "fullUrl": "Organization/1730840482991865000.3d35eaba-8a9d-4845-843f-cf1c07a45dac", + "resource": { + "resourceType": "Organization", + "id": "1730840482991865000.3d35eaba-8a9d-4845-843f-cf1c07a45dac", + "name": "SA.OTCSelfReport" } }, { - "fullUrl" : "Practitioner/1716965606772633000.73ae00fa-6136-49fa-b65e-a80896e27b9f", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606772633000.73ae00fa-6136-49fa-b65e-a80896e27b9f" + "fullUrl": "Practitioner/1730840482992620000.77d3afc2-8082-42ae-9214-2d06529d2535", + "resource": { + "resourceType": "Practitioner", + "id": "1730840482992620000.77d3afc2-8082-42ae-9214-2d06529d2535" } }, { - "fullUrl" : "Practitioner/1716965606773328000.a4f5ec14-9d2d-49d6-a085-6bb970f27f23", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606773328000.a4f5ec14-9d2d-49d6-a085-6bb970f27f23" + "fullUrl": "Practitioner/1730840482993428000.13891cf0-010b-4865-8388-10ac7550b2d6", + "resource": { + "resourceType": "Practitioner", + "id": "1730840482993428000.13891cf0-010b-4865-8388-10ac7550b2d6" } }, { - "fullUrl" : "DiagnosticReport/1716965606775092000.695c70ec-bd41-47ba-a554-25585d8aabd7", - "resource" : { - "resourceType" : "DiagnosticReport", - "id" : "1716965606775092000.695c70ec-bd41-47ba-a554-25585d8aabd7", - "identifier" : [ + "fullUrl": "DiagnosticReport/1730840482995346000.7eb1816c-017a-4a77-ad2a-06f5b83d23d3", + "resource": { + "resourceType": "DiagnosticReport", + "id": "1730840482995346000.7eb1816c-017a-4a77-ad2a-06f5b83d23d3", + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "MMTC.PROD" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "MMTC.PROD" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.113883.3.8589.4.2.106.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.113883.3.8589.4.2.106.1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FILL" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "FILL" } ] } } ], - "basedOn" : [ + "basedOn": [ { - "reference" : "ServiceRequest/1716965606773953000.70c9858c-cfdb-4635-9699-24ba6db8b303" + "reference": "ServiceRequest/1730840482994132000.b61afbc8-b646-4d5f-b92f-c629e93b3455" } ], - "status" : "final", - "code" : { - "coding" : [ + "status": "final", + "code": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" } ], - "system" : "http://loinc.org", - "version" : "2.71", - "code" : "94558-4", - "display" : "SARS-CoV-2 (COVID-19) Ag [Presence] in Respiratory specimen by Rapid immunoassay" + "system": "http://loinc.org", + "version": "2.71", + "code": "94558-4", + "display": "SARS-CoV-2 (COVID-19) Ag [Presence] in Respiratory specimen by Rapid immunoassay" } ] }, - "subject" : { - "reference" : "Patient/1716965606323811000.f9040b25-5524-4df0-ab81-fdb3812f5255" + "subject": { + "reference": "Patient/1730840482975252000.19cdfdb6-358e-4212-a7c8-629958e93fd2" }, - "effectiveDateTime" : "2024-04-03T12:00:00-04:00", - "_effectiveDateTime" : { - "extension" : [ + "effectiveDateTime": "2024-04-03T12:00:00-04:00", + "_effectiveDateTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20240403120000-0400" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20240403120000-0400" } ] }, - "issued" : "2024-04-03T12:00:00-04:00", - "_issued" : { - "extension" : [ + "issued": "2024-04-03T12:00:00-04:00", + "_issued": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20240403120000-0400" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20240403120000-0400" } ] }, - "specimen" : [ + "specimen": [ { - "reference" : "Specimen/1716965606768446000.4cf7e06a-44ef-4645-9e77-f685b48df80d" + "reference": "Specimen/1730840482986715000.3a41d073-d8ad-4808-83b6-676c0558ec36" }, { - "reference" : "Specimen/1716965606329873000.d8ec48f1-fc30-425a-b216-ee8bf8d55db2" + "reference": "Specimen/1730840482985425000.76564375-3fc9-41ef-8605-864178bc49e0" } ], - "result" : [ + "result": [ { - "reference" : "Observation/1716965606325282000.e4e667b9-d8f8-4596-8818-eec074916908" + "reference": "Observation/1730840482977261000.587613a2-84cf-4698-9a9c-429a0958796c" }, { - "reference" : "Observation/1716965606327578000.91bd7b9e-c55b-446c-bdd3-5c69c267ec51" + "reference": "Observation/1730840482981943000.d4449e8e-538d-4b4e-9d01-87b74dcb819e" } ] } diff --git a/prime-router/src/testIntegration/kotlin/datatests/mappinginventory/catchall/obx/OBXToObservationTests.kt b/prime-router/src/testIntegration/kotlin/datatests/mappinginventory/catchall/obx/OBXToObservationTests.kt index 7bbe5951813..173b4746c02 100644 --- a/prime-router/src/testIntegration/kotlin/datatests/mappinginventory/catchall/obx/OBXToObservationTests.kt +++ b/prime-router/src/testIntegration/kotlin/datatests/mappinginventory/catchall/obx/OBXToObservationTests.kt @@ -2,6 +2,7 @@ package gov.cdc.prime.router.datatests.mappinginventory.obx import gov.cdc.prime.router.datatests.mappinginventory.verifyHL7ToFHIRToHL7Mapping import org.junit.jupiter.api.Test +import kotlin.test.Ignore class OBXToObservationTests { @@ -128,4 +129,21 @@ class OBXToObservationTests { ).passed ) } + + @Test + fun `test correctly handles OBX-33`() { + assert(verifyHL7ToFHIRToHL7Mapping("catchall/obx/OBX-to-Observation-obx-33").passed) + } + + // TODO https://github.com/CDCgov/prime-reportstream/issues/16522 + @Test + @Ignore + fun `test correctly handles OBX-33 without extension`() { + assert( + verifyHL7ToFHIRToHL7Mapping( + "catchall/obx/OBX-to-Observation-obx-33-no-extension", + skipHl7ToFhir = true + ).passed + ) + } } \ No newline at end of file diff --git a/prime-router/src/testIntegration/kotlin/datatests/mappinginventory/catchall/prt/PRTToDeviceTests.kt b/prime-router/src/testIntegration/kotlin/datatests/mappinginventory/catchall/prt/PRTToDeviceTests.kt new file mode 100644 index 00000000000..8eef0d0c91f --- /dev/null +++ b/prime-router/src/testIntegration/kotlin/datatests/mappinginventory/catchall/prt/PRTToDeviceTests.kt @@ -0,0 +1,11 @@ +package gov.cdc.prime.router.datatests.mappinginventory.catchall.prt + +import gov.cdc.prime.router.datatests.mappinginventory.verifyHL7ToFHIRToHL7Mapping +import org.junit.jupiter.api.Test + +class PRTToDeviceTests { + @Test + fun `test translate from PRT to Device to PRT`() { + assert(verifyHL7ToFHIRToHL7Mapping("catchall/prt/prt-to-device").passed) + } +} \ No newline at end of file diff --git a/prime-router/src/testIntegration/kotlin/datatests/mappinginventory/catchall/xpn/XPNtoHumanNameTests.kt b/prime-router/src/testIntegration/kotlin/datatests/mappinginventory/catchall/xpn/XPNtoHumanNameTests.kt index 400b1bd09a7..d90d3028dd2 100644 --- a/prime-router/src/testIntegration/kotlin/datatests/mappinginventory/catchall/xpn/XPNtoHumanNameTests.kt +++ b/prime-router/src/testIntegration/kotlin/datatests/mappinginventory/catchall/xpn/XPNtoHumanNameTests.kt @@ -5,8 +5,12 @@ import org.junit.jupiter.api.Test class XPNtoHumanNameTests { @Test - fun `test translate to HL7 to FHIR to HL7`() { + fun `test translate to HL7 to FHIR to HL7 when XPN-10 empty and XPN-12,13 populated`() { assert(verifyHL7ToFHIRToHL7Mapping("catchall/xpn/xpn-to-humanname-xpn12-13-populated-xpn10-empty").passed) + } + + @Test + fun `test translate to HL7 to FHIR to HL7 when XPN-10 populated and XPN-12,13 empty`() { assert(verifyHL7ToFHIRToHL7Mapping("catchall/xpn/xpn-to-humanname-xpn10-populated-xpn12-13-empty").passed) } } \ No newline at end of file diff --git a/prime-router/src/testIntegration/resources/datatests/HL7_to_FHIR/sample_oml_20240319-001.fhir b/prime-router/src/testIntegration/resources/datatests/HL7_to_FHIR/sample_oml_20240319-001.fhir index 89311771508..67884d8464b 100644 --- a/prime-router/src/testIntegration/resources/datatests/HL7_to_FHIR/sample_oml_20240319-001.fhir +++ b/prime-router/src/testIntegration/resources/datatests/HL7_to_FHIR/sample_oml_20240319-001.fhir @@ -1,675 +1,669 @@ { - "resourceType" : "Bundle", - "id" : "1711057489333547000.de4ee6f2-3ae9-4041-9eae-66a49d883798", - "meta" : { - "lastUpdated" : "2024-03-21T17:44:49.340-04:00" + "resourceType": "Bundle", + "id": "1730739114749225000.7a1d88aa-6583-4af7-9ea6-d57fe9b47681", + "meta": { + "lastUpdated": "2024-11-04T11:51:54.749-05:00" }, - "identifier" : { - "system" : "https://reportstream.cdc.gov/prime-router", - "value" : "31808297" + "identifier": { + "system": "https://reportstream.cdc.gov/prime-router", + "value": "31808297" }, - "type" : "message", - "timestamp" : "2023-05-06T06:29:16.000-04:00", - "entry" : [ + "type": "message", + "timestamp": "2023-05-06T06:29:16.000-04:00", + "entry": [ { - "fullUrl" : "MessageHeader/87c2d0db-6f31-3666-b9e2-7152e039c11f", - "resource" : { - "resourceType" : "MessageHeader", - "id" : "87c2d0db-6f31-3666-b9e2-7152e039c11f", - "meta" : { - "tag" : [ + "fullUrl": "MessageHeader/1730739114751857000.7b58d391-0a13-43e5-bf93-2b019746e3d6", + "resource": { + "resourceType": "MessageHeader", + "id": "1730739114751857000.7b58d391-0a13-43e5-bf93-2b019746e3d6", + "meta": { + "tag": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0103", - "code" : "P" + "system": "http://terminology.hl7.org/CodeSystem/v2-0103", + "code": "P" } ] }, - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/msh-message-header", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/msh-message-header", + "extension": [ { - "url" : "MSH.7", - "valueString" : "20230506052916-0500" + "url": "MSH.7", + "valueString": "20230506052916-0500" }, { - "url" : "MSH.15", - "valueString" : "AL" + "url": "MSH.15", + "valueString": "AL" }, { - "url" : "MSH.16", - "valueString" : "AL" + "url": "MSH.16", + "valueString": "AL" }, { - "url" : "MSH.21", - "valueIdentifier" : { - "extension" : [ + "url": "MSH.21", + "valueIdentifier": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.113883.9.82" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.113883.9.82" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "value" : "LAB_PRU_COMPONENT" + "value": "LAB_PRU_COMPONENT" } }, { - "url" : "MSH.21", - "valueIdentifier" : { - "extension" : [ + "url": "MSH.21", + "valueIdentifier": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.113883.9.22" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.113883.9.22" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "value" : "LAB_TO_COMPONENT" + "value": "LAB_TO_COMPONENT" } }, { - "url" : "MSH.21", - "valueIdentifier" : { - "extension" : [ + "url": "MSH.21", + "valueIdentifier": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.113883.9.22" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.113883.9.22" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "value" : "LAB_THREE_COMPONENT" + "value": "LAB_THREE_COMPONENT" } } ] } ], - "eventCoding" : { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0003", - "code" : "O21", - "display" : "OML^O21^OML_O21" + "eventCoding": { + "system": "http://terminology.hl7.org/CodeSystem/v2-0003", + "code": "O21", + "display": "OML^O21^OML_O21" }, - "destination" : [ + "destination": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "natus.health.state.mn.us" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "natus.health.state.mn.us" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "DNS" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "DNS" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "MSH.5" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "MSH.5" } ], - "name" : "NATUS", - "receiver" : { - "reference" : "Organization/1711057489418382000.2634a831-fc30-4e3c-9ad1-38956816c7cb" + "name": "NATUS", + "receiver": { + "reference": "Organization/1730739114751409000.0359f09c-68a7-456f-b8aa-abf17e915c4d" } } ], - "sender" : { - "reference" : "Organization/1711057489388301000.230b2a54-9a57-42fe-8b05-76279ff73a84" + "sender": { + "reference": "Organization/1730739114750075000.3593d09a-2416-4d98-8b94-e73572042565" }, - "source" : { - "extension" : [ + "source": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Epic" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Epic" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "1.2.840.114350.1.13.145.2.7.2.695071" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "1.2.840.114350.1.13.145.2.7.2.695071" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "ISO" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "MSH.3" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "MSH.3" } ], - "endpoint" : "urn:oid:1.2.840.114350.1.13.145.2.7.2.695071" + "endpoint": "urn:oid:1.2.840.114350.1.13.145.2.7.2.695071" } } }, { - "fullUrl" : "Organization/1711057489388301000.230b2a54-9a57-42fe-8b05-76279ff73a84", - "resource" : { - "resourceType" : "Organization", - "id" : "1711057489388301000.230b2a54-9a57-42fe-8b05-76279ff73a84", - "identifier" : [ + "fullUrl": "Organization/1730739114750075000.3593d09a-2416-4d98-8b94-e73572042565", + "resource": { + "resourceType": "Organization", + "id": "1730739114750075000.3593d09a-2416-4d98-8b94-e73572042565", + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" } ], - "value" : "Centracare" + "value": "Centracare" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.2,HD.3" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0301", - "code" : "DNS" + "system": "http://terminology.hl7.org/CodeSystem/v2-0301", + "code": "DNS" } ] }, - "value" : "centracare.com" + "value": "centracare.com" } ] } }, { - "fullUrl" : "Organization/1711057489418382000.2634a831-fc30-4e3c-9ad1-38956816c7cb", - "resource" : { - "resourceType" : "Organization", - "id" : "1711057489418382000.2634a831-fc30-4e3c-9ad1-38956816c7cb", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "MSH.6" + "fullUrl": "Organization/1730739114751409000.0359f09c-68a7-456f-b8aa-abf17e915c4d", + "resource": { + "resourceType": "Organization", + "id": "1730739114751409000.0359f09c-68a7-456f-b8aa-abf17e915c4d", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "MSH.6" } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" } ], - "value" : "MN Public Health Lab" + "value": "MN Public Health Lab" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.2,HD.3" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0301", - "code" : "ISO" + "system": "http://terminology.hl7.org/CodeSystem/v2-0301", + "code": "ISO" } ] }, - "system" : "urn:ietf:rfc:3986", - "value" : "2.16.840.1.114222.4.1.10080" + "system": "urn:ietf:rfc:3986", + "value": "2.16.840.1.114222.4.1.10080" } ] } }, { - "fullUrl" : "Patient/1711057490036275000.5766f0bc-eeee-4f50-b9f3-40340efdbde8", - "resource" : { - "resourceType" : "Patient", - "id" : "1711057490036275000.5766f0bc-eeee-4f50-b9f3-40340efdbde8", - "extension" : [ + "fullUrl": "Patient/1730739114762168000.c3aba8e9-f298-443e-b3a1-1ee5a8f68250", + "resource": { + "resourceType": "Patient", + "id": "1730739114762168000.c3aba8e9-f298-443e-b3a1-1ee5a8f68250", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/pid-patient", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/pid-patient", + "extension": [ { - "url" : "PID.8" + "url": "PID.8" }, { - "url" : "PID.24", - "valueString" : "Y" + "url": "PID.24", + "valueString": "Y" }, { - "url" : "PID.30", - "valueString" : "N" + "url": "PID.30", + "valueString": "N" } ] }, { - "url" : "http://hl7.org/fhir/StructureDefinition/patient-mothersMaidenName", - "valueHumanName" : { - "extension" : [ + "url": "http://hl7.org/fhir/StructureDefinition/patient-mothersMaidenName", + "valueHumanName": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", + "extension": [ { - "url" : "XPN.2", - "valueString" : "BB SARAH" + "url": "XPN.2", + "valueString": "BB SARAH" } ] } ], - "family" : "SMITH", - "given" : [ + "family": "SMITH", + "given": [ "BB SARAH" ] } } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier", + "extension": [ { - "url" : "CX.5", - "valueString" : "MR" + "url": "CX.5", + "valueString": "MR" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PID.3" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PID.3" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "code" : "MR" + "code": "MR" } ] }, - "value" : "11102779", - "assigner" : { - "reference" : "Organization/1711057490004869000.f9fc321d-8e76-4dbd-8119-38e7070309ed" + "value": "11102779", + "assigner": { + "reference": "Organization/1730739114755796000.79ba39f2-7250-4e19-8514-b7f67031d921" } } ], - "name" : [ + "name": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", + "extension": [ { - "url" : "XPN.2", - "valueString" : "BB SARAH" + "url": "XPN.2", + "valueString": "BB SARAH" }, { - "url" : "XPN.7", - "valueString" : "L" + "url": "XPN.7", + "valueString": "L" } ] } ], - "use" : "official", - "family" : "SMITH", - "given" : [ + "use": "official", + "family": "SMITH", + "given": [ "BB SARAH" ] } ], - "telecom" : [ + "telecom": [ { - "extension" : [ + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", - "valueString" : "763" + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString": "763" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "555555" + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString": "555555" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ { - "url" : "XTN.3", - "valueString" : "PH" + "url": "XTN.3", + "valueString": "PH" }, { - "url" : "XTN.7", - "valueString" : "555555" + "url": "XTN.7", + "valueString": "555555" }, { - "url" : "XTN.9", - "valueString" : "(763)555-5555" + "url": "XTN.9", + "valueString": "(763)555-5555" } ] } ], - "system" : "phone", - "use" : "home" + "system": "phone", + "use": "home" } ], - "gender" : "male", - "birthDate" : "2023-05-04", - "_birthDate" : { - "extension" : [ + "gender": "male", + "birthDate": "2023-05-04", + "_birthDate": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230504131023-0500" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230504131023-0500" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/patient-birthTime", - "valueDateTime" : "2023-05-04T13:10:23-05:00" + "url": "http://hl7.org/fhir/StructureDefinition/patient-birthTime", + "valueDateTime": "2023-05-04T13:10:23-05:00" } ] }, - "deceasedBoolean" : false, - "address" : [ + "deceasedBoolean": false, + "address": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ { - "url" : "SAD.1", - "valueString" : "555 STATE HIGHWAY 13" + "url": "SAD.1", + "valueString": "555 STATE HIGHWAY 13" } ] }, { - "url" : "XAD.7", - "valueCode" : "H" + "url": "XAD.7", + "valueCode": "H" } ] } ], - "use" : "home", - "line" : [ + "use": "home", + "line": [ "555 STATE HIGHWAY 13" ], - "city" : "DEER CREEK", - "district" : "OTTER TAIL", - "state" : "MN", - "postalCode" : "56527-9657", - "country" : "USA" + "city": "DEER CREEK", + "district": "OTTER TAIL", + "state": "MN", + "postalCode": "56527-9657", + "country": "USA" } ], - "multipleBirthInteger" : 2, - "link" : [ + "multipleBirthInteger": 2, + "link": [ { - "other" : { - "reference" : "RelatedPerson/1711057490022564000.99d677b9-359b-41c9-9669-5245fe62ff3d" + "other": { + "reference": "RelatedPerson/1730739114760257000.8359778f-13da-4073-b947-83d222795489" }, - "type" : "seealso" + "type": "seealso" } ] } }, { - "fullUrl" : "Organization/1711057490004869000.f9fc321d-8e76-4dbd-8119-38e7070309ed", - "resource" : { - "resourceType" : "Organization", - "id" : "1711057490004869000.f9fc321d-8e76-4dbd-8119-38e7070309ed", - "identifier" : [ + "fullUrl": "Organization/1730739114755796000.79ba39f2-7250-4e19-8514-b7f67031d921", + "resource": { + "resourceType": "Organization", + "id": "1730739114755796000.79ba39f2-7250-4e19-8514-b7f67031d921", + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" } ], - "value" : "CRPMRN" + "value": "CRPMRN" } ] } }, { - "fullUrl" : "RelatedPerson/1711057490022564000.99d677b9-359b-41c9-9669-5245fe62ff3d", - "resource" : { - "resourceType" : "RelatedPerson", - "id" : "1711057490022564000.99d677b9-359b-41c9-9669-5245fe62ff3d", - "identifier" : [ + "fullUrl": "RelatedPerson/1730739114760257000.8359778f-13da-4073-b947-83d222795489", + "resource": { + "resourceType": "RelatedPerson", + "id": "1730739114760257000.8359778f-13da-4073-b947-83d222795489", + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", - "valueString" : "SADIE" + "url": "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString": "SADIE" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", - "valueString" : "S" + "url": "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueString": "S" } ], - "value" : "SMITH" + "value": "SMITH" } ] } }, { - "fullUrl" : "ServiceRequest/1711057490064383000.440f5be7-f1ae-48ec-bc18-b5c51f278dc9", - "resource" : { - "resourceType" : "ServiceRequest", - "id" : "1711057490064383000.440f5be7-f1ae-48ec-bc18-b5c51f278dc9", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", - "valueCode" : "NW" + "fullUrl": "ServiceRequest/1730739114772815000.f08fe69f-b60c-49b0-be01-539994cacce7", + "resource": { + "resourceType": "ServiceRequest", + "id": "1730739114772815000.f08fe69f-b60c-49b0-be01-539994cacce7", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", + "valueCode": "NW" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", - "valueString" : "20230506052913-0500" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", + "valueString": "20230506052913-0500" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/orc-common-order", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/orc-common-order", + "extension": [ { - "url" : "orc-21-ordering-facility-name", - "valueReference" : { - "reference" : "Organization/1711057490059315000.6242a24f-c085-4313-83ec-c057fc602200" + "url": "orc-21-ordering-facility-name", + "valueReference": { + "reference": "Organization/1730739114769985000.c443f2f7-afca-4e7f-87ec-cc9cfaad7378" } }, { - "url" : "orc-21-ordering-facility-name", - "valueReference" : { - "reference" : "Organization/1711057490061423000.f70f1019-e293-475c-be0c-b8bbc264beed" + "url": "orc-21-ordering-facility-name", + "valueReference": { + "reference": "Organization/1730739114770672000.5569d652-2bf6-43c3-813b-fd28fbc5cad6" } }, { - "url" : "orc-12-ordering-provider", - "valueReference" : { - "reference" : "Practitioner/1711057490062970000.0e6e9314-bc38-4a3a-9563-5ceb148c07dc" + "url": "orc-12-ordering-provider", + "valueReference": { + "reference": "Practitioner/1730739114771807000.8fb0b5b9-4fb0-4fa0-8e59-4dff55660c8d" } } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", + "extension": [ { - "url" : "OBR.2", - "valueIdentifier" : { - "extension" : [ + "url": "OBR.2", + "valueIdentifier": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "EPIC" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "EPIC" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "1.2.840.114350.1.13.145.2.7.2.695071" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "1.2.840.114350.1.13.145.2.7.2.695071" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "value" : "421832901" + "value": "421832901" } } ] } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "ORC.2" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "EPIC" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "EPIC" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "1.2.840.114350.1.13.145.2.7.2.695071" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "1.2.840.114350.1.13.145.2.7.2.695071" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PLAC" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "PLAC" } ] }, - "value" : "421832901" + "value": "421832901" } ], - "status" : "unknown", - "subject" : { - "reference" : "Patient/1711057490036275000.5766f0bc-eeee-4f50-b9f3-40340efdbde8" + "status": "unknown", + "subject": { + "reference": "Patient/1730739114762168000.c3aba8e9-f298-443e-b3a1-1ee5a8f68250" }, - "authoredOn" : "2023-05-06T05:29:13-05:00", - "_authoredOn" : { - "extension" : [ + "authoredOn": "2023-05-06T05:29:13-05:00", + "_authoredOn": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506052913-0500" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230506052913-0500" } ] }, - "requester" : { - "reference" : "PractitionerRole/1711057490050288000.49fc10fd-e410-4862-bac9-9dbda84a2798" + "requester": { + "reference": "PractitionerRole/1730739114763601000.385766cc-2877-423a-b1c9-dfb84b4d8e80" } } }, { - "fullUrl" : "Organization/1711057490050705000.817ab24f-30a2-47b0-8b06-289cbe842702", - "resource" : { - "resourceType" : "Organization", - "id" : "1711057490050705000.817ab24f-30a2-47b0-8b06-289cbe842702", - "identifier" : [ + "fullUrl": "Organization/1730739114763901000.bfb9d0d8-ed2e-4ed7-ad63-da58d8bc35a3", + "resource": { + "resourceType": "Organization", + "id": "1730739114763901000.bfb9d0d8-ed2e-4ed7-ad63-da58d8bc35a3", + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" } ], - "value" : "NPI" + "value": "NPI" } ] } }, { - "fullUrl" : "Practitioner/1711057490052021000.d196ef95-5b27-468c-ab41-3444bf76029a", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1711057490052021000.d196ef95-5b27-468c-ab41-3444bf76029a", - "extension" : [ + "fullUrl": "Practitioner/1730739114764825000.f4721f7d-ac56-48a8-a3f0-9d144b1f5c80", + "resource": { + "resourceType": "Practitioner", + "id": "1730739114764825000.f4721f7d-ac56-48a8-a3f0-9d144b1f5c80", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "NPI" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-unknown-type" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "NPI" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ { - "url" : "XCN.3", - "valueString" : "JANE" + "url": "XCN.3", + "valueString": "JANE" }, { - "url" : "XCN.10", - "valueString" : "L" + "url": "XCN.10", + "valueString": "L" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.12" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "ORC.12" } ], - "identifier" : [ + "identifier": [ { - "type" : { - "coding" : [ + "type": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true } ], - "code" : "NPI" + "code": "NPI" } ] }, - "value" : "1265136360", - "assigner" : { - "reference" : "Organization/1711057490050705000.817ab24f-30a2-47b0-8b06-289cbe842702" + "value": "1265136360", + "assigner": { + "reference": "Organization/1730739114763901000.bfb9d0d8-ed2e-4ed7-ad63-da58d8bc35a3" } } ], - "name" : [ + "name": [ { - "use" : "official", - "family" : "JONES", - "given" : [ + "use": "official", + "family": "JONES", + "given": [ "JANE" ] } @@ -677,22 +671,22 @@ } }, { - "fullUrl" : "Organization/1711057490055996000.c11fedb1-26f0-4585-80fc-0342b257ec44", - "resource" : { - "resourceType" : "Organization", - "id" : "1711057490055996000.c11fedb1-26f0-4585-80fc-0342b257ec44", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ + "fullUrl": "Organization/1730739114766157000.64d5716b-8171-4056-9e75-5e7ffbbac790", + "resource": { + "resourceType": "Organization", + "id": "1730739114766157000.64d5716b-8171-4056-9e75-5e7ffbbac790", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" } ] } @@ -701,78 +695,72 @@ } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ { - "url" : "XON.10", - "valueString" : "1043269798" + "url": "XON.10", + "valueString": "1043269798" } ] } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "CMS" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-unknown-type" - }, + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "CMS" } ] } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "NPI" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "NPI" } ] }, - "value" : "1043269798" + "value": "1043269798" } ], - "name" : "ST. CLOUD HOSPITAL" + "name": "ST. CLOUD HOSPITAL" } }, { - "fullUrl" : "PractitionerRole/1711057490050288000.49fc10fd-e410-4862-bac9-9dbda84a2798", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1711057490050288000.49fc10fd-e410-4862-bac9-9dbda84a2798", - "practitioner" : { - "reference" : "Practitioner/1711057490052021000.d196ef95-5b27-468c-ab41-3444bf76029a" + "fullUrl": "PractitionerRole/1730739114763601000.385766cc-2877-423a-b1c9-dfb84b4d8e80", + "resource": { + "resourceType": "PractitionerRole", + "id": "1730739114763601000.385766cc-2877-423a-b1c9-dfb84b4d8e80", + "practitioner": { + "reference": "Practitioner/1730739114764825000.f4721f7d-ac56-48a8-a3f0-9d144b1f5c80" }, - "organization" : { - "reference" : "Organization/1711057490055996000.c11fedb1-26f0-4585-80fc-0342b257ec44" + "organization": { + "reference": "Organization/1730739114766157000.64d5716b-8171-4056-9e75-5e7ffbbac790" } } }, { - "fullUrl" : "Organization/1711057490059315000.6242a24f-c085-4313-83ec-c057fc602200", - "resource" : { - "resourceType" : "Organization", - "id" : "1711057490059315000.6242a24f-c085-4313-83ec-c057fc602200", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ + "fullUrl": "Organization/1730739114769985000.c443f2f7-afca-4e7f-87ec-cc9cfaad7378", + "resource": { + "resourceType": "Organization", + "id": "1730739114769985000.c443f2f7-afca-4e7f-87ec-cc9cfaad7378", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" } ] } @@ -781,65 +769,59 @@ } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ { - "url" : "XON.10", - "valueString" : "1043269798" + "url": "XON.10", + "valueString": "1043269798" } ] } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "CMS" - }, + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-unknown-type" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "CMS" } ] } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "NPI" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "NPI" } ] }, - "value" : "1043269798" + "value": "1043269798" } ], - "name" : "ST. CLOUD HOSPITAL" + "name": "ST. CLOUD HOSPITAL" } }, { - "fullUrl" : "Organization/1711057490061423000.f70f1019-e293-475c-be0c-b8bbc264beed", - "resource" : { - "resourceType" : "Organization", - "id" : "1711057490061423000.f70f1019-e293-475c-be0c-b8bbc264beed", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ + "fullUrl": "Organization/1730739114770672000.5569d652-2bf6-43c3-813b-fd28fbc5cad6", + "resource": { + "resourceType": "Organization", + "id": "1730739114770672000.5569d652-2bf6-43c3-813b-fd28fbc5cad6", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" } ] } @@ -848,127 +830,115 @@ } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ { - "url" : "XON.10", - "valueString" : "739" + "url": "XON.10", + "valueString": "739" } ] } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "MN Public Health Lab" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-unknown-type" - }, + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "MN Public Health Lab" } ] } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "NPI" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "NPI" } ] }, - "value" : "739" + "value": "739" } ], - "name" : "ST. CLOUD HOSPITAL" + "name": "ST. CLOUD HOSPITAL" } }, { - "fullUrl" : "Organization/1711057490061890000.764a4034-fdb6-4b0b-a0c5-579f84644c1c", - "resource" : { - "resourceType" : "Organization", - "id" : "1711057490061890000.764a4034-fdb6-4b0b-a0c5-579f84644c1c", - "identifier" : [ + "fullUrl": "Organization/1730739114771078000.2e95644a-8011-468b-b67b-a8bf33eea9bc", + "resource": { + "resourceType": "Organization", + "id": "1730739114771078000.2e95644a-8011-468b-b67b-a8bf33eea9bc", + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" } ], - "value" : "NPI" + "value": "NPI" } ] } }, { - "fullUrl" : "Practitioner/1711057490062970000.0e6e9314-bc38-4a3a-9563-5ceb148c07dc", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1711057490062970000.0e6e9314-bc38-4a3a-9563-5ceb148c07dc", - "extension" : [ + "fullUrl": "Practitioner/1730739114771807000.8fb0b5b9-4fb0-4fa0-8e59-4dff55660c8d", + "resource": { + "resourceType": "Practitioner", + "id": "1730739114771807000.8fb0b5b9-4fb0-4fa0-8e59-4dff55660c8d", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "NPI" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-unknown-type" - }, + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "NPI" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ { - "url" : "XCN.3", - "valueString" : "JANE" + "url": "XCN.3", + "valueString": "JANE" }, { - "url" : "XCN.10", - "valueString" : "L" + "url": "XCN.10", + "valueString": "L" } ] } ], - "identifier" : [ + "identifier": [ { - "type" : { - "coding" : [ + "type": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true } ], - "code" : "NPI" + "code": "NPI" } ] }, - "value" : "1265136360", - "assigner" : { - "reference" : "Organization/1711057490061890000.764a4034-fdb6-4b0b-a0c5-579f84644c1c" + "value": "1265136360", + "assigner": { + "reference": "Organization/1730739114771078000.2e95644a-8011-468b-b67b-a8bf33eea9bc" } } ], - "name" : [ + "name": [ { - "use" : "official", - "family" : "JONES", - "given" : [ + "use": "official", + "family": "JONES", + "given": [ "JANE" ] } @@ -976,782 +946,782 @@ } }, { - "fullUrl" : "Observation/1711057490279999000.7d669a9b-5913-45e9-8bff-eb0c10f03a92", - "resource" : { - "resourceType" : "Observation", - "id" : "1711057490279999000.7d669a9b-5913-45e9-8bff-eb0c10f03a92", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" + "fullUrl": "Observation/1730739114775759000.5c618f5e-25f8-47c3-99be-9fa43387f2fe", + "resource": { + "resourceType": "Observation", + "id": "1730739114775759000.5c618f5e-25f8-47c3-99be-9fa43387f2fe", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueCode" : "AOE" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", + "valueCode": "AOE" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ { - "url" : "OBX.2", - "valueId" : "NM" + "url": "OBX.2", + "valueId": "NM" }, { - "url" : "OBX.6" + "url": "OBX.6" }, { - "url" : "OBX.11", - "valueString" : "O" + "url": "OBX.29", + "valueId": "QST" }, { - "url" : "OBX.29", - "valueId" : "QST" + "url": "OBX.11", + "valueString": "O" } ] } ], - "status" : "unknown", - "subject" : { - "reference" : "Patient/1711057490036275000.5766f0bc-eeee-4f50-b9f3-40340efdbde8" + "status": "unknown", + "subject": { + "reference": "Patient/1730739114762168000.c3aba8e9-f298-443e-b3a1-1ee5a8f68250" }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ + "effectiveDateTime": "2023-05-06T05:00:00-05:00", + "_effectiveDateTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506050000-0500" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230506050000-0500" } ] }, - "valueQuantity" : { - "value" : 1769.859285, - "unit" : "gram", - "system" : "UCUM", - "code" : "g" + "valueQuantity": { + "value": 1769.859285, + "unit": "gram", + "system": "UCUM", + "code": "g" } } }, { - "fullUrl" : "Observation/1711057490283879000.6853f004-9e13-4497-8858-b1b0565b2d15", - "resource" : { - "resourceType" : "Observation", - "id" : "1711057490283879000.6853f004-9e13-4497-8858-b1b0565b2d15", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" + "fullUrl": "Observation/1730739114778012000.3175dd30-ca5c-4291-853c-caa8a3be50b1", + "resource": { + "resourceType": "Observation", + "id": "1730739114778012000.3175dd30-ca5c-4291-853c-caa8a3be50b1", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueCode" : "AOE" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", + "valueCode": "AOE" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ { - "url" : "OBX.2", - "valueId" : "NM" + "url": "OBX.2", + "valueId": "NM" }, { - "url" : "OBX.6" + "url": "OBX.6" }, { - "url" : "OBX.11", - "valueString" : "O" + "url": "OBX.29", + "valueId": "QST" }, { - "url" : "OBX.29", - "valueId" : "QST" + "url": "OBX.11", + "valueString": "O" } ] } ], - "status" : "unknown", - "subject" : { - "reference" : "Patient/1711057490036275000.5766f0bc-eeee-4f50-b9f3-40340efdbde8" + "status": "unknown", + "subject": { + "reference": "Patient/1730739114762168000.c3aba8e9-f298-443e-b3a1-1ee5a8f68250" }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ + "effectiveDateTime": "2023-05-06T05:00:00-05:00", + "_effectiveDateTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506050000-0500" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230506050000-0500" } ] }, - "valueQuantity" : { - "value" : 32, - "unit" : "week", - "system" : "UCUM", - "code" : "wk" + "valueQuantity": { + "value": 32, + "unit": "week", + "system": "UCUM", + "code": "wk" } } }, { - "fullUrl" : "Observation/1711057490288537000.61e8c41b-74b6-454f-8f88-47d034a9314c", - "resource" : { - "resourceType" : "Observation", - "id" : "1711057490288537000.61e8c41b-74b6-454f-8f88-47d034a9314c", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" + "fullUrl": "Observation/1730739114781403000.c72e580a-921e-4985-9db4-c512c27ebc78", + "resource": { + "resourceType": "Observation", + "id": "1730739114781403000.c72e580a-921e-4985-9db4-c512c27ebc78", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueCode" : "AOE" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", + "valueCode": "AOE" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ { - "url" : "OBX.2", - "valueId" : "CWE" + "url": "OBX.2", + "valueId": "CWE" }, { - "url" : "OBX.11", - "valueString" : "O" + "url": "OBX.29", + "valueId": "QST" }, { - "url" : "OBX.29", - "valueId" : "QST" + "url": "OBX.11", + "valueString": "O" } ] } ], - "status" : "unknown", - "subject" : { - "reference" : "Patient/1711057490036275000.5766f0bc-eeee-4f50-b9f3-40340efdbde8" + "status": "unknown", + "subject": { + "reference": "Patient/1730739114762168000.c3aba8e9-f298-443e-b3a1-1ee5a8f68250" }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ + "effectiveDateTime": "2023-05-06T05:00:00-05:00", + "_effectiveDateTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506050000-0500" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230506050000-0500" } ] }, - "valueCodeableConcept" : { - "coding" : [ + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" } ], - "system" : "http://loinc.org", - "code" : "LA12419-0", - "display" : "INFANT IN NICU AT TIME OF SPECIMEN COLLECTION" + "system": "http://loinc.org", + "code": "LA12419-0", + "display": "INFANT IN NICU AT TIME OF SPECIMEN COLLECTION" } ] } } }, { - "fullUrl" : "Observation/1711057490290772000.0fa2cf5f-84b2-4327-b32f-ecca89de0476", - "resource" : { - "resourceType" : "Observation", - "id" : "1711057490290772000.0fa2cf5f-84b2-4327-b32f-ecca89de0476", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" + "fullUrl": "Observation/1730739114783506000.a923c1e7-2c06-4387-9f91-c9ce8d0f2378", + "resource": { + "resourceType": "Observation", + "id": "1730739114783506000.a923c1e7-2c06-4387-9f91-c9ce8d0f2378", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueCode" : "AOE" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", + "valueCode": "AOE" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ { - "url" : "OBX.2", - "valueId" : "CWE" + "url": "OBX.2", + "valueId": "CWE" }, { - "url" : "OBX.11", - "valueString" : "O" + "url": "OBX.29", + "valueId": "QST" }, { - "url" : "OBX.29", - "valueId" : "QST" + "url": "OBX.11", + "valueString": "O" } ] } ], - "status" : "unknown", - "subject" : { - "reference" : "Patient/1711057490036275000.5766f0bc-eeee-4f50-b9f3-40340efdbde8" + "status": "unknown", + "subject": { + "reference": "Patient/1730739114762168000.c3aba8e9-f298-443e-b3a1-1ee5a8f68250" }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ + "effectiveDateTime": "2023-05-06T05:00:00-05:00", + "_effectiveDateTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506050000-0500" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230506050000-0500" } ] }, - "valueCodeableConcept" : { - "coding" : [ + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "99MDH" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "99MDH" } ], - "code" : "N", - "display" : "No" + "code": "N", + "display": "No" } ] } } }, { - "fullUrl" : "Observation/1711057490313175000.403b2603-7a71-4082-8a33-cc8f2490593f", - "resource" : { - "resourceType" : "Observation", - "id" : "1711057490313175000.403b2603-7a71-4082-8a33-cc8f2490593f", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" + "fullUrl": "Observation/1730739114785823000.18ed61b6-eca0-47bb-a05f-940d36e93a6f", + "resource": { + "resourceType": "Observation", + "id": "1730739114785823000.18ed61b6-eca0-47bb-a05f-940d36e93a6f", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueCode" : "AOE" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", + "valueCode": "AOE" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ { - "url" : "OBX.2", - "valueId" : "CWE" + "url": "OBX.2", + "valueId": "CWE" }, { - "url" : "OBX.11", - "valueString" : "O" + "url": "OBX.29", + "valueId": "QST" }, { - "url" : "OBX.29", - "valueId" : "QST" + "url": "OBX.11", + "valueString": "O" } ] } ], - "status" : "unknown", - "subject" : { - "reference" : "Patient/1711057490036275000.5766f0bc-eeee-4f50-b9f3-40340efdbde8" + "status": "unknown", + "subject": { + "reference": "Patient/1730739114762168000.c3aba8e9-f298-443e-b3a1-1ee5a8f68250" }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ + "effectiveDateTime": "2023-05-06T05:00:00-05:00", + "_effectiveDateTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506050000-0500" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230506050000-0500" } ] }, - "valueCodeableConcept" : { - "coding" : [ + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "99MDH" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "99MDH" } ], - "code" : "N", - "display" : "No" + "code": "N", + "display": "No" } ] } } }, { - "fullUrl" : "Observation/1711057490315326000.77cd2a7d-1907-453c-8c6d-3212db6a5811", - "resource" : { - "resourceType" : "Observation", - "id" : "1711057490315326000.77cd2a7d-1907-453c-8c6d-3212db6a5811", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" + "fullUrl": "Observation/1730739114788828000.7b33fda8-a4cd-451c-9cae-26f2a7cc728e", + "resource": { + "resourceType": "Observation", + "id": "1730739114788828000.7b33fda8-a4cd-451c-9cae-26f2a7cc728e", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueCode" : "AOE" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", + "valueCode": "AOE" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ { - "url" : "OBX.2", - "valueId" : "CWE" + "url": "OBX.2", + "valueId": "CWE" }, { - "url" : "OBX.11", - "valueString" : "O" + "url": "OBX.29", + "valueId": "QST" }, { - "url" : "OBX.29", - "valueId" : "QST" + "url": "OBX.11", + "valueString": "O" } ] } ], - "status" : "unknown", - "subject" : { - "reference" : "Patient/1711057490036275000.5766f0bc-eeee-4f50-b9f3-40340efdbde8" + "status": "unknown", + "subject": { + "reference": "Patient/1730739114762168000.c3aba8e9-f298-443e-b3a1-1ee5a8f68250" }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ + "effectiveDateTime": "2023-05-06T05:00:00-05:00", + "_effectiveDateTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506050000-0500" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230506050000-0500" } ] }, - "valueCodeableConcept" : { - "coding" : [ + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "99MDH" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "99MDH" } ], - "code" : "N", - "display" : "No" + "code": "N", + "display": "No" } ] } } }, { - "fullUrl" : "Observation/1711057490317098000.ac57ad8d-27d3-48d6-8686-6979ebb59693", - "resource" : { - "resourceType" : "Observation", - "id" : "1711057490317098000.ac57ad8d-27d3-48d6-8686-6979ebb59693", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" + "fullUrl": "Observation/1730739114790984000.0b193cfb-49f2-4d80-a07d-f0e2ee62003a", + "resource": { + "resourceType": "Observation", + "id": "1730739114790984000.0b193cfb-49f2-4d80-a07d-f0e2ee62003a", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueCode" : "AOE" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", + "valueCode": "AOE" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ { - "url" : "OBX.2", - "valueId" : "CWE" + "url": "OBX.2", + "valueId": "CWE" }, { - "url" : "OBX.11", - "valueString" : "O" + "url": "OBX.29", + "valueId": "QST" }, { - "url" : "OBX.29", - "valueId" : "QST" + "url": "OBX.11", + "valueString": "O" } ] } ], - "status" : "unknown", - "subject" : { - "reference" : "Patient/1711057490036275000.5766f0bc-eeee-4f50-b9f3-40340efdbde8" + "status": "unknown", + "subject": { + "reference": "Patient/1730739114762168000.c3aba8e9-f298-443e-b3a1-1ee5a8f68250" }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ + "effectiveDateTime": "2023-05-06T05:00:00-05:00", + "_effectiveDateTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506050000-0500" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230506050000-0500" } ] }, - "valueCodeableConcept" : { - "coding" : [ + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" } ], - "system" : "http://loinc.org", - "code" : "LA12418-2", - "display" : "TPN" + "system": "http://loinc.org", + "code": "LA12418-2", + "display": "TPN" } ] } } }, { - "fullUrl" : "Observation/1711057490322446000.d5906865-982f-4b37-8866-77f168927838", - "resource" : { - "resourceType" : "Observation", - "id" : "1711057490322446000.d5906865-982f-4b37-8866-77f168927838", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "2" + "fullUrl": "Observation/1730739114793111000.b83aa2d3-8969-4069-969f-49217c3aca8d", + "resource": { + "resourceType": "Observation", + "id": "1730739114793111000.b83aa2d3-8969-4069-969f-49217c3aca8d", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "2" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueCode" : "AOE" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", + "valueCode": "AOE" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ { - "url" : "OBX.2", - "valueId" : "CWE" + "url": "OBX.2", + "valueId": "CWE" }, { - "url" : "OBX.11", - "valueString" : "O" + "url": "OBX.29", + "valueId": "QST" }, { - "url" : "OBX.29", - "valueId" : "QST" + "url": "OBX.11", + "valueString": "O" } ] } ], - "status" : "unknown", - "subject" : { - "reference" : "Patient/1711057490036275000.5766f0bc-eeee-4f50-b9f3-40340efdbde8" + "status": "unknown", + "subject": { + "reference": "Patient/1730739114762168000.c3aba8e9-f298-443e-b3a1-1ee5a8f68250" }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ + "effectiveDateTime": "2023-05-06T05:00:00-05:00", + "_effectiveDateTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506050000-0500" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230506050000-0500" } ] }, - "valueCodeableConcept" : { - "coding" : [ + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" } ], - "system" : "http://loinc.org", - "code" : "LA16914-6", - "display" : "BREAST MILK" + "system": "http://loinc.org", + "code": "LA16914-6", + "display": "BREAST MILK" } ] } } }, { - "fullUrl" : "Observation/1711057490325872000.8fe8e639-92a0-4881-a7f3-32a6e5983423", - "resource" : { - "resourceType" : "Observation", - "id" : "1711057490325872000.8fe8e639-92a0-4881-a7f3-32a6e5983423", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" + "fullUrl": "Observation/1730739114795312000.58c7b5f2-2fdb-4f97-9723-046eea56a341", + "resource": { + "resourceType": "Observation", + "id": "1730739114795312000.58c7b5f2-2fdb-4f97-9723-046eea56a341", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueCode" : "AOE" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", + "valueCode": "AOE" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ { - "url" : "OBX.2", - "valueId" : "CWE" + "url": "OBX.2", + "valueId": "CWE" }, { - "url" : "OBX.11", - "valueString" : "O" + "url": "OBX.29", + "valueId": "QST" }, { - "url" : "OBX.29", - "valueId" : "QST" + "url": "OBX.11", + "valueString": "O" } ] } ], - "status" : "unknown", - "subject" : { - "reference" : "Patient/1711057490036275000.5766f0bc-eeee-4f50-b9f3-40340efdbde8" + "status": "unknown", + "subject": { + "reference": "Patient/1730739114762168000.c3aba8e9-f298-443e-b3a1-1ee5a8f68250" }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ + "effectiveDateTime": "2023-05-06T05:00:00-05:00", + "_effectiveDateTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506050000-0500" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230506050000-0500" } ] }, - "valueCodeableConcept" : { - "coding" : [ + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "0516199364" + "code": "0516199364" } ] } } }, { - "fullUrl" : "Observation/1711057490327553000.7dd7a1b1-9503-418d-aa81-e720f23f7f69", - "resource" : { - "resourceType" : "Observation", - "id" : "1711057490327553000.7dd7a1b1-9503-418d-aa81-e720f23f7f69", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" + "fullUrl": "Observation/1730739114797071000.46ad5875-1800-4de1-b266-d690820909eb", + "resource": { + "resourceType": "Observation", + "id": "1730739114797071000.46ad5875-1800-4de1-b266-d690820909eb", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueCode" : "AOE" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", + "valueCode": "AOE" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ { - "url" : "OBX.2", - "valueId" : "ST" + "url": "OBX.2", + "valueId": "ST" }, { - "url" : "OBX.11", - "valueString" : "O" + "url": "OBX.29", + "valueId": "QST" }, { - "url" : "OBX.29", - "valueId" : "QST" + "url": "OBX.11", + "valueString": "O" } ] } ], - "status" : "unknown", - "subject" : { - "reference" : "Patient/1711057490036275000.5766f0bc-eeee-4f50-b9f3-40340efdbde8" + "status": "unknown", + "subject": { + "reference": "Patient/1730739114762168000.c3aba8e9-f298-443e-b3a1-1ee5a8f68250" }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ + "effectiveDateTime": "2023-05-06T05:00:00-05:00", + "_effectiveDateTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506050000-0500" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230506050000-0500" } ] }, - "valueString" : "Daniel Davis/218-555-1000" + "valueString": "Daniel Davis/218-555-1000" } }, { - "fullUrl" : "Observation/1711057490329240000.9c6f7be8-191e-4e95-b58c-8961c72d4461", - "resource" : { - "resourceType" : "Observation", - "id" : "1711057490329240000.9c6f7be8-191e-4e95-b58c-8961c72d4461", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" + "fullUrl": "Observation/1730739114798696000.6a08e93e-7012-4668-920f-6dd0b6086fba", + "resource": { + "resourceType": "Observation", + "id": "1730739114798696000.6a08e93e-7012-4668-920f-6dd0b6086fba", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueCode" : "AOE" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", + "valueCode": "AOE" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ { - "url" : "OBX.2", - "valueId" : "ST" + "url": "OBX.2", + "valueId": "ST" }, { - "url" : "OBX.11", - "valueString" : "O" + "url": "OBX.29", + "valueId": "QST" }, { - "url" : "OBX.29", - "valueId" : "QST" + "url": "OBX.11", + "valueString": "O" } ] } ], - "status" : "unknown", - "subject" : { - "reference" : "Patient/1711057490036275000.5766f0bc-eeee-4f50-b9f3-40340efdbde8" + "status": "unknown", + "subject": { + "reference": "Patient/1730739114762168000.c3aba8e9-f298-443e-b3a1-1ee5a8f68250" }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ + "effectiveDateTime": "2023-05-06T05:00:00-05:00", + "_effectiveDateTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506050000-0500" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230506050000-0500" } ] }, - "valueString" : "DAVIS, DANIEL, MD" + "valueString": "DAVIS, DANIEL, MD" } }, { - "fullUrl" : "Observation/1711057490330670000.3c6c2a55-309d-4d85-a800-dac6d7a8cdf5", - "resource" : { - "resourceType" : "Observation", - "id" : "1711057490330670000.3c6c2a55-309d-4d85-a800-dac6d7a8cdf5", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" + "fullUrl": "Observation/1730739114800274000.f123aecc-501c-43eb-a4a1-5a4489e47952", + "resource": { + "resourceType": "Observation", + "id": "1730739114800274000.f123aecc-501c-43eb-a4a1-5a4489e47952", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueCode" : "AOE" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", + "valueCode": "AOE" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ { - "url" : "OBX.2", - "valueId" : "ST" + "url": "OBX.2", + "valueId": "ST" }, { - "url" : "OBX.11", - "valueString" : "O" + "url": "OBX.29", + "valueId": "QST" }, { - "url" : "OBX.29", - "valueId" : "QST" + "url": "OBX.11", + "valueString": "O" } ] } ], - "status" : "unknown", - "subject" : { - "reference" : "Patient/1711057490036275000.5766f0bc-eeee-4f50-b9f3-40340efdbde8" + "status": "unknown", + "subject": { + "reference": "Patient/1730739114762168000.c3aba8e9-f298-443e-b3a1-1ee5a8f68250" }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ + "effectiveDateTime": "2023-05-06T05:00:00-05:00", + "_effectiveDateTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506050000-0500" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230506050000-0500" } ] }, - "valueString" : "Lakeridge Health Revere" + "valueString": "Lakeridge Health Revere" } }, { - "fullUrl" : "Specimen/1711057490338923000.6c62a067-5366-4186-80c3-978e119eb028", - "resource" : { - "resourceType" : "Specimen", - "id" : "1711057490338923000.6c62a067-5366-4186-80c3-978e119eb028", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", - "valueString" : "SPM" + "fullUrl": "Specimen/1730739114807923000.8f9e2bd9-31bf-4899-ac32-ba62d0b8a7c6", + "resource": { + "resourceType": "Specimen", + "id": "1730739114807923000.8f9e2bd9-31bf-4899-ac32-ba62d0b8a7c6", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", + "valueString": "SPM" } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "EPIC" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "EPIC" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "1.2.840.114350.1.13.145.2.7.2.695071" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "1.2.840.114350.1.13.145.2.7.2.695071" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "ISO" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", - "valueString" : "SPM.2.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", + "valueString": "SPM.2.1" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PGN" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "PGN" } ] }, - "value" : "421832901" + "value": "421832901" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "SCT" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "SCT" } ], - "system" : "http://snomed.info/sct", - "code" : "440500007", - "display" : "Blood spot specimen" + "system": "http://snomed.info/sct", + "code": "440500007", + "display": "Blood spot specimen" } ] }, - "collection" : { - "collectedDateTime" : "2023-05-06T06:00:00-05:00", - "_collectedDateTime" : { - "extension" : [ + "collection": { + "collectedDateTime": "2023-05-06T06:00:00-05:00", + "_collectedDateTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506060000-0500" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230506060000-0500" } ] } diff --git a/prime-router/src/testIntegration/resources/datatests/HL7_to_FHIR/sample_orm_20230809-001-with-enrichment.fhir b/prime-router/src/testIntegration/resources/datatests/HL7_to_FHIR/sample_orm_20230809-001-with-enrichment.fhir index 79b994c95a1..c8349b24c2b 100644 --- a/prime-router/src/testIntegration/resources/datatests/HL7_to_FHIR/sample_orm_20230809-001-with-enrichment.fhir +++ b/prime-router/src/testIntegration/resources/datatests/HL7_to_FHIR/sample_orm_20230809-001-with-enrichment.fhir @@ -1,677 +1,671 @@ { - "resourceType" : "Bundle", - "id" : "1707847039699548000.20a09324-cf16-43bc-9328-52840bc77a0a", - "meta" : { - "lastUpdated" : "2024-02-13T11:57:19.729-06:00" + "resourceType": "Bundle", + "id": "1730739044768853000.b4938369-ac66-4abc-93a6-c1a8db4da033", + "meta": { + "lastUpdated": "2024-11-04T11:50:44.779-05:00" }, - "identifier" : { - "system" : "https://reportstream.cdc.gov/prime-router", - "value" : "31808297" + "identifier": { + "system": "https://reportstream.cdc.gov/prime-router", + "value": "31808297" }, - "type" : "message", - "timestamp" : "2023-05-06T05:29:16.000-05:00", - "entry" : [ + "type": "message", + "timestamp": "2023-05-06T06:29:16.000-04:00", + "entry": [ { - "fullUrl" : "MessageHeader/87c2d0db-6f31-3666-b9e2-7152e039c11f", - "resource" : { - "resourceType" : "MessageHeader", - "id" : "87c2d0db-6f31-3666-b9e2-7152e039c11f", - "meta" : { - "tag" : [ + "fullUrl": "MessageHeader/1730739044854563000.a02af09b-b5fc-460a-879d-d38e881ba202", + "resource": { + "resourceType": "MessageHeader", + "id": "1730739044854563000.a02af09b-b5fc-460a-879d-d38e881ba202", + "meta": { + "tag": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0103", - "code" : "P" + "system": "http://terminology.hl7.org/CodeSystem/v2-0103", + "code": "P" } ] }, - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/msh-message-header", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/msh-message-header", + "extension": [ { - "url" : "MSH.7", - "valueString" : "20230506052916-0500" + "url": "MSH.7", + "valueString": "20230506052916-0500" }, { - "url" : "MSH.15", - "valueString" : "AL" + "url": "MSH.15", + "valueString": "AL" }, { - "url" : "MSH.16", - "valueString" : "AL" + "url": "MSH.16", + "valueString": "AL" }, { - "url" : "MSH.21", - "valueIdentifier" : { - "extension" : [ + "url": "MSH.21", + "valueIdentifier": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.113883.9.82" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.113883.9.82" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "value" : "LAB_PRU_COMPONENT" + "value": "LAB_PRU_COMPONENT" } }, { - "url" : "MSH.21", - "valueIdentifier" : { - "extension" : [ + "url": "MSH.21", + "valueIdentifier": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.113883.9.22" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.113883.9.22" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "value" : "LAB_TO_COMPONENT" + "value": "LAB_TO_COMPONENT" } }, { - "url" : "MSH.21", - "valueIdentifier" : { - "extension" : [ + "url": "MSH.21", + "valueIdentifier": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.113883.9.22" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.113883.9.22" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "value" : "LAB_THREE_COMPONENT" + "value": "LAB_THREE_COMPONENT" } } ] } ], - "eventCoding" : { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0003", - "code" : "O01", - "display" : "ORM^O01^ORM_O01" + "eventCoding": { + "system": "http://terminology.hl7.org/CodeSystem/v2-0003", + "code": "O01", + "display": "ORM^O01^ORM_O01" }, - "destination" : [ + "destination": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "natus.health.state.mn.us" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "natus.health.state.mn.us" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "DNS" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "DNS" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "MSH.5" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "MSH.5" } ], - "name" : "NATUS", - "receiver" : { - "reference" : "Organization/1707847039803464000.ea58b9a4-d88c-4058-88ad-f7c5ded76902" + "name": "NATUS", + "receiver": { + "reference": "Organization/1730739044853311000.a7c7630d-0fe8-4c46-aaf7-e3d8731f18b6" } } ], - "sender" : { - "reference" : "Organization/1707847039773359000.26190dfc-35d6-4bdc-bac2-54a57ab2aaac" + "sender": { + "reference": "Organization/1730739044832105000.94f279f5-2ad0-4b90-b5ad-80f818bd000e" }, - "source" : { - "extension" : [ + "source": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Epic" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Epic" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "1.2.840.114350.1.13.145.2.7.2.695071" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "1.2.840.114350.1.13.145.2.7.2.695071" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "ISO" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "MSH.3" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "MSH.3" } ], - "software" : "Purple PRIME ReportStream", - "version" : "0.2-YELLOW", - "endpoint" : "urn:oid:1.2.840.114350.1.13.145.2.7.2.695071" + "software": "Purple PRIME ReportStream", + "version": "0.2-YELLOW", + "endpoint": "urn:oid:1.2.840.114350.1.13.145.2.7.2.695071" } } }, { - "fullUrl" : "Organization/1707847039773359000.26190dfc-35d6-4bdc-bac2-54a57ab2aaac", - "resource" : { - "resourceType" : "Organization", - "id" : "1707847039773359000.26190dfc-35d6-4bdc-bac2-54a57ab2aaac", - "identifier" : [ + "fullUrl": "Organization/1730739044832105000.94f279f5-2ad0-4b90-b5ad-80f818bd000e", + "resource": { + "resourceType": "Organization", + "id": "1730739044832105000.94f279f5-2ad0-4b90-b5ad-80f818bd000e", + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" } ], - "value" : "Centracare" + "value": "Centracare" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.2,HD.3" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0301", - "code" : "DNS" + "system": "http://terminology.hl7.org/CodeSystem/v2-0301", + "code": "DNS" } ] }, - "value" : "centracare.com" + "value": "centracare.com" } ] } }, { - "fullUrl" : "Organization/1707847039803464000.ea58b9a4-d88c-4058-88ad-f7c5ded76902", - "resource" : { - "resourceType" : "Organization", - "id" : "1707847039803464000.ea58b9a4-d88c-4058-88ad-f7c5ded76902", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "MSH.6" + "fullUrl": "Organization/1730739044853311000.a7c7630d-0fe8-4c46-aaf7-e3d8731f18b6", + "resource": { + "resourceType": "Organization", + "id": "1730739044853311000.a7c7630d-0fe8-4c46-aaf7-e3d8731f18b6", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "MSH.6" } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" } ], - "value" : "MN Public Health Lab" + "value": "MN Public Health Lab" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.2,HD.3" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0301", - "code" : "ISO" + "system": "http://terminology.hl7.org/CodeSystem/v2-0301", + "code": "ISO" } ] }, - "system" : "urn:ietf:rfc:3986", - "value" : "2.16.840.1.114222.4.1.10080" + "system": "urn:ietf:rfc:3986", + "value": "2.16.840.1.114222.4.1.10080" } ] } }, { - "fullUrl" : "Patient/1707847040239572000.c4a5ef84-2bdc-4c8a-a9cc-4daf0244cfbb", - "resource" : { - "resourceType" : "Patient", - "id" : "1707847040239572000.c4a5ef84-2bdc-4c8a-a9cc-4daf0244cfbb", - "extension" : [ + "fullUrl": "Patient/1730739045468027000.a6aaa802-b1a3-4d6e-a44f-16db0b64663f", + "resource": { + "resourceType": "Patient", + "id": "1730739045468027000.a6aaa802-b1a3-4d6e-a44f-16db0b64663f", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/pid-patient", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/pid-patient", + "extension": [ { - "url" : "PID.8" + "url": "PID.8" }, { - "url" : "PID.24", - "valueString" : "Y" + "url": "PID.24", + "valueString": "Y" }, { - "url" : "PID.30", - "valueString" : "N" + "url": "PID.30", + "valueString": "N" } ] }, { - "url" : "http://hl7.org/fhir/StructureDefinition/patient-mothersMaidenName", - "valueHumanName" : { - "extension" : [ + "url": "http://hl7.org/fhir/StructureDefinition/patient-mothersMaidenName", + "valueHumanName": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", + "extension": [ { - "url" : "XPN.2", - "valueString" : "BB SARAH" + "url": "XPN.2", + "valueString": "BB SARAH" } ] } ], - "family" : "SMITH", - "given" : [ + "family": "SMITH", + "given": [ "BB SARAH" ] } } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier", + "extension": [ { - "url" : "CX.5", - "valueString" : "MR" + "url": "CX.5", + "valueString": "MR" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PID.3" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PID.3" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "code" : "MR" + "code": "MR" } ] }, - "value" : "11102779", - "assigner" : { - "reference" : "Organization/1707847040212466000.839717a1-adb9-4b95-a629-3cb2455bbe9c" + "value": "11102779", + "assigner": { + "reference": "Organization/1730739045436383000.143cca78-1d3b-49b5-855d-0b68ae8fd374" } } ], - "name" : [ + "name": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", + "extension": [ { - "url" : "XPN.2", - "valueString" : "BB SARAH" + "url": "XPN.2", + "valueString": "BB SARAH" }, { - "url" : "XPN.7", - "valueString" : "L" + "url": "XPN.7", + "valueString": "L" } ] } ], - "use" : "official", - "family" : "SMITH", - "given" : [ + "use": "official", + "family": "SMITH", + "given": [ "BB SARAH" ] } ], - "telecom" : [ + "telecom": [ { - "extension" : [ + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", - "valueString" : "763" + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString": "763" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "555555" + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString": "555555" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ { - "url" : "XTN.3", - "valueString" : "PH" + "url": "XTN.3", + "valueString": "PH" }, { - "url" : "XTN.7", - "valueString" : "555555" + "url": "XTN.7", + "valueString": "555555" }, { - "url" : "XTN.9", - "valueString" : "(763)555-5555" + "url": "XTN.9", + "valueString": "(763)555-5555" } ] } ], - "system" : "phone", - "use" : "home" + "system": "phone", + "use": "home" } ], - "gender" : "male", - "birthDate" : "2023-05-04", - "_birthDate" : { - "extension" : [ + "gender": "male", + "birthDate": "2023-05-04", + "_birthDate": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230504131023-0500" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230504131023-0500" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/patient-birthTime", - "valueDateTime" : "2023-05-04T13:10:23-05:00" + "url": "http://hl7.org/fhir/StructureDefinition/patient-birthTime", + "valueDateTime": "2023-05-04T13:10:23-05:00" } ] }, - "deceasedBoolean" : false, - "address" : [ + "deceasedBoolean": false, + "address": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ { - "url" : "SAD.1", - "valueString" : "555 STATE HIGHWAY 13" + "url": "SAD.1", + "valueString": "555 STATE HIGHWAY 13" } ] }, { - "url" : "XAD.7", - "valueCode" : "H" + "url": "XAD.7", + "valueCode": "H" } ] } ], - "use" : "home", - "line" : [ + "use": "home", + "line": [ "555 STATE HIGHWAY 13" ], - "city" : "DEER CREEK", - "district" : "OTTER TAIL", - "state" : "MN", - "postalCode" : "56527-9657", - "country" : "USA" + "city": "DEER CREEK", + "district": "OTTER TAIL", + "state": "MN", + "postalCode": "56527-9657", + "country": "USA" } ], - "multipleBirthInteger" : 2, - "link" : [ + "multipleBirthInteger": 2, + "link": [ { - "other" : { - "reference" : "RelatedPerson/1707847040228223000.eed99dd8-9b3a-4f18-8bf3-3e17975f6616" + "other": { + "reference": "RelatedPerson/1730739045452628000.7cc7bd01-5335-4089-bb4a-452daa11cff5" }, - "type" : "seealso" + "type": "seealso" } ] } }, { - "fullUrl" : "Organization/1707847040212466000.839717a1-adb9-4b95-a629-3cb2455bbe9c", - "resource" : { - "resourceType" : "Organization", - "id" : "1707847040212466000.839717a1-adb9-4b95-a629-3cb2455bbe9c", - "identifier" : [ + "fullUrl": "Organization/1730739045436383000.143cca78-1d3b-49b5-855d-0b68ae8fd374", + "resource": { + "resourceType": "Organization", + "id": "1730739045436383000.143cca78-1d3b-49b5-855d-0b68ae8fd374", + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" } ], - "value" : "CRPMRN" + "value": "CRPMRN" } ] } }, { - "fullUrl" : "RelatedPerson/1707847040228223000.eed99dd8-9b3a-4f18-8bf3-3e17975f6616", - "resource" : { - "resourceType" : "RelatedPerson", - "id" : "1707847040228223000.eed99dd8-9b3a-4f18-8bf3-3e17975f6616", - "identifier" : [ + "fullUrl": "RelatedPerson/1730739045452628000.7cc7bd01-5335-4089-bb4a-452daa11cff5", + "resource": { + "resourceType": "RelatedPerson", + "id": "1730739045452628000.7cc7bd01-5335-4089-bb4a-452daa11cff5", + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", - "valueString" : "SADIE" + "url": "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString": "SADIE" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", - "valueString" : "S" + "url": "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueString": "S" } ], - "value" : "SMITH" + "value": "SMITH" } ] } }, { - "fullUrl" : "ServiceRequest/1707847040256925000.2584ab72-0d21-475d-a0c8-7b387ea2f0fd", - "resource" : { - "resourceType" : "ServiceRequest", - "id" : "1707847040256925000.2584ab72-0d21-475d-a0c8-7b387ea2f0fd", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", - "valueCode" : "NW" + "fullUrl": "ServiceRequest/1730739045486998000.12434c42-eb33-4391-95ed-206405199d4d", + "resource": { + "resourceType": "ServiceRequest", + "id": "1730739045486998000.12434c42-eb33-4391-95ed-206405199d4d", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", + "valueCode": "NW" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", - "valueString" : "20230506052913-0500" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", + "valueString": "20230506052913-0500" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/orc-common-order", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/orc-common-order", + "extension": [ { - "url" : "orc-21-ordering-facility-name", - "valueReference" : { - "reference" : "Organization/1707847040252066000.153d3558-35e2-4828-8a93-fff1afee50ae" + "url": "orc-21-ordering-facility-name", + "valueReference": { + "reference": "Organization/1730739045482221000.12655f3b-3a76-4149-92c7-eab672b22b75" } }, { - "url" : "orc-21-ordering-facility-name", - "valueReference" : { - "reference" : "Organization/1707847040252956000.3d97593b-e670-40a5-a230-ddb929e5af4c" + "url": "orc-21-ordering-facility-name", + "valueReference": { + "reference": "Organization/1730739045483655000.fbf465a4-777d-44dd-84de-ab216725b063" } }, { - "url" : "orc-12-ordering-provider", - "valueReference" : { - "reference" : "Practitioner/1707847040254368000.50514b93-84f6-4b7a-873b-68c878820d87" + "url": "orc-12-ordering-provider", + "valueReference": { + "reference": "Practitioner/1730739045485318000.50da42d9-9ed8-49ca-8ce1-eb63a81a9606" } } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", + "extension": [ { - "url" : "OBR.2", - "valueIdentifier" : { - "extension" : [ + "url": "OBR.2", + "valueIdentifier": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "EPIC" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "EPIC" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "1.2.840.114350.1.13.145.2.7.2.695071" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "1.2.840.114350.1.13.145.2.7.2.695071" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "value" : "421832901" + "value": "421832901" } } ] } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "ORC.2" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "EPIC" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "EPIC" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "1.2.840.114350.1.13.145.2.7.2.695071" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "1.2.840.114350.1.13.145.2.7.2.695071" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PLAC" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "PLAC" } ] }, - "value" : "421832901" + "value": "421832901" } ], - "status" : "unknown", - "subject" : { - "reference" : "Patient/1707847040239572000.c4a5ef84-2bdc-4c8a-a9cc-4daf0244cfbb" + "status": "unknown", + "subject": { + "reference": "Patient/1730739045468027000.a6aaa802-b1a3-4d6e-a44f-16db0b64663f" }, - "authoredOn" : "2023-05-06T05:29:13-05:00", - "_authoredOn" : { - "extension" : [ + "authoredOn": "2023-05-06T05:29:13-05:00", + "_authoredOn": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506052913-0500" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230506052913-0500" } ] }, - "requester" : { - "reference" : "PractitionerRole/1707847040245824000.44f7af0a-940c-495a-90bf-c7b29c1065bc" + "requester": { + "reference": "PractitionerRole/1730739045475925000.e4ec22c3-0315-4b18-a42c-fe9e88296e4c" } } }, { - "fullUrl" : "Organization/1707847040246197000.f878df3a-5f70-4d4b-94c4-458c2cf2f17d", - "resource" : { - "resourceType" : "Organization", - "id" : "1707847040246197000.f878df3a-5f70-4d4b-94c4-458c2cf2f17d", - "identifier" : [ + "fullUrl": "Organization/1730739045476392000.19543a23-10bc-47cb-9da4-707a24b3a6ed", + "resource": { + "resourceType": "Organization", + "id": "1730739045476392000.19543a23-10bc-47cb-9da4-707a24b3a6ed", + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" } ], - "value" : "NPI" + "value": "NPI" } ] } }, { - "fullUrl" : "Practitioner/1707847040247436000.31b0f5dd-7b8e-465c-8c25-5021636ad132", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1707847040247436000.31b0f5dd-7b8e-465c-8c25-5021636ad132", - "extension" : [ + "fullUrl": "Practitioner/1730739045477799000.3e4230fe-22a6-4972-8a1e-a8be2c2234be", + "resource": { + "resourceType": "Practitioner", + "id": "1730739045477799000.3e4230fe-22a6-4972-8a1e-a8be2c2234be", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "NPI" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-unknown-type" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "NPI" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ { - "url" : "XCN.3", - "valueString" : "JANE" + "url": "XCN.3", + "valueString": "JANE" }, { - "url" : "XCN.10", - "valueString" : "L" + "url": "XCN.10", + "valueString": "L" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.12" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "ORC.12" } ], - "identifier" : [ + "identifier": [ { - "type" : { - "coding" : [ + "type": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true } ], - "code" : "NPI" + "code": "NPI" } ] }, - "value" : "1265136360", - "assigner" : { - "reference" : "Organization/1707847040246197000.f878df3a-5f70-4d4b-94c4-458c2cf2f17d" + "value": "1265136360", + "assigner": { + "reference": "Organization/1730739045476392000.19543a23-10bc-47cb-9da4-707a24b3a6ed" } } ], - "name" : [ + "name": [ { - "use" : "official", - "family" : "JONES", - "given" : [ + "use": "official", + "family": "JONES", + "given": [ "JANE" ] } @@ -679,22 +673,22 @@ } }, { - "fullUrl" : "Organization/1707847040248788000.9a03e625-1b10-4b57-8540-fbc5705f0454", - "resource" : { - "resourceType" : "Organization", - "id" : "1707847040248788000.9a03e625-1b10-4b57-8540-fbc5705f0454", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ + "fullUrl": "Organization/1730739045479084000.cda1b269-0a63-4666-a1bd-d140ad91e24d", + "resource": { + "resourceType": "Organization", + "id": "1730739045479084000.cda1b269-0a63-4666-a1bd-d140ad91e24d", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" } ] } @@ -703,78 +697,72 @@ } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ { - "url" : "XON.10", - "valueString" : "1043269798" + "url": "XON.10", + "valueString": "1043269798" } ] } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "CMS" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-unknown-type" - }, + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "CMS" } ] } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "NPI" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "NPI" } ] }, - "value" : "1043269798" + "value": "1043269798" } ], - "name" : "ST. CLOUD HOSPITAL" + "name": "ST. CLOUD HOSPITAL" } }, { - "fullUrl" : "PractitionerRole/1707847040245824000.44f7af0a-940c-495a-90bf-c7b29c1065bc", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1707847040245824000.44f7af0a-940c-495a-90bf-c7b29c1065bc", - "practitioner" : { - "reference" : "Practitioner/1707847040247436000.31b0f5dd-7b8e-465c-8c25-5021636ad132" + "fullUrl": "PractitionerRole/1730739045475925000.e4ec22c3-0315-4b18-a42c-fe9e88296e4c", + "resource": { + "resourceType": "PractitionerRole", + "id": "1730739045475925000.e4ec22c3-0315-4b18-a42c-fe9e88296e4c", + "practitioner": { + "reference": "Practitioner/1730739045477799000.3e4230fe-22a6-4972-8a1e-a8be2c2234be" }, - "organization" : { - "reference" : "Organization/1707847040248788000.9a03e625-1b10-4b57-8540-fbc5705f0454" + "organization": { + "reference": "Organization/1730739045479084000.cda1b269-0a63-4666-a1bd-d140ad91e24d" } } }, { - "fullUrl" : "Organization/1707847040252066000.153d3558-35e2-4828-8a93-fff1afee50ae", - "resource" : { - "resourceType" : "Organization", - "id" : "1707847040252066000.153d3558-35e2-4828-8a93-fff1afee50ae", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ + "fullUrl": "Organization/1730739045482221000.12655f3b-3a76-4149-92c7-eab672b22b75", + "resource": { + "resourceType": "Organization", + "id": "1730739045482221000.12655f3b-3a76-4149-92c7-eab672b22b75", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" } ] } @@ -783,65 +771,59 @@ } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ { - "url" : "XON.10", - "valueString" : "1043269798" + "url": "XON.10", + "valueString": "1043269798" } ] } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "CMS" - }, + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-unknown-type" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "CMS" } ] } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "NPI" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "NPI" } ] }, - "value" : "1043269798" + "value": "1043269798" } ], - "name" : "ST. CLOUD HOSPITAL" + "name": "ST. CLOUD HOSPITAL" } }, { - "fullUrl" : "Organization/1707847040252956000.3d97593b-e670-40a5-a230-ddb929e5af4c", - "resource" : { - "resourceType" : "Organization", - "id" : "1707847040252956000.3d97593b-e670-40a5-a230-ddb929e5af4c", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ + "fullUrl": "Organization/1730739045483655000.fbf465a4-777d-44dd-84de-ab216725b063", + "resource": { + "resourceType": "Organization", + "id": "1730739045483655000.fbf465a4-777d-44dd-84de-ab216725b063", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" } ] } @@ -850,127 +832,115 @@ } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ { - "url" : "XON.10", - "valueString" : "739" + "url": "XON.10", + "valueString": "739" } ] } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "MN Public Health Lab" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-unknown-type" - }, + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "MN Public Health Lab" } ] } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "NPI" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "NPI" } ] }, - "value" : "739" + "value": "739" } ], - "name" : "ST. CLOUD HOSPITAL" + "name": "ST. CLOUD HOSPITAL" } }, { - "fullUrl" : "Organization/1707847040253541000.744956ab-93bf-44c9-9728-d432cad078ba", - "resource" : { - "resourceType" : "Organization", - "id" : "1707847040253541000.744956ab-93bf-44c9-9728-d432cad078ba", - "identifier" : [ + "fullUrl": "Organization/1730739045484200000.76b8dad6-c380-4ecd-a397-d56cd876c36a", + "resource": { + "resourceType": "Organization", + "id": "1730739045484200000.76b8dad6-c380-4ecd-a397-d56cd876c36a", + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" } ], - "value" : "NPI" + "value": "NPI" } ] } }, { - "fullUrl" : "Practitioner/1707847040254368000.50514b93-84f6-4b7a-873b-68c878820d87", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1707847040254368000.50514b93-84f6-4b7a-873b-68c878820d87", - "extension" : [ + "fullUrl": "Practitioner/1730739045485318000.50da42d9-9ed8-49ca-8ce1-eb63a81a9606", + "resource": { + "resourceType": "Practitioner", + "id": "1730739045485318000.50da42d9-9ed8-49ca-8ce1-eb63a81a9606", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "NPI" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-unknown-type" - }, + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "NPI" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ { - "url" : "XCN.3", - "valueString" : "JANE" + "url": "XCN.3", + "valueString": "JANE" }, { - "url" : "XCN.10", - "valueString" : "L" + "url": "XCN.10", + "valueString": "L" } ] } ], - "identifier" : [ + "identifier": [ { - "type" : { - "coding" : [ + "type": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true } ], - "code" : "NPI" + "code": "NPI" } ] }, - "value" : "1265136360", - "assigner" : { - "reference" : "Organization/1707847040253541000.744956ab-93bf-44c9-9728-d432cad078ba" + "value": "1265136360", + "assigner": { + "reference": "Organization/1730739045484200000.76b8dad6-c380-4ecd-a397-d56cd876c36a" } } ], - "name" : [ + "name": [ { - "use" : "official", - "family" : "JONES", - "given" : [ + "use": "official", + "family": "JONES", + "given": [ "JANE" ] } @@ -978,723 +948,723 @@ } }, { - "fullUrl" : "Observation/1707847040443634000.464d6ec3-104b-4e33-9753-08279fe67e1a", - "resource" : { - "resourceType" : "Observation", - "id" : "1707847040443634000.464d6ec3-104b-4e33-9753-08279fe67e1a", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" + "fullUrl": "Observation/1730739045689805000.da48cbda-80e8-48e3-8374-38873b0f7770", + "resource": { + "resourceType": "Observation", + "id": "1730739045689805000.da48cbda-80e8-48e3-8374-38873b0f7770", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueCode" : "AOE" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", + "valueCode": "AOE" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ { - "url" : "OBX.2", - "valueId" : "NM" + "url": "OBX.2", + "valueId": "NM" }, { - "url" : "OBX.6" + "url": "OBX.6" }, { - "url" : "OBX.11", - "valueString" : "O" + "url": "OBX.29", + "valueId": "QST" }, { - "url" : "OBX.29", - "valueId" : "QST" + "url": "OBX.11", + "valueString": "O" } ] } ], - "status" : "unknown", - "subject" : { - "reference" : "Patient/1707847040239572000.c4a5ef84-2bdc-4c8a-a9cc-4daf0244cfbb" + "status": "unknown", + "subject": { + "reference": "Patient/1730739045468027000.a6aaa802-b1a3-4d6e-a44f-16db0b64663f" }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ + "effectiveDateTime": "2023-05-06T05:00:00-05:00", + "_effectiveDateTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506050000-0500" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230506050000-0500" } ] }, - "valueQuantity" : { - "value" : 1769.859285, - "unit" : "gram", - "system" : "UCUM", - "code" : "g" + "valueQuantity": { + "value": 1769.859285, + "unit": "gram", + "system": "UCUM", + "code": "g" } } }, { - "fullUrl" : "Observation/1707847040448325000.c15ce93a-0a69-4120-86ab-4534d8661b60", - "resource" : { - "resourceType" : "Observation", - "id" : "1707847040448325000.c15ce93a-0a69-4120-86ab-4534d8661b60", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" + "fullUrl": "Observation/1730739045692808000.abe30e64-14d3-41cb-a5c3-abe28db35af5", + "resource": { + "resourceType": "Observation", + "id": "1730739045692808000.abe30e64-14d3-41cb-a5c3-abe28db35af5", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueCode" : "AOE" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", + "valueCode": "AOE" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ { - "url" : "OBX.2", - "valueId" : "NM" + "url": "OBX.2", + "valueId": "NM" }, { - "url" : "OBX.6" + "url": "OBX.6" }, { - "url" : "OBX.11", - "valueString" : "O" + "url": "OBX.29", + "valueId": "QST" }, { - "url" : "OBX.29", - "valueId" : "QST" + "url": "OBX.11", + "valueString": "O" } ] } ], - "status" : "unknown", - "subject" : { - "reference" : "Patient/1707847040239572000.c4a5ef84-2bdc-4c8a-a9cc-4daf0244cfbb" + "status": "unknown", + "subject": { + "reference": "Patient/1730739045468027000.a6aaa802-b1a3-4d6e-a44f-16db0b64663f" }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ + "effectiveDateTime": "2023-05-06T05:00:00-05:00", + "_effectiveDateTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506050000-0500" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230506050000-0500" } ] }, - "valueQuantity" : { - "value" : 32, - "unit" : "week", - "system" : "UCUM", - "code" : "wk" + "valueQuantity": { + "value": 32, + "unit": "week", + "system": "UCUM", + "code": "wk" } } }, { - "fullUrl" : "Observation/1707847040451312000.bfeea92a-6560-461e-a28d-84df7aa878a7", - "resource" : { - "resourceType" : "Observation", - "id" : "1707847040451312000.bfeea92a-6560-461e-a28d-84df7aa878a7", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" + "fullUrl": "Observation/1730739045695721000.ca344441-ce4c-47d3-b018-d9b7f6a06e41", + "resource": { + "resourceType": "Observation", + "id": "1730739045695721000.ca344441-ce4c-47d3-b018-d9b7f6a06e41", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueCode" : "AOE" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", + "valueCode": "AOE" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ { - "url" : "OBX.2", - "valueId" : "CWE" + "url": "OBX.2", + "valueId": "CWE" }, { - "url" : "OBX.11", - "valueString" : "O" + "url": "OBX.29", + "valueId": "QST" }, { - "url" : "OBX.29", - "valueId" : "QST" + "url": "OBX.11", + "valueString": "O" } ] } ], - "status" : "unknown", - "subject" : { - "reference" : "Patient/1707847040239572000.c4a5ef84-2bdc-4c8a-a9cc-4daf0244cfbb" + "status": "unknown", + "subject": { + "reference": "Patient/1730739045468027000.a6aaa802-b1a3-4d6e-a44f-16db0b64663f" }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ + "effectiveDateTime": "2023-05-06T05:00:00-05:00", + "_effectiveDateTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506050000-0500" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230506050000-0500" } ] }, - "valueCodeableConcept" : { - "coding" : [ + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" } ], - "system" : "http://loinc.org", - "code" : "LA12419-0", - "display" : "INFANT IN NICU AT TIME OF SPECIMEN COLLECTION" + "system": "http://loinc.org", + "code": "LA12419-0", + "display": "INFANT IN NICU AT TIME OF SPECIMEN COLLECTION" } ] } } }, { - "fullUrl" : "Observation/1707847040453664000.0200154d-5d5f-46c6-8fba-9f88907ceb61", - "resource" : { - "resourceType" : "Observation", - "id" : "1707847040453664000.0200154d-5d5f-46c6-8fba-9f88907ceb61", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" + "fullUrl": "Observation/1730739045698125000.69ecfe90-4d71-4eba-8639-7cd2b5ca865c", + "resource": { + "resourceType": "Observation", + "id": "1730739045698125000.69ecfe90-4d71-4eba-8639-7cd2b5ca865c", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueCode" : "AOE" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", + "valueCode": "AOE" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ { - "url" : "OBX.2", - "valueId" : "CWE" + "url": "OBX.2", + "valueId": "CWE" }, { - "url" : "OBX.11", - "valueString" : "O" + "url": "OBX.29", + "valueId": "QST" }, { - "url" : "OBX.29", - "valueId" : "QST" + "url": "OBX.11", + "valueString": "O" } ] } ], - "status" : "unknown", - "subject" : { - "reference" : "Patient/1707847040239572000.c4a5ef84-2bdc-4c8a-a9cc-4daf0244cfbb" + "status": "unknown", + "subject": { + "reference": "Patient/1730739045468027000.a6aaa802-b1a3-4d6e-a44f-16db0b64663f" }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ + "effectiveDateTime": "2023-05-06T05:00:00-05:00", + "_effectiveDateTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506050000-0500" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230506050000-0500" } ] }, - "valueCodeableConcept" : { - "coding" : [ + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "99MDH" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "99MDH" } ], - "code" : "N", - "display" : "No" + "code": "N", + "display": "No" } ] } } }, { - "fullUrl" : "Observation/1707847040456098000.75d73472-658d-49ad-b2ca-a6207ffdff93", - "resource" : { - "resourceType" : "Observation", - "id" : "1707847040456098000.75d73472-658d-49ad-b2ca-a6207ffdff93", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" + "fullUrl": "Observation/1730739045700350000.59a61811-fb31-472b-b7e6-f524364d158b", + "resource": { + "resourceType": "Observation", + "id": "1730739045700350000.59a61811-fb31-472b-b7e6-f524364d158b", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueCode" : "AOE" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", + "valueCode": "AOE" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ { - "url" : "OBX.2", - "valueId" : "CWE" + "url": "OBX.2", + "valueId": "CWE" }, { - "url" : "OBX.11", - "valueString" : "O" + "url": "OBX.29", + "valueId": "QST" }, { - "url" : "OBX.29", - "valueId" : "QST" + "url": "OBX.11", + "valueString": "O" } ] } ], - "status" : "unknown", - "subject" : { - "reference" : "Patient/1707847040239572000.c4a5ef84-2bdc-4c8a-a9cc-4daf0244cfbb" + "status": "unknown", + "subject": { + "reference": "Patient/1730739045468027000.a6aaa802-b1a3-4d6e-a44f-16db0b64663f" }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ + "effectiveDateTime": "2023-05-06T05:00:00-05:00", + "_effectiveDateTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506050000-0500" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230506050000-0500" } ] }, - "valueCodeableConcept" : { - "coding" : [ + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "99MDH" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "99MDH" } ], - "code" : "N", - "display" : "No" + "code": "N", + "display": "No" } ] } } }, { - "fullUrl" : "Observation/1707847040458823000.f538e528-ff23-45ea-8468-98f1eb43ca85", - "resource" : { - "resourceType" : "Observation", - "id" : "1707847040458823000.f538e528-ff23-45ea-8468-98f1eb43ca85", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" + "fullUrl": "Observation/1730739045703506000.1e33d28c-8a2b-43ea-aca4-4476031b9f67", + "resource": { + "resourceType": "Observation", + "id": "1730739045703506000.1e33d28c-8a2b-43ea-aca4-4476031b9f67", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueCode" : "AOE" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", + "valueCode": "AOE" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ { - "url" : "OBX.2", - "valueId" : "CWE" + "url": "OBX.2", + "valueId": "CWE" }, { - "url" : "OBX.11", - "valueString" : "O" + "url": "OBX.29", + "valueId": "QST" }, { - "url" : "OBX.29", - "valueId" : "QST" + "url": "OBX.11", + "valueString": "O" } ] } ], - "status" : "unknown", - "subject" : { - "reference" : "Patient/1707847040239572000.c4a5ef84-2bdc-4c8a-a9cc-4daf0244cfbb" + "status": "unknown", + "subject": { + "reference": "Patient/1730739045468027000.a6aaa802-b1a3-4d6e-a44f-16db0b64663f" }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ + "effectiveDateTime": "2023-05-06T05:00:00-05:00", + "_effectiveDateTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506050000-0500" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230506050000-0500" } ] }, - "valueCodeableConcept" : { - "coding" : [ + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "99MDH" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "99MDH" } ], - "code" : "N", - "display" : "No" + "code": "N", + "display": "No" } ] } } }, { - "fullUrl" : "Observation/1707847040460546000.a1fa7830-b4b1-4a74-b5e6-e21430a9fbf6", - "resource" : { - "resourceType" : "Observation", - "id" : "1707847040460546000.a1fa7830-b4b1-4a74-b5e6-e21430a9fbf6", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" + "fullUrl": "Observation/1730739045706083000.ac447d16-c594-4fac-8571-432fc8f7ca2e", + "resource": { + "resourceType": "Observation", + "id": "1730739045706083000.ac447d16-c594-4fac-8571-432fc8f7ca2e", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueCode" : "AOE" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", + "valueCode": "AOE" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ { - "url" : "OBX.2", - "valueId" : "CWE" + "url": "OBX.2", + "valueId": "CWE" }, { - "url" : "OBX.11", - "valueString" : "O" + "url": "OBX.29", + "valueId": "QST" }, { - "url" : "OBX.29", - "valueId" : "QST" + "url": "OBX.11", + "valueString": "O" } ] } ], - "status" : "unknown", - "subject" : { - "reference" : "Patient/1707847040239572000.c4a5ef84-2bdc-4c8a-a9cc-4daf0244cfbb" + "status": "unknown", + "subject": { + "reference": "Patient/1730739045468027000.a6aaa802-b1a3-4d6e-a44f-16db0b64663f" }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ + "effectiveDateTime": "2023-05-06T05:00:00-05:00", + "_effectiveDateTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506050000-0500" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230506050000-0500" } ] }, - "valueCodeableConcept" : { - "coding" : [ + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" } ], - "system" : "http://loinc.org", - "code" : "LA12418-2", - "display" : "TPN" + "system": "http://loinc.org", + "code": "LA12418-2", + "display": "TPN" } ] } } }, { - "fullUrl" : "Observation/1707847040463341000.b05f6ec1-5822-4d37-9e68-658b5f92681c", - "resource" : { - "resourceType" : "Observation", - "id" : "1707847040463341000.b05f6ec1-5822-4d37-9e68-658b5f92681c", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "2" + "fullUrl": "Observation/1730739045708800000.071d99fc-d52a-49eb-8832-5ea9a8783a51", + "resource": { + "resourceType": "Observation", + "id": "1730739045708800000.071d99fc-d52a-49eb-8832-5ea9a8783a51", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "2" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueCode" : "AOE" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", + "valueCode": "AOE" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ { - "url" : "OBX.2", - "valueId" : "CWE" + "url": "OBX.2", + "valueId": "CWE" }, { - "url" : "OBX.11", - "valueString" : "O" + "url": "OBX.29", + "valueId": "QST" }, { - "url" : "OBX.29", - "valueId" : "QST" + "url": "OBX.11", + "valueString": "O" } ] } ], - "status" : "unknown", - "subject" : { - "reference" : "Patient/1707847040239572000.c4a5ef84-2bdc-4c8a-a9cc-4daf0244cfbb" + "status": "unknown", + "subject": { + "reference": "Patient/1730739045468027000.a6aaa802-b1a3-4d6e-a44f-16db0b64663f" }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ + "effectiveDateTime": "2023-05-06T05:00:00-05:00", + "_effectiveDateTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506050000-0500" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230506050000-0500" } ] }, - "valueCodeableConcept" : { - "coding" : [ + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" } ], - "system" : "http://loinc.org", - "code" : "LA16914-6", - "display" : "BREAST MILK" + "system": "http://loinc.org", + "code": "LA16914-6", + "display": "BREAST MILK" } ] } } }, { - "fullUrl" : "Observation/1707847040465005000.443a0926-af36-4cbe-a42e-a7990676641a", - "resource" : { - "resourceType" : "Observation", - "id" : "1707847040465005000.443a0926-af36-4cbe-a42e-a7990676641a", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" + "fullUrl": "Observation/1730739045711124000.6a42730c-2d26-4f7c-a363-265ddf0f78ea", + "resource": { + "resourceType": "Observation", + "id": "1730739045711124000.6a42730c-2d26-4f7c-a363-265ddf0f78ea", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueCode" : "AOE" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", + "valueCode": "AOE" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ { - "url" : "OBX.2", - "valueId" : "CWE" + "url": "OBX.2", + "valueId": "CWE" }, { - "url" : "OBX.11", - "valueString" : "O" + "url": "OBX.29", + "valueId": "QST" }, { - "url" : "OBX.29", - "valueId" : "QST" + "url": "OBX.11", + "valueString": "O" } ] } ], - "status" : "unknown", - "subject" : { - "reference" : "Patient/1707847040239572000.c4a5ef84-2bdc-4c8a-a9cc-4daf0244cfbb" + "status": "unknown", + "subject": { + "reference": "Patient/1730739045468027000.a6aaa802-b1a3-4d6e-a44f-16db0b64663f" }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ + "effectiveDateTime": "2023-05-06T05:00:00-05:00", + "_effectiveDateTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506050000-0500" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230506050000-0500" } ] }, - "valueCodeableConcept" : { - "coding" : [ + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "0516199364" + "code": "0516199364" } ] } } }, { - "fullUrl" : "Observation/1707847040467848000.959fd99f-3345-4173-9a6f-488ced1ca88e", - "resource" : { - "resourceType" : "Observation", - "id" : "1707847040467848000.959fd99f-3345-4173-9a6f-488ced1ca88e", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" + "fullUrl": "Observation/1730739045712805000.c6ba70d3-dd36-4033-85cb-e41197c6a2ca", + "resource": { + "resourceType": "Observation", + "id": "1730739045712805000.c6ba70d3-dd36-4033-85cb-e41197c6a2ca", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueCode" : "AOE" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", + "valueCode": "AOE" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ { - "url" : "OBX.2", - "valueId" : "ST" + "url": "OBX.2", + "valueId": "ST" }, { - "url" : "OBX.11", - "valueString" : "O" + "url": "OBX.29", + "valueId": "QST" }, { - "url" : "OBX.29", - "valueId" : "QST" + "url": "OBX.11", + "valueString": "O" } ] } ], - "status" : "unknown", - "subject" : { - "reference" : "Patient/1707847040239572000.c4a5ef84-2bdc-4c8a-a9cc-4daf0244cfbb" + "status": "unknown", + "subject": { + "reference": "Patient/1730739045468027000.a6aaa802-b1a3-4d6e-a44f-16db0b64663f" }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ + "effectiveDateTime": "2023-05-06T05:00:00-05:00", + "_effectiveDateTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506050000-0500" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230506050000-0500" } ] }, - "valueString" : "Daniel Davis/218-555-1000" + "valueString": "Daniel Davis/218-555-1000" } }, { - "fullUrl" : "Observation/1707847040469515000.51aaea9b-3b23-49f3-ad51-da1213e94c18", - "resource" : { - "resourceType" : "Observation", - "id" : "1707847040469515000.51aaea9b-3b23-49f3-ad51-da1213e94c18", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" + "fullUrl": "Observation/1730739045714474000.1778e192-0a14-4b24-9fdd-56feeceab7c7", + "resource": { + "resourceType": "Observation", + "id": "1730739045714474000.1778e192-0a14-4b24-9fdd-56feeceab7c7", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueCode" : "AOE" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", + "valueCode": "AOE" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ { - "url" : "OBX.2", - "valueId" : "ST" + "url": "OBX.2", + "valueId": "ST" }, { - "url" : "OBX.11", - "valueString" : "O" + "url": "OBX.29", + "valueId": "QST" }, { - "url" : "OBX.29", - "valueId" : "QST" + "url": "OBX.11", + "valueString": "O" } ] } ], - "status" : "unknown", - "subject" : { - "reference" : "Patient/1707847040239572000.c4a5ef84-2bdc-4c8a-a9cc-4daf0244cfbb" + "status": "unknown", + "subject": { + "reference": "Patient/1730739045468027000.a6aaa802-b1a3-4d6e-a44f-16db0b64663f" }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ + "effectiveDateTime": "2023-05-06T05:00:00-05:00", + "_effectiveDateTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506050000-0500" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230506050000-0500" } ] }, - "valueString" : "DAVIS, DANIEL, MD" + "valueString": "DAVIS, DANIEL, MD" } }, { - "fullUrl" : "Observation/1707847040470869000.a016c22f-df02-4d19-a548-116e9da4a63b", - "resource" : { - "resourceType" : "Observation", - "id" : "1707847040470869000.a016c22f-df02-4d19-a548-116e9da4a63b", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" + "fullUrl": "Observation/1730739045716087000.f8dae56a-14fe-4a40-a229-4978b250eb4f", + "resource": { + "resourceType": "Observation", + "id": "1730739045716087000.f8dae56a-14fe-4a40-a229-4978b250eb4f", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueCode" : "AOE" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", + "valueCode": "AOE" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ { - "url" : "OBX.2", - "valueId" : "ST" + "url": "OBX.2", + "valueId": "ST" }, { - "url" : "OBX.11", - "valueString" : "O" + "url": "OBX.29", + "valueId": "QST" }, { - "url" : "OBX.29", - "valueId" : "QST" + "url": "OBX.11", + "valueString": "O" } ] } ], - "status" : "unknown", - "subject" : { - "reference" : "Patient/1707847040239572000.c4a5ef84-2bdc-4c8a-a9cc-4daf0244cfbb" + "status": "unknown", + "subject": { + "reference": "Patient/1730739045468027000.a6aaa802-b1a3-4d6e-a44f-16db0b64663f" }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ + "effectiveDateTime": "2023-05-06T05:00:00-05:00", + "_effectiveDateTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506050000-0500" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230506050000-0500" } ] }, - "valueString" : "Lakeridge Health Revere" + "valueString": "Lakeridge Health Revere" } }, { - "fullUrl" : "Specimen/1707847040478484000.3fbc2652-a981-4cda-b38d-59f8a4aecdac", - "resource" : { - "resourceType" : "Specimen", - "id" : "1707847040478484000.3fbc2652-a981-4cda-b38d-59f8a4aecdac", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", - "valueString" : "SPM" + "fullUrl": "Specimen/1730739045723761000.769edddd-9a44-4394-af6d-bb7f2e6478e9", + "resource": { + "resourceType": "Specimen", + "id": "1730739045723761000.769edddd-9a44-4394-af6d-bb7f2e6478e9", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", + "valueString": "SPM" } ] } diff --git a/prime-router/src/testIntegration/resources/datatests/HL7_to_FHIR/sample_orm_20230809-001.fhir b/prime-router/src/testIntegration/resources/datatests/HL7_to_FHIR/sample_orm_20230809-001.fhir index 1848c5a801e..03b6e85a36e 100644 --- a/prime-router/src/testIntegration/resources/datatests/HL7_to_FHIR/sample_orm_20230809-001.fhir +++ b/prime-router/src/testIntegration/resources/datatests/HL7_to_FHIR/sample_orm_20230809-001.fhir @@ -1,675 +1,669 @@ { - "resourceType" : "Bundle", - "id" : "1707847071537137000.07a221fd-ee87-4d5a-a1e7-13b79535defc", - "meta" : { - "lastUpdated" : "2024-02-13T11:57:51.542-06:00" + "resourceType": "Bundle", + "id": "1730738730597348000.b5a72365-7902-4cf3-a770-aae6df5dd1f9", + "meta": { + "lastUpdated": "2024-11-04T11:45:30.608-05:00" }, - "identifier" : { - "system" : "https://reportstream.cdc.gov/prime-router", - "value" : "31808297" + "identifier": { + "system": "https://reportstream.cdc.gov/prime-router", + "value": "31808297" }, - "type" : "message", - "timestamp" : "2023-05-06T05:29:16.000-05:00", - "entry" : [ + "type": "message", + "timestamp": "2023-05-06T06:29:16.000-04:00", + "entry": [ { - "fullUrl" : "MessageHeader/87c2d0db-6f31-3666-b9e2-7152e039c11f", - "resource" : { - "resourceType" : "MessageHeader", - "id" : "87c2d0db-6f31-3666-b9e2-7152e039c11f", - "meta" : { - "tag" : [ + "fullUrl": "MessageHeader/1730738730688276000.3886156a-8ef5-419f-96ba-42fc39d41be9", + "resource": { + "resourceType": "MessageHeader", + "id": "1730738730688276000.3886156a-8ef5-419f-96ba-42fc39d41be9", + "meta": { + "tag": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0103", - "code" : "P" + "system": "http://terminology.hl7.org/CodeSystem/v2-0103", + "code": "P" } ] }, - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/msh-message-header", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/msh-message-header", + "extension": [ { - "url" : "MSH.7", - "valueString" : "20230506052916-0500" + "url": "MSH.7", + "valueString": "20230506052916-0500" }, { - "url" : "MSH.15", - "valueString" : "AL" + "url": "MSH.15", + "valueString": "AL" }, { - "url" : "MSH.16", - "valueString" : "AL" + "url": "MSH.16", + "valueString": "AL" }, { - "url" : "MSH.21", - "valueIdentifier" : { - "extension" : [ + "url": "MSH.21", + "valueIdentifier": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.113883.9.82" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.113883.9.82" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "value" : "LAB_PRU_COMPONENT" + "value": "LAB_PRU_COMPONENT" } }, { - "url" : "MSH.21", - "valueIdentifier" : { - "extension" : [ + "url": "MSH.21", + "valueIdentifier": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.113883.9.22" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.113883.9.22" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "value" : "LAB_TO_COMPONENT" + "value": "LAB_TO_COMPONENT" } }, { - "url" : "MSH.21", - "valueIdentifier" : { - "extension" : [ + "url": "MSH.21", + "valueIdentifier": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.113883.9.22" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.113883.9.22" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "value" : "LAB_THREE_COMPONENT" + "value": "LAB_THREE_COMPONENT" } } ] } ], - "eventCoding" : { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0003", - "code" : "O01", - "display" : "ORM^O01^ORM_O01" + "eventCoding": { + "system": "http://terminology.hl7.org/CodeSystem/v2-0003", + "code": "O01", + "display": "ORM^O01^ORM_O01" }, - "destination" : [ + "destination": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "natus.health.state.mn.us" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "natus.health.state.mn.us" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "DNS" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "DNS" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "MSH.5" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "MSH.5" } ], - "name" : "NATUS", - "receiver" : { - "reference" : "Organization/1707847071695889000.df447fd8-6a34-4ef9-ba1c-820754f56c3a" + "name": "NATUS", + "receiver": { + "reference": "Organization/1730738730687016000.cca4c775-6507-4106-8e64-1d3c3ba8ec15" } } ], - "sender" : { - "reference" : "Organization/1707847071629931000.d48536cc-4730-46ca-948e-251ee9bb56c5" + "sender": { + "reference": "Organization/1730738730665862000.6238b114-270b-4f77-891a-39ac66cf8caa" }, - "source" : { - "extension" : [ + "source": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Epic" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Epic" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "1.2.840.114350.1.13.145.2.7.2.695071" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "1.2.840.114350.1.13.145.2.7.2.695071" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "ISO" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "MSH.3" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "MSH.3" } ], - "endpoint" : "urn:oid:1.2.840.114350.1.13.145.2.7.2.695071" + "endpoint": "urn:oid:1.2.840.114350.1.13.145.2.7.2.695071" } } }, { - "fullUrl" : "Organization/1707847071629931000.d48536cc-4730-46ca-948e-251ee9bb56c5", - "resource" : { - "resourceType" : "Organization", - "id" : "1707847071629931000.d48536cc-4730-46ca-948e-251ee9bb56c5", - "identifier" : [ + "fullUrl": "Organization/1730738730665862000.6238b114-270b-4f77-891a-39ac66cf8caa", + "resource": { + "resourceType": "Organization", + "id": "1730738730665862000.6238b114-270b-4f77-891a-39ac66cf8caa", + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" } ], - "value" : "Centracare" + "value": "Centracare" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.2,HD.3" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0301", - "code" : "DNS" + "system": "http://terminology.hl7.org/CodeSystem/v2-0301", + "code": "DNS" } ] }, - "value" : "centracare.com" + "value": "centracare.com" } ] } }, { - "fullUrl" : "Organization/1707847071695889000.df447fd8-6a34-4ef9-ba1c-820754f56c3a", - "resource" : { - "resourceType" : "Organization", - "id" : "1707847071695889000.df447fd8-6a34-4ef9-ba1c-820754f56c3a", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "MSH.6" + "fullUrl": "Organization/1730738730687016000.cca4c775-6507-4106-8e64-1d3c3ba8ec15", + "resource": { + "resourceType": "Organization", + "id": "1730738730687016000.cca4c775-6507-4106-8e64-1d3c3ba8ec15", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "MSH.6" } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" } ], - "value" : "MN Public Health Lab" + "value": "MN Public Health Lab" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.2,HD.3" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0301", - "code" : "ISO" + "system": "http://terminology.hl7.org/CodeSystem/v2-0301", + "code": "ISO" } ] }, - "system" : "urn:ietf:rfc:3986", - "value" : "2.16.840.1.114222.4.1.10080" + "system": "urn:ietf:rfc:3986", + "value": "2.16.840.1.114222.4.1.10080" } ] } }, { - "fullUrl" : "Patient/1707847072401619000.95ba08d1-b846-4305-b0dc-8024ffe67c22", - "resource" : { - "resourceType" : "Patient", - "id" : "1707847072401619000.95ba08d1-b846-4305-b0dc-8024ffe67c22", - "extension" : [ + "fullUrl": "Patient/1730738731286343000.2d0c8167-3311-4d33-8612-03527b335873", + "resource": { + "resourceType": "Patient", + "id": "1730738731286343000.2d0c8167-3311-4d33-8612-03527b335873", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/pid-patient", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/pid-patient", + "extension": [ { - "url" : "PID.8" + "url": "PID.8" }, { - "url" : "PID.24", - "valueString" : "Y" + "url": "PID.24", + "valueString": "Y" }, { - "url" : "PID.30", - "valueString" : "N" + "url": "PID.30", + "valueString": "N" } ] }, { - "url" : "http://hl7.org/fhir/StructureDefinition/patient-mothersMaidenName", - "valueHumanName" : { - "extension" : [ + "url": "http://hl7.org/fhir/StructureDefinition/patient-mothersMaidenName", + "valueHumanName": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", + "extension": [ { - "url" : "XPN.2", - "valueString" : "BB SARAH" + "url": "XPN.2", + "valueString": "BB SARAH" } ] } ], - "family" : "SMITH", - "given" : [ + "family": "SMITH", + "given": [ "BB SARAH" ] } } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier", + "extension": [ { - "url" : "CX.5", - "valueString" : "MR" + "url": "CX.5", + "valueString": "MR" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PID.3" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PID.3" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "code" : "MR" + "code": "MR" } ] }, - "value" : "11102779", - "assigner" : { - "reference" : "Organization/1707847072345357000.1dd41490-86e3-48b4-9eb2-9c0b500b97b7" + "value": "11102779", + "assigner": { + "reference": "Organization/1730738731258707000.cf31cadb-f202-4bde-aa3e-58aeeb2b27ac" } } ], - "name" : [ + "name": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", + "extension": [ { - "url" : "XPN.2", - "valueString" : "BB SARAH" + "url": "XPN.2", + "valueString": "BB SARAH" }, { - "url" : "XPN.7", - "valueString" : "L" + "url": "XPN.7", + "valueString": "L" } ] } ], - "use" : "official", - "family" : "SMITH", - "given" : [ + "use": "official", + "family": "SMITH", + "given": [ "BB SARAH" ] } ], - "telecom" : [ + "telecom": [ { - "extension" : [ + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", - "valueString" : "763" + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString": "763" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "555555" + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString": "555555" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ { - "url" : "XTN.3", - "valueString" : "PH" + "url": "XTN.3", + "valueString": "PH" }, { - "url" : "XTN.7", - "valueString" : "555555" + "url": "XTN.7", + "valueString": "555555" }, { - "url" : "XTN.9", - "valueString" : "(763)555-5555" + "url": "XTN.9", + "valueString": "(763)555-5555" } ] } ], - "system" : "phone", - "use" : "home" + "system": "phone", + "use": "home" } ], - "gender" : "male", - "birthDate" : "2023-05-04", - "_birthDate" : { - "extension" : [ + "gender": "male", + "birthDate": "2023-05-04", + "_birthDate": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230504131023-0500" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230504131023-0500" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/patient-birthTime", - "valueDateTime" : "2023-05-04T13:10:23-05:00" + "url": "http://hl7.org/fhir/StructureDefinition/patient-birthTime", + "valueDateTime": "2023-05-04T13:10:23-05:00" } ] }, - "deceasedBoolean" : false, - "address" : [ + "deceasedBoolean": false, + "address": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ { - "url" : "SAD.1", - "valueString" : "555 STATE HIGHWAY 13" + "url": "SAD.1", + "valueString": "555 STATE HIGHWAY 13" } ] }, { - "url" : "XAD.7", - "valueCode" : "H" + "url": "XAD.7", + "valueCode": "H" } ] } ], - "use" : "home", - "line" : [ + "use": "home", + "line": [ "555 STATE HIGHWAY 13" ], - "city" : "DEER CREEK", - "district" : "OTTER TAIL", - "state" : "MN", - "postalCode" : "56527-9657", - "country" : "USA" + "city": "DEER CREEK", + "district": "OTTER TAIL", + "state": "MN", + "postalCode": "56527-9657", + "country": "USA" } ], - "multipleBirthInteger" : 2, - "link" : [ + "multipleBirthInteger": 2, + "link": [ { - "other" : { - "reference" : "RelatedPerson/1707847072385413000.1cb0efd6-805a-4a69-a864-783a9629dd0e" + "other": { + "reference": "RelatedPerson/1730738731274605000.5d0a2328-c431-4aab-9064-26de004d7d38" }, - "type" : "seealso" + "type": "seealso" } ] } }, { - "fullUrl" : "Organization/1707847072345357000.1dd41490-86e3-48b4-9eb2-9c0b500b97b7", - "resource" : { - "resourceType" : "Organization", - "id" : "1707847072345357000.1dd41490-86e3-48b4-9eb2-9c0b500b97b7", - "identifier" : [ + "fullUrl": "Organization/1730738731258707000.cf31cadb-f202-4bde-aa3e-58aeeb2b27ac", + "resource": { + "resourceType": "Organization", + "id": "1730738731258707000.cf31cadb-f202-4bde-aa3e-58aeeb2b27ac", + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" } ], - "value" : "CRPMRN" + "value": "CRPMRN" } ] } }, { - "fullUrl" : "RelatedPerson/1707847072385413000.1cb0efd6-805a-4a69-a864-783a9629dd0e", - "resource" : { - "resourceType" : "RelatedPerson", - "id" : "1707847072385413000.1cb0efd6-805a-4a69-a864-783a9629dd0e", - "identifier" : [ + "fullUrl": "RelatedPerson/1730738731274605000.5d0a2328-c431-4aab-9064-26de004d7d38", + "resource": { + "resourceType": "RelatedPerson", + "id": "1730738731274605000.5d0a2328-c431-4aab-9064-26de004d7d38", + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", - "valueString" : "SADIE" + "url": "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString": "SADIE" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", - "valueString" : "S" + "url": "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueString": "S" } ], - "value" : "SMITH" + "value": "SMITH" } ] } }, { - "fullUrl" : "ServiceRequest/1707847072423996000.03197e28-f00a-4b01-a6ed-dfbfd08e2a43", - "resource" : { - "resourceType" : "ServiceRequest", - "id" : "1707847072423996000.03197e28-f00a-4b01-a6ed-dfbfd08e2a43", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", - "valueCode" : "NW" + "fullUrl": "ServiceRequest/1730738731313444000.eb728ed1-85c7-41f6-8ac5-b9f9da838787", + "resource": { + "resourceType": "ServiceRequest", + "id": "1730738731313444000.eb728ed1-85c7-41f6-8ac5-b9f9da838787", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", + "valueCode": "NW" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", - "valueString" : "20230506052913-0500" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", + "valueString": "20230506052913-0500" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/orc-common-order", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/orc-common-order", + "extension": [ { - "url" : "orc-21-ordering-facility-name", - "valueReference" : { - "reference" : "Organization/1707847072417482000.4522a04a-b675-4e79-93f6-351dadf7c4bc" + "url": "orc-21-ordering-facility-name", + "valueReference": { + "reference": "Organization/1730738731309095000.03da74e9-6434-4ded-9742-09c5ab19932f" } }, { - "url" : "orc-21-ordering-facility-name", - "valueReference" : { - "reference" : "Organization/1707847072418735000.43429617-4700-4fdd-b343-1f0f85892bab" + "url": "orc-21-ordering-facility-name", + "valueReference": { + "reference": "Organization/1730738731310360000.2f784e80-0a21-4ad9-87ff-c5e7f5d5afd5" } }, { - "url" : "orc-12-ordering-provider", - "valueReference" : { - "reference" : "Practitioner/1707847072420860000.8c4240bd-15dc-46dd-942e-2b10821f80b8" + "url": "orc-12-ordering-provider", + "valueReference": { + "reference": "Practitioner/1730738731311977000.d7ea85e0-64d8-4234-ad65-abcf714feec6" } } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", + "extension": [ { - "url" : "OBR.2", - "valueIdentifier" : { - "extension" : [ + "url": "OBR.2", + "valueIdentifier": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "EPIC" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "EPIC" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "1.2.840.114350.1.13.145.2.7.2.695071" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "1.2.840.114350.1.13.145.2.7.2.695071" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "value" : "421832901" + "value": "421832901" } } ] } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "ORC.2" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "EPIC" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "EPIC" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "1.2.840.114350.1.13.145.2.7.2.695071" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "1.2.840.114350.1.13.145.2.7.2.695071" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PLAC" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "PLAC" } ] }, - "value" : "421832901" + "value": "421832901" } ], - "status" : "unknown", - "subject" : { - "reference" : "Patient/1707847072401619000.95ba08d1-b846-4305-b0dc-8024ffe67c22" + "status": "unknown", + "subject": { + "reference": "Patient/1730738731286343000.2d0c8167-3311-4d33-8612-03527b335873" }, - "authoredOn" : "2023-05-06T05:29:13-05:00", - "_authoredOn" : { - "extension" : [ + "authoredOn": "2023-05-06T05:29:13-05:00", + "_authoredOn": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506052913-0500" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230506052913-0500" } ] }, - "requester" : { - "reference" : "PractitionerRole/1707847072409054000.78e0d217-4a3c-4280-8c88-4310812360f2" + "requester": { + "reference": "PractitionerRole/1730738731302914000.403c7e15-3b25-4800-bbdd-abf7589450cb" } } }, { - "fullUrl" : "Organization/1707847072409413000.5daa8c0d-1c1a-400b-b0c0-ad099370d851", - "resource" : { - "resourceType" : "Organization", - "id" : "1707847072409413000.5daa8c0d-1c1a-400b-b0c0-ad099370d851", - "identifier" : [ + "fullUrl": "Organization/1730738731303356000.1d550b83-438d-4d19-9998-5434be62a215", + "resource": { + "resourceType": "Organization", + "id": "1730738731303356000.1d550b83-438d-4d19-9998-5434be62a215", + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" } ], - "value" : "NPI" + "value": "NPI" } ] } }, { - "fullUrl" : "Practitioner/1707847072410737000.cabd7aae-2608-41a0-af88-d82e23869a95", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1707847072410737000.cabd7aae-2608-41a0-af88-d82e23869a95", - "extension" : [ + "fullUrl": "Practitioner/1730738731304793000.ea2b1372-fc3a-44cc-ad74-4ca94fc13255", + "resource": { + "resourceType": "Practitioner", + "id": "1730738731304793000.ea2b1372-fc3a-44cc-ad74-4ca94fc13255", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "NPI" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-unknown-type" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "NPI" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ { - "url" : "XCN.3", - "valueString" : "JANE" + "url": "XCN.3", + "valueString": "JANE" }, { - "url" : "XCN.10", - "valueString" : "L" + "url": "XCN.10", + "valueString": "L" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.12" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "ORC.12" } ], - "identifier" : [ + "identifier": [ { - "type" : { - "coding" : [ + "type": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true } ], - "code" : "NPI" + "code": "NPI" } ] }, - "value" : "1265136360", - "assigner" : { - "reference" : "Organization/1707847072409413000.5daa8c0d-1c1a-400b-b0c0-ad099370d851" + "value": "1265136360", + "assigner": { + "reference": "Organization/1730738731303356000.1d550b83-438d-4d19-9998-5434be62a215" } } ], - "name" : [ + "name": [ { - "use" : "official", - "family" : "JONES", - "given" : [ + "use": "official", + "family": "JONES", + "given": [ "JANE" ] } @@ -677,22 +671,22 @@ } }, { - "fullUrl" : "Organization/1707847072412231000.48789979-62c9-477f-81d8-38a437a12d3f", - "resource" : { - "resourceType" : "Organization", - "id" : "1707847072412231000.48789979-62c9-477f-81d8-38a437a12d3f", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ + "fullUrl": "Organization/1730738731306205000.ae1ce8c4-b120-40f7-9470-5180ef5aba42", + "resource": { + "resourceType": "Organization", + "id": "1730738731306205000.ae1ce8c4-b120-40f7-9470-5180ef5aba42", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" } ] } @@ -701,78 +695,72 @@ } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ { - "url" : "XON.10", - "valueString" : "1043269798" + "url": "XON.10", + "valueString": "1043269798" } ] } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "CMS" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-unknown-type" - }, + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "CMS" } ] } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "NPI" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "NPI" } ] }, - "value" : "1043269798" + "value": "1043269798" } ], - "name" : "ST. CLOUD HOSPITAL" + "name": "ST. CLOUD HOSPITAL" } }, { - "fullUrl" : "PractitionerRole/1707847072409054000.78e0d217-4a3c-4280-8c88-4310812360f2", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1707847072409054000.78e0d217-4a3c-4280-8c88-4310812360f2", - "practitioner" : { - "reference" : "Practitioner/1707847072410737000.cabd7aae-2608-41a0-af88-d82e23869a95" + "fullUrl": "PractitionerRole/1730738731302914000.403c7e15-3b25-4800-bbdd-abf7589450cb", + "resource": { + "resourceType": "PractitionerRole", + "id": "1730738731302914000.403c7e15-3b25-4800-bbdd-abf7589450cb", + "practitioner": { + "reference": "Practitioner/1730738731304793000.ea2b1372-fc3a-44cc-ad74-4ca94fc13255" }, - "organization" : { - "reference" : "Organization/1707847072412231000.48789979-62c9-477f-81d8-38a437a12d3f" + "organization": { + "reference": "Organization/1730738731306205000.ae1ce8c4-b120-40f7-9470-5180ef5aba42" } } }, { - "fullUrl" : "Organization/1707847072417482000.4522a04a-b675-4e79-93f6-351dadf7c4bc", - "resource" : { - "resourceType" : "Organization", - "id" : "1707847072417482000.4522a04a-b675-4e79-93f6-351dadf7c4bc", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ + "fullUrl": "Organization/1730738731309095000.03da74e9-6434-4ded-9742-09c5ab19932f", + "resource": { + "resourceType": "Organization", + "id": "1730738731309095000.03da74e9-6434-4ded-9742-09c5ab19932f", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" } ] } @@ -781,65 +769,59 @@ } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ { - "url" : "XON.10", - "valueString" : "1043269798" + "url": "XON.10", + "valueString": "1043269798" } ] } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "CMS" - }, + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-unknown-type" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "CMS" } ] } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "NPI" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "NPI" } ] }, - "value" : "1043269798" + "value": "1043269798" } ], - "name" : "ST. CLOUD HOSPITAL" + "name": "ST. CLOUD HOSPITAL" } }, { - "fullUrl" : "Organization/1707847072418735000.43429617-4700-4fdd-b343-1f0f85892bab", - "resource" : { - "resourceType" : "Organization", - "id" : "1707847072418735000.43429617-4700-4fdd-b343-1f0f85892bab", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ + "fullUrl": "Organization/1730738731310360000.2f784e80-0a21-4ad9-87ff-c5e7f5d5afd5", + "resource": { + "resourceType": "Organization", + "id": "1730738731310360000.2f784e80-0a21-4ad9-87ff-c5e7f5d5afd5", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" } ] } @@ -848,127 +830,115 @@ } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ { - "url" : "XON.10", - "valueString" : "739" + "url": "XON.10", + "valueString": "739" } ] } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "MN Public Health Lab" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-unknown-type" - }, + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "MN Public Health Lab" } ] } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "NPI" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "NPI" } ] }, - "value" : "739" + "value": "739" } ], - "name" : "ST. CLOUD HOSPITAL" + "name": "ST. CLOUD HOSPITAL" } }, { - "fullUrl" : "Organization/1707847072419262000.2a326289-3f39-4f22-8a9f-ff2939c28cba", - "resource" : { - "resourceType" : "Organization", - "id" : "1707847072419262000.2a326289-3f39-4f22-8a9f-ff2939c28cba", - "identifier" : [ + "fullUrl": "Organization/1730738731310862000.0ea5a2e1-5333-40f0-a17d-38cbe92257a1", + "resource": { + "resourceType": "Organization", + "id": "1730738731310862000.0ea5a2e1-5333-40f0-a17d-38cbe92257a1", + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" } ], - "value" : "NPI" + "value": "NPI" } ] } }, { - "fullUrl" : "Practitioner/1707847072420860000.8c4240bd-15dc-46dd-942e-2b10821f80b8", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1707847072420860000.8c4240bd-15dc-46dd-942e-2b10821f80b8", - "extension" : [ + "fullUrl": "Practitioner/1730738731311977000.d7ea85e0-64d8-4234-ad65-abcf714feec6", + "resource": { + "resourceType": "Practitioner", + "id": "1730738731311977000.d7ea85e0-64d8-4234-ad65-abcf714feec6", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "NPI" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-unknown-type" - }, + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "NPI" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ { - "url" : "XCN.3", - "valueString" : "JANE" + "url": "XCN.3", + "valueString": "JANE" }, { - "url" : "XCN.10", - "valueString" : "L" + "url": "XCN.10", + "valueString": "L" } ] } ], - "identifier" : [ + "identifier": [ { - "type" : { - "coding" : [ + "type": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true } ], - "code" : "NPI" + "code": "NPI" } ] }, - "value" : "1265136360", - "assigner" : { - "reference" : "Organization/1707847072419262000.2a326289-3f39-4f22-8a9f-ff2939c28cba" + "value": "1265136360", + "assigner": { + "reference": "Organization/1730738731310862000.0ea5a2e1-5333-40f0-a17d-38cbe92257a1" } } ], - "name" : [ + "name": [ { - "use" : "official", - "family" : "JONES", - "given" : [ + "use": "official", + "family": "JONES", + "given": [ "JANE" ] } @@ -976,723 +946,723 @@ } }, { - "fullUrl" : "Observation/1707847072726067000.1daa933b-9456-492e-93e3-64963e694bab", - "resource" : { - "resourceType" : "Observation", - "id" : "1707847072726067000.1daa933b-9456-492e-93e3-64963e694bab", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" + "fullUrl": "Observation/1730738731510327000.88b4ec9b-b9b3-4502-a606-0e7a3cb9b155", + "resource": { + "resourceType": "Observation", + "id": "1730738731510327000.88b4ec9b-b9b3-4502-a606-0e7a3cb9b155", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueCode" : "AOE" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", + "valueCode": "AOE" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ { - "url" : "OBX.2", - "valueId" : "NM" + "url": "OBX.2", + "valueId": "NM" }, { - "url" : "OBX.6" + "url": "OBX.6" }, { - "url" : "OBX.11", - "valueString" : "O" + "url": "OBX.29", + "valueId": "QST" }, { - "url" : "OBX.29", - "valueId" : "QST" + "url": "OBX.11", + "valueString": "O" } ] } ], - "status" : "unknown", - "subject" : { - "reference" : "Patient/1707847072401619000.95ba08d1-b846-4305-b0dc-8024ffe67c22" + "status": "unknown", + "subject": { + "reference": "Patient/1730738731286343000.2d0c8167-3311-4d33-8612-03527b335873" }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ + "effectiveDateTime": "2023-05-06T05:00:00-05:00", + "_effectiveDateTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506050000-0500" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230506050000-0500" } ] }, - "valueQuantity" : { - "value" : 1769.859285, - "unit" : "gram", - "system" : "UCUM", - "code" : "g" + "valueQuantity": { + "value": 1769.859285, + "unit": "gram", + "system": "UCUM", + "code": "g" } } }, { - "fullUrl" : "Observation/1707847072730385000.7b72b218-7dbc-4430-aae8-603a4620ae22", - "resource" : { - "resourceType" : "Observation", - "id" : "1707847072730385000.7b72b218-7dbc-4430-aae8-603a4620ae22", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" + "fullUrl": "Observation/1730738731513131000.f5e9b62c-add4-41d8-897b-03c1f6ae8500", + "resource": { + "resourceType": "Observation", + "id": "1730738731513131000.f5e9b62c-add4-41d8-897b-03c1f6ae8500", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueCode" : "AOE" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", + "valueCode": "AOE" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ { - "url" : "OBX.2", - "valueId" : "NM" + "url": "OBX.2", + "valueId": "NM" }, { - "url" : "OBX.6" + "url": "OBX.6" }, { - "url" : "OBX.11", - "valueString" : "O" + "url": "OBX.29", + "valueId": "QST" }, { - "url" : "OBX.29", - "valueId" : "QST" + "url": "OBX.11", + "valueString": "O" } ] } ], - "status" : "unknown", - "subject" : { - "reference" : "Patient/1707847072401619000.95ba08d1-b846-4305-b0dc-8024ffe67c22" + "status": "unknown", + "subject": { + "reference": "Patient/1730738731286343000.2d0c8167-3311-4d33-8612-03527b335873" }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ + "effectiveDateTime": "2023-05-06T05:00:00-05:00", + "_effectiveDateTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506050000-0500" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230506050000-0500" } ] }, - "valueQuantity" : { - "value" : 32, - "unit" : "week", - "system" : "UCUM", - "code" : "wk" + "valueQuantity": { + "value": 32, + "unit": "week", + "system": "UCUM", + "code": "wk" } } }, { - "fullUrl" : "Observation/1707847072735311000.e185141d-0750-4c40-9190-3d2597821c65", - "resource" : { - "resourceType" : "Observation", - "id" : "1707847072735311000.e185141d-0750-4c40-9190-3d2597821c65", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" + "fullUrl": "Observation/1730738731515940000.b6b3f42f-91f0-496f-9fd9-eb22a31a7ffa", + "resource": { + "resourceType": "Observation", + "id": "1730738731515940000.b6b3f42f-91f0-496f-9fd9-eb22a31a7ffa", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueCode" : "AOE" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", + "valueCode": "AOE" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ { - "url" : "OBX.2", - "valueId" : "CWE" + "url": "OBX.2", + "valueId": "CWE" }, { - "url" : "OBX.11", - "valueString" : "O" + "url": "OBX.29", + "valueId": "QST" }, { - "url" : "OBX.29", - "valueId" : "QST" + "url": "OBX.11", + "valueString": "O" } ] } ], - "status" : "unknown", - "subject" : { - "reference" : "Patient/1707847072401619000.95ba08d1-b846-4305-b0dc-8024ffe67c22" + "status": "unknown", + "subject": { + "reference": "Patient/1730738731286343000.2d0c8167-3311-4d33-8612-03527b335873" }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ + "effectiveDateTime": "2023-05-06T05:00:00-05:00", + "_effectiveDateTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506050000-0500" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230506050000-0500" } ] }, - "valueCodeableConcept" : { - "coding" : [ + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" } ], - "system" : "http://loinc.org", - "code" : "LA12419-0", - "display" : "INFANT IN NICU AT TIME OF SPECIMEN COLLECTION" + "system": "http://loinc.org", + "code": "LA12419-0", + "display": "INFANT IN NICU AT TIME OF SPECIMEN COLLECTION" } ] } } }, { - "fullUrl" : "Observation/1707847072737917000.30f46061-ccb8-4623-876b-f6db76fe5532", - "resource" : { - "resourceType" : "Observation", - "id" : "1707847072737917000.30f46061-ccb8-4623-876b-f6db76fe5532", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" + "fullUrl": "Observation/1730738731518273000.190131f9-cfca-4cee-8478-e0b07408fb03", + "resource": { + "resourceType": "Observation", + "id": "1730738731518273000.190131f9-cfca-4cee-8478-e0b07408fb03", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueCode" : "AOE" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", + "valueCode": "AOE" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ { - "url" : "OBX.2", - "valueId" : "CWE" + "url": "OBX.2", + "valueId": "CWE" }, { - "url" : "OBX.11", - "valueString" : "O" + "url": "OBX.29", + "valueId": "QST" }, { - "url" : "OBX.29", - "valueId" : "QST" + "url": "OBX.11", + "valueString": "O" } ] } ], - "status" : "unknown", - "subject" : { - "reference" : "Patient/1707847072401619000.95ba08d1-b846-4305-b0dc-8024ffe67c22" + "status": "unknown", + "subject": { + "reference": "Patient/1730738731286343000.2d0c8167-3311-4d33-8612-03527b335873" }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ + "effectiveDateTime": "2023-05-06T05:00:00-05:00", + "_effectiveDateTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506050000-0500" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230506050000-0500" } ] }, - "valueCodeableConcept" : { - "coding" : [ + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "99MDH" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "99MDH" } ], - "code" : "N", - "display" : "No" + "code": "N", + "display": "No" } ] } } }, { - "fullUrl" : "Observation/1707847072740179000.765b2569-73c3-443a-a608-9f0a3a5198f7", - "resource" : { - "resourceType" : "Observation", - "id" : "1707847072740179000.765b2569-73c3-443a-a608-9f0a3a5198f7", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" + "fullUrl": "Observation/1730738731520682000.b4c586d3-597e-47ab-80c2-c7c2bc54ea49", + "resource": { + "resourceType": "Observation", + "id": "1730738731520682000.b4c586d3-597e-47ab-80c2-c7c2bc54ea49", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueCode" : "AOE" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", + "valueCode": "AOE" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ { - "url" : "OBX.2", - "valueId" : "CWE" + "url": "OBX.2", + "valueId": "CWE" }, { - "url" : "OBX.11", - "valueString" : "O" + "url": "OBX.29", + "valueId": "QST" }, { - "url" : "OBX.29", - "valueId" : "QST" + "url": "OBX.11", + "valueString": "O" } ] } ], - "status" : "unknown", - "subject" : { - "reference" : "Patient/1707847072401619000.95ba08d1-b846-4305-b0dc-8024ffe67c22" + "status": "unknown", + "subject": { + "reference": "Patient/1730738731286343000.2d0c8167-3311-4d33-8612-03527b335873" }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ + "effectiveDateTime": "2023-05-06T05:00:00-05:00", + "_effectiveDateTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506050000-0500" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230506050000-0500" } ] }, - "valueCodeableConcept" : { - "coding" : [ + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "99MDH" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "99MDH" } ], - "code" : "N", - "display" : "No" + "code": "N", + "display": "No" } ] } } }, { - "fullUrl" : "Observation/1707847072745373000.27ab7e10-d887-4981-9a4e-9f23be9cebe2", - "resource" : { - "resourceType" : "Observation", - "id" : "1707847072745373000.27ab7e10-d887-4981-9a4e-9f23be9cebe2", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" + "fullUrl": "Observation/1730738731523380000.352af6c9-ee7a-46dd-affc-ae5072396619", + "resource": { + "resourceType": "Observation", + "id": "1730738731523380000.352af6c9-ee7a-46dd-affc-ae5072396619", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueCode" : "AOE" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", + "valueCode": "AOE" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ { - "url" : "OBX.2", - "valueId" : "CWE" + "url": "OBX.2", + "valueId": "CWE" }, { - "url" : "OBX.11", - "valueString" : "O" + "url": "OBX.29", + "valueId": "QST" }, { - "url" : "OBX.29", - "valueId" : "QST" + "url": "OBX.11", + "valueString": "O" } ] } ], - "status" : "unknown", - "subject" : { - "reference" : "Patient/1707847072401619000.95ba08d1-b846-4305-b0dc-8024ffe67c22" + "status": "unknown", + "subject": { + "reference": "Patient/1730738731286343000.2d0c8167-3311-4d33-8612-03527b335873" }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ + "effectiveDateTime": "2023-05-06T05:00:00-05:00", + "_effectiveDateTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506050000-0500" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230506050000-0500" } ] }, - "valueCodeableConcept" : { - "coding" : [ + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "99MDH" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "99MDH" } ], - "code" : "N", - "display" : "No" + "code": "N", + "display": "No" } ] } } }, { - "fullUrl" : "Observation/1707847072747820000.99bb115c-5080-43f0-b922-f9e36bf17e18", - "resource" : { - "resourceType" : "Observation", - "id" : "1707847072747820000.99bb115c-5080-43f0-b922-f9e36bf17e18", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" + "fullUrl": "Observation/1730738731526556000.2b0159b2-169e-48c8-9015-0e1b8818ca0c", + "resource": { + "resourceType": "Observation", + "id": "1730738731526556000.2b0159b2-169e-48c8-9015-0e1b8818ca0c", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueCode" : "AOE" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", + "valueCode": "AOE" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ { - "url" : "OBX.2", - "valueId" : "CWE" + "url": "OBX.2", + "valueId": "CWE" }, { - "url" : "OBX.11", - "valueString" : "O" + "url": "OBX.29", + "valueId": "QST" }, { - "url" : "OBX.29", - "valueId" : "QST" + "url": "OBX.11", + "valueString": "O" } ] } ], - "status" : "unknown", - "subject" : { - "reference" : "Patient/1707847072401619000.95ba08d1-b846-4305-b0dc-8024ffe67c22" + "status": "unknown", + "subject": { + "reference": "Patient/1730738731286343000.2d0c8167-3311-4d33-8612-03527b335873" }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ + "effectiveDateTime": "2023-05-06T05:00:00-05:00", + "_effectiveDateTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506050000-0500" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230506050000-0500" } ] }, - "valueCodeableConcept" : { - "coding" : [ + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" } ], - "system" : "http://loinc.org", - "code" : "LA12418-2", - "display" : "TPN" + "system": "http://loinc.org", + "code": "LA12418-2", + "display": "TPN" } ] } } }, { - "fullUrl" : "Observation/1707847072749523000.e5acb189-62bd-4a56-8b5a-7158fa92fbd2", - "resource" : { - "resourceType" : "Observation", - "id" : "1707847072749523000.e5acb189-62bd-4a56-8b5a-7158fa92fbd2", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "2" + "fullUrl": "Observation/1730738731529037000.180d231d-59dd-4321-8845-27197fa048fd", + "resource": { + "resourceType": "Observation", + "id": "1730738731529037000.180d231d-59dd-4321-8845-27197fa048fd", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "2" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueCode" : "AOE" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", + "valueCode": "AOE" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ { - "url" : "OBX.2", - "valueId" : "CWE" + "url": "OBX.2", + "valueId": "CWE" }, { - "url" : "OBX.11", - "valueString" : "O" + "url": "OBX.29", + "valueId": "QST" }, { - "url" : "OBX.29", - "valueId" : "QST" + "url": "OBX.11", + "valueString": "O" } ] } ], - "status" : "unknown", - "subject" : { - "reference" : "Patient/1707847072401619000.95ba08d1-b846-4305-b0dc-8024ffe67c22" + "status": "unknown", + "subject": { + "reference": "Patient/1730738731286343000.2d0c8167-3311-4d33-8612-03527b335873" }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ + "effectiveDateTime": "2023-05-06T05:00:00-05:00", + "_effectiveDateTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506050000-0500" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230506050000-0500" } ] }, - "valueCodeableConcept" : { - "coding" : [ + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" } ], - "system" : "http://loinc.org", - "code" : "LA16914-6", - "display" : "BREAST MILK" + "system": "http://loinc.org", + "code": "LA16914-6", + "display": "BREAST MILK" } ] } } }, { - "fullUrl" : "Observation/1707847072752487000.1342ca37-6f6b-406a-9a80-d169a13d6347", - "resource" : { - "resourceType" : "Observation", - "id" : "1707847072752487000.1342ca37-6f6b-406a-9a80-d169a13d6347", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" + "fullUrl": "Observation/1730738731531149000.c5106738-6a97-4414-9da1-bea8ae0d9965", + "resource": { + "resourceType": "Observation", + "id": "1730738731531149000.c5106738-6a97-4414-9da1-bea8ae0d9965", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueCode" : "AOE" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", + "valueCode": "AOE" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ { - "url" : "OBX.2", - "valueId" : "CWE" + "url": "OBX.2", + "valueId": "CWE" }, { - "url" : "OBX.11", - "valueString" : "O" + "url": "OBX.29", + "valueId": "QST" }, { - "url" : "OBX.29", - "valueId" : "QST" + "url": "OBX.11", + "valueString": "O" } ] } ], - "status" : "unknown", - "subject" : { - "reference" : "Patient/1707847072401619000.95ba08d1-b846-4305-b0dc-8024ffe67c22" + "status": "unknown", + "subject": { + "reference": "Patient/1730738731286343000.2d0c8167-3311-4d33-8612-03527b335873" }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ + "effectiveDateTime": "2023-05-06T05:00:00-05:00", + "_effectiveDateTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506050000-0500" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230506050000-0500" } ] }, - "valueCodeableConcept" : { - "coding" : [ + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "0516199364" + "code": "0516199364" } ] } } }, { - "fullUrl" : "Observation/1707847072753806000.939ed420-b344-4fc5-b9ad-d1e1a3138752", - "resource" : { - "resourceType" : "Observation", - "id" : "1707847072753806000.939ed420-b344-4fc5-b9ad-d1e1a3138752", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" + "fullUrl": "Observation/1730738731532885000.a4961dae-caa2-429c-b378-454e3a868984", + "resource": { + "resourceType": "Observation", + "id": "1730738731532885000.a4961dae-caa2-429c-b378-454e3a868984", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueCode" : "AOE" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", + "valueCode": "AOE" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ { - "url" : "OBX.2", - "valueId" : "ST" + "url": "OBX.2", + "valueId": "ST" }, { - "url" : "OBX.11", - "valueString" : "O" + "url": "OBX.29", + "valueId": "QST" }, { - "url" : "OBX.29", - "valueId" : "QST" + "url": "OBX.11", + "valueString": "O" } ] } ], - "status" : "unknown", - "subject" : { - "reference" : "Patient/1707847072401619000.95ba08d1-b846-4305-b0dc-8024ffe67c22" + "status": "unknown", + "subject": { + "reference": "Patient/1730738731286343000.2d0c8167-3311-4d33-8612-03527b335873" }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ + "effectiveDateTime": "2023-05-06T05:00:00-05:00", + "_effectiveDateTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506050000-0500" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230506050000-0500" } ] }, - "valueString" : "Daniel Davis/218-555-1000" + "valueString": "Daniel Davis/218-555-1000" } }, { - "fullUrl" : "Observation/1707847072755032000.a2d6f1da-f5b5-4622-b851-3a0b830ba338", - "resource" : { - "resourceType" : "Observation", - "id" : "1707847072755032000.a2d6f1da-f5b5-4622-b851-3a0b830ba338", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" + "fullUrl": "Observation/1730738731534684000.1cf416d4-71bd-4cc2-aa61-d11e9df2aace", + "resource": { + "resourceType": "Observation", + "id": "1730738731534684000.1cf416d4-71bd-4cc2-aa61-d11e9df2aace", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueCode" : "AOE" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", + "valueCode": "AOE" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ { - "url" : "OBX.2", - "valueId" : "ST" + "url": "OBX.2", + "valueId": "ST" }, { - "url" : "OBX.11", - "valueString" : "O" + "url": "OBX.29", + "valueId": "QST" }, { - "url" : "OBX.29", - "valueId" : "QST" + "url": "OBX.11", + "valueString": "O" } ] } ], - "status" : "unknown", - "subject" : { - "reference" : "Patient/1707847072401619000.95ba08d1-b846-4305-b0dc-8024ffe67c22" + "status": "unknown", + "subject": { + "reference": "Patient/1730738731286343000.2d0c8167-3311-4d33-8612-03527b335873" }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ + "effectiveDateTime": "2023-05-06T05:00:00-05:00", + "_effectiveDateTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506050000-0500" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230506050000-0500" } ] }, - "valueString" : "DAVIS, DANIEL, MD" + "valueString": "DAVIS, DANIEL, MD" } }, { - "fullUrl" : "Observation/1707847072756503000.2a60d024-426c-4328-98a3-ecf55fe9ad1f", - "resource" : { - "resourceType" : "Observation", - "id" : "1707847072756503000.2a60d024-426c-4328-98a3-ecf55fe9ad1f", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" + "fullUrl": "Observation/1730738731536431000.f80e1acd-096d-4dc3-9ce4-a83034097979", + "resource": { + "resourceType": "Observation", + "id": "1730738731536431000.f80e1acd-096d-4dc3-9ce4-a83034097979", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueCode" : "AOE" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", + "valueCode": "AOE" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ { - "url" : "OBX.2", - "valueId" : "ST" + "url": "OBX.2", + "valueId": "ST" }, { - "url" : "OBX.11", - "valueString" : "O" + "url": "OBX.29", + "valueId": "QST" }, { - "url" : "OBX.29", - "valueId" : "QST" + "url": "OBX.11", + "valueString": "O" } ] } ], - "status" : "unknown", - "subject" : { - "reference" : "Patient/1707847072401619000.95ba08d1-b846-4305-b0dc-8024ffe67c22" + "status": "unknown", + "subject": { + "reference": "Patient/1730738731286343000.2d0c8167-3311-4d33-8612-03527b335873" }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ + "effectiveDateTime": "2023-05-06T05:00:00-05:00", + "_effectiveDateTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506050000-0500" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230506050000-0500" } ] }, - "valueString" : "Lakeridge Health Revere" + "valueString": "Lakeridge Health Revere" } }, { - "fullUrl" : "Specimen/1707847072766639000.db120f76-f8e7-41a9-969d-14fe24788481", - "resource" : { - "resourceType" : "Specimen", - "id" : "1707847072766639000.db120f76-f8e7-41a9-969d-14fe24788481", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", - "valueString" : "SPM" + "fullUrl": "Specimen/1730738731544333000.8f505bef-a90a-4fdf-b4fa-27a1777dae04", + "resource": { + "resourceType": "Specimen", + "id": "1730738731544333000.8f505bef-a90a-4fdf-b4fa-27a1777dae04", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", + "valueString": "SPM" } ] } diff --git a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/dr/dr-to-period.fhir b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/dr/dr-to-period.fhir index 63552081464..ec5146b7430 100644 --- a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/dr/dr-to-period.fhir +++ b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/dr/dr-to-period.fhir @@ -1,285 +1,419 @@ { - "resourceType" : "Bundle", - "id" : "1710796844121299000.aae90464-2d4f-45da-8d0c-9b6d401ea0b3", - "meta" : { - "lastUpdated" : "2024-03-18T15:20:44.130-06:00" + "resourceType": "Bundle", + "id": "1730472131017432000.72688d9f-db03-4bc1-a634-306568a276a9", + "meta": { + "lastUpdated": "2024-11-01T10:42:11.028-04:00" }, - "identifier" : { - "system" : "https://reportstream.cdc.gov/prime-router", - "value" : "3003786103_4988249_33033" + "identifier": { + "system": "https://reportstream.cdc.gov/prime-router", + "value": "3003786103_4988249_33033" }, - "type" : "message", - "timestamp" : "2023-05-01T08:25:31.000-06:00", - "entry" : [ { - "fullUrl" : "MessageHeader/0993dd0b-6ce5-3caf-a177-0b81cc780c18", - "resource" : { - "resourceType" : "MessageHeader", - "id" : "0993dd0b-6ce5-3caf-a177-0b81cc780c18", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/encoding-characters", - "valueString" : "^~\\&#" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/character-set", - "valueString" : "UNICODE UTF-8" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/msh-message-header", - "extension" : [ { - "url" : "MSH.7", - "valueString" : "20230501102531-0400" - } ] - } ], - "eventCoding" : { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0003", - "code" : "R01", - "display" : "ORU^R01^ORU_R01" - }, - "sender" : { - "reference" : "Organization/1710796844208926000.185decde-c13a-4b20-b088-dc7c87ddd82f" + "type": "message", + "timestamp": "2023-05-01T10:25:31.000-04:00", + "entry": [ + { + "fullUrl": "MessageHeader/1730472131086474000.7246c5d3-da79-4309-ac4b-793b7563804c", + "resource": { + "resourceType": "MessageHeader", + "id": "1730472131086474000.7246c5d3-da79-4309-ac4b-793b7563804c", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/encoding-characters", + "valueString": "^~\\\u0026#" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/character-set", + "valueString": "UNICODE UTF-8" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/msh-message-header", + "extension": [ + { + "url": "MSH.7", + "valueString": "20230501102531-0400" + } + ] + } + ], + "eventCoding": { + "system": "http://terminology.hl7.org/CodeSystem/v2-0003", + "code": "R01", + "display": "ORU^R01^ORU_R01" + }, + "sender": { + "reference": "Organization/1730472131080872000.11d6d10e-993b-4f5f-8a20-7a2ea06e21f6" + } } - } - }, { - "fullUrl" : "Organization/1710796844208926000.185decde-c13a-4b20-b088-dc7c87ddd82f", - "resource" : { - "resourceType" : "Organization", - "id" : "1710796844208926000.185decde-c13a-4b20-b088-dc7c87ddd82f", - "address" : [ { - "country" : "USA" - } ] - } - }, { - "fullUrl" : "Provenance/1710796844742529000.2bc432a2-864b-40b7-8e09-d8968313e4f4", - "resource" : { - "resourceType" : "Provenance", - "id" : "1710796844742529000.2bc432a2-864b-40b7-8e09-d8968313e4f4", - "target" : [ { - "reference" : "MessageHeader/0993dd0b-6ce5-3caf-a177-0b81cc780c18" - } ], - "recorded" : "2023-05-01T10:25:31-04:00", - "activity" : { - "coding" : [ { - "display" : "ORU^R01^ORU_R01" - } ] + }, + { + "fullUrl": "Organization/1730472131080872000.11d6d10e-993b-4f5f-8a20-7a2ea06e21f6", + "resource": { + "resourceType": "Organization", + "id": "1730472131080872000.11d6d10e-993b-4f5f-8a20-7a2ea06e21f6", + "address": [ + { + "country": "USA" + } + ] } - } - }, { - "fullUrl" : "Provenance/1710796844754313000.d521d5d0-b7a6-4bbe-ae73-530a09c6cb57", - "resource" : { - "resourceType" : "Provenance", - "id" : "1710796844754313000.d521d5d0-b7a6-4bbe-ae73-530a09c6cb57", - "recorded" : "2024-03-18T15:20:44Z", - "policy" : [ "http://hl7.org/fhir/uv/v2mappings/message-oru-r01-to-bundle" ], - "activity" : { - "coding" : [ { - "code" : "v2-FHIR transformation" - } ] - }, - "agent" : [ { - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type", - "code" : "assembler" - } ] - }, - "who" : { - "reference" : "Organization/1710796844752925000.472764fa-a573-4f95-bea3-14912200aeea" + }, + { + "fullUrl": "Provenance/1730472131718253000.dd17da9a-1005-4096-916a-59677861cd8a", + "resource": { + "resourceType": "Provenance", + "id": "1730472131718253000.dd17da9a-1005-4096-916a-59677861cd8a", + "target": [ + { + "reference": "MessageHeader/1730472131086474000.7246c5d3-da79-4309-ac4b-793b7563804c" + } + ], + "recorded": "2023-05-01T10:25:31-04:00", + "activity": { + "coding": [ + { + "display": "ORU^R01^ORU_R01" + } + ] } - } ] - } - }, { - "fullUrl" : "Organization/1710796844752925000.472764fa-a573-4f95-bea3-14912200aeea", - "resource" : { - "resourceType" : "Organization", - "id" : "1710796844752925000.472764fa-a573-4f95-bea3-14912200aeea", - "identifier" : [ { - "value" : "CDC PRIME - Atlanta" - }, { - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0301" - } ] - }, - "system" : "urn:ietf:rfc:3986", - "value" : "2.16.840.1.114222.4.1.237821" - } ] - } - }, { - "fullUrl" : "Patient/1710796844798063000.14a11471-7115-4ad5-b53b-d5814e5ffd09", - "resource" : { - "resourceType" : "Patient", - "id" : "1710796844798063000.14a11471-7115-4ad5-b53b-d5814e5ffd09", - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier", - "extension" : [ { - "url" : "CX.5", - "valueString" : "MR" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PID.3" - } ], - "type" : { - "coding" : [ { - "code" : "MR" - } ] + } + }, + { + "fullUrl": "Provenance/1730472131726774000.a19f3065-32a3-44cf-bba6-b3afd528b954", + "resource": { + "resourceType": "Provenance", + "id": "1730472131726774000.a19f3065-32a3-44cf-bba6-b3afd528b954", + "recorded": "2024-11-01T10:42:11Z", + "policy": [ + "http://hl7.org/fhir/uv/v2mappings/message-oru-r01-to-bundle" + ], + "activity": { + "coding": [ + { + "code": "v2-FHIR transformation" + } + ] }, - "value" : "11102779" - } ], - "name" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", - "extension" : [ { - "url" : "XPN.2", - "valueString" : "BB SARAH" - }, { - "url" : "XPN.7", - "valueString" : "L" - } ] - } ], - "use" : "official", - "family" : "SMITH", - "given" : [ "BB SARAH" ] - } ], - "contact" : [ { - "name" : { }, - "organization" : { - "reference" : "Organization/1710796844790353000.bd7ee29a-ff32-48ca-8683-369a05a97e65" - } - } ] - } - }, { - "fullUrl" : "Organization/1710796844790353000.bd7ee29a-ff32-48ca-8683-369a05a97e65", - "resource" : { - "resourceType" : "Organization", - "id" : "1710796844790353000.bd7ee29a-ff32-48ca-8683-369a05a97e65", - "contact" : [ { - "address" : { - "extension" : [ { - "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-censusTract", - "valueCode" : "6059" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ { - "url" : "SAD.2", - "valueString" : "1" - } ] - }, { - "url" : "XAD.2", - "valueString" : "Other Designation" - }, { - "url" : "XAD.7", - "valueCode" : "H" - }, { - "url" : "XAD.8", - "valueString" : "Other Geographic Designation" - }, { - "url" : "XAD.11", - "valueCode" : "A" - }, { - "url" : "XAD.12", - "extension" : [ { - "url" : "XAD.12.1", - "valueString" : "20210624194800+0000" - }, { - "url" : "XAD.12.2", - "valueString" : "20260624194800+0000" - } ] - } ] - } ], - "use" : "home", - "line" : [ "1", "Other Designation" ], - "city" : "THUNDER MOUNTAIN", - "district" : "County", - "state" : "IG", - "postalCode" : "99999", - "country" : "USA", - "period" : { - "start" : "2021-06-24T19:48:00Z", - "end" : "2026-06-24T19:48:00Z" + "agent": [ + { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type", + "code": "assembler" + } + ] + }, + "who": { + "reference": "Organization/1730472131726147000.4473e6cd-1257-46a6-a18f-c368bf95d468" + } } - } - } ] - } - }, { - "fullUrl" : "Provenance/1710796844801760000.4fd420ff-8eb5-4871-9bc3-d725f03095a3", - "resource" : { - "resourceType" : "Provenance", - "id" : "1710796844801760000.4fd420ff-8eb5-4871-9bc3-d725f03095a3", - "target" : [ { - "reference" : "Patient/1710796844798063000.14a11471-7115-4ad5-b53b-d5814e5ffd09" - } ], - "recorded" : "2024-03-18T15:20:44Z", - "activity" : { - "coding" : [ { - "system" : "https://terminology.hl7.org/CodeSystem/v3-DataOperation", - "code" : "UPDATE" - } ] + ] } - } - }, { - "fullUrl" : "RelatedPerson/1710796844806709000.400b068a-1db8-48df-b972-2428474b03b5", - "resource" : { - "resourceType" : "RelatedPerson", - "id" : "1710796844806709000.400b068a-1db8-48df-b972-2428474b03b5", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", - "valueString" : "NK1" - } ], - "patient" : { - "reference" : "Patient/1710796844798063000.14a11471-7115-4ad5-b53b-d5814e5ffd09" - }, - "address" : [ { - "extension" : [ { - "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-censusTract", - "valueCode" : "6059" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "NK1.32" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ { - "url" : "SAD.2", - "valueString" : "1" - } ] - }, { - "url" : "XAD.2", - "valueString" : "Other Designation" - }, { - "url" : "XAD.7", - "valueCode" : "H" - }, { - "url" : "XAD.8", - "valueString" : "Other Geographic Designation" - }, { - "url" : "XAD.11", - "valueCode" : "A" - }, { - "url" : "XAD.12", - "extension" : [ { - "url" : "XAD.12.1", - "valueString" : "20210624194800+0000" - }, { - "url" : "XAD.12.2", - "valueString" : "20260624194800+0000" - } ] - } ] - } ], - "use" : "home", - "line" : [ "1", "Other Designation" ], - "city" : "THUNDER MOUNTAIN", - "district" : "County", - "state" : "IG", - "postalCode" : "99999", - "country" : "USA", - "period" : { - "start" : "2021-06-24T19:48:00Z", - "end" : "2026-06-24T19:48:00Z" + }, + { + "fullUrl": "Organization/1730472131726147000.4473e6cd-1257-46a6-a18f-c368bf95d468", + "resource": { + "resourceType": "Organization", + "id": "1730472131726147000.4473e6cd-1257-46a6-a18f-c368bf95d468", + "identifier": [ + { + "value": "CDC PRIME - Atlanta" + }, + { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0301" + } + ] + }, + "system": "urn:ietf:rfc:3986", + "value": "2.16.840.1.114222.4.1.237821" + } + ] + } + }, + { + "fullUrl": "Patient/1730472131752086000.598eb884-41bd-4499-8a8c-cb25302f58a2", + "resource": { + "resourceType": "Patient", + "id": "1730472131752086000.598eb884-41bd-4499-8a8c-cb25302f58a2", + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier", + "extension": [ + { + "url": "CX.5", + "valueString": "MR" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PID.3" + } + ], + "type": { + "coding": [ + { + "code": "MR" + } + ] + }, + "value": "11102779" + } + ], + "name": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", + "extension": [ + { + "url": "XPN.2", + "valueString": "BB SARAH" + }, + { + "url": "XPN.7", + "valueString": "L" + } + ] + } + ], + "use": "official", + "family": "SMITH", + "given": [ + "BB SARAH" + ] + } + ], + "contact": [ + { + "name": {}, + "organization": { + "reference": "Organization/1730472131746780000.c84255aa-56c4-43ea-ae9c-dfd1f1a7cdb7" + } + } + ] + } + }, + { + "fullUrl": "Organization/1730472131746780000.c84255aa-56c4-43ea-ae9c-dfd1f1a7cdb7", + "resource": { + "resourceType": "Organization", + "id": "1730472131746780000.c84255aa-56c4-43ea-ae9c-dfd1f1a7cdb7", + "contact": [ + { + "address": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-censusTract", + "valueCode": "6059" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ + { + "url": "SAD.2", + "valueString": "1" + } + ] + }, + { + "url": "XAD.2", + "valueString": "Other Designation" + }, + { + "url": "XAD.7", + "valueCode": "H" + }, + { + "url": "XAD.8", + "valueString": "Other Geographic Designation" + }, + { + "url": "XAD.11", + "valueCode": "A" + }, + { + "url": "XAD.12", + "extension": [ + { + "url": "XAD.12.1", + "valueString": "20210624194800+0000" + }, + { + "url": "XAD.12.2", + "valueString": "20260624194800+0000" + } + ] + } + ] + } + ], + "use": "home", + "line": [ + "1", + "Other Designation" + ], + "city": "THUNDER MOUNTAIN", + "district": "County", + "state": "IG", + "postalCode": "99999", + "country": "USA", + "period": { + "start": "2021-06-24T19:48:00Z", + "_start": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20210624194800+0000" + } + ] + }, + "end": "2026-06-24T19:48:00Z", + "_end": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20260624194800+0000" + } + ] + } + } + } + } + ] + } + }, + { + "fullUrl": "Provenance/1730472131754637000.c6900337-5133-4466-b389-f1868bd7c4c2", + "resource": { + "resourceType": "Provenance", + "id": "1730472131754637000.c6900337-5133-4466-b389-f1868bd7c4c2", + "target": [ + { + "reference": "Patient/1730472131752086000.598eb884-41bd-4499-8a8c-cb25302f58a2" + } + ], + "recorded": "2024-11-01T10:42:11Z", + "activity": { + "coding": [ + { + "system": "https://terminology.hl7.org/CodeSystem/v3-DataOperation", + "code": "UPDATE" + } + ] } - } ] + } + }, + { + "fullUrl": "RelatedPerson/1730472131757407000.6c545a67-2432-4293-b424-efa092f92785", + "resource": { + "resourceType": "RelatedPerson", + "id": "1730472131757407000.6c545a67-2432-4293-b424-efa092f92785", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", + "valueString": "NK1" + } + ], + "patient": { + "reference": "Patient/1730472131752086000.598eb884-41bd-4499-8a8c-cb25302f58a2" + }, + "address": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-censusTract", + "valueCode": "6059" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "NK1.32" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ + { + "url": "SAD.2", + "valueString": "1" + } + ] + }, + { + "url": "XAD.2", + "valueString": "Other Designation" + }, + { + "url": "XAD.7", + "valueCode": "H" + }, + { + "url": "XAD.8", + "valueString": "Other Geographic Designation" + }, + { + "url": "XAD.11", + "valueCode": "A" + }, + { + "url": "XAD.12", + "extension": [ + { + "url": "XAD.12.1", + "valueString": "20210624194800+0000" + }, + { + "url": "XAD.12.2", + "valueString": "20260624194800+0000" + } + ] + } + ] + } + ], + "use": "home", + "line": [ + "1", + "Other Designation" + ], + "city": "THUNDER MOUNTAIN", + "district": "County", + "state": "IG", + "postalCode": "99999", + "country": "USA", + "period": { + "start": "2021-06-24T19:48:00Z", + "_start": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20210624194800+0000" + } + ] + }, + "end": "2026-06-24T19:48:00Z", + "_end": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20260624194800+0000" + } + ] + } + } + } + ] + } } - } ] + ] } \ No newline at end of file diff --git a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/ei/EI-to-Device-UDI-Carrier.fhir b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/ei/EI-to-Device-UDI-Carrier.fhir index 46afe41247a..6f9c72e2226 100644 --- a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/ei/EI-to-Device-UDI-Carrier.fhir +++ b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/ei/EI-to-Device-UDI-Carrier.fhir @@ -1,138 +1,212 @@ { - "resourceType" : "Bundle", - "id" : "1710884592556725000.60108d66-8c04-49d7-b598-b930e94c503a", - "meta" : { - "lastUpdated" : "2024-03-19T15:43:12.566-06:00" + "resourceType": "Bundle", + "id": "1730472593082568000.72261cf8-42f4-4e21-8c0e-7fab466e3cfe", + "meta": { + "lastUpdated": "2024-11-01T10:49:53.093-04:00" }, - "identifier" : { - "system" : "https://reportstream.cdc.gov/prime-router", - "value" : "3003786103_4988249_33033" + "identifier": { + "system": "https://reportstream.cdc.gov/prime-router", + "value": "3003786103_4988249_33033" }, - "type" : "message", - "timestamp" : "2023-05-01T08:25:31.000-06:00", - "entry" : [ { - "fullUrl" : "MessageHeader/0993dd0b-6ce5-3caf-a177-0b81cc780c18", - "resource" : { - "resourceType" : "MessageHeader", - "id" : "0993dd0b-6ce5-3caf-a177-0b81cc780c18", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/encoding-characters", - "valueString" : "^~\\&#" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/msh-message-header", - "extension" : [ { - "url" : "MSH.7", - "valueString" : "20230501102531-0400" - } ] - } ], - "eventCoding" : { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0003", - "code" : "R01", - "display" : "ORU^R01^ORU_R01" + "type": "message", + "timestamp": "2023-05-01T10:25:31.000-04:00", + "entry": [ + { + "fullUrl": "MessageHeader/1730472593149027000.5e11a885-2abf-40e7-8848-1c34997cc2a7", + "resource": { + "resourceType": "MessageHeader", + "id": "1730472593149027000.5e11a885-2abf-40e7-8848-1c34997cc2a7", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/encoding-characters", + "valueString": "^~\\\u0026#" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/msh-message-header", + "extension": [ + { + "url": "MSH.7", + "valueString": "20230501102531-0400" + } + ] + } + ], + "eventCoding": { + "system": "http://terminology.hl7.org/CodeSystem/v2-0003", + "code": "R01", + "display": "ORU^R01^ORU_R01" + } } - } - }, { - "fullUrl" : "Provenance/1710884593158568000.35609063-2fb2-432a-b396-ae2ab3a039bc", - "resource" : { - "resourceType" : "Provenance", - "id" : "1710884593158568000.35609063-2fb2-432a-b396-ae2ab3a039bc", - "target" : [ { - "reference" : "MessageHeader/0993dd0b-6ce5-3caf-a177-0b81cc780c18" - } ], - "recorded" : "2023-05-01T10:25:31-04:00", - "activity" : { - "coding" : [ { - "display" : "ORU^R01^ORU_R01" - } ] + }, + { + "fullUrl": "Provenance/1730472593775496000.1bf7534e-36b6-4431-bf01-efb0ae4c6ed5", + "resource": { + "resourceType": "Provenance", + "id": "1730472593775496000.1bf7534e-36b6-4431-bf01-efb0ae4c6ed5", + "target": [ + { + "reference": "MessageHeader/1730472593149027000.5e11a885-2abf-40e7-8848-1c34997cc2a7" + } + ], + "recorded": "2023-05-01T10:25:31-04:00", + "activity": { + "coding": [ + { + "display": "ORU^R01^ORU_R01" + } + ] + } } - } - }, { - "fullUrl" : "Provenance/1710884593170737000.76ac7a0f-afc4-45dc-a532-101d26b6ff5c", - "resource" : { - "resourceType" : "Provenance", - "id" : "1710884593170737000.76ac7a0f-afc4-45dc-a532-101d26b6ff5c", - "recorded" : "2024-03-19T15:43:13Z", - "policy" : [ "http://hl7.org/fhir/uv/v2mappings/message-oru-r01-to-bundle" ], - "activity" : { - "coding" : [ { - "code" : "v2-FHIR transformation" - } ] - }, - "agent" : [ { - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type", - "code" : "assembler" - } ] + }, + { + "fullUrl": "Provenance/1730472593783696000.a8844819-f828-4b0b-8e34-a4dd9cfce1cd", + "resource": { + "resourceType": "Provenance", + "id": "1730472593783696000.a8844819-f828-4b0b-8e34-a4dd9cfce1cd", + "recorded": "2024-11-01T10:49:53Z", + "policy": [ + "http://hl7.org/fhir/uv/v2mappings/message-oru-r01-to-bundle" + ], + "activity": { + "coding": [ + { + "code": "v2-FHIR transformation" + } + ] }, - "who" : { - "reference" : "Organization/1710884593169621000.20c4e638-9cf0-4a0c-bcf3-d7787e1a284a" + "agent": [ + { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type", + "code": "assembler" + } + ] + }, + "who": { + "reference": "Organization/1730472593783090000.1af6938c-654d-45d5-ac3b-c91924073516" + } + } + ] + } + }, + { + "fullUrl": "Organization/1730472593783090000.1af6938c-654d-45d5-ac3b-c91924073516", + "resource": { + "resourceType": "Organization", + "id": "1730472593783090000.1af6938c-654d-45d5-ac3b-c91924073516", + "identifier": [ + { + "value": "CDC PRIME - Atlanta" + }, + { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0301" + } + ] + }, + "system": "urn:ietf:rfc:3986", + "value": "2.16.840.1.114222.4.1.237821" + } + ] + } + }, + { + "fullUrl": "Patient/1730472593799590000.9d37b49e-c018-4d83-a60e-611ea49bbf3d", + "resource": { + "resourceType": "Patient", + "id": "1730472593799590000.9d37b49e-c018-4d83-a60e-611ea49bbf3d" + } + }, + { + "fullUrl": "Provenance/1730472593800231000.d66d3a07-8207-443b-8927-bc4766000304", + "resource": { + "resourceType": "Provenance", + "id": "1730472593800231000.d66d3a07-8207-443b-8927-bc4766000304", + "target": [ + { + "reference": "Patient/1730472593799590000.9d37b49e-c018-4d83-a60e-611ea49bbf3d" + } + ], + "recorded": "2024-11-01T10:49:53Z", + "activity": { + "coding": [ + { + "system": "https://terminology.hl7.org/CodeSystem/v3-DataOperation", + "code": "UPDATE" + } + ] } - } ] - } - }, { - "fullUrl" : "Organization/1710884593169621000.20c4e638-9cf0-4a0c-bcf3-d7787e1a284a", - "resource" : { - "resourceType" : "Organization", - "id" : "1710884593169621000.20c4e638-9cf0-4a0c-bcf3-d7787e1a284a", - "identifier" : [ { - "value" : "CDC PRIME - Atlanta" - }, { - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0301" - } ] - }, - "system" : "urn:ietf:rfc:3986", - "value" : "2.16.840.1.114222.4.1.237821" - } ] - } - }, { - "fullUrl" : "Patient/1710884593197590000.2c6e28bc-c479-4f50-a98e-975114a8dc52", - "resource" : { - "resourceType" : "Patient", - "id" : "1710884593197590000.2c6e28bc-c479-4f50-a98e-975114a8dc52" - } - }, { - "fullUrl" : "Provenance/1710884593198612000.eff755f7-10be-42e4-aafd-86b228a79662", - "resource" : { - "resourceType" : "Provenance", - "id" : "1710884593198612000.eff755f7-10be-42e4-aafd-86b228a79662", - "target" : [ { - "reference" : "Patient/1710884593197590000.2c6e28bc-c479-4f50-a98e-975114a8dc52" - } ], - "recorded" : "2024-03-19T15:43:13Z", - "activity" : { - "coding" : [ { - "system" : "https://terminology.hl7.org/CodeSystem/v3-DataOperation", - "code" : "UPDATE" - } ] + } + }, + { + "fullUrl": "Device/1730472593803809000.7c42e629-ea58-4027-82e3-e1d92cf02ca1", + "resource": { + "resourceType": "Device", + "id": "1730472593803809000.7c42e629-ea58-4027-82e3-e1d92cf02ca1", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/prt-extension", + "extension": [ + { + "url": "PRT.10", + "valueIdentifier": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "CDC" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "1.111.122311.222.44.2.3.3" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + } + ] + } + } + ] + } + ], + "udiCarrier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "CDC" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "1.111.122311.222.44.2.3.3" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PRT.10" + } + ], + "deviceIdentifier": "CDC_3015822725" + } + ] } } - }, { - "fullUrl" : "Device/1710884593200357000.738d2855-e142-4a44-9ae5-cafed29a2128", - "resource" : { - "resourceType" : "Device", - "id" : "1710884593200357000.738d2855-e142-4a44-9ae5-cafed29a2128", - "udiCarrier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "CDC" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "1.111.122311.222.44.2.3.3" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PRT.10" - } ], - "deviceIdentifier" : "CDC_3015822725" - } ] - } - } ] + ] } \ No newline at end of file diff --git a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/hd/HD-to-extensionAssigningAuthority-empty-hd3.fhir b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/hd/HD-to-extensionAssigningAuthority-empty-hd3.fhir index a40dec804d7..63ad620b846 100644 --- a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/hd/HD-to-extensionAssigningAuthority-empty-hd3.fhir +++ b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/hd/HD-to-extensionAssigningAuthority-empty-hd3.fhir @@ -1,145 +1,188 @@ { - "resourceType" : "Bundle", - "id" : "1710886431479464000.6e06653d-d20f-4467-a9af-d095bd758a98", - "meta" : { - "lastUpdated" : "2024-03-19T16:13:51.488-06:00" + "resourceType": "Bundle", + "id": "1730472730161524000.2cc44fe8-d853-4e01-8446-0e3c2a0f04a4", + "meta": { + "lastUpdated": "2024-11-01T10:52:10.172-04:00" }, - "identifier" : { - "system" : "https://reportstream.cdc.gov/prime-router", - "value" : "3003786103_4988249_33033" + "identifier": { + "system": "https://reportstream.cdc.gov/prime-router", + "value": "3003786103_4988249_33033" }, - "type" : "message", - "timestamp" : "2023-05-01T08:25:31.000-06:00", - "entry" : [ { - "fullUrl" : "MessageHeader/0993dd0b-6ce5-3caf-a177-0b81cc780c18", - "resource" : { - "resourceType" : "MessageHeader", - "id" : "0993dd0b-6ce5-3caf-a177-0b81cc780c18", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/encoding-characters", - "valueString" : "^~\\&#" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/msh-message-header", - "extension" : [ { - "url" : "MSH.7", - "valueString" : "20230501102531-0400" - } ] - } ], - "eventCoding" : { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0003", - "code" : "R01", - "display" : "ORU^R01^ORU_R01" - }, - "responsible" : { - "reference" : "Organization/1710886431583423000.cad6ea3e-853d-4d4d-aeb7-01e8fba352f7" - } - } - }, { - "fullUrl" : "Organization/1710886431583423000.cad6ea3e-853d-4d4d-aeb7-01e8fba352f7", - "resource" : { - "resourceType" : "Organization", - "id" : "1710886431583423000.cad6ea3e-853d-4d4d-aeb7-01e8fba352f7", - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Assigning Authority" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-unknown-type", - "valueCode" : "2.1.4.1" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type" - } ] - } ] - } ] - } - }, { - "fullUrl" : "Provenance/1710886432100084000.3be91b79-4ae0-4cce-b269-45ad1d3e107f", - "resource" : { - "resourceType" : "Provenance", - "id" : "1710886432100084000.3be91b79-4ae0-4cce-b269-45ad1d3e107f", - "target" : [ { - "reference" : "MessageHeader/0993dd0b-6ce5-3caf-a177-0b81cc780c18" - } ], - "recorded" : "2023-05-01T10:25:31-04:00", - "activity" : { - "coding" : [ { - "display" : "ORU^R01^ORU_R01" - } ] - }, - "agent" : [ { - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type", - "code" : "author" - } ] + "type": "message", + "timestamp": "2023-05-01T10:25:31.000-04:00", + "entry": [ + { + "fullUrl": "MessageHeader/1730472730249869000.a5da1975-6696-4ac3-bad1-e3d743a5d0fe", + "resource": { + "resourceType": "MessageHeader", + "id": "1730472730249869000.a5da1975-6696-4ac3-bad1-e3d743a5d0fe", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/encoding-characters", + "valueString": "^~\\\u0026#" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/msh-message-header", + "extension": [ + { + "url": "MSH.7", + "valueString": "20230501102531-0400" + } + ] + } + ], + "eventCoding": { + "system": "http://terminology.hl7.org/CodeSystem/v2-0003", + "code": "R01", + "display": "ORU^R01^ORU_R01" }, - "who" : { - "reference" : "Organization/1710886432099116000.a0e6bc41-dbcb-4368-977a-a60a4ff13159" + "responsible": { + "reference": "Organization/1730472730245030000.020a85f7-cae1-4370-8e6d-9b496201d36e" } - } ] - } - }, { - "fullUrl" : "Organization/1710886432099116000.a0e6bc41-dbcb-4368-977a-a60a4ff13159", - "resource" : { - "resourceType" : "Organization", - "id" : "1710886432099116000.a0e6bc41-dbcb-4368-977a-a60a4ff13159", - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Assigning Authority" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-unknown-type", - "valueCode" : "2.1.4.1" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type" - } ] - } ] - } ] - } - }, { - "fullUrl" : "Provenance/1710886432112663000.c3d85ada-ac89-4e3b-821f-4336ba709368", - "resource" : { - "resourceType" : "Provenance", - "id" : "1710886432112663000.c3d85ada-ac89-4e3b-821f-4336ba709368", - "recorded" : "2024-03-19T16:13:52Z", - "policy" : [ "http://hl7.org/fhir/uv/v2mappings/message-oru-r01-to-bundle" ], - "activity" : { - "coding" : [ { - "code" : "v2-FHIR transformation" - } ] - }, - "agent" : [ { - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type", - "code" : "assembler" - } ] + } + }, + { + "fullUrl": "Organization/1730472730245030000.020a85f7-cae1-4370-8e6d-9b496201d36e", + "resource": { + "resourceType": "Organization", + "id": "1730472730245030000.020a85f7-cae1-4370-8e6d-9b496201d36e", + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Assigning Authority" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-unknown-type", + "valueCode": "2.1.4.1" + } + ] + } + ] + } + ] + } + }, + { + "fullUrl": "Provenance/1730472730814987000.cfe779b5-4846-446b-b499-15499eaea845", + "resource": { + "resourceType": "Provenance", + "id": "1730472730814987000.cfe779b5-4846-446b-b499-15499eaea845", + "target": [ + { + "reference": "MessageHeader/1730472730249869000.a5da1975-6696-4ac3-bad1-e3d743a5d0fe" + } + ], + "recorded": "2023-05-01T10:25:31-04:00", + "activity": { + "coding": [ + { + "display": "ORU^R01^ORU_R01" + } + ] }, - "who" : { - "reference" : "Organization/1710886432111779000.c57e58f1-583f-4865-9b73-a05c503d8a9b" - } - } ] - } - }, { - "fullUrl" : "Organization/1710886432111779000.c57e58f1-583f-4865-9b73-a05c503d8a9b", - "resource" : { - "resourceType" : "Organization", - "id" : "1710886432111779000.c57e58f1-583f-4865-9b73-a05c503d8a9b", - "identifier" : [ { - "value" : "CDC PRIME - Atlanta" - }, { - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0301" - } ] + "agent": [ + { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type", + "code": "author" + } + ] + }, + "who": { + "reference": "Organization/1730472730814489000.372b960d-2013-427b-8b34-a19ed9c781c6" + } + } + ] + } + }, + { + "fullUrl": "Organization/1730472730814489000.372b960d-2013-427b-8b34-a19ed9c781c6", + "resource": { + "resourceType": "Organization", + "id": "1730472730814489000.372b960d-2013-427b-8b34-a19ed9c781c6", + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Assigning Authority" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-unknown-type", + "valueCode": "2.1.4.1" + } + ] + } + ] + } + ] + } + }, + { + "fullUrl": "Provenance/1730472730824093000.4a62a2d2-cb91-4410-9f62-d7ec186a7546", + "resource": { + "resourceType": "Provenance", + "id": "1730472730824093000.4a62a2d2-cb91-4410-9f62-d7ec186a7546", + "recorded": "2024-11-01T10:52:10Z", + "policy": [ + "http://hl7.org/fhir/uv/v2mappings/message-oru-r01-to-bundle" + ], + "activity": { + "coding": [ + { + "code": "v2-FHIR transformation" + } + ] }, - "system" : "urn:ietf:rfc:3986", - "value" : "2.16.840.1.114222.4.1.237821" - } ] + "agent": [ + { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type", + "code": "assembler" + } + ] + }, + "who": { + "reference": "Organization/1730472730823520000.cec3e75d-4fd8-42cc-a707-713f01d7ccbe" + } + } + ] + } + }, + { + "fullUrl": "Organization/1730472730823520000.cec3e75d-4fd8-42cc-a707-713f01d7ccbe", + "resource": { + "resourceType": "Organization", + "id": "1730472730823520000.cec3e75d-4fd8-42cc-a707-713f01d7ccbe", + "identifier": [ + { + "value": "CDC PRIME - Atlanta" + }, + { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0301" + } + ] + }, + "system": "urn:ietf:rfc:3986", + "value": "2.16.840.1.114222.4.1.237821" + } + ] + } } - } ] + ] } \ No newline at end of file diff --git a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/obx/OBX-to-Observation-obx-33-no-extension.fhir b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/obx/OBX-to-Observation-obx-33-no-extension.fhir new file mode 100644 index 00000000000..6ce25ee797b --- /dev/null +++ b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/obx/OBX-to-Observation-obx-33-no-extension.fhir @@ -0,0 +1,447 @@ +{ + "resourceType": "Bundle", + "id": "1730826912048747000.6f204a30-cbcf-49d3-b246-72abcb006a89", + "meta": { + "lastUpdated": "2024-11-05T12:15:12.060-05:00" + }, + "identifier": { + "system": "https://reportstream.cdc.gov/prime-router", + "value": "12345" + }, + "type": "message", + "timestamp": "2023-05-01T10:25:31.000-04:00", + "entry": [ + { + "fullUrl": "MessageHeader/1730826912120066000.1fbc787e-a90b-4fbd-8e41-3d3e2d238eee", + "resource": { + "resourceType": "MessageHeader", + "id": "1730826912120066000.1fbc787e-a90b-4fbd-8e41-3d3e2d238eee", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/encoding-characters", + "valueString": "^~\\\u0026#" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/character-set", + "valueString": "UNICODE UTF-8" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/msh-message-header", + "extension": [ + { + "url": "MSH.7", + "valueString": "20230501102531-0400" + } + ] + } + ], + "eventCoding": { + "system": "http://terminology.hl7.org/CodeSystem/v2-0003", + "code": "R01", + "display": "ORU^R01^ORU_R01" + }, + "sender": { + "reference": "Organization/1730826912114852000.39f87529-432e-4798-b9b1-dc37b7002df0" + } + } + }, + { + "fullUrl": "Organization/1730826912114852000.39f87529-432e-4798-b9b1-dc37b7002df0", + "resource": { + "resourceType": "Organization", + "id": "1730826912114852000.39f87529-432e-4798-b9b1-dc37b7002df0", + "address": [ + { + "country": "USA" + } + ] + } + }, + { + "fullUrl": "Provenance/1730826912729846000.d81b47e7-28c6-495a-ac98-1542b4274d53", + "resource": { + "resourceType": "Provenance", + "id": "1730826912729846000.d81b47e7-28c6-495a-ac98-1542b4274d53", + "target": [ + { + "reference": "MessageHeader/1730826912120066000.1fbc787e-a90b-4fbd-8e41-3d3e2d238eee" + }, + { + "reference": "DiagnosticReport/1730826912948367000.55326ac6-3433-4835-9df0-024be8ae05fc" + } + ], + "recorded": "2023-05-01T10:25:31-04:00", + "activity": { + "coding": [ + { + "display": "ORU^R01^ORU_R01" + } + ] + } + } + }, + { + "fullUrl": "Provenance/1730826912738864000.f0ad9792-36bd-4b44-95bb-ab3f3fb4006a", + "resource": { + "resourceType": "Provenance", + "id": "1730826912738864000.f0ad9792-36bd-4b44-95bb-ab3f3fb4006a", + "recorded": "2024-11-05T12:15:12Z", + "policy": [ + "http://hl7.org/fhir/uv/v2mappings/message-oru-r01-to-bundle" + ], + "activity": { + "coding": [ + { + "code": "v2-FHIR transformation" + } + ] + }, + "agent": [ + { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type", + "code": "assembler" + } + ] + }, + "who": { + "reference": "Organization/1730826912738203000.08dfa6cb-c041-4ad2-a85d-3add0154020c" + } + } + ] + } + }, + { + "fullUrl": "Organization/1730826912738203000.08dfa6cb-c041-4ad2-a85d-3add0154020c", + "resource": { + "resourceType": "Organization", + "id": "1730826912738203000.08dfa6cb-c041-4ad2-a85d-3add0154020c", + "identifier": [ + { + "value": "CDC PRIME - Atlanta" + }, + { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0301" + } + ] + }, + "system": "urn:ietf:rfc:3986", + "value": "2.16.840.1.114222.4.1.237821" + } + ] + } + }, + { + "fullUrl": "Patient/1730826912753917000.440485f0-6b83-45f9-bfe3-62ed00aaec54", + "resource": { + "resourceType": "Patient", + "id": "1730826912753917000.440485f0-6b83-45f9-bfe3-62ed00aaec54" + } + }, + { + "fullUrl": "Provenance/1730826912754540000.4ffc19ce-4c95-4002-a6f4-6d24938360eb", + "resource": { + "resourceType": "Provenance", + "id": "1730826912754540000.4ffc19ce-4c95-4002-a6f4-6d24938360eb", + "target": [ + { + "reference": "Patient/1730826912753917000.440485f0-6b83-45f9-bfe3-62ed00aaec54" + } + ], + "recorded": "2024-11-05T12:15:12Z", + "activity": { + "coding": [ + { + "system": "https://terminology.hl7.org/CodeSystem/v3-DataOperation", + "code": "UPDATE" + } + ] + } + } + }, + { + "fullUrl": "Observation/1730826912763922000.033ac8b7-d661-4145-9398-9200f75e1cd6", + "resource": { + "resourceType": "Observation", + "id": "1730826912763922000.033ac8b7-d661-4145-9398-9200f75e1cd6", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ + { + "url": "OBX.2", + "valueId": "TM" + }, + { + "url": "OBX.18", + "valueReference": { + "reference": "Device/1730826912758761000.1d2627f2-7b10-46b4-83cd-a9aa9222dd0f" + } + } + ] + } + ], + "status": "unknown", + "code": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "code": "8675-3", + "display": "Fake" + } + ] + }, + "subject": { + "reference": "Patient/1730826912753917000.440485f0-6b83-45f9-bfe3-62ed00aaec54" + }, + "valueTime": "223100.0000", + "_valueTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "223100.0000" + } + ] + }, + "device": { + "reference": "Device/1730826912766072000.701333f8-d7a8-49af-b2c0-87d6237d760b" + }, + "specimen": { + "reference": "Specimen/1730826912941089000.6c5dbd9e-3fa6-4a61-8927-17b05c8a729b" + } + } + }, + { + "fullUrl": "Device/1730826912758761000.1d2627f2-7b10-46b4-83cd-a9aa9222dd0f", + "resource": { + "resourceType": "Device", + "id": "1730826912758761000.1d2627f2-7b10-46b4-83cd-a9aa9222dd0f", + "identifier": [ + { + "value": "CDC_3015822725" + } + ] + } + }, + { + "fullUrl": "Device/1730826912766072000.701333f8-d7a8-49af-b2c0-87d6237d760b", + "resource": { + "resourceType": "Device", + "id": "1730826912766072000.701333f8-d7a8-49af-b2c0-87d6237d760b", + "identifier": [ + { + "value": "CDC_3015822725" + } + ] + } + }, + { + "fullUrl": "Specimen/1730826912938466000.73997581-c8bf-48ea-b539-12f25e201f49", + "resource": { + "resourceType": "Specimen", + "id": "1730826912938466000.73997581-c8bf-48ea-b539-12f25e201f49", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", + "valueString": "OBR" + } + ] + } + }, + { + "fullUrl": "Specimen/1730826912941089000.6c5dbd9e-3fa6-4a61-8927-17b05c8a729b", + "resource": { + "resourceType": "Specimen", + "id": "1730826912941089000.6c5dbd9e-3fa6-4a61-8927-17b05c8a729b", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", + "valueString": "SPM" + } + ], + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "05D2222542" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "ISO" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/filler-assigned-identifier", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", + "valueString": "1234d1d1-95fe-462c-8ac6-46728dba581c" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "05D22225" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", + "valueString": "SPM.2.1" + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "PGN" + } + ] + }, + "value": "1234d1d1-95fe-462c-8ac6-46728dba581c" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "05D22225" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/placer-assigned-identifier", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", + "valueString": "1234d1d1-95fe-462c-8ac6-46728dba581c" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "05D2222542" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "ISO" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", + "valueString": "SPM.2.2" + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "FGN" + } + ] + }, + "value": "1234d1d1-95fe-462c-8ac6-46728dba581c" + } + ] + } + }, + { + "fullUrl": "ServiceRequest/1730826912946166000.e609bc05-c402-4156-b8ce-af0bf67c7161", + "resource": { + "resourceType": "ServiceRequest", + "id": "1730826912946166000.e609bc05-c402-4156-b8ce-af0bf67c7161", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", + "extension": [ + { + "url": "OBR.25", + "valueId": "F" + } + ] + } + ], + "status": "unknown", + "code": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "code": "68991-9", + "display": "Epidemiologically Important Information" + } + ] + }, + "subject": { + "reference": "Patient/1730826912753917000.440485f0-6b83-45f9-bfe3-62ed00aaec54" + } + } + }, + { + "fullUrl": "DiagnosticReport/1730826912948367000.55326ac6-3433-4835-9df0-024be8ae05fc", + "resource": { + "resourceType": "DiagnosticReport", + "id": "1730826912948367000.55326ac6-3433-4835-9df0-024be8ae05fc", + "basedOn": [ + { + "reference": "ServiceRequest/1730826912946166000.e609bc05-c402-4156-b8ce-af0bf67c7161" + } + ], + "status": "final", + "code": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "code": "68991-9", + "display": "Epidemiologically Important Information" + } + ] + }, + "subject": { + "reference": "Patient/1730826912753917000.440485f0-6b83-45f9-bfe3-62ed00aaec54" + }, + "specimen": [ + { + "reference": "Specimen/1730826912941089000.6c5dbd9e-3fa6-4a61-8927-17b05c8a729b" + }, + { + "reference": "Specimen/1730826912938466000.73997581-c8bf-48ea-b539-12f25e201f49" + } + ], + "result": [ + { + "reference": "Observation/1730826912763922000.033ac8b7-d661-4145-9398-9200f75e1cd6" + } + ] + } + } + ] +} \ No newline at end of file diff --git a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/obx/OBX-to-Observation-obx-33-no-extension.hl7 b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/obx/OBX-to-Observation-obx-33-no-extension.hl7 new file mode 100644 index 00000000000..5b195aa3bfa --- /dev/null +++ b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/obx/OBX-to-Observation-obx-33-no-extension.hl7 @@ -0,0 +1,5 @@ +MSH|^~\&#|||||20230501102531-0400||ORU^R01^ORU_R01|12345||2.5.1|||||USA|UNICODE UTF-8 +PID|1 +OBR|1|||68991-9^Epidemiologically Important Information^LN|||||||||||||||||||||F +OBX|1|TM|8675-3^Fake^LN||223100.0000|||||||||||||CDC_3015822725|||||||||||||||1234d1d1-95fe-462c-8ac6-46728dba581c&&05D2222542&ISO^1234d1d1-95fe-462c-8ac6-46728dba581c&&05D22225 +SPM|1|1234d1d1-95fe-462c-8ac6-46728dba581c&&05D2222542&ISO^1234d1d1-95fe-462c-8ac6-46728dba581c&&05D22225 \ No newline at end of file diff --git a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/obx/OBX-to-Observation-obx-33.fhir b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/obx/OBX-to-Observation-obx-33.fhir new file mode 100644 index 00000000000..3d214895b3b --- /dev/null +++ b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/obx/OBX-to-Observation-obx-33.fhir @@ -0,0 +1,481 @@ +{ + "resourceType": "Bundle", + "id": "1730826912048747000.6f204a30-cbcf-49d3-b246-72abcb006a89", + "meta": { + "lastUpdated": "2024-11-05T12:15:12.060-05:00" + }, + "identifier": { + "system": "https://reportstream.cdc.gov/prime-router", + "value": "12345" + }, + "type": "message", + "timestamp": "2023-05-01T10:25:31.000-04:00", + "entry": [ + { + "fullUrl": "MessageHeader/1730826912120066000.1fbc787e-a90b-4fbd-8e41-3d3e2d238eee", + "resource": { + "resourceType": "MessageHeader", + "id": "1730826912120066000.1fbc787e-a90b-4fbd-8e41-3d3e2d238eee", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/encoding-characters", + "valueString": "^~\\\u0026#" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/character-set", + "valueString": "UNICODE UTF-8" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/msh-message-header", + "extension": [ + { + "url": "MSH.7", + "valueString": "20230501102531-0400" + } + ] + } + ], + "eventCoding": { + "system": "http://terminology.hl7.org/CodeSystem/v2-0003", + "code": "R01", + "display": "ORU^R01^ORU_R01" + }, + "sender": { + "reference": "Organization/1730826912114852000.39f87529-432e-4798-b9b1-dc37b7002df0" + } + } + }, + { + "fullUrl": "Organization/1730826912114852000.39f87529-432e-4798-b9b1-dc37b7002df0", + "resource": { + "resourceType": "Organization", + "id": "1730826912114852000.39f87529-432e-4798-b9b1-dc37b7002df0", + "address": [ + { + "country": "USA" + } + ] + } + }, + { + "fullUrl": "Provenance/1730826912729846000.d81b47e7-28c6-495a-ac98-1542b4274d53", + "resource": { + "resourceType": "Provenance", + "id": "1730826912729846000.d81b47e7-28c6-495a-ac98-1542b4274d53", + "target": [ + { + "reference": "MessageHeader/1730826912120066000.1fbc787e-a90b-4fbd-8e41-3d3e2d238eee" + }, + { + "reference": "DiagnosticReport/1730826912948367000.55326ac6-3433-4835-9df0-024be8ae05fc" + } + ], + "recorded": "2023-05-01T10:25:31-04:00", + "activity": { + "coding": [ + { + "display": "ORU^R01^ORU_R01" + } + ] + } + } + }, + { + "fullUrl": "Provenance/1730826912738864000.f0ad9792-36bd-4b44-95bb-ab3f3fb4006a", + "resource": { + "resourceType": "Provenance", + "id": "1730826912738864000.f0ad9792-36bd-4b44-95bb-ab3f3fb4006a", + "recorded": "2024-11-05T12:15:12Z", + "policy": [ + "http://hl7.org/fhir/uv/v2mappings/message-oru-r01-to-bundle" + ], + "activity": { + "coding": [ + { + "code": "v2-FHIR transformation" + } + ] + }, + "agent": [ + { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type", + "code": "assembler" + } + ] + }, + "who": { + "reference": "Organization/1730826912738203000.08dfa6cb-c041-4ad2-a85d-3add0154020c" + } + } + ] + } + }, + { + "fullUrl": "Organization/1730826912738203000.08dfa6cb-c041-4ad2-a85d-3add0154020c", + "resource": { + "resourceType": "Organization", + "id": "1730826912738203000.08dfa6cb-c041-4ad2-a85d-3add0154020c", + "identifier": [ + { + "value": "CDC PRIME - Atlanta" + }, + { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0301" + } + ] + }, + "system": "urn:ietf:rfc:3986", + "value": "2.16.840.1.114222.4.1.237821" + } + ] + } + }, + { + "fullUrl": "Patient/1730826912753917000.440485f0-6b83-45f9-bfe3-62ed00aaec54", + "resource": { + "resourceType": "Patient", + "id": "1730826912753917000.440485f0-6b83-45f9-bfe3-62ed00aaec54" + } + }, + { + "fullUrl": "Provenance/1730826912754540000.4ffc19ce-4c95-4002-a6f4-6d24938360eb", + "resource": { + "resourceType": "Provenance", + "id": "1730826912754540000.4ffc19ce-4c95-4002-a6f4-6d24938360eb", + "target": [ + { + "reference": "Patient/1730826912753917000.440485f0-6b83-45f9-bfe3-62ed00aaec54" + } + ], + "recorded": "2024-11-05T12:15:12Z", + "activity": { + "coding": [ + { + "system": "https://terminology.hl7.org/CodeSystem/v3-DataOperation", + "code": "UPDATE" + } + ] + } + } + }, + { + "fullUrl": "Observation/1730826912763922000.033ac8b7-d661-4145-9398-9200f75e1cd6", + "resource": { + "resourceType": "Observation", + "id": "1730826912763922000.033ac8b7-d661-4145-9398-9200f75e1cd6", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ + { + "url": "OBX.2", + "valueId": "TM" + }, + { + "url": "OBX.33", + "valueIdentifier": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "05D2222542" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "ISO" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/filler-assigned-identifier", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", + "valueString": "1234d1d1-95fe-462c-8ac6-46728dba581c" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "05D22225" + } + ] + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "PGN" + } + ] + }, + "value": "1234d1d1-95fe-462c-8ac6-46728dba581c" + } + }, + { + "url": "OBX.18", + "valueReference": { + "reference": "Device/1730826912758761000.1d2627f2-7b10-46b4-83cd-a9aa9222dd0f" + } + } + ] + } + ], + "status": "unknown", + "code": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "code": "8675-3", + "display": "Fake" + } + ] + }, + "subject": { + "reference": "Patient/1730826912753917000.440485f0-6b83-45f9-bfe3-62ed00aaec54" + }, + "valueTime": "223100.0000", + "_valueTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "223100.0000" + } + ] + }, + "device": { + "reference": "Device/1730826912766072000.701333f8-d7a8-49af-b2c0-87d6237d760b" + } + } + }, + { + "fullUrl": "Device/1730826912758761000.1d2627f2-7b10-46b4-83cd-a9aa9222dd0f", + "resource": { + "resourceType": "Device", + "id": "1730826912758761000.1d2627f2-7b10-46b4-83cd-a9aa9222dd0f", + "identifier": [ + { + "value": "CDC_3015822725" + } + ] + } + }, + { + "fullUrl": "Device/1730826912766072000.701333f8-d7a8-49af-b2c0-87d6237d760b", + "resource": { + "resourceType": "Device", + "id": "1730826912766072000.701333f8-d7a8-49af-b2c0-87d6237d760b", + "identifier": [ + { + "value": "CDC_3015822725" + } + ] + } + }, + { + "fullUrl": "Specimen/1730826912938466000.73997581-c8bf-48ea-b539-12f25e201f49", + "resource": { + "resourceType": "Specimen", + "id": "1730826912938466000.73997581-c8bf-48ea-b539-12f25e201f49", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", + "valueString": "OBR" + } + ] + } + }, + { + "fullUrl": "Specimen/1730826912941089000.6c5dbd9e-3fa6-4a61-8927-17b05c8a729b", + "resource": { + "resourceType": "Specimen", + "id": "1730826912941089000.6c5dbd9e-3fa6-4a61-8927-17b05c8a729b", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", + "valueString": "SPM" + } + ], + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "05D2222542" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "ISO" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/filler-assigned-identifier", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", + "valueString": "1234d1d1-95fe-462c-8ac6-46728dba581c" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "05D22225" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", + "valueString": "SPM.2.1" + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "PGN" + } + ] + }, + "value": "1234d1d1-95fe-462c-8ac6-46728dba581c" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "05D22225" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/placer-assigned-identifier", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", + "valueString": "1234d1d1-95fe-462c-8ac6-46728dba581c" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "05D2222542" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "ISO" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", + "valueString": "SPM.2.2" + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "FGN" + } + ] + }, + "value": "1234d1d1-95fe-462c-8ac6-46728dba581c" + } + ] + } + }, + { + "fullUrl": "ServiceRequest/1730826912946166000.e609bc05-c402-4156-b8ce-af0bf67c7161", + "resource": { + "resourceType": "ServiceRequest", + "id": "1730826912946166000.e609bc05-c402-4156-b8ce-af0bf67c7161", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", + "extension": [ + { + "url": "OBR.25", + "valueId": "F" + } + ] + } + ], + "status": "unknown", + "code": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "code": "68991-9", + "display": "Epidemiologically Important Information" + } + ] + }, + "subject": { + "reference": "Patient/1730826912753917000.440485f0-6b83-45f9-bfe3-62ed00aaec54" + } + } + }, + { + "fullUrl": "DiagnosticReport/1730826912948367000.55326ac6-3433-4835-9df0-024be8ae05fc", + "resource": { + "resourceType": "DiagnosticReport", + "id": "1730826912948367000.55326ac6-3433-4835-9df0-024be8ae05fc", + "basedOn": [ + { + "reference": "ServiceRequest/1730826912946166000.e609bc05-c402-4156-b8ce-af0bf67c7161" + } + ], + "status": "final", + "code": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "code": "68991-9", + "display": "Epidemiologically Important Information" + } + ] + }, + "subject": { + "reference": "Patient/1730826912753917000.440485f0-6b83-45f9-bfe3-62ed00aaec54" + }, + "specimen": [ + { + "reference": "Specimen/1730826912941089000.6c5dbd9e-3fa6-4a61-8927-17b05c8a729b" + }, + { + "reference": "Specimen/1730826912938466000.73997581-c8bf-48ea-b539-12f25e201f49" + } + ], + "result": [ + { + "reference": "Observation/1730826912763922000.033ac8b7-d661-4145-9398-9200f75e1cd6" + } + ] + } + } + ] +} \ No newline at end of file diff --git a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/obx/OBX-to-Observation-obx-33.hl7 b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/obx/OBX-to-Observation-obx-33.hl7 new file mode 100644 index 00000000000..5b195aa3bfa --- /dev/null +++ b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/obx/OBX-to-Observation-obx-33.hl7 @@ -0,0 +1,5 @@ +MSH|^~\&#|||||20230501102531-0400||ORU^R01^ORU_R01|12345||2.5.1|||||USA|UNICODE UTF-8 +PID|1 +OBR|1|||68991-9^Epidemiologically Important Information^LN|||||||||||||||||||||F +OBX|1|TM|8675-3^Fake^LN||223100.0000|||||||||||||CDC_3015822725|||||||||||||||1234d1d1-95fe-462c-8ac6-46728dba581c&&05D2222542&ISO^1234d1d1-95fe-462c-8ac6-46728dba581c&&05D22225 +SPM|1|1234d1d1-95fe-462c-8ac6-46728dba581c&&05D2222542&ISO^1234d1d1-95fe-462c-8ac6-46728dba581c&&05D22225 \ No newline at end of file diff --git a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/prt/prt-to-device.fhir b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/prt/prt-to-device.fhir new file mode 100644 index 00000000000..48e4ed81be9 --- /dev/null +++ b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/prt/prt-to-device.fhir @@ -0,0 +1,1172 @@ +{ + "resourceType": "Bundle", + "id": "1730314062121812000.ce9d8336-f49a-40c3-8253-e833f8201f1b", + "meta": { + "lastUpdated": "2024-10-30T14:47:42.131-04:00" + }, + "identifier": { + "system": "https://reportstream.cdc.gov/prime-router", + "value": "3003786103_4988249_33033" + }, + "type": "message", + "timestamp": "2023-05-01T10:25:31.000-04:00", + "entry": [ + { + "fullUrl": "MessageHeader/1730314062185400000.0f56e6fd-0254-4d96-abc8-46d27a9e1915", + "resource": { + "resourceType": "MessageHeader", + "id": "1730314062185400000.0f56e6fd-0254-4d96-abc8-46d27a9e1915", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/encoding-characters", + "valueString": "^~\\\u0026#" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/msh-message-header", + "extension": [ + { + "url": "MSH.7", + "valueString": "20230501102531-0400" + } + ] + } + ], + "eventCoding": { + "system": "http://terminology.hl7.org/CodeSystem/v2-0003", + "code": "R01", + "display": "ORU^R01^ORU_R01" + } + } + }, + { + "fullUrl": "Provenance/1730314062768738000.2196302b-1003-4cda-986b-3ccf65a25b73", + "resource": { + "resourceType": "Provenance", + "id": "1730314062768738000.2196302b-1003-4cda-986b-3ccf65a25b73", + "target": [ + { + "reference": "MessageHeader/1730314062185400000.0f56e6fd-0254-4d96-abc8-46d27a9e1915" + } + ], + "recorded": "2023-05-01T10:25:31-04:00", + "activity": { + "coding": [ + { + "display": "ORU^R01^ORU_R01" + } + ] + } + } + }, + { + "fullUrl": "Provenance/1730314062776403000.f1b73d4d-63a8-4bae-babe-19854954558e", + "resource": { + "resourceType": "Provenance", + "id": "1730314062776403000.f1b73d4d-63a8-4bae-babe-19854954558e", + "recorded": "2024-10-30T14:47:42Z", + "policy": [ + "http://hl7.org/fhir/uv/v2mappings/message-oru-r01-to-bundle" + ], + "activity": { + "coding": [ + { + "code": "v2-FHIR transformation" + } + ] + }, + "agent": [ + { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type", + "code": "assembler" + } + ] + }, + "who": { + "reference": "Organization/1730314062775760000.3fc446d3-7830-4546-9128-a7795294d768" + } + } + ] + } + }, + { + "fullUrl": "Organization/1730314062775760000.3fc446d3-7830-4546-9128-a7795294d768", + "resource": { + "resourceType": "Organization", + "id": "1730314062775760000.3fc446d3-7830-4546-9128-a7795294d768", + "identifier": [ + { + "value": "CDC PRIME - Atlanta" + }, + { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0301" + } + ] + }, + "system": "urn:ietf:rfc:3986", + "value": "2.16.840.1.114222.4.1.237821" + } + ] + } + }, + { + "fullUrl": "Patient/1730314062791559000.d8aaf5be-5d26-42d8-8d46-291264567978", + "resource": { + "resourceType": "Patient", + "id": "1730314062791559000.d8aaf5be-5d26-42d8-8d46-291264567978" + } + }, + { + "fullUrl": "Provenance/1730314062792166000.462f4269-2b8c-4465-b3f4-04ac57977ae9", + "resource": { + "resourceType": "Provenance", + "id": "1730314062792166000.462f4269-2b8c-4465-b3f4-04ac57977ae9", + "target": [ + { + "reference": "Patient/1730314062791559000.d8aaf5be-5d26-42d8-8d46-291264567978" + } + ], + "recorded": "2024-10-30T14:47:42Z", + "activity": { + "coding": [ + { + "system": "https://terminology.hl7.org/CodeSystem/v3-DataOperation", + "code": "UPDATE" + } + ] + } + } + }, + { + "fullUrl": "Device/1730314062819276000.3c397244-33e9-4d02-a9f7-3221dc052f6c", + "resource": { + "resourceType": "Device", + "id": "1730314062819276000.3c397244-33e9-4d02-a9f7-3221dc052f6c", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/prt-extension", + "extension": [ + { + "url": "PRT.2", + "valueId": "A" + }, + { + "url": "PRT.3", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "TestDevice" + } + ] + } + }, + { + "url": "PRT.12", + "valueString": "20230601102531-0400" + }, + { + "url": "PRT.13", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "one month" + } + ] + } + }, + { + "url": "PRT.14", + "valueAddress": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-censusTract", + "valueCode": "6059" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ + { + "url": "SAD.1", + "valueString": "4861" + }, + { + "url": "SAD.2", + "valueString": "20TH AVE" + }, + { + "url": "SAD.3", + "valueString": "1" + } + ] + }, + { + "url": "XAD.2", + "valueString": "Other Designation" + }, + { + "url": "XAD.7", + "valueCode": "H" + }, + { + "url": "XAD.8", + "valueString": "Other Geographic Designation" + }, + { + "url": "XAD.11", + "valueCode": "A" + }, + { + "url": "XAD.13", + "valueString": "20220501102531-0400" + }, + { + "url": "XAD.14", + "valueString": "20230501102531-0400" + }, + { + "url": "XAD.19", + "valueCode": "Adressee" + } + ] + } + ], + "use": "home", + "line": [ + "4861", + "20TH AVE", + "1", + "Other Designation", + "Adressee" + ], + "city": "THUNDER MOUNTAIN", + "district": "County", + "state": "IG", + "postalCode": "99999", + "country": "USA", + "period": { + "start": "2022-05-01T10:25:31-04:00", + "end": "2023-05-01T10:25:31-04:00" + } + } + }, + { + "url": "PRT.15", + "valueAddress": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ + { + "url": "XTN.1", + "valueString": "123-555-1234" + }, + { + "url": "XTN.3", + "valueString": "CP" + } + ] + } + ] + } + }, + { + "url": "PRT.16", + "valueIdentifier": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "2.16.840.1.114222.4.3.3.2.1.2" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "CLIA" + } + ] + } + ] + } + }, + { + "url": "PRT.17", + "valueString": "20210501102531-0400" + }, + { + "url": "PRT.18", + "valueString": "20250501102531-0400" + }, + { + "url": "PRT.19", + "valueString": "LOT1A" + }, + { + "url": "PRT.20", + "valueString": "SERIAL32" + }, + { + "url": "PRT.21", + "valueIdentifier": { + "value": "DonorID" + } + }, + { + "url": "PRT.4", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "ParticipationTest" + } + ] + } + }, + { + "url": "PRT.22", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cne-coding", + "valueString": "coding" + } + ], + "code": "TestDeviceType" + } + ] + } + }, + { + "url": "PRT.23", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "CELL PHONE" + } + ] + } + }, + { + "url": "PRT.24", + "valueIdentifier": { + "extension": [ + { + "url": "PLN.3", + "valueString": "PLNComment" + } + ], + "type": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "IDType" + } + ] + }, + "value": "531", + "period": { + "end": "2024-05-01T10:25:31-04:00", + "_end": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20240501102531-0400" + } + ] + } + } + } + }, + { + "url": "PRT.5", + "valueReference": { + "reference": "RelatedPerson/1730314062810234000.db93b4b5-d327-4055-aad7-cc65e74750c3" + } + }, + { + "url": "PRT.5", + "valueReference": { + "reference": "RelatedPerson/1730314062814366000.196f6cee-d608-426c-958c-2ed5ae315c5e" + } + }, + { + "url": "PRT.6", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "TestProvider" + } + ] + } + }, + { + "url": "PRT.7", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "TestOrganization" + } + ] + } + }, + { + "url": "PRT.8", + "valueReference": { + "reference": "Organization/1730314062815633000.832ff056-8fe3-4985-84f8-0f30439d57ff" + } + }, + { + "url": "PRT.9", + "valueReference": { + "reference": "Location/1730314062817595000.8f63543e-c97e-4d9e-b04c-52db134fb98d" + } + }, + { + "url": "PRT.10", + "valueIdentifier": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "CDC" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "1.111.122311.222.44.2.3.3" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + } + ] + } + }, + { + "url": "PRT.11", + "valueString": "20230501102531-0400" + } + ] + } + ], + "udiCarrier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "CDC" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "1.111.122311.222.44.2.3.3" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PRT.10" + } + ], + "deviceIdentifier": "CDC_3015822725" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "2.16.840.1.114222.4.3.3.2.1.2" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "CLIA" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PRT.16" + } + ], + "deviceIdentifier": "Test Atlanta" + } + ], + "distinctIdentifier": "DonorID", + "manufactureDate": "2021-05-01T10:25:31-04:00", + "_manufactureDate": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20210501102531-0400" + } + ] + }, + "expirationDate": "2025-05-01T10:25:31-04:00", + "_expirationDate": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20250501102531-0400" + } + ] + }, + "lotNumber": "LOT1A", + "serialNumber": "SERIAL32", + "type": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cne-coding", + "valueString": "coding" + } + ], + "code": "TestDeviceType" + } + ] + } + } + }, + { + "fullUrl": "RelatedPerson/1730314062810234000.db93b4b5-d327-4055-aad7-cc65e74750c3", + "resource": { + "resourceType": "RelatedPerson", + "id": "1730314062810234000.db93b4b5-d327-4055-aad7-cc65e74750c3", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Namespace" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-unknown-type", + "valueCode": "AssigningOrganization" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "L" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ + { + "url": "XCN.3", + "valueString": "LUDWIG" + }, + { + "url": "XCN.4", + "valueString": "B" + }, + { + "url": "XCN.21", + "valueString": "PHD" + }, + { + "url": "XCN.22", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "AssignJ" + } + ] + } + }, + { + "url": "XCN.23", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "AssignA" + } + ] + } + }, + { + "url": "XCN.5", + "valueString": "2ND" + }, + { + "url": "XCN.7", + "valueString": "MD" + }, + { + "url": "XCN.8", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "SRC" + } + ] + } + }, + { + "url": "XCN.10", + "valueString": "B" + }, + { + "url": "XCN.15", + "valueString": "A" + }, + { + "url": "XCN.16", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "NameContext" + } + ] + } + }, + { + "url": "XCN.17", + "extension": [ + { + "url": "XCN.17.2", + "valueString": "20230501102531-0400" + }, + { + "url": "XCN.17.1", + "valueString": "20220501102531-0400" + } + ] + } + ] + } + ], + "identifier": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString": "A" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode": "NPI" + } + ], + "type": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true + } + ], + "code": "DL" + } + ] + }, + "value": "123" + } + ], + "name": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", + "valueCode": "G" + } + ], + "use": "official", + "family": "BEETHOVEN", + "_family": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", + "valueString": "VAN" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name", + "valueString": "BEETHOVEN" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", + "valueString": "VAL" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", + "valueString": "ROGER" + } + ] + }, + "given": [ + "LUDWIG", + "B" + ], + "prefix": [ + "DR" + ], + "suffix": [ + "2ND", + "MD", + "PHD" + ], + "period": { + "start": "2022-05-01T10:25:31-04:00", + "_start": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20220501102531-0400" + } + ] + }, + "end": "2023-05-01T10:25:31-04:00", + "_end": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230501102531-0400" + } + ] + } + } + } + ] + } + }, + { + "fullUrl": "RelatedPerson/1730314062814366000.196f6cee-d608-426c-958c-2ed5ae315c5e", + "resource": { + "resourceType": "RelatedPerson", + "id": "1730314062814366000.196f6cee-d608-426c-958c-2ed5ae315c5e", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Namespace" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-unknown-type", + "valueCode": "AssigningOrganization" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "L" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ + { + "url": "XCN.3", + "valueString": "LUDWIG" + }, + { + "url": "XCN.4", + "valueString": "B" + }, + { + "url": "XCN.21", + "valueString": "PHD" + }, + { + "url": "XCN.22", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "AssignJ" + } + ] + } + }, + { + "url": "XCN.23", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "AssignA" + } + ] + } + }, + { + "url": "XCN.5", + "valueString": "2ND" + }, + { + "url": "XCN.7", + "valueString": "MD" + }, + { + "url": "XCN.8", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "SRC" + } + ] + } + }, + { + "url": "XCN.10", + "valueString": "B" + }, + { + "url": "XCN.15", + "valueString": "A" + }, + { + "url": "XCN.16", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "NameContext" + } + ] + } + }, + { + "url": "XCN.17", + "extension": [ + { + "url": "XCN.17.2", + "valueString": "20230501102531-0400" + }, + { + "url": "XCN.17.1", + "valueString": "20220501102531-0400" + } + ] + } + ] + } + ], + "identifier": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString": "A" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode": "NPI" + } + ], + "type": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true + } + ], + "code": "DL" + } + ] + }, + "value": "123" + } + ], + "name": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", + "valueCode": "G" + } + ], + "use": "official", + "family": "BEETHOVEN", + "_family": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", + "valueString": "VAN" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name", + "valueString": "BEETHOVEN" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", + "valueString": "VAL" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", + "valueString": "ROGER" + } + ] + }, + "given": [ + "LUDWIG", + "B" + ], + "prefix": [ + "DR" + ], + "suffix": [ + "2ND", + "MD", + "PHD" + ], + "period": { + "start": "2022-05-01T10:25:31-04:00", + "_start": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20220501102531-0400" + } + ] + }, + "end": "2023-05-01T10:25:31-04:00", + "_end": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230501102531-0400" + } + ] + } + } + } + ] + } + }, + { + "fullUrl": "Organization/1730314062815633000.832ff056-8fe3-4985-84f8-0f30439d57ff", + "resource": { + "resourceType": "Organization", + "id": "1730314062815633000.832ff056-8fe3-4985-84f8-0f30439d57ff", + "name": "TestOrg" + } + }, + { + "fullUrl": "Location/1730314062817068000.63322622-86ee-4c99-b809-f11da502b6ad", + "resource": { + "resourceType": "Location", + "id": "1730314062817068000.63322622-86ee-4c99-b809-f11da502b6ad", + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" + } + ], + "value": "CDC Atlanta" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" + } + ] + } + ], + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "_code": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/location-physical-type-poc", + "valueString": "poc" + } + ] + } + } + ] + } + } + }, + { + "fullUrl": "Location/1730314062817245000.f1321491-81d1-4f59-8846-db07e624dd8a", + "resource": { + "resourceType": "Location", + "id": "1730314062817245000.f1321491-81d1-4f59-8846-db07e624dd8a", + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" + } + ], + "value": "2.16.840.1.114222.4.3.3.2.1.2" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" + } + ] + } + ], + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "ro" + } + ] + }, + "partOf": { + "reference": "Location/1730314062817068000.63322622-86ee-4c99-b809-f11da502b6ad" + } + } + }, + { + "fullUrl": "Location/1730314062817595000.8f63543e-c97e-4d9e-b04c-52db134fb98d", + "resource": { + "resourceType": "Location", + "id": "1730314062817595000.8f63543e-c97e-4d9e-b04c-52db134fb98d", + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" + } + ], + "value": "CLIA" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" + } + ] + } + ], + "mode": "instance", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "bd" + } + ] + }, + "partOf": { + "reference": "Location/1730314062817245000.f1321491-81d1-4f59-8846-db07e624dd8a" + } + } + } + ] +} \ No newline at end of file diff --git a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/prt/prt-to-device.hl7 b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/prt/prt-to-device.hl7 new file mode 100644 index 00000000000..11671c63ec7 --- /dev/null +++ b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/prt/prt-to-device.hl7 @@ -0,0 +1,4 @@ +MSH|^~\&#|||||20230501102531-0400||ORU^R01^ORU_R01|3003786103_4988249_33033||2.5.1 +PID|1 +OBX|1 +PRT|1|A|TestDevice|ParticipationTest|123^BEETHOVEN&VAN&BEETHOVEN&VAL&ROGER^LUDWIG^B^2ND^DR^MD^SRC^Namespace&AssigningOrganization&L^B^A^NPI^DL^^A^NameContext^20220501102531-0400&20230501102531-0400^G^^^PHD^AssignJ^AssignA~123^BEETHOVEN&VAN&BEETHOVEN&VAL&ROGER^LUDWIG^B^2ND^DR^MD^SRC^Namespace&AssigningOrganization&L^B^A^NPI^DL^^A^NameContext^20220501102531-0400&20230501102531-0400^G^^^PHD^AssignJ^AssignA|TestProvider|TestOrganization|TestOrg|CDC Atlanta^2.16.840.1.114222.4.3.3.2.1.2^CLIA|CDC_3015822725^CDC^1.111.122311.222.44.2.3.3^ISO|20230501102531-0400|20230601102531-0400|one month|4861&20TH AVE&1^Other Designation^THUNDER MOUNTAIN^IG^99999^USA^H^Other Geographic Designation^County^6059^A^^20220501102531-0400^20230501102531-0400^^^^^Adressee|123-555-1234^^CP|Test Atlanta^2.16.840.1.114222.4.3.3.2.1.2^CLIA|20210501102531-0400|20250501102531-0400|LOT1A|SERIAL32|DonorID|TestDeviceType|CELL PHONE|531^IDType^PLNComment^20240501102531-0400 \ No newline at end of file diff --git a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/xad/xad-to-address-uses-xad12.fhir b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/xad/xad-to-address-uses-xad12.fhir index 948879df4e6..e40a2ca66a9 100644 --- a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/xad/xad-to-address-uses-xad12.fhir +++ b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/xad/xad-to-address-uses-xad12.fhir @@ -1,303 +1,449 @@ { - "resourceType" : "Bundle", - "id" : "1710886180921948000.8d0360d1-bd50-4605-b2da-97c67cb3b0bd", - "meta" : { - "lastUpdated" : "2024-03-19T16:09:40.930-06:00" + "resourceType": "Bundle", + "id": "1730473526193136000.90a9b7d5-eda2-4dc5-8491-948f69a898aa", + "meta": { + "lastUpdated": "2024-11-01T11:05:26.206-04:00" }, - "identifier" : { - "system" : "https://reportstream.cdc.gov/prime-router", - "value" : "3003786103_4988249_33033" + "identifier": { + "system": "https://reportstream.cdc.gov/prime-router", + "value": "3003786103_4988249_33033" }, - "type" : "message", - "timestamp" : "2023-05-01T08:25:31.000-06:00", - "entry" : [ { - "fullUrl" : "MessageHeader/0993dd0b-6ce5-3caf-a177-0b81cc780c18", - "resource" : { - "resourceType" : "MessageHeader", - "id" : "0993dd0b-6ce5-3caf-a177-0b81cc780c18", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/encoding-characters", - "valueString" : "^~\\&#" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/character-set", - "valueString" : "UNICODE UTF-8" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/msh-message-header", - "extension" : [ { - "url" : "MSH.7", - "valueString" : "20230501102531-0400" - } ] - } ], - "eventCoding" : { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0003", - "code" : "R01", - "display" : "ORU^R01^ORU_R01" - }, - "sender" : { - "reference" : "Organization/1710886180994834000.4d932c7e-b293-417b-9031-568e6ae728fe" + "type": "message", + "timestamp": "2023-05-01T10:25:31.000-04:00", + "entry": [ + { + "fullUrl": "MessageHeader/1730473526264154000.86476da0-ceca-4fdc-9538-32a4a2f6da8f", + "resource": { + "resourceType": "MessageHeader", + "id": "1730473526264154000.86476da0-ceca-4fdc-9538-32a4a2f6da8f", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/encoding-characters", + "valueString": "^~\\\u0026#" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/character-set", + "valueString": "UNICODE UTF-8" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/msh-message-header", + "extension": [ + { + "url": "MSH.7", + "valueString": "20230501102531-0400" + } + ] + } + ], + "eventCoding": { + "system": "http://terminology.hl7.org/CodeSystem/v2-0003", + "code": "R01", + "display": "ORU^R01^ORU_R01" + }, + "sender": { + "reference": "Organization/1730473526259196000.dd27bc00-4b09-4760-8680-4b777f24438f" + } } - } - }, { - "fullUrl" : "Organization/1710886180994834000.4d932c7e-b293-417b-9031-568e6ae728fe", - "resource" : { - "resourceType" : "Organization", - "id" : "1710886180994834000.4d932c7e-b293-417b-9031-568e6ae728fe", - "address" : [ { - "country" : "USA" - } ] - } - }, { - "fullUrl" : "Provenance/1710886181639916000.4f93448a-57ca-4a5b-8552-53693e889998", - "resource" : { - "resourceType" : "Provenance", - "id" : "1710886181639916000.4f93448a-57ca-4a5b-8552-53693e889998", - "target" : [ { - "reference" : "MessageHeader/0993dd0b-6ce5-3caf-a177-0b81cc780c18" - } ], - "recorded" : "2023-05-01T10:25:31-04:00", - "activity" : { - "coding" : [ { - "display" : "ORU^R01^ORU_R01" - } ] + }, + { + "fullUrl": "Organization/1730473526259196000.dd27bc00-4b09-4760-8680-4b777f24438f", + "resource": { + "resourceType": "Organization", + "id": "1730473526259196000.dd27bc00-4b09-4760-8680-4b777f24438f", + "address": [ + { + "country": "USA" + } + ] } - } - }, { - "fullUrl" : "Provenance/1710886181656863000.1b934062-2340-4976-aa7e-b11e278c17a7", - "resource" : { - "resourceType" : "Provenance", - "id" : "1710886181656863000.1b934062-2340-4976-aa7e-b11e278c17a7", - "recorded" : "2024-03-19T16:09:41Z", - "policy" : [ "http://hl7.org/fhir/uv/v2mappings/message-oru-r01-to-bundle" ], - "activity" : { - "coding" : [ { - "code" : "v2-FHIR transformation" - } ] - }, - "agent" : [ { - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type", - "code" : "assembler" - } ] - }, - "who" : { - "reference" : "Organization/1710886181655299000.23ebe66c-39ad-4453-83a6-184b5d40df1e" + }, + { + "fullUrl": "Provenance/1730473526843519000.5005750e-3a2f-4746-9e4d-ceeeff9c3be1", + "resource": { + "resourceType": "Provenance", + "id": "1730473526843519000.5005750e-3a2f-4746-9e4d-ceeeff9c3be1", + "target": [ + { + "reference": "MessageHeader/1730473526264154000.86476da0-ceca-4fdc-9538-32a4a2f6da8f" + } + ], + "recorded": "2023-05-01T10:25:31-04:00", + "activity": { + "coding": [ + { + "display": "ORU^R01^ORU_R01" + } + ] } - } ] - } - }, { - "fullUrl" : "Organization/1710886181655299000.23ebe66c-39ad-4453-83a6-184b5d40df1e", - "resource" : { - "resourceType" : "Organization", - "id" : "1710886181655299000.23ebe66c-39ad-4453-83a6-184b5d40df1e", - "identifier" : [ { - "value" : "CDC PRIME - Atlanta" - }, { - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0301" - } ] - }, - "system" : "urn:ietf:rfc:3986", - "value" : "2.16.840.1.114222.4.1.237821" - } ] - } - }, { - "fullUrl" : "Patient/1710886181710551000.9dc0b5c7-abb8-4657-8d3a-1396bc31e2aa", - "resource" : { - "resourceType" : "Patient", - "id" : "1710886181710551000.9dc0b5c7-abb8-4657-8d3a-1396bc31e2aa", - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier", - "extension" : [ { - "url" : "CX.5", - "valueString" : "MR" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PID.3" - } ], - "type" : { - "coding" : [ { - "code" : "MR" - } ] + } + }, + { + "fullUrl": "Provenance/1730473526852579000.c5b9869a-8e14-47f4-b8b7-89252a8dde7d", + "resource": { + "resourceType": "Provenance", + "id": "1730473526852579000.c5b9869a-8e14-47f4-b8b7-89252a8dde7d", + "recorded": "2024-11-01T11:05:26Z", + "policy": [ + "http://hl7.org/fhir/uv/v2mappings/message-oru-r01-to-bundle" + ], + "activity": { + "coding": [ + { + "code": "v2-FHIR transformation" + } + ] }, - "value" : "11102779" - } ], - "name" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", - "extension" : [ { - "url" : "XPN.2", - "valueString" : "BB SARAH" - }, { - "url" : "XPN.7", - "valueString" : "L" - } ] - } ], - "use" : "official", - "family" : "SMITH", - "given" : [ "BB SARAH" ] - } ], - "contact" : [ { - "name" : { }, - "organization" : { - "reference" : "Organization/1710886181701775000.9b64cf67-0669-4053-9066-ce9daecadaab" - } - } ] - } - }, { - "fullUrl" : "Organization/1710886181701775000.9b64cf67-0669-4053-9066-ce9daecadaab", - "resource" : { - "resourceType" : "Organization", - "id" : "1710886181701775000.9b64cf67-0669-4053-9066-ce9daecadaab", - "contact" : [ { - "address" : { - "extension" : [ { - "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-censusTract", - "valueCode" : "6059" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ { - "url" : "SAD.1", - "valueString" : "4861" - }, { - "url" : "SAD.2", - "valueString" : "20TH AVE" - }, { - "url" : "SAD.3", - "valueString" : "1" - } ] - }, { - "url" : "XAD.2", - "valueString" : "Other Designation" - }, { - "url" : "XAD.7", - "valueCode" : "H" - }, { - "url" : "XAD.8", - "valueString" : "Other Geographic Designation" - }, { - "url" : "XAD.11", - "valueCode" : "A" - }, { - "url" : "XAD.12", - "extension" : [ { - "url" : "XAD.12.1", - "valueString" : "20220501102531-0400" - }, { - "url" : "XAD.12.2", - "valueString" : "20230501102531-0400" - } ] - }, { - "url" : "XAD.19", - "valueCode" : "Adressee" - } ] - } ], - "use" : "home", - "line" : [ "4861", "20TH AVE", "1", "Other Designation", "Adressee" ], - "city" : "THUNDER MOUNTAIN", - "district" : "County", - "state" : "IG", - "postalCode" : "99999", - "country" : "USA", - "period" : { - "start" : "2022-05-01T10:25:31-04:00", - "end" : "2023-05-01T10:25:31-04:00" + "agent": [ + { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type", + "code": "assembler" + } + ] + }, + "who": { + "reference": "Organization/1730473526852029000.fbbf1aa3-34df-4294-af40-059621df9c7d" + } } - } - } ] - } - }, { - "fullUrl" : "Provenance/1710886181714899000.e4a58294-8d38-4cc5-a7a9-116bb943ed5c", - "resource" : { - "resourceType" : "Provenance", - "id" : "1710886181714899000.e4a58294-8d38-4cc5-a7a9-116bb943ed5c", - "target" : [ { - "reference" : "Patient/1710886181710551000.9dc0b5c7-abb8-4657-8d3a-1396bc31e2aa" - } ], - "recorded" : "2024-03-19T16:09:41Z", - "activity" : { - "coding" : [ { - "system" : "https://terminology.hl7.org/CodeSystem/v3-DataOperation", - "code" : "UPDATE" - } ] + ] } - } - }, { - "fullUrl" : "RelatedPerson/1710886181720889000.99c00ec9-73d8-459a-a5fd-6c559abaaec9", - "resource" : { - "resourceType" : "RelatedPerson", - "id" : "1710886181720889000.99c00ec9-73d8-459a-a5fd-6c559abaaec9", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", - "valueString" : "NK1" - } ], - "patient" : { - "reference" : "Patient/1710886181710551000.9dc0b5c7-abb8-4657-8d3a-1396bc31e2aa" - }, - "address" : [ { - "extension" : [ { - "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-censusTract", - "valueCode" : "6059" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "NK1.32" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ { - "url" : "SAD.1", - "valueString" : "4861" - }, { - "url" : "SAD.2", - "valueString" : "20TH AVE" - }, { - "url" : "SAD.3", - "valueString" : "1" - } ] - }, { - "url" : "XAD.2", - "valueString" : "Other Designation" - }, { - "url" : "XAD.7", - "valueCode" : "H" - }, { - "url" : "XAD.8", - "valueString" : "Other Geographic Designation" - }, { - "url" : "XAD.11", - "valueCode" : "A" - }, { - "url" : "XAD.12", - "extension" : [ { - "url" : "XAD.12.1", - "valueString" : "20220501102531-0400" - }, { - "url" : "XAD.12.2", - "valueString" : "20230501102531-0400" - } ] - }, { - "url" : "XAD.19", - "valueCode" : "Adressee" - } ] - } ], - "use" : "home", - "line" : [ "4861", "20TH AVE", "1", "Other Designation", "Adressee" ], - "city" : "THUNDER MOUNTAIN", - "district" : "County", - "state" : "IG", - "postalCode" : "99999", - "country" : "USA", - "period" : { - "start" : "2022-05-01T10:25:31-04:00", - "end" : "2023-05-01T10:25:31-04:00" + }, + { + "fullUrl": "Organization/1730473526852029000.fbbf1aa3-34df-4294-af40-059621df9c7d", + "resource": { + "resourceType": "Organization", + "id": "1730473526852029000.fbbf1aa3-34df-4294-af40-059621df9c7d", + "identifier": [ + { + "value": "CDC PRIME - Atlanta" + }, + { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0301" + } + ] + }, + "system": "urn:ietf:rfc:3986", + "value": "2.16.840.1.114222.4.1.237821" + } + ] + } + }, + { + "fullUrl": "Patient/1730473526877001000.69effd1f-a249-47bd-bd98-f3c292e7d502", + "resource": { + "resourceType": "Patient", + "id": "1730473526877001000.69effd1f-a249-47bd-bd98-f3c292e7d502", + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier", + "extension": [ + { + "url": "CX.5", + "valueString": "MR" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PID.3" + } + ], + "type": { + "coding": [ + { + "code": "MR" + } + ] + }, + "value": "11102779" + } + ], + "name": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", + "extension": [ + { + "url": "XPN.2", + "valueString": "BB SARAH" + }, + { + "url": "XPN.7", + "valueString": "L" + } + ] + } + ], + "use": "official", + "family": "SMITH", + "given": [ + "BB SARAH" + ] + } + ], + "contact": [ + { + "name": {}, + "organization": { + "reference": "Organization/1730473526871284000.9a7e7036-e67c-4abf-890f-cbc587e901cb" + } + } + ] + } + }, + { + "fullUrl": "Organization/1730473526871284000.9a7e7036-e67c-4abf-890f-cbc587e901cb", + "resource": { + "resourceType": "Organization", + "id": "1730473526871284000.9a7e7036-e67c-4abf-890f-cbc587e901cb", + "contact": [ + { + "address": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-censusTract", + "valueCode": "6059" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ + { + "url": "SAD.1", + "valueString": "4861" + }, + { + "url": "SAD.2", + "valueString": "20TH AVE" + }, + { + "url": "SAD.3", + "valueString": "1" + } + ] + }, + { + "url": "XAD.2", + "valueString": "Other Designation" + }, + { + "url": "XAD.7", + "valueCode": "H" + }, + { + "url": "XAD.8", + "valueString": "Other Geographic Designation" + }, + { + "url": "XAD.11", + "valueCode": "A" + }, + { + "url": "XAD.12", + "extension": [ + { + "url": "XAD.12.1", + "valueString": "20220501102531-0400" + }, + { + "url": "XAD.12.2", + "valueString": "20230501102531-0400" + } + ] + }, + { + "url": "XAD.19", + "valueCode": "Adressee" + } + ] + } + ], + "use": "home", + "line": [ + "4861", + "20TH AVE", + "1", + "Other Designation", + "Adressee" + ], + "city": "THUNDER MOUNTAIN", + "district": "County", + "state": "IG", + "postalCode": "99999", + "country": "USA", + "period": { + "start": "2022-05-01T10:25:31-04:00", + "_start": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20220501102531-0400" + } + ] + }, + "end": "2023-05-01T10:25:31-04:00", + "_end": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230501102531-0400" + } + ] + } + } + } + } + ] + } + }, + { + "fullUrl": "Provenance/1730473526879625000.01853ced-bd08-4401-aa4e-70a1979a3fe4", + "resource": { + "resourceType": "Provenance", + "id": "1730473526879625000.01853ced-bd08-4401-aa4e-70a1979a3fe4", + "target": [ + { + "reference": "Patient/1730473526877001000.69effd1f-a249-47bd-bd98-f3c292e7d502" + } + ], + "recorded": "2024-11-01T11:05:26Z", + "activity": { + "coding": [ + { + "system": "https://terminology.hl7.org/CodeSystem/v3-DataOperation", + "code": "UPDATE" + } + ] } - } ] + } + }, + { + "fullUrl": "RelatedPerson/1730473526882522000.eaa0b42c-96cd-400f-9f1d-3e488973a0e9", + "resource": { + "resourceType": "RelatedPerson", + "id": "1730473526882522000.eaa0b42c-96cd-400f-9f1d-3e488973a0e9", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", + "valueString": "NK1" + } + ], + "patient": { + "reference": "Patient/1730473526877001000.69effd1f-a249-47bd-bd98-f3c292e7d502" + }, + "address": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-censusTract", + "valueCode": "6059" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "NK1.32" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ + { + "url": "SAD.1", + "valueString": "4861" + }, + { + "url": "SAD.2", + "valueString": "20TH AVE" + }, + { + "url": "SAD.3", + "valueString": "1" + } + ] + }, + { + "url": "XAD.2", + "valueString": "Other Designation" + }, + { + "url": "XAD.7", + "valueCode": "H" + }, + { + "url": "XAD.8", + "valueString": "Other Geographic Designation" + }, + { + "url": "XAD.11", + "valueCode": "A" + }, + { + "url": "XAD.12", + "extension": [ + { + "url": "XAD.12.1", + "valueString": "20220501102531-0400" + }, + { + "url": "XAD.12.2", + "valueString": "20230501102531-0400" + } + ] + }, + { + "url": "XAD.19", + "valueCode": "Adressee" + } + ] + } + ], + "use": "home", + "line": [ + "4861", + "20TH AVE", + "1", + "Other Designation", + "Adressee" + ], + "city": "THUNDER MOUNTAIN", + "district": "County", + "state": "IG", + "postalCode": "99999", + "country": "USA", + "period": { + "start": "2022-05-01T10:25:31-04:00", + "_start": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20220501102531-0400" + } + ] + }, + "end": "2023-05-01T10:25:31-04:00", + "_end": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230501102531-0400" + } + ] + } + } + } + ] + } } - } ] + ] } \ No newline at end of file diff --git a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/xcn/xcn-to-practitioner-xcn17-populated-xcn19-20-empty.fhir b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/xcn/xcn-to-practitioner-xcn17-populated-xcn19-20-empty.fhir index 882f429ba09..9face385051 100644 --- a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/xcn/xcn-to-practitioner-xcn17-populated-xcn19-20-empty.fhir +++ b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/xcn/xcn-to-practitioner-xcn17-populated-xcn19-20-empty.fhir @@ -1,370 +1,522 @@ { - "resourceType" : "Bundle", - "id" : "1710885863109739000.2929c5c9-f9ff-4813-b020-3a84e36aaa41", - "meta" : { - "lastUpdated" : "2024-03-19T16:04:23.117-06:00" + "resourceType": "Bundle", + "id": "1730472943760164000.93058d43-c801-4f2e-be97-1f963a832ee6", + "meta": { + "lastUpdated": "2024-11-01T10:55:43.769-04:00" }, - "identifier" : { - "system" : "https://reportstream.cdc.gov/prime-router", - "value" : "3003786103_4988249_33033" + "identifier": { + "system": "https://reportstream.cdc.gov/prime-router", + "value": "3003786103_4988249_33033" }, - "type" : "message", - "timestamp" : "2023-05-01T08:25:31.000-06:00", - "entry" : [ { - "fullUrl" : "MessageHeader/0993dd0b-6ce5-3caf-a177-0b81cc780c18", - "resource" : { - "resourceType" : "MessageHeader", - "id" : "0993dd0b-6ce5-3caf-a177-0b81cc780c18", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/encoding-characters", - "valueString" : "^~\\&#" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/msh-message-header", - "extension" : [ { - "url" : "MSH.7", - "valueString" : "20230501102531-0400" - } ] - } ], - "eventCoding" : { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0003", - "code" : "R01", - "display" : "ORU^R01^ORU_R01" + "type": "message", + "timestamp": "2023-05-01T10:25:31.000-04:00", + "entry": [ + { + "fullUrl": "MessageHeader/1730472943819762000.e6a8c790-102d-40a3-9231-f7e7b9648557", + "resource": { + "resourceType": "MessageHeader", + "id": "1730472943819762000.e6a8c790-102d-40a3-9231-f7e7b9648557", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/encoding-characters", + "valueString": "^~\\\u0026#" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/msh-message-header", + "extension": [ + { + "url": "MSH.7", + "valueString": "20230501102531-0400" + } + ] + } + ], + "eventCoding": { + "system": "http://terminology.hl7.org/CodeSystem/v2-0003", + "code": "R01", + "display": "ORU^R01^ORU_R01" + } } - } - }, { - "fullUrl" : "Provenance/1710885863728264000.53858017-ea8d-468a-b2ea-52056b6a5d95", - "resource" : { - "resourceType" : "Provenance", - "id" : "1710885863728264000.53858017-ea8d-468a-b2ea-52056b6a5d95", - "target" : [ { - "reference" : "MessageHeader/0993dd0b-6ce5-3caf-a177-0b81cc780c18" - }, { - "reference" : "DiagnosticReport/1710885864073135000.b5885ed9-9bd6-4e2f-8ee6-76f1561c0dae" - } ], - "recorded" : "2023-05-01T10:25:31-04:00", - "activity" : { - "coding" : [ { - "display" : "ORU^R01^ORU_R01" - } ] + }, + { + "fullUrl": "Provenance/1730472944394971000.5d555f95-9d7f-4a0c-b041-f564fdd0b4d7", + "resource": { + "resourceType": "Provenance", + "id": "1730472944394971000.5d555f95-9d7f-4a0c-b041-f564fdd0b4d7", + "target": [ + { + "reference": "MessageHeader/1730472943819762000.e6a8c790-102d-40a3-9231-f7e7b9648557" + }, + { + "reference": "DiagnosticReport/1730472944623333000.e3cf4cde-5f8d-4742-b7af-aa31a60ead71" + } + ], + "recorded": "2023-05-01T10:25:31-04:00", + "activity": { + "coding": [ + { + "display": "ORU^R01^ORU_R01" + } + ] + } } - } - }, { - "fullUrl" : "Provenance/1710885863742172000.03136f26-f55b-45b7-b0c6-39d3562b74dd", - "resource" : { - "resourceType" : "Provenance", - "id" : "1710885863742172000.03136f26-f55b-45b7-b0c6-39d3562b74dd", - "recorded" : "2024-03-19T16:04:23Z", - "policy" : [ "http://hl7.org/fhir/uv/v2mappings/message-oru-r01-to-bundle" ], - "activity" : { - "coding" : [ { - "code" : "v2-FHIR transformation" - } ] - }, - "agent" : [ { - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type", - "code" : "assembler" - } ] + }, + { + "fullUrl": "Provenance/1730472944402985000.15c40042-0ce1-438b-9551-3316b8861029", + "resource": { + "resourceType": "Provenance", + "id": "1730472944402985000.15c40042-0ce1-438b-9551-3316b8861029", + "recorded": "2024-11-01T10:55:44Z", + "policy": [ + "http://hl7.org/fhir/uv/v2mappings/message-oru-r01-to-bundle" + ], + "activity": { + "coding": [ + { + "code": "v2-FHIR transformation" + } + ] }, - "who" : { - "reference" : "Organization/1710885863740825000.5016e3fe-f740-4b44-b65c-e698c8d0679e" + "agent": [ + { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type", + "code": "assembler" + } + ] + }, + "who": { + "reference": "Organization/1730472944401935000.b0df3132-31d0-4eed-bdd4-4178ef2f0cdf" + } + } + ] + } + }, + { + "fullUrl": "Organization/1730472944401935000.b0df3132-31d0-4eed-bdd4-4178ef2f0cdf", + "resource": { + "resourceType": "Organization", + "id": "1730472944401935000.b0df3132-31d0-4eed-bdd4-4178ef2f0cdf", + "identifier": [ + { + "value": "CDC PRIME - Atlanta" + }, + { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0301" + } + ] + }, + "system": "urn:ietf:rfc:3986", + "value": "2.16.840.1.114222.4.1.237821" + } + ] + } + }, + { + "fullUrl": "Patient/1730472944419518000.eb860b58-fdcc-4092-9d72-abb7c22e43ee", + "resource": { + "resourceType": "Patient", + "id": "1730472944419518000.eb860b58-fdcc-4092-9d72-abb7c22e43ee" + } + }, + { + "fullUrl": "Provenance/1730472944420086000.6fc98a26-fdf6-4f72-958b-96303299d886", + "resource": { + "resourceType": "Provenance", + "id": "1730472944420086000.6fc98a26-fdf6-4f72-958b-96303299d886", + "target": [ + { + "reference": "Patient/1730472944419518000.eb860b58-fdcc-4092-9d72-abb7c22e43ee" + } + ], + "recorded": "2024-11-01T10:55:44Z", + "activity": { + "coding": [ + { + "system": "https://terminology.hl7.org/CodeSystem/v3-DataOperation", + "code": "UPDATE" + } + ] } - } ] - } - }, { - "fullUrl" : "Organization/1710885863740825000.5016e3fe-f740-4b44-b65c-e698c8d0679e", - "resource" : { - "resourceType" : "Organization", - "id" : "1710885863740825000.5016e3fe-f740-4b44-b65c-e698c8d0679e", - "identifier" : [ { - "value" : "CDC PRIME - Atlanta" - }, { - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0301" - } ] - }, - "system" : "urn:ietf:rfc:3986", - "value" : "2.16.840.1.114222.4.1.237821" - } ] - } - }, { - "fullUrl" : "Patient/1710885863767990000.5be95827-489a-4851-b371-ce7259eeb0a6", - "resource" : { - "resourceType" : "Patient", - "id" : "1710885863767990000.5be95827-489a-4851-b371-ce7259eeb0a6" - } - }, { - "fullUrl" : "Provenance/1710885863769140000.da94ef53-5e22-4152-a3c2-8f838b6586b0", - "resource" : { - "resourceType" : "Provenance", - "id" : "1710885863769140000.da94ef53-5e22-4152-a3c2-8f838b6586b0", - "target" : [ { - "reference" : "Patient/1710885863767990000.5be95827-489a-4851-b371-ce7259eeb0a6" - } ], - "recorded" : "2024-03-19T16:04:23Z", - "activity" : { - "coding" : [ { - "system" : "https://terminology.hl7.org/CodeSystem/v3-DataOperation", - "code" : "UPDATE" - } ] } - } - }, { - "fullUrl" : "Specimen/1710885863772143000.3ef40bcb-5349-451c-aec8-a8a74eafe7cc", - "resource" : { - "resourceType" : "Specimen", - "id" : "1710885863772143000.3ef40bcb-5349-451c-aec8-a8a74eafe7cc", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", - "valueString" : "OBR" - } ] - } - }, { - "fullUrl" : "ServiceRequest/1710885864062903000.cd4dc75f-a408-4b01-b032-0ea97eb845f8", - "resource" : { - "resourceType" : "ServiceRequest", - "id" : "1710885864062903000.cd4dc75f-a408-4b01-b032-0ea97eb845f8", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", - "extension" : [ { - "url" : "OBR.25", - "valueId" : "F" - }, { - "url" : "OBR.10", - "valueReference" : { - "reference" : "Practitioner/1710885864058338000.1747b81c-c6c9-4574-a4d1-4d6703e8f483" + }, + { + "fullUrl": "Specimen/1730472944421674000.125bf158-5767-464f-b0f8-5eff0dbe18e5", + "resource": { + "resourceType": "Specimen", + "id": "1730472944421674000.125bf158-5767-464f-b0f8-5eff0dbe18e5", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", + "valueString": "OBR" } - } ] - } ], - "status" : "unknown", - "code" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", - "valueOid" : "urn:oid:2.16.840.1.113883.6.1" - } ], - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } ], - "system" : "http://loinc.org", - "code" : "68991-9", - "display" : "Epidemiologically Important Information" - } ] - }, - "subject" : { - "reference" : "Patient/1710885863767990000.5be95827-489a-4851-b371-ce7259eeb0a6" + ] } - } - }, { - "fullUrl" : "Organization/1710885864038341000.5738eebb-8994-426a-987d-f4dead4446ac", - "resource" : { - "resourceType" : "Organization", - "id" : "1710885864038341000.5738eebb-8994-426a-987d-f4dead4446ac", - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" - } ], - "value" : "Namespace" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.2,HD.3" - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0301" - } ] + }, + { + "fullUrl": "ServiceRequest/1730472944618292000.903c2b0a-7cd5-49ba-b904-8227374490a2", + "resource": { + "resourceType": "ServiceRequest", + "id": "1730472944618292000.903c2b0a-7cd5-49ba-b904-8227374490a2", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", + "extension": [ + { + "url": "OBR.25", + "valueId": "F" + }, + { + "url": "OBR.10", + "valueReference": { + "reference": "Practitioner/1730472944616587000.75ae160b-e860-45e3-aecc-3e8e710f418c" + } + } + ] + } + ], + "status": "unknown", + "code": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", + "valueOid": "urn:oid:2.16.840.1.113883.6.1" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "code": "68991-9", + "display": "Epidemiologically Important Information" + } + ] }, - "value" : "AssigningOrganization" - } ] - } - }, { - "fullUrl" : "Practitioner/1710885864058338000.1747b81c-c6c9-4574-a4d1-4d6703e8f483", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1710885864058338000.1747b81c-c6c9-4574-a4d1-4d6703e8f483", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Namespace" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-unknown-type", - "valueCode" : "AssigningOrganization" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ { - "url" : "XCN.3", - "valueString" : "LUDWIG" - }, { - "url" : "XCN.4", - "valueString" : "B" - }, { - "url" : "XCN.21", - "valueString" : "PHD" - }, { - "url" : "XCN.22", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "AssignJ" - } ] + "subject": { + "reference": "Patient/1730472944419518000.eb860b58-fdcc-4092-9d72-abb7c22e43ee" + } + } + }, + { + "fullUrl": "Organization/1730472944608179000.2d5b7fca-1027-4199-b1c6-a811c8cae677", + "resource": { + "resourceType": "Organization", + "id": "1730472944608179000.2d5b7fca-1027-4199-b1c6-a811c8cae677", + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" + } + ], + "value": "Namespace" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0301" + } + ] + }, + "value": "AssigningOrganization" } - }, { - "url" : "XCN.23", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "AssignA" - } ] + ] + } + }, + { + "fullUrl": "Practitioner/1730472944616587000.75ae160b-e860-45e3-aecc-3e8e710f418c", + "resource": { + "resourceType": "Practitioner", + "id": "1730472944616587000.75ae160b-e860-45e3-aecc-3e8e710f418c", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Namespace" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-unknown-type", + "valueCode": "AssigningOrganization" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ + { + "url": "XCN.3", + "valueString": "LUDWIG" + }, + { + "url": "XCN.4", + "valueString": "B" + }, + { + "url": "XCN.21", + "valueString": "PHD" + }, + { + "url": "XCN.22", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "AssignJ" + } + ] + } + }, + { + "url": "XCN.23", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "AssignA" + } + ] + } + }, + { + "url": "XCN.5", + "valueString": "2ND" + }, + { + "url": "XCN.7", + "valueString": "MD" + }, + { + "url": "XCN.8", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "SRC" + } + ] + } + }, + { + "url": "XCN.10", + "valueString": "B" + }, + { + "url": "XCN.15", + "valueString": "A" + }, + { + "url": "XCN.16", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "NameContext" + } + ] + } + }, + { + "url": "XCN.17", + "extension": [ + { + "url": "XCN.17.2", + "valueString": "20230501102531-0400" + }, + { + "url": "XCN.17.1", + "valueString": "20220501102531-0400" + } + ] + } + ] } - }, { - "url" : "XCN.5", - "valueString" : "2ND" - }, { - "url" : "XCN.7", - "valueString" : "MD" - }, { - "url" : "XCN.8", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "SRC" - } ] + ], + "identifier": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString": "A" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode": "NPI" + } + ], + "type": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true + } + ], + "code": "DL" + } + ] + }, + "value": "123", + "assigner": { + "reference": "Organization/1730472944608179000.2d5b7fca-1027-4199-b1c6-a811c8cae677" + } } - }, { - "url" : "XCN.10", - "valueString" : "B" - }, { - "url" : "XCN.15", - "valueString" : "A" - }, { - "url" : "XCN.16", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "NameContext" - } ] + ], + "name": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", + "valueCode": "G" + } + ], + "use": "official", + "family": "BEETHOVEN", + "_family": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", + "valueString": "VAN" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name", + "valueString": "BEETHOVEN" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", + "valueString": "VAL" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", + "valueString": "ROGER" + } + ] + }, + "given": [ + "LUDWIG", + "B" + ], + "prefix": [ + "DR" + ], + "suffix": [ + "2ND", + "MD", + "PHD" + ], + "period": { + "start": "2022-05-01T10:25:31-04:00", + "_start": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20220501102531-0400" + } + ] + }, + "end": "2023-05-01T10:25:31-04:00", + "_end": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230501102531-0400" + } + ] + } + } } - }, { - "url" : "XCN.17", - "extension" : [ { - "url" : "XCN.17.2", - "valueString" : "20230501102531-0400" - }, { - "url" : "XCN.17.1", - "valueString" : "20220501102531-0400" - } ] - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", - "valueString" : "A" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", - "valueCode" : "NPI" - } ], - "type" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } ], - "code" : "DL" - } ] + ] + } + }, + { + "fullUrl": "DiagnosticReport/1730472944623333000.e3cf4cde-5f8d-4742-b7af-aa31a60ead71", + "resource": { + "resourceType": "DiagnosticReport", + "id": "1730472944623333000.e3cf4cde-5f8d-4742-b7af-aa31a60ead71", + "basedOn": [ + { + "reference": "ServiceRequest/1730472944618292000.903c2b0a-7cd5-49ba-b904-8227374490a2" + } + ], + "status": "final", + "code": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", + "valueOid": "urn:oid:2.16.840.1.113883.6.1" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "code": "68991-9", + "display": "Epidemiologically Important Information" + } + ] }, - "value" : "123", - "assigner" : { - "reference" : "Organization/1710885864038341000.5738eebb-8994-426a-987d-f4dead4446ac" - } - } ], - "name" : [ { - "extension" : [ { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", - "valueCode" : "G" - } ], - "use" : "official", - "family" : "BEETHOVEN", - "_family" : { - "extension" : [ { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", - "valueString" : "VAN" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name", - "valueString" : "BEETHOVEN" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", - "valueString" : "VAL" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", - "valueString" : "ROGER" - } ] + "subject": { + "reference": "Patient/1730472944419518000.eb860b58-fdcc-4092-9d72-abb7c22e43ee" }, - "given" : [ "LUDWIG", "B" ], - "prefix" : [ "DR" ], - "suffix" : [ "2ND", "MD", "PHD" ], - "period" : { - "start" : "2022-05-01T10:25:31-04:00", - "end" : "2023-05-01T10:25:31-04:00" - } - } ] - } - }, { - "fullUrl" : "DiagnosticReport/1710885864073135000.b5885ed9-9bd6-4e2f-8ee6-76f1561c0dae", - "resource" : { - "resourceType" : "DiagnosticReport", - "id" : "1710885864073135000.b5885ed9-9bd6-4e2f-8ee6-76f1561c0dae", - "basedOn" : [ { - "reference" : "ServiceRequest/1710885864062903000.cd4dc75f-a408-4b01-b032-0ea97eb845f8" - } ], - "status" : "final", - "code" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", - "valueOid" : "urn:oid:2.16.840.1.113883.6.1" - } ], - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } ], - "system" : "http://loinc.org", - "code" : "68991-9", - "display" : "Epidemiologically Important Information" - } ] - }, - "subject" : { - "reference" : "Patient/1710885863767990000.5be95827-489a-4851-b371-ce7259eeb0a6" - }, - "specimen" : [ { - "reference" : "Specimen/1710885863772143000.3ef40bcb-5349-451c-aec8-a8a74eafe7cc" - } ] + "specimen": [ + { + "reference": "Specimen/1730472944421674000.125bf158-5767-464f-b0f8-5eff0dbe18e5" + } + ] + } } - } ] + ] } \ No newline at end of file diff --git a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/xpn/xpn-to-humanname-xpn10-populated-xpn12-13-empty.fhir b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/xpn/xpn-to-humanname-xpn10-populated-xpn12-13-empty.fhir index cc750a13c29..a65b708a404 100644 --- a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/xpn/xpn-to-humanname-xpn10-populated-xpn12-13-empty.fhir +++ b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/xpn/xpn-to-humanname-xpn10-populated-xpn12-13-empty.fhir @@ -1,298 +1,450 @@ { - "resourceType" : "Bundle", - "id" : "1710888271278327000.fae173df-4f34-4ffa-ac9d-c8bf7a27002d", - "meta" : { - "lastUpdated" : "2024-03-19T16:44:31.287-06:00" + "resourceType": "Bundle", + "id": "1730473385835602000.299b3e02-1bff-407e-adf6-547f45c57be2", + "meta": { + "lastUpdated": "2024-11-01T11:03:05.844-04:00" }, - "identifier" : { - "system" : "https://reportstream.cdc.gov/prime-router", - "value" : "3003786103_4988249_33033" + "identifier": { + "system": "https://reportstream.cdc.gov/prime-router", + "value": "3003786103_4988249_33033" }, - "type" : "message", - "timestamp" : "2023-05-01T08:25:31.000-06:00", - "entry" : [ { - "fullUrl" : "MessageHeader/0993dd0b-6ce5-3caf-a177-0b81cc780c18", - "resource" : { - "resourceType" : "MessageHeader", - "id" : "0993dd0b-6ce5-3caf-a177-0b81cc780c18", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/encoding-characters", - "valueString" : "^~\\&#" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/msh-message-header", - "extension" : [ { - "url" : "MSH.7", - "valueString" : "20230501102531-0400" - } ] - } ], - "eventCoding" : { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0003", - "code" : "R01", - "display" : "ORU^R01^ORU_R01" - } - } - }, { - "fullUrl" : "Provenance/1710888271873700000.4fd7f2d4-252b-4b63-bcff-7cd7db8efdf9", - "resource" : { - "resourceType" : "Provenance", - "id" : "1710888271873700000.4fd7f2d4-252b-4b63-bcff-7cd7db8efdf9", - "target" : [ { - "reference" : "MessageHeader/0993dd0b-6ce5-3caf-a177-0b81cc780c18" - } ], - "recorded" : "2023-05-01T10:25:31-04:00", - "activity" : { - "coding" : [ { - "display" : "ORU^R01^ORU_R01" - } ] + "type": "message", + "timestamp": "2023-05-01T10:25:31.000-04:00", + "entry": [ + { + "fullUrl": "MessageHeader/1730473385897194000.11fc50fb-660d-403b-b3cf-e352a7e2a301", + "resource": { + "resourceType": "MessageHeader", + "id": "1730473385897194000.11fc50fb-660d-403b-b3cf-e352a7e2a301", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/encoding-characters", + "valueString": "^~\\\u0026#" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/msh-message-header", + "extension": [ + { + "url": "MSH.7", + "valueString": "20230501102531-0400" + } + ] + } + ], + "eventCoding": { + "system": "http://terminology.hl7.org/CodeSystem/v2-0003", + "code": "R01", + "display": "ORU^R01^ORU_R01" + } } - } - }, { - "fullUrl" : "Provenance/1710888271889195000.e6a984ef-f0c9-49f3-83f7-e4694e12ff67", - "resource" : { - "resourceType" : "Provenance", - "id" : "1710888271889195000.e6a984ef-f0c9-49f3-83f7-e4694e12ff67", - "recorded" : "2024-03-19T16:44:31Z", - "policy" : [ "http://hl7.org/fhir/uv/v2mappings/message-oru-r01-to-bundle" ], - "activity" : { - "coding" : [ { - "code" : "v2-FHIR transformation" - } ] - }, - "agent" : [ { - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type", - "code" : "assembler" - } ] - }, - "who" : { - "reference" : "Organization/1710888271887806000.96a9de34-f6c8-40b7-942d-bb7d87000387" + }, + { + "fullUrl": "Provenance/1730473386470852000.7ff6005d-b1f0-4e47-a4cd-d22612d47e08", + "resource": { + "resourceType": "Provenance", + "id": "1730473386470852000.7ff6005d-b1f0-4e47-a4cd-d22612d47e08", + "target": [ + { + "reference": "MessageHeader/1730473385897194000.11fc50fb-660d-403b-b3cf-e352a7e2a301" + } + ], + "recorded": "2023-05-01T10:25:31-04:00", + "activity": { + "coding": [ + { + "display": "ORU^R01^ORU_R01" + } + ] } - } ] - } - }, { - "fullUrl" : "Organization/1710888271887806000.96a9de34-f6c8-40b7-942d-bb7d87000387", - "resource" : { - "resourceType" : "Organization", - "id" : "1710888271887806000.96a9de34-f6c8-40b7-942d-bb7d87000387", - "identifier" : [ { - "value" : "CDC PRIME - Atlanta" - }, { - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0301" - } ] + } + }, + { + "fullUrl": "Provenance/1730473386479806000.823ec4fa-ba23-440f-89a2-01dd45f98cb5", + "resource": { + "resourceType": "Provenance", + "id": "1730473386479806000.823ec4fa-ba23-440f-89a2-01dd45f98cb5", + "recorded": "2024-11-01T11:03:06Z", + "policy": [ + "http://hl7.org/fhir/uv/v2mappings/message-oru-r01-to-bundle" + ], + "activity": { + "coding": [ + { + "code": "v2-FHIR transformation" + } + ] }, - "system" : "urn:ietf:rfc:3986", - "value" : "2.16.840.1.114222.4.1.237821" - } ] - } - }, { - "fullUrl" : "Patient/1710888271932341000.e0904367-5f0d-40fe-b6e6-d6016624a63c", - "resource" : { - "resourceType" : "Patient", - "id" : "1710888271932341000.e0904367-5f0d-40fe-b6e6-d6016624a63c", - "name" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", - "extension" : [ { - "url" : "XPN.2", - "valueString" : "BB SARAH" - }, { - "url" : "XPN.7", - "valueString" : "L" - } ] - } ], - "use" : "official", - "family" : "SMITH", - "given" : [ "BB SARAH" ] - } ], - "contact" : [ { - "name" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", - "extension" : [ { - "url" : "XPN.2", - "valueString" : "LUDWIG" - }, { - "url" : "XPN.3", - "valueString" : "B" - }, { - "url" : "XPN.14", - "valueString" : "MD" - }, { - "url" : "XPN.4", - "valueString" : "2ND" - }, { - "url" : "XPN.6", - "valueString" : "MD" - }, { - "url" : "XPN.7", - "valueString" : "B" - }, { - "url" : "XPN.8", - "valueString" : "A" - }, { - "url" : "XPN.9", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "Coding" - } ] - } - }, { - "url" : "XPN.10", - "extension" : [ { - "url" : "XPN.10.2", - "valueString" : "20230501102531-0400" - }, { - "url" : "XPN.10.1", - "valueString" : "20220501102531-0400" - } ] - } ] - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", - "valueCode" : "F" - } ], - "use" : "official", - "family" : "BEETHOVEN", - "_family" : { - "extension" : [ { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", - "valueString" : "VAN" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name", - "valueString" : "BEETHOVEN" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", - "valueString" : "VAL" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", - "valueString" : "ROGER" - } ] + "agent": [ + { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type", + "code": "assembler" + } + ] + }, + "who": { + "reference": "Organization/1730473386479182000.582d3491-6714-4f0b-9d99-faf75053c8b5" + } + } + ] + } + }, + { + "fullUrl": "Organization/1730473386479182000.582d3491-6714-4f0b-9d99-faf75053c8b5", + "resource": { + "resourceType": "Organization", + "id": "1730473386479182000.582d3491-6714-4f0b-9d99-faf75053c8b5", + "identifier": [ + { + "value": "CDC PRIME - Atlanta" }, - "given" : [ "LUDWIG", "B" ], - "prefix" : [ "DR" ], - "suffix" : [ "2ND", "MD", "MD" ], - "period" : { - "start" : "2022-05-01T10:25:31-04:00", - "end" : "2023-05-01T10:25:31-04:00" + { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0301" + } + ] + }, + "system": "urn:ietf:rfc:3986", + "value": "2.16.840.1.114222.4.1.237821" } - } - } ] - } - }, { - "fullUrl" : "Provenance/1710888271935899000.d8bb5f67-690c-4080-9999-cda105564793", - "resource" : { - "resourceType" : "Provenance", - "id" : "1710888271935899000.d8bb5f67-690c-4080-9999-cda105564793", - "target" : [ { - "reference" : "Patient/1710888271932341000.e0904367-5f0d-40fe-b6e6-d6016624a63c" - } ], - "recorded" : "2024-03-19T16:44:31Z", - "activity" : { - "coding" : [ { - "system" : "https://terminology.hl7.org/CodeSystem/v3-DataOperation", - "code" : "UPDATE" - } ] + ] } - } - }, { - "fullUrl" : "RelatedPerson/1710888271943666000.394519d3-bb80-46db-abea-eb7c34971002", - "resource" : { - "resourceType" : "RelatedPerson", - "id" : "1710888271943666000.394519d3-bb80-46db-abea-eb7c34971002", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", - "valueString" : "NK1" - } ], - "patient" : { - "reference" : "Patient/1710888271932341000.e0904367-5f0d-40fe-b6e6-d6016624a63c" - }, - "name" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "NK1.2" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", - "extension" : [ { - "url" : "XPN.2", - "valueString" : "LUDWIG" - }, { - "url" : "XPN.3", - "valueString" : "B" - }, { - "url" : "XPN.14", - "valueString" : "MD" - }, { - "url" : "XPN.4", - "valueString" : "2ND" - }, { - "url" : "XPN.6", - "valueString" : "MD" - }, { - "url" : "XPN.7", - "valueString" : "B" - }, { - "url" : "XPN.8", - "valueString" : "A" - }, { - "url" : "XPN.9", - "valueCodeableConcept" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "NK1.2" - } ], - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "Coding" - } ] + }, + { + "fullUrl": "Patient/1730473386502079000.ec3d8959-11f3-45e2-b792-50467dca2fac", + "resource": { + "resourceType": "Patient", + "id": "1730473386502079000.ec3d8959-11f3-45e2-b792-50467dca2fac", + "name": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", + "extension": [ + { + "url": "XPN.2", + "valueString": "BB SARAH" + }, + { + "url": "XPN.7", + "valueString": "L" + } + ] + } + ], + "use": "official", + "family": "SMITH", + "given": [ + "BB SARAH" + ] + } + ], + "contact": [ + { + "name": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", + "extension": [ + { + "url": "XPN.2", + "valueString": "LUDWIG" + }, + { + "url": "XPN.3", + "valueString": "B" + }, + { + "url": "XPN.14", + "valueString": "MD" + }, + { + "url": "XPN.4", + "valueString": "2ND" + }, + { + "url": "XPN.6", + "valueString": "MD" + }, + { + "url": "XPN.7", + "valueString": "B" + }, + { + "url": "XPN.8", + "valueString": "A" + }, + { + "url": "XPN.9", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "Coding" + } + ] + } + }, + { + "url": "XPN.10", + "extension": [ + { + "url": "XPN.10.2", + "valueString": "20230501102531-0400" + }, + { + "url": "XPN.10.1", + "valueString": "20220501102531-0400" + } + ] + } + ] + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", + "valueCode": "F" + } + ], + "use": "official", + "family": "BEETHOVEN", + "_family": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", + "valueString": "VAN" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name", + "valueString": "BEETHOVEN" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", + "valueString": "VAL" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", + "valueString": "ROGER" + } + ] + }, + "given": [ + "LUDWIG", + "B" + ], + "prefix": [ + "DR" + ], + "suffix": [ + "2ND", + "MD", + "MD" + ], + "period": { + "start": "2022-05-01T10:25:31-04:00", + "_start": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20220501102531-0400" + } + ] + }, + "end": "2023-05-01T10:25:31-04:00", + "_end": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230501102531-0400" + } + ] + } + } } - }, { - "url" : "XPN.10", - "extension" : [ { - "url" : "XPN.10.2", - "valueString" : "20230501102531-0400" - }, { - "url" : "XPN.10.1", - "valueString" : "20220501102531-0400" - } ] - } ] - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", - "valueCode" : "F" - } ], - "use" : "official", - "family" : "BEETHOVEN", - "_family" : { - "extension" : [ { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", - "valueString" : "VAN" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name", - "valueString" : "BEETHOVEN" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", - "valueString" : "VAL" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", - "valueString" : "ROGER" - } ] - }, - "given" : [ "LUDWIG", "B" ], - "prefix" : [ "DR" ], - "suffix" : [ "2ND", "MD", "MD" ], - "period" : { - "start" : "2022-05-01T10:25:31-04:00", - "end" : "2023-05-01T10:25:31-04:00" + } + ] + } + }, + { + "fullUrl": "Provenance/1730473386504021000.6d9a256a-e7be-40fe-a2ae-705fadf0a2d9", + "resource": { + "resourceType": "Provenance", + "id": "1730473386504021000.6d9a256a-e7be-40fe-a2ae-705fadf0a2d9", + "target": [ + { + "reference": "Patient/1730473386502079000.ec3d8959-11f3-45e2-b792-50467dca2fac" + } + ], + "recorded": "2024-11-01T11:03:06Z", + "activity": { + "coding": [ + { + "system": "https://terminology.hl7.org/CodeSystem/v3-DataOperation", + "code": "UPDATE" + } + ] } - } ] + } + }, + { + "fullUrl": "RelatedPerson/1730473386507739000.c00cb52a-c266-4876-a403-3a4ff26a5783", + "resource": { + "resourceType": "RelatedPerson", + "id": "1730473386507739000.c00cb52a-c266-4876-a403-3a4ff26a5783", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", + "valueString": "NK1" + } + ], + "patient": { + "reference": "Patient/1730473386502079000.ec3d8959-11f3-45e2-b792-50467dca2fac" + }, + "name": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "NK1.2" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", + "extension": [ + { + "url": "XPN.2", + "valueString": "LUDWIG" + }, + { + "url": "XPN.3", + "valueString": "B" + }, + { + "url": "XPN.14", + "valueString": "MD" + }, + { + "url": "XPN.4", + "valueString": "2ND" + }, + { + "url": "XPN.6", + "valueString": "MD" + }, + { + "url": "XPN.7", + "valueString": "B" + }, + { + "url": "XPN.8", + "valueString": "A" + }, + { + "url": "XPN.9", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "NK1.2" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "Coding" + } + ] + } + }, + { + "url": "XPN.10", + "extension": [ + { + "url": "XPN.10.2", + "valueString": "20230501102531-0400" + }, + { + "url": "XPN.10.1", + "valueString": "20220501102531-0400" + } + ] + } + ] + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", + "valueCode": "F" + } + ], + "use": "official", + "family": "BEETHOVEN", + "_family": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", + "valueString": "VAN" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name", + "valueString": "BEETHOVEN" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", + "valueString": "VAL" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", + "valueString": "ROGER" + } + ] + }, + "given": [ + "LUDWIG", + "B" + ], + "prefix": [ + "DR" + ], + "suffix": [ + "2ND", + "MD", + "MD" + ], + "period": { + "start": "2022-05-01T10:25:31-04:00", + "_start": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20220501102531-0400" + } + ] + }, + "end": "2023-05-01T10:25:31-04:00", + "_end": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230501102531-0400" + } + ] + } + } + } + ] + } } - } ] + ] } \ No newline at end of file From 96063286a57392201d89324260241f309e432668 Mon Sep 17 00:00:00 2001 From: Bill Cutshall Date: Wed, 13 Nov 2024 13:21:47 -0500 Subject: [PATCH 36/61] [16144] Fixed unit tests in FHIRTranslatorTests. --- .../fhirengine/engine/FhirTranslatorTests.kt | 26 ++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/prime-router/src/test/kotlin/fhirengine/engine/FhirTranslatorTests.kt b/prime-router/src/test/kotlin/fhirengine/engine/FhirTranslatorTests.kt index b6944b9dce9..34bf6fa3c9e 100644 --- a/prime-router/src/test/kotlin/fhirengine/engine/FhirTranslatorTests.kt +++ b/prime-router/src/test/kotlin/fhirengine/engine/FhirTranslatorTests.kt @@ -24,7 +24,9 @@ import gov.cdc.prime.router.azure.BlobAccess import gov.cdc.prime.router.azure.DatabaseAccess import gov.cdc.prime.router.azure.db.enums.TaskAction import gov.cdc.prime.router.azure.db.tables.pojos.Action +import gov.cdc.prime.router.azure.db.tables.pojos.ReportFile import gov.cdc.prime.router.fhirengine.utils.FhirTranscoder +import gov.cdc.prime.router.report.ReportService import gov.cdc.prime.router.unittest.UnitTestUtils import io.mockk.clearAllMocks import io.mockk.every @@ -75,6 +77,7 @@ class FhirTranslatorTests { ) ) ) + val reportServiceMock = mockk() private fun makeFhirEngine( metadata: Metadata = Metadata( @@ -87,7 +90,7 @@ class FhirTranslatorTests { settings: SettingsProvider = FileSettings().loadOrganizations(oneOrganization), ): FHIRTranslator { return FHIREngine.Builder().metadata(metadata).settingsProvider(settings).databaseAccess(accessSpy) - .blobAccess(blobMock).build(TaskAction.translate) as FHIRTranslator + .blobAccess(blobMock).reportService(reportServiceMock).build(TaskAction.translate) as FHIRTranslator } @BeforeEach @@ -106,10 +109,11 @@ class FhirTranslatorTests { val actionLogger = mockk() val engine = makeFhirEngine() + val reportId = UUID.randomUUID() val message = spyk( FhirTranslateQueueMessage( - UUID.randomUUID(), + reportId, BLOB_URL, "test", BLOB_SUB_FOLDER, @@ -120,6 +124,7 @@ class FhirTranslatorTests { val bodyFormat = MimeFormat.FHIR val bodyUrl = BODY_URL + val rootReport = mockk() every { actionLogger.hasErrors() } returns false every { BlobAccess.downloadBlob(any(), any()) } @@ -154,6 +159,12 @@ class FhirTranslatorTests { "" ) ) + every { rootReport.reportId } returns reportId + every { rootReport.sendingOrg } returns oneOrganization.name + every { rootReport.sendingOrgClient } returns oneOrganization.receivers[0].fullName + every { reportServiceMock.getRootReport(any()) } returns rootReport + every { reportServiceMock.getRootReports(any()) } returns listOf(rootReport) + every { reportServiceMock.getRootItemIndex(any(), any()) } returns 1 // act accessSpy.transact { txn -> @@ -182,9 +193,10 @@ class FhirTranslatorTests { val actionLogger = mockk() val engine = makeFhirEngine(settings = settings) + val reportId = UUID.randomUUID() val message = spyk( FhirTranslateQueueMessage( - UUID.randomUUID(), + reportId, BLOB_URL, "test", BLOB_SUB_FOLDER, @@ -195,6 +207,7 @@ class FhirTranslatorTests { val bodyFormat = MimeFormat.FHIR val bodyUrl = BODY_URL + val rootReport = mockk() every { actionLogger.hasErrors() } returns false every { BlobAccess.downloadBlob(any(), any()) } .returns(File(VALID_DATA_URL).readText()) @@ -229,6 +242,13 @@ class FhirTranslatorTests { ) ) + every { rootReport.reportId } returns reportId + every { rootReport.sendingOrg } returns oneOrganization.name + every { rootReport.sendingOrgClient } returns oneOrganization.receivers[0].fullName + every { reportServiceMock.getRootReport(any()) } returns rootReport + every { reportServiceMock.getRootReports(any()) } returns listOf(rootReport) + every { reportServiceMock.getRootItemIndex(any(), any()) } returns 1 + // act accessSpy.transact { txn -> engine.run(message, actionLogger, actionHistory, txn) From c3fc657cb92a57ee0a2ee7438469f476cdfeeeb1 Mon Sep 17 00:00:00 2001 From: matts <22215332+devopsmatt@users.noreply.github.com> Date: Wed, 13 Nov 2024 12:12:37 -0800 Subject: [PATCH 37/61] Update alert_PD_schedule_Slack.yml (#16535) Change hook for Slack to SLACK_NOTIFICATIONS_WEBHOOK_URL for PD scheduling alerts --- .github/workflows/alert_PD_schedule_Slack.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/alert_PD_schedule_Slack.yml b/.github/workflows/alert_PD_schedule_Slack.yml index e9593ec4d9c..917cb93b9db 100644 --- a/.github/workflows/alert_PD_schedule_Slack.yml +++ b/.github/workflows/alert_PD_schedule_Slack.yml @@ -82,7 +82,7 @@ jobs: 🔸"Next": *"${{ env.Schedules_oncallSchedule_3_NextPersonName }}"* : \`"${{ env.Schedules_oncallSchedule_3_NextFrom }}"\` _until_ \`"${{ env.Schedules_oncallSchedule_3_NextUntil }}"\` icon-emoji: ':alarm_clock:' channel: ${{ env.channel }} - webhook-url: ${{ secrets.SLACK_WEBHOOK_URL }} + webhook-url: ${{ secrets.SLACK_NOTIFICATIONS_WEBHOOK_URL }} color: good PDAlert_WeekDays: @@ -133,5 +133,5 @@ jobs: ❗"Now": *"${{ env.Schedules_oncallSchedule_3_OnCallPersonName }}"* icon-emoji: ':alarm_clock:' channel: ${{ env.channel }} - webhook-url: ${{ secrets.SLACK_WEBHOOK_URL }} + webhook-url: ${{ secrets.SLACK_NOTIFICATIONS_WEBHOOK_URL }} color: good From b5b9d3f5aa71f152e8fd5013cde93933fd8ad4f3 Mon Sep 17 00:00:00 2001 From: matts <22215332+devopsmatt@users.noreply.github.com> Date: Wed, 13 Nov 2024 12:38:34 -0800 Subject: [PATCH 38/61] Update alert_PD_schedule_Slack.yml (#16537) Temporarily change channel to Aq's #temp-cdc-rs-notifications channel for testing. --- .github/workflows/alert_PD_schedule_Slack.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/alert_PD_schedule_Slack.yml b/.github/workflows/alert_PD_schedule_Slack.yml index 917cb93b9db..19b054ee274 100644 --- a/.github/workflows/alert_PD_schedule_Slack.yml +++ b/.github/workflows/alert_PD_schedule_Slack.yml @@ -5,7 +5,8 @@ on: - cron: "7 13 * * Mon" #UTC-5 env: - channel: prime-reportstream-engineering + channel: temp-cdc-rs-notifications + # prime-reportstream-engineering jobs: pre_job: From 1102247c510bc696c1e2d914e991eca1c2487ea5 Mon Sep 17 00:00:00 2001 From: Bill Cutshall Date: Wed, 13 Nov 2024 15:46:11 -0500 Subject: [PATCH 39/61] [16144] Fixed integration tests by modifying FHIRTranslator. --- .../src/main/kotlin/fhirengine/engine/FHIRTranslator.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prime-router/src/main/kotlin/fhirengine/engine/FHIRTranslator.kt b/prime-router/src/main/kotlin/fhirengine/engine/FHIRTranslator.kt index 4b0ea731e45..34b7802d19b 100644 --- a/prime-router/src/main/kotlin/fhirengine/engine/FHIRTranslator.kt +++ b/prime-router/src/main/kotlin/fhirengine/engine/FHIRTranslator.kt @@ -180,7 +180,7 @@ class FHIRTranslator( message.topic, TaskAction.translate ) - builder.theParentReportId = reportService.getRootReport(report.id).reportId + builder.theParentReportId = message.reportId azureEventService.trackEvent(builder.buildEvent()) return FHIREngineRunResult( From ec79b357e17a8c5bdb81c7bf38625001a30a26c5 Mon Sep 17 00:00:00 2001 From: Arnej <118766341+arnejduranovic@users.noreply.github.com> Date: Thu, 14 Nov 2024 09:20:15 -0600 Subject: [PATCH 40/61] Give CDC flexion team codeowner access to Flexion related folders (#16538) --- .github/CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 1e716fcb574..700d5ad089c 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -6,6 +6,8 @@ /operations/ @cdcgov/PRIME-ReportStream-DevOps /CODEOWNERS @cdcgov/PRIME-ReportStream-DevOps /prime-router/ @cdcgov/PRIME-ReportStream-CODEOWNERS-backend +/prime-router/src/main/resources/metadata/fhir_transforms/senders/Flexion @cdcgov/trusted-intermediary +/prime-router/settings/STLTs/Flexion @cdcgov/trusted-intermediary # The CODEOWNERS file takes the last matching line into account. You can make definitions with empty owners to specify paths/files without an owner. /prime-router/settings/prod/ From 8d3bdf8ef83895941cd07dc578c8c70a8a6bb43b Mon Sep 17 00:00:00 2001 From: Lucero Velasco <165824244+lucero-v@users.noreply.github.com> Date: Thu, 14 Nov 2024 10:36:22 -0700 Subject: [PATCH 41/61] added transform for converting datetimes to mountain time (#16542) --- .../hl7/utils/CustomFHIRFunctions.kt | 43 ++++++++++++++----- .../common/datetime-to-local-mtz.yml | 12 ++++++ 2 files changed, 45 insertions(+), 10 deletions(-) create mode 100644 prime-router/src/main/resources/metadata/fhir_transforms/common/datetime-to-local-mtz.yml diff --git a/prime-router/src/main/kotlin/fhirengine/translation/hl7/utils/CustomFHIRFunctions.kt b/prime-router/src/main/kotlin/fhirengine/translation/hl7/utils/CustomFHIRFunctions.kt index c6900d23a94..819df5d2def 100644 --- a/prime-router/src/main/kotlin/fhirengine/translation/hl7/utils/CustomFHIRFunctions.kt +++ b/prime-router/src/main/kotlin/fhirengine/translation/hl7/utils/CustomFHIRFunctions.kt @@ -3,6 +3,7 @@ package gov.cdc.prime.router.fhirengine.translation.hl7.utils import ca.uhn.fhir.model.api.TemporalPrecisionEnum import fhirengine.translation.hl7.utils.FhirPathFunctions import fhirengine.translation.hl7.utils.helpers.convertDateToAge +import gov.cdc.prime.router.common.DateUtilities import gov.cdc.prime.router.fhirengine.translation.hl7.SchemaException import org.hl7.fhir.r4.fhirpath.FHIRPathUtilityClasses.FunctionDetails import org.hl7.fhir.r4.model.Base @@ -445,11 +446,6 @@ object CustomFHIRFunctions : FhirPathFunctions { throw SchemaException("Must call changeTimezone on a single element") } - val inputDate = focus[0] as? BaseDateTimeType ?: throw SchemaException( - "Must call changeTimezone on a dateTime, instant, or date; " + - "was attempted on a ${focus[0].fhirType()}" - ) - if (parameters == null || parameters[0].size != 1) { throw SchemaException("Must pass a timezone as the parameter") } @@ -465,14 +461,41 @@ object CustomFHIRFunctions : FhirPathFunctions { ) } - return when (inputDate.precision) { - TemporalPrecisionEnum.YEAR, TemporalPrecisionEnum.MONTH, TemporalPrecisionEnum.DAY, null -> mutableListOf( - inputDate + return if (focus[0] is StringType) { + if (focus[0].toString().length <= 8) { // we don't want to convert Date-only strings + return mutableListOf(StringType(focus[0].toString())) + } + + // TODO: find a way to pass in these values from receiver settings + + val dateTimeFormat = null + val convertPositiveDateTimeOffsetToNegative = null + val useHighPrecisionHeaderDateTimeFormat = null + + val formattedDate = DateUtilities.formatDateForReceiver( + DateUtilities.parseDate((focus[0].toString())), + ZoneId.of(inputTimeZone), + dateTimeFormat ?: DateUtilities.DateTimeFormat.OFFSET, + convertPositiveDateTimeOffsetToNegative ?: false, + useHighPrecisionHeaderDateTimeFormat ?: false ) - TemporalPrecisionEnum.MINUTE, TemporalPrecisionEnum.SECOND, TemporalPrecisionEnum.MILLI -> mutableListOf( - DateTimeType(inputDate.value, inputDate.precision, timezonePassed) + mutableListOf( + StringType(formattedDate) ) + } else { + val inputDate = focus[0] as? BaseDateTimeType ?: throw SchemaException( + "Must call changeTimezone on a dateTime, instant, or date; " + + "was attempted on a ${focus[0].fhirType()}" + ) + + when (inputDate.precision) { + TemporalPrecisionEnum.YEAR, TemporalPrecisionEnum.MONTH, TemporalPrecisionEnum.DAY, null -> + mutableListOf(inputDate) + + TemporalPrecisionEnum.MINUTE, TemporalPrecisionEnum.SECOND, TemporalPrecisionEnum.MILLI -> + mutableListOf(DateTimeType(inputDate.value, inputDate.precision, timezonePassed)) + } } } } \ No newline at end of file diff --git a/prime-router/src/main/resources/metadata/fhir_transforms/common/datetime-to-local-mtz.yml b/prime-router/src/main/resources/metadata/fhir_transforms/common/datetime-to-local-mtz.yml new file mode 100644 index 00000000000..f87b4e3c7df --- /dev/null +++ b/prime-router/src/main/resources/metadata/fhir_transforms/common/datetime-to-local-mtz.yml @@ -0,0 +1,12 @@ +elements: + - name: hl7-datetime-to-local + resource: "Bundle.descendants().where(url='https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time')" + bundleProperty: "%resource.value[x]" + value: ["%resource.value.changeTimezone('America/Denver')"] + + + - name: message-date-time-to-local + resource: 'Bundle.entry.resource.ofType(MessageHeader).extension("https://reportstream.cdc.gov/fhir/StructureDefinition/msh-message-header").extension("MSH.7")' + condition: '%resource.value.exists()' + bundleProperty: '%resource.value[x]' + value: ["%resource.value.changeTimezone('America/Denver')"] From d0517ecbf77c6e21e298b80e2fdb58450819d6e3 Mon Sep 17 00:00:00 2001 From: Bill Cutshall Date: Thu, 14 Nov 2024 17:07:22 -0500 Subject: [PATCH 42/61] [16144] Added code for tests. --- .../fhirengine/engine/FHIRTranslator.kt | 2 +- .../fhirengine/engine/FhirTranslatorTests.kt | 90 ++++++++++++++++++- 2 files changed, 90 insertions(+), 2 deletions(-) diff --git a/prime-router/src/main/kotlin/fhirengine/engine/FHIRTranslator.kt b/prime-router/src/main/kotlin/fhirengine/engine/FHIRTranslator.kt index 34b7802d19b..c18a171327c 100644 --- a/prime-router/src/main/kotlin/fhirengine/engine/FHIRTranslator.kt +++ b/prime-router/src/main/kotlin/fhirengine/engine/FHIRTranslator.kt @@ -120,7 +120,7 @@ class FHIRTranslator( val bodyBytes = BlobAccess.downloadBlobAsByteArray(originalReport.bodyUrl) val localDigest = BlobUtils.digestToString(sha256Digest(bodyBytes)) check(message.digest == localDigest) { - "Downloaded file does not match expected file\n$message.digest | $localDigest" + "Downloaded file does not match expected file\n${message.digest} | $localDigest" } // get a Report from the message diff --git a/prime-router/src/test/kotlin/fhirengine/engine/FhirTranslatorTests.kt b/prime-router/src/test/kotlin/fhirengine/engine/FhirTranslatorTests.kt index 34bf6fa3c9e..0d07f09b839 100644 --- a/prime-router/src/test/kotlin/fhirengine/engine/FhirTranslatorTests.kt +++ b/prime-router/src/test/kotlin/fhirengine/engine/FhirTranslatorTests.kt @@ -25,6 +25,7 @@ import gov.cdc.prime.router.azure.DatabaseAccess import gov.cdc.prime.router.azure.db.enums.TaskAction import gov.cdc.prime.router.azure.db.tables.pojos.Action import gov.cdc.prime.router.azure.db.tables.pojos.ReportFile +import gov.cdc.prime.router.azure.observability.event.AzureEventService import gov.cdc.prime.router.fhirengine.utils.FhirTranscoder import gov.cdc.prime.router.report.ReportService import gov.cdc.prime.router.unittest.UnitTestUtils @@ -78,6 +79,7 @@ class FhirTranslatorTests { ) ) val reportServiceMock = mockk() + val azureEventService = mockk() private fun makeFhirEngine( metadata: Metadata = Metadata( @@ -90,7 +92,8 @@ class FhirTranslatorTests { settings: SettingsProvider = FileSettings().loadOrganizations(oneOrganization), ): FHIRTranslator { return FHIREngine.Builder().metadata(metadata).settingsProvider(settings).databaseAccess(accessSpy) - .blobAccess(blobMock).reportService(reportServiceMock).build(TaskAction.translate) as FHIRTranslator + .blobAccess(blobMock).reportService(reportServiceMock).azureEventService(azureEventService) + .build(TaskAction.translate) as FHIRTranslator } @BeforeEach @@ -165,6 +168,8 @@ class FhirTranslatorTests { every { reportServiceMock.getRootReport(any()) } returns rootReport every { reportServiceMock.getRootReports(any()) } returns listOf(rootReport) every { reportServiceMock.getRootItemIndex(any(), any()) } returns 1 + every { BlobAccess.downloadBlobAsByteArray(any()) } returns "1".toByteArray(Charsets.UTF_8) + every { azureEventService.trackEvent(any()) } returns Unit // act accessSpy.transact { txn -> @@ -178,6 +183,88 @@ class FhirTranslatorTests { BlobAccess.Companion.uploadBlob(any(), any(), any()) accessSpy.insertTask(any(), any(), any(), any(), any()) actionHistory.trackActionReceiverInfo(any(), any()) + azureEventService.trackEvent(any()) + } + } + + @Test + fun `test translation happy path with file digest exception`() { + mockkObject(BlobAccess) + mockkObject(BlobAccess.BlobContainerMetadata) + + // set up + val actionHistory = mockk() + val actionLogger = mockk() + val engine = makeFhirEngine() + + val reportId = UUID.randomUUID() + val message = + spyk( + FhirTranslateQueueMessage( + reportId, + BLOB_URL, + "test", + BLOB_SUB_FOLDER, + topic = Topic.ELR_ELIMS, + oneOrganization.receivers[0].fullName + ) + ) + + val bodyFormat = MimeFormat.FHIR + val bodyUrl = BODY_URL + val rootReport = mockk() + + every { actionLogger.hasErrors() } returns false + every { actionLogger.error(any()) } returns Unit + every { BlobAccess.downloadBlob(any(), any()) } + .returns(File(VALID_DATA_URL).readText()) + every { BlobAccess.Companion.uploadBlob(any(), any()) } returns "test" + every { + BlobAccess.BlobContainerMetadata.build( + "metadata", + any() + ) + } returns mockk() + every { accessSpy.insertTask(any(), bodyFormat.toString(), bodyUrl, any()) }.returns(Unit) + every { actionHistory.trackCreatedReport(any(), any(), blobInfo = any()) }.returns(Unit) + every { actionHistory.trackExistingInputReport(any()) }.returns(Unit) + every { actionHistory.trackActionReceiverInfo(any(), any()) }.returns(Unit) + every { actionHistory.action }.returns( + Action( + 1, + TaskAction.receive, + "", + "", + OffsetDateTime.now(), + JSONB.valueOf(""), + 1, + 1, + "", + "", + "", + "", + "", + "", + "" + ) + ) + every { rootReport.reportId } returns reportId + every { rootReport.sendingOrg } returns oneOrganization.name + every { rootReport.sendingOrgClient } returns oneOrganization.receivers[0].fullName + every { rootReport.bodyUrl } returns BLOB_URL + every { reportServiceMock.getRootReport(any()) } returns rootReport + every { reportServiceMock.getRootReports(any()) } returns listOf(rootReport) + every { reportServiceMock.getRootItemIndex(any(), any()) } returns 1 + every { BlobAccess.downloadBlobAsByteArray(any()) } returns "1".toByteArray(Charsets.UTF_8) + + // act + @Suppress("ktlint:standard:max-line-length") + accessSpy.transact { txn -> + assertFailsWith( + message = "Downloaded file does not match expected file\n" + + "test | 6bffffff86ffffffb273ffffffff34fffffffcffffffe1ffffff9d6bffffff804effffffff5a3f5747ffffffadffffffa4ffffffeaffffffa22f1d49ffffffc01e52ffffffddffffffb7ffffff875b4b", + block = { engine.run(message, actionLogger, actionHistory, txn) } + ) } } @@ -248,6 +335,7 @@ class FhirTranslatorTests { every { reportServiceMock.getRootReport(any()) } returns rootReport every { reportServiceMock.getRootReports(any()) } returns listOf(rootReport) every { reportServiceMock.getRootItemIndex(any(), any()) } returns 1 + every { azureEventService.trackEvent(any()) } returns Unit // act accessSpy.transact { txn -> From c61075c2e3ec99a7868fb6fa96cb5bebccedceb7 Mon Sep 17 00:00:00 2001 From: etanb Date: Sun, 17 Nov 2024 23:52:31 -0800 Subject: [PATCH 43/61] Update README.md --- prime-router/docs/getting-started/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prime-router/docs/getting-started/README.md b/prime-router/docs/getting-started/README.md index 856c781608b..537800da32e 100644 --- a/prime-router/docs/getting-started/README.md +++ b/prime-router/docs/getting-started/README.md @@ -172,7 +172,7 @@ A `ctrl-c` will escape the running ReportStream instance. ## Debugging -`./gradlew quickrun` or `./gradlew run` will open a debug port on your locally running ReportStream instance. +`./gradlew quickRun` or `./gradlew run` will open a debug port on your locally running ReportStream instance. Connect your debugger remotely to port 5005. For profiling use the JMX port 9090. From c860dd92d8265b314b1283fe8181d6381d89b80b Mon Sep 17 00:00:00 2001 From: Bill Cutshall Date: Mon, 18 Nov 2024 10:23:32 -0500 Subject: [PATCH 44/61] [16144] Added code to account for blob digest properly. --- .../src/main/kotlin/fhirengine/engine/FHIRTranslator.kt | 5 +++-- .../src/test/kotlin/common/UniversalPipelineTestUtils.kt | 6 +++++- .../test/kotlin/fhirengine/engine/FhirTranslatorTests.kt | 1 + 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/prime-router/src/main/kotlin/fhirengine/engine/FHIRTranslator.kt b/prime-router/src/main/kotlin/fhirengine/engine/FHIRTranslator.kt index c18a171327c..4a976e0150f 100644 --- a/prime-router/src/main/kotlin/fhirengine/engine/FHIRTranslator.kt +++ b/prime-router/src/main/kotlin/fhirengine/engine/FHIRTranslator.kt @@ -118,9 +118,10 @@ class FHIRTranslator( logger.trace("Preparing to send original message") val originalReport = reportService.getRootReport(message.reportId) val bodyBytes = BlobAccess.downloadBlobAsByteArray(originalReport.bodyUrl) + val originalDigest = BlobUtils.digestToString(originalReport.blobDigest) val localDigest = BlobUtils.digestToString(sha256Digest(bodyBytes)) - check(message.digest == localDigest) { - "Downloaded file does not match expected file\n${message.digest} | $localDigest" + check(originalDigest == localDigest) { + "Downloaded file does not match expected file\n$localDigest | $originalDigest" } // get a Report from the message diff --git a/prime-router/src/test/kotlin/common/UniversalPipelineTestUtils.kt b/prime-router/src/test/kotlin/common/UniversalPipelineTestUtils.kt index 45f03b9514e..d1cab36103a 100644 --- a/prime-router/src/test/kotlin/common/UniversalPipelineTestUtils.kt +++ b/prime-router/src/test/kotlin/common/UniversalPipelineTestUtils.kt @@ -3,6 +3,7 @@ package gov.cdc.prime.router.common import assertk.assertThat import assertk.assertions.hasSize import assertk.assertions.isEqualTo +import gov.cdc.prime.reportstream.shared.BlobUtils.sha256Digest import gov.cdc.prime.router.ClientSource import gov.cdc.prime.router.CustomerStatus import gov.cdc.prime.router.DeepOrganization @@ -452,7 +453,8 @@ object UniversalPipelineTestUtils { event, Topic.FULL_ELR, parentReport, - blobUrl + blobUrl, + reportContents, ) } @@ -464,6 +466,7 @@ object UniversalPipelineTestUtils { topic: Topic, parentReport: Report? = null, bodyURL: String? = null, + reportContents: String, ): Report { val report = Report( fileFormat, @@ -493,6 +496,7 @@ object UniversalPipelineTestUtils { .setBodyUrl(report.bodyURL) .setSendingOrg(universalPipelineOrganization.name) .setSendingOrgClient("Test Sender") + .setBlobDigest(sha256Digest(reportContents.toByteArray(Charsets.UTF_8))) ReportStreamTestDatabaseContainer.testDatabaseAccess.insertReportFile( reportFile, txn, action diff --git a/prime-router/src/test/kotlin/fhirengine/engine/FhirTranslatorTests.kt b/prime-router/src/test/kotlin/fhirengine/engine/FhirTranslatorTests.kt index 0d07f09b839..78b57c8be18 100644 --- a/prime-router/src/test/kotlin/fhirengine/engine/FhirTranslatorTests.kt +++ b/prime-router/src/test/kotlin/fhirengine/engine/FhirTranslatorTests.kt @@ -252,6 +252,7 @@ class FhirTranslatorTests { every { rootReport.sendingOrg } returns oneOrganization.name every { rootReport.sendingOrgClient } returns oneOrganization.receivers[0].fullName every { rootReport.bodyUrl } returns BLOB_URL + every { rootReport.blobDigest } returns reportId.toString().toByteArray(Charsets.UTF_8) every { reportServiceMock.getRootReport(any()) } returns rootReport every { reportServiceMock.getRootReports(any()) } returns listOf(rootReport) every { reportServiceMock.getRootItemIndex(any(), any()) } returns 1 From aa88f3ea30bcfad648d0e8b1ad4b12ba09c254ab Mon Sep 17 00:00:00 2001 From: etanb Date: Mon, 18 Nov 2024 23:42:46 -0800 Subject: [PATCH 45/61] remove usage of downloadjs --- frontend-react/package.json | 2 - .../deliveries/daily-data/ReportLink.tsx | 45 ++++++------------- .../deliveries/daily-data/ReportsUtils.ts | 26 ++++++++--- frontend-react/yarn.lock | 16 ------- 4 files changed, 34 insertions(+), 55 deletions(-) diff --git a/frontend-react/package.json b/frontend-react/package.json index fad46aa994e..70b824c3f22 100644 --- a/frontend-react/package.json +++ b/frontend-react/package.json @@ -19,7 +19,6 @@ "date-fns": "^3.6.0", "date-fns-tz": "^3.2.0", "dompurify": "^3.1.7", - "downloadjs": "^1.4.7", "export-to-csv-fix-source-map": "^0.2.1", "focus-trap-react": "^10.3.0", "history": "^5.3.0", @@ -135,7 +134,6 @@ "@testing-library/user-event": "^14.5.2", "@types/dompurify": "^3.0.5", "@types/dotenv-flow": "^3.3.3", - "@types/downloadjs": "^1.4.6", "@types/eslint__js": "^8.42.3", "@types/github-slugger": "^1.3.0", "@types/html-to-text": "^9.0.4", diff --git a/frontend-react/src/pages/deliveries/daily-data/ReportLink.tsx b/frontend-react/src/pages/deliveries/daily-data/ReportLink.tsx index ea95e1b24cf..272d672a67d 100644 --- a/frontend-react/src/pages/deliveries/daily-data/ReportLink.tsx +++ b/frontend-react/src/pages/deliveries/daily-data/ReportLink.tsx @@ -1,7 +1,7 @@ import { Button, Icon } from "@trussworks/react-uswds"; -import download from "downloadjs"; import { PropsWithChildren } from "react"; +import { downloadReport } from "./ReportsUtils"; import config from "../../../config"; import useSessionContext from "../../../contexts/Session/useSessionContext"; import { isDateExpired } from "../../../utils/DateTimeUtils"; @@ -28,13 +28,7 @@ const formatFileType = (fileType: string) => { This element provides a download link on each row of the table and on the report details page */ -function ReportLink({ - reportId, - fileType, - reportExpires, - children, - button, -}: PropsWithChildren) { +function ReportLink({ reportId, fileType, reportExpires, children, button }: PropsWithChildren) { const { authState } = useSessionContext(); const { activeMembership } = useSessionContext(); const organization = activeMembership?.parsedName; @@ -50,15 +44,7 @@ function ReportLink({ }) .then((res) => res.json()) .then((report) => { - // The filename to use for the download should not contain blob folders if present - let filename = decodeURIComponent(report.fileName); - const filenameStartIndex = filename.lastIndexOf("/"); - if ( - filenameStartIndex >= 0 && - filename.length > filenameStartIndex + 1 - ) - filename = filename.substring(filenameStartIndex + 1); - download(report.content, filename, report.mimetype); + downloadReport(report); }); } }; @@ -73,21 +59,16 @@ function ReportLink({ } else { return ( <> - {fileType !== undefined && - !isDateExpired(reportExpires ?? "") && ( - - )} + {fileType !== undefined && !isDateExpired(reportExpires ?? "") && ( + + )} ); } diff --git a/frontend-react/src/pages/deliveries/daily-data/ReportsUtils.ts b/frontend-react/src/pages/deliveries/daily-data/ReportsUtils.ts index 7d5e64b9614..d4aa772ab00 100644 --- a/frontend-react/src/pages/deliveries/daily-data/ReportsUtils.ts +++ b/frontend-react/src/pages/deliveries/daily-data/ReportsUtils.ts @@ -1,12 +1,10 @@ import axios from "axios"; -import download from "downloadjs"; import config from "../../../config"; import { RSReportInterface } from "../../../utils/ReportUtils"; const { RS_API_URL } = config; -export const reportDetailURL = (id: string, base?: string) => - `${base ? base : RS_API_URL}/api/history/report/${id}`; +export const reportDetailURL = (id: string, base?: string) => `${base ? base : RS_API_URL}/api/history/report/${id}`; export const getReportAndDownload = ( reportId: string, @@ -31,9 +29,27 @@ export const getReportAndDownload = ( }; export const downloadReport = (report: RSReportInterface) => { + // Decode the file name from the report let filename = decodeURIComponent(report.fileName); + + // Extract the filename if it contains a path const filenameStartIndex = filename.lastIndexOf("/"); - if (filenameStartIndex >= 0 && filename.length > filenameStartIndex + 1) + if (filenameStartIndex >= 0 && filename.length > filenameStartIndex + 1) { filename = filename.substring(filenameStartIndex + 1); - return download(report.content, filename, report.mimeType); + } + + const blob = new Blob([report.content], { type: report.mimeType || "application/octet-stream" }); + + const url = URL.createObjectURL(blob); + + // Create a temporary anchor element to trigger the download + const a = document.createElement("a"); + a.href = url; + a.download = filename; + + // Append the anchor to the DOM, trigger the download, and clean up + document.body.appendChild(a); + a.click(); + document.body.removeChild(a); + URL.revokeObjectURL(url); }; diff --git a/frontend-react/yarn.lock b/frontend-react/yarn.lock index 36326ff0312..5f5f23f5c2e 100644 --- a/frontend-react/yarn.lock +++ b/frontend-react/yarn.lock @@ -2654,13 +2654,6 @@ __metadata: languageName: node linkType: hard -"@types/downloadjs@npm:^1.4.6": - version: 1.4.6 - resolution: "@types/downloadjs@npm:1.4.6" - checksum: 0e98425946c12315a7b9646edb75285bcc0fda2d59f9d296fa3bf9455ef62d6d73383c52ee86eec50e9b4cee6f9af9dba78c6fb56bc6444395b4ac4f76a86ec0 - languageName: node - linkType: hard - "@types/escodegen@npm:^0.0.6": version: 0.0.6 resolution: "@types/escodegen@npm:0.0.6" @@ -5146,13 +5139,6 @@ __metadata: languageName: node linkType: hard -"downloadjs@npm:^1.4.7": - version: 1.4.7 - resolution: "downloadjs@npm:1.4.7" - checksum: 4c546a28e7adcb1c290685f923add84e89582549f93502fa1b028194492522f716abb95a70f6ae464067a767e967806970d2a03e6262f8ccbcf3dd68e950d1da - languageName: node - linkType: hard - "eastasianwidth@npm:^0.2.0": version: 0.2.0 resolution: "eastasianwidth@npm:0.2.0" @@ -10365,7 +10351,6 @@ __metadata: "@trussworks/react-uswds": ^9.1.0 "@types/dompurify": ^3.0.5 "@types/dotenv-flow": ^3.3.3 - "@types/downloadjs": ^1.4.6 "@types/eslint__js": ^8.42.3 "@types/github-slugger": ^1.3.0 "@types/html-to-text": ^9.0.4 @@ -10392,7 +10377,6 @@ __metadata: date-fns-tz: ^3.2.0 dompurify: ^3.1.7 dotenv-flow: ^4.1.0 - downloadjs: ^1.4.7 eslint: 9.13.0 eslint-config-prettier: ^9.1.0 eslint-import-resolver-typescript: ^3.6.3 From 6cdc85ce69a6c86513e02c234b8e122fc451bd1a Mon Sep 17 00:00:00 2001 From: Bill Cutshall Date: Tue, 19 Nov 2024 11:14:22 -0500 Subject: [PATCH 46/61] [16144] Checking in WIP. --- .../fhirengine/engine/FHIRTranslator.kt | 45 ++++++++++++------- .../fhirengine/engine/FhirTranslatorTests.kt | 11 +++-- 2 files changed, 37 insertions(+), 19 deletions(-) diff --git a/prime-router/src/main/kotlin/fhirengine/engine/FHIRTranslator.kt b/prime-router/src/main/kotlin/fhirengine/engine/FHIRTranslator.kt index 4a976e0150f..5c494382b6d 100644 --- a/prime-router/src/main/kotlin/fhirengine/engine/FHIRTranslator.kt +++ b/prime-router/src/main/kotlin/fhirengine/engine/FHIRTranslator.kt @@ -23,18 +23,21 @@ import gov.cdc.prime.router.azure.DatabaseAccess import gov.cdc.prime.router.azure.Event import gov.cdc.prime.router.azure.db.Tables import gov.cdc.prime.router.azure.db.enums.TaskAction +import gov.cdc.prime.router.azure.observability.bundleDigest.BundleDigestExtractor +import gov.cdc.prime.router.azure.observability.bundleDigest.FhirPathBundleDigestLabResultExtractorStrategy import gov.cdc.prime.router.azure.observability.context.MDCUtils import gov.cdc.prime.router.azure.observability.context.withLoggingContext import gov.cdc.prime.router.azure.observability.event.AzureEventService import gov.cdc.prime.router.azure.observability.event.AzureEventServiceImpl import gov.cdc.prime.router.azure.observability.event.IReportStreamEventService import gov.cdc.prime.router.azure.observability.event.ReportStreamEventName -import gov.cdc.prime.router.azure.observability.event.ReportStreamItemEventBuilder +import gov.cdc.prime.router.azure.observability.event.ReportStreamEventProperties import gov.cdc.prime.router.common.Environment import gov.cdc.prime.router.fhirengine.config.HL7TranslationConfig import gov.cdc.prime.router.fhirengine.translation.hl7.FhirToHl7Context import gov.cdc.prime.router.fhirengine.translation.hl7.FhirToHl7Converter import gov.cdc.prime.router.fhirengine.translation.hl7.FhirTransformer +import gov.cdc.prime.router.fhirengine.translation.hl7.utils.CustomContext import gov.cdc.prime.router.fhirengine.translation.hl7.utils.HL7Utils.defaultHl7EncodingFiveChars import gov.cdc.prime.router.fhirengine.translation.hl7.utils.HL7Utils.defaultHl7EncodingFourChars import gov.cdc.prime.router.fhirengine.utils.FhirTranscoder @@ -157,10 +160,8 @@ class FHIRTranslator( actionHistory: ActionHistory, ): FHIREngineRunResult { logger.trace("Preparing to send translated message") - val bodyBytes = - getByteArrayFromBundle( - receiver, FhirTranscoder.decode(BlobAccess.downloadBlob(message.blobURL, message.digest)) - ) + val bundle = FhirTranscoder.decode(BlobAccess.downloadBlob(message.blobURL, message.digest)) + val bodyBytes = getByteArrayFromBundle(receiver, bundle) val (report, event, blobInfo) = Report.generateReportAndUploadBlob( Event.EventAction.BATCH, @@ -172,17 +173,31 @@ class FHIRTranslator( topic = message.topic ) - val builder = ReportStreamItemEventBuilder( - reportEventService, - azureEventService, - ReportStreamEventName.ITEM_TRANSFORMED, - report.id, - report.bodyURL, - message.topic, - TaskAction.translate + val bundleDigestExtractor = BundleDigestExtractor( + FhirPathBundleDigestLabResultExtractorStrategy( + CustomContext( + bundle, + bundle, + mutableMapOf(), + CustomFhirPathFunctions() + ) + ) ) - builder.theParentReportId = message.reportId - azureEventService.trackEvent(builder.buildEvent()) + reportEventService.sendItemEvent( + eventName = ReportStreamEventName.ITEM_TRANSFORMED, + childReport = report, + pipelineStepName = TaskAction.translate + ) { + parentReportId(message.reportId) + params( + mapOf( + ReportStreamEventProperties.RECEIVER_NAME to receiver.fullName, + ReportStreamEventProperties.BUNDLE_DIGEST + to bundleDigestExtractor.generateDigest(bundle) + ) + ) + trackingId(bundle) + } return FHIREngineRunResult( event, diff --git a/prime-router/src/test/kotlin/fhirengine/engine/FhirTranslatorTests.kt b/prime-router/src/test/kotlin/fhirengine/engine/FhirTranslatorTests.kt index 78b57c8be18..a18dd429464 100644 --- a/prime-router/src/test/kotlin/fhirengine/engine/FhirTranslatorTests.kt +++ b/prime-router/src/test/kotlin/fhirengine/engine/FhirTranslatorTests.kt @@ -16,6 +16,7 @@ import gov.cdc.prime.router.Metadata import gov.cdc.prime.router.MimeFormat import gov.cdc.prime.router.Organization import gov.cdc.prime.router.Receiver +import gov.cdc.prime.router.Report import gov.cdc.prime.router.Schema import gov.cdc.prime.router.SettingsProvider import gov.cdc.prime.router.Topic @@ -26,6 +27,7 @@ import gov.cdc.prime.router.azure.db.enums.TaskAction import gov.cdc.prime.router.azure.db.tables.pojos.Action import gov.cdc.prime.router.azure.db.tables.pojos.ReportFile import gov.cdc.prime.router.azure.observability.event.AzureEventService +import gov.cdc.prime.router.azure.observability.event.ReportStreamEventService import gov.cdc.prime.router.fhirengine.utils.FhirTranscoder import gov.cdc.prime.router.report.ReportService import gov.cdc.prime.router.unittest.UnitTestUtils @@ -92,8 +94,7 @@ class FhirTranslatorTests { settings: SettingsProvider = FileSettings().loadOrganizations(oneOrganization), ): FHIRTranslator { return FHIREngine.Builder().metadata(metadata).settingsProvider(settings).databaseAccess(accessSpy) - .blobAccess(blobMock).reportService(reportServiceMock).azureEventService(azureEventService) - .build(TaskAction.translate) as FHIRTranslator + .blobAccess(blobMock).reportService(reportServiceMock).build(TaskAction.translate) as FHIRTranslator } @BeforeEach @@ -128,6 +129,7 @@ class FhirTranslatorTests { val bodyFormat = MimeFormat.FHIR val bodyUrl = BODY_URL val rootReport = mockk() + val reportStreamEventService = mockk() every { actionLogger.hasErrors() } returns false every { BlobAccess.downloadBlob(any(), any()) } @@ -169,7 +171,8 @@ class FhirTranslatorTests { every { reportServiceMock.getRootReports(any()) } returns listOf(rootReport) every { reportServiceMock.getRootItemIndex(any(), any()) } returns 1 every { BlobAccess.downloadBlobAsByteArray(any()) } returns "1".toByteArray(Charsets.UTF_8) - every { azureEventService.trackEvent(any()) } returns Unit + every { reportStreamEventService.sendItemEvent(any(), any(), any(), any(), any()) } returns Unit + every { reportStreamEventService.sendItemEvent(any(), any(), any(), any(), any()) } returns Unit // act accessSpy.transact { txn -> @@ -183,7 +186,7 @@ class FhirTranslatorTests { BlobAccess.Companion.uploadBlob(any(), any(), any()) accessSpy.insertTask(any(), any(), any(), any(), any()) actionHistory.trackActionReceiverInfo(any(), any()) - azureEventService.trackEvent(any()) + reportStreamEventService.sendItemEvent(any(), any(), any(), any(), any()) } } From 260604b879aceeb03dc45aa7555ce94679bf9d79 Mon Sep 17 00:00:00 2001 From: Bill Cutshall Date: Wed, 20 Nov 2024 09:48:58 -0500 Subject: [PATCH 47/61] [16144] Checking in WIP. --- .../event/ReportStreamEventData.kt | 3 +++ .../fhirengine/engine/FHIRTranslator.kt | 6 +++++- .../fhirengine/engine/FhirTranslatorTests.kt | 21 ++++++++++++------- 3 files changed, 22 insertions(+), 8 deletions(-) diff --git a/prime-router/src/main/kotlin/azure/observability/event/ReportStreamEventData.kt b/prime-router/src/main/kotlin/azure/observability/event/ReportStreamEventData.kt index cd90d238b64..d31404ebbe4 100644 --- a/prime-router/src/main/kotlin/azure/observability/event/ReportStreamEventData.kt +++ b/prime-router/src/main/kotlin/azure/observability/event/ReportStreamEventData.kt @@ -67,6 +67,9 @@ enum class ReportStreamEventProperties { BUNDLE_DIGEST, INGESTION_TYPE, POISON_QUEUE_MESSAGE_ID, + ENRICHMENTS, + ORIGINAL_FORMAT, + TARGET_FORMAT, ; @JsonKey diff --git a/prime-router/src/main/kotlin/fhirengine/engine/FHIRTranslator.kt b/prime-router/src/main/kotlin/fhirengine/engine/FHIRTranslator.kt index 5c494382b6d..6dad98e0357 100644 --- a/prime-router/src/main/kotlin/fhirengine/engine/FHIRTranslator.kt +++ b/prime-router/src/main/kotlin/fhirengine/engine/FHIRTranslator.kt @@ -160,6 +160,7 @@ class FHIRTranslator( actionHistory: ActionHistory, ): FHIREngineRunResult { logger.trace("Preparing to send translated message") + val originalReport = reportService.getRootReport(message.reportId) val bundle = FhirTranscoder.decode(BlobAccess.downloadBlob(message.blobURL, message.digest)) val bodyBytes = getByteArrayFromBundle(receiver, bundle) @@ -193,7 +194,10 @@ class FHIRTranslator( mapOf( ReportStreamEventProperties.RECEIVER_NAME to receiver.fullName, ReportStreamEventProperties.BUNDLE_DIGEST - to bundleDigestExtractor.generateDigest(bundle) + to bundleDigestExtractor.generateDigest(bundle), + ReportStreamEventProperties.ORIGINAL_FORMAT to originalReport.bodyFormat, + ReportStreamEventProperties.TARGET_FORMAT to receiver.translation.format, + ReportStreamEventProperties.ENRICHMENTS to receiver.translation.schemaName ) ) trackingId(bundle) diff --git a/prime-router/src/test/kotlin/fhirengine/engine/FhirTranslatorTests.kt b/prime-router/src/test/kotlin/fhirengine/engine/FhirTranslatorTests.kt index a18dd429464..c32e9243a74 100644 --- a/prime-router/src/test/kotlin/fhirengine/engine/FhirTranslatorTests.kt +++ b/prime-router/src/test/kotlin/fhirengine/engine/FhirTranslatorTests.kt @@ -26,7 +26,6 @@ import gov.cdc.prime.router.azure.DatabaseAccess import gov.cdc.prime.router.azure.db.enums.TaskAction import gov.cdc.prime.router.azure.db.tables.pojos.Action import gov.cdc.prime.router.azure.db.tables.pojos.ReportFile -import gov.cdc.prime.router.azure.observability.event.AzureEventService import gov.cdc.prime.router.azure.observability.event.ReportStreamEventService import gov.cdc.prime.router.fhirengine.utils.FhirTranscoder import gov.cdc.prime.router.report.ReportService @@ -81,7 +80,7 @@ class FhirTranslatorTests { ) ) val reportServiceMock = mockk() - val azureEventService = mockk() + val reportStreamEventService = mockk() private fun makeFhirEngine( metadata: Metadata = Metadata( @@ -94,7 +93,8 @@ class FhirTranslatorTests { settings: SettingsProvider = FileSettings().loadOrganizations(oneOrganization), ): FHIRTranslator { return FHIREngine.Builder().metadata(metadata).settingsProvider(settings).databaseAccess(accessSpy) - .blobAccess(blobMock).reportService(reportServiceMock).build(TaskAction.translate) as FHIRTranslator + .blobAccess(blobMock).reportService(reportServiceMock).reportEventService(reportStreamEventService) + .build(TaskAction.translate) as FHIRTranslator } @BeforeEach @@ -129,7 +129,6 @@ class FhirTranslatorTests { val bodyFormat = MimeFormat.FHIR val bodyUrl = BODY_URL val rootReport = mockk() - val reportStreamEventService = mockk() every { actionLogger.hasErrors() } returns false every { BlobAccess.downloadBlob(any(), any()) } @@ -167,6 +166,7 @@ class FhirTranslatorTests { every { rootReport.reportId } returns reportId every { rootReport.sendingOrg } returns oneOrganization.name every { rootReport.sendingOrgClient } returns oneOrganization.receivers[0].fullName + every { rootReport.bodyFormat } returns bodyFormat.toString() every { reportServiceMock.getRootReport(any()) } returns rootReport every { reportServiceMock.getRootReports(any()) } returns listOf(rootReport) every { reportServiceMock.getRootItemIndex(any(), any()) } returns 1 @@ -186,7 +186,6 @@ class FhirTranslatorTests { BlobAccess.Companion.uploadBlob(any(), any(), any()) accessSpy.insertTask(any(), any(), any(), any(), any()) actionHistory.trackActionReceiverInfo(any(), any()) - reportStreamEventService.sendItemEvent(any(), any(), any(), any(), any()) } } @@ -334,12 +333,12 @@ class FhirTranslatorTests { ) every { rootReport.reportId } returns reportId + every { rootReport.bodyFormat } returns bodyFormat.toString() every { rootReport.sendingOrg } returns oneOrganization.name every { rootReport.sendingOrgClient } returns oneOrganization.receivers[0].fullName every { reportServiceMock.getRootReport(any()) } returns rootReport every { reportServiceMock.getRootReports(any()) } returns listOf(rootReport) every { reportServiceMock.getRootItemIndex(any(), any()) } returns 1 - every { azureEventService.trackEvent(any()) } returns Unit // act accessSpy.transact { txn -> @@ -587,9 +586,10 @@ class FhirTranslatorTests { val actionHistory = mockk() val actionLogger = mockk() + val reportId = UUID.randomUUID() val message = spyk( FhirTranslateQueueMessage( - UUID.randomUUID(), + reportId, BLOB_URL, "test", BLOB_SUB_FOLDER, @@ -600,6 +600,13 @@ class FhirTranslatorTests { val bodyFormat = MimeFormat.FHIR val bodyUrl = BODY_URL + val rootReport = mockk() + + every { rootReport.reportId } returns reportId + every { rootReport.sendingOrg } returns oneOrganization.name + every { rootReport.sendingOrgClient } returns oneOrganization.receivers[0].fullName + every { rootReport.bodyFormat } returns bodyFormat.toString() + every { reportServiceMock.getRootReport(any()) } returns rootReport every { actionLogger.hasErrors() } returns false every { actionLogger.error(any()) } returns Unit From e1c5a709771f8543a5205304af6c1dd3be3cb433 Mon Sep 17 00:00:00 2001 From: Bill Cutshall Date: Wed, 20 Nov 2024 10:52:14 -0500 Subject: [PATCH 48/61] [16144] Made change to FHIREngine to account for nullable reportEventService actually having a value in builder. --- prime-router/src/main/kotlin/fhirengine/engine/FHIREngine.kt | 2 +- .../src/test/kotlin/fhirengine/engine/FhirTranslatorTests.kt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/prime-router/src/main/kotlin/fhirengine/engine/FHIREngine.kt b/prime-router/src/main/kotlin/fhirengine/engine/FHIREngine.kt index d32ad4269c7..04cb5a563f1 100644 --- a/prime-router/src/main/kotlin/fhirengine/engine/FHIREngine.kt +++ b/prime-router/src/main/kotlin/fhirengine/engine/FHIREngine.kt @@ -171,7 +171,7 @@ abstract class FHIREngine( blobAccess ?: BlobAccess(), azureEventService ?: AzureEventServiceImpl(), reportService ?: ReportService(), - ReportStreamEventService( + reportEventService ?: ReportStreamEventService( databaseAccess ?: databaseAccessSingleton, azureEventService ?: AzureEventServiceImpl(), reportService ?: ReportService() diff --git a/prime-router/src/test/kotlin/fhirengine/engine/FhirTranslatorTests.kt b/prime-router/src/test/kotlin/fhirengine/engine/FhirTranslatorTests.kt index c32e9243a74..1f1668cffbf 100644 --- a/prime-router/src/test/kotlin/fhirengine/engine/FhirTranslatorTests.kt +++ b/prime-router/src/test/kotlin/fhirengine/engine/FhirTranslatorTests.kt @@ -172,7 +172,6 @@ class FhirTranslatorTests { every { reportServiceMock.getRootItemIndex(any(), any()) } returns 1 every { BlobAccess.downloadBlobAsByteArray(any()) } returns "1".toByteArray(Charsets.UTF_8) every { reportStreamEventService.sendItemEvent(any(), any(), any(), any(), any()) } returns Unit - every { reportStreamEventService.sendItemEvent(any(), any(), any(), any(), any()) } returns Unit // act accessSpy.transact { txn -> @@ -186,6 +185,7 @@ class FhirTranslatorTests { BlobAccess.Companion.uploadBlob(any(), any(), any()) accessSpy.insertTask(any(), any(), any(), any(), any()) actionHistory.trackActionReceiverInfo(any(), any()) + reportStreamEventService.sendItemEvent(any(), any(), any(), any(), any()) } } @@ -339,6 +339,7 @@ class FhirTranslatorTests { every { reportServiceMock.getRootReport(any()) } returns rootReport every { reportServiceMock.getRootReports(any()) } returns listOf(rootReport) every { reportServiceMock.getRootItemIndex(any(), any()) } returns 1 + every { reportStreamEventService.sendItemEvent(any(), any(), any(), any(), any()) } returns Unit // act accessSpy.transact { txn -> From d420f0b4bd6f99ae9d81669e713b4ade299da344 Mon Sep 17 00:00:00 2001 From: Arnej <118766341+arnejduranovic@users.noreply.github.com> Date: Wed, 20 Nov 2024 12:11:24 -0600 Subject: [PATCH 49/61] Update FHIRFunctions to base64 encode messages going to poison queue (#16611) --- .../src/main/kotlin/fhirengine/azure/FHIRFunctions.kt | 6 ++++-- prime-router/src/test/kotlin/azure/FHIRFunctionsTests.kt | 5 +++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/prime-router/src/main/kotlin/fhirengine/azure/FHIRFunctions.kt b/prime-router/src/main/kotlin/fhirengine/azure/FHIRFunctions.kt index cd3e59e2d3d..8d10d783e17 100644 --- a/prime-router/src/main/kotlin/fhirengine/azure/FHIRFunctions.kt +++ b/prime-router/src/main/kotlin/fhirengine/azure/FHIRFunctions.kt @@ -34,6 +34,7 @@ import gov.cdc.prime.router.report.ReportService import org.apache.commons.lang3.StringUtils import org.apache.logging.log4j.kotlin.Logging import org.jooq.exception.DataAccessException +import java.util.Base64 class FHIRFunctions( private val workflowEngine: WorkflowEngine = WorkflowEngine(), @@ -204,7 +205,7 @@ class FHIRFunctions( } catch (ex: SubmissionSenderNotFound) { // This is a specific error case that can occur while handling a report via the new Submission service // In a situation that the sender is not found there is not enough information to record a report event - // and we want a poison queue message to be immediately added so that the configuration can be fixed + // so, we want a poison queue message to be immediately added so that the configuration can be fixed logger.error(ex) val tableEntity = Submission( ex.reportId.toString(), @@ -220,7 +221,8 @@ class FHIRFunctions( // that will not be resolved if the message is automatically retried // Instead, the error is recorded as an event and message is manually inserted into the poison queue val report = databaseAccess.fetchReportFile(messageContent.reportId) - val poisonQueueMessageId = queueAccess.sendMessage("${messageContent.messageQueueName}-poison", message) + val encodedMsg = Base64.getEncoder().encodeToString(message.toByteArray()) + val poisonQueueMessageId = queueAccess.sendMessage("${messageContent.messageQueueName}-poison", encodedMsg) fhirEngine.reportEventService.sendReportProcessingError( ReportStreamEventName.PIPELINE_EXCEPTION, report, diff --git a/prime-router/src/test/kotlin/azure/FHIRFunctionsTests.kt b/prime-router/src/test/kotlin/azure/FHIRFunctionsTests.kt index 6ccd26f0852..a7b7986874c 100644 --- a/prime-router/src/test/kotlin/azure/FHIRFunctionsTests.kt +++ b/prime-router/src/test/kotlin/azure/FHIRFunctionsTests.kt @@ -27,6 +27,7 @@ import org.jooq.tools.jdbc.MockResult import org.junit.jupiter.api.BeforeEach import org.junit.jupiter.api.Test import org.junit.jupiter.api.assertThrows +import java.util.Base64 import java.util.UUID class FHIRFunctionsTests { @@ -98,7 +99,7 @@ class FHIRFunctionsTests { verify(exactly = 1) { QueueAccess.sendMessage( "${QueueMessage.elrConvertQueueName}-poison", - queueMessage + Base64.getEncoder().encodeToString(queueMessage.toByteArray()) ) mockReportEventService.sendReportProcessingError( ReportStreamEventName.PIPELINE_EXCEPTION, @@ -124,7 +125,7 @@ class FHIRFunctionsTests { verify(exactly = 0) { QueueAccess.sendMessage( "${QueueMessage.elrConvertQueueName}-poison", - queueMessage + Base64.getEncoder().encodeToString(queueMessage.toByteArray()) ) } } From 74b67f7f809e087c9c903c87e83b5854f4df3bf8 Mon Sep 17 00:00:00 2001 From: Bill Cutshall Date: Wed, 20 Nov 2024 14:04:58 -0500 Subject: [PATCH 50/61] [16144] Updates based on PR review. --- .../fhirengine/engine/FHIRTranslator.kt | 11 ++----- .../azure/FHIRTranslatorIntegrationTests.kt | 32 +++++++++++++++++++ .../fhirengine/engine/FhirTranslatorTests.kt | 3 +- 3 files changed, 35 insertions(+), 11 deletions(-) diff --git a/prime-router/src/main/kotlin/fhirengine/engine/FHIRTranslator.kt b/prime-router/src/main/kotlin/fhirengine/engine/FHIRTranslator.kt index 6dad98e0357..1827bd78ee0 100644 --- a/prime-router/src/main/kotlin/fhirengine/engine/FHIRTranslator.kt +++ b/prime-router/src/main/kotlin/fhirengine/engine/FHIRTranslator.kt @@ -6,8 +6,6 @@ import ca.uhn.hl7v2.model.Segment import ca.uhn.hl7v2.util.Terser import fhirengine.engine.CustomFhirPathFunctions import fhirengine.engine.CustomTranslationFunctions -import gov.cdc.prime.reportstream.shared.BlobUtils -import gov.cdc.prime.reportstream.shared.BlobUtils.sha256Digest import gov.cdc.prime.reportstream.shared.QueueMessage import gov.cdc.prime.router.ActionLogger import gov.cdc.prime.router.CustomerStatus @@ -120,17 +118,12 @@ class FHIRTranslator( ): FHIREngineRunResult { logger.trace("Preparing to send original message") val originalReport = reportService.getRootReport(message.reportId) - val bodyBytes = BlobAccess.downloadBlobAsByteArray(originalReport.bodyUrl) - val originalDigest = BlobUtils.digestToString(originalReport.blobDigest) - val localDigest = BlobUtils.digestToString(sha256Digest(bodyBytes)) - check(originalDigest == localDigest) { - "Downloaded file does not match expected file\n$localDigest | $originalDigest" - } + val bodyAsString = BlobAccess.downloadBlob(message.blobURL, message.digest) // get a Report from the message val (report, event, blobInfo) = Report.generateReportAndUploadBlob( Event.EventAction.SEND, - bodyBytes, + bodyAsString.toByteArray(), listOf(message.reportId), receiver, this.metadata, diff --git a/prime-router/src/test/kotlin/fhirengine/azure/FHIRTranslatorIntegrationTests.kt b/prime-router/src/test/kotlin/fhirengine/azure/FHIRTranslatorIntegrationTests.kt index df375e85ed3..56f6de22509 100644 --- a/prime-router/src/test/kotlin/fhirengine/azure/FHIRTranslatorIntegrationTests.kt +++ b/prime-router/src/test/kotlin/fhirengine/azure/FHIRTranslatorIntegrationTests.kt @@ -1,7 +1,9 @@ package gov.cdc.prime.router.fhirengine.azure import assertk.assertThat +import assertk.assertions.hasSize import assertk.assertions.isEqualTo +import assertk.assertions.isInstanceOf import assertk.assertions.isNotEqualTo import assertk.assertions.isNotNull import assertk.assertions.isNull @@ -22,7 +24,9 @@ import gov.cdc.prime.router.azure.db.enums.TaskAction import gov.cdc.prime.router.azure.db.tables.Task import gov.cdc.prime.router.azure.observability.event.AzureEventService import gov.cdc.prime.router.azure.observability.event.InMemoryAzureEventService +import gov.cdc.prime.router.azure.observability.event.ReportStreamEventName import gov.cdc.prime.router.azure.observability.event.ReportStreamEventService +import gov.cdc.prime.router.azure.observability.event.ReportStreamItemEvent import gov.cdc.prime.router.cli.tests.CompareData import gov.cdc.prime.router.common.TestcontainersUtils import gov.cdc.prime.router.common.UniversalPipelineTestUtils @@ -191,6 +195,13 @@ class FHIRTranslatorIntegrationTests : Logging { QueueAccess.sendMessage(any(), any()) } + // check events + assertThat(azureEventService.reportStreamEvents[ReportStreamEventName.ITEM_TRANSFORMED]!!).hasSize(1) + assertThat( + azureEventService + .reportStreamEvents[ReportStreamEventName.ITEM_TRANSFORMED]!!.first() + ).isInstanceOf() + // check action table UniversalPipelineTestUtils.checkActionTable(listOf(TaskAction.receive, TaskAction.translate)) @@ -289,6 +300,13 @@ class FHIRTranslatorIntegrationTests : Logging { QueueAccess.sendMessage(any(), any()) } + // check events + assertThat(azureEventService.reportStreamEvents[ReportStreamEventName.ITEM_TRANSFORMED]!!).hasSize(1) + assertThat( + azureEventService + .reportStreamEvents[ReportStreamEventName.ITEM_TRANSFORMED]!!.first() + ).isInstanceOf() + // check action table UniversalPipelineTestUtils.checkActionTable(listOf(TaskAction.receive, TaskAction.translate)) @@ -364,6 +382,13 @@ class FHIRTranslatorIntegrationTests : Logging { QueueAccess.sendMessage(any(), any()) } + // check events + assertThat(azureEventService.reportStreamEvents[ReportStreamEventName.ITEM_TRANSFORMED]!!).hasSize(1) + assertThat( + azureEventService + .reportStreamEvents[ReportStreamEventName.ITEM_TRANSFORMED]!!.first() + ).isInstanceOf() + // check action table UniversalPipelineTestUtils.checkActionTable(listOf(TaskAction.receive, TaskAction.translate)) @@ -449,6 +474,13 @@ class FHIRTranslatorIntegrationTests : Logging { QueueAccess.sendMessage(any(), any()) } + // check events + assertThat(azureEventService.reportStreamEvents[ReportStreamEventName.ITEM_TRANSFORMED]!!).hasSize(1) + assertThat( + azureEventService + .reportStreamEvents[ReportStreamEventName.ITEM_TRANSFORMED]!!.first() + ).isInstanceOf() + // check action table UniversalPipelineTestUtils.checkActionTable(listOf(TaskAction.receive, TaskAction.translate)) diff --git a/prime-router/src/test/kotlin/fhirengine/engine/FhirTranslatorTests.kt b/prime-router/src/test/kotlin/fhirengine/engine/FhirTranslatorTests.kt index 1f1668cffbf..3f0ad2531aa 100644 --- a/prime-router/src/test/kotlin/fhirengine/engine/FhirTranslatorTests.kt +++ b/prime-router/src/test/kotlin/fhirengine/engine/FhirTranslatorTests.kt @@ -218,8 +218,6 @@ class FhirTranslatorTests { every { actionLogger.hasErrors() } returns false every { actionLogger.error(any()) } returns Unit - every { BlobAccess.downloadBlob(any(), any()) } - .returns(File(VALID_DATA_URL).readText()) every { BlobAccess.Companion.uploadBlob(any(), any()) } returns "test" every { BlobAccess.BlobContainerMetadata.build( @@ -254,6 +252,7 @@ class FhirTranslatorTests { every { rootReport.sendingOrg } returns oneOrganization.name every { rootReport.sendingOrgClient } returns oneOrganization.receivers[0].fullName every { rootReport.bodyUrl } returns BLOB_URL + every { rootReport.bodyFormat } returns "HL7" every { rootReport.blobDigest } returns reportId.toString().toByteArray(Charsets.UTF_8) every { reportServiceMock.getRootReport(any()) } returns rootReport every { reportServiceMock.getRootReports(any()) } returns listOf(rootReport) From 9dc404992dcbe4d716e465c2ee81f45c53ae44f8 Mon Sep 17 00:00:00 2001 From: Bill Cutshall Date: Wed, 20 Nov 2024 16:21:41 -0500 Subject: [PATCH 51/61] [16144] Update based on PR review. --- .../src/main/kotlin/fhirengine/engine/FHIRTranslator.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prime-router/src/main/kotlin/fhirengine/engine/FHIRTranslator.kt b/prime-router/src/main/kotlin/fhirengine/engine/FHIRTranslator.kt index 1827bd78ee0..5a5b854d319 100644 --- a/prime-router/src/main/kotlin/fhirengine/engine/FHIRTranslator.kt +++ b/prime-router/src/main/kotlin/fhirengine/engine/FHIRTranslator.kt @@ -190,7 +190,7 @@ class FHIRTranslator( to bundleDigestExtractor.generateDigest(bundle), ReportStreamEventProperties.ORIGINAL_FORMAT to originalReport.bodyFormat, ReportStreamEventProperties.TARGET_FORMAT to receiver.translation.format, - ReportStreamEventProperties.ENRICHMENTS to receiver.translation.schemaName + ReportStreamEventProperties.ENRICHMENTS to listOf(receiver.translation.schemaName) ) ) trackingId(bundle) From 8b29996ea90cb0d24b7f27019647b549d7140fd7 Mon Sep 17 00:00:00 2001 From: Bill Cutshall Date: Wed, 20 Nov 2024 17:17:04 -0500 Subject: [PATCH 52/61] [16144] Changed url and digest to use correct reportdocument. --- .../src/main/kotlin/fhirengine/engine/FHIRTranslator.kt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/prime-router/src/main/kotlin/fhirengine/engine/FHIRTranslator.kt b/prime-router/src/main/kotlin/fhirengine/engine/FHIRTranslator.kt index 5a5b854d319..27e72f3476f 100644 --- a/prime-router/src/main/kotlin/fhirengine/engine/FHIRTranslator.kt +++ b/prime-router/src/main/kotlin/fhirengine/engine/FHIRTranslator.kt @@ -6,6 +6,7 @@ import ca.uhn.hl7v2.model.Segment import ca.uhn.hl7v2.util.Terser import fhirengine.engine.CustomFhirPathFunctions import fhirengine.engine.CustomTranslationFunctions +import gov.cdc.prime.reportstream.shared.BlobUtils import gov.cdc.prime.reportstream.shared.QueueMessage import gov.cdc.prime.router.ActionLogger import gov.cdc.prime.router.CustomerStatus @@ -118,7 +119,8 @@ class FHIRTranslator( ): FHIREngineRunResult { logger.trace("Preparing to send original message") val originalReport = reportService.getRootReport(message.reportId) - val bodyAsString = BlobAccess.downloadBlob(message.blobURL, message.digest) + val bodyAsString = + BlobAccess.downloadBlob(originalReport.bodyUrl, BlobUtils.digestToString(originalReport.blobDigest)) // get a Report from the message val (report, event, blobInfo) = Report.generateReportAndUploadBlob( From f0972f32bd54c42c26b6e541f96bcae807a90840 Mon Sep 17 00:00:00 2001 From: matts <22215332+devopsmatt@users.noreply.github.com> Date: Wed, 20 Nov 2024 14:53:49 -0800 Subject: [PATCH 53/61] Update deploy_terraform.yml (#16601) re-enable TF deploys --- .github/workflows/deploy_terraform.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_terraform.yml b/.github/workflows/deploy_terraform.yml index a2d837549a5..b2a44672fde 100644 --- a/.github/workflows/deploy_terraform.yml +++ b/.github/workflows/deploy_terraform.yml @@ -114,4 +114,4 @@ jobs: terraform validate terraform fmt -recursive terraform plan -out ${{ needs.pre_job.outputs.env_name }}-tf.plan - # terraform apply -input=false -no-color -lock-timeout=600s -auto-approve ${{ needs.pre_job.outputs.env_name }}-tf.plan + terraform apply -input=false -no-color -lock-timeout=600s -auto-approve ${{ needs.pre_job.outputs.env_name }}-tf.plan From 9258b5d66a7f565fff24093b376436496ba006f0 Mon Sep 17 00:00:00 2001 From: Arnej <118766341+arnejduranovic@users.noreply.github.com> Date: Wed, 20 Nov 2024 18:51:23 -0600 Subject: [PATCH 54/61] 16609 part 2 fix (#16616) Update FHIRFunctions to encode poison queue message in the case of SubmissionSenderNotFound --- .../src/main/kotlin/fhirengine/azure/FHIRFunctions.kt | 3 ++- .../kotlin/fhirengine/azure/FHIRConverterIntegrationTests.kt | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/prime-router/src/main/kotlin/fhirengine/azure/FHIRFunctions.kt b/prime-router/src/main/kotlin/fhirengine/azure/FHIRFunctions.kt index 8d10d783e17..0166b734662 100644 --- a/prime-router/src/main/kotlin/fhirengine/azure/FHIRFunctions.kt +++ b/prime-router/src/main/kotlin/fhirengine/azure/FHIRFunctions.kt @@ -214,7 +214,8 @@ class FHIRFunctions( actionLogger.errors.takeIf { it.isNotEmpty() }?.map { it.detail.message }?.toString() ) submissionTableService.insertSubmission(tableEntity) - queueAccess.sendMessage("${messageContent.messageQueueName}-poison", message) + val encodedMsg = Base64.getEncoder().encodeToString(message.toByteArray()) + queueAccess.sendMessage("${messageContent.messageQueueName}-poison", encodedMsg) return emptyList() } catch (ex: Exception) { // We're catching anything else that occurs because the most likely cause is a code or configuration error diff --git a/prime-router/src/test/kotlin/fhirengine/azure/FHIRConverterIntegrationTests.kt b/prime-router/src/test/kotlin/fhirengine/azure/FHIRConverterIntegrationTests.kt index a5a553442a5..e95fb3d5806 100644 --- a/prime-router/src/test/kotlin/fhirengine/azure/FHIRConverterIntegrationTests.kt +++ b/prime-router/src/test/kotlin/fhirengine/azure/FHIRConverterIntegrationTests.kt @@ -96,6 +96,7 @@ import tech.tablesaw.api.StringColumn import tech.tablesaw.api.Table import java.nio.charset.Charset import java.time.OffsetDateTime +import java.util.Base64 import java.util.UUID @Testcontainers @@ -334,8 +335,7 @@ class FHIRConverterIntegrationTests { verify(exactly = 1) { QueueAccess.sendMessage( "${QueueMessage.elrSubmissionConvertQueueName}-poison", - queueMessage - + Base64.getEncoder().encodeToString(queueMessage.toByteArray()) ) } } From 7ce035d7cc6c2d3457093e4286e5c1dead3dc1c8 Mon Sep 17 00:00:00 2001 From: Bill Cutshall Date: Thu, 21 Nov 2024 08:44:05 -0500 Subject: [PATCH 55/61] [16144] Added additional checks to integration test. --- .../fhirengine/engine/FHIRTranslator.kt | 2 +- .../azure/FHIRTranslatorIntegrationTests.kt | 29 +++++++++++++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/prime-router/src/main/kotlin/fhirengine/engine/FHIRTranslator.kt b/prime-router/src/main/kotlin/fhirengine/engine/FHIRTranslator.kt index 27e72f3476f..5364a806886 100644 --- a/prime-router/src/main/kotlin/fhirengine/engine/FHIRTranslator.kt +++ b/prime-router/src/main/kotlin/fhirengine/engine/FHIRTranslator.kt @@ -191,7 +191,7 @@ class FHIRTranslator( ReportStreamEventProperties.BUNDLE_DIGEST to bundleDigestExtractor.generateDigest(bundle), ReportStreamEventProperties.ORIGINAL_FORMAT to originalReport.bodyFormat, - ReportStreamEventProperties.TARGET_FORMAT to receiver.translation.format, + ReportStreamEventProperties.TARGET_FORMAT to receiver.translation.format.name, ReportStreamEventProperties.ENRICHMENTS to listOf(receiver.translation.schemaName) ) ) diff --git a/prime-router/src/test/kotlin/fhirengine/azure/FHIRTranslatorIntegrationTests.kt b/prime-router/src/test/kotlin/fhirengine/azure/FHIRTranslatorIntegrationTests.kt index 56f6de22509..0924a2fe63e 100644 --- a/prime-router/src/test/kotlin/fhirengine/azure/FHIRTranslatorIntegrationTests.kt +++ b/prime-router/src/test/kotlin/fhirengine/azure/FHIRTranslatorIntegrationTests.kt @@ -25,6 +25,7 @@ import gov.cdc.prime.router.azure.db.tables.Task import gov.cdc.prime.router.azure.observability.event.AzureEventService import gov.cdc.prime.router.azure.observability.event.InMemoryAzureEventService import gov.cdc.prime.router.azure.observability.event.ReportStreamEventName +import gov.cdc.prime.router.azure.observability.event.ReportStreamEventProperties import gov.cdc.prime.router.azure.observability.event.ReportStreamEventService import gov.cdc.prime.router.azure.observability.event.ReportStreamItemEvent import gov.cdc.prime.router.cli.tests.CompareData @@ -201,6 +202,13 @@ class FHIRTranslatorIntegrationTests : Logging { azureEventService .reportStreamEvents[ReportStreamEventName.ITEM_TRANSFORMED]!!.first() ).isInstanceOf() + val event = azureEventService + .reportStreamEvents[ReportStreamEventName.ITEM_TRANSFORMED]!!.first() as ReportStreamItemEvent + assertThat(event.params[ReportStreamEventProperties.ORIGINAL_FORMAT]).isEqualTo("FHIR") + assertThat(event.params[ReportStreamEventProperties.TARGET_FORMAT]).isEqualTo("HL7") + assertThat(event.params[ReportStreamEventProperties.RECEIVER_NAME]).isEqualTo("phd.x") + val enrichments = event.params[ReportStreamEventProperties.ENRICHMENTS] as List<*> + assertThat(enrichments).hasSize(1) // check action table UniversalPipelineTestUtils.checkActionTable(listOf(TaskAction.receive, TaskAction.translate)) @@ -306,6 +314,13 @@ class FHIRTranslatorIntegrationTests : Logging { azureEventService .reportStreamEvents[ReportStreamEventName.ITEM_TRANSFORMED]!!.first() ).isInstanceOf() + val event = azureEventService + .reportStreamEvents[ReportStreamEventName.ITEM_TRANSFORMED]!!.first() as ReportStreamItemEvent + assertThat(event.params[ReportStreamEventProperties.ORIGINAL_FORMAT]).isEqualTo("FHIR") + assertThat(event.params[ReportStreamEventProperties.TARGET_FORMAT]).isEqualTo("HL7") + assertThat(event.params[ReportStreamEventProperties.RECEIVER_NAME]).isEqualTo("phd.x") + val enrichments = event.params[ReportStreamEventProperties.ENRICHMENTS] as List<*> + assertThat(enrichments).hasSize(1) // check action table UniversalPipelineTestUtils.checkActionTable(listOf(TaskAction.receive, TaskAction.translate)) @@ -388,6 +403,13 @@ class FHIRTranslatorIntegrationTests : Logging { azureEventService .reportStreamEvents[ReportStreamEventName.ITEM_TRANSFORMED]!!.first() ).isInstanceOf() + val event = azureEventService + .reportStreamEvents[ReportStreamEventName.ITEM_TRANSFORMED]!!.first() as ReportStreamItemEvent + assertThat(event.params[ReportStreamEventProperties.ORIGINAL_FORMAT]).isEqualTo("FHIR") + assertThat(event.params[ReportStreamEventProperties.TARGET_FORMAT]).isEqualTo("FHIR") + assertThat(event.params[ReportStreamEventProperties.RECEIVER_NAME]).isEqualTo("phd.x") + val enrichments = event.params[ReportStreamEventProperties.ENRICHMENTS] as List<*> + assertThat(enrichments).hasSize(1) // check action table UniversalPipelineTestUtils.checkActionTable(listOf(TaskAction.receive, TaskAction.translate)) @@ -480,6 +502,13 @@ class FHIRTranslatorIntegrationTests : Logging { azureEventService .reportStreamEvents[ReportStreamEventName.ITEM_TRANSFORMED]!!.first() ).isInstanceOf() + val event = azureEventService + .reportStreamEvents[ReportStreamEventName.ITEM_TRANSFORMED]!!.first() as ReportStreamItemEvent + assertThat(event.params[ReportStreamEventProperties.ORIGINAL_FORMAT]).isEqualTo("FHIR") + assertThat(event.params[ReportStreamEventProperties.TARGET_FORMAT]).isEqualTo("FHIR") + assertThat(event.params[ReportStreamEventProperties.RECEIVER_NAME]).isEqualTo("phd.x") + val enrichments = event.params[ReportStreamEventProperties.ENRICHMENTS] as List<*> + assertThat(enrichments).hasSize(1) // check action table UniversalPipelineTestUtils.checkActionTable(listOf(TaskAction.receive, TaskAction.translate)) From 97b21ad42865583947e58be42bd4ca862e92e3f5 Mon Sep 17 00:00:00 2001 From: Bill Cutshall Date: Thu, 21 Nov 2024 12:38:58 -0500 Subject: [PATCH 56/61] [16144] Added additional check to integration tests. --- .../kotlin/fhirengine/azure/FHIRTranslatorIntegrationTests.kt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/prime-router/src/test/kotlin/fhirengine/azure/FHIRTranslatorIntegrationTests.kt b/prime-router/src/test/kotlin/fhirengine/azure/FHIRTranslatorIntegrationTests.kt index 0924a2fe63e..99eada67991 100644 --- a/prime-router/src/test/kotlin/fhirengine/azure/FHIRTranslatorIntegrationTests.kt +++ b/prime-router/src/test/kotlin/fhirengine/azure/FHIRTranslatorIntegrationTests.kt @@ -209,6 +209,7 @@ class FHIRTranslatorIntegrationTests : Logging { assertThat(event.params[ReportStreamEventProperties.RECEIVER_NAME]).isEqualTo("phd.x") val enrichments = event.params[ReportStreamEventProperties.ENRICHMENTS] as List<*> assertThat(enrichments).hasSize(1) + assertThat(enrichments.first()).isEqualTo(receiverSetupData.first().schemaName) // check action table UniversalPipelineTestUtils.checkActionTable(listOf(TaskAction.receive, TaskAction.translate)) @@ -321,6 +322,7 @@ class FHIRTranslatorIntegrationTests : Logging { assertThat(event.params[ReportStreamEventProperties.RECEIVER_NAME]).isEqualTo("phd.x") val enrichments = event.params[ReportStreamEventProperties.ENRICHMENTS] as List<*> assertThat(enrichments).hasSize(1) + assertThat(enrichments.first()).isEqualTo(receiverSetupData.first().schemaName) // check action table UniversalPipelineTestUtils.checkActionTable(listOf(TaskAction.receive, TaskAction.translate)) @@ -410,6 +412,7 @@ class FHIRTranslatorIntegrationTests : Logging { assertThat(event.params[ReportStreamEventProperties.RECEIVER_NAME]).isEqualTo("phd.x") val enrichments = event.params[ReportStreamEventProperties.ENRICHMENTS] as List<*> assertThat(enrichments).hasSize(1) + assertThat(enrichments.first()).isEqualTo(receiverSetupData.first().schemaName) // check action table UniversalPipelineTestUtils.checkActionTable(listOf(TaskAction.receive, TaskAction.translate)) @@ -509,6 +512,7 @@ class FHIRTranslatorIntegrationTests : Logging { assertThat(event.params[ReportStreamEventProperties.RECEIVER_NAME]).isEqualTo("phd.x") val enrichments = event.params[ReportStreamEventProperties.ENRICHMENTS] as List<*> assertThat(enrichments).hasSize(1) + assertThat(enrichments.first()).isEqualTo(receiverSetupData.first().schemaName) // check action table UniversalPipelineTestUtils.checkActionTable(listOf(TaskAction.receive, TaskAction.translate)) From 39e79a8e8bb08c2e43b1980d4fecc5047fbae37e Mon Sep 17 00:00:00 2001 From: Josh Fisk Date: Thu, 21 Nov 2024 13:56:29 -0800 Subject: [PATCH 57/61] Remaining ORM/OML Updates (#16539) * Add OML Java Classes * Updated tests with repeating fields and segments * OML FHIR->HL7 Updates * OBR -> Specimen Additions and Updates * Missed todos * Populating OBR 7&8 as separate datetime fields when in extension --- .../hl7/segments/ORC/OBRExtension.yml | 162 + .../catchall/hl7/segments/ORC/Specimen.yml | 13 +- .../group/OML_O21_OBSERVATION.java | 236 + .../group/OML_O21_OBSERVATION_REQUEST.java | 526 + .../fhirinventory/group/OML_O21_ORDER.java | 383 + .../fhirinventory/group/OML_O21_PATIENT.java | 469 + .../group/OML_O21_PATIENT_VISIT.java | 166 + .../fhirinventory/group/OML_O21_SPECIMEN.java | 224 + .../fhirinventory/message/OML_O21.java | 354 + .../main/kotlin/fhirengine/utils/HL7Reader.kt | 11 +- .../observation-request-base.yml | 2 + .../observation-request.yml | 16 +- .../observation/observation.yml | 18 +- .../observation-request/specimen/specimen.yml | 1 + .../OML_O21/base/patient/patient.yml | 2 +- .../order-observation/order-observation.yml | 6 + .../order-observation/specimen.yml | 2 +- .../resources/ServiceRequest/OBR.yml | 15 - .../resources/ServiceRequest/OBRExtension.yml | 47 +- .../hl7_mapping/resources/Specimen/OBR.yml | 56 + .../hl7_mapping/resources/Specimen/SPM.yml | 2 +- .../common/UniversalPipelineTestUtils.kt | 10 +- .../catchall/orcobr/OBRToSpecimenTests.kt | 32 + ...BRToServiceRequestDiagnosticReportTests.kt | 2 +- .../HL7_to_FHIR/sample_oml_20240319-001.fhir | 2746 +-- ...mple_orm_20230809-001-with-enrichment.fhir | 48 + .../HL7_to_FHIR/sample_orm_20230809-001.fhir | 48 + .../HL7_to_FHIR/sample_oru_20241015-001.fhir | 716 +- .../ei/EI-to-Identifier-Extension.fhir | 19 +- .../catchall/omlo21/oml_o21-full.fhir | 19273 +++++++++++++--- .../catchall/omlo21/oml_o21-full.hl7 | 33 +- .../catchall/orcobr/oml-obr-to-specimen.fhir | 821 + .../catchall/orcobr/oml-obr-to-specimen.hl7 | 4 + ...equest_diagnosticreport-obr-populated.fhir | 5216 ++--- ...est_diagnosticreport-obr25-not-mapped.fhir | 9 + ...sticreport-obr25-obrext-not-populated.fhir | 13 + ...servicerequest_diagnosticreport-obr25.fhir | 9 + ...t_diagnosticreport-obr8-not-populated.fhir | 9 + ...quest_diagnosticreport-obr8-populated.fhir | 18 + ...st_diagnosticreport-orc-obr-populated.fhir | 5604 ++--- ...equest_diagnosticreport-orc-populated.fhir | 3852 +-- .../catchall/orcobr/orm-obr-to-specimen.fhir | 547 + .../catchall/orcobr/orm-obr-to-specimen.hl7 | 4 + .../catchall/orcobr/oru-obr-to-specimen.fhir | 842 + .../catchall/orcobr/oru-obr-to-specimen.hl7 | 3 + .../catchall/ormo01/orm_o01-full.fhir | 16846 +++++++++----- .../catchall/ormo01/orm_o01-full.hl7 | 9 +- .../catchall/orur01/oru_r01-full.fhir | 34 +- 48 files changed, 41533 insertions(+), 17945 deletions(-) create mode 100644 prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_OBSERVATION.java create mode 100644 prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_OBSERVATION_REQUEST.java create mode 100644 prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_ORDER.java create mode 100644 prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_PATIENT.java create mode 100644 prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_PATIENT_VISIT.java create mode 100644 prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_SPECIMEN.java create mode 100644 prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/message/OML_O21.java create mode 100644 prime-router/src/main/resources/metadata/hl7_mapping/resources/Specimen/OBR.yml create mode 100644 prime-router/src/testIntegration/kotlin/datatests/mappinginventory/catchall/orcobr/OBRToSpecimenTests.kt create mode 100644 prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/oml-obr-to-specimen.fhir create mode 100644 prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/oml-obr-to-specimen.hl7 create mode 100644 prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/orm-obr-to-specimen.fhir create mode 100644 prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/orm-obr-to-specimen.hl7 create mode 100644 prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/oru-obr-to-specimen.fhir create mode 100644 prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/oru-obr-to-specimen.hl7 diff --git a/prime-router/metadata/HL7/catchall/hl7/segments/ORC/OBRExtension.yml b/prime-router/metadata/HL7/catchall/hl7/segments/ORC/OBRExtension.yml index 33ca4d0f481..c2509802ecf 100644 --- a/prime-router/metadata/HL7/catchall/hl7/segments/ORC/OBRExtension.yml +++ b/prime-router/metadata/HL7/catchall/hl7/segments/ORC/OBRExtension.yml @@ -34,6 +34,77 @@ extension: valueOf: datatypes/EI/Identifier expressionType: resource specs: OBR.3 + - expressionType: nested + vars: + obr7: OBR.7 + condition: $obr7 NOT_NULL + generateList: true + expressionsMap: + url: + type: STRING + value: OBR.7 + valueDateTime: + expressionType: nested + expressions: + - type: STRING + valueOf: "GeneralUtils.dateTimeWithZoneId(obr7,ZONEID)" + expressionType: JEXL + _valueDateTime: + expressionType: nested + expressionsMap: + extension: + generateList: true + expressionType: nested + expressionsMap: + url: + type: SYSTEM_URL + value: hl7v2-date-time + valueString: + type: STRING + valueOf: OBR.7 + expressionType: HL7Spec + - expressionType: nested + vars: + obr8: OBR.8 + condition: $obr8 NOT_NULL + generateList: true + expressionsMap: + url: + type: STRING + value: OBR.8 + valueDateTime: + expressionType: nested + expressions: + - type: STRING + valueOf: "GeneralUtils.dateTimeWithZoneId(obr8,ZONEID)" + expressionType: JEXL + _valueDateTime: + expressionType: nested + expressionsMap: + extension: + generateList: true + expressionType: nested + expressionsMap: + url: + type: SYSTEM_URL + value: hl7v2-date-time + valueString: + type: STRING + valueOf: OBR.8 + expressionType: HL7Spec + - expressionType: nested + vars: + obr9: STRING, OBR.9 + condition: $obr9 NOT_NULL + specs: OBR.9 + generateList: true + expressionsMap: + url: + type: STRING + value: OBR.9 + valueQuantity: + expressionType: resource + valueOf: datatypes/CQ/Quantity - expressionType: nested vars: obr10: STRING_ALL, OBR.10 @@ -83,6 +154,97 @@ extension: expressionType: resource valueOf: datatypes/CWE/CodeableConcept specs: OBR.13 + - expressionType: nested + vars: + obr14: STRING, OBR.14 + condition: $obr14 NOT_NULL + expressionsMap: + url: + type: STRING + value: OBR.14 + valueDateTime: + type: STRING + valueOf: "GeneralUtils.dateTimeWithZoneId(dateTimeIn,ZONEID)" + expressionType: JEXL + vars: + dateTimeIn: OBR.14 + _valueDateTime: + condition: $obr14 NOT_NULL + expressionType: nested + vars: + obr14: OBR.14 + expressionsMap: + extension: + generateList: true + expressionType: nested + expressionsMap: + url: + type: SYSTEM_URL + value: hl7v2-date-time + valueString: + type: STRING + valueOf: $obr14 + expressionType: HL7Spec + - expressionType: nested + vars: + obr151: STRING_ALL, OBR.15.1 + condition: $obr151 NOT_NULL + expressionsMap: + url: + type: STRING + value: OBR.15.1 + valueCodeableConcept: + valueOf: datatypes/CWE/CodeableConcept + expressionType: resource + specs: OBR.15.1 + - expressionType: nested + vars: + obr152: STRING_ALL, OBR.15.2 + condition: $obr152 NOT_NULL + expressionsMap: + url: + type: STRING + value: OBR.15.2 + valueCodeableConcept: + valueOf: datatypes/CWE/CodeableConcept + expressionType: resource + specs: OBR.15.2 + - expressionType: nested + vars: + obr153: OBR.15.3 + condition: $obr153 NOT_NULL + expressionsMap: + url: + type: STRING + value: OBR.15.3 + valueString: + type: STRING + valueOf: OBR.15.3 + expressionType: HL7Spec + - expressionType: nested + vars: + obr154: STRING_ALL, OBR.15.4 + condition: $obr154 NOT_NULL + expressionsMap: + url: + type: STRING + value: OBR.15.4 + valueCodeableConcept: + valueOf: datatypes/CWE/CodeableConcept + expressionType: resource + specs: OBR.15.4 + - expressionType: nested + vars: + obr156: STRING_ALL, OBR.15.6 + condition: $obr156 NOT_NULL + expressionsMap: + url: + type: STRING + value: OBR.15.6 + valueCodeableConcept: + valueOf: datatypes/CWE/CodeableConcept + expressionType: resource + specs: OBR.15.6 - expressionType: nested vars: obr16: STRING_ALL, OBR.16 diff --git a/prime-router/metadata/HL7/catchall/hl7/segments/ORC/Specimen.yml b/prime-router/metadata/HL7/catchall/hl7/segments/ORC/Specimen.yml index b43c8db1440..f5a05555b8f 100644 --- a/prime-router/metadata/HL7/catchall/hl7/segments/ORC/Specimen.yml +++ b/prime-router/metadata/HL7/catchall/hl7/segments/ORC/Specimen.yml @@ -12,21 +12,16 @@ type: specs: OBR.15.1 container: - condition: $obr152 + condition: $obr152 NOT_NULL expressionType: nested generateList: true vars: obr152: OBR.15.2 expressionsMap: additiveCodeableConcept: - expressionType: nested - expressions: - - expressionType: nested - expressionsMap: - text: - type: STRING - valueOf: OBR.15.2 - expressionType: HL7Spec + valueOf: datatypes/CWE/CodeableConcept + expressionType: resource + specs: OBR.15.2 collection: condition: $obr7 NOT_NULL || $obr8 NOT_NULL || $obr9 NOT_NULL || $obr10 NOT_NULL || $obr15 NOT_NULL diff --git a/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_OBSERVATION.java b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_OBSERVATION.java new file mode 100644 index 00000000000..2c642089c1e --- /dev/null +++ b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_OBSERVATION.java @@ -0,0 +1,236 @@ +/* + * This class is an auto-generated source file for a HAPI + * HL7 v2.x standard structure class. + * + * For more information, visit: http://hl7api.sourceforge.net/ + * + * The contents of this file are subject to the Mozilla Public License Version 1.1 + * (the "License"); you may not use this file except in compliance with the License. + * You may obtain a copy of the License at http://www.mozilla.org/MPL/ + * Software distributed under the License is distributed on an "AS IS" basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the + * specific language governing rights and limitations under the License. + * + * The Original Code is "[file_name]". Description: + * "[one_line_description]" + * + * The Initial Developer of the Original Code is University Health Network. Copyright (C) + * 2012. All Rights Reserved. + * + * Contributor(s): ______________________________________. + * + * Alternatively, the contents of this file may be used under the terms of the + * GNU General Public License (the "GPL"), in which case the provisions of the GPL are + * applicable instead of those above. If you wish to allow use of your version of this + * file only under the terms of the GPL and not to allow others to use your version + * of this file under the MPL, indicate your decision by deleting the provisions above + * and replace them with the notice and other provisions required by the GPL License. + * If you do not delete the provisions above, a recipient may use your version of + * this file under either the MPL or the GPL. + * + */ + +package fhirengine.translation.hl7.structures.fhirinventory.group; + +import ca.uhn.hl7v2.HL7Exception; +import ca.uhn.hl7v2.model.AbstractGroup; +import ca.uhn.hl7v2.model.Group; +import ca.uhn.hl7v2.model.v27.segment.TCD; +import ca.uhn.hl7v2.parser.ModelClassFactory; +import fhirengine.translation.hl7.structures.fhirinventory.segment.NTE; +import fhirengine.translation.hl7.structures.fhirinventory.segment.OBX; +import fhirengine.translation.hl7.structures.fhirinventory.segment.PRT; + +/** + *

          Represents a OML_O21_OBSERVATION group structure (a Group object). + * A Group is an ordered collection of message segments that can repeat together or be optionally in/excluded together. + * This Group contains the following elements: + *

          + *
            + *
          • 1: OBX (Observation/Result)
          • + *
          • 2: PRT (Participation Information) optional repeating
          • + *
          • 3: TCD (Test Code Detail) optional
          • + *
          • 4: NTE (Notes and Comments) optional repeating
          • + *
          + */ +//@SuppressWarnings("unused") +public class OML_O21_OBSERVATION extends AbstractGroup { + + /** + * Creates a new OML_O21_OBSERVATION group + */ + public OML_O21_OBSERVATION(Group parent, ModelClassFactory factory) { + super(parent, factory); + init(factory); + } + + private void init(ModelClassFactory factory) { + try { + this.add(OBX.class, true, false, false); + this.add(PRT.class, false, true, false); + this.add(TCD.class, false, false, false); + this.add(NTE.class, false, true, false); + } catch(HL7Exception e) { + log.error("Unexpected error creating OML_O21_OBSERVATION - this is probably a bug in the source code generator.", e); + } + } + + /** + * Returns "2.7" + */ + public String getVersion() { + return "2.7"; + } + + /** + * Returns + * OBX (Observation/Result) - creates it if necessary + */ + public OBX getOBX() { + OBX retVal = getTyped("OBX", OBX.class); + return retVal; + } + + /** + * Returns + * the first repetition of + * PRT (Participation Information) - creates it if necessary + */ + public PRT getPRT() { + PRT retVal = getTyped("PRT", PRT.class); + return retVal; + } + + /** + * Returns a specific repetition of + * PRT (Participation Information) - creates it if necessary + * + * @param rep The repetition index (0-indexed, i.e. the first repetition is at index 0) + * @throws HL7Exception if the repetition requested is more than one + * greater than the number of existing repetitions. + */ + public PRT getPRT(int rep) { + PRT retVal = getTyped("PRT", rep, PRT.class); + return retVal; + } + + /** + * Returns the number of existing repetitions of PRT + */ + public int getPRTReps() { + return getReps("PRT"); + } + + /** + *

          + * Returns a non-modifiable List containing all current existing repetitions of PRT. + *

          + *

          + * Note that unlike {@link #getPRT()}, this method will not create any reps + * if none are already present, so an empty list may be returned. + *

          + */ + public java.util.List getPRTAll() throws HL7Exception { + return getAllAsList("PRT", PRT.class); + } + + /** + * Inserts a specific repetition of PRT (Participation Information) + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public void insertPRT(PRT structure, int rep) throws HL7Exception { + super.insertRepetition("PRT", structure, rep); + } + + /** + * Inserts a specific repetition of PRT (Participation Information) + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public PRT insertPRT(int rep) throws HL7Exception { + return (PRT)super.insertRepetition("PRT", rep); + } + + /** + * Removes a specific repetition of PRT (Participation Information) + * @see AbstractGroup#removeRepetition(String, int) + */ + public PRT removePRT(int rep) throws HL7Exception { + return (PRT)super.removeRepetition("PRT", rep); + } + + /** + * Returns + * TCD (Test Code Detail) - creates it if necessary + */ + public TCD getTCD() { + TCD retVal = getTyped("TCD", TCD.class); + return retVal; + } + + /** + * Returns + * the first repetition of + * NTE (Notes and Comments) - creates it if necessary + */ + public NTE getNTE() { + NTE retVal = getTyped("NTE", NTE.class); + return retVal; + } + + /** + * Returns a specific repetition of + * NTE (Notes and Comments) - creates it if necessary + * + * @param rep The repetition index (0-indexed, i.e. the first repetition is at index 0) + * @throws HL7Exception if the repetition requested is more than one + * greater than the number of existing repetitions. + */ + public NTE getNTE(int rep) { + NTE retVal = getTyped("NTE", rep, NTE.class); + return retVal; + } + + /** + * Returns the number of existing repetitions of NTE + */ + public int getNTEReps() { + return getReps("NTE"); + } + + /** + *

          + * Returns a non-modifiable List containing all current existing repetitions of NTE. + *

          + *

          + * Note that unlike {@link #getNTE()}, this method will not create any reps + * if none are already present, so an empty list may be returned. + *

          + */ + public java.util.List getNTEAll() throws HL7Exception { + return getAllAsList("NTE", NTE.class); + } + + /** + * Inserts a specific repetition of NTE (Notes and Comments) + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public void insertNTE(NTE structure, int rep) throws HL7Exception { + super.insertRepetition("NTE", structure, rep); + } + + /** + * Inserts a specific repetition of NTE (Notes and Comments) + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public NTE insertNTE(int rep) throws HL7Exception { + return (NTE)super.insertRepetition("NTE", rep); + } + + /** + * Removes a specific repetition of NTE (Notes and Comments) + * @see AbstractGroup#removeRepetition(String, int) + */ + public NTE removeNTE(int rep) throws HL7Exception { + return (NTE)super.removeRepetition("NTE", rep); + } +} \ No newline at end of file diff --git a/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_OBSERVATION_REQUEST.java b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_OBSERVATION_REQUEST.java new file mode 100644 index 00000000000..9dc2ea7041e --- /dev/null +++ b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_OBSERVATION_REQUEST.java @@ -0,0 +1,526 @@ +/* + * This class is an auto-generated source file for a HAPI + * HL7 v2.x standard structure class. + * + * For more information, visit: http://hl7api.sourceforge.net/ + * + * The contents of this file are subject to the Mozilla Public License Version 1.1 + * (the "License"); you may not use this file except in compliance with the License. + * You may obtain a copy of the License at http://www.mozilla.org/MPL/ + * Software distributed under the License is distributed on an "AS IS" basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the + * specific language governing rights and limitations under the License. + * + * The Original Code is "[file_name]". Description: + * "[one_line_description]" + * + * The Initial Developer of the Original Code is University Health Network. Copyright (C) + * 2012. All Rights Reserved. + * + * Contributor(s): ______________________________________. + * + * Alternatively, the contents of this file may be used under the terms of the + * GNU General Public License (the "GPL"), in which case the provisions of the GPL are + * applicable instead of those above. If you wish to allow use of your version of this + * file only under the terms of the GPL and not to allow others to use your version + * of this file under the MPL, indicate your decision by deleting the provisions above + * and replace them with the notice and other provisions required by the GPL License. + * If you do not delete the provisions above, a recipient may use your version of + * this file under either the MPL or the GPL. + * + */ + +package fhirengine.translation.hl7.structures.fhirinventory.group; + +import ca.uhn.hl7v2.HL7Exception; +import ca.uhn.hl7v2.model.AbstractGroup; +import ca.uhn.hl7v2.model.Group; +import ca.uhn.hl7v2.model.v27.group.OML_O21_PRIOR_RESULT; +import ca.uhn.hl7v2.model.v27.segment.CTD; +import ca.uhn.hl7v2.model.v27.segment.DG1; +import ca.uhn.hl7v2.model.v27.segment.TCD; +import ca.uhn.hl7v2.parser.ModelClassFactory; +import fhirengine.translation.hl7.structures.fhirinventory.segment.NTE; +import fhirengine.translation.hl7.structures.fhirinventory.segment.OBR; +import fhirengine.translation.hl7.structures.fhirinventory.segment.PRT; + +/** + *

          Represents a OML_O21_OBSERVATION_REQUEST group structure (a Group object). + * A Group is an ordered collection of message segments that can repeat together or be optionally in/excluded together. + * This Group contains the following elements: + *

          + *
            + *
          • 1: OBR (Observation Request)
          • + *
          • 2: TCD (Test Code Detail) optional
          • + *
          • 3: NTE (Notes and Comments) optional repeating
          • + *
          • 4: PRT (Participation Information) optional repeating
          • + *
          • 5: CTD (Contact Data) optional
          • + *
          • 6: DG1 (Diagnosis) optional repeating
          • + *
          • 7: OML_O21_OBSERVATION (a Group object) optional repeating
          • + *
          • 8: OML_O21_SPECIMEN (a Group object) optional repeating
          • + *
          • 9: OML_O21_PRIOR_RESULT (a Group object) optional repeating
          • + *
          + */ +//@SuppressWarnings("unused") +public class OML_O21_OBSERVATION_REQUEST extends AbstractGroup { + + /** + * Creates a new OML_O21_OBSERVATION_REQUEST group + */ + public OML_O21_OBSERVATION_REQUEST(Group parent, ModelClassFactory factory) { + super(parent, factory); + init(factory); + } + + private void init(ModelClassFactory factory) { + try { + this.add(OBR.class, true, false, false); + this.add(TCD.class, false, false, false); + this.add(NTE.class, false, true, false); + this.add(PRT.class, false, true, false); + this.add(CTD.class, false, false, false); + this.add(DG1.class, false, true, false); + this.add(OML_O21_OBSERVATION.class, false, true, false); + this.add(OML_O21_SPECIMEN.class, false, true, false); + this.add(OML_O21_PRIOR_RESULT.class, false, true, false); // not todo? + } catch(HL7Exception e) { + log.error("Unexpected error creating OML_O21_OBSERVATION_REQUEST - this is probably a bug in the source code generator.", e); + } + } + + /** + * Returns "2.7" + */ + public String getVersion() { + return "2.7"; + } + + /** + * Returns + * OBR (Observation Request) - creates it if necessary + */ + public OBR getOBR() { + OBR retVal = getTyped("OBR", OBR.class); + return retVal; + } + + /** + * Returns + * TCD (Test Code Detail) - creates it if necessary + */ + public TCD getTCD() { + TCD retVal = getTyped("TCD", TCD.class); + return retVal; + } + + /** + * Returns + * the first repetition of + * NTE (Notes and Comments) - creates it if necessary + */ + public NTE getNTE() { + NTE retVal = getTyped("NTE", NTE.class); + return retVal; + } + + /** + * Returns a specific repetition of + * NTE (Notes and Comments) - creates it if necessary + * + * @param rep The repetition index (0-indexed, i.e. the first repetition is at index 0) + * @throws HL7Exception if the repetition requested is more than one + * greater than the number of existing repetitions. + */ + public NTE getNTE(int rep) { + NTE retVal = getTyped("NTE", rep, NTE.class); + return retVal; + } + + /** + * Returns the number of existing repetitions of NTE + */ + public int getNTEReps() { + return getReps("NTE"); + } + + /** + *

          + * Returns a non-modifiable List containing all current existing repetitions of NTE. + *

          + *

          + * Note that unlike {@link #getNTE()}, this method will not create any reps + * if none are already present, so an empty list may be returned. + *

          + */ + public java.util.List getNTEAll() throws HL7Exception { + return getAllAsList("NTE", NTE.class); + } + + /** + * Inserts a specific repetition of NTE (Notes and Comments) + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public void insertNTE(NTE structure, int rep) throws HL7Exception { + super.insertRepetition("NTE", structure, rep); + } + + /** + * Inserts a specific repetition of NTE (Notes and Comments) + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public NTE insertNTE(int rep) throws HL7Exception { + return (NTE)super.insertRepetition("NTE", rep); + } + + /** + * Removes a specific repetition of NTE (Notes and Comments) + * @see AbstractGroup#removeRepetition(String, int) + */ + public NTE removeNTE(int rep) throws HL7Exception { + return (NTE)super.removeRepetition("NTE", rep); + } + + /** + * Returns + * the first repetition of + * PRT (Participation Information) - creates it if necessary + */ + public PRT getPRT() { + PRT retVal = getTyped("PRT", PRT.class); + return retVal; + } + + /** + * Returns a specific repetition of + * PRT (Participation Information) - creates it if necessary + * + * @param rep The repetition index (0-indexed, i.e. the first repetition is at index 0) + * @throws HL7Exception if the repetition requested is more than one + * greater than the number of existing repetitions. + */ + public PRT getPRT(int rep) { + PRT retVal = getTyped("PRT", rep, PRT.class); + return retVal; + } + + /** + * Returns the number of existing repetitions of PRT + */ + public int getPRTReps() { + return getReps("PRT"); + } + + /** + *

          + * Returns a non-modifiable List containing all current existing repetitions of PRT. + *

          + *

          + * Note that unlike {@link #getPRT()}, this method will not create any reps + * if none are already present, so an empty list may be returned. + *

          + */ + public java.util.List getPRTAll() throws HL7Exception { + return getAllAsList("PRT", PRT.class); + } + + /** + * Inserts a specific repetition of PRT (Participation Information) + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public void insertPRT(PRT structure, int rep) throws HL7Exception { + super.insertRepetition("PRT", structure, rep); + } + + /** + * Inserts a specific repetition of PRT (Participation Information) + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public PRT insertPRT(int rep) throws HL7Exception { + return (PRT)super.insertRepetition("PRT", rep); + } + + /** + * Removes a specific repetition of PRT (Participation Information) + * @see AbstractGroup#removeRepetition(String, int) + */ + public PRT removePRT(int rep) throws HL7Exception { + return (PRT)super.removeRepetition("PRT", rep); + } + + /** + * Returns + * CTD (Contact Data) - creates it if necessary + */ + public CTD getCTD() { + CTD retVal = getTyped("CTD", CTD.class); + return retVal; + } + + /** + * Returns + * the first repetition of + * DG1 (Diagnosis) - creates it if necessary + */ + public DG1 getDG1() { + DG1 retVal = getTyped("DG1", DG1.class); + return retVal; + } + + /** + * Returns a specific repetition of + * DG1 (Diagnosis) - creates it if necessary + * + * @param rep The repetition index (0-indexed, i.e. the first repetition is at index 0) + * @throws HL7Exception if the repetition requested is more than one + * greater than the number of existing repetitions. + */ + public DG1 getDG1(int rep) { + DG1 retVal = getTyped("DG1", rep, DG1.class); + return retVal; + } + + /** + * Returns the number of existing repetitions of DG1 + */ + public int getDG1Reps() { + return getReps("DG1"); + } + + /** + *

          + * Returns a non-modifiable List containing all current existing repetitions of DG1. + *

          + *

          + * Note that unlike {@link #getDG1()}, this method will not create any reps + * if none are already present, so an empty list may be returned. + *

          + */ + public java.util.List getDG1All() throws HL7Exception { + return getAllAsList("DG1", DG1.class); + } + + /** + * Inserts a specific repetition of DG1 (Diagnosis) + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public void insertDG1(DG1 structure, int rep) throws HL7Exception { + super.insertRepetition("DG1", structure, rep); + } + + /** + * Inserts a specific repetition of DG1 (Diagnosis) + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public DG1 insertDG1(int rep) throws HL7Exception { + return (DG1)super.insertRepetition("DG1", rep); + } + + /** + * Removes a specific repetition of DG1 (Diagnosis) + * @see AbstractGroup#removeRepetition(String, int) + */ + public DG1 removeDG1(int rep) throws HL7Exception { + return (DG1)super.removeRepetition("DG1", rep); + } + + /** + * Returns + * the first repetition of + * OBSERVATION (a Group object) - creates it if necessary + */ + public OML_O21_OBSERVATION getOBSERVATION() { + OML_O21_OBSERVATION retVal = getTyped("OBSERVATION", OML_O21_OBSERVATION.class); + return retVal; + } + + /** + * Returns a specific repetition of + * OBSERVATION (a Group object) - creates it if necessary + * + * @param rep The repetition index (0-indexed, i.e. the first repetition is at index 0) + * @throws HL7Exception if the repetition requested is more than one + * greater than the number of existing repetitions. + */ + public OML_O21_OBSERVATION getOBSERVATION(int rep) { + OML_O21_OBSERVATION retVal = getTyped("OBSERVATION", rep, OML_O21_OBSERVATION.class); + return retVal; + } + + /** + * Returns the number of existing repetitions of OBSERVATION + */ + public int getOBSERVATIONReps() { + return getReps("OBSERVATION"); + } + + /** + *

          + * Returns a non-modifiable List containing all current existing repetitions of OBSERVATION. + *

          + *

          + * Note that unlike {@link #getOBSERVATION()}, this method will not create any reps + * if none are already present, so an empty list may be returned. + *

          + */ + public java.util.List getOBSERVATIONAll() throws HL7Exception { + return getAllAsList("OBSERVATION", OML_O21_OBSERVATION.class); + } + + /** + * Inserts a specific repetition of OBSERVATION (a Group object) + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public void insertOBSERVATION(OML_O21_OBSERVATION structure, int rep) throws HL7Exception { + super.insertRepetition("OBSERVATION", structure, rep); + } + + /** + * Inserts a specific repetition of OBSERVATION (a Group object) + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public OML_O21_OBSERVATION insertOBSERVATION(int rep) throws HL7Exception { + return (OML_O21_OBSERVATION)super.insertRepetition("OBSERVATION", rep); + } + + /** + * Removes a specific repetition of OBSERVATION (a Group object) + * @see AbstractGroup#removeRepetition(String, int) + */ + public OML_O21_OBSERVATION removeOBSERVATION(int rep) throws HL7Exception { + return (OML_O21_OBSERVATION)super.removeRepetition("OBSERVATION", rep); + } + + /** + * Returns + * the first repetition of + * SPECIMEN (a Group object) - creates it if necessary + */ + public OML_O21_SPECIMEN getSPECIMEN() { + OML_O21_SPECIMEN retVal = getTyped("SPECIMEN", OML_O21_SPECIMEN.class); + return retVal; + } + + /** + * Returns a specific repetition of + * SPECIMEN (a Group object) - creates it if necessary + * + * @param rep The repetition index (0-indexed, i.e. the first repetition is at index 0) + * @throws HL7Exception if the repetition requested is more than one + * greater than the number of existing repetitions. + */ + public OML_O21_SPECIMEN getSPECIMEN(int rep) { + OML_O21_SPECIMEN retVal = getTyped("SPECIMEN", rep, OML_O21_SPECIMEN.class); + return retVal; + } + + /** + * Returns the number of existing repetitions of SPECIMEN + */ + public int getSPECIMENReps() { + return getReps("SPECIMEN"); + } + + /** + *

          + * Returns a non-modifiable List containing all current existing repetitions of SPECIMEN. + *

          + *

          + * Note that unlike {@link #getSPECIMEN()}, this method will not create any reps + * if none are already present, so an empty list may be returned. + *

          + */ + public java.util.List getSPECIMENAll() throws HL7Exception { + return getAllAsList("SPECIMEN", OML_O21_SPECIMEN.class); + } + + /** + * Inserts a specific repetition of SPECIMEN (a Group object) + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public void insertSPECIMEN(OML_O21_SPECIMEN structure, int rep) throws HL7Exception { + super.insertRepetition("SPECIMEN", structure, rep); + } + + /** + * Inserts a specific repetition of SPECIMEN (a Group object) + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public OML_O21_SPECIMEN insertSPECIMEN(int rep) throws HL7Exception { + return (OML_O21_SPECIMEN)super.insertRepetition("SPECIMEN", rep); + } + + /** + * Removes a specific repetition of SPECIMEN (a Group object) + * @see AbstractGroup#removeRepetition(String, int) + */ + public OML_O21_SPECIMEN removeSPECIMEN(int rep) throws HL7Exception { + return (OML_O21_SPECIMEN)super.removeRepetition("SPECIMEN", rep); + } + + /** + * Returns + * the first repetition of + * PRIOR_RESULT (a Group object) - creates it if necessary + */ + public OML_O21_PRIOR_RESULT getPRIOR_RESULT() { + OML_O21_PRIOR_RESULT retVal = getTyped("PRIOR_RESULT", OML_O21_PRIOR_RESULT.class); + return retVal; + } + + /** + * Returns a specific repetition of + * PRIOR_RESULT (a Group object) - creates it if necessary + * + * @param rep The repetition index (0-indexed, i.e. the first repetition is at index 0) + * @throws HL7Exception if the repetition requested is more than one + * greater than the number of existing repetitions. + */ + public OML_O21_PRIOR_RESULT getPRIOR_RESULT(int rep) { + OML_O21_PRIOR_RESULT retVal = getTyped("PRIOR_RESULT", rep, OML_O21_PRIOR_RESULT.class); + return retVal; + } + + /** + * Returns the number of existing repetitions of PRIOR_RESULT + */ + public int getPRIOR_RESULTReps() { + return getReps("PRIOR_RESULT"); + } + + /** + *

          + * Returns a non-modifiable List containing all current existing repetitions of PRIOR_RESULT. + *

          + *

          + * Note that unlike {@link #getPRIOR_RESULT()}, this method will not create any reps + * if none are already present, so an empty list may be returned. + *

          + */ + public java.util.List getPRIOR_RESULTAll() throws HL7Exception { + return getAllAsList("PRIOR_RESULT", OML_O21_PRIOR_RESULT.class); + } + + /** + * Inserts a specific repetition of PRIOR_RESULT (a Group object) + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public void insertPRIOR_RESULT(OML_O21_PRIOR_RESULT structure, int rep) throws HL7Exception { + super.insertRepetition("PRIOR_RESULT", structure, rep); + } + + /** + * Inserts a specific repetition of PRIOR_RESULT (a Group object) + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public OML_O21_PRIOR_RESULT insertPRIOR_RESULT(int rep) throws HL7Exception { + return (OML_O21_PRIOR_RESULT)super.insertRepetition("PRIOR_RESULT", rep); + } + + /** + * Removes a specific repetition of PRIOR_RESULT (a Group object) + * @see AbstractGroup#removeRepetition(String, int) + */ + public OML_O21_PRIOR_RESULT removePRIOR_RESULT(int rep) throws HL7Exception { + return (OML_O21_PRIOR_RESULT)super.removeRepetition("PRIOR_RESULT", rep); + } +} \ No newline at end of file diff --git a/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_ORDER.java b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_ORDER.java new file mode 100644 index 00000000000..de368e74ff2 --- /dev/null +++ b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_ORDER.java @@ -0,0 +1,383 @@ +/* + * This class is an auto-generated source file for a HAPI + * HL7 v2.x standard structure class. + * + * For more information, visit: http://hl7api.sourceforge.net/ + * + * The contents of this file are subject to the Mozilla Public License Version 1.1 + * (the "License"); you may not use this file except in compliance with the License. + * You may obtain a copy of the License at http://www.mozilla.org/MPL/ + * Software distributed under the License is distributed on an "AS IS" basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the + * specific language governing rights and limitations under the License. + * + * The Original Code is "[file_name]". Description: + * "[one_line_description]" + * + * The Initial Developer of the Original Code is University Health Network. Copyright (C) + * 2012. All Rights Reserved. + * + * Contributor(s): ______________________________________. + * + * Alternatively, the contents of this file may be used under the terms of the + * GNU General Public License (the "GPL"), in which case the provisions of the GPL are + * applicable instead of those above. If you wish to allow use of your version of this + * file only under the terms of the GPL and not to allow others to use your version + * of this file under the MPL, indicate your decision by deleting the provisions above + * and replace them with the notice and other provisions required by the GPL License. + * If you do not delete the provisions above, a recipient may use your version of + * this file under either the MPL or the GPL. + * + */ + +package fhirengine.translation.hl7.structures.fhirinventory.group; + +import ca.uhn.hl7v2.HL7Exception; +import ca.uhn.hl7v2.model.AbstractGroup; +import ca.uhn.hl7v2.model.Group; +import ca.uhn.hl7v2.model.v27.group.OML_O21_TIMING; +import ca.uhn.hl7v2.model.v27.segment.BLG; +import ca.uhn.hl7v2.model.v27.segment.CTI; +import ca.uhn.hl7v2.model.v27.segment.FT1; +import ca.uhn.hl7v2.parser.ModelClassFactory; +import fhirengine.translation.hl7.structures.fhirinventory.segment.ORC; +import fhirengine.translation.hl7.structures.fhirinventory.segment.PRT; + +/** + *

          Represents a OML_O21_ORDER group structure (a Group object). + * A Group is an ordered collection of message segments that can repeat together or be optionally in/excluded together. + * This Group contains the following elements: + *

          + *
            + *
          • 1: ORC (Common Order)
          • + *
          • 2: PRT (Participation Information) optional repeating
          • + *
          • 3: OML_O21_TIMING (a Group object) optional repeating
          • + *
          • 4: OML_O21_OBSERVATION_REQUEST (a Group object) optional
          • + *
          • 5: FT1 (Financial Transaction) optional repeating
          • + *
          • 6: CTI (Clinical Trial Identification) optional repeating
          • + *
          • 7: BLG (Billing) optional
          • + *
          + */ +//@SuppressWarnings("unused") +public class OML_O21_ORDER extends AbstractGroup { + + /** + * Creates a new OML_O21_ORDER group + */ + public OML_O21_ORDER(Group parent, ModelClassFactory factory) { + super(parent, factory); + init(factory); + } + + private void init(ModelClassFactory factory) { + try { + this.add(ORC.class, true, false, false); + this.add(PRT.class, false, true, false); + this.add(OML_O21_TIMING.class, false, true, false); // todo add TQ1 java class creation into tq1 ticket + this.add(OML_O21_OBSERVATION_REQUEST.class, false, false, false); + this.add(FT1.class, false, true, false); + this.add(CTI.class, false, true, false); + this.add(BLG.class, false, false, false); + } catch(HL7Exception e) { + log.error("Unexpected error creating OML_O21_ORDER - this is probably a bug in the source code generator.", e); + } + } + + /** + * Returns "2.7" + */ + public String getVersion() { + return "2.7"; + } + + /** + * Returns + * ORC (Common Order) - creates it if necessary + */ + public ORC getORC() { + ORC retVal = getTyped("ORC", ORC.class); + return retVal; + } + + /** + * Returns + * the first repetition of + * PRT (Participation Information) - creates it if necessary + */ + public PRT getPRT() { + PRT retVal = getTyped("PRT", PRT.class); + return retVal; + } + + /** + * Returns a specific repetition of + * PRT (Participation Information) - creates it if necessary + * + * @param rep The repetition index (0-indexed, i.e. the first repetition is at index 0) + * @throws HL7Exception if the repetition requested is more than one + * greater than the number of existing repetitions. + */ + public PRT getPRT(int rep) { + PRT retVal = getTyped("PRT", rep, PRT.class); + return retVal; + } + + /** + * Returns the number of existing repetitions of PRT + */ + public int getPRTReps() { + return getReps("PRT"); + } + + /** + *

          + * Returns a non-modifiable List containing all current existing repetitions of PRT. + *

          + * Note that unlike {@link #getPRT()}, this method will not create any reps + * if none are already present, so an empty list may be returned. + *

          + */ + public java.util.List getPRTAll() throws HL7Exception { + return getAllAsList("PRT", PRT.class); + } + + /** + * Inserts a specific repetition of PRT (Participation Information) + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public void insertPRT(PRT structure, int rep) throws HL7Exception { + super.insertRepetition("PRT", structure, rep); + } + + /** + * Inserts a specific repetition of PRT (Participation Information) + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public PRT insertPRT(int rep) throws HL7Exception { + return (PRT)super.insertRepetition("PRT", rep); + } + + /** + * Removes a specific repetition of PRT (Participation Information) + * @see AbstractGroup#removeRepetition(String, int) + */ + public PRT removePRT(int rep) throws HL7Exception { + return (PRT)super.removeRepetition("PRT", rep); + } + + /** + * Returns + * the first repetition of + * TIMING (a Group object) - creates it if necessary + */ + public OML_O21_TIMING getTIMING() { + OML_O21_TIMING retVal = getTyped("TIMING", OML_O21_TIMING.class); + return retVal; + } + + /** + * Returns a specific repetition of + * TIMING (a Group object) - creates it if necessary + * + * @param rep The repetition index (0-indexed, i.e. the first repetition is at index 0) + * @throws HL7Exception if the repetition requested is more than one + * greater than the number of existing repetitions. + */ + public OML_O21_TIMING getTIMING(int rep) { + OML_O21_TIMING retVal = getTyped("TIMING", rep, OML_O21_TIMING.class); + return retVal; + } + + /** + * Returns the number of existing repetitions of TIMING + */ + public int getTIMINGReps() { + return getReps("TIMING"); + } + + /** + *

          + * Returns a non-modifiable List containing all current existing repetitions of TIMING. + *

          + * Note that unlike {@link #getTIMING()}, this method will not create any reps + * if none are already present, so an empty list may be returned. + *

          + */ + public java.util.List getTIMINGAll() throws HL7Exception { + return getAllAsList("TIMING", OML_O21_TIMING.class); + } + + /** + * Inserts a specific repetition of TIMING (a Group object) + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public void insertTIMING(OML_O21_TIMING structure, int rep) throws HL7Exception { + super.insertRepetition("TIMING", structure, rep); + } + + /** + * Inserts a specific repetition of TIMING (a Group object) + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public OML_O21_TIMING insertTIMING(int rep) throws HL7Exception { + return (OML_O21_TIMING)super.insertRepetition("TIMING", rep); + } + + /** + * Removes a specific repetition of TIMING (a Group object) + * @see AbstractGroup#removeRepetition(String, int) + */ + public OML_O21_TIMING removeTIMING(int rep) throws HL7Exception { + return (OML_O21_TIMING)super.removeRepetition("TIMING", rep); + } + + /** + * Returns + * OBSERVATION_REQUEST (a Group object) - creates it if necessary + */ + public OML_O21_OBSERVATION_REQUEST getOBSERVATION_REQUEST() { + OML_O21_OBSERVATION_REQUEST retVal = getTyped("OBSERVATION_REQUEST", OML_O21_OBSERVATION_REQUEST.class); + return retVal; + } + + /** + * Returns + * the first repetition of + * FT1 (Financial Transaction) - creates it if necessary + */ + public FT1 getFT1() { + FT1 retVal = getTyped("FT1", FT1.class); + return retVal; + } + + /** + * Returns a specific repetition of + * FT1 (Financial Transaction) - creates it if necessary + * + * @param rep The repetition index (0-indexed, i.e. the first repetition is at index 0) + * @throws HL7Exception if the repetition requested is more than one + * greater than the number of existing repetitions. + */ + public FT1 getFT1(int rep) { + FT1 retVal = getTyped("FT1", rep, FT1.class); + return retVal; + } + + /** + * Returns the number of existing repetitions of FT1 + */ + public int getFT1Reps() { + return getReps("FT1"); + } + + /** + *

          + * Returns a non-modifiable List containing all current existing repetitions of FT1. + *

          + * Note that unlike {@link #getFT1()}, this method will not create any reps + * if none are already present, so an empty list may be returned. + *

          + */ + public java.util.List getFT1All() throws HL7Exception { + return getAllAsList("FT1", FT1.class); + } + + /** + * Inserts a specific repetition of FT1 (Financial Transaction) + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public void insertFT1(FT1 structure, int rep) throws HL7Exception { + super.insertRepetition("FT1", structure, rep); + } + + /** + * Inserts a specific repetition of FT1 (Financial Transaction) + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public FT1 insertFT1(int rep) throws HL7Exception { + return (FT1)super.insertRepetition("FT1", rep); + } + + /** + * Removes a specific repetition of FT1 (Financial Transaction) + * @see AbstractGroup#removeRepetition(String, int) + */ + public FT1 removeFT1(int rep) throws HL7Exception { + return (FT1)super.removeRepetition("FT1", rep); + } + + /** + * Returns + * the first repetition of + * CTI (Clinical Trial Identification) - creates it if necessary + */ + public CTI getCTI() { + CTI retVal = getTyped("CTI", CTI.class); + return retVal; + } + + /** + * Returns a specific repetition of + * CTI (Clinical Trial Identification) - creates it if necessary + * + * @param rep The repetition index (0-indexed, i.e. the first repetition is at index 0) + * @throws HL7Exception if the repetition requested is more than one + * greater than the number of existing repetitions. + */ + public CTI getCTI(int rep) { + CTI retVal = getTyped("CTI", rep, CTI.class); + return retVal; + } + + /** + * Returns the number of existing repetitions of CTI + */ + public int getCTIReps() { + return getReps("CTI"); + } + + /** + *

          + * Returns a non-modifiable List containing all current existing repetitions of CTI. + *

          + * Note that unlike {@link #getCTI()}, this method will not create any reps + * if none are already present, so an empty list may be returned. + *

          + */ + public java.util.List getCTIAll() throws HL7Exception { + return getAllAsList("CTI", CTI.class); + } + + /** + * Inserts a specific repetition of CTI (Clinical Trial Identification) + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public void insertCTI(CTI structure, int rep) throws HL7Exception { + super.insertRepetition("CTI", structure, rep); + } + + /** + * Inserts a specific repetition of CTI (Clinical Trial Identification) + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public CTI insertCTI(int rep) throws HL7Exception { + return (CTI)super.insertRepetition("CTI", rep); + } + + /** + * Removes a specific repetition of CTI (Clinical Trial Identification) + * @see AbstractGroup#removeRepetition(String, int) + */ + public CTI removeCTI(int rep) throws HL7Exception { + return (CTI)super.removeRepetition("CTI", rep); + } + + /** + * Returns + * BLG (Billing) - creates it if necessary + */ + public BLG getBLG() { + BLG retVal = getTyped("BLG", BLG.class); + return retVal; + } +} \ No newline at end of file diff --git a/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_PATIENT.java b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_PATIENT.java new file mode 100644 index 00000000000..ce8a489a776 --- /dev/null +++ b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_PATIENT.java @@ -0,0 +1,469 @@ +/* + * This class is an auto-generated source file for a HAPI + * HL7 v2.x standard structure class. + * + * For more information, visit: http://hl7api.sourceforge.net/ + * + * The contents of this file are subject to the Mozilla Public License Version 1.1 + * (the "License"); you may not use this file except in compliance with the License. + * You may obtain a copy of the License at http://www.mozilla.org/MPL/ + * Software distributed under the License is distributed on an "AS IS" basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the + * specific language governing rights and limitations under the License. + * + * The Original Code is "[file_name]". Description: + * "[one_line_description]" + * + * The Initial Developer of the Original Code is University Health Network. Copyright (C) + * 2012. All Rights Reserved. + * + * Contributor(s): ______________________________________. + * + * Alternatively, the contents of this file may be used under the terms of the + * GNU General Public License (the "GPL"), in which case the provisions of the GPL are + * applicable instead of those above. If you wish to allow use of your version of this + * file only under the terms of the GPL and not to allow others to use your version + * of this file under the MPL, indicate your decision by deleting the provisions above + * and replace them with the notice and other provisions required by the GPL License. + * If you do not delete the provisions above, a recipient may use your version of + * this file under either the MPL or the GPL. + * + */ + +package fhirengine.translation.hl7.structures.fhirinventory.group; + +import ca.uhn.hl7v2.HL7Exception; +import ca.uhn.hl7v2.model.AbstractGroup; +import ca.uhn.hl7v2.model.Group; +import ca.uhn.hl7v2.model.v27.segment.AL1; +import ca.uhn.hl7v2.model.v27.segment.GT1; +import ca.uhn.hl7v2.model.v27.segment.NK1; +import ca.uhn.hl7v2.model.v27.group.OML_O21_INSURANCE; +import ca.uhn.hl7v2.parser.ModelClassFactory; +import fhirengine.translation.hl7.structures.fhirinventory.segment.NTE; +import fhirengine.translation.hl7.structures.fhirinventory.segment.PD1; +import fhirengine.translation.hl7.structures.fhirinventory.segment.PID; +import fhirengine.translation.hl7.structures.fhirinventory.segment.PRT; + +/** + *

          Represents a OML_O21_PATIENT group structure (a Group object). + * A Group is an ordered collection of message segments that can repeat together or be optionally in/excluded together. + * This Group contains the following elements: + *

          + *
            + *
          • 1: PID (Patient Identification)
          • + *
          • 2: PD1 (Patient Additional Demographic) optional
          • + *
          • 3: PRT (Participation Information) optional repeating
          • + *
          • 4: NTE (Notes and Comments) optional repeating
          • + *
          • 5: NK1 (Next of Kin / Associated Parties) optional repeating
          • + *
          • 6: OML_O21_PATIENT_VISIT (a Group object) optional
          • + *
          • 7: OML_O21_INSURANCE (a Group object) optional repeating
          • + *
          • 8: GT1 (Guarantor) optional
          • + *
          • 9: AL1 (Patient Allergy Information) optional repeating
          • + *
          + */ +//@SuppressWarnings("unused") +public class OML_O21_PATIENT extends AbstractGroup { + + /** + * Creates a new OML_O21_PATIENT group + */ + public OML_O21_PATIENT(Group parent, ModelClassFactory factory) { + super(parent, factory); + init(factory); + } + + private void init(ModelClassFactory factory) { + try { + this.add(PID.class, true, false, false); + this.add(PD1.class, false, false, false); + this.add(PRT.class, false, true, false); + this.add(NTE.class, false, true, false); + this.add(NK1.class, false, true, false); + this.add(OML_O21_PATIENT_VISIT.class, false, false, false); + this.add(OML_O21_INSURANCE.class, false, true, false); + this.add(GT1.class, false, false, false); + this.add(AL1.class, false, true, false); + } catch(HL7Exception e) { + log.error("Unexpected error creating OML_O21_PATIENT - this is probably a bug in the source code generator.", e); + } + } + + /** + * Returns "2.7" + */ + public String getVersion() { + return "2.7"; + } + + /** + * Returns + * PID (Patient Identification) - creates it if necessary + */ + public PID getPID() { + PID retVal = getTyped("PID", PID.class); + return retVal; + } + + /** + * Returns + * PD1 (Patient Additional Demographic) - creates it if necessary + */ + public PD1 getPD1() { + PD1 retVal = getTyped("PD1", PD1.class); + return retVal; + } + + /** + * Returns + * the first repetition of + * PRT (Participation Information) - creates it if necessary + */ + public PRT getPRT() { + PRT retVal = getTyped("PRT", PRT.class); + return retVal; + } + + /** + * Returns a specific repetition of + * PRT (Participation Information) - creates it if necessary + * + * @param rep The repetition index (0-indexed, i.e. the first repetition is at index 0) + * @throws HL7Exception if the repetition requested is more than one + * greater than the number of existing repetitions. + */ + public PRT getPRT(int rep) { + PRT retVal = getTyped("PRT", rep, PRT.class); + return retVal; + } + + /** + * Returns the number of existing repetitions of PRT + */ + public int getPRTReps() { + return getReps("PRT"); + } + + /** + *

          + * Returns a non-modifiable List containing all current existing repetitions of PRT. + *

          + *

          + * Note that unlike {@link #getPRT()}, this method will not create any reps + * if none are already present, so an empty list may be returned. + *

          + */ + public java.util.List getPRTAll() throws HL7Exception { + return getAllAsList("PRT", PRT.class); + } + + /** + * Inserts a specific repetition of PRT (Participation Information) + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public void insertPRT(PRT structure, int rep) throws HL7Exception { + super.insertRepetition("PRT", structure, rep); + } + + /** + * Inserts a specific repetition of PRT (Participation Information) + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public PRT insertPRT(int rep) throws HL7Exception { + return (PRT)super.insertRepetition("PRT", rep); + } + + /** + * Removes a specific repetition of PRT (Participation Information) + * @see AbstractGroup#removeRepetition(String, int) + */ + public PRT removePRT(int rep) throws HL7Exception { + return (PRT)super.removeRepetition("PRT", rep); + } + + /** + * Returns + * the first repetition of + * NTE (Notes and Comments) - creates it if necessary + */ + public NTE getNTE() { + NTE retVal = getTyped("NTE", NTE.class); + return retVal; + } + + /** + * Returns a specific repetition of + * NTE (Notes and Comments) - creates it if necessary + * + * @param rep The repetition index (0-indexed, i.e. the first repetition is at index 0) + * @throws HL7Exception if the repetition requested is more than one + * greater than the number of existing repetitions. + */ + public NTE getNTE(int rep) { + NTE retVal = getTyped("NTE", rep, NTE.class); + return retVal; + } + + /** + * Returns the number of existing repetitions of NTE + */ + public int getNTEReps() { + return getReps("NTE"); + } + + /** + *

          + * Returns a non-modifiable List containing all current existing repetitions of NTE. + *

          + *

          + * Note that unlike {@link #getNTE()}, this method will not create any reps + * if none are already present, so an empty list may be returned. + *

          + */ + public java.util.List getNTEAll() throws HL7Exception { + return getAllAsList("NTE", NTE.class); + } + + /** + * Inserts a specific repetition of NTE (Notes and Comments) + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public void insertNTE(NTE structure, int rep) throws HL7Exception { + super.insertRepetition("NTE", structure, rep); + } + + /** + * Inserts a specific repetition of NTE (Notes and Comments) + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public NTE insertNTE(int rep) throws HL7Exception { + return (NTE)super.insertRepetition("NTE", rep); + } + + /** + * Removes a specific repetition of NTE (Notes and Comments) + * @see AbstractGroup#removeRepetition(String, int) + */ + public NTE removeNTE(int rep) throws HL7Exception { + return (NTE)super.removeRepetition("NTE", rep); + } + + /** + * Returns + * the first repetition of + * NK1 (Next of Kin / Associated Parties) - creates it if necessary + */ + public NK1 getNK1() { + NK1 retVal = getTyped("NK1", NK1.class); + return retVal; + } + + /** + * Returns a specific repetition of + * NK1 (Next of Kin / Associated Parties) - creates it if necessary + * + * @param rep The repetition index (0-indexed, i.e. the first repetition is at index 0) + * @throws HL7Exception if the repetition requested is more than one + * greater than the number of existing repetitions. + */ + public NK1 getNK1(int rep) { + NK1 retVal = getTyped("NK1", rep, NK1.class); + return retVal; + } + + /** + * Returns the number of existing repetitions of NK1 + */ + public int getNK1Reps() { + return getReps("NK1"); + } + + /** + *

          + * Returns a non-modifiable List containing all current existing repetitions of NK1. + *

          + *

          + * Note that unlike {@link #getNK1()}, this method will not create any reps + * if none are already present, so an empty list may be returned. + *

          + */ + public java.util.List getNK1All() throws HL7Exception { + return getAllAsList("NK1", NK1.class); + } + + /** + * Inserts a specific repetition of NK1 (Next of Kin / Associated Parties) + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public void insertNK1(NK1 structure, int rep) throws HL7Exception { + super.insertRepetition("NK1", structure, rep); + } + + /** + * Inserts a specific repetition of NK1 (Next of Kin / Associated Parties) + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public NK1 insertNK1(int rep) throws HL7Exception { + return (NK1)super.insertRepetition("NK1", rep); + } + + /** + * Removes a specific repetition of NK1 (Next of Kin / Associated Parties) + * @see AbstractGroup#removeRepetition(String, int) + */ + public NK1 removeNK1(int rep) throws HL7Exception { + return (NK1)super.removeRepetition("NK1", rep); + } + + /** + * Returns + * PATIENT_VISIT (a Group object) - creates it if necessary + */ + public OML_O21_PATIENT_VISIT getPATIENT_VISIT() { + OML_O21_PATIENT_VISIT retVal = getTyped("PATIENT_VISIT", OML_O21_PATIENT_VISIT.class); + return retVal; + } + + /** + * Returns + * the first repetition of + * INSURANCE (a Group object) - creates it if necessary + */ + public OML_O21_INSURANCE getINSURANCE() { + OML_O21_INSURANCE retVal = getTyped("INSURANCE", OML_O21_INSURANCE.class); + return retVal; + } + + /** + * Returns a specific repetition of + * INSURANCE (a Group object) - creates it if necessary + * + * @param rep The repetition index (0-indexed, i.e. the first repetition is at index 0) + * @throws HL7Exception if the repetition requested is more than one + * greater than the number of existing repetitions. + */ + public OML_O21_INSURANCE getINSURANCE(int rep) { + OML_O21_INSURANCE retVal = getTyped("INSURANCE", rep, OML_O21_INSURANCE.class); + return retVal; + } + + /** + * Returns the number of existing repetitions of INSURANCE + */ + public int getINSURANCEReps() { + return getReps("INSURANCE"); + } + + /** + *

          + * Returns a non-modifiable List containing all current existing repetitions of INSURANCE. + *

          + *

          + * Note that unlike {@link #getINSURANCE()}, this method will not create any reps + * if none are already present, so an empty list may be returned. + *

          + */ + public java.util.List getINSURANCEAll() throws HL7Exception { + return getAllAsList("INSURANCE", OML_O21_INSURANCE.class); + } + + /** + * Inserts a specific repetition of INSURANCE (a Group object) + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public void insertINSURANCE(OML_O21_INSURANCE structure, int rep) throws HL7Exception { + super.insertRepetition("INSURANCE", structure, rep); + } + + /** + * Inserts a specific repetition of INSURANCE (a Group object) + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public OML_O21_INSURANCE insertINSURANCE(int rep) throws HL7Exception { + return (OML_O21_INSURANCE)super.insertRepetition("INSURANCE", rep); + } + + /** + * Removes a specific repetition of INSURANCE (a Group object) + * @see AbstractGroup#removeRepetition(String, int) + */ + public OML_O21_INSURANCE removeINSURANCE(int rep) throws HL7Exception { + return (OML_O21_INSURANCE)super.removeRepetition("INSURANCE", rep); + } + + /** + * Returns + * GT1 (Guarantor) - creates it if necessary + */ + public GT1 getGT1() { + GT1 retVal = getTyped("GT1", GT1.class); + return retVal; + } + + /** + * Returns + * the first repetition of + * AL1 (Patient Allergy Information) - creates it if necessary + */ + public AL1 getAL1() { + AL1 retVal = getTyped("AL1", AL1.class); + return retVal; + } + + /** + * Returns a specific repetition of + * AL1 (Patient Allergy Information) - creates it if necessary + * + * @param rep The repetition index (0-indexed, i.e. the first repetition is at index 0) + * @throws HL7Exception if the repetition requested is more than one + * greater than the number of existing repetitions. + */ + public AL1 getAL1(int rep) { + AL1 retVal = getTyped("AL1", rep, AL1.class); + return retVal; + } + + /** + * Returns the number of existing repetitions of AL1 + */ + public int getAL1Reps() { + return getReps("AL1"); + } + + /** + *

          + * Returns a non-modifiable List containing all current existing repetitions of AL1. + *

          + *

          + * Note that unlike {@link #getAL1()}, this method will not create any reps + * if none are already present, so an empty list may be returned. + *

          + */ + public java.util.List getAL1All() throws HL7Exception { + return getAllAsList("AL1", AL1.class); + } + + /** + * Inserts a specific repetition of AL1 (Patient Allergy Information) + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public void insertAL1(AL1 structure, int rep) throws HL7Exception { + super.insertRepetition("AL1", structure, rep); + } + + /** + * Inserts a specific repetition of AL1 (Patient Allergy Information) + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public AL1 insertAL1(int rep) throws HL7Exception { + return (AL1)super.insertRepetition("AL1", rep); + } + + /** + * Removes a specific repetition of AL1 (Patient Allergy Information) + * @see AbstractGroup#removeRepetition(String, int) + */ + public AL1 removeAL1(int rep) throws HL7Exception { + return (AL1)super.removeRepetition("AL1", rep); + } +} \ No newline at end of file diff --git a/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_PATIENT_VISIT.java b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_PATIENT_VISIT.java new file mode 100644 index 00000000000..877b32c40f5 --- /dev/null +++ b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_PATIENT_VISIT.java @@ -0,0 +1,166 @@ +/* + * This class is an auto-generated source file for a HAPI + * HL7 v2.x standard structure class. + * + * For more information, visit: http://hl7api.sourceforge.net/ + * + * The contents of this file are subject to the Mozilla Public License Version 1.1 + * (the "License"); you may not use this file except in compliance with the License. + * You may obtain a copy of the License at http://www.mozilla.org/MPL/ + * Software distributed under the License is distributed on an "AS IS" basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the + * specific language governing rights and limitations under the License. + * + * The Original Code is "[file_name]". Description: + * "[one_line_description]" + * + * The Initial Developer of the Original Code is University Health Network. Copyright (C) + * 2012. All Rights Reserved. + * + * Contributor(s): ______________________________________. + * + * Alternatively, the contents of this file may be used under the terms of the + * GNU General Public License (the "GPL"), in which case the provisions of the GPL are + * applicable instead of those above. If you wish to allow use of your version of this + * file only under the terms of the GPL and not to allow others to use your version + * of this file under the MPL, indicate your decision by deleting the provisions above + * and replace them with the notice and other provisions required by the GPL License. + * If you do not delete the provisions above, a recipient may use your version of + * this file under either the MPL or the GPL. + * + */ + +package fhirengine.translation.hl7.structures.fhirinventory.group; + +import ca.uhn.hl7v2.model.AbstractGroup; +import ca.uhn.hl7v2.model.Group; +import ca.uhn.hl7v2.model.v27.segment.PV1; +import ca.uhn.hl7v2.model.v27.segment.PV2; +import ca.uhn.hl7v2.HL7Exception; +import ca.uhn.hl7v2.parser.ModelClassFactory; +import fhirengine.translation.hl7.structures.fhirinventory.segment.PRT; + +/** + *

          Represents a OML_O21_PATIENT_VISIT group structure (a Group object). + * A Group is an ordered collection of message segments that can repeat together or be optionally in/excluded together. + * This Group contains the following elements: + *

          + *
            + *
          • 1: PV1 (Patient Visit)
          • + *
          • 2: PV2 (Patient Visit - Additional Information) optional
          • + *
          • 3: PRT (Participation Information) optional repeating
          • + *
          + */ +//@SuppressWarnings("unused") +public class OML_O21_PATIENT_VISIT extends AbstractGroup { + + /** + * Creates a new OML_O21_PATIENT_VISIT group + */ + public OML_O21_PATIENT_VISIT(Group parent, ModelClassFactory factory) { + super(parent, factory); + init(factory); + } + + private void init(ModelClassFactory factory) { + try { + this.add(PV1.class, true, false, false); + this.add(PV2.class, false, false, false); + this.add(PRT.class, false, true, false); + } catch(HL7Exception e) { + log.error("Unexpected error creating OML_O21_PATIENT_VISIT - this is probably a bug in the source code generator.", e); + } + } + + /** + * Returns "2.7" + */ + public String getVersion() { + return "2.7"; + } + + /** + * Returns + * PV1 (Patient Visit) - creates it if necessary + */ + public PV1 getPV1() { + PV1 retVal = getTyped("PV1", PV1.class); + return retVal; + } + + /** + * Returns + * PV2 (Patient Visit - Additional Information) - creates it if necessary + */ + public PV2 getPV2() { + PV2 retVal = getTyped("PV2", PV2.class); + return retVal; + } + + /** + * Returns + * the first repetition of + * PRT (Participation Information) - creates it if necessary + */ + public PRT getPRT() { + PRT retVal = getTyped("PRT", PRT.class); + return retVal; + } + + /** + * Returns a specific repetition of + * PRT (Participation Information) - creates it if necessary + * + * @param rep The repetition index (0-indexed, i.e. the first repetition is at index 0) + * @throws HL7Exception if the repetition requested is more than one + * greater than the number of existing repetitions. + */ + public PRT getPRT(int rep) { + PRT retVal = getTyped("PRT", rep, PRT.class); + return retVal; + } + + /** + * Returns the number of existing repetitions of PRT + */ + public int getPRTReps() { + return getReps("PRT"); + } + + /** + *

          + * Returns a non-modifiable List containing all current existing repetitions of PRT. + *

          + *

          + * Note that unlike {@link #getPRT()}, this method will not create any reps + * if none are already present, so an empty list may be returned. + *

          + */ + public java.util.List getPRTAll() throws HL7Exception { + return getAllAsList("PRT", PRT.class); + } + + /** + * Inserts a specific repetition of PRT (Participation Information) + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public void insertPRT(PRT structure, int rep) throws HL7Exception { + super.insertRepetition("PRT", structure, rep); + } + + /** + * Inserts a specific repetition of PRT (Participation Information) + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public PRT insertPRT(int rep) throws HL7Exception { + return (PRT)super.insertRepetition("PRT", rep); + } + + /** + * Removes a specific repetition of PRT (Participation Information) + * @see AbstractGroup#removeRepetition(String, int) + */ + public PRT removePRT(int rep) throws HL7Exception { + return (PRT)super.removeRepetition("PRT", rep); + } +} \ No newline at end of file diff --git a/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_SPECIMEN.java b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_SPECIMEN.java new file mode 100644 index 00000000000..871f571ba72 --- /dev/null +++ b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_SPECIMEN.java @@ -0,0 +1,224 @@ +/* + * This class is an auto-generated source file for a HAPI + * HL7 v2.x standard structure class. + * + * For more information, visit: http://hl7api.sourceforge.net/ + * + * The contents of this file are subject to the Mozilla Public License Version 1.1 + * (the "License"); you may not use this file except in compliance with the License. + * You may obtain a copy of the License at http://www.mozilla.org/MPL/ + * Software distributed under the License is distributed on an "AS IS" basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the + * specific language governing rights and limitations under the License. + * + * The Original Code is "[file_name]". Description: + * "[one_line_description]" + * + * The Initial Developer of the Original Code is University Health Network. Copyright (C) + * 2012. All Rights Reserved. + * + * Contributor(s): ______________________________________. + * + * Alternatively, the contents of this file may be used under the terms of the + * GNU General Public License (the "GPL"), in which case the provisions of the GPL are + * applicable instead of those above. If you wish to allow use of your version of this + * file only under the terms of the GPL and not to allow others to use your version + * of this file under the MPL, indicate your decision by deleting the provisions above + * and replace them with the notice and other provisions required by the GPL License. + * If you do not delete the provisions above, a recipient may use your version of + * this file under either the MPL or the GPL. + * + */ + +package fhirengine.translation.hl7.structures.fhirinventory.group; + +import ca.uhn.hl7v2.HL7Exception; +import ca.uhn.hl7v2.model.AbstractGroup; +import ca.uhn.hl7v2.model.Group; +import ca.uhn.hl7v2.model.v27.group.OML_O21_SPECIMEN_OBSERVATION; +import ca.uhn.hl7v2.model.v27.group.OML_O21_CONTAINER; +import ca.uhn.hl7v2.model.v27.segment.SPM; +import ca.uhn.hl7v2.parser.ModelClassFactory; + +/** + *

          Represents a OML_O21_SPECIMEN group structure (a Group object). + * A Group is an ordered collection of message segments that can repeat together or be optionally in/excluded together. + * This Group contains the following elements: + *

          + *
            + *
          • 1: SPM (Specimen)
          • + *
          • 2: OML_O21_SPECIMEN_OBSERVATION (a Group object) optional repeating
          • + *
          • 3: OML_O21_CONTAINER (a Group object) optional repeating
          • + *
          + */ +//@SuppressWarnings("unused") +public class OML_O21_SPECIMEN extends AbstractGroup { + + /** + * Creates a new OML_O21_SPECIMEN group + */ + public OML_O21_SPECIMEN(Group parent, ModelClassFactory factory) { + super(parent, factory); + init(factory); + } + + private void init(ModelClassFactory factory) { + try { + this.add(SPM.class, true, false, false); + this.add(OML_O21_SPECIMEN_OBSERVATION.class, false, true, false); + this.add(OML_O21_CONTAINER.class, false, true, false); + } catch(HL7Exception e) { + log.error("Unexpected error creating OML_O21_SPECIMEN - this is probably a bug in the source code generator.", e); + } + } + + /** + * Returns "2.7" + */ + public String getVersion() { + return "2.7"; + } + + /** + * Returns + * SPM (Specimen) - creates it if necessary + */ + public SPM getSPM() { + SPM retVal = getTyped("SPM", SPM.class); + return retVal; + } + + /** + * Returns + * the first repetition of + * SPECIMEN_OBSERVATION (a Group object) - creates it if necessary + */ + public OML_O21_SPECIMEN_OBSERVATION getSPECIMEN_OBSERVATION() { + OML_O21_SPECIMEN_OBSERVATION retVal = getTyped("SPECIMEN_OBSERVATION", OML_O21_SPECIMEN_OBSERVATION.class); + return retVal; + } + + /** + * Returns a specific repetition of + * SPECIMEN_OBSERVATION (a Group object) - creates it if necessary + * + * @param rep The repetition index (0-indexed, i.e. the first repetition is at index 0) + * @throws HL7Exception if the repetition requested is more than one + * greater than the number of existing repetitions. + */ + public OML_O21_SPECIMEN_OBSERVATION getSPECIMEN_OBSERVATION(int rep) { + OML_O21_SPECIMEN_OBSERVATION retVal = getTyped("SPECIMEN_OBSERVATION", rep, OML_O21_SPECIMEN_OBSERVATION.class); + return retVal; + } + + /** + * Returns the number of existing repetitions of SPECIMEN_OBSERVATION + */ + public int getSPECIMEN_OBSERVATIONReps() { + return getReps("SPECIMEN_OBSERVATION"); + } + + /** + *

          + * Returns a non-modifiable List containing all current existing repetitions of SPECIMEN_OBSERVATION. + *

          + *

          + * Note that unlike {@link #getSPECIMEN_OBSERVATION()}, this method will not create any reps + * if none are already present, so an empty list may be returned. + *

          + */ + public java.util.List getSPECIMEN_OBSERVATIONAll() throws HL7Exception { + return getAllAsList("SPECIMEN_OBSERVATION", OML_O21_SPECIMEN_OBSERVATION.class); + } + + /** + * Inserts a specific repetition of SPECIMEN_OBSERVATION (a Group object) + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public void insertSPECIMEN_OBSERVATION(OML_O21_SPECIMEN_OBSERVATION structure, int rep) throws HL7Exception { + super.insertRepetition("SPECIMEN_OBSERVATION", structure, rep); + } + + /** + * Inserts a specific repetition of SPECIMEN_OBSERVATION (a Group object) + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public OML_O21_SPECIMEN_OBSERVATION insertSPECIMEN_OBSERVATION(int rep) throws HL7Exception { + return (OML_O21_SPECIMEN_OBSERVATION)super.insertRepetition("SPECIMEN_OBSERVATION", rep); + } + + /** + * Removes a specific repetition of SPECIMEN_OBSERVATION (a Group object) + * @see AbstractGroup#removeRepetition(String, int) + */ + public OML_O21_SPECIMEN_OBSERVATION removeSPECIMEN_OBSERVATION(int rep) throws HL7Exception { + return (OML_O21_SPECIMEN_OBSERVATION)super.removeRepetition("SPECIMEN_OBSERVATION", rep); + } + + /** + * Returns + * the first repetition of + * CONTAINER (a Group object) - creates it if necessary + */ + public OML_O21_CONTAINER getCONTAINER() { + OML_O21_CONTAINER retVal = getTyped("CONTAINER", OML_O21_CONTAINER.class); + return retVal; + } + + /** + * Returns a specific repetition of + * CONTAINER (a Group object) - creates it if necessary + * + * @param rep The repetition index (0-indexed, i.e. the first repetition is at index 0) + * @throws HL7Exception if the repetition requested is more than one + * greater than the number of existing repetitions. + */ + public OML_O21_CONTAINER getCONTAINER(int rep) { + OML_O21_CONTAINER retVal = getTyped("CONTAINER", rep, OML_O21_CONTAINER.class); + return retVal; + } + + /** + * Returns the number of existing repetitions of CONTAINER + */ + public int getCONTAINERReps() { + return getReps("CONTAINER"); + } + + /** + *

          + * Returns a non-modifiable List containing all current existing repetitions of CONTAINER. + *

          + *

          + * Note that unlike {@link #getCONTAINER()}, this method will not create any reps + * if none are already present, so an empty list may be returned. + *

          + */ + public java.util.List getCONTAINERAll() throws HL7Exception { + return getAllAsList("CONTAINER", OML_O21_CONTAINER.class); + } + + /** + * Inserts a specific repetition of CONTAINER (a Group object) + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public void insertCONTAINER(OML_O21_CONTAINER structure, int rep) throws HL7Exception { + super.insertRepetition("CONTAINER", structure, rep); + } + + /** + * Inserts a specific repetition of CONTAINER (a Group object) + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public OML_O21_CONTAINER insertCONTAINER(int rep) throws HL7Exception { + return (OML_O21_CONTAINER)super.insertRepetition("CONTAINER", rep); + } + + /** + * Removes a specific repetition of CONTAINER (a Group object) + * @see AbstractGroup#removeRepetition(String, int) + */ + public OML_O21_CONTAINER removeCONTAINER(int rep) throws HL7Exception { + return (OML_O21_CONTAINER)super.removeRepetition("CONTAINER", rep); + } +} \ No newline at end of file diff --git a/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/message/OML_O21.java b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/message/OML_O21.java new file mode 100644 index 00000000000..93382afef31 --- /dev/null +++ b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/message/OML_O21.java @@ -0,0 +1,354 @@ +/* + * This class is an auto-generated source file for a HAPI + * HL7 v2.x standard structure class. + * + * For more information, visit: http://hl7api.sourceforge.net/ + * + * The contents of this file are subject to the Mozilla Public License Version 1.1 + * (the "License"); you may not use this file except in compliance with the License. + * You may obtain a copy of the License at http://www.mozilla.org/MPL/ + * Software distributed under the License is distributed on an "AS IS" basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the + * specific language governing rights and limitations under the License. + * + * The Original Code is "[file_name]". Description: + * "[one_line_description]" + * + * The Initial Developer of the Original Code is University Health Network. Copyright (C) + * 2012. All Rights Reserved. + * + * Contributor(s): ______________________________________. + * + * Alternatively, the contents of this file may be used under the terms of the + * GNU General Public License (the "GPL"), in which case the provisions of the GPL are + * applicable instead of those above. If you wish to allow use of your version of this + * file only under the terms of the GPL and not to allow others to use your version + * of this file under the MPL, indicate your decision by deleting the provisions above + * and replace them with the notice and other provisions required by the GPL License. + * If you do not delete the provisions above, a recipient may use your version of + * this file under either the MPL or the GPL. + * + */ + +package fhirengine.translation.hl7.structures.fhirinventory.message; + +import ca.uhn.hl7v2.HL7Exception; +import ca.uhn.hl7v2.model.AbstractGroup; +import ca.uhn.hl7v2.model.AbstractMessage; +import ca.uhn.hl7v2.model.Structure; +import ca.uhn.hl7v2.model.v27.segment.MSH; +import ca.uhn.hl7v2.model.v27.segment.SFT; +import ca.uhn.hl7v2.model.v27.segment.UAC; +import ca.uhn.hl7v2.parser.DefaultModelClassFactory; +import ca.uhn.hl7v2.parser.ModelClassFactory; +import fhirengine.translation.hl7.structures.fhirinventory.group.OML_O21_ORDER; +import fhirengine.translation.hl7.structures.fhirinventory.group.OML_O21_PATIENT; +import fhirengine.translation.hl7.structures.fhirinventory.segment.NTE; + +/** + *

          Represents a OML_O21 message structure (see chapter 4.4.6). This structure contains the + * following elements:

          + *
            + *
          • 1: MSH (Message Header)
          • + *
          • 2: SFT (Software Segment) optional repeating
          • + *
          • 3: UAC (User Authentication Credential Segment) optional
          • + *
          • 4: NTE (Notes and Comments) optional repeating
          • + *
          • 5: OML_O21_PATIENT (a Group object) optional
          • + *
          • 6: OML_O21_ORDER (a Group object) repeating
          • + *
          + */ +//@SuppressWarnings("unused") +public class OML_O21 extends AbstractMessage { + + /** + * Creates a new OML_O21 message with DefaultModelClassFactory. + */ + public OML_O21() { + this(new DefaultModelClassFactory()); + } + + /** + * Creates a new OML_O21 message with custom ModelClassFactory. + */ + public OML_O21(ModelClassFactory factory) { + super(factory); + init(factory); + } + + private void init(ModelClassFactory factory) { + try { + this.add(MSH.class, true, false); + this.add(SFT.class, false, true); + this.add(UAC.class, false, false); + this.add(NTE.class, false, true); + this.add(OML_O21_PATIENT.class, false, false); + this.add(OML_O21_ORDER.class, true, true); + } catch(HL7Exception e) { + log.error("Unexpected error creating OML_O21 - this is probably a bug in the source code generator.", e); + } + } + + /** + * Returns "2.7" + */ + public String getVersion() { return "2.7"; } + + /** + *

          + * Returns + * MSH (Message Header) - creates it if necessary + *

          + */ + public MSH getMSH() { return getTyped("MSH", MSH.class); } + + /** + *

          + * Returns + * the first repetition of + * SFT (Software Segment) - creates it if necessary + *

          + */ + public SFT getSFT() { return getTyped("SFT", SFT.class); } + + + /** + *

          + * Returns a specific repetition of + * SFT (Software Segment) - creates it if necessary + *

          + * + * @param rep The repetition index (0-indexed, i.e. the first repetition is at index 0) + * @throws HL7Exception if the repetition requested is more than one + * greater than the number of existing repetitions. + */ + public SFT getSFT(int rep) { return getTyped("SFT", rep, SFT.class); } + + /** + *

          + * Returns the number of existing repetitions of SFT + *

          + */ + public int getSFTReps() { return getReps("SFT"); } + + /** + *

          + * Returns a non-modifiable List containing all current existing repetitions of SFT. + *

          + * Note that unlike {@link #getSFT()}, this method will not create any reps + * if none are already present, so an empty list may be returned. + *

          + */ + public java.util.List getSFTAll() throws HL7Exception { + return getAllAsList("SFT", SFT.class); + } + + /** + *

          + * Inserts a specific repetition of SFT (Software Segment) + *

          + * + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public void insertSFT(SFT structure, int rep) throws HL7Exception { + super.insertRepetition( "SFT", structure, rep); + } + + /** + *

          + * Inserts a specific repetition of SFT (Software Segment) + *

          + * + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public SFT insertSFT(int rep) throws HL7Exception { + return (SFT)super.insertRepetition("SFT", rep); + } + + /** + *

          + * Removes a specific repetition of SFT (Software Segment) + *

          + * + * @see AbstractGroup#removeRepetition(String, int) + */ + public SFT removeSFT(int rep) throws HL7Exception { + return (SFT)super.removeRepetition("SFT", rep); + } + + /** + *

          + * Returns + * UAC (User Authentication Credential Segment) - creates it if necessary + *

          + */ + public UAC getUAC() { + return getTyped("UAC", UAC.class); + } + + /** + *

          + * Returns + * the first repetition of + * NTE (Notes and Comments) - creates it if necessary + *

          + */ + public NTE getNTE() { + return getTyped("NTE", NTE.class); + } + + /** + *

          + * Returns a specific repetition of + * NTE (Notes and Comments) - creates it if necessary + *

          + * + * @param rep The repetition index (0-indexed, i.e. the first repetition is at index 0) + * @throws HL7Exception if the repetition requested is more than one + * greater than the number of existing repetitions. + */ + public NTE getNTE(int rep) { + return getTyped("NTE", rep, NTE.class); + } + + /** + *

          + * Returns the number of existing repetitions of NTE + *

          + */ + public int getNTEReps() { + return getReps("NTE"); + } + + /** + *

          + * Returns a non-modifiable List containing all current existing repetitions of NTE. + *

          + * Note that unlike {@link #getNTE()}, this method will not create any reps + * if none are already present, so an empty list may be returned. + *

          + */ + public java.util.List getNTEAll() throws HL7Exception { + return getAllAsList("NTE", NTE.class); + } + + /** + *

          + * Inserts a specific repetition of NTE (Notes and Comments) + *

          + * + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public void insertNTE(NTE structure, int rep) throws HL7Exception { + super.insertRepetition( "NTE", structure, rep); + } + + /** + *

          + * Inserts a specific repetition of NTE (Notes and Comments) + *

          + * + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public NTE insertNTE(int rep) throws HL7Exception { + return (NTE)super.insertRepetition("NTE", rep); + } + + /** + *

          + * Removes a specific repetition of NTE (Notes and Comments) + *

          + * + * @see AbstractGroup#removeRepetition(String, int) + */ + public NTE removeNTE(int rep) throws HL7Exception { + return (NTE)super.removeRepetition("NTE", rep); + } + + /** + *

          + * Returns + * PATIENT (a Group object) - creates it if necessary + *

          + */ + public OML_O21_PATIENT getPATIENT() { + return getTyped("PATIENT", OML_O21_PATIENT.class); + } + + /** + *

          + * Returns + * the first repetition of + * ORDER (a Group object) - creates it if necessary + *

          + */ + public OML_O21_ORDER getORDER() { + return getTyped("ORDER", OML_O21_ORDER.class); + } + + /** + *

          + * Returns a specific repetition of + * ORDER (a Group object) - creates it if necessary + *

          + * + * @param rep The repetition index (0-indexed, i.e. the first repetition is at index 0) + * @throws HL7Exception if the repetition requested is more than one + * greater than the number of existing repetitions. + */ + public OML_O21_ORDER getORDER(int rep) { + return getTyped("ORDER", rep, OML_O21_ORDER.class); + } + + /** + *

          + * Returns the number of existing repetitions of ORDER + *

          + */ + public int getORDERReps() { + return getReps("ORDER"); + } + + /** + *

          + * Returns a non-modifiable List containing all current existing repetitions of ORDER. + *

          + * Note that unlike {@link #getORDER()}, this method will not create any reps + * if none are already present, so an empty list may be returned. + *

          + */ + public java.util.List getORDERAll() throws HL7Exception { + return getAllAsList("ORDER", OML_O21_ORDER.class); + } + + /** + *

          + * Inserts a specific repetition of ORDER (a Group object) + *

          + * + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public void insertORDER(OML_O21_ORDER structure, int rep) throws HL7Exception { + super.insertRepetition( "ORDER", structure, rep); + } + + /** + *

          + * Inserts a specific repetition of ORDER (a Group object) + *

          + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public OML_O21_ORDER insertORDER(int rep) throws HL7Exception { + return (OML_O21_ORDER)super.insertRepetition("ORDER", rep); + } + + /** + *

          + * Removes a specific repetition of ORDER (a Group object) + *

          + * + * @see AbstractGroup#removeRepetition(String, int) + */ + public OML_O21_ORDER removeORDER(int rep) throws HL7Exception { + return (OML_O21_ORDER)super.removeRepetition("ORDER", rep); + } +} \ No newline at end of file diff --git a/prime-router/src/main/kotlin/fhirengine/utils/HL7Reader.kt b/prime-router/src/main/kotlin/fhirengine/utils/HL7Reader.kt index 037cac9f388..22ea9ceadda 100644 --- a/prime-router/src/main/kotlin/fhirengine/utils/HL7Reader.kt +++ b/prime-router/src/main/kotlin/fhirengine/utils/HL7Reader.kt @@ -13,6 +13,7 @@ import ca.uhn.hl7v2.util.Hl7InputStreamMessageStringIterator import ca.uhn.hl7v2.util.Terser import ca.uhn.hl7v2.validation.ValidationException import ca.uhn.hl7v2.validation.impl.ValidationContextFactory +import fhirengine.translation.hl7.structures.fhirinventory.message.OML_O21 import fhirengine.translation.hl7.structures.fhirinventory.message.ORM_O01 import fhirengine.translation.hl7.structures.fhirinventory.message.ORU_R01 import fhirengine.utils.ReportStreamCanonicalModelClassFactory @@ -22,10 +23,8 @@ import org.apache.commons.lang3.exception.ExceptionUtils import org.apache.logging.log4j.Level import org.apache.logging.log4j.kotlin.Logging import java.util.Date -import ca.uhn.hl7v2.model.v251.message.OML_O21 as v251_OML_O21 import ca.uhn.hl7v2.model.v251.message.ORU_R01 as v251_ORU_R01 import ca.uhn.hl7v2.model.v251.segment.MSH as v251_MSH -import ca.uhn.hl7v2.model.v27.message.OML_O21 as v27_OML_O21 import ca.uhn.hl7v2.model.v27.message.ORU_R01 as v27_ORU_R01 import ca.uhn.hl7v2.model.v27.segment.MSH as v27_MSH import fhirengine.translation.hl7.structures.nistelr251.message.ORU_R01 as NIST_ELR_ORU_R01 @@ -141,12 +140,6 @@ class HL7Reader(private val actionLogger: ActionLogger) : Logging { ) } } - "OML" -> { - return listOf( - v27_OML_O21::class.java, - v251_OML_O21::class.java - ) - } else -> { logger.warn( "${messageProfile.typeID} did not have any mapped message model classes, " + @@ -308,7 +301,7 @@ class HL7Reader(private val actionLogger: ActionLogger) : Logging { DefaultHapiContext( ParserConfiguration(), ValidationContextFactory.noValidation(), - ReportStreamCanonicalModelClassFactory(v27_OML_O21::class.java), + ReportStreamCanonicalModelClassFactory(OML_O21::class.java), ) } else if (hl7MessageType?.msh93 == "ORM_O01") { DefaultHapiContext( diff --git a/prime-router/src/main/resources/metadata/hl7_mapping/OML_O21/base/order/observation-request/observation-request-base.yml b/prime-router/src/main/resources/metadata/hl7_mapping/OML_O21/base/order/observation-request/observation-request-base.yml index 8a6f0c4db02..ddc67b83b82 100644 --- a/prime-router/src/main/resources/metadata/hl7_mapping/OML_O21/base/order/observation-request/observation-request-base.yml +++ b/prime-router/src/main/resources/metadata/hl7_mapping/OML_O21/base/order/observation-request/observation-request-base.yml @@ -7,6 +7,8 @@ elements: schema: classpath:/metadata/hl7_mapping/OML_O21/base/order/observation-request/observation-request.yml - name: observation-request-observation + resource: '%resource.supportingInfo.resolve().ofType(Observation).where(subject.resolve().id = %resource.subject.resolve().id)' + resourceIndex: observationIndex schema: classpath:/metadata/hl7_mapping/OML_O21/base/order/observation-request/observation/observation.yml - name: observation-request-specimen diff --git a/prime-router/src/main/resources/metadata/hl7_mapping/OML_O21/base/order/observation-request/observation-request.yml b/prime-router/src/main/resources/metadata/hl7_mapping/OML_O21/base/order/observation-request/observation-request.yml index 73879a89232..52bd72bc31e 100644 --- a/prime-router/src/main/resources/metadata/hl7_mapping/OML_O21/base/order/observation-request/observation-request.yml +++ b/prime-router/src/main/resources/metadata/hl7_mapping/OML_O21/base/order/observation-request/observation-request.yml @@ -8,7 +8,15 @@ elements: constants: obrFieldPath: '/ORDER(%{orderIndex})/OBSERVATION_REQUEST/OBR' -# - name: observation-request-note -# todo in second pass, for ORU this is mapped through Observation.note; OML maps through ServiceRequest.note -# this is already mapped into fhir via ORC/ServiceRequest... where is fhir -> hl7? -# todo add scearnio in full oml test for an OBSERVATION_REQUEST.NTE \ No newline at end of file + - name: observation-request-specimen + resource: '%resource.specimen.resolve().where(extension(%`rsext-hl7v2Segment`).value = "OBR")' + schema: classpath:/metadata/hl7_mapping/resources/Specimen/OBR.yml + constants: + obrFieldPath: '/ORDER(%{orderIndex})/OBSERVATION_REQUEST/OBR' + + - name: observation-request-note + resource: '%resource.note' + resourceIndex: noteIndex + schema: classpath:/metadata/hl7_mapping/datatypes/annotation/NTE.yml + constants: + hl7NotePath: '/ORDER(%{orderIndex})/OBSERVATION_REQUEST' \ No newline at end of file diff --git a/prime-router/src/main/resources/metadata/hl7_mapping/OML_O21/base/order/observation-request/observation/observation.yml b/prime-router/src/main/resources/metadata/hl7_mapping/OML_O21/base/order/observation-request/observation/observation.yml index c30cc39c86e..27470c8de9f 100644 --- a/prime-router/src/main/resources/metadata/hl7_mapping/OML_O21/base/order/observation-request/observation/observation.yml +++ b/prime-router/src/main/resources/metadata/hl7_mapping/OML_O21/base/order/observation-request/observation/observation.yml @@ -1,18 +1,22 @@ # $schema: ./../../../../../../../../../metadata/json_schema/fhir/fhir-to-hl7-mapping.json -constants: - observationPath: '%resource.supportingInfo.resolve().ofType(Observation).where(subject.resolve().id = %resource.subject.resolve().id)' - elements: - name: observation-result - resource: '%observationPath' - resourceIndex: resultIndex + resource: '%resource' required: false schema: classpath:/metadata/hl7_mapping/resources/Observation/OBX.yml constants: - hl7OBXField: '/ORDER(%{orderIndex})/OBSERVATION_REQUEST/OBSERVATION(%{resultIndex})/OBX' - hl7ObservationPath: '/ORDER(%{orderIndex})/OBSERVATION_REQUEST/OBSERVATION(%{resultIndex})' + hl7OBXField: '/ORDER(%{orderIndex})/OBSERVATION_REQUEST/OBSERVATION(%{observationIndex})/OBX' + hl7ObservationPath: '/ORDER(%{orderIndex})/OBSERVATION_REQUEST/OBSERVATION(%{observationIndex})' + resultIndex: observationIndex + + - name: observation-result-note + resource: '%resource.note' + resourceIndex: noteIndex + schema: classpath:/metadata/hl7_mapping/datatypes/annotation/NTE.yml + constants: + hl7NotePath: '/ORDER(%{orderIndex})/OBSERVATION_REQUEST/OBSERVATION(%{observationIndex})' # todo # - name: observation-participation-information diff --git a/prime-router/src/main/resources/metadata/hl7_mapping/OML_O21/base/order/observation-request/specimen/specimen.yml b/prime-router/src/main/resources/metadata/hl7_mapping/OML_O21/base/order/observation-request/specimen/specimen.yml index a77522f12f5..a9a3399d765 100644 --- a/prime-router/src/main/resources/metadata/hl7_mapping/OML_O21/base/order/observation-request/specimen/specimen.yml +++ b/prime-router/src/main/resources/metadata/hl7_mapping/OML_O21/base/order/observation-request/specimen/specimen.yml @@ -7,6 +7,7 @@ elements: schema: classpath:/metadata/hl7_mapping/resources/Specimen/SPM.yml constants: hl7SpecimenFieldPath: '/ORDER(%{orderIndex})/OBSERVATION_REQUEST/SPECIMEN(%{specimenIndex})/SPM' + resultIndex: specimenIndex - name: specimen-extension resource: '%resource.extension(%`rsext-spm-specimen`)' diff --git a/prime-router/src/main/resources/metadata/hl7_mapping/OML_O21/base/patient/patient.yml b/prime-router/src/main/resources/metadata/hl7_mapping/OML_O21/base/patient/patient.yml index dc0d8064c01..66f367574b7 100644 --- a/prime-router/src/main/resources/metadata/hl7_mapping/OML_O21/base/patient/patient.yml +++ b/prime-router/src/main/resources/metadata/hl7_mapping/OML_O21/base/patient/patient.yml @@ -24,8 +24,8 @@ elements: - name: patient-note resource: '%resource.extension(%`rsext-patient-notes`).value' - schema: classpath:/metadata/hl7_mapping/datatypes/annotation/NTE.yml resourceIndex: noteIndex + schema: classpath:/metadata/hl7_mapping/datatypes/annotation/NTE.yml constants: hl7NotePath: '%{hl7SegmentGroup}' diff --git a/prime-router/src/main/resources/metadata/hl7_mapping/ORU_R01/base/patient-result/order-observation/order-observation.yml b/prime-router/src/main/resources/metadata/hl7_mapping/ORU_R01/base/patient-result/order-observation/order-observation.yml index 3aacd09688c..ead6385b7e7 100644 --- a/prime-router/src/main/resources/metadata/hl7_mapping/ORU_R01/base/patient-result/order-observation/order-observation.yml +++ b/prime-router/src/main/resources/metadata/hl7_mapping/ORU_R01/base/patient-result/order-observation/order-observation.yml @@ -20,6 +20,12 @@ elements: constants: obrFieldPath: '/PATIENT_RESULT(%{patientIndex})/ORDER_OBSERVATION(%{orderIndex})/OBR' + - name: observation-request-specimen + resource: '%resource.specimen.resolve().where(extension(%`rsext-hl7v2Segment`).value = "OBR")' + schema: classpath:/metadata/hl7_mapping/resources/Specimen/OBR.yml + constants: + obrFieldPath: '/PATIENT_RESULT(%{patientIndex})/ORDER_OBSERVATION(%{orderIndex})/OBR' + - name: observation-request-diagnostic-report resource: '%resource' schema: classpath:/metadata/hl7_mapping/resources/DiagnosticReport/OBR.yml diff --git a/prime-router/src/main/resources/metadata/hl7_mapping/ORU_R01/base/patient-result/order-observation/specimen.yml b/prime-router/src/main/resources/metadata/hl7_mapping/ORU_R01/base/patient-result/order-observation/specimen.yml index 7a2cf358086..69b62b6981f 100644 --- a/prime-router/src/main/resources/metadata/hl7_mapping/ORU_R01/base/patient-result/order-observation/specimen.yml +++ b/prime-router/src/main/resources/metadata/hl7_mapping/ORU_R01/base/patient-result/order-observation/specimen.yml @@ -7,7 +7,7 @@ elements: - name: specimen resource: '%resource' - resourceIndex: specimenIndex + resourceIndex: resultIndex schema: classpath:/metadata/hl7_mapping/resources/Specimen/SPM.yml # constants: # performerOrganization: '%resource.basedOn.resolve().performer.resolve()' diff --git a/prime-router/src/main/resources/metadata/hl7_mapping/resources/ServiceRequest/OBR.yml b/prime-router/src/main/resources/metadata/hl7_mapping/resources/ServiceRequest/OBR.yml index 8fdab94f0db..115dd498471 100644 --- a/prime-router/src/main/resources/metadata/hl7_mapping/resources/ServiceRequest/OBR.yml +++ b/prime-router/src/main/resources/metadata/hl7_mapping/resources/ServiceRequest/OBR.yml @@ -29,21 +29,6 @@ elements: value: [ '%resource.occurrence.extension(%`rsext-hl7v2-date-time`).value' ] hl7Spec: [ '%{obrFieldPath}-6' ] - - name: observation-collected-datetime - condition: '%resource.specimen.resolve().where(extension(%`rsext-hl7v2Segment`).value = "OBR").collection.collected.is(dateTime)' - value: [ '%resource.specimen.resolve().where(extension(%`rsext-hl7v2Segment`).value = "OBR").collection.collected.extension(%`rsext-hl7v2-date-time`).value' ] - hl7Spec: [ '%{obrFieldPath}-7' ] - - - name: observation-collected-datetime-start - condition: '%resource.specimen.resolve().where(extension(%`rsext-hl7v2Segment`).value = "OBR").collection.collected.is(Period)' - value: [ '%resource.specimen.resolve().where(extension(%`rsext-hl7v2Segment`).value = "OBR").collection.collected.start.extension(%`rsext-hl7v2-date-time`).value' ] - hl7Spec: [ '%{obrFieldPath}-7' ] - - - name: observation-collected-end-datetime - condition: '%resource.specimen.resolve().where(extension(%`rsext-hl7v2Segment`).value = "OBR").collection.collected.is(Period)' - value: [ '%resource.specimen.resolve().where(extension(%`rsext-hl7v2Segment`).value = "OBR").collection.collected.end.extension(%`rsext-hl7v2-date-time`).value' ] - hl7Spec: [ '%{obrFieldPath}-8' ] - - name: ordering-provider-from-practitioner condition: '%context.requester.resolve().is(Practitioner) and %context.requester.resolve().extension(%`rsext-hl7v2Field`).value = "OBR.16"' schema: classpath:/metadata/hl7_mapping/resources/Practitioner/XCN.yml diff --git a/prime-router/src/main/resources/metadata/hl7_mapping/resources/ServiceRequest/OBRExtension.yml b/prime-router/src/main/resources/metadata/hl7_mapping/resources/ServiceRequest/OBRExtension.yml index e5b361e7939..32279b850ed 100644 --- a/prime-router/src/main/resources/metadata/hl7_mapping/resources/ServiceRequest/OBRExtension.yml +++ b/prime-router/src/main/resources/metadata/hl7_mapping/resources/ServiceRequest/OBRExtension.yml @@ -16,6 +16,20 @@ elements: constants: eiFieldPath: '%{obrFieldPath}-3' + - name: observation-collected-datetime-start + value: [ '%resource.extension.where(url = "OBR.7").value.extension(%`rsext-hl7v2-date-time`).value' ] + hl7Spec: [ '%{obrFieldPath}-7' ] + + - name: observation-collected-datetime-end + value: [ '%resource.extension.where(url = "OBR.8").value.extension(%`rsext-hl7v2-date-time`).value' ] + hl7Spec: [ '%{obrFieldPath}-8' ] + + - name: specimen-collection-volume + resource: '%resource.extension.where(url = "OBR.9").value' + schema: classpath:/metadata/hl7_mapping/datatypes/Quantity/CQ.yml + constants: + cqFieldPath: '%{obrFieldPath}-9' + - name: collector-identifier resource: '%resource.extension.where(url = "OBR.10").value.resolve()' schema: classpath:/metadata/hl7_mapping/resources/Practitioner/XCN.yml @@ -39,6 +53,38 @@ elements: constants: cweField: '%{obrFieldPath}-13' + - name: specimen-received-datetime + value: [ '%resource.extension.where(url = "OBR.14").value.extension(%`rsext-hl7v2-date-time`).value' ] + hl7Spec: [ '%{obrFieldPath}-14' ] + + - name: specimen-source-name + resource: '%resource.extension.where(url = "OBR.15.1").value' + schema: classpath:/metadata/hl7_mapping/datatypes/codeableConcept/CWE.yml + constants: + cweField: '%{obrFieldPath}-15-1' + + - name: specimen-source-additives + resource: '%resource.extension.where(url = "OBR.15.2").value' + schema: classpath:/metadata/hl7_mapping/datatypes/codeableConcept/CWE.yml + constants: + cweField: '%{obrFieldPath}-15-2' + + - name: specimen-source-collection-method-freetext + value: [ '%resource.extension.where(url = "OBR.15.3").value' ] + hl7Spec: [ '%{obrFieldPath}-15-3' ] + + - name: specimen-source-body-site + resource: '%resource.extension.where(url = "OBR.15.4").value' + schema: classpath:/metadata/hl7_mapping/datatypes/codeableConcept/CWE.yml + constants: + cweField: '%{obrFieldPath}-15-4' + + - name: specimen-source-collection-method-code + resource: '%resource.extension.where(url = "OBR.15.6").value' + schema: classpath:/metadata/hl7_mapping/datatypes/codeableConcept/CWE.yml + constants: + cweField: '%{obrFieldPath}-15-6' + - name: call-back-phone-number-obr-from-extension condition: '%context.requester.where(extension(%`rsext-callback-number`).value.extension(%`rsext-hl7v2Field`).value[%telecomIndex] = "OBR.17").exists().not()' resource: '%resource.extension.where(url = "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number").value' @@ -128,7 +174,6 @@ elements: cneFieldPath: '%{obrFieldPath}-45(%{cweIndex})' resourceIndex: cweIndex - - name: medically-necessary-duplicate-procedure resource: '%resource.extension.where(url = "OBR.48").value' schema: classpath:/metadata/hl7_mapping/datatypes/codeableConcept/CWE.yml diff --git a/prime-router/src/main/resources/metadata/hl7_mapping/resources/Specimen/OBR.yml b/prime-router/src/main/resources/metadata/hl7_mapping/resources/Specimen/OBR.yml new file mode 100644 index 00000000000..150592ba484 --- /dev/null +++ b/prime-router/src/main/resources/metadata/hl7_mapping/resources/Specimen/OBR.yml @@ -0,0 +1,56 @@ +# $schema: ./../../../../../../../metadata/json_schema/fhir/fhir-to-hl7-mapping.json + +elements: + + - name: observation-collected-datetime + condition: '%resource.collection.collected.is(dateTime)' + value: [ '%resource.collection.collected.extension(%`rsext-hl7v2-date-time`).value' ] + hl7Spec: [ '%{obrFieldPath}-7' ] + + - name: observation-collected-period-start + condition: '%resource.collection.collected.is(Period)' + value: [ '%resource.collection.collected.start.extension(%`rsext-hl7v2-date-time`).value' ] + hl7Spec: [ '%{obrFieldPath}-7' ] + + - name: observation-collected-period-end + condition: '%resource.collection.collected.is(Period)' + value: [ '%resource.collection.collected.end.extension(%`rsext-hl7v2-date-time`).value' ] + hl7Spec: [ '%{obrFieldPath}-8' ] + + - name: specimen-collection-volume + resource: '%resource.collection.quantity' + constants: + cqFieldPath: '%{obrFieldPath}-9' + schema: classpath:/metadata/hl7_mapping/datatypes/Quantity/CQ.yml + + - name: specimen-received-datetime + value: [ '%resource.receivedTime.extension(%`rsext-hl7v2-date-time`).value' ] + hl7Spec: [ '%{obrFieldPath}-14' ] + + - name: specimen-source-name + resource: '%resource.type' + schema: classpath:/metadata/hl7_mapping/datatypes/codeableConcept/CWE.yml + constants: + cweField: '%{obrFieldPath}-15-1' + + - name: specimen-source-additives + resource: '%resource.container.additive' + schema: classpath:/metadata/hl7_mapping/datatypes/codeableConcept/CWE.yml + constants: + cweField: '%{obrFieldPath}-15-2' + + - name: specimen-source-collection-method-freetext + value: [ '%resource.note.where(extension(%`rsext-hl7v2Component`).value = "OBR.15.3").text' ] + hl7Spec: [ '%{obrFieldPath}-15-3' ] + + - name: specimen-source-body-site + resource: '%resource.collection.bodySite' + schema: classpath:/metadata/hl7_mapping/datatypes/codeableConcept/CWE.yml + constants: + cweField: '%{obrFieldPath}-15-4' + + - name: specimen-source-collection-method-code + resource: '%resource.condition' + schema: classpath:/metadata/hl7_mapping/datatypes/codeableConcept/CWE.yml + constants: + cweField: '%{obrFieldPath}-15-6' \ No newline at end of file diff --git a/prime-router/src/main/resources/metadata/hl7_mapping/resources/Specimen/SPM.yml b/prime-router/src/main/resources/metadata/hl7_mapping/resources/Specimen/SPM.yml index da3436062e2..d15dc6f2226 100644 --- a/prime-router/src/main/resources/metadata/hl7_mapping/resources/Specimen/SPM.yml +++ b/prime-router/src/main/resources/metadata/hl7_mapping/resources/Specimen/SPM.yml @@ -2,7 +2,7 @@ elements: - name: specimen-set-id - value: [ '"1"' ] + value: [ '%resultIndex + 1' ] hl7Spec: [ '%{hl7SpecimenFieldPath}-1' ] - name: specimen-identifier diff --git a/prime-router/src/test/kotlin/common/UniversalPipelineTestUtils.kt b/prime-router/src/test/kotlin/common/UniversalPipelineTestUtils.kt index d6c338c0d0b..a0d3ae71a8f 100644 --- a/prime-router/src/test/kotlin/common/UniversalPipelineTestUtils.kt +++ b/prime-router/src/test/kotlin/common/UniversalPipelineTestUtils.kt @@ -67,11 +67,11 @@ SPM|1|0cba76f5-35e0-4a28-803a-2f31308aae9b||258500001^Nasopharyngeal swab^SCT||| @Suppress("ktlint:standard:max-line-length") const val cleanHL7RecordConverted = - """{"resourceType":"Bundle","id":"1721779095041066000.8124ea86-afeb-4eb2-8971-312b9fb7acb8","meta":{"lastUpdated":"2024-07-23T16:58:15.045-07:00"},"identifier":{"system":"https://reportstream.cdc.gov/prime-router","value":"371784"},"type":"message","timestamp":"2021-02-10T17:07:37.000-08:00","entry":[{"fullUrl":"MessageHeader/4aeed951-99a9-3152-8885-6b0acc6dd35e","resource":{"resourceType":"MessageHeader","id":"4aeed951-99a9-3152-8885-6b0acc6dd35e","meta":{"tag":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0103","code":"P"}]},"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/msh-message-header","extension":[{"url":"MSH.7","valueString":"20210210170737"},{"url":"MSH.15","valueString":"NE"},{"url":"MSH.16","valueString":"NE"},{"url":"MSH.21","valueIdentifier":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"ELR_Receiver"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.9.99"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]}],"value":"PHLabReportNoAck"}}]}],"eventCoding":{"system":"http://terminology.hl7.org/CodeSystem/v2-0003","code":"R01","display":"ORU^R01^ORU_R01"},"destination":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"MSH.5"}],"name":"PRIME_DOH","_endpoint":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/data-absent-reason","valueCode":"unknown"}]},"receiver":{"reference":"Organization/1721779095101182000.6e9c378b-5357-4439-94fd-b578715648a6"}}],"sender":{"reference":"Organization/1721779095075059000.2189c9cf-ee89-4de1-8af1-01eeb203cdd7"},"source":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"CDC PRIME - Atlanta, Georgia (Dekalb)"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.114222.4.1.237821"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueString":"ISO"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"MSH.3"}],"software":"PRIME ReportStream","version":"0.1-SNAPSHOT","endpoint":"urn:oid:2.16.840.1.114222.4.1.237821"}}},{"fullUrl":"Organization/1721779095075059000.2189c9cf-ee89-4de1-8af1-01eeb203cdd7","resource":{"resourceType":"Organization","id":"1721779095075059000.2189c9cf-ee89-4de1-8af1-01eeb203cdd7","identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.1"}],"value":"Avante at Ormond Beach"},{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.2,HD.3"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0301","code":"CLIA"}]},"value":"10D0876999"}],"address":[{"country":"USA"}]}},{"fullUrl":"Organization/1721779095101182000.6e9c378b-5357-4439-94fd-b578715648a6","resource":{"resourceType":"Organization","id":"1721779095101182000.6e9c378b-5357-4439-94fd-b578715648a6","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"MSH.6"}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.1"}],"value":"Prime ReportStream"}]}},{"fullUrl":"Provenance/1721779095325537000.37c25033-9e7b-483a-9ca2-8b553244c297","resource":{"resourceType":"Provenance","id":"1721779095325537000.37c25033-9e7b-483a-9ca2-8b553244c297","target":[{"reference":"MessageHeader/4aeed951-99a9-3152-8885-6b0acc6dd35e"},{"reference":"DiagnosticReport/1721779095495254000.5cb1dfe6-8ed3-49c3-8a98-021226380faf"}],"recorded":"2021-02-10T17:07:37Z","activity":{"coding":[{"display":"ORU^R01^ORU_R01"}]},"agent":[{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/provenance-participant-type","code":"author"}]},"who":{"reference":"Organization/1721779095324867000.5b5c3704-8a2b-439b-a8a6-06e32fb78478"}}],"entity":[{"role":"source","what":{"reference":"Device/1721779095327982000.a98928b3-e99b-4463-bada-b6a596c9cc10"}}]}},{"fullUrl":"Organization/1721779095324867000.5b5c3704-8a2b-439b-a8a6-06e32fb78478","resource":{"resourceType":"Organization","id":"1721779095324867000.5b5c3704-8a2b-439b-a8a6-06e32fb78478","identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.1"}],"value":"Avante at Ormond Beach"},{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.2,HD.3"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0301","code":"CLIA"}]},"value":"10D0876999"}]}},{"fullUrl":"Organization/1721779095327814000.ff76d2f4-c7e3-45ba-82e1-d1778702925f","resource":{"resourceType":"Organization","id":"1721779095327814000.ff76d2f4-c7e3-45ba-82e1-d1778702925f","name":"Centers for Disease Control and Prevention"}},{"fullUrl":"Device/1721779095327982000.a98928b3-e99b-4463-bada-b6a596c9cc10","resource":{"resourceType":"Device","id":"1721779095327982000.a98928b3-e99b-4463-bada-b6a596c9cc10","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/software-vendor-org","valueReference":{"reference":"Organization/1721779095327814000.ff76d2f4-c7e3-45ba-82e1-d1778702925f"}}],"manufacturer":"Centers for Disease Control and Prevention","deviceName":[{"name":"PRIME ReportStream","type":"manufacturer-name"}],"modelNumber":"0.1-SNAPSHOT","version":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/software-install-date","valueDateTime":"2021-02-10","_valueDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"20210210"}]}}],"value":"0.1-SNAPSHOT"}]}},{"fullUrl":"Provenance/1721779095333009000.bd411d6d-f4cf-4c49-9cae-25b4358d5611","resource":{"resourceType":"Provenance","id":"1721779095333009000.bd411d6d-f4cf-4c49-9cae-25b4358d5611","recorded":"2024-07-23T16:58:15Z","policy":["http://hl7.org/fhir/uv/v2mappings/message-oru-r01-to-bundle"],"activity":{"coding":[{"code":"v2-FHIR transformation"}]},"agent":[{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/provenance-participant-type","code":"assembler"}]},"who":{"reference":"Organization/1721779095332702000.dfbfd358-15e6-4037-8ef7-77545accb117"}}]}},{"fullUrl":"Organization/1721779095332702000.dfbfd358-15e6-4037-8ef7-77545accb117","resource":{"resourceType":"Organization","id":"1721779095332702000.dfbfd358-15e6-4037-8ef7-77545accb117","identifier":[{"value":"CDC PRIME - Atlanta"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0301"}]},"system":"urn:ietf:rfc:3986","value":"2.16.840.1.114222.4.1.237821"}]}},{"fullUrl":"Patient/1721779095352871000.43ab1a5e-ddca-4454-baea-5a67fc67b3f1","resource":{"resourceType":"Patient","id":"1721779095352871000.43ab1a5e-ddca-4454-baea-5a67fc67b3f1","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/pid-patient","extension":[{"url":"PID.8","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"}],"code":"F"}]}},{"url":"PID.30","valueString":"N"}]},{"url":"http://ibm.com/fhir/cdm/StructureDefinition/local-race-cd","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70005"}],"system":"http://terminology.hl7.org/CodeSystem/v3-Race","version":"2.5.1","code":"2106-3","display":"White"}]}},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/ethnic-group","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70189"}],"system":"http://terminology.hl7.org/CodeSystem/v2-0189","code":"U","display":"Unknown"}]}}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier","extension":[{"url":"CX.5","valueString":"PI"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"PID.3"}],"type":{"coding":[{"code":"PI"}]},"value":"2a14112c-ece1-4f82-915c-7b3a8d152eda","assigner":{"reference":"Organization/1721779095337788000.9966802f-37aa-4c6c-9461-a485310d483b"}}],"name":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name","extension":[{"url":"XPN.2","valueString":"Kareem"},{"url":"XPN.3","valueString":"Millie"},{"url":"XPN.7","valueString":"L"}]}],"use":"official","family":"Buckridge","given":["Kareem","Millie"]}],"telecom":[{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-country","valueString":"1"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-area","valueString":"211"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-local","valueString":"2240784"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point","extension":[{"url":"XTN.1","valueString":"7275555555:1:"},{"url":"XTN.2","valueString":"PRN"},{"url":"XTN.4","valueString":"roscoe.wilkinson@email.com"},{"url":"XTN.7","valueString":"2240784"}]}],"system":"email","use":"home"}],"gender":"female","birthDate":"1958-08-10","_birthDate":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"19580810"}]},"deceasedBoolean":false,"address":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line","extension":[{"url":"SAD.1","valueString":"688 Leighann Inlet"}]}]}],"line":["688 Leighann Inlet"],"city":"South Rodneychester","district":"48077","state":"TX","postalCode":"67071"}]}},{"fullUrl":"Organization/1721779095337788000.9966802f-37aa-4c6c-9461-a485310d483b","resource":{"resourceType":"Organization","id":"1721779095337788000.9966802f-37aa-4c6c-9461-a485310d483b","identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.1"}],"value":"Avante at Ormond Beach"}]}},{"fullUrl":"Provenance/1721779095355228000.9beb413b-8721-4221-8c79-499e20f2fd92","resource":{"resourceType":"Provenance","id":"1721779095355228000.9beb413b-8721-4221-8c79-499e20f2fd92","target":[{"reference":"Patient/1721779095352871000.43ab1a5e-ddca-4454-baea-5a67fc67b3f1"}],"recorded":"2024-07-23T16:58:15Z","activity":{"coding":[{"system":"https://terminology.hl7.org/CodeSystem/v3-DataOperation","code":"UPDATE"}]}}},{"fullUrl":"Observation/1721779095357939000.85aa77e7-a8a3-41a0-bb83-3a8c7d94e52c","resource":{"resourceType":"Observation","id":"1721779095357939000.85aa77e7-a8a3-41a0-bb83-3a8c7d94e52c","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time","valueDateTime":"2021-02-09T00:00:00-06:00","_valueDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]}},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation","extension":[{"url":"OBX.2","valueId":"CWE"},{"url":"OBX.11","valueString":"F"},{"url":"OBX.17","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"99ELR"}],"code":"CareStart COVID-19 Antigen test_Access Bio, Inc._EUA"}]}}]}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"94558-4","display":"SARS-CoV-2 (COVID-19) Ag [Presence] in Respiratory specimen by Rapid immunoassay"}]},"subject":{"reference":"Patient/1721779095352871000.43ab1a5e-ddca-4454-baea-5a67fc67b3f1"},"effectiveDateTime":"2021-02-09T00:00:00-06:00","_effectiveDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"performer":[{"reference":"Organization/1721779095358794000.776ae6de-798b-4a27-89af-8771c788f848"}],"valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"SCT"}],"system":"http://snomed.info/sct","code":"260415000","display":"Not detected"}]},"interpretation":[{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70078"}],"code":"N","display":"Normal (applies to non-numeric results)"}]}],"method":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"99ELR"}],"code":"CareStart COVID-19 Antigen test_Access Bio, Inc._EUA"}]}}},{"fullUrl":"Organization/1721779095358794000.776ae6de-798b-4a27-89af-8771c788f848","resource":{"resourceType":"Organization","id":"1721779095358794000.776ae6de-798b-4a27-89af-8771c788f848","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization","extension":[{"url":"XON.10","valueString":"10D0876999"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"OBX.25"}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"CLIA"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.4.7"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]}],"value":"10D0876999"}],"name":"Avante at Ormond Beach","address":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line","extension":[{"url":"SAD.1","valueString":"170 North King Road"}]}]}],"line":["170 North King Road"],"city":"Ormond Beach","district":"12127","state":"FL","postalCode":"32174"}]}},{"fullUrl":"Observation/1721779095361252000.86286d65-9e75-4f1b-9712-350c93666cfc","resource":{"resourceType":"Observation","id":"1721779095361252000.86286d65-9e75-4f1b-9712-350c93666cfc","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation","extension":[{"url":"OBX.2","valueId":"CWE"},{"url":"OBX.29","valueId":"QST"},{"url":"OBX.11","valueString":"F"}]}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"95418-0","display":"Whether patient is employed in a healthcare setting"}]},"subject":{"reference":"Patient/1721779095352871000.43ab1a5e-ddca-4454-baea-5a67fc67b3f1"},"effectiveDateTime":"2021-02-09T00:00:00-06:00","_effectiveDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70136"}],"code":"Y","display":"Yes"}]}}},{"fullUrl":"Observation/1721779095363292000.adbb0dcd-2367-475c-af73-95f96044ec62","resource":{"resourceType":"Observation","id":"1721779095363292000.adbb0dcd-2367-475c-af73-95f96044ec62","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation","extension":[{"url":"OBX.2","valueId":"CWE"},{"url":"OBX.29","valueId":"QST"},{"url":"OBX.11","valueString":"F"}]}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"95417-2","display":"First test for condition of interest"}]},"subject":{"reference":"Patient/1721779095352871000.43ab1a5e-ddca-4454-baea-5a67fc67b3f1"},"effectiveDateTime":"2021-02-09T00:00:00-06:00","_effectiveDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70136"}],"code":"Y","display":"Yes"}]}}},{"fullUrl":"Observation/1721779095365380000.f1fb38e0-5df0-4aca-9854-423bbf2bf6ae","resource":{"resourceType":"Observation","id":"1721779095365380000.f1fb38e0-5df0-4aca-9854-423bbf2bf6ae","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation","extension":[{"url":"OBX.2","valueId":"CWE"},{"url":"OBX.29","valueId":"QST"},{"url":"OBX.11","valueString":"F"}]}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"95421-4","display":"Resides in a congregate care setting"}]},"subject":{"reference":"Patient/1721779095352871000.43ab1a5e-ddca-4454-baea-5a67fc67b3f1"},"effectiveDateTime":"2021-02-09T00:00:00-06:00","_effectiveDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70136"}],"code":"N","display":"No"}]}}},{"fullUrl":"Observation/1721779095367165000.2ec02035-fd7f-4224-8fb4-416456c43445","resource":{"resourceType":"Observation","id":"1721779095367165000.2ec02035-fd7f-4224-8fb4-416456c43445","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation","extension":[{"url":"OBX.2","valueId":"CWE"},{"url":"OBX.29","valueId":"QST"},{"url":"OBX.11","valueString":"F"}]}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"95419-8","display":"Has symptoms related to condition of interest"}]},"subject":{"reference":"Patient/1721779095352871000.43ab1a5e-ddca-4454-baea-5a67fc67b3f1"},"effectiveDateTime":"2021-02-09T00:00:00-06:00","_effectiveDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70136"}],"code":"N","display":"No"}]}}},{"fullUrl":"Specimen/1721779095482081000.c3758a54-eb20-4694-b925-cc7d24bfbbba","resource":{"resourceType":"Specimen","id":"1721779095482081000.c3758a54-eb20-4694-b925-cc7d24bfbbba","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment","valueString":"OBR"}],"collection":{"collectedPeriod":{"start":"2021-02-09T00:00:00-06:00","_start":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"end":"2021-02-09T00:00:00-06:00","_end":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]}}}}},{"fullUrl":"Specimen/1721779095483785000.68cef163-56b4-4da6-8e30-b61983c02e6b","resource":{"resourceType":"Specimen","id":"1721779095483785000.68cef163-56b4-4da6-8e30-b61983c02e6b","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment","valueString":"SPM"}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component","valueString":"SPM.2.1"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"PGN"}]},"value":"0cba76f5-35e0-4a28-803a-2f31308aae9b"}],"type":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"SCT"}],"system":"http://snomed.info/sct","code":"258500001","display":"Nasopharyngeal swab"}]},"receivedTime":"2021-02-09T00:00:00-06:00","_receivedTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"collection":{"collectedDateTime":"2021-02-09T00:00:00-06:00","_collectedDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"bodySite":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"SCT"}],"system":"http://snomed.info/sct","version":"2020-09-01","code":"71836000","display":"Nasopharyngeal structure (body structure)"}]}}}},{"fullUrl":"ServiceRequest/1721779095491622000.c8739469-89a0-4296-8bbb-1a8f4dca313f","resource":{"resourceType":"ServiceRequest","id":"1721779095491622000.c8739469-89a0-4296-8bbb-1a8f4dca313f","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/business-event","valueCode":"RE"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/orc-common-order","extension":[{"url":"orc-21-ordering-facility-name","valueReference":{"reference":"Organization/1721779095488185000.0eaf9feb-254d-4235-9dff-638105263d37"}},{"url":"orc-22-ordering-facility-address","valueAddress":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line","extension":[{"url":"SAD.1","valueString":"170 North King Road"}]}]}],"line":["170 North King Road"],"city":"Ormond Beach","district":"12127","state":"FL","postalCode":"32174"}},{"url":"orc-24-ordering-provider-address","valueAddress":{"postalCode":"32174"}},{"url":"orc-12-ordering-provider","valueReference":{"reference":"Practitioner/1721779095489764000.87471747-2300-4260-9bc7-805b7451df4b"}},{"url":"ORC.15","valueString":"20210209"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request","extension":[{"url":"OBR.2","valueIdentifier":{"value":"73a6e9bd-aaec-418e-813a-0ad33366ca85"}},{"url":"OBR.3","valueIdentifier":{"value":"0cba76f5-35e0-4a28-803a-2f31308aae9b"}},{"url":"OBR.22","valueString":"202102090000-0600"},{"url":"OBR.25","valueId":"F"},{"url":"OBR.16","valueReference":{"reference":"Practitioner/1721779095490784000.d8a5e4d6-6caf-408d-901a-a862fbf57a18"}},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number","valueContactPoint":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-country","valueString":"1"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-area","valueString":"386"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-local","valueString":"6825220"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point","extension":[{"url":"XTN.2","valueString":"WPN"},{"url":"XTN.7","valueString":"6825220"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"OBR.17"}],"_system":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/data-absent-reason","valueCode":"unknown"}]},"use":"work"}}]}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.2"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"PLAC"}]},"value":"73a6e9bd-aaec-418e-813a-0ad33366ca85"},{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.3"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"FILL"}]},"value":"73a6e9bd-aaec-418e-813a-0ad33366ca85"}],"status":"unknown","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"94558-4","display":"SARS-CoV-2 (COVID-19) Ag [Presence] in Respiratory specimen by Rapid immunoassay"}]},"subject":{"reference":"Patient/1721779095352871000.43ab1a5e-ddca-4454-baea-5a67fc67b3f1"},"requester":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number","valueContactPoint":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-country","valueString":"1"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-area","valueString":"386"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-local","valueString":"6825220"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point","extension":[{"url":"XTN.2","valueString":"WPN"},{"url":"XTN.7","valueString":"6825220"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.14"}],"_system":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/data-absent-reason","valueCode":"unknown"}]},"use":"work"}}],"reference":"PractitionerRole/1721779095484855000.d07abc10-62fa-445b-81df-1af193f5ce19"}}},{"fullUrl":"Practitioner/1721779095485842000.c16c7a09-63f3-4753-bfd4-bb6e0f02ff83","resource":{"resourceType":"Practitioner","id":"1721779095485842000.c16c7a09-63f3-4753-bfd4-bb6e0f02ff83","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"CMS"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.249"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner","extension":[{"url":"XCN.3","valueString":"Husam"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.12"}],"identifier":[{"type":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id","valueBoolean":true}],"code":"NPI"}]},"system":"CMS","value":"1629082607"}],"name":[{"family":"Eddin","given":["Husam"]}],"address":[{"postalCode":"32174"}]}},{"fullUrl":"Organization/1721779095486628000.7773205f-e9e1-49eb-bdf2-c4d80deb3306","resource":{"resourceType":"Organization","id":"1721779095486628000.7773205f-e9e1-49eb-bdf2-c4d80deb3306","name":"Avante at Ormond Beach","telecom":[{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-country","valueString":"1"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-area","valueString":"407"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-local","valueString":"7397506"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point","extension":[{"url":"XTN.2","valueString":"WPN"},{"url":"XTN.4","valueString":"jbrush@avantecenters.com"},{"url":"XTN.7","valueString":"7397506"}]}],"system":"email","use":"work"}],"address":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line","extension":[{"url":"SAD.1","valueString":"170 North King Road"}]}]}],"line":["170 North King Road"],"city":"Ormond Beach","district":"12127","state":"FL","postalCode":"32174"}]}},{"fullUrl":"PractitionerRole/1721779095484855000.d07abc10-62fa-445b-81df-1af193f5ce19","resource":{"resourceType":"PractitionerRole","id":"1721779095484855000.d07abc10-62fa-445b-81df-1af193f5ce19","practitioner":{"reference":"Practitioner/1721779095485842000.c16c7a09-63f3-4753-bfd4-bb6e0f02ff83"},"organization":{"reference":"Organization/1721779095486628000.7773205f-e9e1-49eb-bdf2-c4d80deb3306"}}},{"fullUrl":"Organization/1721779095488185000.0eaf9feb-254d-4235-9dff-638105263d37","resource":{"resourceType":"Organization","id":"1721779095488185000.0eaf9feb-254d-4235-9dff-638105263d37","name":"Avante at Ormond Beach"}},{"fullUrl":"Practitioner/1721779095489764000.87471747-2300-4260-9bc7-805b7451df4b","resource":{"resourceType":"Practitioner","id":"1721779095489764000.87471747-2300-4260-9bc7-805b7451df4b","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"CMS"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.249"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner","extension":[{"url":"XCN.3","valueString":"Husam"}]}],"identifier":[{"type":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id","valueBoolean":true}],"code":"NPI"}]},"system":"CMS","value":"1629082607"}],"name":[{"family":"Eddin","given":["Husam"]}]}},{"fullUrl":"Practitioner/1721779095490784000.d8a5e4d6-6caf-408d-901a-a862fbf57a18","resource":{"resourceType":"Practitioner","id":"1721779095490784000.d8a5e4d6-6caf-408d-901a-a862fbf57a18","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"CMS"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.249"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner","extension":[{"url":"XCN.3","valueString":"Husam"}]}],"identifier":[{"type":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id","valueBoolean":true}],"code":"NPI"}]},"system":"CMS","value":"1629082607"}],"name":[{"family":"Eddin","given":["Husam"]}]}},{"fullUrl":"DiagnosticReport/1721779095495254000.5cb1dfe6-8ed3-49c3-8a98-021226380faf","resource":{"resourceType":"DiagnosticReport","id":"1721779095495254000.5cb1dfe6-8ed3-49c3-8a98-021226380faf","identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.2"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"PLAC"}]},"value":"73a6e9bd-aaec-418e-813a-0ad33366ca85"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"FILL"}]},"value":"73a6e9bd-aaec-418e-813a-0ad33366ca85"}],"basedOn":[{"reference":"ServiceRequest/1721779095491622000.c8739469-89a0-4296-8bbb-1a8f4dca313f"}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"94558-4","display":"SARS-CoV-2 (COVID-19) Ag [Presence] in Respiratory specimen by Rapid immunoassay"}]},"subject":{"reference":"Patient/1721779095352871000.43ab1a5e-ddca-4454-baea-5a67fc67b3f1"},"effectivePeriod":{"start":"2021-02-09T00:00:00-06:00","_start":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"end":"2021-02-09T00:00:00-06:00","_end":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]}},"issued":"2021-02-09T00:00:00-06:00","_issued":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"specimen":[{"reference":"Specimen/1721779095483785000.68cef163-56b4-4da6-8e30-b61983c02e6b"},{"reference":"Specimen/1721779095482081000.c3758a54-eb20-4694-b925-cc7d24bfbbba"}],"result":[{"reference":"Observation/1721779095357939000.85aa77e7-a8a3-41a0-bb83-3a8c7d94e52c"},{"reference":"Observation/1721779095361252000.86286d65-9e75-4f1b-9712-350c93666cfc"},{"reference":"Observation/1721779095363292000.adbb0dcd-2367-475c-af73-95f96044ec62"},{"reference":"Observation/1721779095365380000.f1fb38e0-5df0-4aca-9854-423bbf2bf6ae"},{"reference":"Observation/1721779095367165000.2ec02035-fd7f-4224-8fb4-416456c43445"}]}}]}""" + """{"resourceType":"Bundle","id":"1731632467807559000.a6efb49c-5d6e-4b1b-93e4-549807228adf","meta":{"lastUpdated":"2024-11-14T17:01:07.811-08:00"},"identifier":{"system":"https://reportstream.cdc.gov/prime-router","value":"371784"},"type":"message","timestamp":"2021-02-10T17:07:37.000-08:00","entry":[{"fullUrl":"MessageHeader/1731632467857979000.21de7b32-4047-4711-8a8d-3eb6d583d5e5","resource":{"resourceType":"MessageHeader","id":"1731632467857979000.21de7b32-4047-4711-8a8d-3eb6d583d5e5","meta":{"tag":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0103","code":"P"}]},"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/msh-message-header","extension":[{"url":"MSH.7","valueString":"20210210170737"},{"url":"MSH.15","valueString":"NE"},{"url":"MSH.16","valueString":"NE"},{"url":"MSH.21","valueIdentifier":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"ELR_Receiver"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.9.99"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]}],"value":"PHLabReportNoAck"}}]}],"eventCoding":{"system":"http://terminology.hl7.org/CodeSystem/v2-0003","code":"R01","display":"ORU^R01^ORU_R01"},"destination":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"MSH.5"}],"name":"PRIME_DOH","_endpoint":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/data-absent-reason","valueCode":"unknown"}]},"receiver":{"reference":"Organization/1731632467857404000.4b17fbe3-f469-4d47-b624-b3a708809232"}}],"sender":{"reference":"Organization/1731632467838107000.a435dcab-9207-4715-8520-982466e8f850"},"source":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"CDC PRIME - Atlanta, Georgia (Dekalb)"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.114222.4.1.237821"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueString":"ISO"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"MSH.3"}],"software":"PRIME ReportStream","version":"0.1-SNAPSHOT","endpoint":"urn:oid:2.16.840.1.114222.4.1.237821"}}},{"fullUrl":"Organization/1731632467838107000.a435dcab-9207-4715-8520-982466e8f850","resource":{"resourceType":"Organization","id":"1731632467838107000.a435dcab-9207-4715-8520-982466e8f850","identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.1"}],"value":"Avante at Ormond Beach"},{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.2,HD.3"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0301","code":"CLIA"}]},"value":"10D0876999"}],"address":[{"country":"USA"}]}},{"fullUrl":"Organization/1731632467857404000.4b17fbe3-f469-4d47-b624-b3a708809232","resource":{"resourceType":"Organization","id":"1731632467857404000.4b17fbe3-f469-4d47-b624-b3a708809232","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"MSH.6"}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.1"}],"value":"Prime ReportStream"}]}},{"fullUrl":"Provenance/1731632468118479000.3007186c-cf34-4404-85c0-0e6ba392c4d5","resource":{"resourceType":"Provenance","id":"1731632468118479000.3007186c-cf34-4404-85c0-0e6ba392c4d5","target":[{"reference":"MessageHeader/1731632467857979000.21de7b32-4047-4711-8a8d-3eb6d583d5e5"},{"reference":"DiagnosticReport/1731632468291037000.ab9b0907-d6f9-4273-9ec1-e575a9319242"}],"recorded":"2021-02-10T17:07:37Z","activity":{"coding":[{"display":"ORU^R01^ORU_R01"}]},"agent":[{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/provenance-participant-type","code":"author"}]},"who":{"reference":"Organization/1731632468117808000.136721c9-da61-4029-8afa-cb1951b419f2"}}],"entity":[{"role":"source","what":{"reference":"Device/1731632468121059000.02954daa-fe7d-416e-a5bc-4379c0525e06"}}]}},{"fullUrl":"Organization/1731632468117808000.136721c9-da61-4029-8afa-cb1951b419f2","resource":{"resourceType":"Organization","id":"1731632468117808000.136721c9-da61-4029-8afa-cb1951b419f2","identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.1"}],"value":"Avante at Ormond Beach"},{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.2,HD.3"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0301","code":"CLIA"}]},"value":"10D0876999"}]}},{"fullUrl":"Organization/1731632468120893000.649ee734-7495-4053-a38b-b6ac88504400","resource":{"resourceType":"Organization","id":"1731632468120893000.649ee734-7495-4053-a38b-b6ac88504400","name":"Centers for Disease Control and Prevention"}},{"fullUrl":"Device/1731632468121059000.02954daa-fe7d-416e-a5bc-4379c0525e06","resource":{"resourceType":"Device","id":"1731632468121059000.02954daa-fe7d-416e-a5bc-4379c0525e06","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/software-vendor-org","valueReference":{"reference":"Organization/1731632468120893000.649ee734-7495-4053-a38b-b6ac88504400"}}],"manufacturer":"Centers for Disease Control and Prevention","deviceName":[{"name":"PRIME ReportStream","type":"manufacturer-name"}],"modelNumber":"0.1-SNAPSHOT","version":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/software-install-date","valueDateTime":"2021-02-10","_valueDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"20210210"}]}}],"value":"0.1-SNAPSHOT"}]}},{"fullUrl":"Provenance/1731632468126028000.89599481-01f2-4262-ac4e-3267eee965f1","resource":{"resourceType":"Provenance","id":"1731632468126028000.89599481-01f2-4262-ac4e-3267eee965f1","recorded":"2024-11-14T17:01:08Z","policy":["http://hl7.org/fhir/uv/v2mappings/message-oru-r01-to-bundle"],"activity":{"coding":[{"code":"v2-FHIR transformation"}]},"agent":[{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/provenance-participant-type","code":"assembler"}]},"who":{"reference":"Organization/1731632468125740000.a25331bc-c56a-4bfd-bd88-18cbe2f78e2e"}}]}},{"fullUrl":"Organization/1731632468125740000.a25331bc-c56a-4bfd-bd88-18cbe2f78e2e","resource":{"resourceType":"Organization","id":"1731632468125740000.a25331bc-c56a-4bfd-bd88-18cbe2f78e2e","identifier":[{"value":"CDC PRIME - Atlanta"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0301"}]},"system":"urn:ietf:rfc:3986","value":"2.16.840.1.114222.4.1.237821"}]}},{"fullUrl":"Patient/1731632468145224000.685c9536-74f6-47a6-a5e5-240954e9146b","resource":{"resourceType":"Patient","id":"1731632468145224000.685c9536-74f6-47a6-a5e5-240954e9146b","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/pid-patient","extension":[{"url":"PID.8","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"}],"code":"F"}]}},{"url":"PID.30","valueString":"N"}]},{"url":"http://ibm.com/fhir/cdm/StructureDefinition/local-race-cd","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70005"}],"system":"http://terminology.hl7.org/CodeSystem/v3-Race","version":"2.5.1","code":"2106-3","display":"White"}]}},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/ethnic-group","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70189"}],"system":"http://terminology.hl7.org/CodeSystem/v2-0189","code":"U","display":"Unknown"}]}}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier","extension":[{"url":"CX.5","valueString":"PI"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"PID.3"}],"type":{"coding":[{"code":"PI"}]},"value":"2a14112c-ece1-4f82-915c-7b3a8d152eda","assigner":{"reference":"Organization/1731632468130893000.c443cd1d-44f0-455d-8edf-a68e1d0b1b78"}}],"name":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name","extension":[{"url":"XPN.2","valueString":"Kareem"},{"url":"XPN.3","valueString":"Millie"},{"url":"XPN.7","valueString":"L"}]}],"use":"official","family":"Buckridge","given":["Kareem","Millie"]}],"telecom":[{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-country","valueString":"1"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-area","valueString":"211"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-local","valueString":"2240784"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point","extension":[{"url":"XTN.1","valueString":"7275555555:1:"},{"url":"XTN.2","valueString":"PRN"},{"url":"XTN.4","valueString":"roscoe.wilkinson@email.com"},{"url":"XTN.7","valueString":"2240784"}]}],"system":"email","use":"home"}],"gender":"female","birthDate":"1958-08-10","_birthDate":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"19580810"}]},"deceasedBoolean":false,"address":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line","extension":[{"url":"SAD.1","valueString":"688 Leighann Inlet"}]}]}],"line":["688 Leighann Inlet"],"city":"South Rodneychester","district":"48077","state":"TX","postalCode":"67071"}]}},{"fullUrl":"Organization/1731632468130893000.c443cd1d-44f0-455d-8edf-a68e1d0b1b78","resource":{"resourceType":"Organization","id":"1731632468130893000.c443cd1d-44f0-455d-8edf-a68e1d0b1b78","identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.1"}],"value":"Avante at Ormond Beach"}]}},{"fullUrl":"Provenance/1731632468147477000.8af92e28-86a3-4d2b-879f-71acbd50f3db","resource":{"resourceType":"Provenance","id":"1731632468147477000.8af92e28-86a3-4d2b-879f-71acbd50f3db","target":[{"reference":"Patient/1731632468145224000.685c9536-74f6-47a6-a5e5-240954e9146b"}],"recorded":"2024-11-14T17:01:08Z","activity":{"coding":[{"system":"https://terminology.hl7.org/CodeSystem/v3-DataOperation","code":"UPDATE"}]}}},{"fullUrl":"Observation/1731632468150542000.d93d288b-b70f-499d-903b-45282d68d3ea","resource":{"resourceType":"Observation","id":"1731632468150542000.d93d288b-b70f-499d-903b-45282d68d3ea","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time","valueDateTime":"2021-02-09T00:00:00-06:00","_valueDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]}},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation","extension":[{"url":"OBX.2","valueId":"CWE"},{"url":"OBX.11","valueString":"F"},{"url":"OBX.17","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"99ELR"}],"code":"CareStart COVID-19 Antigen test_Access Bio, Inc._EUA"}]}}]}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"94558-4","display":"SARS-CoV-2 (COVID-19) Ag [Presence] in Respiratory specimen by Rapid immunoassay"}]},"subject":{"reference":"Patient/1731632468145224000.685c9536-74f6-47a6-a5e5-240954e9146b"},"effectiveDateTime":"2021-02-09T00:00:00-06:00","_effectiveDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"performer":[{"reference":"Organization/1731632468151535000.bf30b951-672a-49c6-877e-aff30f0f5b3c"}],"valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"SCT"}],"system":"http://snomed.info/sct","code":"260415000","display":"Not detected"}]},"interpretation":[{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70078"}],"code":"N","display":"Normal (applies to non-numeric results)"}]}],"method":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"99ELR"}],"code":"CareStart COVID-19 Antigen test_Access Bio, Inc._EUA"}]}}},{"fullUrl":"Organization/1731632468151535000.bf30b951-672a-49c6-877e-aff30f0f5b3c","resource":{"resourceType":"Organization","id":"1731632468151535000.bf30b951-672a-49c6-877e-aff30f0f5b3c","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization","extension":[{"url":"XON.10","valueString":"10D0876999"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"OBX.25"}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"CLIA"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.4.7"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]}],"value":"10D0876999"}],"name":"Avante at Ormond Beach","address":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line","extension":[{"url":"SAD.1","valueString":"170 North King Road"}]}]}],"line":["170 North King Road"],"city":"Ormond Beach","district":"12127","state":"FL","postalCode":"32174"}]}},{"fullUrl":"Observation/1731632468154016000.821e1185-b345-40bd-8d8b-52626b601a18","resource":{"resourceType":"Observation","id":"1731632468154016000.821e1185-b345-40bd-8d8b-52626b601a18","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation","extension":[{"url":"OBX.2","valueId":"CWE"},{"url":"OBX.29","valueId":"QST"},{"url":"OBX.11","valueString":"F"}]}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"95418-0","display":"Whether patient is employed in a healthcare setting"}]},"subject":{"reference":"Patient/1731632468145224000.685c9536-74f6-47a6-a5e5-240954e9146b"},"effectiveDateTime":"2021-02-09T00:00:00-06:00","_effectiveDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70136"}],"code":"Y","display":"Yes"}]}}},{"fullUrl":"Observation/1731632468155844000.5cc2e7ac-f8d6-4ac7-a3c9-1cddc0bfff11","resource":{"resourceType":"Observation","id":"1731632468155844000.5cc2e7ac-f8d6-4ac7-a3c9-1cddc0bfff11","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation","extension":[{"url":"OBX.2","valueId":"CWE"},{"url":"OBX.29","valueId":"QST"},{"url":"OBX.11","valueString":"F"}]}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"95417-2","display":"First test for condition of interest"}]},"subject":{"reference":"Patient/1731632468145224000.685c9536-74f6-47a6-a5e5-240954e9146b"},"effectiveDateTime":"2021-02-09T00:00:00-06:00","_effectiveDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70136"}],"code":"Y","display":"Yes"}]}}},{"fullUrl":"Observation/1731632468158038000.6656c78e-0b49-42fe-bd56-cd3fb4540cc2","resource":{"resourceType":"Observation","id":"1731632468158038000.6656c78e-0b49-42fe-bd56-cd3fb4540cc2","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation","extension":[{"url":"OBX.2","valueId":"CWE"},{"url":"OBX.29","valueId":"QST"},{"url":"OBX.11","valueString":"F"}]}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"95421-4","display":"Resides in a congregate care setting"}]},"subject":{"reference":"Patient/1731632468145224000.685c9536-74f6-47a6-a5e5-240954e9146b"},"effectiveDateTime":"2021-02-09T00:00:00-06:00","_effectiveDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70136"}],"code":"N","display":"No"}]}}},{"fullUrl":"Observation/1731632468159900000.5b8cab2a-33d3-44a3-a245-c4fcf55f73f2","resource":{"resourceType":"Observation","id":"1731632468159900000.5b8cab2a-33d3-44a3-a245-c4fcf55f73f2","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation","extension":[{"url":"OBX.2","valueId":"CWE"},{"url":"OBX.29","valueId":"QST"},{"url":"OBX.11","valueString":"F"}]}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"95419-8","display":"Has symptoms related to condition of interest"}]},"subject":{"reference":"Patient/1731632468145224000.685c9536-74f6-47a6-a5e5-240954e9146b"},"effectiveDateTime":"2021-02-09T00:00:00-06:00","_effectiveDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70136"}],"code":"N","display":"No"}]}}},{"fullUrl":"Specimen/1731632468276993000.306feeaf-7a26-4b23-89ab-422174666e87","resource":{"resourceType":"Specimen","id":"1731632468276993000.306feeaf-7a26-4b23-89ab-422174666e87","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment","valueString":"OBR"}],"collection":{"collectedPeriod":{"start":"2021-02-09T00:00:00-06:00","_start":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"end":"2021-02-09T00:00:00-06:00","_end":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]}}}}},{"fullUrl":"Specimen/1731632468279074000.c8bccee6-1786-4094-83a2-be821a93a949","resource":{"resourceType":"Specimen","id":"1731632468279074000.c8bccee6-1786-4094-83a2-be821a93a949","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment","valueString":"SPM"}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component","valueString":"SPM.2.1"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"PGN"}]},"value":"0cba76f5-35e0-4a28-803a-2f31308aae9b"}],"type":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"SCT"}],"system":"http://snomed.info/sct","code":"258500001","display":"Nasopharyngeal swab"}]},"receivedTime":"2021-02-09T00:00:00-06:00","_receivedTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"collection":{"collectedDateTime":"2021-02-09T00:00:00-06:00","_collectedDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"bodySite":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"SCT"}],"system":"http://snomed.info/sct","version":"2020-09-01","code":"71836000","display":"Nasopharyngeal structure (body structure)"}]}}}},{"fullUrl":"ServiceRequest/1731632468287669000.7175d4f7-1a13-47b2-936f-f25d12cc16ee","resource":{"resourceType":"ServiceRequest","id":"1731632468287669000.7175d4f7-1a13-47b2-936f-f25d12cc16ee","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/business-event","valueCode":"RE"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/orc-common-order","extension":[{"url":"orc-21-ordering-facility-name","valueReference":{"reference":"Organization/1731632468283819000.48603099-63c3-4e32-b7e3-cc820ef28494"}},{"url":"orc-22-ordering-facility-address","valueAddress":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line","extension":[{"url":"SAD.1","valueString":"170 North King Road"}]}]}],"line":["170 North King Road"],"city":"Ormond Beach","district":"12127","state":"FL","postalCode":"32174"}},{"url":"orc-24-ordering-provider-address","valueAddress":{"postalCode":"32174"}},{"url":"orc-12-ordering-provider","valueReference":{"reference":"Practitioner/1731632468285424000.cd404882-8254-4d07-98a9-12985b3b47b0"}},{"url":"ORC.15","valueString":"20210209"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request","extension":[{"url":"OBR.2","valueIdentifier":{"value":"73a6e9bd-aaec-418e-813a-0ad33366ca85"}},{"url":"OBR.3","valueIdentifier":{"value":"0cba76f5-35e0-4a28-803a-2f31308aae9b"}},{"url":"OBR.16","valueReference":{"reference":"Practitioner/1731632468286195000.d1ff1832-db3f-42db-8576-3b52c428fcc8"}},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number","valueContactPoint":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-country","valueString":"1"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-area","valueString":"386"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-local","valueString":"6825220"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point","extension":[{"url":"XTN.2","valueString":"WPN"},{"url":"XTN.7","valueString":"6825220"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"OBR.17"}],"_system":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/data-absent-reason","valueCode":"unknown"}]},"use":"work"}},{"url":"OBR.7","valueDateTime":"2021-02-09T00:00:00-06:00","_valueDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]}},{"url":"OBR.8","valueDateTime":"2021-02-09T00:00:00-06:00","_valueDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]}},{"url":"OBR.22","valueString":"202102090000-0600"},{"url":"OBR.25","valueId":"F"}]}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.2"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"PLAC"}]},"value":"73a6e9bd-aaec-418e-813a-0ad33366ca85"},{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.3"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"FILL"}]},"value":"73a6e9bd-aaec-418e-813a-0ad33366ca85"}],"status":"unknown","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"94558-4","display":"SARS-CoV-2 (COVID-19) Ag [Presence] in Respiratory specimen by Rapid immunoassay"}]},"subject":{"reference":"Patient/1731632468145224000.685c9536-74f6-47a6-a5e5-240954e9146b"},"requester":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number","valueContactPoint":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-country","valueString":"1"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-area","valueString":"386"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-local","valueString":"6825220"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point","extension":[{"url":"XTN.2","valueString":"WPN"},{"url":"XTN.7","valueString":"6825220"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.14"}],"_system":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/data-absent-reason","valueCode":"unknown"}]},"use":"work"}}],"reference":"PractitionerRole/1731632468280007000.2be1a1fc-61fd-40a8-9c29-9af77bac352b"}}},{"fullUrl":"Practitioner/1731632468281195000.9a8de3af-7dcc-4345-bc4d-b58745f66da6","resource":{"resourceType":"Practitioner","id":"1731632468281195000.9a8de3af-7dcc-4345-bc4d-b58745f66da6","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"CMS"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.249"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner","extension":[{"url":"XCN.3","valueString":"Husam"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.12"}],"identifier":[{"type":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id","valueBoolean":true}],"code":"NPI"}]},"system":"CMS","value":"1629082607"}],"name":[{"family":"Eddin","given":["Husam"]}],"address":[{"postalCode":"32174"}]}},{"fullUrl":"Organization/1731632468282006000.4647352c-3ee6-46fd-8316-fe824df966c7","resource":{"resourceType":"Organization","id":"1731632468282006000.4647352c-3ee6-46fd-8316-fe824df966c7","name":"Avante at Ormond Beach","telecom":[{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-country","valueString":"1"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-area","valueString":"407"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-local","valueString":"7397506"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point","extension":[{"url":"XTN.2","valueString":"WPN"},{"url":"XTN.4","valueString":"jbrush@avantecenters.com"},{"url":"XTN.7","valueString":"7397506"}]}],"system":"email","use":"work"}],"address":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line","extension":[{"url":"SAD.1","valueString":"170 North King Road"}]}]}],"line":["170 North King Road"],"city":"Ormond Beach","district":"12127","state":"FL","postalCode":"32174"}]}},{"fullUrl":"PractitionerRole/1731632468280007000.2be1a1fc-61fd-40a8-9c29-9af77bac352b","resource":{"resourceType":"PractitionerRole","id":"1731632468280007000.2be1a1fc-61fd-40a8-9c29-9af77bac352b","practitioner":{"reference":"Practitioner/1731632468281195000.9a8de3af-7dcc-4345-bc4d-b58745f66da6"},"organization":{"reference":"Organization/1731632468282006000.4647352c-3ee6-46fd-8316-fe824df966c7"}}},{"fullUrl":"Organization/1731632468283819000.48603099-63c3-4e32-b7e3-cc820ef28494","resource":{"resourceType":"Organization","id":"1731632468283819000.48603099-63c3-4e32-b7e3-cc820ef28494","name":"Avante at Ormond Beach"}},{"fullUrl":"Practitioner/1731632468285424000.cd404882-8254-4d07-98a9-12985b3b47b0","resource":{"resourceType":"Practitioner","id":"1731632468285424000.cd404882-8254-4d07-98a9-12985b3b47b0","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"CMS"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.249"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner","extension":[{"url":"XCN.3","valueString":"Husam"}]}],"identifier":[{"type":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id","valueBoolean":true}],"code":"NPI"}]},"system":"CMS","value":"1629082607"}],"name":[{"family":"Eddin","given":["Husam"]}]}},{"fullUrl":"Practitioner/1731632468286195000.d1ff1832-db3f-42db-8576-3b52c428fcc8","resource":{"resourceType":"Practitioner","id":"1731632468286195000.d1ff1832-db3f-42db-8576-3b52c428fcc8","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"CMS"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.249"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner","extension":[{"url":"XCN.3","valueString":"Husam"}]}],"identifier":[{"type":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id","valueBoolean":true}],"code":"NPI"}]},"system":"CMS","value":"1629082607"}],"name":[{"family":"Eddin","given":["Husam"]}]}},{"fullUrl":"DiagnosticReport/1731632468291037000.ab9b0907-d6f9-4273-9ec1-e575a9319242","resource":{"resourceType":"DiagnosticReport","id":"1731632468291037000.ab9b0907-d6f9-4273-9ec1-e575a9319242","identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.2"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"PLAC"}]},"value":"73a6e9bd-aaec-418e-813a-0ad33366ca85"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"FILL"}]},"value":"73a6e9bd-aaec-418e-813a-0ad33366ca85"}],"basedOn":[{"reference":"ServiceRequest/1731632468287669000.7175d4f7-1a13-47b2-936f-f25d12cc16ee"}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"94558-4","display":"SARS-CoV-2 (COVID-19) Ag [Presence] in Respiratory specimen by Rapid immunoassay"}]},"subject":{"reference":"Patient/1731632468145224000.685c9536-74f6-47a6-a5e5-240954e9146b"},"effectivePeriod":{"start":"2021-02-09T00:00:00-06:00","_start":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"end":"2021-02-09T00:00:00-06:00","_end":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]}},"issued":"2021-02-09T00:00:00-06:00","_issued":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"specimen":[{"reference":"Specimen/1731632468279074000.c8bccee6-1786-4094-83a2-be821a93a949"},{"reference":"Specimen/1731632468276993000.306feeaf-7a26-4b23-89ab-422174666e87"}],"result":[{"reference":"Observation/1731632468150542000.d93d288b-b70f-499d-903b-45282d68d3ea"},{"reference":"Observation/1731632468154016000.821e1185-b345-40bd-8d8b-52626b601a18"},{"reference":"Observation/1731632468155844000.5cc2e7ac-f8d6-4ac7-a3c9-1cddc0bfff11"},{"reference":"Observation/1731632468158038000.6656c78e-0b49-42fe-bd56-cd3fb4540cc2"},{"reference":"Observation/1731632468159900000.5b8cab2a-33d3-44a3-a245-c4fcf55f73f2"}]}}]}""" @Suppress("ktlint:standard:max-line-length") const val cleanHL7RecordConvertedAndTransformed = - """{"resourceType":"Bundle","id":"1714075986350543000.8e8b0e71-a366-41cc-acca-041376e7b05e","meta":{"lastUpdated":"2024-04-25T16:13:06.357-04:00"},"identifier":{"system":"https://reportstream.cdc.gov/prime-router","value":"371784"},"type":"message","timestamp":"2021-02-10T17:07:37.000-05:00","entry":[{"fullUrl":"MessageHeader/4aeed951-99a9-3152-8885-6b0acc6dd35e","resource":{"resourceType":"MessageHeader","id":"4aeed951-99a9-3152-8885-6b0acc6dd35e","meta":{"tag":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0103","code":"P"}]},"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/msh-message-header","extension":[{"url":"MSH.7","valueString":"20210210170737"},{"url":"MSH.15","valueString":"NE"},{"url":"MSH.16","valueString":"NE"},{"url":"MSH.21","valueIdentifier":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"ELR_Receiver"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.9.99"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]}],"value":"PHLabReportNoAck"}},{"url":"MSH.19","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"ISO"}],"code":"ENG","display":"English"}]}}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/character-set","valueString":"UNICODE UTF-8"}],"eventCoding":{"system":"http://terminology.hl7.org/CodeSystem/v2-0003","code":"R01","display":"ORU^R01^ORU_R01"},"destination":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"MSH.5"}],"name":"PRIME_DOH","_endpoint":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/data-absent-reason","valueCode":"unknown"}]},"receiver":{"reference":"Organization/1714075986425376000.cb936de7-9452-42d7-86c3-f57fd8ddfbe3"}}],"sender":{"reference":"Organization/1714075986401657000.30e02219-032e-47ce-894b-4fa29e81f6bd"},"source":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"CDC PRIME - Atlanta, Georgia (Dekalb)"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.114222.4.1.237821"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueString":"ISO"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"MSH.3"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/software-binary-id","valueString":"0.2-SNAPSHOT"}],"name":"CDC PRIME - Atlanta: 2.16.840.1.114222.4.1.237821","software":"PRIME ReportStream","version":"0.2-SNAPSHOT","endpoint":"urn:oid:2.16.840.1.114222.4.1.237821"}}},{"fullUrl":"Organization/1714075986401657000.30e02219-032e-47ce-894b-4fa29e81f6bd","resource":{"resourceType":"Organization","id":"1714075986401657000.30e02219-032e-47ce-894b-4fa29e81f6bd","identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.1"}],"value":"Avante at Ormond Beach"},{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.2,HD.3"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0301","code":"CLIA"}]},"value":"10D0876999"}],"address":[{"country":"USA"}]}},{"fullUrl":"Organization/1714075986425376000.cb936de7-9452-42d7-86c3-f57fd8ddfbe3","resource":{"resourceType":"Organization","id":"1714075986425376000.cb936de7-9452-42d7-86c3-f57fd8ddfbe3","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"MSH.6"}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.1"}],"value":"Prime ReportStream"}]}},{"fullUrl":"Provenance/1714075986727087000.4e6970c6-01b3-4612-b376-35483edc9bbd","resource":{"resourceType":"Provenance","id":"1714075986727087000.4e6970c6-01b3-4612-b376-35483edc9bbd","target":[{"reference":"MessageHeader/4aeed951-99a9-3152-8885-6b0acc6dd35e"},{"reference":"DiagnosticReport/1714075986955034000.cc978b59-ca68-4ffd-acba-9572836be3a7"}],"recorded":"2021-02-10T17:07:37Z","activity":{"coding":[{"display":"ORU^R01^ORU_R01"}]},"agent":[{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/provenance-participant-type","code":"author"}]},"who":{"reference":"Organization/1714075986726387000.702ee15b-9579-4fc5-90ba-61687ccae7a2"}}],"entity":[{"role":"source","what":{"reference":"Device/1714075986730018000.6da6ceec-1bc0-4a02-9337-6d2004f489dc"}}]}},{"fullUrl":"Organization/1714075986726387000.702ee15b-9579-4fc5-90ba-61687ccae7a2","resource":{"resourceType":"Organization","id":"1714075986726387000.702ee15b-9579-4fc5-90ba-61687ccae7a2","identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.1"}],"value":"Avante at Ormond Beach"},{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.2,HD.3"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0301","code":"CLIA"}]},"value":"10D0876999"}]}},{"fullUrl":"Organization/1714075986729787000.6c913b49-e6ed-42ac-9394-0179bf943dac","resource":{"resourceType":"Organization","id":"1714075986729787000.6c913b49-e6ed-42ac-9394-0179bf943dac","name":"Centers for Disease Control and Prevention"}},{"fullUrl":"Device/1714075986730018000.6da6ceec-1bc0-4a02-9337-6d2004f489dc","resource":{"resourceType":"Device","id":"1714075986730018000.6da6ceec-1bc0-4a02-9337-6d2004f489dc","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/software-vendor-org","valueReference":{"reference":"Organization/1714075986729787000.6c913b49-e6ed-42ac-9394-0179bf943dac"}}],"manufacturer":"Centers for Disease Control and Prevention","deviceName":[{"name":"PRIME ReportStream","type":"manufacturer-name"}],"modelNumber":"0.1-SNAPSHOT","version":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/software-install-date","valueDateTime":"2021-02-10","_valueDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"20210210"}]}}],"value":"0.1-SNAPSHOT"}]}},{"fullUrl":"Provenance/1714075986736704000.6f33e8d5-9a09-420a-a62a-ea54cf980008","resource":{"resourceType":"Provenance","id":"1714075986736704000.6f33e8d5-9a09-420a-a62a-ea54cf980008","recorded":"2024-04-25T16:13:06Z","policy":["http://hl7.org/fhir/uv/v2mappings/message-oru-r01-to-bundle"],"activity":{"coding":[{"code":"v2-FHIR transformation"}]},"agent":[{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/provenance-participant-type","code":"assembler"}]},"who":{"reference":"Organization/1714075986736409000.4cda0569-e1f1-491e-b91c-f547183ee8b6"}}]}},{"fullUrl":"Organization/1714075986736409000.4cda0569-e1f1-491e-b91c-f547183ee8b6","resource":{"resourceType":"Organization","id":"1714075986736409000.4cda0569-e1f1-491e-b91c-f547183ee8b6","identifier":[{"value":"CDC PRIME - Atlanta"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0301"}]},"system":"urn:ietf:rfc:3986","value":"2.16.840.1.114222.4.1.237821"}]}},{"fullUrl":"Patient/1714075986759616000.78cfdc07-349a-479b-a099-dc1bc510f205","resource":{"resourceType":"Patient","id":"1714075986759616000.78cfdc07-349a-479b-a099-dc1bc510f205","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/pid-patient","extension":[{"url":"PID.8","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"}],"code":"F"}]}},{"url":"PID.30","valueString":"N"}]},{"url":"http://ibm.com/fhir/cdm/StructureDefinition/local-race-cd","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70005"}],"system":"http://terminology.hl7.org/CodeSystem/v3-Race","version":"2.5.1","code":"2106-3","display":"White"}]}},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/ethnic-group","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70189"}],"system":"http://terminology.hl7.org/CodeSystem/v2-0189","code":"U","display":"Unknown"}]}}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier","extension":[{"url":"CX.5","valueString":"PI"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"PID.3"}],"type":{"coding":[{"code":"PI"}]},"value":"2a14112c-ece1-4f82-915c-7b3a8d152eda","assigner":{"reference":"Organization/1714075986743741000.61cd6b50-d1db-4f02-8ce3-d004958259f6"}}],"name":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name","extension":[{"url":"XPN.2","valueString":"Kareem"},{"url":"XPN.3","valueString":"Millie"},{"url":"XPN.7","valueString":"L"}]}],"use":"official","family":"Buckridge","given":["Kareem","Millie"]}],"telecom":[{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-country","valueString":"1"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-area","valueString":"211"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-local","valueString":"2240784"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point","extension":[{"url":"XTN.1","valueString":"7275555555:1:"},{"url":"XTN.2","valueString":"PRN"},{"url":"XTN.4","valueString":"roscoe.wilkinson@email.com"},{"url":"XTN.7","valueString":"2240784"}]}],"system":"email","use":"home"}],"gender":"female","birthDate":"1958-08-10","_birthDate":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"19580810"}]},"deceasedBoolean":false,"address":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line","extension":[{"url":"SAD.1","valueString":"688 Leighann Inlet"}]}]}],"line":["688 Leighann Inlet"],"city":"South Rodneychester","district":"48077","state":"TX","postalCode":"67071"}]}},{"fullUrl":"Organization/1714075986743741000.61cd6b50-d1db-4f02-8ce3-d004958259f6","resource":{"resourceType":"Organization","id":"1714075986743741000.61cd6b50-d1db-4f02-8ce3-d004958259f6","identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.1"}],"value":"Avante at Ormond Beach"}]}},{"fullUrl":"Provenance/1714075986762376000.e7a4e0a5-097f-42c0-ad1f-79d538074ac4","resource":{"resourceType":"Provenance","id":"1714075986762376000.e7a4e0a5-097f-42c0-ad1f-79d538074ac4","target":[{"reference":"Patient/1714075986759616000.78cfdc07-349a-479b-a099-dc1bc510f205"}],"recorded":"2024-04-25T16:13:06Z","activity":{"coding":[{"system":"https://terminology.hl7.org/CodeSystem/v3-DataOperation","code":"UPDATE"}]}}},{"fullUrl":"Observation/1714075986765741000.f425e3cf-0ddf-4af5-8b16-df83e7a62f81","resource":{"resourceType":"Observation","id":"1714075986765741000.f425e3cf-0ddf-4af5-8b16-df83e7a62f81","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time","valueDateTime":"2021-02-09T00:00:00-06:00","_valueDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]}},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation","extension":[{"url":"OBX.2","valueId":"CWE"},{"url":"OBX.11","valueString":"F"},{"url":"OBX.17","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"99ELR"}],"code":"CareStart COVID-19 Antigen test_Access Bio, Inc._EUA"}]}}]}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"94558-4","display":"SARS-CoV-2 (COVID-19) Ag [Presence] in Respiratory specimen by Rapid immunoassay"}]},"subject":{"reference":"Patient/1714075986759616000.78cfdc07-349a-479b-a099-dc1bc510f205"},"effectiveDateTime":"2021-02-09T00:00:00-06:00","_effectiveDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"performer":[{"reference":"Organization/1714075986766962000.8235bb6e-92a0-4a54-ae1c-3db19770d69b"}],"valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"SCT"}],"system":"http://snomed.info/sct","code":"260415000","display":"Not detected"}]},"interpretation":[{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70078"}],"code":"N","display":"Normal (applies to non-numeric results)"}]}],"method":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"99ELR"}],"code":"CareStart COVID-19 Antigen test_Access Bio, Inc._EUA"}]}}},{"fullUrl":"Organization/1714075986766962000.8235bb6e-92a0-4a54-ae1c-3db19770d69b","resource":{"resourceType":"Organization","id":"1714075986766962000.8235bb6e-92a0-4a54-ae1c-3db19770d69b","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization","extension":[{"url":"XON.10","valueString":"10D0876999"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"OBX.25"}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"CLIA"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.4.7"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]}],"value":"10D0876999"}],"name":"Avante at Ormond Beach","address":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line","extension":[{"url":"SAD.1","valueString":"170 North King Road"}]}]}],"line":["170 North King Road"],"city":"Ormond Beach","district":"12127","state":"FL","postalCode":"32174"}]}},{"fullUrl":"Observation/1714075986770033000.37d8a1d9-ae7d-46fd-803f-d78e6aa6c1d9","resource":{"resourceType":"Observation","id":"1714075986770033000.37d8a1d9-ae7d-46fd-803f-d78e6aa6c1d9","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation","extension":[{"url":"OBX.2","valueId":"CWE"},{"url":"OBX.29","valueId":"QST"},{"url":"OBX.11","valueString":"F"}]}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"95418-0","display":"Whether patient is employed in a healthcare setting"}]},"subject":{"reference":"Patient/1714075986759616000.78cfdc07-349a-479b-a099-dc1bc510f205"},"effectiveDateTime":"2021-02-09T00:00:00-06:00","_effectiveDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70136"}],"code":"Y","display":"Yes"}]}}},{"fullUrl":"Observation/1714075986772515000.a4be52f4-ae35-4a3d-b175-c3ab08914b01","resource":{"resourceType":"Observation","id":"1714075986772515000.a4be52f4-ae35-4a3d-b175-c3ab08914b01","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation","extension":[{"url":"OBX.2","valueId":"CWE"},{"url":"OBX.29","valueId":"QST"},{"url":"OBX.11","valueString":"F"}]}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"95417-2","display":"First test for condition of interest"}]},"subject":{"reference":"Patient/1714075986759616000.78cfdc07-349a-479b-a099-dc1bc510f205"},"effectiveDateTime":"2021-02-09T00:00:00-06:00","_effectiveDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70136"}],"code":"Y","display":"Yes"}]}}},{"fullUrl":"Observation/1714075986774643000.9484ea7b-9305-4c74-9935-34b3c8d5f789","resource":{"resourceType":"Observation","id":"1714075986774643000.9484ea7b-9305-4c74-9935-34b3c8d5f789","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation","extension":[{"url":"OBX.2","valueId":"CWE"},{"url":"OBX.29","valueId":"QST"},{"url":"OBX.11","valueString":"F"}]}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"95421-4","display":"Resides in a congregate care setting"}]},"subject":{"reference":"Patient/1714075986759616000.78cfdc07-349a-479b-a099-dc1bc510f205"},"effectiveDateTime":"2021-02-09T00:00:00-06:00","_effectiveDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70136"}],"code":"N","display":"No"}]}}},{"fullUrl":"Observation/1714075986776639000.f1662223-7730-4a3e-91a3-955f0f06064d","resource":{"resourceType":"Observation","id":"1714075986776639000.f1662223-7730-4a3e-91a3-955f0f06064d","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation","extension":[{"url":"OBX.2","valueId":"CWE"},{"url":"OBX.29","valueId":"QST"},{"url":"OBX.11","valueString":"F"}]}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"95419-8","display":"Has symptoms related to condition of interest"}]},"subject":{"reference":"Patient/1714075986759616000.78cfdc07-349a-479b-a099-dc1bc510f205"},"effectiveDateTime":"2021-02-09T00:00:00-06:00","_effectiveDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70136"}],"code":"N","display":"No"}]}}},{"fullUrl":"Specimen/1714075986937410000.9df806cb-634d-4184-bc40-0ec32517f9ed","resource":{"resourceType":"Specimen","id":"1714075986937410000.9df806cb-634d-4184-bc40-0ec32517f9ed","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment","valueString":"OBR"}],"collection":{"collectedPeriod":{"start":"2021-02-09T00:00:00-06:00","_start":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"end":"2021-02-09T00:00:00-06:00","_end":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]}}}}},{"fullUrl":"Specimen/1714075986939510000.57ef79ed-b452-4e86-a649-4c210e024d4b","resource":{"resourceType":"Specimen","id":"1714075986939510000.57ef79ed-b452-4e86-a649-4c210e024d4b","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment","valueString":"SPM"}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component","valueString":"SPM.2.1"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"PGN"}]},"value":"0cba76f5-35e0-4a28-803a-2f31308aae9b"}],"type":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"SCT"}],"system":"http://snomed.info/sct","code":"258500001","display":"Nasopharyngeal swab"}]},"receivedTime":"2021-02-09T00:00:00-06:00","_receivedTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"collection":{"collectedDateTime":"2021-02-09T00:00:00-06:00","_collectedDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"bodySite":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"SCT"}],"system":"http://snomed.info/sct","version":"2020-09-01","code":"71836000","display":"Nasopharyngeal structure (body structure)"}]}}}},{"fullUrl":"ServiceRequest/1714075986950489000.bef2097d-0fae-4fac-a174-f808320d4b83","resource":{"resourceType":"ServiceRequest","id":"1714075986950489000.bef2097d-0fae-4fac-a174-f808320d4b83","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/business-event","valueCode":"RE"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/orc-common-order","extension":[{"url":"orc-21-ordering-facility-name","valueReference":{"reference":"Organization/1714075986945628000.5d9da1e6-8ef5-48d7-a5b8-8d9801d0b16e"}},{"url":"orc-22-ordering-facility-address","valueAddress":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line","extension":[{"url":"SAD.1","valueString":"170 North King Road"}]}]}],"line":["170 North King Road"],"city":"Ormond Beach","district":"12127","state":"FL","postalCode":"32174"}},{"url":"orc-24-ordering-provider-address","valueAddress":{"postalCode":"32174"}},{"url":"orc-12-ordering-provider","valueReference":{"reference":"Practitioner/1714075986946939000.8f0eaca3-2bc6-441f-849c-5a3c570c2ab8"}},{"url":"ORC.15","valueString":"20210209"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request","extension":[{"url":"OBR.2","valueIdentifier":{"value":"73a6e9bd-aaec-418e-813a-0ad33366ca85"}},{"url":"OBR.3","valueIdentifier":{"value":"0cba76f5-35e0-4a28-803a-2f31308aae9b"}},{"url":"OBR.22","valueString":"202102090000-0600"},{"url":"OBR.25","valueId":"F"},{"url":"OBR.16","valueReference":{"reference":"Practitioner/1714075986949131000.664c9746-73e3-4367-9e19-3de556bd607d"}},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number","valueContactPoint":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-country","valueString":"1"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-area","valueString":"386"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-local","valueString":"6825220"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point","extension":[{"url":"XTN.2","valueString":"WPN"},{"url":"XTN.7","valueString":"6825220"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"OBR.17"}],"_system":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/data-absent-reason","valueCode":"unknown"}]},"use":"work"}}]}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.2"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"PLAC"}]},"value":"73a6e9bd-aaec-418e-813a-0ad33366ca85"},{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.3"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"FILL"}]},"value":"73a6e9bd-aaec-418e-813a-0ad33366ca85"}],"status":"unknown","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"94558-4","display":"SARS-CoV-2 (COVID-19) Ag [Presence] in Respiratory specimen by Rapid immunoassay"}]},"subject":{"reference":"Patient/1714075986759616000.78cfdc07-349a-479b-a099-dc1bc510f205"},"requester":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number","valueContactPoint":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-country","valueString":"1"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-area","valueString":"386"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-local","valueString":"6825220"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point","extension":[{"url":"XTN.2","valueString":"WPN"},{"url":"XTN.7","valueString":"6825220"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.14"}],"_system":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/data-absent-reason","valueCode":"unknown"}]},"use":"work"}}],"reference":"PractitionerRole/1714075986940575000.7585ac63-66b1-4aac-b4c8-bb001c5b6a08"}}},{"fullUrl":"Practitioner/1714075986941882000.671361fe-8f80-4c43-9211-f9f9257fc9f7","resource":{"resourceType":"Practitioner","id":"1714075986941882000.671361fe-8f80-4c43-9211-f9f9257fc9f7","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"CMS"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.249"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner","extension":[{"url":"XCN.3","valueString":"Husam"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.12"}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"NPI"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"urn:oid:2.16.840.1.113883.4.6"}],"type":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id","valueBoolean":true}],"code":"NPI"}]},"system":"CMS","value":"1629082607"}],"name":[{"family":"Eddin","given":["Husam"]}],"address":[{"postalCode":"32174"}]}},{"fullUrl":"Organization/1714075986942881000.080d0179-0c67-41cf-bff0-f2628dfbd21f","resource":{"resourceType":"Organization","id":"1714075986942881000.080d0179-0c67-41cf-bff0-f2628dfbd21f","name":"Avante at Ormond Beach","telecom":[{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-country","valueString":"1"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-area","valueString":"407"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-local","valueString":"7397506"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point","extension":[{"url":"XTN.2","valueString":"WPN"},{"url":"XTN.4","valueString":"jbrush@avantecenters.com"},{"url":"XTN.7","valueString":"7397506"}]}],"system":"email","use":"work"}],"address":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line","extension":[{"url":"SAD.1","valueString":"170 North King Road"}]}]}],"line":["170 North King Road"],"city":"Ormond Beach","district":"12127","state":"FL","postalCode":"32174"}]}},{"fullUrl":"PractitionerRole/1714075986940575000.7585ac63-66b1-4aac-b4c8-bb001c5b6a08","resource":{"resourceType":"PractitionerRole","id":"1714075986940575000.7585ac63-66b1-4aac-b4c8-bb001c5b6a08","practitioner":{"reference":"Practitioner/1714075986941882000.671361fe-8f80-4c43-9211-f9f9257fc9f7"},"organization":{"reference":"Organization/1714075986942881000.080d0179-0c67-41cf-bff0-f2628dfbd21f"}}},{"fullUrl":"Organization/1714075986945628000.5d9da1e6-8ef5-48d7-a5b8-8d9801d0b16e","resource":{"resourceType":"Organization","id":"1714075986945628000.5d9da1e6-8ef5-48d7-a5b8-8d9801d0b16e","name":"Avante at Ormond Beach"}},{"fullUrl":"Practitioner/1714075986946939000.8f0eaca3-2bc6-441f-849c-5a3c570c2ab8","resource":{"resourceType":"Practitioner","id":"1714075986946939000.8f0eaca3-2bc6-441f-849c-5a3c570c2ab8","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"CMS"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.249"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner","extension":[{"url":"XCN.3","valueString":"Husam"}]}],"identifier":[{"type":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id","valueBoolean":true}],"code":"NPI"}]},"system":"CMS","value":"1629082607"}],"name":[{"family":"Eddin","given":["Husam"]}]}},{"fullUrl":"Practitioner/1714075986949131000.664c9746-73e3-4367-9e19-3de556bd607d","resource":{"resourceType":"Practitioner","id":"1714075986949131000.664c9746-73e3-4367-9e19-3de556bd607d","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"CMS"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.249"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner","extension":[{"url":"XCN.3","valueString":"Husam"}]}],"identifier":[{"type":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id","valueBoolean":true}],"code":"NPI"}]},"system":"CMS","value":"1629082607"}],"name":[{"family":"Eddin","given":["Husam"]}]}},{"fullUrl":"DiagnosticReport/1714075986955034000.cc978b59-ca68-4ffd-acba-9572836be3a7","resource":{"resourceType":"DiagnosticReport","id":"1714075986955034000.cc978b59-ca68-4ffd-acba-9572836be3a7","identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.2"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"PLAC"}]},"value":"73a6e9bd-aaec-418e-813a-0ad33366ca85"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"FILL"}]},"value":"73a6e9bd-aaec-418e-813a-0ad33366ca85"}],"basedOn":[{"reference":"ServiceRequest/1714075986950489000.bef2097d-0fae-4fac-a174-f808320d4b83"}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"94558-4","display":"SARS-CoV-2 (COVID-19) Ag [Presence] in Respiratory specimen by Rapid immunoassay"}]},"subject":{"reference":"Patient/1714075986759616000.78cfdc07-349a-479b-a099-dc1bc510f205"},"effectivePeriod":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valuePeriod":{"start":"2021-02-09T00:00:00-06:00","_start":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"end":"2021-02-09T00:00:00-06:00","_end":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]}}}],"start":"2021-02-09T00:00:00-06:00","_start":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"end":"2021-02-09T00:00:00-06:00","_end":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]}},"issued":"2021-02-09T00:00:00-06:00","_issued":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"specimen":[{"reference":"Specimen/1714075986939510000.57ef79ed-b452-4e86-a649-4c210e024d4b"},{"reference":"Specimen/1714075986937410000.9df806cb-634d-4184-bc40-0ec32517f9ed"}],"result":[{"reference":"Observation/1714075986765741000.f425e3cf-0ddf-4af5-8b16-df83e7a62f81"},{"reference":"Observation/1714075986770033000.37d8a1d9-ae7d-46fd-803f-d78e6aa6c1d9"},{"reference":"Observation/1714075986772515000.a4be52f4-ae35-4a3d-b175-c3ab08914b01"},{"reference":"Observation/1714075986774643000.9484ea7b-9305-4c74-9935-34b3c8d5f789"},{"reference":"Observation/1714075986776639000.f1662223-7730-4a3e-91a3-955f0f06064d"}]}}]}""" + """{"resourceType":"Bundle","id":"1714075986350543000.8e8b0e71-a366-41cc-acca-041376e7b05e","meta":{"lastUpdated":"2024-04-25T16:13:06.357-04:00"},"identifier":{"system":"https://reportstream.cdc.gov/prime-router","value":"371784"},"type":"message","timestamp":"2021-02-10T17:07:37.000-05:00","entry":[{"fullUrl":"MessageHeader/4aeed951-99a9-3152-8885-6b0acc6dd35e","resource":{"resourceType":"MessageHeader","id":"4aeed951-99a9-3152-8885-6b0acc6dd35e","meta":{"tag":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0103","code":"P"}]},"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/msh-message-header","extension":[{"url":"MSH.7","valueString":"20210210170737"},{"url":"MSH.15","valueString":"NE"},{"url":"MSH.16","valueString":"NE"},{"url":"MSH.21","valueIdentifier":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"ELR_Receiver"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.9.99"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]}],"value":"PHLabReportNoAck"}},{"url":"MSH.19","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"ISO"}],"code":"ENG","display":"English"}]}}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/character-set","valueString":"UNICODE UTF-8"}],"eventCoding":{"system":"http://terminology.hl7.org/CodeSystem/v2-0003","code":"R01","display":"ORU^R01^ORU_R01"},"destination":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"MSH.5"}],"name":"PRIME_DOH","_endpoint":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/data-absent-reason","valueCode":"unknown"}]},"receiver":{"reference":"Organization/1714075986425376000.cb936de7-9452-42d7-86c3-f57fd8ddfbe3"}}],"sender":{"reference":"Organization/1714075986401657000.30e02219-032e-47ce-894b-4fa29e81f6bd"},"source":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"CDC PRIME - Atlanta, Georgia (Dekalb)"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.114222.4.1.237821"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueString":"ISO"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"MSH.3"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/software-binary-id","valueString":"0.2-SNAPSHOT"}],"name":"CDC PRIME - Atlanta: 2.16.840.1.114222.4.1.237821","software":"PRIME ReportStream","version":"0.2-SNAPSHOT","endpoint":"urn:oid:2.16.840.1.114222.4.1.237821"}}},{"fullUrl":"Organization/1714075986401657000.30e02219-032e-47ce-894b-4fa29e81f6bd","resource":{"resourceType":"Organization","id":"1714075986401657000.30e02219-032e-47ce-894b-4fa29e81f6bd","identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.1"}],"value":"Avante at Ormond Beach"},{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.2,HD.3"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0301","code":"CLIA"}]},"value":"10D0876999"}],"address":[{"country":"USA"}]}},{"fullUrl":"Organization/1714075986425376000.cb936de7-9452-42d7-86c3-f57fd8ddfbe3","resource":{"resourceType":"Organization","id":"1714075986425376000.cb936de7-9452-42d7-86c3-f57fd8ddfbe3","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"MSH.6"}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.1"}],"value":"Prime ReportStream"}]}},{"fullUrl":"Provenance/1714075986727087000.4e6970c6-01b3-4612-b376-35483edc9bbd","resource":{"resourceType":"Provenance","id":"1714075986727087000.4e6970c6-01b3-4612-b376-35483edc9bbd","target":[{"reference":"MessageHeader/4aeed951-99a9-3152-8885-6b0acc6dd35e"},{"reference":"DiagnosticReport/1714075986955034000.cc978b59-ca68-4ffd-acba-9572836be3a7"}],"recorded":"2021-02-10T17:07:37Z","activity":{"coding":[{"display":"ORU^R01^ORU_R01"}]},"agent":[{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/provenance-participant-type","code":"author"}]},"who":{"reference":"Organization/1714075986726387000.702ee15b-9579-4fc5-90ba-61687ccae7a2"}}],"entity":[{"role":"source","what":{"reference":"Device/1714075986730018000.6da6ceec-1bc0-4a02-9337-6d2004f489dc"}}]}},{"fullUrl":"Organization/1714075986726387000.702ee15b-9579-4fc5-90ba-61687ccae7a2","resource":{"resourceType":"Organization","id":"1714075986726387000.702ee15b-9579-4fc5-90ba-61687ccae7a2","identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.1"}],"value":"Avante at Ormond Beach"},{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.2,HD.3"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0301","code":"CLIA"}]},"value":"10D0876999"}]}},{"fullUrl":"Organization/1714075986729787000.6c913b49-e6ed-42ac-9394-0179bf943dac","resource":{"resourceType":"Organization","id":"1714075986729787000.6c913b49-e6ed-42ac-9394-0179bf943dac","name":"Centers for Disease Control and Prevention"}},{"fullUrl":"Device/1714075986730018000.6da6ceec-1bc0-4a02-9337-6d2004f489dc","resource":{"resourceType":"Device","id":"1714075986730018000.6da6ceec-1bc0-4a02-9337-6d2004f489dc","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/software-vendor-org","valueReference":{"reference":"Organization/1714075986729787000.6c913b49-e6ed-42ac-9394-0179bf943dac"}}],"manufacturer":"Centers for Disease Control and Prevention","deviceName":[{"name":"PRIME ReportStream","type":"manufacturer-name"}],"modelNumber":"0.1-SNAPSHOT","version":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/software-install-date","valueDateTime":"2021-02-10","_valueDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"20210210"}]}}],"value":"0.1-SNAPSHOT"}]}},{"fullUrl":"Provenance/1714075986736704000.6f33e8d5-9a09-420a-a62a-ea54cf980008","resource":{"resourceType":"Provenance","id":"1714075986736704000.6f33e8d5-9a09-420a-a62a-ea54cf980008","recorded":"2024-04-25T16:13:06Z","policy":["http://hl7.org/fhir/uv/v2mappings/message-oru-r01-to-bundle"],"activity":{"coding":[{"code":"v2-FHIR transformation"}]},"agent":[{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/provenance-participant-type","code":"assembler"}]},"who":{"reference":"Organization/1714075986736409000.4cda0569-e1f1-491e-b91c-f547183ee8b6"}}]}},{"fullUrl":"Organization/1714075986736409000.4cda0569-e1f1-491e-b91c-f547183ee8b6","resource":{"resourceType":"Organization","id":"1714075986736409000.4cda0569-e1f1-491e-b91c-f547183ee8b6","identifier":[{"value":"CDC PRIME - Atlanta"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0301"}]},"system":"urn:ietf:rfc:3986","value":"2.16.840.1.114222.4.1.237821"}]}},{"fullUrl":"Patient/1714075986759616000.78cfdc07-349a-479b-a099-dc1bc510f205","resource":{"resourceType":"Patient","id":"1714075986759616000.78cfdc07-349a-479b-a099-dc1bc510f205","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/pid-patient","extension":[{"url":"PID.8","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"}],"code":"F"}]}},{"url":"PID.30","valueString":"N"}]},{"url":"http://ibm.com/fhir/cdm/StructureDefinition/local-race-cd","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70005"}],"system":"http://terminology.hl7.org/CodeSystem/v3-Race","version":"2.5.1","code":"2106-3","display":"White"}]}},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/ethnic-group","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70189"}],"system":"http://terminology.hl7.org/CodeSystem/v2-0189","code":"U","display":"Unknown"}]}}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier","extension":[{"url":"CX.5","valueString":"PI"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"PID.3"}],"type":{"coding":[{"code":"PI"}]},"value":"2a14112c-ece1-4f82-915c-7b3a8d152eda","assigner":{"reference":"Organization/1714075986743741000.61cd6b50-d1db-4f02-8ce3-d004958259f6"}}],"name":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name","extension":[{"url":"XPN.2","valueString":"Kareem"},{"url":"XPN.3","valueString":"Millie"},{"url":"XPN.7","valueString":"L"}]}],"use":"official","family":"Buckridge","given":["Kareem","Millie"]}],"telecom":[{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-country","valueString":"1"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-area","valueString":"211"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-local","valueString":"2240784"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point","extension":[{"url":"XTN.1","valueString":"7275555555:1:"},{"url":"XTN.2","valueString":"PRN"},{"url":"XTN.4","valueString":"roscoe.wilkinson@email.com"},{"url":"XTN.7","valueString":"2240784"}]}],"system":"email","use":"home"}],"gender":"female","birthDate":"1958-08-10","_birthDate":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"19580810"}]},"deceasedBoolean":false,"address":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line","extension":[{"url":"SAD.1","valueString":"688 Leighann Inlet"}]}]}],"line":["688 Leighann Inlet"],"city":"South Rodneychester","district":"48077","state":"TX","postalCode":"67071"}]}},{"fullUrl":"Organization/1714075986743741000.61cd6b50-d1db-4f02-8ce3-d004958259f6","resource":{"resourceType":"Organization","id":"1714075986743741000.61cd6b50-d1db-4f02-8ce3-d004958259f6","identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.1"}],"value":"Avante at Ormond Beach"}]}},{"fullUrl":"Provenance/1714075986762376000.e7a4e0a5-097f-42c0-ad1f-79d538074ac4","resource":{"resourceType":"Provenance","id":"1714075986762376000.e7a4e0a5-097f-42c0-ad1f-79d538074ac4","target":[{"reference":"Patient/1714075986759616000.78cfdc07-349a-479b-a099-dc1bc510f205"}],"recorded":"2024-04-25T16:13:06Z","activity":{"coding":[{"system":"https://terminology.hl7.org/CodeSystem/v3-DataOperation","code":"UPDATE"}]}}},{"fullUrl":"Observation/1714075986765741000.f425e3cf-0ddf-4af5-8b16-df83e7a62f81","resource":{"resourceType":"Observation","id":"1714075986765741000.f425e3cf-0ddf-4af5-8b16-df83e7a62f81","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time","valueDateTime":"2021-02-09T00:00:00-06:00","_valueDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]}},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation","extension":[{"url":"OBX.2","valueId":"CWE"},{"url":"OBX.11","valueString":"F"},{"url":"OBX.17","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"99ELR"}],"code":"CareStart COVID-19 Antigen test_Access Bio, Inc._EUA"}]}}]}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"94558-4","display":"SARS-CoV-2 (COVID-19) Ag [Presence] in Respiratory specimen by Rapid immunoassay"}]},"subject":{"reference":"Patient/1714075986759616000.78cfdc07-349a-479b-a099-dc1bc510f205"},"effectiveDateTime":"2021-02-09T00:00:00-06:00","_effectiveDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"performer":[{"reference":"Organization/1714075986766962000.8235bb6e-92a0-4a54-ae1c-3db19770d69b"}],"valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"SCT"}],"system":"http://snomed.info/sct","code":"260415000","display":"Not detected"}]},"interpretation":[{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70078"}],"code":"N","display":"Normal (applies to non-numeric results)"}]}],"method":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"99ELR"}],"code":"CareStart COVID-19 Antigen test_Access Bio, Inc._EUA"}]}}},{"fullUrl":"Organization/1714075986766962000.8235bb6e-92a0-4a54-ae1c-3db19770d69b","resource":{"resourceType":"Organization","id":"1714075986766962000.8235bb6e-92a0-4a54-ae1c-3db19770d69b","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization","extension":[{"url":"XON.10","valueString":"10D0876999"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"OBX.25"}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"CLIA"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.4.7"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]}],"value":"10D0876999"}],"name":"Avante at Ormond Beach","address":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line","extension":[{"url":"SAD.1","valueString":"170 North King Road"}]}]}],"line":["170 North King Road"],"city":"Ormond Beach","district":"12127","state":"FL","postalCode":"32174"}]}},{"fullUrl":"Observation/1714075986770033000.37d8a1d9-ae7d-46fd-803f-d78e6aa6c1d9","resource":{"resourceType":"Observation","id":"1714075986770033000.37d8a1d9-ae7d-46fd-803f-d78e6aa6c1d9","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation","extension":[{"url":"OBX.2","valueId":"CWE"},{"url":"OBX.29","valueId":"QST"},{"url":"OBX.11","valueString":"F"}]}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"95418-0","display":"Whether patient is employed in a healthcare setting"}]},"subject":{"reference":"Patient/1714075986759616000.78cfdc07-349a-479b-a099-dc1bc510f205"},"effectiveDateTime":"2021-02-09T00:00:00-06:00","_effectiveDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70136"}],"code":"Y","display":"Yes"}]}}},{"fullUrl":"Observation/1714075986772515000.a4be52f4-ae35-4a3d-b175-c3ab08914b01","resource":{"resourceType":"Observation","id":"1714075986772515000.a4be52f4-ae35-4a3d-b175-c3ab08914b01","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation","extension":[{"url":"OBX.2","valueId":"CWE"},{"url":"OBX.29","valueId":"QST"},{"url":"OBX.11","valueString":"F"}]}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"95417-2","display":"First test for condition of interest"}]},"subject":{"reference":"Patient/1714075986759616000.78cfdc07-349a-479b-a099-dc1bc510f205"},"effectiveDateTime":"2021-02-09T00:00:00-06:00","_effectiveDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70136"}],"code":"Y","display":"Yes"}]}}},{"fullUrl":"Observation/1714075986774643000.9484ea7b-9305-4c74-9935-34b3c8d5f789","resource":{"resourceType":"Observation","id":"1714075986774643000.9484ea7b-9305-4c74-9935-34b3c8d5f789","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation","extension":[{"url":"OBX.2","valueId":"CWE"},{"url":"OBX.29","valueId":"QST"},{"url":"OBX.11","valueString":"F"}]}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"95421-4","display":"Resides in a congregate care setting"}]},"subject":{"reference":"Patient/1714075986759616000.78cfdc07-349a-479b-a099-dc1bc510f205"},"effectiveDateTime":"2021-02-09T00:00:00-06:00","_effectiveDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70136"}],"code":"N","display":"No"}]}}},{"fullUrl":"Observation/1714075986776639000.f1662223-7730-4a3e-91a3-955f0f06064d","resource":{"resourceType":"Observation","id":"1714075986776639000.f1662223-7730-4a3e-91a3-955f0f06064d","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation","extension":[{"url":"OBX.2","valueId":"CWE"},{"url":"OBX.29","valueId":"QST"},{"url":"OBX.11","valueString":"F"}]}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"95419-8","display":"Has symptoms related to condition of interest"}]},"subject":{"reference":"Patient/1714075986759616000.78cfdc07-349a-479b-a099-dc1bc510f205"},"effectiveDateTime":"2021-02-09T00:00:00-06:00","_effectiveDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70136"}],"code":"N","display":"No"}]}}},{"fullUrl":"Specimen/1714075986937410000.9df806cb-634d-4184-bc40-0ec32517f9ed","resource":{"resourceType":"Specimen","id":"1714075986937410000.9df806cb-634d-4184-bc40-0ec32517f9ed","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment","valueString":"OBR"}],"collection":{"collectedPeriod":{"start":"2021-02-09T00:00:00-06:00","_start":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"end":"2021-02-09T00:00:00-06:00","_end":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]}}}}},{"fullUrl":"Specimen/1714075986939510000.57ef79ed-b452-4e86-a649-4c210e024d4b","resource":{"resourceType":"Specimen","id":"1714075986939510000.57ef79ed-b452-4e86-a649-4c210e024d4b","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment","valueString":"SPM"}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component","valueString":"SPM.2.1"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"PGN"}]},"value":"0cba76f5-35e0-4a28-803a-2f31308aae9b"}],"type":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"SCT"}],"system":"http://snomed.info/sct","code":"258500001","display":"Nasopharyngeal swab"}]},"receivedTime":"2021-02-09T00:00:00-06:00","_receivedTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"collection":{"collectedDateTime":"2021-02-09T00:00:00-06:00","_collectedDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"bodySite":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"SCT"}],"system":"http://snomed.info/sct","version":"2020-09-01","code":"71836000","display":"Nasopharyngeal structure (body structure)"}]}}}},{"fullUrl":"ServiceRequest/1714075986950489000.bef2097d-0fae-4fac-a174-f808320d4b83","resource":{"resourceType":"ServiceRequest","id":"1714075986950489000.bef2097d-0fae-4fac-a174-f808320d4b83","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/business-event","valueCode":"RE"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/orc-common-order","extension":[{"url":"orc-21-ordering-facility-name","valueReference":{"reference":"Organization/1714075986945628000.5d9da1e6-8ef5-48d7-a5b8-8d9801d0b16e"}},{"url":"orc-22-ordering-facility-address","valueAddress":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line","extension":[{"url":"SAD.1","valueString":"170 North King Road"}]}]}],"line":["170 North King Road"],"city":"Ormond Beach","district":"12127","state":"FL","postalCode":"32174"}},{"url":"orc-24-ordering-provider-address","valueAddress":{"postalCode":"32174"}},{"url":"orc-12-ordering-provider","valueReference":{"reference":"Practitioner/1714075986946939000.8f0eaca3-2bc6-441f-849c-5a3c570c2ab8"}},{"url":"ORC.15","valueString":"20210209"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request","extension":[{"url":"OBR.2","valueIdentifier":{"value":"73a6e9bd-aaec-418e-813a-0ad33366ca85"}},{"url":"OBR.3","valueIdentifier":{"value":"0cba76f5-35e0-4a28-803a-2f31308aae9b"}},{"url":"OBR.7","valueDateTime":"2021-02-09T00:00:00-06:00","_valueDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]}},{"url":"OBR.8","valueDateTime":"2021-02-09T00:00:00-06:00","_valueDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]}},{"url":"OBR.22","valueString":"202102090000-0600"},{"url":"OBR.25","valueId":"F"},{"url":"OBR.16","valueReference":{"reference":"Practitioner/1714075986949131000.664c9746-73e3-4367-9e19-3de556bd607d"}},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number","valueContactPoint":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-country","valueString":"1"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-area","valueString":"386"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-local","valueString":"6825220"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point","extension":[{"url":"XTN.2","valueString":"WPN"},{"url":"XTN.7","valueString":"6825220"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"OBR.17"}],"_system":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/data-absent-reason","valueCode":"unknown"}]},"use":"work"}}]}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.2"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"PLAC"}]},"value":"73a6e9bd-aaec-418e-813a-0ad33366ca85"},{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.3"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"FILL"}]},"value":"73a6e9bd-aaec-418e-813a-0ad33366ca85"}],"status":"unknown","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"94558-4","display":"SARS-CoV-2 (COVID-19) Ag [Presence] in Respiratory specimen by Rapid immunoassay"}]},"subject":{"reference":"Patient/1714075986759616000.78cfdc07-349a-479b-a099-dc1bc510f205"},"requester":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number","valueContactPoint":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-country","valueString":"1"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-area","valueString":"386"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-local","valueString":"6825220"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point","extension":[{"url":"XTN.2","valueString":"WPN"},{"url":"XTN.7","valueString":"6825220"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.14"}],"_system":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/data-absent-reason","valueCode":"unknown"}]},"use":"work"}}],"reference":"PractitionerRole/1714075986940575000.7585ac63-66b1-4aac-b4c8-bb001c5b6a08"}}},{"fullUrl":"Practitioner/1714075986941882000.671361fe-8f80-4c43-9211-f9f9257fc9f7","resource":{"resourceType":"Practitioner","id":"1714075986941882000.671361fe-8f80-4c43-9211-f9f9257fc9f7","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"CMS"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.249"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner","extension":[{"url":"XCN.3","valueString":"Husam"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.12"}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"NPI"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"urn:oid:2.16.840.1.113883.4.6"}],"type":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id","valueBoolean":true}],"code":"NPI"}]},"system":"CMS","value":"1629082607"}],"name":[{"family":"Eddin","given":["Husam"]}],"address":[{"postalCode":"32174"}]}},{"fullUrl":"Organization/1714075986942881000.080d0179-0c67-41cf-bff0-f2628dfbd21f","resource":{"resourceType":"Organization","id":"1714075986942881000.080d0179-0c67-41cf-bff0-f2628dfbd21f","name":"Avante at Ormond Beach","telecom":[{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-country","valueString":"1"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-area","valueString":"407"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-local","valueString":"7397506"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point","extension":[{"url":"XTN.2","valueString":"WPN"},{"url":"XTN.4","valueString":"jbrush@avantecenters.com"},{"url":"XTN.7","valueString":"7397506"}]}],"system":"email","use":"work"}],"address":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line","extension":[{"url":"SAD.1","valueString":"170 North King Road"}]}]}],"line":["170 North King Road"],"city":"Ormond Beach","district":"12127","state":"FL","postalCode":"32174"}]}},{"fullUrl":"PractitionerRole/1714075986940575000.7585ac63-66b1-4aac-b4c8-bb001c5b6a08","resource":{"resourceType":"PractitionerRole","id":"1714075986940575000.7585ac63-66b1-4aac-b4c8-bb001c5b6a08","practitioner":{"reference":"Practitioner/1714075986941882000.671361fe-8f80-4c43-9211-f9f9257fc9f7"},"organization":{"reference":"Organization/1714075986942881000.080d0179-0c67-41cf-bff0-f2628dfbd21f"}}},{"fullUrl":"Organization/1714075986945628000.5d9da1e6-8ef5-48d7-a5b8-8d9801d0b16e","resource":{"resourceType":"Organization","id":"1714075986945628000.5d9da1e6-8ef5-48d7-a5b8-8d9801d0b16e","name":"Avante at Ormond Beach"}},{"fullUrl":"Practitioner/1714075986946939000.8f0eaca3-2bc6-441f-849c-5a3c570c2ab8","resource":{"resourceType":"Practitioner","id":"1714075986946939000.8f0eaca3-2bc6-441f-849c-5a3c570c2ab8","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"CMS"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.249"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner","extension":[{"url":"XCN.3","valueString":"Husam"}]}],"identifier":[{"type":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id","valueBoolean":true}],"code":"NPI"}]},"system":"CMS","value":"1629082607"}],"name":[{"family":"Eddin","given":["Husam"]}]}},{"fullUrl":"Practitioner/1714075986949131000.664c9746-73e3-4367-9e19-3de556bd607d","resource":{"resourceType":"Practitioner","id":"1714075986949131000.664c9746-73e3-4367-9e19-3de556bd607d","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"CMS"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.249"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner","extension":[{"url":"XCN.3","valueString":"Husam"}]}],"identifier":[{"type":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id","valueBoolean":true}],"code":"NPI"}]},"system":"CMS","value":"1629082607"}],"name":[{"family":"Eddin","given":["Husam"]}]}},{"fullUrl":"DiagnosticReport/1714075986955034000.cc978b59-ca68-4ffd-acba-9572836be3a7","resource":{"resourceType":"DiagnosticReport","id":"1714075986955034000.cc978b59-ca68-4ffd-acba-9572836be3a7","identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.2"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"PLAC"}]},"value":"73a6e9bd-aaec-418e-813a-0ad33366ca85"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"FILL"}]},"value":"73a6e9bd-aaec-418e-813a-0ad33366ca85"}],"basedOn":[{"reference":"ServiceRequest/1714075986950489000.bef2097d-0fae-4fac-a174-f808320d4b83"}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"94558-4","display":"SARS-CoV-2 (COVID-19) Ag [Presence] in Respiratory specimen by Rapid immunoassay"}]},"subject":{"reference":"Patient/1714075986759616000.78cfdc07-349a-479b-a099-dc1bc510f205"},"effectivePeriod":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valuePeriod":{"start":"2021-02-09T00:00:00-06:00","_start":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"end":"2021-02-09T00:00:00-06:00","_end":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]}}}],"start":"2021-02-09T00:00:00-06:00","_start":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"end":"2021-02-09T00:00:00-06:00","_end":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]}},"issued":"2021-02-09T00:00:00-06:00","_issued":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"specimen":[{"reference":"Specimen/1714075986939510000.57ef79ed-b452-4e86-a649-4c210e024d4b"},{"reference":"Specimen/1714075986937410000.9df806cb-634d-4184-bc40-0ec32517f9ed"}],"result":[{"reference":"Observation/1714075986765741000.f425e3cf-0ddf-4af5-8b16-df83e7a62f81"},{"reference":"Observation/1714075986770033000.37d8a1d9-ae7d-46fd-803f-d78e6aa6c1d9"},{"reference":"Observation/1714075986772515000.a4be52f4-ae35-4a3d-b175-c3ab08914b01"},{"reference":"Observation/1714075986774643000.9484ea7b-9305-4c74-9935-34b3c8d5f789"},{"reference":"Observation/1714075986776639000.f1662223-7730-4a3e-91a3-955f0f06064d"}]}}]}""" // This message will be parsed and successfully passed through the convert step // despite having a nonexistent NNN segement and an SFT.2 that is not an ST @@ -91,11 +91,11 @@ SPM|1|0cba76f5-35e0-4a28-803a-2f31308aae9b||258500001^Nasopharyngeal swab^SCT||| @Suppress("ktlint:standard:max-line-length") const val invalidHL7RecordConverted = - """{"resourceType":"Bundle","id":"1721777846019696000.250a7183-cf4a-4b93-bc5d-7d584e7f1491","meta":{"lastUpdated":"2024-07-23T16:37:26.024-07:00"},"identifier":{"system":"https://reportstream.cdc.gov/prime-router","value":"371784"},"type":"message","timestamp":"2021-02-10T17:07:37.000-08:00","entry":[{"fullUrl":"MessageHeader/4aeed951-99a9-3152-8885-6b0acc6dd35e","resource":{"resourceType":"MessageHeader","id":"4aeed951-99a9-3152-8885-6b0acc6dd35e","meta":{"tag":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0103","code":"P"}]},"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/msh-message-header","extension":[{"url":"MSH.7","valueString":"20210210170737"},{"url":"MSH.15","valueString":"NE"},{"url":"MSH.16","valueString":"NE"},{"url":"MSH.21","valueIdentifier":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"ELR_Receiver"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.9.99"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]}],"value":"PHLabReportNoAck"}}]}],"eventCoding":{"system":"http://terminology.hl7.org/CodeSystem/v2-0003","code":"R01","display":"ORU^R01^ORU_R01"},"destination":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"MSH.5"}],"name":"PRIME_DOH","_endpoint":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/data-absent-reason","valueCode":"unknown"}]},"receiver":{"reference":"Organization/1721777846072235000.3490dd90-2924-4c6b-b9b5-7e505a8cdef2"}}],"sender":{"reference":"Organization/1721777846053685000.668fc3c3-59d1-41f2-a5a3-fdb9c6e1af67"},"source":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"CDC PRIME - Atlanta, Georgia (Dekalb)"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.114222.4.1.237821"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueString":"ISO"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"MSH.3"}],"software":"PRIME ReportStream","version":"0.1-SNAPSHOT","endpoint":"urn:oid:2.16.840.1.114222.4.1.237821"}}},{"fullUrl":"Organization/1721777846053685000.668fc3c3-59d1-41f2-a5a3-fdb9c6e1af67","resource":{"resourceType":"Organization","id":"1721777846053685000.668fc3c3-59d1-41f2-a5a3-fdb9c6e1af67","identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.1"}],"value":"Avante at Ormond Beach"},{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.2,HD.3"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0301","code":"CLIA"}]},"value":"10D0876999"}],"address":[{"country":"USA"}]}},{"fullUrl":"Organization/1721777846072235000.3490dd90-2924-4c6b-b9b5-7e505a8cdef2","resource":{"resourceType":"Organization","id":"1721777846072235000.3490dd90-2924-4c6b-b9b5-7e505a8cdef2","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"MSH.6"}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.1"}],"value":"Prime ReportStream"}]}},{"fullUrl":"Provenance/1721777846291501000.4e6fef75-50f5-4a90-8700-e4c5863d9ba5","resource":{"resourceType":"Provenance","id":"1721777846291501000.4e6fef75-50f5-4a90-8700-e4c5863d9ba5","target":[{"reference":"MessageHeader/4aeed951-99a9-3152-8885-6b0acc6dd35e"},{"reference":"DiagnosticReport/1721777846454629000.e0f99313-4515-433a-a96a-c7a9e025547d"}],"recorded":"2021-02-10T17:07:37Z","activity":{"coding":[{"display":"ORU^R01^ORU_R01"}]},"agent":[{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/provenance-participant-type","code":"author"}]},"who":{"reference":"Organization/1721777846290825000.cc59d4ff-c553-43ff-bc6b-ff9d6bc85aa4"}}],"entity":[{"role":"source","what":{"reference":"Device/1721777846294084000.e4d7debd-26dd-454a-8c45-418865340073"}}]}},{"fullUrl":"Organization/1721777846290825000.cc59d4ff-c553-43ff-bc6b-ff9d6bc85aa4","resource":{"resourceType":"Organization","id":"1721777846290825000.cc59d4ff-c553-43ff-bc6b-ff9d6bc85aa4","identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.1"}],"value":"Avante at Ormond Beach"},{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.2,HD.3"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0301","code":"CLIA"}]},"value":"10D0876999"}]}},{"fullUrl":"Organization/1721777846293869000.b3be0f02-3001-4b5f-9837-58e10ffecb36","resource":{"resourceType":"Organization","id":"1721777846293869000.b3be0f02-3001-4b5f-9837-58e10ffecb36","name":"Centers for Disease Control and Prevention"}},{"fullUrl":"Device/1721777846294084000.e4d7debd-26dd-454a-8c45-418865340073","resource":{"resourceType":"Device","id":"1721777846294084000.e4d7debd-26dd-454a-8c45-418865340073","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/software-vendor-org","valueReference":{"reference":"Organization/1721777846293869000.b3be0f02-3001-4b5f-9837-58e10ffecb36"}}],"manufacturer":"Centers for Disease Control and Prevention","deviceName":[{"name":"PRIME ReportStream","type":"manufacturer-name"}],"modelNumber":"0.1-SNAPSHOT","version":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/software-install-date","valueDateTime":"2021-02-10","_valueDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"20210210"}]}}],"value":"0.1-SNAPSHOT"}]}},{"fullUrl":"Provenance/1721777846299096000.a563e83f-a551-4782-9f79-0717a607df25","resource":{"resourceType":"Provenance","id":"1721777846299096000.a563e83f-a551-4782-9f79-0717a607df25","recorded":"2024-07-23T16:37:26Z","policy":["http://hl7.org/fhir/uv/v2mappings/message-oru-r01-to-bundle"],"activity":{"coding":[{"code":"v2-FHIR transformation"}]},"agent":[{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/provenance-participant-type","code":"assembler"}]},"who":{"reference":"Organization/1721777846298871000.5d0e8fcc-9f9e-4e8c-9c2b-f0d21a49334e"}}]}},{"fullUrl":"Organization/1721777846298871000.5d0e8fcc-9f9e-4e8c-9c2b-f0d21a49334e","resource":{"resourceType":"Organization","id":"1721777846298871000.5d0e8fcc-9f9e-4e8c-9c2b-f0d21a49334e","identifier":[{"value":"CDC PRIME - Atlanta"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0301"}]},"system":"urn:ietf:rfc:3986","value":"2.16.840.1.114222.4.1.237821"}]}},{"fullUrl":"Patient/1721777846317280000.1c250c98-8398-44df-95f9-638d32537d63","resource":{"resourceType":"Patient","id":"1721777846317280000.1c250c98-8398-44df-95f9-638d32537d63","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/pid-patient","extension":[{"url":"PID.8","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"}],"code":"F"}]}},{"url":"PID.30","valueString":"N"}]},{"url":"http://ibm.com/fhir/cdm/StructureDefinition/local-race-cd","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70005"}],"system":"http://terminology.hl7.org/CodeSystem/v3-Race","version":"2.5.1","code":"2106-3","display":"White"}]}},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/ethnic-group","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70189"}],"system":"http://terminology.hl7.org/CodeSystem/v2-0189","code":"U","display":"Unknown"}]}}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier","extension":[{"url":"CX.5","valueString":"PI"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"PID.3"}],"type":{"coding":[{"code":"PI"}]},"value":"2a14112c-ece1-4f82-915c-7b3a8d152eda","assigner":{"reference":"Organization/1721777846304215000.9d234a70-1277-47c6-80a0-5819fbfe6547"}}],"name":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name","extension":[{"url":"XPN.2","valueString":"Kareem"},{"url":"XPN.3","valueString":"Millie"},{"url":"XPN.7","valueString":"L"}]}],"use":"official","family":"Buckridge","given":["Kareem","Millie"]}],"telecom":[{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-country","valueString":"1"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-area","valueString":"211"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-local","valueString":"2240784"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point","extension":[{"url":"XTN.1","valueString":"7275555555:1:"},{"url":"XTN.2","valueString":"PRN"},{"url":"XTN.4","valueString":"roscoe.wilkinson@email.com"},{"url":"XTN.7","valueString":"2240784"}]}],"system":"email","use":"home"}],"gender":"female","birthDate":"1958-08-10","_birthDate":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"19580810"}]},"deceasedBoolean":false,"address":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line","extension":[{"url":"SAD.1","valueString":"688 Leighann Inlet"}]}]}],"line":["688 Leighann Inlet"],"city":"South Rodneychester","district":"48077","state":"TX","postalCode":"67071"}]}},{"fullUrl":"Organization/1721777846304215000.9d234a70-1277-47c6-80a0-5819fbfe6547","resource":{"resourceType":"Organization","id":"1721777846304215000.9d234a70-1277-47c6-80a0-5819fbfe6547","identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.1"}],"value":"Avante at Ormond Beach"}]}},{"fullUrl":"Provenance/1721777846319409000.99a988d3-2061-464e-8f1f-45b2343be6c2","resource":{"resourceType":"Provenance","id":"1721777846319409000.99a988d3-2061-464e-8f1f-45b2343be6c2","target":[{"reference":"Patient/1721777846317280000.1c250c98-8398-44df-95f9-638d32537d63"}],"recorded":"2024-07-23T16:37:26Z","activity":{"coding":[{"system":"https://terminology.hl7.org/CodeSystem/v3-DataOperation","code":"UPDATE"}]}}},{"fullUrl":"Observation/1721777846321890000.435ad504-5064-4d96-ac38-4b8c93d6a48b","resource":{"resourceType":"Observation","id":"1721777846321890000.435ad504-5064-4d96-ac38-4b8c93d6a48b","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time","valueDateTime":"2021-02-09T00:00:00-06:00","_valueDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]}},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation","extension":[{"url":"OBX.2","valueId":"CWE"},{"url":"OBX.11","valueString":"F"},{"url":"OBX.17","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"99ELR"}],"code":"CareStart COVID-19 Antigen test_Access Bio, Inc._EUA"}]}}]}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"94558-4","display":"SARS-CoV-2 (COVID-19) Ag [Presence] in Respiratory specimen by Rapid immunoassay"}]},"subject":{"reference":"Patient/1721777846317280000.1c250c98-8398-44df-95f9-638d32537d63"},"effectiveDateTime":"2021-02-09T00:00:00-06:00","_effectiveDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"performer":[{"reference":"Organization/1721777846322748000.49e6d847-c843-44e4-b364-8dcc8f18a9ac"}],"valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"SCT"}],"system":"http://snomed.info/sct","code":"260415000","display":"Not detected"}]},"interpretation":[{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70078"}],"code":"N","display":"Normal (applies to non-numeric results)"}]}],"method":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"99ELR"}],"code":"CareStart COVID-19 Antigen test_Access Bio, Inc._EUA"}]}}},{"fullUrl":"Organization/1721777846322748000.49e6d847-c843-44e4-b364-8dcc8f18a9ac","resource":{"resourceType":"Organization","id":"1721777846322748000.49e6d847-c843-44e4-b364-8dcc8f18a9ac","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization","extension":[{"url":"XON.10","valueString":"10D0876999"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"OBX.25"}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"CLIA"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.4.7"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]}],"value":"10D0876999"}],"name":"Avante at Ormond Beach","address":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line","extension":[{"url":"SAD.1","valueString":"170 North King Road"}]}]}],"line":["170 North King Road"],"city":"Ormond Beach","district":"12127","state":"FL","postalCode":"32174"}]}},{"fullUrl":"Observation/1721777846325442000.c20a8ed1-4026-4c3d-a088-ff62a9eb145a","resource":{"resourceType":"Observation","id":"1721777846325442000.c20a8ed1-4026-4c3d-a088-ff62a9eb145a","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation","extension":[{"url":"OBX.2","valueId":"CWE"},{"url":"OBX.29","valueId":"QST"},{"url":"OBX.11","valueString":"F"}]}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"95418-0","display":"Whether patient is employed in a healthcare setting"}]},"subject":{"reference":"Patient/1721777846317280000.1c250c98-8398-44df-95f9-638d32537d63"},"effectiveDateTime":"2021-02-09T00:00:00-06:00","_effectiveDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70136"}],"code":"Y","display":"Yes"}]}}},{"fullUrl":"Observation/1721777846327269000.6b1fbddd-4ab2-4118-9deb-4ad8026e81ba","resource":{"resourceType":"Observation","id":"1721777846327269000.6b1fbddd-4ab2-4118-9deb-4ad8026e81ba","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation","extension":[{"url":"OBX.2","valueId":"CWE"},{"url":"OBX.29","valueId":"QST"},{"url":"OBX.11","valueString":"F"}]}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"95417-2","display":"First test for condition of interest"}]},"subject":{"reference":"Patient/1721777846317280000.1c250c98-8398-44df-95f9-638d32537d63"},"effectiveDateTime":"2021-02-09T00:00:00-06:00","_effectiveDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70136"}],"code":"Y","display":"Yes"}]}}},{"fullUrl":"Observation/1721777846329135000.65c69636-0d27-42fb-8198-25835ad05c9d","resource":{"resourceType":"Observation","id":"1721777846329135000.65c69636-0d27-42fb-8198-25835ad05c9d","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation","extension":[{"url":"OBX.2","valueId":"CWE"},{"url":"OBX.29","valueId":"QST"},{"url":"OBX.11","valueString":"F"}]}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"95421-4","display":"Resides in a congregate care setting"}]},"subject":{"reference":"Patient/1721777846317280000.1c250c98-8398-44df-95f9-638d32537d63"},"effectiveDateTime":"2021-02-09T00:00:00-06:00","_effectiveDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70136"}],"code":"N","display":"No"}]}}},{"fullUrl":"Specimen/1721777846440349000.b8ca24c2-1277-4715-ac66-f69340fd9af8","resource":{"resourceType":"Specimen","id":"1721777846440349000.b8ca24c2-1277-4715-ac66-f69340fd9af8","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment","valueString":"OBR"}],"collection":{"collectedPeriod":{"start":"2021-02-09T00:00:00-06:00","_start":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"end":"2021-02-09T00:00:00-06:00","_end":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]}}}}},{"fullUrl":"Specimen/1721777846442113000.9d2a2294-135f-461b-9205-6ad134663376","resource":{"resourceType":"Specimen","id":"1721777846442113000.9d2a2294-135f-461b-9205-6ad134663376","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment","valueString":"SPM"}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component","valueString":"SPM.2.1"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"PGN"}]},"value":"0cba76f5-35e0-4a28-803a-2f31308aae9b"}],"type":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"SCT"}],"system":"http://snomed.info/sct","code":"258500001","display":"Nasopharyngeal swab"}]},"receivedTime":"2021-02-09T00:00:00-06:00","_receivedTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"collection":{"collectedDateTime":"2021-02-09T00:00:00-06:00","_collectedDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"bodySite":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"SCT"}],"system":"http://snomed.info/sct","version":"2020-09-01","code":"71836000","display":"Nasopharyngeal structure (body structure)"}]}}}},{"fullUrl":"ServiceRequest/1721777846450879000.06a8b14f-65e8-4914-94cc-d25f4b1d88b3","resource":{"resourceType":"ServiceRequest","id":"1721777846450879000.06a8b14f-65e8-4914-94cc-d25f4b1d88b3","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/business-event","valueCode":"RE"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/orc-common-order","extension":[{"url":"orc-21-ordering-facility-name","valueReference":{"reference":"Organization/1721777846447164000.828dd71b-57e2-4acf-b9ad-f2276ee34bdd"}},{"url":"orc-22-ordering-facility-address","valueAddress":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line","extension":[{"url":"SAD.1","valueString":"170 North King Road"}]}]}],"line":["170 North King Road"],"city":"Ormond Beach","district":"12127","state":"FL","postalCode":"32174"}},{"url":"orc-24-ordering-provider-address","valueAddress":{"postalCode":"32174"}},{"url":"orc-12-ordering-provider","valueReference":{"reference":"Practitioner/1721777846448258000.28ec7274-61e6-4f8a-a29e-8d9b73f82bdc"}},{"url":"ORC.15","valueString":"20210209"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request","extension":[{"url":"OBR.2","valueIdentifier":{"value":"73a6e9bd-aaec-418e-813a-0ad33366ca85"}},{"url":"OBR.3","valueIdentifier":{"value":"0cba76f5-35e0-4a28-803a-2f31308aae9b"}},{"url":"OBR.22","valueString":"202102090000-0600"},{"url":"OBR.25","valueId":"F"},{"url":"OBR.16","valueReference":{"reference":"Practitioner/1721777846449836000.75ceb4a7-c11d-4591-8e3c-f6a617b60c19"}},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number","valueContactPoint":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-country","valueString":"1"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-area","valueString":"386"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-local","valueString":"6825220"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point","extension":[{"url":"XTN.2","valueString":"WPN"},{"url":"XTN.7","valueString":"6825220"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"OBR.17"}],"_system":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/data-absent-reason","valueCode":"unknown"}]},"use":"work"}}]}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.2"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"PLAC"}]},"value":"73a6e9bd-aaec-418e-813a-0ad33366ca85"},{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.3"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"FILL"}]},"value":"73a6e9bd-aaec-418e-813a-0ad33366ca85"}],"status":"unknown","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"94558-4","display":"SARS-CoV-2 (COVID-19) Ag [Presence] in Respiratory specimen by Rapid immunoassay"}]},"subject":{"reference":"Patient/1721777846317280000.1c250c98-8398-44df-95f9-638d32537d63"},"requester":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number","valueContactPoint":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-country","valueString":"1"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-area","valueString":"386"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-local","valueString":"6825220"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point","extension":[{"url":"XTN.2","valueString":"WPN"},{"url":"XTN.7","valueString":"6825220"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.14"}],"_system":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/data-absent-reason","valueCode":"unknown"}]},"use":"work"}}],"reference":"PractitionerRole/1721777846443378000.f9c5da9f-cd29-4c9a-a194-c41a12ea582f"}}},{"fullUrl":"Practitioner/1721777846444409000.cfd26ff0-4386-4d4f-9736-1355d7a7fa02","resource":{"resourceType":"Practitioner","id":"1721777846444409000.cfd26ff0-4386-4d4f-9736-1355d7a7fa02","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"CMS"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.249"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner","extension":[{"url":"XCN.3","valueString":"Husam"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.12"}],"identifier":[{"type":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id","valueBoolean":true}],"code":"NPI"}]},"system":"CMS","value":"1629082607"}],"name":[{"family":"Eddin","given":["Husam"]}],"address":[{"postalCode":"32174"}]}},{"fullUrl":"Organization/1721777846445269000.99ffa4f1-3f06-4ae5-b0d6-7f7618ba4c9d","resource":{"resourceType":"Organization","id":"1721777846445269000.99ffa4f1-3f06-4ae5-b0d6-7f7618ba4c9d","name":"Avante at Ormond Beach","telecom":[{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-country","valueString":"1"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-area","valueString":"407"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-local","valueString":"7397506"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point","extension":[{"url":"XTN.2","valueString":"WPN"},{"url":"XTN.4","valueString":"jbrush@avantecenters.com"},{"url":"XTN.7","valueString":"7397506"}]}],"system":"email","use":"work"}],"address":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line","extension":[{"url":"SAD.1","valueString":"170 North King Road"}]}]}],"line":["170 North King Road"],"city":"Ormond Beach","district":"12127","state":"FL","postalCode":"32174"}]}},{"fullUrl":"PractitionerRole/1721777846443378000.f9c5da9f-cd29-4c9a-a194-c41a12ea582f","resource":{"resourceType":"PractitionerRole","id":"1721777846443378000.f9c5da9f-cd29-4c9a-a194-c41a12ea582f","practitioner":{"reference":"Practitioner/1721777846444409000.cfd26ff0-4386-4d4f-9736-1355d7a7fa02"},"organization":{"reference":"Organization/1721777846445269000.99ffa4f1-3f06-4ae5-b0d6-7f7618ba4c9d"}}},{"fullUrl":"Organization/1721777846447164000.828dd71b-57e2-4acf-b9ad-f2276ee34bdd","resource":{"resourceType":"Organization","id":"1721777846447164000.828dd71b-57e2-4acf-b9ad-f2276ee34bdd","name":"Avante at Ormond Beach"}},{"fullUrl":"Practitioner/1721777846448258000.28ec7274-61e6-4f8a-a29e-8d9b73f82bdc","resource":{"resourceType":"Practitioner","id":"1721777846448258000.28ec7274-61e6-4f8a-a29e-8d9b73f82bdc","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"CMS"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.249"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner","extension":[{"url":"XCN.3","valueString":"Husam"}]}],"identifier":[{"type":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id","valueBoolean":true}],"code":"NPI"}]},"system":"CMS","value":"1629082607"}],"name":[{"family":"Eddin","given":["Husam"]}]}},{"fullUrl":"Practitioner/1721777846449836000.75ceb4a7-c11d-4591-8e3c-f6a617b60c19","resource":{"resourceType":"Practitioner","id":"1721777846449836000.75ceb4a7-c11d-4591-8e3c-f6a617b60c19","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"CMS"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.249"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner","extension":[{"url":"XCN.3","valueString":"Husam"}]}],"identifier":[{"type":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id","valueBoolean":true}],"code":"NPI"}]},"system":"CMS","value":"1629082607"}],"name":[{"family":"Eddin","given":["Husam"]}]}},{"fullUrl":"DiagnosticReport/1721777846454629000.e0f99313-4515-433a-a96a-c7a9e025547d","resource":{"resourceType":"DiagnosticReport","id":"1721777846454629000.e0f99313-4515-433a-a96a-c7a9e025547d","identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.2"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"PLAC"}]},"value":"73a6e9bd-aaec-418e-813a-0ad33366ca85"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"FILL"}]},"value":"73a6e9bd-aaec-418e-813a-0ad33366ca85"}],"basedOn":[{"reference":"ServiceRequest/1721777846450879000.06a8b14f-65e8-4914-94cc-d25f4b1d88b3"}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"94558-4","display":"SARS-CoV-2 (COVID-19) Ag [Presence] in Respiratory specimen by Rapid immunoassay"}]},"subject":{"reference":"Patient/1721777846317280000.1c250c98-8398-44df-95f9-638d32537d63"},"effectivePeriod":{"start":"2021-02-09T00:00:00-06:00","_start":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"end":"2021-02-09T00:00:00-06:00","_end":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]}},"issued":"2021-02-09T00:00:00-06:00","_issued":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"specimen":[{"reference":"Specimen/1721777846442113000.9d2a2294-135f-461b-9205-6ad134663376"},{"reference":"Specimen/1721777846440349000.b8ca24c2-1277-4715-ac66-f69340fd9af8"}],"result":[{"reference":"Observation/1721777846321890000.435ad504-5064-4d96-ac38-4b8c93d6a48b"},{"reference":"Observation/1721777846325442000.c20a8ed1-4026-4c3d-a088-ff62a9eb145a"},{"reference":"Observation/1721777846327269000.6b1fbddd-4ab2-4118-9deb-4ad8026e81ba"},{"reference":"Observation/1721777846329135000.65c69636-0d27-42fb-8198-25835ad05c9d"}]}}]}""" + """{"resourceType":"Bundle","id":"1731632555566127000.07dd4aa2-fdbf-4f4e-a220-25f878a36e45","meta":{"lastUpdated":"2024-11-14T17:02:35.570-08:00"},"identifier":{"system":"https://reportstream.cdc.gov/prime-router","value":"371784"},"type":"message","timestamp":"2021-02-10T17:07:37.000-08:00","entry":[{"fullUrl":"MessageHeader/1731632555616462000.de238934-eaf8-474c-add7-113ac1816922","resource":{"resourceType":"MessageHeader","id":"1731632555616462000.de238934-eaf8-474c-add7-113ac1816922","meta":{"tag":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0103","code":"P"}]},"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/msh-message-header","extension":[{"url":"MSH.7","valueString":"20210210170737"},{"url":"MSH.15","valueString":"NE"},{"url":"MSH.16","valueString":"NE"},{"url":"MSH.21","valueIdentifier":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"ELR_Receiver"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.9.99"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]}],"value":"PHLabReportNoAck"}}]}],"eventCoding":{"system":"http://terminology.hl7.org/CodeSystem/v2-0003","code":"R01","display":"ORU^R01^ORU_R01"},"destination":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"MSH.5"}],"name":"PRIME_DOH","_endpoint":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/data-absent-reason","valueCode":"unknown"}]},"receiver":{"reference":"Organization/1731632555615899000.744ef6d3-ea1e-42a7-8668-bac428c70352"}}],"sender":{"reference":"Organization/1731632555597230000.f5d95875-5c80-44c2-a529-51201c9ecc04"},"source":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"CDC PRIME - Atlanta, Georgia (Dekalb)"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.114222.4.1.237821"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueString":"ISO"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"MSH.3"}],"software":"PRIME ReportStream","version":"0.1-SNAPSHOT","endpoint":"urn:oid:2.16.840.1.114222.4.1.237821"}}},{"fullUrl":"Organization/1731632555597230000.f5d95875-5c80-44c2-a529-51201c9ecc04","resource":{"resourceType":"Organization","id":"1731632555597230000.f5d95875-5c80-44c2-a529-51201c9ecc04","identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.1"}],"value":"Avante at Ormond Beach"},{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.2,HD.3"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0301","code":"CLIA"}]},"value":"10D0876999"}],"address":[{"country":"USA"}]}},{"fullUrl":"Organization/1731632555615899000.744ef6d3-ea1e-42a7-8668-bac428c70352","resource":{"resourceType":"Organization","id":"1731632555615899000.744ef6d3-ea1e-42a7-8668-bac428c70352","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"MSH.6"}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.1"}],"value":"Prime ReportStream"}]}},{"fullUrl":"Provenance/1731632555844807000.076dd88c-166a-4108-b7db-bb1da99e5a34","resource":{"resourceType":"Provenance","id":"1731632555844807000.076dd88c-166a-4108-b7db-bb1da99e5a34","target":[{"reference":"MessageHeader/1731632555616462000.de238934-eaf8-474c-add7-113ac1816922"},{"reference":"DiagnosticReport/1731632556016258000.d13881e7-bfa4-4436-aa08-e4ffb99c2760"}],"recorded":"2021-02-10T17:07:37Z","activity":{"coding":[{"display":"ORU^R01^ORU_R01"}]},"agent":[{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/provenance-participant-type","code":"author"}]},"who":{"reference":"Organization/1731632555844062000.5747e251-00de-4533-aed6-5592f833e869"}}],"entity":[{"role":"source","what":{"reference":"Device/1731632555847769000.ef591561-f00f-44fe-9a7b-cb2a38aa77ad"}}]}},{"fullUrl":"Organization/1731632555844062000.5747e251-00de-4533-aed6-5592f833e869","resource":{"resourceType":"Organization","id":"1731632555844062000.5747e251-00de-4533-aed6-5592f833e869","identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.1"}],"value":"Avante at Ormond Beach"},{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.2,HD.3"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0301","code":"CLIA"}]},"value":"10D0876999"}]}},{"fullUrl":"Organization/1731632555847591000.9026c753-7d1b-4f4e-be23-f3e83960eb85","resource":{"resourceType":"Organization","id":"1731632555847591000.9026c753-7d1b-4f4e-be23-f3e83960eb85","name":"Centers for Disease Control and Prevention"}},{"fullUrl":"Device/1731632555847769000.ef591561-f00f-44fe-9a7b-cb2a38aa77ad","resource":{"resourceType":"Device","id":"1731632555847769000.ef591561-f00f-44fe-9a7b-cb2a38aa77ad","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/software-vendor-org","valueReference":{"reference":"Organization/1731632555847591000.9026c753-7d1b-4f4e-be23-f3e83960eb85"}}],"manufacturer":"Centers for Disease Control and Prevention","deviceName":[{"name":"PRIME ReportStream","type":"manufacturer-name"}],"modelNumber":"0.1-SNAPSHOT","version":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/software-install-date","valueDateTime":"2021-02-10","_valueDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"20210210"}]}}],"value":"0.1-SNAPSHOT"}]}},{"fullUrl":"Provenance/1731632555853506000.6979205f-ec8c-49a4-b1a0-d26f0a7390e7","resource":{"resourceType":"Provenance","id":"1731632555853506000.6979205f-ec8c-49a4-b1a0-d26f0a7390e7","recorded":"2024-11-14T17:02:35Z","policy":["http://hl7.org/fhir/uv/v2mappings/message-oru-r01-to-bundle"],"activity":{"coding":[{"code":"v2-FHIR transformation"}]},"agent":[{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/provenance-participant-type","code":"assembler"}]},"who":{"reference":"Organization/1731632555853234000.37d4833c-4be8-4fe9-a325-232536eefe20"}}]}},{"fullUrl":"Organization/1731632555853234000.37d4833c-4be8-4fe9-a325-232536eefe20","resource":{"resourceType":"Organization","id":"1731632555853234000.37d4833c-4be8-4fe9-a325-232536eefe20","identifier":[{"value":"CDC PRIME - Atlanta"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0301"}]},"system":"urn:ietf:rfc:3986","value":"2.16.840.1.114222.4.1.237821"}]}},{"fullUrl":"Patient/1731632555873836000.ba21d392-9520-489b-b1cc-1439b3235298","resource":{"resourceType":"Patient","id":"1731632555873836000.ba21d392-9520-489b-b1cc-1439b3235298","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/pid-patient","extension":[{"url":"PID.8","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"}],"code":"F"}]}},{"url":"PID.30","valueString":"N"}]},{"url":"http://ibm.com/fhir/cdm/StructureDefinition/local-race-cd","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70005"}],"system":"http://terminology.hl7.org/CodeSystem/v3-Race","version":"2.5.1","code":"2106-3","display":"White"}]}},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/ethnic-group","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70189"}],"system":"http://terminology.hl7.org/CodeSystem/v2-0189","code":"U","display":"Unknown"}]}}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier","extension":[{"url":"CX.5","valueString":"PI"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"PID.3"}],"type":{"coding":[{"code":"PI"}]},"value":"2a14112c-ece1-4f82-915c-7b3a8d152eda","assigner":{"reference":"Organization/1731632555858437000.02848ffa-05a5-47a8-a5f8-7e0621a989ce"}}],"name":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name","extension":[{"url":"XPN.2","valueString":"Kareem"},{"url":"XPN.3","valueString":"Millie"},{"url":"XPN.7","valueString":"L"}]}],"use":"official","family":"Buckridge","given":["Kareem","Millie"]}],"telecom":[{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-country","valueString":"1"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-area","valueString":"211"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-local","valueString":"2240784"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point","extension":[{"url":"XTN.1","valueString":"7275555555:1:"},{"url":"XTN.2","valueString":"PRN"},{"url":"XTN.4","valueString":"roscoe.wilkinson@email.com"},{"url":"XTN.7","valueString":"2240784"}]}],"system":"email","use":"home"}],"gender":"female","birthDate":"1958-08-10","_birthDate":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"19580810"}]},"deceasedBoolean":false,"address":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line","extension":[{"url":"SAD.1","valueString":"688 Leighann Inlet"}]}]}],"line":["688 Leighann Inlet"],"city":"South Rodneychester","district":"48077","state":"TX","postalCode":"67071"}]}},{"fullUrl":"Organization/1731632555858437000.02848ffa-05a5-47a8-a5f8-7e0621a989ce","resource":{"resourceType":"Organization","id":"1731632555858437000.02848ffa-05a5-47a8-a5f8-7e0621a989ce","identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.1"}],"value":"Avante at Ormond Beach"}]}},{"fullUrl":"Provenance/1731632555876041000.c5e98c0c-d556-4701-944a-f772f3f8c8c3","resource":{"resourceType":"Provenance","id":"1731632555876041000.c5e98c0c-d556-4701-944a-f772f3f8c8c3","target":[{"reference":"Patient/1731632555873836000.ba21d392-9520-489b-b1cc-1439b3235298"}],"recorded":"2024-11-14T17:02:35Z","activity":{"coding":[{"system":"https://terminology.hl7.org/CodeSystem/v3-DataOperation","code":"UPDATE"}]}}},{"fullUrl":"Observation/1731632555879358000.ec90e8a1-fc5b-47ef-893f-d8ea4d7658bd","resource":{"resourceType":"Observation","id":"1731632555879358000.ec90e8a1-fc5b-47ef-893f-d8ea4d7658bd","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time","valueDateTime":"2021-02-09T00:00:00-06:00","_valueDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]}},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation","extension":[{"url":"OBX.2","valueId":"CWE"},{"url":"OBX.11","valueString":"F"},{"url":"OBX.17","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"99ELR"}],"code":"CareStart COVID-19 Antigen test_Access Bio, Inc._EUA"}]}}]}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"94558-4","display":"SARS-CoV-2 (COVID-19) Ag [Presence] in Respiratory specimen by Rapid immunoassay"}]},"subject":{"reference":"Patient/1731632555873836000.ba21d392-9520-489b-b1cc-1439b3235298"},"effectiveDateTime":"2021-02-09T00:00:00-06:00","_effectiveDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"performer":[{"reference":"Organization/1731632555880303000.cd1c7280-1b15-4d08-afc9-066b82462f58"}],"valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"SCT"}],"system":"http://snomed.info/sct","code":"260415000","display":"Not detected"}]},"interpretation":[{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70078"}],"code":"N","display":"Normal (applies to non-numeric results)"}]}],"method":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"99ELR"}],"code":"CareStart COVID-19 Antigen test_Access Bio, Inc._EUA"}]}}},{"fullUrl":"Organization/1731632555880303000.cd1c7280-1b15-4d08-afc9-066b82462f58","resource":{"resourceType":"Organization","id":"1731632555880303000.cd1c7280-1b15-4d08-afc9-066b82462f58","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization","extension":[{"url":"XON.10","valueString":"10D0876999"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"OBX.25"}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"CLIA"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.4.7"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]}],"value":"10D0876999"}],"name":"Avante at Ormond Beach","address":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line","extension":[{"url":"SAD.1","valueString":"170 North King Road"}]}]}],"line":["170 North King Road"],"city":"Ormond Beach","district":"12127","state":"FL","postalCode":"32174"}]}},{"fullUrl":"Observation/1731632555883068000.f1a554b9-5bb6-4830-a813-076057f6bdc0","resource":{"resourceType":"Observation","id":"1731632555883068000.f1a554b9-5bb6-4830-a813-076057f6bdc0","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation","extension":[{"url":"OBX.2","valueId":"CWE"},{"url":"OBX.29","valueId":"QST"},{"url":"OBX.11","valueString":"F"}]}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"95418-0","display":"Whether patient is employed in a healthcare setting"}]},"subject":{"reference":"Patient/1731632555873836000.ba21d392-9520-489b-b1cc-1439b3235298"},"effectiveDateTime":"2021-02-09T00:00:00-06:00","_effectiveDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70136"}],"code":"Y","display":"Yes"}]}}},{"fullUrl":"Observation/1731632555885257000.8531f6f3-45fe-4194-b160-2c77bc69f0d9","resource":{"resourceType":"Observation","id":"1731632555885257000.8531f6f3-45fe-4194-b160-2c77bc69f0d9","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation","extension":[{"url":"OBX.2","valueId":"CWE"},{"url":"OBX.29","valueId":"QST"},{"url":"OBX.11","valueString":"F"}]}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"95417-2","display":"First test for condition of interest"}]},"subject":{"reference":"Patient/1731632555873836000.ba21d392-9520-489b-b1cc-1439b3235298"},"effectiveDateTime":"2021-02-09T00:00:00-06:00","_effectiveDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70136"}],"code":"Y","display":"Yes"}]}}},{"fullUrl":"Observation/1731632555887093000.4e715efa-ad92-4821-9e24-cfcefabbd23a","resource":{"resourceType":"Observation","id":"1731632555887093000.4e715efa-ad92-4821-9e24-cfcefabbd23a","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation","extension":[{"url":"OBX.2","valueId":"CWE"},{"url":"OBX.29","valueId":"QST"},{"url":"OBX.11","valueString":"F"}]}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"95421-4","display":"Resides in a congregate care setting"}]},"subject":{"reference":"Patient/1731632555873836000.ba21d392-9520-489b-b1cc-1439b3235298"},"effectiveDateTime":"2021-02-09T00:00:00-06:00","_effectiveDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70136"}],"code":"N","display":"No"}]}}},{"fullUrl":"Specimen/1731632556001589000.4f108eb0-1561-442c-893a-3f2589aa139d","resource":{"resourceType":"Specimen","id":"1731632556001589000.4f108eb0-1561-442c-893a-3f2589aa139d","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment","valueString":"OBR"}],"collection":{"collectedPeriod":{"start":"2021-02-09T00:00:00-06:00","_start":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"end":"2021-02-09T00:00:00-06:00","_end":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]}}}}},{"fullUrl":"Specimen/1731632556003521000.c13f412f-6c4d-49a4-9308-f5a71e748651","resource":{"resourceType":"Specimen","id":"1731632556003521000.c13f412f-6c4d-49a4-9308-f5a71e748651","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment","valueString":"SPM"}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component","valueString":"SPM.2.1"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"PGN"}]},"value":"0cba76f5-35e0-4a28-803a-2f31308aae9b"}],"type":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"SCT"}],"system":"http://snomed.info/sct","code":"258500001","display":"Nasopharyngeal swab"}]},"receivedTime":"2021-02-09T00:00:00-06:00","_receivedTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"collection":{"collectedDateTime":"2021-02-09T00:00:00-06:00","_collectedDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"bodySite":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"SCT"}],"system":"http://snomed.info/sct","version":"2020-09-01","code":"71836000","display":"Nasopharyngeal structure (body structure)"}]}}}},{"fullUrl":"ServiceRequest/1731632556012806000.bb92f923-0bf3-4d1a-a5bb-207ebd70f45e","resource":{"resourceType":"ServiceRequest","id":"1731632556012806000.bb92f923-0bf3-4d1a-a5bb-207ebd70f45e","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/business-event","valueCode":"RE"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/orc-common-order","extension":[{"url":"orc-21-ordering-facility-name","valueReference":{"reference":"Organization/1731632556007885000.8485c876-fe7a-4c06-8884-bbc33aa4b74a"}},{"url":"orc-22-ordering-facility-address","valueAddress":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line","extension":[{"url":"SAD.1","valueString":"170 North King Road"}]}]}],"line":["170 North King Road"],"city":"Ormond Beach","district":"12127","state":"FL","postalCode":"32174"}},{"url":"orc-24-ordering-provider-address","valueAddress":{"postalCode":"32174"}},{"url":"orc-12-ordering-provider","valueReference":{"reference":"Practitioner/1731632556008903000.ff983c8b-af50-43e5-b88e-3b67b0eb261d"}},{"url":"ORC.15","valueString":"20210209"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request","extension":[{"url":"OBR.2","valueIdentifier":{"value":"73a6e9bd-aaec-418e-813a-0ad33366ca85"}},{"url":"OBR.3","valueIdentifier":{"value":"0cba76f5-35e0-4a28-803a-2f31308aae9b"}},{"url":"OBR.16","valueReference":{"reference":"Practitioner/1731632556009580000.43b752a9-03e1-40f9-b27e-d5cfdf11ec72"}},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number","valueContactPoint":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-country","valueString":"1"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-area","valueString":"386"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-local","valueString":"6825220"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point","extension":[{"url":"XTN.2","valueString":"WPN"},{"url":"XTN.7","valueString":"6825220"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"OBR.17"}],"_system":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/data-absent-reason","valueCode":"unknown"}]},"use":"work"}},{"url":"OBR.7","valueDateTime":"2021-02-09T00:00:00-06:00","_valueDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]}},{"url":"OBR.8","valueDateTime":"2021-02-09T00:00:00-06:00","_valueDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]}},{"url":"OBR.22","valueString":"202102090000-0600"},{"url":"OBR.25","valueId":"F"}]}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.2"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"PLAC"}]},"value":"73a6e9bd-aaec-418e-813a-0ad33366ca85"},{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.3"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"FILL"}]},"value":"73a6e9bd-aaec-418e-813a-0ad33366ca85"}],"status":"unknown","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"94558-4","display":"SARS-CoV-2 (COVID-19) Ag [Presence] in Respiratory specimen by Rapid immunoassay"}]},"subject":{"reference":"Patient/1731632555873836000.ba21d392-9520-489b-b1cc-1439b3235298"},"requester":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number","valueContactPoint":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-country","valueString":"1"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-area","valueString":"386"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-local","valueString":"6825220"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point","extension":[{"url":"XTN.2","valueString":"WPN"},{"url":"XTN.7","valueString":"6825220"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.14"}],"_system":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/data-absent-reason","valueCode":"unknown"}]},"use":"work"}}],"reference":"PractitionerRole/1731632556004678000.92726640-e399-4a10-83b5-20161d9b0afa"}}},{"fullUrl":"Practitioner/1731632556005631000.40dffabe-d86c-4782-96fc-a41e0ab111a3","resource":{"resourceType":"Practitioner","id":"1731632556005631000.40dffabe-d86c-4782-96fc-a41e0ab111a3","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"CMS"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.249"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner","extension":[{"url":"XCN.3","valueString":"Husam"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.12"}],"identifier":[{"type":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id","valueBoolean":true}],"code":"NPI"}]},"system":"CMS","value":"1629082607"}],"name":[{"family":"Eddin","given":["Husam"]}],"address":[{"postalCode":"32174"}]}},{"fullUrl":"Organization/1731632556006409000.485fd490-c064-4036-8f81-51c6ba01e305","resource":{"resourceType":"Organization","id":"1731632556006409000.485fd490-c064-4036-8f81-51c6ba01e305","name":"Avante at Ormond Beach","telecom":[{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-country","valueString":"1"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-area","valueString":"407"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-local","valueString":"7397506"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point","extension":[{"url":"XTN.2","valueString":"WPN"},{"url":"XTN.4","valueString":"jbrush@avantecenters.com"},{"url":"XTN.7","valueString":"7397506"}]}],"system":"email","use":"work"}],"address":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line","extension":[{"url":"SAD.1","valueString":"170 North King Road"}]}]}],"line":["170 North King Road"],"city":"Ormond Beach","district":"12127","state":"FL","postalCode":"32174"}]}},{"fullUrl":"PractitionerRole/1731632556004678000.92726640-e399-4a10-83b5-20161d9b0afa","resource":{"resourceType":"PractitionerRole","id":"1731632556004678000.92726640-e399-4a10-83b5-20161d9b0afa","practitioner":{"reference":"Practitioner/1731632556005631000.40dffabe-d86c-4782-96fc-a41e0ab111a3"},"organization":{"reference":"Organization/1731632556006409000.485fd490-c064-4036-8f81-51c6ba01e305"}}},{"fullUrl":"Organization/1731632556007885000.8485c876-fe7a-4c06-8884-bbc33aa4b74a","resource":{"resourceType":"Organization","id":"1731632556007885000.8485c876-fe7a-4c06-8884-bbc33aa4b74a","name":"Avante at Ormond Beach"}},{"fullUrl":"Practitioner/1731632556008903000.ff983c8b-af50-43e5-b88e-3b67b0eb261d","resource":{"resourceType":"Practitioner","id":"1731632556008903000.ff983c8b-af50-43e5-b88e-3b67b0eb261d","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"CMS"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.249"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner","extension":[{"url":"XCN.3","valueString":"Husam"}]}],"identifier":[{"type":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id","valueBoolean":true}],"code":"NPI"}]},"system":"CMS","value":"1629082607"}],"name":[{"family":"Eddin","given":["Husam"]}]}},{"fullUrl":"Practitioner/1731632556009580000.43b752a9-03e1-40f9-b27e-d5cfdf11ec72","resource":{"resourceType":"Practitioner","id":"1731632556009580000.43b752a9-03e1-40f9-b27e-d5cfdf11ec72","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"CMS"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.249"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner","extension":[{"url":"XCN.3","valueString":"Husam"}]}],"identifier":[{"type":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id","valueBoolean":true}],"code":"NPI"}]},"system":"CMS","value":"1629082607"}],"name":[{"family":"Eddin","given":["Husam"]}]}},{"fullUrl":"DiagnosticReport/1731632556016258000.d13881e7-bfa4-4436-aa08-e4ffb99c2760","resource":{"resourceType":"DiagnosticReport","id":"1731632556016258000.d13881e7-bfa4-4436-aa08-e4ffb99c2760","identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.2"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"PLAC"}]},"value":"73a6e9bd-aaec-418e-813a-0ad33366ca85"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"FILL"}]},"value":"73a6e9bd-aaec-418e-813a-0ad33366ca85"}],"basedOn":[{"reference":"ServiceRequest/1731632556012806000.bb92f923-0bf3-4d1a-a5bb-207ebd70f45e"}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"94558-4","display":"SARS-CoV-2 (COVID-19) Ag [Presence] in Respiratory specimen by Rapid immunoassay"}]},"subject":{"reference":"Patient/1731632555873836000.ba21d392-9520-489b-b1cc-1439b3235298"},"effectivePeriod":{"start":"2021-02-09T00:00:00-06:00","_start":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"end":"2021-02-09T00:00:00-06:00","_end":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]}},"issued":"2021-02-09T00:00:00-06:00","_issued":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"specimen":[{"reference":"Specimen/1731632556003521000.c13f412f-6c4d-49a4-9308-f5a71e748651"},{"reference":"Specimen/1731632556001589000.4f108eb0-1561-442c-893a-3f2589aa139d"}],"result":[{"reference":"Observation/1731632555879358000.ec90e8a1-fc5b-47ef-893f-d8ea4d7658bd"},{"reference":"Observation/1731632555883068000.f1a554b9-5bb6-4830-a813-076057f6bdc0"},{"reference":"Observation/1731632555885257000.8531f6f3-45fe-4194-b160-2c77bc69f0d9"},{"reference":"Observation/1731632555887093000.4e715efa-ad92-4821-9e24-cfcefabbd23a"}]}}]}""" @Suppress("ktlint:standard:max-line-length") const val invalidHL7RecordConvertedAndTransformed = - """{"resourceType":"Bundle","id":"1714076050088111000.a4c2ec65-b182-45da-9f14-80db72ebdd42","meta":{"lastUpdated":"2024-04-25T16:14:10.094-04:00"},"identifier":{"system":"https://reportstream.cdc.gov/prime-router","value":"371784"},"type":"message","timestamp":"2021-02-10T17:07:37.000-05:00","entry":[{"fullUrl":"MessageHeader/4aeed951-99a9-3152-8885-6b0acc6dd35e","resource":{"resourceType":"MessageHeader","id":"4aeed951-99a9-3152-8885-6b0acc6dd35e","meta":{"tag":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0103","code":"P"}]},"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/msh-message-header","extension":[{"url":"MSH.7","valueString":"20210210170737"},{"url":"MSH.15","valueString":"NE"},{"url":"MSH.16","valueString":"NE"},{"url":"MSH.21","valueIdentifier":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"ELR_Receiver"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.9.99"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]}],"value":"PHLabReportNoAck"}},{"url":"MSH.19","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"ISO"}],"code":"ENG","display":"English"}]}}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/character-set","valueString":"UNICODE UTF-8"}],"eventCoding":{"system":"http://terminology.hl7.org/CodeSystem/v2-0003","code":"R01","display":"ORU^R01^ORU_R01"},"destination":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"MSH.5"}],"name":"PRIME_DOH","_endpoint":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/data-absent-reason","valueCode":"unknown"}]},"receiver":{"reference":"Organization/1714076050159757000.4a754008-3c87-4a33-b464-b200e5209d58"}}],"sender":{"reference":"Organization/1714076050134101000.e2dfbcec-e00a-4145-9a1d-3f237f7d9c88"},"source":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"CDC PRIME - Atlanta, Georgia (Dekalb)"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.114222.4.1.237821"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueString":"ISO"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"MSH.3"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/software-binary-id","valueString":"0.2-SNAPSHOT"}],"name":"CDC PRIME - Atlanta: 2.16.840.1.114222.4.1.237821","software":"PRIME ReportStream","version":"0.2-SNAPSHOT","endpoint":"urn:oid:2.16.840.1.114222.4.1.237821"}}},{"fullUrl":"Organization/1714076050134101000.e2dfbcec-e00a-4145-9a1d-3f237f7d9c88","resource":{"resourceType":"Organization","id":"1714076050134101000.e2dfbcec-e00a-4145-9a1d-3f237f7d9c88","identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.1"}],"value":"Avante at Ormond Beach"},{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.2,HD.3"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0301","code":"CLIA"}]},"value":"10D0876999"}],"address":[{"country":"USA"}]}},{"fullUrl":"Organization/1714076050159757000.4a754008-3c87-4a33-b464-b200e5209d58","resource":{"resourceType":"Organization","id":"1714076050159757000.4a754008-3c87-4a33-b464-b200e5209d58","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"MSH.6"}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.1"}],"value":"Prime ReportStream"}]}},{"fullUrl":"Provenance/1714076050445737000.c6aaf334-0a47-431f-9683-d684b448e75d","resource":{"resourceType":"Provenance","id":"1714076050445737000.c6aaf334-0a47-431f-9683-d684b448e75d","target":[{"reference":"MessageHeader/4aeed951-99a9-3152-8885-6b0acc6dd35e"},{"reference":"DiagnosticReport/1714076050653185000.919d3a83-8196-4559-9b09-82223811a264"}],"recorded":"2021-02-10T17:07:37Z","activity":{"coding":[{"display":"ORU^R01^ORU_R01"}]},"agent":[{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/provenance-participant-type","code":"author"}]},"who":{"reference":"Organization/1714076050445166000.fe8affd3-6047-4d29-9946-48aa378eb7a8"}}],"entity":[{"role":"source","what":{"reference":"Device/1714076050448504000.64bd61ad-a6ba-46ea-8c67-7925902c7ccb"}}]}},{"fullUrl":"Organization/1714076050445166000.fe8affd3-6047-4d29-9946-48aa378eb7a8","resource":{"resourceType":"Organization","id":"1714076050445166000.fe8affd3-6047-4d29-9946-48aa378eb7a8","identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.1"}],"value":"Avante at Ormond Beach"},{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.2,HD.3"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0301","code":"CLIA"}]},"value":"10D0876999"}]}},{"fullUrl":"Organization/1714076050448325000.62322707-039b-4e4d-b8bb-b98585947a1c","resource":{"resourceType":"Organization","id":"1714076050448325000.62322707-039b-4e4d-b8bb-b98585947a1c","name":"Centers for Disease Control and Prevention"}},{"fullUrl":"Device/1714076050448504000.64bd61ad-a6ba-46ea-8c67-7925902c7ccb","resource":{"resourceType":"Device","id":"1714076050448504000.64bd61ad-a6ba-46ea-8c67-7925902c7ccb","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/software-vendor-org","valueReference":{"reference":"Organization/1714076050448325000.62322707-039b-4e4d-b8bb-b98585947a1c"}}],"manufacturer":"Centers for Disease Control and Prevention","deviceName":[{"name":"PRIME ReportStream","type":"manufacturer-name"}],"modelNumber":"0.1-SNAPSHOT","version":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/software-install-date","valueDateTime":"2021-02-10","_valueDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"20210210"}]}}],"value":"0.1-SNAPSHOT"}]}},{"fullUrl":"Provenance/1714076050454424000.121a6dc9-c486-4455-9720-3b3f1a3fe655","resource":{"resourceType":"Provenance","id":"1714076050454424000.121a6dc9-c486-4455-9720-3b3f1a3fe655","recorded":"2024-04-25T16:14:10Z","policy":["http://hl7.org/fhir/uv/v2mappings/message-oru-r01-to-bundle"],"activity":{"coding":[{"code":"v2-FHIR transformation"}]},"agent":[{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/provenance-participant-type","code":"assembler"}]},"who":{"reference":"Organization/1714076050454162000.ef2f189e-335e-4716-bfff-2c77c696b9f6"}}]}},{"fullUrl":"Organization/1714076050454162000.ef2f189e-335e-4716-bfff-2c77c696b9f6","resource":{"resourceType":"Organization","id":"1714076050454162000.ef2f189e-335e-4716-bfff-2c77c696b9f6","identifier":[{"value":"CDC PRIME - Atlanta"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0301"}]},"system":"urn:ietf:rfc:3986","value":"2.16.840.1.114222.4.1.237821"}]}},{"fullUrl":"Patient/1714076050474891000.93554b06-037d-423d-a6d9-acff906d8d4a","resource":{"resourceType":"Patient","id":"1714076050474891000.93554b06-037d-423d-a6d9-acff906d8d4a","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/pid-patient","extension":[{"url":"PID.8","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"}],"code":"F"}]}},{"url":"PID.30","valueString":"N"}]},{"url":"http://ibm.com/fhir/cdm/StructureDefinition/local-race-cd","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70005"}],"system":"http://terminology.hl7.org/CodeSystem/v3-Race","version":"2.5.1","code":"2106-3","display":"White"}]}},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/ethnic-group","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70189"}],"system":"http://terminology.hl7.org/CodeSystem/v2-0189","code":"U","display":"Unknown"}]}}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier","extension":[{"url":"CX.5","valueString":"PI"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"PID.3"}],"type":{"coding":[{"code":"PI"}]},"value":"2a14112c-ece1-4f82-915c-7b3a8d152eda","assigner":{"reference":"Organization/1714076050460441000.2cea5a01-6238-42db-974a-d3dd4ccadf06"}}],"name":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name","extension":[{"url":"XPN.2","valueString":"Kareem"},{"url":"XPN.3","valueString":"Millie"},{"url":"XPN.7","valueString":"L"}]}],"use":"official","family":"Buckridge","given":["Kareem","Millie"]}],"telecom":[{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-country","valueString":"1"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-area","valueString":"211"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-local","valueString":"2240784"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point","extension":[{"url":"XTN.1","valueString":"7275555555:1:"},{"url":"XTN.2","valueString":"PRN"},{"url":"XTN.4","valueString":"roscoe.wilkinson@email.com"},{"url":"XTN.7","valueString":"2240784"}]}],"system":"email","use":"home"}],"gender":"female","birthDate":"1958-08-10","_birthDate":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"19580810"}]},"deceasedBoolean":false,"address":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line","extension":[{"url":"SAD.1","valueString":"688 Leighann Inlet"}]}]}],"line":["688 Leighann Inlet"],"city":"South Rodneychester","district":"48077","state":"TX","postalCode":"67071"}]}},{"fullUrl":"Organization/1714076050460441000.2cea5a01-6238-42db-974a-d3dd4ccadf06","resource":{"resourceType":"Organization","id":"1714076050460441000.2cea5a01-6238-42db-974a-d3dd4ccadf06","identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.1"}],"value":"Avante at Ormond Beach"}]}},{"fullUrl":"Provenance/1714076050477224000.1628017b-94e5-4e4c-bb2e-251383476529","resource":{"resourceType":"Provenance","id":"1714076050477224000.1628017b-94e5-4e4c-bb2e-251383476529","target":[{"reference":"Patient/1714076050474891000.93554b06-037d-423d-a6d9-acff906d8d4a"}],"recorded":"2024-04-25T16:14:10Z","activity":{"coding":[{"system":"https://terminology.hl7.org/CodeSystem/v3-DataOperation","code":"UPDATE"}]}}},{"fullUrl":"Observation/1714076050479965000.91c31627-78bd-4f0e-83fc-b7749d09d05d","resource":{"resourceType":"Observation","id":"1714076050479965000.91c31627-78bd-4f0e-83fc-b7749d09d05d","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time","valueDateTime":"2021-02-09T00:00:00-06:00","_valueDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]}},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation","extension":[{"url":"OBX.2","valueId":"CWE"},{"url":"OBX.11","valueString":"F"},{"url":"OBX.17","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"99ELR"}],"code":"CareStart COVID-19 Antigen test_Access Bio, Inc._EUA"}]}}]}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"94558-4","display":"SARS-CoV-2 (COVID-19) Ag [Presence] in Respiratory specimen by Rapid immunoassay"}]},"subject":{"reference":"Patient/1714076050474891000.93554b06-037d-423d-a6d9-acff906d8d4a"},"effectiveDateTime":"2021-02-09T00:00:00-06:00","_effectiveDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"performer":[{"reference":"Organization/1714076050480881000.76426968-0f15-47ed-9cec-f54aacf336dc"}],"valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"SCT"}],"system":"http://snomed.info/sct","code":"260415000","display":"Not detected"}]},"interpretation":[{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70078"}],"code":"N","display":"Normal (applies to non-numeric results)"}]}],"method":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"99ELR"}],"code":"CareStart COVID-19 Antigen test_Access Bio, Inc._EUA"}]}}},{"fullUrl":"Organization/1714076050480881000.76426968-0f15-47ed-9cec-f54aacf336dc","resource":{"resourceType":"Organization","id":"1714076050480881000.76426968-0f15-47ed-9cec-f54aacf336dc","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization","extension":[{"url":"XON.10","valueString":"10D0876999"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"OBX.25"}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"CLIA"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.4.7"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]}],"value":"10D0876999"}],"name":"Avante at Ormond Beach","address":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line","extension":[{"url":"SAD.1","valueString":"170 North King Road"}]}]}],"line":["170 North King Road"],"city":"Ormond Beach","district":"12127","state":"FL","postalCode":"32174"}]}},{"fullUrl":"Observation/1714076050483565000.c539a463-c7a5-41c8-ae9c-9841735124f3","resource":{"resourceType":"Observation","id":"1714076050483565000.c539a463-c7a5-41c8-ae9c-9841735124f3","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation","extension":[{"url":"OBX.2","valueId":"CWE"},{"url":"OBX.29","valueId":"QST"},{"url":"OBX.11","valueString":"F"}]}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"95418-0","display":"Whether patient is employed in a healthcare setting"}]},"subject":{"reference":"Patient/1714076050474891000.93554b06-037d-423d-a6d9-acff906d8d4a"},"effectiveDateTime":"2021-02-09T00:00:00-06:00","_effectiveDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70136"}],"code":"Y","display":"Yes"}]}}},{"fullUrl":"Observation/1714076050486065000.616b4d6e-faf1-4e12-a255-d8972c32b1d9","resource":{"resourceType":"Observation","id":"1714076050486065000.616b4d6e-faf1-4e12-a255-d8972c32b1d9","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation","extension":[{"url":"OBX.2","valueId":"CWE"},{"url":"OBX.29","valueId":"QST"},{"url":"OBX.11","valueString":"F"}]}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"95417-2","display":"First test for condition of interest"}]},"subject":{"reference":"Patient/1714076050474891000.93554b06-037d-423d-a6d9-acff906d8d4a"},"effectiveDateTime":"2021-02-09T00:00:00-06:00","_effectiveDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70136"}],"code":"Y","display":"Yes"}]}}},{"fullUrl":"Observation/1714076050487946000.e957be9d-b4fd-4c17-8b44-dde8bf20df85","resource":{"resourceType":"Observation","id":"1714076050487946000.e957be9d-b4fd-4c17-8b44-dde8bf20df85","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation","extension":[{"url":"OBX.2","valueId":"CWE"},{"url":"OBX.29","valueId":"QST"},{"url":"OBX.11","valueString":"F"}]}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"95421-4","display":"Resides in a congregate care setting"}]},"subject":{"reference":"Patient/1714076050474891000.93554b06-037d-423d-a6d9-acff906d8d4a"},"effectiveDateTime":"2021-02-09T00:00:00-06:00","_effectiveDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70136"}],"code":"N","display":"No"}]}}},{"fullUrl":"Specimen/1714076050635518000.e5c47b4d-4404-4edd-bc07-142bfc0e90c5","resource":{"resourceType":"Specimen","id":"1714076050635518000.e5c47b4d-4404-4edd-bc07-142bfc0e90c5","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment","valueString":"OBR"}],"collection":{"collectedPeriod":{"start":"2021-02-09T00:00:00-06:00","_start":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"end":"2021-02-09T00:00:00-06:00","_end":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]}}}}},{"fullUrl":"Specimen/1714076050637369000.7c579064-c691-42a7-89d4-02a2fa00d924","resource":{"resourceType":"Specimen","id":"1714076050637369000.7c579064-c691-42a7-89d4-02a2fa00d924","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment","valueString":"SPM"}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component","valueString":"SPM.2.1"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"PGN"}]},"value":"0cba76f5-35e0-4a28-803a-2f31308aae9b"}],"type":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"SCT"}],"system":"http://snomed.info/sct","code":"258500001","display":"Nasopharyngeal swab"}]},"receivedTime":"2021-02-09T00:00:00-06:00","_receivedTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"collection":{"collectedDateTime":"2021-02-09T00:00:00-06:00","_collectedDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"bodySite":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"SCT"}],"system":"http://snomed.info/sct","version":"2020-09-01","code":"71836000","display":"Nasopharyngeal structure (body structure)"}]}}}},{"fullUrl":"ServiceRequest/1714076050647840000.cb7f08b5-f042-4af2-99ef-93df2701ae8c","resource":{"resourceType":"ServiceRequest","id":"1714076050647840000.cb7f08b5-f042-4af2-99ef-93df2701ae8c","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/business-event","valueCode":"RE"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/orc-common-order","extension":[{"url":"orc-21-ordering-facility-name","valueReference":{"reference":"Organization/1714076050642630000.15f993ed-02f8-473f-8b77-95bca4c97f3a"}},{"url":"orc-22-ordering-facility-address","valueAddress":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line","extension":[{"url":"SAD.1","valueString":"170 North King Road"}]}]}],"line":["170 North King Road"],"city":"Ormond Beach","district":"12127","state":"FL","postalCode":"32174"}},{"url":"orc-24-ordering-provider-address","valueAddress":{"postalCode":"32174"}},{"url":"orc-12-ordering-provider","valueReference":{"reference":"Practitioner/1714076050643844000.3dad2a39-2e39-4120-9991-919e24397bb8"}},{"url":"ORC.15","valueString":"20210209"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request","extension":[{"url":"OBR.2","valueIdentifier":{"value":"73a6e9bd-aaec-418e-813a-0ad33366ca85"}},{"url":"OBR.3","valueIdentifier":{"value":"0cba76f5-35e0-4a28-803a-2f31308aae9b"}},{"url":"OBR.22","valueString":"202102090000-0600"},{"url":"OBR.25","valueId":"F"},{"url":"OBR.16","valueReference":{"reference":"Practitioner/1714076050645896000.f58ffd44-b08f-4d07-9273-d8441c8130ec"}},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number","valueContactPoint":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-country","valueString":"1"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-area","valueString":"386"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-local","valueString":"6825220"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point","extension":[{"url":"XTN.2","valueString":"WPN"},{"url":"XTN.7","valueString":"6825220"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"OBR.17"}],"_system":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/data-absent-reason","valueCode":"unknown"}]},"use":"work"}}]}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.2"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"PLAC"}]},"value":"73a6e9bd-aaec-418e-813a-0ad33366ca85"},{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.3"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"FILL"}]},"value":"73a6e9bd-aaec-418e-813a-0ad33366ca85"}],"status":"unknown","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"94558-4","display":"SARS-CoV-2 (COVID-19) Ag [Presence] in Respiratory specimen by Rapid immunoassay"}]},"subject":{"reference":"Patient/1714076050474891000.93554b06-037d-423d-a6d9-acff906d8d4a"},"requester":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number","valueContactPoint":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-country","valueString":"1"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-area","valueString":"386"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-local","valueString":"6825220"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point","extension":[{"url":"XTN.2","valueString":"WPN"},{"url":"XTN.7","valueString":"6825220"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.14"}],"_system":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/data-absent-reason","valueCode":"unknown"}]},"use":"work"}}],"reference":"PractitionerRole/1714076050638584000.7d2a4493-16cf-4f9d-896f-731d2aea7624"}}},{"fullUrl":"Practitioner/1714076050639750000.554bf0ef-b2be-4fbc-bc37-c67a216c1f14","resource":{"resourceType":"Practitioner","id":"1714076050639750000.554bf0ef-b2be-4fbc-bc37-c67a216c1f14","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"CMS"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.249"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner","extension":[{"url":"XCN.3","valueString":"Husam"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.12"}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"NPI"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"urn:oid:2.16.840.1.113883.4.6"}],"type":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id","valueBoolean":true}],"code":"NPI"}]},"system":"CMS","value":"1629082607"}],"name":[{"family":"Eddin","given":["Husam"]}],"address":[{"postalCode":"32174"}]}},{"fullUrl":"Organization/1714076050640767000.dc66770b-e134-4d0e-8989-70c12c60fc7a","resource":{"resourceType":"Organization","id":"1714076050640767000.dc66770b-e134-4d0e-8989-70c12c60fc7a","name":"Avante at Ormond Beach","telecom":[{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-country","valueString":"1"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-area","valueString":"407"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-local","valueString":"7397506"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point","extension":[{"url":"XTN.2","valueString":"WPN"},{"url":"XTN.4","valueString":"jbrush@avantecenters.com"},{"url":"XTN.7","valueString":"7397506"}]}],"system":"email","use":"work"}],"address":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line","extension":[{"url":"SAD.1","valueString":"170 North King Road"}]}]}],"line":["170 North King Road"],"city":"Ormond Beach","district":"12127","state":"FL","postalCode":"32174"}]}},{"fullUrl":"PractitionerRole/1714076050638584000.7d2a4493-16cf-4f9d-896f-731d2aea7624","resource":{"resourceType":"PractitionerRole","id":"1714076050638584000.7d2a4493-16cf-4f9d-896f-731d2aea7624","practitioner":{"reference":"Practitioner/1714076050639750000.554bf0ef-b2be-4fbc-bc37-c67a216c1f14"},"organization":{"reference":"Organization/1714076050640767000.dc66770b-e134-4d0e-8989-70c12c60fc7a"}}},{"fullUrl":"Organization/1714076050642630000.15f993ed-02f8-473f-8b77-95bca4c97f3a","resource":{"resourceType":"Organization","id":"1714076050642630000.15f993ed-02f8-473f-8b77-95bca4c97f3a","name":"Avante at Ormond Beach"}},{"fullUrl":"Practitioner/1714076050643844000.3dad2a39-2e39-4120-9991-919e24397bb8","resource":{"resourceType":"Practitioner","id":"1714076050643844000.3dad2a39-2e39-4120-9991-919e24397bb8","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"CMS"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.249"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner","extension":[{"url":"XCN.3","valueString":"Husam"}]}],"identifier":[{"type":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id","valueBoolean":true}],"code":"NPI"}]},"system":"CMS","value":"1629082607"}],"name":[{"family":"Eddin","given":["Husam"]}]}},{"fullUrl":"Practitioner/1714076050645896000.f58ffd44-b08f-4d07-9273-d8441c8130ec","resource":{"resourceType":"Practitioner","id":"1714076050645896000.f58ffd44-b08f-4d07-9273-d8441c8130ec","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"CMS"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.249"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner","extension":[{"url":"XCN.3","valueString":"Husam"}]}],"identifier":[{"type":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id","valueBoolean":true}],"code":"NPI"}]},"system":"CMS","value":"1629082607"}],"name":[{"family":"Eddin","given":["Husam"]}]}},{"fullUrl":"DiagnosticReport/1714076050653185000.919d3a83-8196-4559-9b09-82223811a264","resource":{"resourceType":"DiagnosticReport","id":"1714076050653185000.919d3a83-8196-4559-9b09-82223811a264","identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.2"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"PLAC"}]},"value":"73a6e9bd-aaec-418e-813a-0ad33366ca85"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"FILL"}]},"value":"73a6e9bd-aaec-418e-813a-0ad33366ca85"}],"basedOn":[{"reference":"ServiceRequest/1714076050647840000.cb7f08b5-f042-4af2-99ef-93df2701ae8c"}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"94558-4","display":"SARS-CoV-2 (COVID-19) Ag [Presence] in Respiratory specimen by Rapid immunoassay"}]},"subject":{"reference":"Patient/1714076050474891000.93554b06-037d-423d-a6d9-acff906d8d4a"},"effectivePeriod":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valuePeriod":{"start":"2021-02-09T00:00:00-06:00","_start":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"end":"2021-02-09T00:00:00-06:00","_end":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]}}}],"start":"2021-02-09T00:00:00-06:00","_start":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"end":"2021-02-09T00:00:00-06:00","_end":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]}},"issued":"2021-02-09T00:00:00-06:00","_issued":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"specimen":[{"reference":"Specimen/1714076050637369000.7c579064-c691-42a7-89d4-02a2fa00d924"},{"reference":"Specimen/1714076050635518000.e5c47b4d-4404-4edd-bc07-142bfc0e90c5"}],"result":[{"reference":"Observation/1714076050479965000.91c31627-78bd-4f0e-83fc-b7749d09d05d"},{"reference":"Observation/1714076050483565000.c539a463-c7a5-41c8-ae9c-9841735124f3"},{"reference":"Observation/1714076050486065000.616b4d6e-faf1-4e12-a255-d8972c32b1d9"},{"reference":"Observation/1714076050487946000.e957be9d-b4fd-4c17-8b44-dde8bf20df85"}]}}]}""" + """{"resourceType":"Bundle","id":"1714076050088111000.a4c2ec65-b182-45da-9f14-80db72ebdd42","meta":{"lastUpdated":"2024-04-25T16:14:10.094-04:00"},"identifier":{"system":"https://reportstream.cdc.gov/prime-router","value":"371784"},"type":"message","timestamp":"2021-02-10T17:07:37.000-05:00","entry":[{"fullUrl":"MessageHeader/4aeed951-99a9-3152-8885-6b0acc6dd35e","resource":{"resourceType":"MessageHeader","id":"4aeed951-99a9-3152-8885-6b0acc6dd35e","meta":{"tag":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0103","code":"P"}]},"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/msh-message-header","extension":[{"url":"MSH.7","valueString":"20210210170737"},{"url":"MSH.15","valueString":"NE"},{"url":"MSH.16","valueString":"NE"},{"url":"MSH.21","valueIdentifier":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"ELR_Receiver"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.9.99"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]}],"value":"PHLabReportNoAck"}},{"url":"MSH.19","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"ISO"}],"code":"ENG","display":"English"}]}}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/character-set","valueString":"UNICODE UTF-8"}],"eventCoding":{"system":"http://terminology.hl7.org/CodeSystem/v2-0003","code":"R01","display":"ORU^R01^ORU_R01"},"destination":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"MSH.5"}],"name":"PRIME_DOH","_endpoint":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/data-absent-reason","valueCode":"unknown"}]},"receiver":{"reference":"Organization/1714076050159757000.4a754008-3c87-4a33-b464-b200e5209d58"}}],"sender":{"reference":"Organization/1714076050134101000.e2dfbcec-e00a-4145-9a1d-3f237f7d9c88"},"source":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"CDC PRIME - Atlanta, Georgia (Dekalb)"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.114222.4.1.237821"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueString":"ISO"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"MSH.3"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/software-binary-id","valueString":"0.2-SNAPSHOT"}],"name":"CDC PRIME - Atlanta: 2.16.840.1.114222.4.1.237821","software":"PRIME ReportStream","version":"0.2-SNAPSHOT","endpoint":"urn:oid:2.16.840.1.114222.4.1.237821"}}},{"fullUrl":"Organization/1714076050134101000.e2dfbcec-e00a-4145-9a1d-3f237f7d9c88","resource":{"resourceType":"Organization","id":"1714076050134101000.e2dfbcec-e00a-4145-9a1d-3f237f7d9c88","identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.1"}],"value":"Avante at Ormond Beach"},{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.2,HD.3"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0301","code":"CLIA"}]},"value":"10D0876999"}],"address":[{"country":"USA"}]}},{"fullUrl":"Organization/1714076050159757000.4a754008-3c87-4a33-b464-b200e5209d58","resource":{"resourceType":"Organization","id":"1714076050159757000.4a754008-3c87-4a33-b464-b200e5209d58","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"MSH.6"}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.1"}],"value":"Prime ReportStream"}]}},{"fullUrl":"Provenance/1714076050445737000.c6aaf334-0a47-431f-9683-d684b448e75d","resource":{"resourceType":"Provenance","id":"1714076050445737000.c6aaf334-0a47-431f-9683-d684b448e75d","target":[{"reference":"MessageHeader/4aeed951-99a9-3152-8885-6b0acc6dd35e"},{"reference":"DiagnosticReport/1714076050653185000.919d3a83-8196-4559-9b09-82223811a264"}],"recorded":"2021-02-10T17:07:37Z","activity":{"coding":[{"display":"ORU^R01^ORU_R01"}]},"agent":[{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/provenance-participant-type","code":"author"}]},"who":{"reference":"Organization/1714076050445166000.fe8affd3-6047-4d29-9946-48aa378eb7a8"}}],"entity":[{"role":"source","what":{"reference":"Device/1714076050448504000.64bd61ad-a6ba-46ea-8c67-7925902c7ccb"}}]}},{"fullUrl":"Organization/1714076050445166000.fe8affd3-6047-4d29-9946-48aa378eb7a8","resource":{"resourceType":"Organization","id":"1714076050445166000.fe8affd3-6047-4d29-9946-48aa378eb7a8","identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.1"}],"value":"Avante at Ormond Beach"},{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.2,HD.3"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0301","code":"CLIA"}]},"value":"10D0876999"}]}},{"fullUrl":"Organization/1714076050448325000.62322707-039b-4e4d-b8bb-b98585947a1c","resource":{"resourceType":"Organization","id":"1714076050448325000.62322707-039b-4e4d-b8bb-b98585947a1c","name":"Centers for Disease Control and Prevention"}},{"fullUrl":"Device/1714076050448504000.64bd61ad-a6ba-46ea-8c67-7925902c7ccb","resource":{"resourceType":"Device","id":"1714076050448504000.64bd61ad-a6ba-46ea-8c67-7925902c7ccb","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/software-vendor-org","valueReference":{"reference":"Organization/1714076050448325000.62322707-039b-4e4d-b8bb-b98585947a1c"}}],"manufacturer":"Centers for Disease Control and Prevention","deviceName":[{"name":"PRIME ReportStream","type":"manufacturer-name"}],"modelNumber":"0.1-SNAPSHOT","version":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/software-install-date","valueDateTime":"2021-02-10","_valueDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"20210210"}]}}],"value":"0.1-SNAPSHOT"}]}},{"fullUrl":"Provenance/1714076050454424000.121a6dc9-c486-4455-9720-3b3f1a3fe655","resource":{"resourceType":"Provenance","id":"1714076050454424000.121a6dc9-c486-4455-9720-3b3f1a3fe655","recorded":"2024-04-25T16:14:10Z","policy":["http://hl7.org/fhir/uv/v2mappings/message-oru-r01-to-bundle"],"activity":{"coding":[{"code":"v2-FHIR transformation"}]},"agent":[{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/provenance-participant-type","code":"assembler"}]},"who":{"reference":"Organization/1714076050454162000.ef2f189e-335e-4716-bfff-2c77c696b9f6"}}]}},{"fullUrl":"Organization/1714076050454162000.ef2f189e-335e-4716-bfff-2c77c696b9f6","resource":{"resourceType":"Organization","id":"1714076050454162000.ef2f189e-335e-4716-bfff-2c77c696b9f6","identifier":[{"value":"CDC PRIME - Atlanta"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0301"}]},"system":"urn:ietf:rfc:3986","value":"2.16.840.1.114222.4.1.237821"}]}},{"fullUrl":"Patient/1714076050474891000.93554b06-037d-423d-a6d9-acff906d8d4a","resource":{"resourceType":"Patient","id":"1714076050474891000.93554b06-037d-423d-a6d9-acff906d8d4a","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/pid-patient","extension":[{"url":"PID.8","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"}],"code":"F"}]}},{"url":"PID.30","valueString":"N"}]},{"url":"http://ibm.com/fhir/cdm/StructureDefinition/local-race-cd","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70005"}],"system":"http://terminology.hl7.org/CodeSystem/v3-Race","version":"2.5.1","code":"2106-3","display":"White"}]}},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/ethnic-group","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70189"}],"system":"http://terminology.hl7.org/CodeSystem/v2-0189","code":"U","display":"Unknown"}]}}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier","extension":[{"url":"CX.5","valueString":"PI"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"PID.3"}],"type":{"coding":[{"code":"PI"}]},"value":"2a14112c-ece1-4f82-915c-7b3a8d152eda","assigner":{"reference":"Organization/1714076050460441000.2cea5a01-6238-42db-974a-d3dd4ccadf06"}}],"name":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name","extension":[{"url":"XPN.2","valueString":"Kareem"},{"url":"XPN.3","valueString":"Millie"},{"url":"XPN.7","valueString":"L"}]}],"use":"official","family":"Buckridge","given":["Kareem","Millie"]}],"telecom":[{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-country","valueString":"1"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-area","valueString":"211"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-local","valueString":"2240784"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point","extension":[{"url":"XTN.1","valueString":"7275555555:1:"},{"url":"XTN.2","valueString":"PRN"},{"url":"XTN.4","valueString":"roscoe.wilkinson@email.com"},{"url":"XTN.7","valueString":"2240784"}]}],"system":"email","use":"home"}],"gender":"female","birthDate":"1958-08-10","_birthDate":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"19580810"}]},"deceasedBoolean":false,"address":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line","extension":[{"url":"SAD.1","valueString":"688 Leighann Inlet"}]}]}],"line":["688 Leighann Inlet"],"city":"South Rodneychester","district":"48077","state":"TX","postalCode":"67071"}]}},{"fullUrl":"Organization/1714076050460441000.2cea5a01-6238-42db-974a-d3dd4ccadf06","resource":{"resourceType":"Organization","id":"1714076050460441000.2cea5a01-6238-42db-974a-d3dd4ccadf06","identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.1"}],"value":"Avante at Ormond Beach"}]}},{"fullUrl":"Provenance/1714076050477224000.1628017b-94e5-4e4c-bb2e-251383476529","resource":{"resourceType":"Provenance","id":"1714076050477224000.1628017b-94e5-4e4c-bb2e-251383476529","target":[{"reference":"Patient/1714076050474891000.93554b06-037d-423d-a6d9-acff906d8d4a"}],"recorded":"2024-04-25T16:14:10Z","activity":{"coding":[{"system":"https://terminology.hl7.org/CodeSystem/v3-DataOperation","code":"UPDATE"}]}}},{"fullUrl":"Observation/1714076050479965000.91c31627-78bd-4f0e-83fc-b7749d09d05d","resource":{"resourceType":"Observation","id":"1714076050479965000.91c31627-78bd-4f0e-83fc-b7749d09d05d","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time","valueDateTime":"2021-02-09T00:00:00-06:00","_valueDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]}},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation","extension":[{"url":"OBX.2","valueId":"CWE"},{"url":"OBX.11","valueString":"F"},{"url":"OBX.17","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"99ELR"}],"code":"CareStart COVID-19 Antigen test_Access Bio, Inc._EUA"}]}}]}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"94558-4","display":"SARS-CoV-2 (COVID-19) Ag [Presence] in Respiratory specimen by Rapid immunoassay"}]},"subject":{"reference":"Patient/1714076050474891000.93554b06-037d-423d-a6d9-acff906d8d4a"},"effectiveDateTime":"2021-02-09T00:00:00-06:00","_effectiveDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"performer":[{"reference":"Organization/1714076050480881000.76426968-0f15-47ed-9cec-f54aacf336dc"}],"valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"SCT"}],"system":"http://snomed.info/sct","code":"260415000","display":"Not detected"}]},"interpretation":[{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70078"}],"code":"N","display":"Normal (applies to non-numeric results)"}]}],"method":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"99ELR"}],"code":"CareStart COVID-19 Antigen test_Access Bio, Inc._EUA"}]}}},{"fullUrl":"Organization/1714076050480881000.76426968-0f15-47ed-9cec-f54aacf336dc","resource":{"resourceType":"Organization","id":"1714076050480881000.76426968-0f15-47ed-9cec-f54aacf336dc","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization","extension":[{"url":"XON.10","valueString":"10D0876999"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"OBX.25"}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"CLIA"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.4.7"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]}],"value":"10D0876999"}],"name":"Avante at Ormond Beach","address":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line","extension":[{"url":"SAD.1","valueString":"170 North King Road"}]}]}],"line":["170 North King Road"],"city":"Ormond Beach","district":"12127","state":"FL","postalCode":"32174"}]}},{"fullUrl":"Observation/1714076050483565000.c539a463-c7a5-41c8-ae9c-9841735124f3","resource":{"resourceType":"Observation","id":"1714076050483565000.c539a463-c7a5-41c8-ae9c-9841735124f3","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation","extension":[{"url":"OBX.2","valueId":"CWE"},{"url":"OBX.29","valueId":"QST"},{"url":"OBX.11","valueString":"F"}]}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"95418-0","display":"Whether patient is employed in a healthcare setting"}]},"subject":{"reference":"Patient/1714076050474891000.93554b06-037d-423d-a6d9-acff906d8d4a"},"effectiveDateTime":"2021-02-09T00:00:00-06:00","_effectiveDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70136"}],"code":"Y","display":"Yes"}]}}},{"fullUrl":"Observation/1714076050486065000.616b4d6e-faf1-4e12-a255-d8972c32b1d9","resource":{"resourceType":"Observation","id":"1714076050486065000.616b4d6e-faf1-4e12-a255-d8972c32b1d9","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation","extension":[{"url":"OBX.2","valueId":"CWE"},{"url":"OBX.29","valueId":"QST"},{"url":"OBX.11","valueString":"F"}]}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"95417-2","display":"First test for condition of interest"}]},"subject":{"reference":"Patient/1714076050474891000.93554b06-037d-423d-a6d9-acff906d8d4a"},"effectiveDateTime":"2021-02-09T00:00:00-06:00","_effectiveDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70136"}],"code":"Y","display":"Yes"}]}}},{"fullUrl":"Observation/1714076050487946000.e957be9d-b4fd-4c17-8b44-dde8bf20df85","resource":{"resourceType":"Observation","id":"1714076050487946000.e957be9d-b4fd-4c17-8b44-dde8bf20df85","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation","extension":[{"url":"OBX.2","valueId":"CWE"},{"url":"OBX.29","valueId":"QST"},{"url":"OBX.11","valueString":"F"}]}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"95421-4","display":"Resides in a congregate care setting"}]},"subject":{"reference":"Patient/1714076050474891000.93554b06-037d-423d-a6d9-acff906d8d4a"},"effectiveDateTime":"2021-02-09T00:00:00-06:00","_effectiveDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"HL70136"}],"code":"N","display":"No"}]}}},{"fullUrl":"Specimen/1714076050635518000.e5c47b4d-4404-4edd-bc07-142bfc0e90c5","resource":{"resourceType":"Specimen","id":"1714076050635518000.e5c47b4d-4404-4edd-bc07-142bfc0e90c5","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment","valueString":"OBR"}],"collection":{"collectedPeriod":{"start":"2021-02-09T00:00:00-06:00","_start":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"end":"2021-02-09T00:00:00-06:00","_end":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]}}}}},{"fullUrl":"Specimen/1714076050637369000.7c579064-c691-42a7-89d4-02a2fa00d924","resource":{"resourceType":"Specimen","id":"1714076050637369000.7c579064-c691-42a7-89d4-02a2fa00d924","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment","valueString":"SPM"}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component","valueString":"SPM.2.1"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"PGN"}]},"value":"0cba76f5-35e0-4a28-803a-2f31308aae9b"}],"type":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"SCT"}],"system":"http://snomed.info/sct","code":"258500001","display":"Nasopharyngeal swab"}]},"receivedTime":"2021-02-09T00:00:00-06:00","_receivedTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"collection":{"collectedDateTime":"2021-02-09T00:00:00-06:00","_collectedDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"bodySite":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"SCT"}],"system":"http://snomed.info/sct","version":"2020-09-01","code":"71836000","display":"Nasopharyngeal structure (body structure)"}]}}}},{"fullUrl":"ServiceRequest/1714076050647840000.cb7f08b5-f042-4af2-99ef-93df2701ae8c","resource":{"resourceType":"ServiceRequest","id":"1714076050647840000.cb7f08b5-f042-4af2-99ef-93df2701ae8c","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/business-event","valueCode":"RE"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/orc-common-order","extension":[{"url":"orc-21-ordering-facility-name","valueReference":{"reference":"Organization/1714076050642630000.15f993ed-02f8-473f-8b77-95bca4c97f3a"}},{"url":"orc-22-ordering-facility-address","valueAddress":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line","extension":[{"url":"SAD.1","valueString":"170 North King Road"}]}]}],"line":["170 North King Road"],"city":"Ormond Beach","district":"12127","state":"FL","postalCode":"32174"}},{"url":"orc-24-ordering-provider-address","valueAddress":{"postalCode":"32174"}},{"url":"orc-12-ordering-provider","valueReference":{"reference":"Practitioner/1714076050643844000.3dad2a39-2e39-4120-9991-919e24397bb8"}},{"url":"ORC.15","valueString":"20210209"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request","extension":[{"url":"OBR.2","valueIdentifier":{"value":"73a6e9bd-aaec-418e-813a-0ad33366ca85"}},{"url":"OBR.3","valueIdentifier":{"value":"0cba76f5-35e0-4a28-803a-2f31308aae9b"}},{"url":"OBR.7","valueDateTime":"2021-02-09T00:00:00-06:00","_valueDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]}},{"url":"OBR.8","valueDateTime":"2021-02-09T00:00:00-06:00","_valueDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]}},{"url":"OBR.22","valueString":"202102090000-0600"},{"url":"OBR.25","valueId":"F"},{"url":"OBR.16","valueReference":{"reference":"Practitioner/1714076050645896000.f58ffd44-b08f-4d07-9273-d8441c8130ec"}},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number","valueContactPoint":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-country","valueString":"1"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-area","valueString":"386"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-local","valueString":"6825220"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point","extension":[{"url":"XTN.2","valueString":"WPN"},{"url":"XTN.7","valueString":"6825220"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"OBR.17"}],"_system":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/data-absent-reason","valueCode":"unknown"}]},"use":"work"}}]}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.2"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"PLAC"}]},"value":"73a6e9bd-aaec-418e-813a-0ad33366ca85"},{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.3"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"FILL"}]},"value":"73a6e9bd-aaec-418e-813a-0ad33366ca85"}],"status":"unknown","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"94558-4","display":"SARS-CoV-2 (COVID-19) Ag [Presence] in Respiratory specimen by Rapid immunoassay"}]},"subject":{"reference":"Patient/1714076050474891000.93554b06-037d-423d-a6d9-acff906d8d4a"},"requester":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number","valueContactPoint":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-country","valueString":"1"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-area","valueString":"386"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-local","valueString":"6825220"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point","extension":[{"url":"XTN.2","valueString":"WPN"},{"url":"XTN.7","valueString":"6825220"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.14"}],"_system":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/data-absent-reason","valueCode":"unknown"}]},"use":"work"}}],"reference":"PractitionerRole/1714076050638584000.7d2a4493-16cf-4f9d-896f-731d2aea7624"}}},{"fullUrl":"Practitioner/1714076050639750000.554bf0ef-b2be-4fbc-bc37-c67a216c1f14","resource":{"resourceType":"Practitioner","id":"1714076050639750000.554bf0ef-b2be-4fbc-bc37-c67a216c1f14","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"CMS"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.249"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner","extension":[{"url":"XCN.3","valueString":"Husam"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.12"}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"NPI"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"urn:oid:2.16.840.1.113883.4.6"}],"type":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id","valueBoolean":true}],"code":"NPI"}]},"system":"CMS","value":"1629082607"}],"name":[{"family":"Eddin","given":["Husam"]}],"address":[{"postalCode":"32174"}]}},{"fullUrl":"Organization/1714076050640767000.dc66770b-e134-4d0e-8989-70c12c60fc7a","resource":{"resourceType":"Organization","id":"1714076050640767000.dc66770b-e134-4d0e-8989-70c12c60fc7a","name":"Avante at Ormond Beach","telecom":[{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-country","valueString":"1"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-area","valueString":"407"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-local","valueString":"7397506"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point","extension":[{"url":"XTN.2","valueString":"WPN"},{"url":"XTN.4","valueString":"jbrush@avantecenters.com"},{"url":"XTN.7","valueString":"7397506"}]}],"system":"email","use":"work"}],"address":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line","extension":[{"url":"SAD.1","valueString":"170 North King Road"}]}]}],"line":["170 North King Road"],"city":"Ormond Beach","district":"12127","state":"FL","postalCode":"32174"}]}},{"fullUrl":"PractitionerRole/1714076050638584000.7d2a4493-16cf-4f9d-896f-731d2aea7624","resource":{"resourceType":"PractitionerRole","id":"1714076050638584000.7d2a4493-16cf-4f9d-896f-731d2aea7624","practitioner":{"reference":"Practitioner/1714076050639750000.554bf0ef-b2be-4fbc-bc37-c67a216c1f14"},"organization":{"reference":"Organization/1714076050640767000.dc66770b-e134-4d0e-8989-70c12c60fc7a"}}},{"fullUrl":"Organization/1714076050642630000.15f993ed-02f8-473f-8b77-95bca4c97f3a","resource":{"resourceType":"Organization","id":"1714076050642630000.15f993ed-02f8-473f-8b77-95bca4c97f3a","name":"Avante at Ormond Beach"}},{"fullUrl":"Practitioner/1714076050643844000.3dad2a39-2e39-4120-9991-919e24397bb8","resource":{"resourceType":"Practitioner","id":"1714076050643844000.3dad2a39-2e39-4120-9991-919e24397bb8","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"CMS"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.249"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner","extension":[{"url":"XCN.3","valueString":"Husam"}]}],"identifier":[{"type":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id","valueBoolean":true}],"code":"NPI"}]},"system":"CMS","value":"1629082607"}],"name":[{"family":"Eddin","given":["Husam"]}]}},{"fullUrl":"Practitioner/1714076050645896000.f58ffd44-b08f-4d07-9273-d8441c8130ec","resource":{"resourceType":"Practitioner","id":"1714076050645896000.f58ffd44-b08f-4d07-9273-d8441c8130ec","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"CMS"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.249"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner","extension":[{"url":"XCN.3","valueString":"Husam"}]}],"identifier":[{"type":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id","valueBoolean":true}],"code":"NPI"}]},"system":"CMS","value":"1629082607"}],"name":[{"family":"Eddin","given":["Husam"]}]}},{"fullUrl":"DiagnosticReport/1714076050653185000.919d3a83-8196-4559-9b09-82223811a264","resource":{"resourceType":"DiagnosticReport","id":"1714076050653185000.919d3a83-8196-4559-9b09-82223811a264","identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.2"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"PLAC"}]},"value":"73a6e9bd-aaec-418e-813a-0ad33366ca85"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"FILL"}]},"value":"73a6e9bd-aaec-418e-813a-0ad33366ca85"}],"basedOn":[{"reference":"ServiceRequest/1714076050647840000.cb7f08b5-f042-4af2-99ef-93df2701ae8c"}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","code":"94558-4","display":"SARS-CoV-2 (COVID-19) Ag [Presence] in Respiratory specimen by Rapid immunoassay"}]},"subject":{"reference":"Patient/1714076050474891000.93554b06-037d-423d-a6d9-acff906d8d4a"},"effectivePeriod":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valuePeriod":{"start":"2021-02-09T00:00:00-06:00","_start":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"end":"2021-02-09T00:00:00-06:00","_end":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]}}}],"start":"2021-02-09T00:00:00-06:00","_start":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"end":"2021-02-09T00:00:00-06:00","_end":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]}},"issued":"2021-02-09T00:00:00-06:00","_issued":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"202102090000-0600"}]},"specimen":[{"reference":"Specimen/1714076050637369000.7c579064-c691-42a7-89d4-02a2fa00d924"},{"reference":"Specimen/1714076050635518000.e5c47b4d-4404-4edd-bc07-142bfc0e90c5"}],"result":[{"reference":"Observation/1714076050479965000.91c31627-78bd-4f0e-83fc-b7749d09d05d"},{"reference":"Observation/1714076050483565000.c539a463-c7a5-41c8-ae9c-9841735124f3"},{"reference":"Observation/1714076050486065000.616b4d6e-faf1-4e12-a255-d8972c32b1d9"},{"reference":"Observation/1714076050487946000.e957be9d-b4fd-4c17-8b44-dde8bf20df85"}]}}]}""" // The encoding ^~\&#! make this message not parseable @Suppress("ktlint:standard:max-line-length") @@ -159,7 +159,7 @@ SPM|1|^dba7572cc6334f1ea0744c5f235c823e&MMTC.PROD&2.16.840.1.113883.3.8589.4.2.1 @Suppress("ktlint:standard:max-line-length") const val validRadxMarsHL7MessageConverted = - """{"resourceType":"Bundle","id":"1721777538349722000.36548b19-d5d0-49bf-ad94-aad0220b4d57","meta":{"lastUpdated":"2024-07-23T16:32:18.355-07:00"},"identifier":{"system":"https://reportstream.cdc.gov/prime-router","value":"20240403205305_dba7572cc6334f1ea0744c5f235c823e"},"type":"message","timestamp":"2024-04-03T13:53:05.000-07:00","entry":[{"fullUrl":"MessageHeader/df373c48-bfb2-36b0-b63c-5be13bc5d051","resource":{"resourceType":"MessageHeader","id":"df373c48-bfb2-36b0-b63c-5be13bc5d051","meta":{"tag":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0103","code":"P"}]},"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/msh-message-header","extension":[{"url":"MSH.7","valueString":"20240403205305+0000"},{"url":"MSH.15","valueString":"NE"},{"url":"MSH.16","valueString":"NE"},{"url":"MSH.21","valueIdentifier":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"ELR251R1_Rcvr_Prof"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.9.11"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]}],"value":"PHLabReport-NoAck"}}]}],"eventCoding":{"system":"http://terminology.hl7.org/CodeSystem/v2-0003","code":"R01","display":"ORU^R01^ORU_R01"},"destination":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.114222.4.3.15.1"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueString":"ISO"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"MSH.5"}],"name":"AIMS.INTEGRATION.PRD","endpoint":"urn:oid:2.16.840.1.114222.4.3.15.1","receiver":{"reference":"Organization/1721777538401451000.9e62ff00-fd0d-45c6-8f0a-0e66837274e6"}}],"sender":{"reference":"Organization/1721777538383046000.6716227e-0a80-4288-9174-d85df9dc0c73"},"source":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"MMTC.PROD"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.8589.4.2.106.1"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueString":"ISO"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"MSH.3"}],"software":"MMTC.PROD","version":"2022","endpoint":"urn:oid:2.16.840.1.113883.3.8589.4.2.106.1"}}},{"fullUrl":"Organization/1721777538383046000.6716227e-0a80-4288-9174-d85df9dc0c73","resource":{"resourceType":"Organization","id":"1721777538383046000.6716227e-0a80-4288-9174-d85df9dc0c73","identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.1"}],"value":"CAREEVOLUTION"},{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.2,HD.3"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0301","code":"CLIA"}]},"value":"00Z0000024"}]}},{"fullUrl":"Organization/1721777538401451000.9e62ff00-fd0d-45c6-8f0a-0e66837274e6","resource":{"resourceType":"Organization","id":"1721777538401451000.9e62ff00-fd0d-45c6-8f0a-0e66837274e6","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"MSH.6"}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.1"}],"value":"AIMS.PLATFORM"},{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.2,HD.3"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0301","code":"ISO"}]},"system":"urn:ietf:rfc:3986","value":"2.16.840.1.114222.4.1.217446"}]}},{"fullUrl":"Provenance/1721777538618773000.9aa057e0-c5d8-42e1-a036-5ad2fc58b81d","resource":{"resourceType":"Provenance","id":"1721777538618773000.9aa057e0-c5d8-42e1-a036-5ad2fc58b81d","target":[{"reference":"MessageHeader/df373c48-bfb2-36b0-b63c-5be13bc5d051"},{"reference":"DiagnosticReport/1721777538769739000.c07a251c-772a-490e-86eb-eaa4da1c7765"}],"recorded":"2024-04-03T20:53:05Z","activity":{"coding":[{"display":"ORU^R01^ORU_R01"}]},"agent":[{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/provenance-participant-type","code":"author"}]},"who":{"reference":"Organization/1721777538618089000.fc42e742-9b78-4f07-b2e2-e4fff4d7d072"}}],"entity":[{"role":"source","what":{"reference":"Device/1721777538621171000.7fd0d9cf-dcd1-48be-821c-2541e02846c3"}}]}},{"fullUrl":"Organization/1721777538618089000.fc42e742-9b78-4f07-b2e2-e4fff4d7d072","resource":{"resourceType":"Organization","id":"1721777538618089000.fc42e742-9b78-4f07-b2e2-e4fff4d7d072","identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.1"}],"value":"CAREEVOLUTION"},{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.2,HD.3"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0301","code":"CLIA"}]},"value":"00Z0000024"}]}},{"fullUrl":"Organization/1721777538621020000.28daf3a1-e092-49d7-9eed-c0c65273bbe7","resource":{"resourceType":"Organization","id":"1721777538621020000.28daf3a1-e092-49d7-9eed-c0c65273bbe7","name":"CAREEVOLUTION"}},{"fullUrl":"Device/1721777538621171000.7fd0d9cf-dcd1-48be-821c-2541e02846c3","resource":{"resourceType":"Device","id":"1721777538621171000.7fd0d9cf-dcd1-48be-821c-2541e02846c3","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/software-vendor-org","valueReference":{"reference":"Organization/1721777538621020000.28daf3a1-e092-49d7-9eed-c0c65273bbe7"}}],"manufacturer":"CAREEVOLUTION","deviceName":[{"name":"MMTC.PROD","type":"manufacturer-name"}],"modelNumber":"16498","version":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/software-install-date","valueDateTime":"2024-04-02","_valueDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"20240402"}]}}],"value":"2022"}]}},{"fullUrl":"Provenance/1721777538626120000.12c5c4a0-02fd-461a-947a-07205545d44e","resource":{"resourceType":"Provenance","id":"1721777538626120000.12c5c4a0-02fd-461a-947a-07205545d44e","recorded":"2024-07-23T16:32:18Z","policy":["http://hl7.org/fhir/uv/v2mappings/message-oru-r01-to-bundle"],"activity":{"coding":[{"code":"v2-FHIR transformation"}]},"agent":[{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/provenance-participant-type","code":"assembler"}]},"who":{"reference":"Organization/1721777538625896000.32610f33-26e9-464b-a07a-8bae14184539"}}]}},{"fullUrl":"Organization/1721777538625896000.32610f33-26e9-464b-a07a-8bae14184539","resource":{"resourceType":"Organization","id":"1721777538625896000.32610f33-26e9-464b-a07a-8bae14184539","identifier":[{"value":"CDC PRIME - Atlanta"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0301"}]},"system":"urn:ietf:rfc:3986","value":"2.16.840.1.114222.4.1.237821"}]}},{"fullUrl":"Patient/1721777538639185000.09cc50e9-5147-4f54-bcab-99804188e19e","resource":{"resourceType":"Patient","id":"1721777538639185000.09cc50e9-5147-4f54-bcab-99804188e19e","identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier","extension":[{"url":"CX.5","valueString":"PI"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"PID.3"}],"type":{"coding":[{"code":"PI"}]},"system":"MMTC.PROD","_system":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"MMTC.PROD"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.8589.4.2.106.1"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueString":"ISO"}]},"value":"8be6fa3710374dcebe0174e0fd5a1a7c"}],"name":[{},{}],"telecom":[{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-area","valueString":"111"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-local","valueString":"1111111"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point","extension":[{"url":"XTN.7","valueString":"1111111"}]}],"_system":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/data-absent-reason","valueCode":"unknown"}]},"use":"home"}],"address":[{"postalCode":"02139","country":"USA"}]}},{"fullUrl":"Provenance/1721777538640288000.b62e5812-4284-4220-bf36-f14a3529244f","resource":{"resourceType":"Provenance","id":"1721777538640288000.b62e5812-4284-4220-bf36-f14a3529244f","target":[{"reference":"Patient/1721777538639185000.09cc50e9-5147-4f54-bcab-99804188e19e"}],"recorded":"2024-07-23T16:32:18Z","activity":{"coding":[{"system":"https://terminology.hl7.org/CodeSystem/v3-DataOperation","code":"UPDATE"}]}}},{"fullUrl":"Observation/1721777538642873000.d0f720df-d3cf-4d6e-94ff-225dee52f81d","resource":{"resourceType":"Observation","id":"1721777538642873000.d0f720df-d3cf-4d6e-94ff-225dee52f81d","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time","valueDateTime":"2024-04-03T12:00:00-04:00","_valueDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"20240403120000-0400"}]}},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation","extension":[{"url":"OBX.2","valueId":"CWE"},{"url":"OBX.11","valueString":"F"},{"url":"OBX.17","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"99ELR"}],"version":"Vunknown","code":"BinaxNOW COVID-19 Antigen Self Test_Abbott Diagnostics Scarborough, Inc._EUA"}]}}]}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","version":"2.71","code":"94558-4","display":"SARS-CoV-2 (COVID-19) Ag [Presence] in Respiratory specimen by Rapid immunoassay"}]},"subject":{"reference":"Patient/1721777538639185000.09cc50e9-5147-4f54-bcab-99804188e19e"},"performer":[{"reference":"Organization/1721777538643252000.4acb5bbf-266e-4ec7-bb08-3ea096df316a"},{"reference":"Organization/1721777538643966000.3a142429-e9b4-4094-9dd9-80b0f300baba"}],"valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"SCT"}],"system":"http://snomed.info/sct","version":"20200901","code":"260373001","display":"Detected"}]},"note":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation","extension":[{"url":"NTE.2","valueId":"L"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment","valueId":"Note"}],"text":"Note"}],"method":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"99ELR"}],"version":"Vunknown","code":"BinaxNOW COVID-19 Antigen Self Test_Abbott Diagnostics Scarborough, Inc._EUA"}]}}},{"fullUrl":"Organization/1721777538643252000.4acb5bbf-266e-4ec7-bb08-3ea096df316a","resource":{"resourceType":"Organization","id":"1721777538643252000.4acb5bbf-266e-4ec7-bb08-3ea096df316a","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"}],"code":"00Z0000042"}]}},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"OBX.15"}],"identifier":[{"value":"00Z0000042"}]}},{"fullUrl":"Organization/1721777538643966000.3a142429-e9b4-4094-9dd9-80b0f300baba","resource":{"resourceType":"Organization","id":"1721777538643966000.3a142429-e9b4-4094-9dd9-80b0f300baba","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization","extension":[{"url":"XON.10","valueString":"00Z0000042"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"OBX.25"}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.8589.4.1.152"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]}],"type":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/code-index-name","valueString":"identifier"}],"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"XX"}]},"value":"00Z0000042"}],"name":"SA.OTCSelfReport"}},{"fullUrl":"Observation/1721777538647578000.c2004093-e546-4860-8033-58cba343f133","resource":{"resourceType":"Observation","id":"1721777538647578000.c2004093-e546-4860-8033-58cba343f133","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation","extension":[{"url":"OBX.2","valueId":"NM"},{"url":"OBX.6","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"UCUM"}],"system":"http://unitsofmeasure.org","version":"2.1","code":"a","display":"year"}]}},{"url":"OBX.29","valueId":"QST"},{"url":"OBX.11","valueString":"F"}]}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","version":"2.71","code":"35659-2","display":"Age at specimen collection"}]},"subject":{"reference":"Patient/1721777538639185000.09cc50e9-5147-4f54-bcab-99804188e19e"},"performer":[{"reference":"Organization/1721777538648041000.5fd91347-5fb6-473e-a029-e8ae78fd1b92"},{"reference":"Organization/1721777538648734000.fd1f1251-3bbe-4721-847e-8660632f2449"}],"valueQuantity":{"value":24,"unit":"year","system":"UCUM","code":"a"}}},{"fullUrl":"Organization/1721777538648041000.5fd91347-5fb6-473e-a029-e8ae78fd1b92","resource":{"resourceType":"Organization","id":"1721777538648041000.5fd91347-5fb6-473e-a029-e8ae78fd1b92","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"}],"code":"00Z0000042"}]}},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"OBX.15"}],"identifier":[{"value":"00Z0000042"}]}},{"fullUrl":"Organization/1721777538648734000.fd1f1251-3bbe-4721-847e-8660632f2449","resource":{"resourceType":"Organization","id":"1721777538648734000.fd1f1251-3bbe-4721-847e-8660632f2449","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization","extension":[{"url":"XON.10","valueString":"00Z0000042"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"OBX.25"}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.8589.4.1.152"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]}],"type":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/code-index-name","valueString":"identifier"}],"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"XX"}]},"value":"00Z0000042"}],"name":"SA.OTCSelfReport"}},{"fullUrl":"Specimen/1721777538758931000.01b3d3a6-3c7b-4857-8bf9-8f134b096b5b","resource":{"resourceType":"Specimen","id":"1721777538758931000.01b3d3a6-3c7b-4857-8bf9-8f134b096b5b","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment","valueString":"OBR"}],"collection":{"collectedDateTime":"2024-04-03T12:00:00-04:00","_collectedDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"20240403120000-0400"}]}}}},{"fullUrl":"Specimen/1721777538760528000.bc0d5494-ded7-4f59-ae98-0fa99c6f1f08","resource":{"resourceType":"Specimen","id":"1721777538760528000.bc0d5494-ded7-4f59-ae98-0fa99c6f1f08","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment","valueString":"SPM"}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"MMTC.PROD"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.8589.4.2.106.1"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueString":"ISO"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component","valueString":"SPM.2.2"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"FGN"}]},"value":"dba7572cc6334f1ea0744c5f235c823e"}],"type":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"SCT"}],"system":"http://snomed.info/sct","version":"20200901","code":"697989009","display":"Anterior nares swab"}]},"receivedTime":"2024-04-03T12:00:00-04:00","_receivedTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"20240403120000-0400"}]},"collection":{"collectedDateTime":"2024-04-03T12:00:00-04:00","_collectedDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"20240403120000-0400"}]}}}},{"fullUrl":"ServiceRequest/1721777538766651000.67fb7925-4477-463f-ace7-6a4ccde323e3","resource":{"resourceType":"ServiceRequest","id":"1721777538766651000.67fb7925-4477-463f-ace7-6a4ccde323e3","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/business-event","valueCode":"RE"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/orc-common-order","extension":[{"url":"orc-21-ordering-facility-name","valueReference":{"reference":"Organization/1721777538764342000.7d31256c-b68f-424e-ae46-3f11938e254f"}},{"url":"orc-22-ordering-facility-address","valueAddress":{"postalCode":"02139"}},{"url":"orc-12-ordering-provider","valueReference":{"reference":"Practitioner/1721777538764987000.cddc93f3-5715-4a2c-b6b1-9757f69bfea8"}}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request","extension":[{"url":"OBR.3","valueIdentifier":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"MMTC.PROD"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.8589.4.2.106.1"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]}]}},{"url":"OBR.22","valueString":"20240403120000-0400"},{"url":"OBR.25","valueId":"F"},{"url":"OBR.16","valueReference":{"reference":"Practitioner/1721777538765681000.ff566bb1-26c4-4a05-b451-30e36091cbb7"}},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number","valueContactPoint":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"OBR.17"}],"_system":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/data-absent-reason","valueCode":"unknown"}]}}}]}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.3"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"MMTC.PROD"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.8589.4.2.106.1"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"FILL"}]}}],"status":"unknown","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","version":"2.71","code":"94558-4","display":"SARS-CoV-2 (COVID-19) Ag [Presence] in Respiratory specimen by Rapid immunoassay"}]},"subject":{"reference":"Patient/1721777538639185000.09cc50e9-5147-4f54-bcab-99804188e19e"},"requester":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number","valueContactPoint":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.14"}],"_system":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/data-absent-reason","valueCode":"unknown"}]}}}],"reference":"PractitionerRole/1721777538761373000.d8a566a3-3add-443e-b4a9-ff86df482bc1"}}},{"fullUrl":"Practitioner/1721777538761935000.825f57d6-5ffe-47e8-8a88-d35f9479e6ab","resource":{"resourceType":"Practitioner","id":"1721777538761935000.825f57d6-5ffe-47e8-8a88-d35f9479e6ab","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.12"}]}},{"fullUrl":"Organization/1721777538762774000.14789ed4-aeaf-489d-b55d-bc9ba4020091","resource":{"resourceType":"Organization","id":"1721777538762774000.14789ed4-aeaf-489d-b55d-bc9ba4020091","name":"SA.OTCSelfReport","telecom":[{"_system":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/data-absent-reason","valueCode":"unknown"}]}}],"address":[{"postalCode":"02139"}]}},{"fullUrl":"PractitionerRole/1721777538761373000.d8a566a3-3add-443e-b4a9-ff86df482bc1","resource":{"resourceType":"PractitionerRole","id":"1721777538761373000.d8a566a3-3add-443e-b4a9-ff86df482bc1","practitioner":{"reference":"Practitioner/1721777538761935000.825f57d6-5ffe-47e8-8a88-d35f9479e6ab"},"organization":{"reference":"Organization/1721777538762774000.14789ed4-aeaf-489d-b55d-bc9ba4020091"}}},{"fullUrl":"Organization/1721777538764342000.7d31256c-b68f-424e-ae46-3f11938e254f","resource":{"resourceType":"Organization","id":"1721777538764342000.7d31256c-b68f-424e-ae46-3f11938e254f","name":"SA.OTCSelfReport"}},{"fullUrl":"Practitioner/1721777538764987000.cddc93f3-5715-4a2c-b6b1-9757f69bfea8","resource":{"resourceType":"Practitioner","id":"1721777538764987000.cddc93f3-5715-4a2c-b6b1-9757f69bfea8"}},{"fullUrl":"Practitioner/1721777538765681000.ff566bb1-26c4-4a05-b451-30e36091cbb7","resource":{"resourceType":"Practitioner","id":"1721777538765681000.ff566bb1-26c4-4a05-b451-30e36091cbb7"}},{"fullUrl":"DiagnosticReport/1721777538769739000.c07a251c-772a-490e-86eb-eaa4da1c7765","resource":{"resourceType":"DiagnosticReport","id":"1721777538769739000.c07a251c-772a-490e-86eb-eaa4da1c7765","identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"MMTC.PROD"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.8589.4.2.106.1"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"FILL"}]}}],"basedOn":[{"reference":"ServiceRequest/1721777538766651000.67fb7925-4477-463f-ace7-6a4ccde323e3"}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","version":"2.71","code":"94558-4","display":"SARS-CoV-2 (COVID-19) Ag [Presence] in Respiratory specimen by Rapid immunoassay"}]},"subject":{"reference":"Patient/1721777538639185000.09cc50e9-5147-4f54-bcab-99804188e19e"},"effectiveDateTime":"2024-04-03T12:00:00-04:00","_effectiveDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"20240403120000-0400"}]},"issued":"2024-04-03T12:00:00-04:00","_issued":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"20240403120000-0400"}]},"specimen":[{"reference":"Specimen/1721777538760528000.bc0d5494-ded7-4f59-ae98-0fa99c6f1f08"},{"reference":"Specimen/1721777538758931000.01b3d3a6-3c7b-4857-8bf9-8f134b096b5b"}],"result":[{"reference":"Observation/1721777538642873000.d0f720df-d3cf-4d6e-94ff-225dee52f81d"},{"reference":"Observation/1721777538647578000.c2004093-e546-4860-8033-58cba343f133"}]}}]}""" + """{"resourceType":"Bundle","id":"1721777538349722000.36548b19-d5d0-49bf-ad94-aad0220b4d57","meta":{"lastUpdated":"2024-07-23T16:32:18.355-07:00"},"identifier":{"system":"https://reportstream.cdc.gov/prime-router","value":"20240403205305_dba7572cc6334f1ea0744c5f235c823e"},"type":"message","timestamp":"2024-04-03T13:53:05.000-07:00","entry":[{"fullUrl":"MessageHeader/df373c48-bfb2-36b0-b63c-5be13bc5d051","resource":{"resourceType":"MessageHeader","id":"df373c48-bfb2-36b0-b63c-5be13bc5d051","meta":{"tag":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0103","code":"P"}]},"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/msh-message-header","extension":[{"url":"MSH.7","valueString":"20240403205305+0000"},{"url":"MSH.15","valueString":"NE"},{"url":"MSH.16","valueString":"NE"},{"url":"MSH.21","valueIdentifier":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"ELR251R1_Rcvr_Prof"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.9.11"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]}],"value":"PHLabReport-NoAck"}}]}],"eventCoding":{"system":"http://terminology.hl7.org/CodeSystem/v2-0003","code":"R01","display":"ORU^R01^ORU_R01"},"destination":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.114222.4.3.15.1"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueString":"ISO"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"MSH.5"}],"name":"AIMS.INTEGRATION.PRD","endpoint":"urn:oid:2.16.840.1.114222.4.3.15.1","receiver":{"reference":"Organization/1721777538401451000.9e62ff00-fd0d-45c6-8f0a-0e66837274e6"}}],"sender":{"reference":"Organization/1721777538383046000.6716227e-0a80-4288-9174-d85df9dc0c73"},"source":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"MMTC.PROD"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.8589.4.2.106.1"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueString":"ISO"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"MSH.3"}],"software":"MMTC.PROD","version":"2022","endpoint":"urn:oid:2.16.840.1.113883.3.8589.4.2.106.1"}}},{"fullUrl":"Organization/1721777538383046000.6716227e-0a80-4288-9174-d85df9dc0c73","resource":{"resourceType":"Organization","id":"1721777538383046000.6716227e-0a80-4288-9174-d85df9dc0c73","identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.1"}],"value":"CAREEVOLUTION"},{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.2,HD.3"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0301","code":"CLIA"}]},"value":"00Z0000024"}]}},{"fullUrl":"Organization/1721777538401451000.9e62ff00-fd0d-45c6-8f0a-0e66837274e6","resource":{"resourceType":"Organization","id":"1721777538401451000.9e62ff00-fd0d-45c6-8f0a-0e66837274e6","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"MSH.6"}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.1"}],"value":"AIMS.PLATFORM"},{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.2,HD.3"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0301","code":"ISO"}]},"system":"urn:ietf:rfc:3986","value":"2.16.840.1.114222.4.1.217446"}]}},{"fullUrl":"Provenance/1721777538618773000.9aa057e0-c5d8-42e1-a036-5ad2fc58b81d","resource":{"resourceType":"Provenance","id":"1721777538618773000.9aa057e0-c5d8-42e1-a036-5ad2fc58b81d","target":[{"reference":"MessageHeader/df373c48-bfb2-36b0-b63c-5be13bc5d051"},{"reference":"DiagnosticReport/1721777538769739000.c07a251c-772a-490e-86eb-eaa4da1c7765"}],"recorded":"2024-04-03T20:53:05Z","activity":{"coding":[{"display":"ORU^R01^ORU_R01"}]},"agent":[{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/provenance-participant-type","code":"author"}]},"who":{"reference":"Organization/1721777538618089000.fc42e742-9b78-4f07-b2e2-e4fff4d7d072"}}],"entity":[{"role":"source","what":{"reference":"Device/1721777538621171000.7fd0d9cf-dcd1-48be-821c-2541e02846c3"}}]}},{"fullUrl":"Organization/1721777538618089000.fc42e742-9b78-4f07-b2e2-e4fff4d7d072","resource":{"resourceType":"Organization","id":"1721777538618089000.fc42e742-9b78-4f07-b2e2-e4fff4d7d072","identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.1"}],"value":"CAREEVOLUTION"},{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"HD.2,HD.3"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0301","code":"CLIA"}]},"value":"00Z0000024"}]}},{"fullUrl":"Organization/1721777538621020000.28daf3a1-e092-49d7-9eed-c0c65273bbe7","resource":{"resourceType":"Organization","id":"1721777538621020000.28daf3a1-e092-49d7-9eed-c0c65273bbe7","name":"CAREEVOLUTION"}},{"fullUrl":"Device/1721777538621171000.7fd0d9cf-dcd1-48be-821c-2541e02846c3","resource":{"resourceType":"Device","id":"1721777538621171000.7fd0d9cf-dcd1-48be-821c-2541e02846c3","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/software-vendor-org","valueReference":{"reference":"Organization/1721777538621020000.28daf3a1-e092-49d7-9eed-c0c65273bbe7"}}],"manufacturer":"CAREEVOLUTION","deviceName":[{"name":"MMTC.PROD","type":"manufacturer-name"}],"modelNumber":"16498","version":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/software-install-date","valueDateTime":"2024-04-02","_valueDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"20240402"}]}}],"value":"2022"}]}},{"fullUrl":"Provenance/1721777538626120000.12c5c4a0-02fd-461a-947a-07205545d44e","resource":{"resourceType":"Provenance","id":"1721777538626120000.12c5c4a0-02fd-461a-947a-07205545d44e","recorded":"2024-07-23T16:32:18Z","policy":["http://hl7.org/fhir/uv/v2mappings/message-oru-r01-to-bundle"],"activity":{"coding":[{"code":"v2-FHIR transformation"}]},"agent":[{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/provenance-participant-type","code":"assembler"}]},"who":{"reference":"Organization/1721777538625896000.32610f33-26e9-464b-a07a-8bae14184539"}}]}},{"fullUrl":"Organization/1721777538625896000.32610f33-26e9-464b-a07a-8bae14184539","resource":{"resourceType":"Organization","id":"1721777538625896000.32610f33-26e9-464b-a07a-8bae14184539","identifier":[{"value":"CDC PRIME - Atlanta"},{"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0301"}]},"system":"urn:ietf:rfc:3986","value":"2.16.840.1.114222.4.1.237821"}]}},{"fullUrl":"Patient/1721777538639185000.09cc50e9-5147-4f54-bcab-99804188e19e","resource":{"resourceType":"Patient","id":"1721777538639185000.09cc50e9-5147-4f54-bcab-99804188e19e","identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier","extension":[{"url":"CX.5","valueString":"PI"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"PID.3"}],"type":{"coding":[{"code":"PI"}]},"system":"MMTC.PROD","_system":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"MMTC.PROD"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.8589.4.2.106.1"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueString":"ISO"}]},"value":"8be6fa3710374dcebe0174e0fd5a1a7c"}],"name":[{},{}],"telecom":[{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-area","valueString":"111"},{"url":"http://hl7.org/fhir/StructureDefinition/contactpoint-local","valueString":"1111111"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point","extension":[{"url":"XTN.7","valueString":"1111111"}]}],"_system":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/data-absent-reason","valueCode":"unknown"}]},"use":"home"}],"address":[{"postalCode":"02139","country":"USA"}]}},{"fullUrl":"Provenance/1721777538640288000.b62e5812-4284-4220-bf36-f14a3529244f","resource":{"resourceType":"Provenance","id":"1721777538640288000.b62e5812-4284-4220-bf36-f14a3529244f","target":[{"reference":"Patient/1721777538639185000.09cc50e9-5147-4f54-bcab-99804188e19e"}],"recorded":"2024-07-23T16:32:18Z","activity":{"coding":[{"system":"https://terminology.hl7.org/CodeSystem/v3-DataOperation","code":"UPDATE"}]}}},{"fullUrl":"Observation/1721777538642873000.d0f720df-d3cf-4d6e-94ff-225dee52f81d","resource":{"resourceType":"Observation","id":"1721777538642873000.d0f720df-d3cf-4d6e-94ff-225dee52f81d","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time","valueDateTime":"2024-04-03T12:00:00-04:00","_valueDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"20240403120000-0400"}]}},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation","extension":[{"url":"OBX.2","valueId":"CWE"},{"url":"OBX.11","valueString":"F"},{"url":"OBX.17","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"99ELR"}],"version":"Vunknown","code":"BinaxNOW COVID-19 Antigen Self Test_Abbott Diagnostics Scarborough, Inc._EUA"}]}}]}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","version":"2.71","code":"94558-4","display":"SARS-CoV-2 (COVID-19) Ag [Presence] in Respiratory specimen by Rapid immunoassay"}]},"subject":{"reference":"Patient/1721777538639185000.09cc50e9-5147-4f54-bcab-99804188e19e"},"performer":[{"reference":"Organization/1721777538643252000.4acb5bbf-266e-4ec7-bb08-3ea096df316a"},{"reference":"Organization/1721777538643966000.3a142429-e9b4-4094-9dd9-80b0f300baba"}],"valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"SCT"}],"system":"http://snomed.info/sct","version":"20200901","code":"260373001","display":"Detected"}]},"note":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation","extension":[{"url":"NTE.2","valueId":"L"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment","valueId":"Note"}],"text":"Note"}],"method":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"99ELR"}],"version":"Vunknown","code":"BinaxNOW COVID-19 Antigen Self Test_Abbott Diagnostics Scarborough, Inc._EUA"}]}}},{"fullUrl":"Organization/1721777538643252000.4acb5bbf-266e-4ec7-bb08-3ea096df316a","resource":{"resourceType":"Organization","id":"1721777538643252000.4acb5bbf-266e-4ec7-bb08-3ea096df316a","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"}],"code":"00Z0000042"}]}},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"OBX.15"}],"identifier":[{"value":"00Z0000042"}]}},{"fullUrl":"Organization/1721777538643966000.3a142429-e9b4-4094-9dd9-80b0f300baba","resource":{"resourceType":"Organization","id":"1721777538643966000.3a142429-e9b4-4094-9dd9-80b0f300baba","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization","extension":[{"url":"XON.10","valueString":"00Z0000042"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"OBX.25"}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.8589.4.1.152"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]}],"type":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/code-index-name","valueString":"identifier"}],"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"XX"}]},"value":"00Z0000042"}],"name":"SA.OTCSelfReport"}},{"fullUrl":"Observation/1721777538647578000.c2004093-e546-4860-8033-58cba343f133","resource":{"resourceType":"Observation","id":"1721777538647578000.c2004093-e546-4860-8033-58cba343f133","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation","extension":[{"url":"OBX.2","valueId":"NM"},{"url":"OBX.6","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"UCUM"}],"system":"http://unitsofmeasure.org","version":"2.1","code":"a","display":"year"}]}},{"url":"OBX.29","valueId":"QST"},{"url":"OBX.11","valueString":"F"}]}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","version":"2.71","code":"35659-2","display":"Age at specimen collection"}]},"subject":{"reference":"Patient/1721777538639185000.09cc50e9-5147-4f54-bcab-99804188e19e"},"performer":[{"reference":"Organization/1721777538648041000.5fd91347-5fb6-473e-a029-e8ae78fd1b92"},{"reference":"Organization/1721777538648734000.fd1f1251-3bbe-4721-847e-8660632f2449"}],"valueQuantity":{"value":24,"unit":"year","system":"UCUM","code":"a"}}},{"fullUrl":"Organization/1721777538648041000.5fd91347-5fb6-473e-a029-e8ae78fd1b92","resource":{"resourceType":"Organization","id":"1721777538648041000.5fd91347-5fb6-473e-a029-e8ae78fd1b92","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization","valueCodeableConcept":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"}],"code":"00Z0000042"}]}},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"OBX.15"}],"identifier":[{"value":"00Z0000042"}]}},{"fullUrl":"Organization/1721777538648734000.fd1f1251-3bbe-4721-847e-8660632f2449","resource":{"resourceType":"Organization","id":"1721777538648734000.fd1f1251-3bbe-4721-847e-8660632f2449","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization","extension":[{"url":"XON.10","valueString":"00Z0000042"}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"OBX.25"}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.8589.4.1.152"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]}],"type":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/code-index-name","valueString":"identifier"}],"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"XX"}]},"value":"00Z0000042"}],"name":"SA.OTCSelfReport"}},{"fullUrl":"Specimen/1721777538758931000.01b3d3a6-3c7b-4857-8bf9-8f134b096b5b","resource":{"resourceType":"Specimen","id":"1721777538758931000.01b3d3a6-3c7b-4857-8bf9-8f134b096b5b","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment","valueString":"OBR"}],"collection":{"collectedDateTime":"2024-04-03T12:00:00-04:00","_collectedDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"20240403120000-0400"}]}}}},{"fullUrl":"Specimen/1721777538760528000.bc0d5494-ded7-4f59-ae98-0fa99c6f1f08","resource":{"resourceType":"Specimen","id":"1721777538760528000.bc0d5494-ded7-4f59-ae98-0fa99c6f1f08","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment","valueString":"SPM"}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"MMTC.PROD"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.8589.4.2.106.1"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueString":"ISO"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component","valueString":"SPM.2.2"}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"FGN"}]},"value":"dba7572cc6334f1ea0744c5f235c823e"}],"type":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"SCT"}],"system":"http://snomed.info/sct","version":"20200901","code":"697989009","display":"Anterior nares swab"}]},"receivedTime":"2024-04-03T12:00:00-04:00","_receivedTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"20240403120000-0400"}]},"collection":{"collectedDateTime":"2024-04-03T12:00:00-04:00","_collectedDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"20240403120000-0400"}]}}}},{"fullUrl":"ServiceRequest/1721777538766651000.67fb7925-4477-463f-ace7-6a4ccde323e3","resource":{"resourceType":"ServiceRequest","id":"1721777538766651000.67fb7925-4477-463f-ace7-6a4ccde323e3","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/business-event","valueCode":"RE"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/orc-common-order","extension":[{"url":"orc-21-ordering-facility-name","valueReference":{"reference":"Organization/1721777538764342000.7d31256c-b68f-424e-ae46-3f11938e254f"}},{"url":"orc-22-ordering-facility-address","valueAddress":{"postalCode":"02139"}},{"url":"orc-12-ordering-provider","valueReference":{"reference":"Practitioner/1721777538764987000.cddc93f3-5715-4a2c-b6b1-9757f69bfea8"}}]},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request","extension":[{"url":"OBR.3","valueIdentifier":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"MMTC.PROD"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.8589.4.2.106.1"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]}]}},{"url":"OBR.7","valueDateTime":"2024-04-03T12:00:00-04:00","_valueDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"20240403120000-0400"}]}},{"url":"OBR.22","valueString":"20240403120000-0400"},{"url":"OBR.25","valueId":"F"},{"url":"OBR.16","valueReference":{"reference":"Practitioner/1721777538765681000.ff566bb1-26c4-4a05-b451-30e36091cbb7"}},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number","valueContactPoint":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"OBR.17"}],"_system":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/data-absent-reason","valueCode":"unknown"}]}}}]}],"identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.3"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"MMTC.PROD"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.8589.4.2.106.1"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"FILL"}]}}],"status":"unknown","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","version":"2.71","code":"94558-4","display":"SARS-CoV-2 (COVID-19) Ag [Presence] in Respiratory specimen by Rapid immunoassay"}]},"subject":{"reference":"Patient/1721777538639185000.09cc50e9-5147-4f54-bcab-99804188e19e"},"requester":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number","valueContactPoint":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.14"}],"_system":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/data-absent-reason","valueCode":"unknown"}]}}}],"reference":"PractitionerRole/1721777538761373000.d8a566a3-3add-443e-b4a9-ff86df482bc1"}}},{"fullUrl":"Practitioner/1721777538761935000.825f57d6-5ffe-47e8-8a88-d35f9479e6ab","resource":{"resourceType":"Practitioner","id":"1721777538761935000.825f57d6-5ffe-47e8-8a88-d35f9479e6ab","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field","valueString":"ORC.12"}]}},{"fullUrl":"Organization/1721777538762774000.14789ed4-aeaf-489d-b55d-bc9ba4020091","resource":{"resourceType":"Organization","id":"1721777538762774000.14789ed4-aeaf-489d-b55d-bc9ba4020091","name":"SA.OTCSelfReport","telecom":[{"_system":{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/data-absent-reason","valueCode":"unknown"}]}}],"address":[{"postalCode":"02139"}]}},{"fullUrl":"PractitionerRole/1721777538761373000.d8a566a3-3add-443e-b4a9-ff86df482bc1","resource":{"resourceType":"PractitionerRole","id":"1721777538761373000.d8a566a3-3add-443e-b4a9-ff86df482bc1","practitioner":{"reference":"Practitioner/1721777538761935000.825f57d6-5ffe-47e8-8a88-d35f9479e6ab"},"organization":{"reference":"Organization/1721777538762774000.14789ed4-aeaf-489d-b55d-bc9ba4020091"}}},{"fullUrl":"Organization/1721777538764342000.7d31256c-b68f-424e-ae46-3f11938e254f","resource":{"resourceType":"Organization","id":"1721777538764342000.7d31256c-b68f-424e-ae46-3f11938e254f","name":"SA.OTCSelfReport"}},{"fullUrl":"Practitioner/1721777538764987000.cddc93f3-5715-4a2c-b6b1-9757f69bfea8","resource":{"resourceType":"Practitioner","id":"1721777538764987000.cddc93f3-5715-4a2c-b6b1-9757f69bfea8"}},{"fullUrl":"Practitioner/1721777538765681000.ff566bb1-26c4-4a05-b451-30e36091cbb7","resource":{"resourceType":"Practitioner","id":"1721777538765681000.ff566bb1-26c4-4a05-b451-30e36091cbb7"}},{"fullUrl":"DiagnosticReport/1721777538769739000.c07a251c-772a-490e-86eb-eaa4da1c7765","resource":{"resourceType":"DiagnosticReport","id":"1721777538769739000.c07a251c-772a-490e-86eb-eaa4da1c7765","identifier":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority","extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id","valueString":"MMTC.PROD"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id","valueString":"2.16.840.1.113883.3.8589.4.2.106.1"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type","valueCode":"ISO"}]}],"type":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0203","code":"FILL"}]}}],"basedOn":[{"reference":"ServiceRequest/1721777538766651000.67fb7925-4477-463f-ace7-6a4ccde323e3"}],"status":"final","code":{"coding":[{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding","valueString":"coding"},{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system","valueString":"LN"}],"system":"http://loinc.org","version":"2.71","code":"94558-4","display":"SARS-CoV-2 (COVID-19) Ag [Presence] in Respiratory specimen by Rapid immunoassay"}]},"subject":{"reference":"Patient/1721777538639185000.09cc50e9-5147-4f54-bcab-99804188e19e"},"effectiveDateTime":"2024-04-03T12:00:00-04:00","_effectiveDateTime":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"20240403120000-0400"}]},"issued":"2024-04-03T12:00:00-04:00","_issued":{"extension":[{"url":"https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time","valueString":"20240403120000-0400"}]},"specimen":[{"reference":"Specimen/1721777538760528000.bc0d5494-ded7-4f59-ae98-0fa99c6f1f08"},{"reference":"Specimen/1721777538758931000.01b3d3a6-3c7b-4857-8bf9-8f134b096b5b"}],"result":[{"reference":"Observation/1721777538642873000.d0f720df-d3cf-4d6e-94ff-225dee52f81d"},{"reference":"Observation/1721777538647578000.c2004093-e546-4860-8033-58cba343f133"}]}}]}""" @Suppress("ktlint:standard:max-line-length") const val invalidRadxMarsHL7Message = diff --git a/prime-router/src/testIntegration/kotlin/datatests/mappinginventory/catchall/orcobr/OBRToSpecimenTests.kt b/prime-router/src/testIntegration/kotlin/datatests/mappinginventory/catchall/orcobr/OBRToSpecimenTests.kt new file mode 100644 index 00000000000..3777a0a0edf --- /dev/null +++ b/prime-router/src/testIntegration/kotlin/datatests/mappinginventory/catchall/orcobr/OBRToSpecimenTests.kt @@ -0,0 +1,32 @@ +package gov.cdc.prime.router.datatests.mappinginventory.orcobr + +import gov.cdc.prime.router.datatests.mappinginventory.verifyHL7ToFHIRToHL7Mapping +import org.junit.jupiter.api.Test + +class OBRToSpecimenTests { + + @Test + fun `test OBR Specimen Source fields populated for ORU`() { + assert(verifyHL7ToFHIRToHL7Mapping("catchall/orcobr/oru-obr-to-specimen").passed) + } + + @Test + fun `test OBR Specimen Source fields populated for OML`() { + assert( + verifyHL7ToFHIRToHL7Mapping( + "catchall/orcobr/oml-obr-to-specimen", + outputSchema = "classpath:/metadata/hl7_mapping/OML_O21/OML_O21-test.yml" + ).passed + ) + } + + @Test + fun `test OBR Specimen Source fields populated for ORM`() { + assert( + verifyHL7ToFHIRToHL7Mapping( + "catchall/orcobr/orm-obr-to-specimen", + outputSchema = "classpath:/metadata/hl7_mapping/OML_O21/OML_O21-test.yml" + ).passed + ) + } +} \ No newline at end of file diff --git a/prime-router/src/testIntegration/kotlin/datatests/mappinginventory/catchall/orcobr/ORCOBRToServiceRequestDiagnosticReportTests.kt b/prime-router/src/testIntegration/kotlin/datatests/mappinginventory/catchall/orcobr/ORCOBRToServiceRequestDiagnosticReportTests.kt index a0a2d7c2747..32a04f44ddb 100644 --- a/prime-router/src/testIntegration/kotlin/datatests/mappinginventory/catchall/orcobr/ORCOBRToServiceRequestDiagnosticReportTests.kt +++ b/prime-router/src/testIntegration/kotlin/datatests/mappinginventory/catchall/orcobr/ORCOBRToServiceRequestDiagnosticReportTests.kt @@ -98,7 +98,7 @@ class ORCOBRToServiceRequestDiagnosticReportTests { } @Test - fun `test populates OML specific fields for OML messages`() { + fun `test links ServiceRequest to Observation through SupportingInfo`() { val testFileName = "catchall/orcobr/orc_obr-to-servicerequest_diagnosticreport-OML-message" assert( verifyHL7ToFHIRToHL7Mapping( diff --git a/prime-router/src/testIntegration/resources/datatests/HL7_to_FHIR/sample_oml_20240319-001.fhir b/prime-router/src/testIntegration/resources/datatests/HL7_to_FHIR/sample_oml_20240319-001.fhir index f2b15d87ce9..e5799536c71 100644 --- a/prime-router/src/testIntegration/resources/datatests/HL7_to_FHIR/sample_oml_20240319-001.fhir +++ b/prime-router/src/testIntegration/resources/datatests/HL7_to_FHIR/sample_oml_20240319-001.fhir @@ -1,1988 +1,2018 @@ { - "resourceType" : "Bundle", - "id" : "1726681492187301000.a875f234-ab35-4fae-afd9-5ae70b139c6f", - "meta" : { - "lastUpdated" : "2024-09-18T10:44:52.191-07:00" + "resourceType": "Bundle", + "id": "1731693498943249000.bcc14c48-fa3b-43ff-b58d-cc0e5563bba2", + "meta": { + "lastUpdated": "2024-11-15T09:58:18.947-08:00" }, - "identifier" : { - "system" : "https://reportstream.cdc.gov/prime-router", - "value" : "31808297" + "identifier": { + "system": "https://reportstream.cdc.gov/prime-router", + "value": "31808297" }, - "type" : "message", - "timestamp" : "2023-05-06T03:29:16.000-07:00", - "entry" : [ + "type": "message", + "timestamp": "2023-05-06T03:29:16.000-07:00", + "entry": [ { - "fullUrl" : "MessageHeader/1726681492235526000.3872119a-ff86-4f47-afb6-951b5f38482e", - "resource" : { - "resourceType" : "MessageHeader", - "id" : "1726681492235526000.3872119a-ff86-4f47-afb6-951b5f38482e", - "meta" : { - "tag" : [ + "fullUrl": "MessageHeader/1731693498989754000.651138bb-a4c2-4109-a3fc-1420f86b3b2a", + "resource": { + "resourceType": "MessageHeader", + "id": "1731693498989754000.651138bb-a4c2-4109-a3fc-1420f86b3b2a", + "meta": { + "tag": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0103", - "code" : "P" + "system": "http://terminology.hl7.org/CodeSystem/v2-0103", + "code": "P" } ] }, - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/msh-message-header", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/msh-message-header", + "extension": [ { - "url" : "MSH.7", - "valueString" : "20230506052916-0500" + "url": "MSH.7", + "valueString": "20230506052916-0500" }, { - "url" : "MSH.15", - "valueString" : "AL" + "url": "MSH.15", + "valueString": "AL" }, { - "url" : "MSH.16", - "valueString" : "AL" + "url": "MSH.16", + "valueString": "AL" }, { - "url" : "MSH.21", - "valueIdentifier" : { - "extension" : [ + "url": "MSH.21", + "valueIdentifier": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.113883.9.82" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.113883.9.82" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "value" : "LAB_PRU_COMPONENT" + "value": "LAB_PRU_COMPONENT" } }, { - "url" : "MSH.21", - "valueIdentifier" : { - "extension" : [ + "url": "MSH.21", + "valueIdentifier": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.113883.9.22" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.113883.9.22" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "value" : "LAB_TO_COMPONENT" + "value": "LAB_TO_COMPONENT" } }, { - "url" : "MSH.21", - "valueIdentifier" : { - "extension" : [ + "url": "MSH.21", + "valueIdentifier": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.113883.9.22" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.113883.9.22" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "value" : "LAB_THREE_COMPONENT" + "value": "LAB_THREE_COMPONENT" } } ] } ], - "eventCoding" : { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0003", - "code" : "O21", - "display" : "OML^O21^OML_O21" + "eventCoding": { + "system": "http://terminology.hl7.org/CodeSystem/v2-0003", + "code": "O21", + "display": "OML^O21^OML_O21" }, - "destination" : [ + "destination": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "natus.health.state.mn.us" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "natus.health.state.mn.us" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "DNS" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "DNS" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "MSH.5" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "MSH.5" } ], - "name" : "NATUS", - "receiver" : { - "reference" : "Organization/1726681492234640000.978cc409-b284-4272-94ad-90e384d3bc22" + "name": "NATUS", + "receiver": { + "reference": "Organization/1731693498988928000.c1078ed0-abdc-4789-8fa6-3e33502992da" } } ], - "sender" : { - "reference" : "Organization/1726681492217092000.99e99c90-e066-41d0-a470-36b00030d11d" + "sender": { + "reference": "Organization/1731693498970927000.863b4ada-b0e4-4ca0-9931-4d533ce07889" }, - "source" : { - "extension" : [ + "source": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Epic" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Epic" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "1.2.840.114350.1.13.145.2.7.2.695071" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "1.2.840.114350.1.13.145.2.7.2.695071" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "ISO" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "MSH.3" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "MSH.3" } ], - "endpoint" : "urn:oid:1.2.840.114350.1.13.145.2.7.2.695071" + "endpoint": "urn:oid:1.2.840.114350.1.13.145.2.7.2.695071" } } }, { - "fullUrl" : "Organization/1726681492217092000.99e99c90-e066-41d0-a470-36b00030d11d", - "resource" : { - "resourceType" : "Organization", - "id" : "1726681492217092000.99e99c90-e066-41d0-a470-36b00030d11d", - "identifier" : [ + "fullUrl": "Organization/1731693498970927000.863b4ada-b0e4-4ca0-9931-4d533ce07889", + "resource": { + "resourceType": "Organization", + "id": "1731693498970927000.863b4ada-b0e4-4ca0-9931-4d533ce07889", + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" } ], - "value" : "Centracare" + "value": "Centracare" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.2,HD.3" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0301", - "code" : "DNS" + "system": "http://terminology.hl7.org/CodeSystem/v2-0301", + "code": "DNS" } ] }, - "value" : "centracare.com" + "value": "centracare.com" } ] } }, { - "fullUrl" : "Organization/1726681492234640000.978cc409-b284-4272-94ad-90e384d3bc22", - "resource" : { - "resourceType" : "Organization", - "id" : "1726681492234640000.978cc409-b284-4272-94ad-90e384d3bc22", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "MSH.6" + "fullUrl": "Organization/1731693498988928000.c1078ed0-abdc-4789-8fa6-3e33502992da", + "resource": { + "resourceType": "Organization", + "id": "1731693498988928000.c1078ed0-abdc-4789-8fa6-3e33502992da", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "MSH.6" } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" } ], - "value" : "MN Public Health Lab" + "value": "MN Public Health Lab" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.2,HD.3" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0301", - "code" : "ISO" + "system": "http://terminology.hl7.org/CodeSystem/v2-0301", + "code": "ISO" } ] }, - "system" : "urn:ietf:rfc:3986", - "value" : "2.16.840.1.114222.4.1.10080" + "system": "urn:ietf:rfc:3986", + "value": "2.16.840.1.114222.4.1.10080" } ] } }, { - "fullUrl" : "Provenance/1726681492462211000.f88f909e-b256-4878-bb85-e8f12b57006d", - "resource" : { - "resourceType" : "Provenance", - "id" : "1726681492462211000.f88f909e-b256-4878-bb85-e8f12b57006d", - "recorded" : "2023-05-06T05:29:16-05:00", - "activity" : { - "coding" : [ + "fullUrl": "Provenance/1731693499206385000.2a153290-6dc7-4d93-b389-5ec968b6e76f", + "resource": { + "resourceType": "Provenance", + "id": "1731693499206385000.2a153290-6dc7-4d93-b389-5ec968b6e76f", + "recorded": "2023-05-06T05:29:16-05:00", + "activity": { + "coding": [ { - "display" : "OML^O21^OML_O21" + "display": "OML^O21^OML_O21" } ] }, - "agent" : [ + "agent": [ { - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type", - "code" : "author" + "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type", + "code": "author" } ] }, - "who" : { - "reference" : "Organization/1726681492461714000.b6b09a47-7620-4bb8-9769-8bfc72ce8418" + "who": { + "reference": "Organization/1731693499205829000.403dce5e-6ed1-4c35-89c2-f0fef108c1f6" } } ] } }, { - "fullUrl" : "Organization/1726681492461714000.b6b09a47-7620-4bb8-9769-8bfc72ce8418", - "resource" : { - "resourceType" : "Organization", - "id" : "1726681492461714000.b6b09a47-7620-4bb8-9769-8bfc72ce8418", - "identifier" : [ + "fullUrl": "Organization/1731693499205829000.403dce5e-6ed1-4c35-89c2-f0fef108c1f6", + "resource": { + "resourceType": "Organization", + "id": "1731693499205829000.403dce5e-6ed1-4c35-89c2-f0fef108c1f6", + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" } ], - "value" : "Centracare" + "value": "Centracare" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.2,HD.3" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0301", - "code" : "DNS" + "system": "http://terminology.hl7.org/CodeSystem/v2-0301", + "code": "DNS" } ] }, - "value" : "centracare.com" + "value": "centracare.com" } ] } }, { - "fullUrl" : "Provenance/1726681492472018000.8fe8eb07-0f82-42fd-b2c9-a1129152e100", - "resource" : { - "resourceType" : "Provenance", - "id" : "1726681492472018000.8fe8eb07-0f82-42fd-b2c9-a1129152e100", - "recorded" : "2024-09-18T10:44:52Z", - "policy" : [ + "fullUrl": "Provenance/1731693499214040000.f4850920-1d37-49d3-9dd2-9113be21f741", + "resource": { + "resourceType": "Provenance", + "id": "1731693499214040000.f4850920-1d37-49d3-9dd2-9113be21f741", + "recorded": "2024-11-15T09:58:19Z", + "policy": [ "http://hl7.org/fhir/uv/v2mappings/message-oru-r01-to-bundle" ], - "activity" : { - "coding" : [ + "activity": { + "coding": [ { - "code" : "v2-FHIR transformation" + "code": "v2-FHIR transformation" } ] }, - "agent" : [ + "agent": [ { - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type", - "code" : "assembler" + "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type", + "code": "assembler" } ] }, - "who" : { - "reference" : "Organization/1726681492471750000.f3f9a9c5-71c6-4458-901c-4ebe9bdddd0a" + "who": { + "reference": "Organization/1731693499213692000.2c92c158-2f95-495b-b2b1-ac91f8f28f42" } } ] } }, { - "fullUrl" : "Organization/1726681492471750000.f3f9a9c5-71c6-4458-901c-4ebe9bdddd0a", - "resource" : { - "resourceType" : "Organization", - "id" : "1726681492471750000.f3f9a9c5-71c6-4458-901c-4ebe9bdddd0a", - "identifier" : [ + "fullUrl": "Organization/1731693499213692000.2c92c158-2f95-495b-b2b1-ac91f8f28f42", + "resource": { + "resourceType": "Organization", + "id": "1731693499213692000.2c92c158-2f95-495b-b2b1-ac91f8f28f42", + "identifier": [ { - "value" : "CDC PRIME - Atlanta" + "value": "CDC PRIME - Atlanta" }, { - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0301" + "system": "http://terminology.hl7.org/CodeSystem/v2-0301" } ] }, - "system" : "urn:ietf:rfc:3986", - "value" : "2.16.840.1.114222.4.1.237821" + "system": "urn:ietf:rfc:3986", + "value": "2.16.840.1.114222.4.1.237821" } ] } }, { - "fullUrl" : "Patient/1726681492493392000.82a9acae-6ab9-467e-b92b-735a808cde8c", - "resource" : { - "resourceType" : "Patient", - "id" : "1726681492493392000.82a9acae-6ab9-467e-b92b-735a808cde8c", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/pid-patient", - "extension" : [ - { - "url" : "PID.8", - "valueCodeableConcept" : { - "coding" : [ + "fullUrl": "Patient/1731693499244826000.1ec96b37-a200-45f6-8524-0d9bf4773a65", + "resource": { + "resourceType": "Patient", + "id": "1731693499244826000.1ec96b37-a200-45f6-8524-0d9bf4773a65", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/pid-patient", + "extension": [ + { + "url": "PID.8", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "M" + "code": "M" } ] } }, { - "url" : "PID.24", - "valueString" : "Y" + "url": "PID.24", + "valueString": "Y" }, { - "url" : "PID.30", - "valueString" : "N" + "url": "PID.30", + "valueString": "N" } ] }, { - "url" : "http://hl7.org/fhir/StructureDefinition/patient-mothersMaidenName", - "valueHumanName" : { - "extension" : [ + "url": "http://hl7.org/fhir/StructureDefinition/patient-mothersMaidenName", + "valueHumanName": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", + "extension": [ { - "url" : "XPN.2", - "valueString" : "BB SARAH" + "url": "XPN.2", + "valueString": "BB SARAH" } ] } ], - "family" : "SMITH", - "given" : [ + "family": "SMITH", + "given": [ "BB SARAH" ] } } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier", + "extension": [ { - "url" : "CX.5", - "valueString" : "MR" + "url": "CX.5", + "valueString": "MR" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PID.3" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PID.3" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "code" : "MR" + "code": "MR" } ] }, - "value" : "11102779", - "assigner" : { - "reference" : "Organization/1726681492476947000.cf295bf5-9766-4218-b9b0-5a70765c125e" + "value": "11102779", + "assigner": { + "reference": "Organization/1731693499227390000.f9aa3342-d9b6-41fd-b7d7-69e4e1e1d904" } } ], - "name" : [ + "name": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", + "extension": [ { - "url" : "XPN.2", - "valueString" : "BB SARAH" + "url": "XPN.2", + "valueString": "BB SARAH" }, { - "url" : "XPN.7", - "valueString" : "L" + "url": "XPN.7", + "valueString": "L" } ] } ], - "use" : "official", - "family" : "SMITH", - "given" : [ + "use": "official", + "family": "SMITH", + "given": [ "BB SARAH" ] } ], - "telecom" : [ + "telecom": [ { - "extension" : [ + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", - "valueString" : "763" + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString": "763" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "555555" + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString": "555555" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ { - "url" : "XTN.3", - "valueString" : "PH" + "url": "XTN.3", + "valueString": "PH" }, { - "url" : "XTN.7", - "valueString" : "555555" + "url": "XTN.7", + "valueString": "555555" }, { - "url" : "XTN.9", - "valueString" : "(763)555-5555" + "url": "XTN.9", + "valueString": "(763)555-5555" } ] } ], - "system" : "phone", - "use" : "home" + "system": "phone", + "use": "home" } ], - "gender" : "male", - "birthDate" : "2023-05-04", - "_birthDate" : { - "extension" : [ + "gender": "male", + "birthDate": "2023-05-04", + "_birthDate": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230504131023-0500" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230504131023-0500" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/patient-birthTime", - "valueDateTime" : "2023-05-04T13:10:23-05:00" + "url": "http://hl7.org/fhir/StructureDefinition/patient-birthTime", + "valueDateTime": "2023-05-04T13:10:23-05:00" } ] }, - "deceasedBoolean" : false, - "address" : [ + "deceasedBoolean": false, + "address": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ { - "url" : "SAD.1", - "valueString" : "555 STATE HIGHWAY 13" + "url": "SAD.1", + "valueString": "555 STATE HIGHWAY 13" } ] }, { - "url" : "XAD.7", - "valueCode" : "H" + "url": "XAD.7", + "valueCode": "H" } ] } ], - "use" : "home", - "line" : [ + "use": "home", + "line": [ "555 STATE HIGHWAY 13" ], - "city" : "DEER CREEK", - "district" : "OTTER TAIL", - "state" : "MN", - "postalCode" : "56527-9657", - "country" : "USA" + "city": "DEER CREEK", + "district": "OTTER TAIL", + "state": "MN", + "postalCode": "56527-9657", + "country": "USA" } ], - "multipleBirthInteger" : 2, - "contact" : [ + "multipleBirthInteger": 2, + "contact": [ { - "extension" : [ + "extension": [ { - "url" : "https://hl7.org/fhir/StructureDefinition/relationship", - "valueCodeableConcept" : { - "coding" : [ + "url": "https://hl7.org/fhir/StructureDefinition/relationship", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70063" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70063" } ], - "code" : "MTH", - "display" : "Mother" + "code": "MTH", + "display": "Mother" } ], - "text" : "Mother" + "text": "Mother" } } ], - "relationship" : [ + "relationship": [ { - "coding" : [ + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70063" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70063" } ], - "code" : "MTH", - "display" : "Mother" + "code": "MTH", + "display": "Mother" } ], - "text" : "Mother" + "text": "Mother" } ], - "name" : { - "extension" : [ + "name": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", + "extension": [ { - "url" : "XPN.2", - "valueString" : "SADIE" + "url": "XPN.2", + "valueString": "SADIE" }, { - "url" : "XPN.3", - "valueString" : "S" + "url": "XPN.3", + "valueString": "S" }, { - "url" : "XPN.7", - "valueString" : "L" + "url": "XPN.7", + "valueString": "L" } ] } ], - "use" : "official", - "family" : "SMITH", - "given" : [ + "use": "official", + "family": "SMITH", + "given": [ "SADIE", "S" ] }, - "telecom" : [ + "telecom": [ { - "extension" : [ + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", - "valueString" : "763" + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString": "763" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "5555555" + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString": "5555555" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ { - "url" : "XTN.3", - "valueString" : "PH" + "url": "XTN.3", + "valueString": "PH" }, { - "url" : "XTN.7", - "valueString" : "5555555" + "url": "XTN.7", + "valueString": "5555555" }, { - "url" : "XTN.9", - "valueString" : "(763)555-5555" + "url": "XTN.9", + "valueString": "(763)555-5555" } ] } ], - "system" : "phone" + "system": "phone" } ], - "address" : { - "extension" : [ + "address": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ { - "url" : "SAD.1", - "valueString" : "555 STATE HIGHWAY 13" + "url": "SAD.1", + "valueString": "555 STATE HIGHWAY 13" } ] }, { - "url" : "XAD.7", - "valueCode" : "H" + "url": "XAD.7", + "valueCode": "H" } ] } ], - "use" : "home", - "line" : [ + "use": "home", + "line": [ "555 STATE HIGHWAY 13" ], - "city" : "DEER CREEK", - "district" : "OTTER TAIL", - "state" : "MN", - "postalCode" : "56527-9657", - "country" : "USA" + "city": "DEER CREEK", + "district": "OTTER TAIL", + "state": "MN", + "postalCode": "56527-9657", + "country": "USA" } } ], - "link" : [ + "link": [ { - "other" : { - "reference" : "RelatedPerson/1726681492484536000.de59b5c4-28e4-4bdc-a9a5-8c8faa1ae0c2" + "other": { + "reference": "RelatedPerson/1731693499236490000.330bdd78-2a10-4dd7-a27f-02ef7bb72162" }, - "type" : "seealso" + "type": "seealso" } ] } }, { - "fullUrl" : "Organization/1726681492476947000.cf295bf5-9766-4218-b9b0-5a70765c125e", - "resource" : { - "resourceType" : "Organization", - "id" : "1726681492476947000.cf295bf5-9766-4218-b9b0-5a70765c125e", - "identifier" : [ + "fullUrl": "Organization/1731693499227390000.f9aa3342-d9b6-41fd-b7d7-69e4e1e1d904", + "resource": { + "resourceType": "Organization", + "id": "1731693499227390000.f9aa3342-d9b6-41fd-b7d7-69e4e1e1d904", + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" } ], - "value" : "CRPMRN" + "value": "CRPMRN" } ] } }, { - "fullUrl" : "RelatedPerson/1726681492484536000.de59b5c4-28e4-4bdc-a9a5-8c8faa1ae0c2", - "resource" : { - "resourceType" : "RelatedPerson", - "id" : "1726681492484536000.de59b5c4-28e4-4bdc-a9a5-8c8faa1ae0c2", - "identifier" : [ + "fullUrl": "RelatedPerson/1731693499236490000.330bdd78-2a10-4dd7-a27f-02ef7bb72162", + "resource": { + "resourceType": "RelatedPerson", + "id": "1731693499236490000.330bdd78-2a10-4dd7-a27f-02ef7bb72162", + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", - "valueString" : "SADIE" + "url": "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString": "SADIE" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", - "valueString" : "S" + "url": "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueString": "S" } ], - "value" : "SMITH" + "value": "SMITH" } ] } }, { - "fullUrl" : "Provenance/1726681492497877000.6eaec073-c8e7-40f3-87ae-930e78673ac5", - "resource" : { - "resourceType" : "Provenance", - "id" : "1726681492497877000.6eaec073-c8e7-40f3-87ae-930e78673ac5", - "target" : [ + "fullUrl": "Provenance/1731693499248984000.8f906f90-f645-46d2-97d8-7acdd6da4cb8", + "resource": { + "resourceType": "Provenance", + "id": "1731693499248984000.8f906f90-f645-46d2-97d8-7acdd6da4cb8", + "target": [ { - "reference" : "Patient/1726681492493392000.82a9acae-6ab9-467e-b92b-735a808cde8c" + "reference": "Patient/1731693499244826000.1ec96b37-a200-45f6-8524-0d9bf4773a65" } ], - "recorded" : "2024-09-18T10:44:52Z", - "activity" : { - "coding" : [ + "recorded": "2024-11-15T09:58:19Z", + "activity": { + "coding": [ { - "system" : "https://terminology.hl7.org/CodeSystem/v3-DataOperation", - "code" : "UPDATE" + "system": "https://terminology.hl7.org/CodeSystem/v3-DataOperation", + "code": "UPDATE" } ] } } }, { - "fullUrl" : "RelatedPerson/1726681492500140000.15180afe-202e-448f-b448-f8cd41fe8e99", - "resource" : { - "resourceType" : "RelatedPerson", - "id" : "1726681492500140000.15180afe-202e-448f-b448-f8cd41fe8e99", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", - "valueString" : "NK1" + "fullUrl": "RelatedPerson/1731693499251240000.ffc6b949-94a5-4a29-bb8a-6182dedf249d", + "resource": { + "resourceType": "RelatedPerson", + "id": "1731693499251240000.ffc6b949-94a5-4a29-bb8a-6182dedf249d", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", + "valueString": "NK1" } ], - "patient" : { - "reference" : "Patient/1726681492493392000.82a9acae-6ab9-467e-b92b-735a808cde8c" + "patient": { + "reference": "Patient/1731693499244826000.1ec96b37-a200-45f6-8524-0d9bf4773a65" }, - "relationship" : [ + "relationship": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "NK1.3" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "NK1.3" } ], - "coding" : [ + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70063" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70063" } ], - "code" : "MTH", - "display" : "Mother" + "code": "MTH", + "display": "Mother" } ], - "text" : "Mother" + "text": "Mother" } ], - "name" : [ + "name": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "NK1.2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "NK1.2" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", + "extension": [ { - "url" : "XPN.2", - "valueString" : "SADIE" + "url": "XPN.2", + "valueString": "SADIE" }, { - "url" : "XPN.3", - "valueString" : "S" + "url": "XPN.3", + "valueString": "S" }, { - "url" : "XPN.7", - "valueString" : "L" + "url": "XPN.7", + "valueString": "L" } ] } ], - "use" : "official", - "family" : "SMITH", - "given" : [ + "use": "official", + "family": "SMITH", + "given": [ "SADIE", "S" ] } ], - "telecom" : [ + "telecom": [ { - "extension" : [ + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", - "valueString" : "763" + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString": "763" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "5555555" + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString": "5555555" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ { - "url" : "XTN.3", - "valueString" : "PH" + "url": "XTN.3", + "valueString": "PH" }, { - "url" : "XTN.7", - "valueString" : "5555555" + "url": "XTN.7", + "valueString": "5555555" }, { - "url" : "XTN.9", - "valueString" : "(763)555-5555" + "url": "XTN.9", + "valueString": "(763)555-5555" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "NK1.5" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "NK1.5" } ], - "system" : "phone" + "system": "phone" } ], - "address" : [ + "address": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "NK1.4" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "NK1.4" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ { - "url" : "SAD.1", - "valueString" : "555 STATE HIGHWAY 13" + "url": "SAD.1", + "valueString": "555 STATE HIGHWAY 13" } ] }, { - "url" : "XAD.7", - "valueCode" : "H" + "url": "XAD.7", + "valueCode": "H" } ] } ], - "use" : "home", - "line" : [ + "use": "home", + "line": [ "555 STATE HIGHWAY 13" ], - "city" : "DEER CREEK", - "district" : "OTTER TAIL", - "state" : "MN", - "postalCode" : "56527-9657", - "country" : "USA" + "city": "DEER CREEK", + "district": "OTTER TAIL", + "state": "MN", + "postalCode": "56527-9657", + "country": "USA" } ] } }, { - "fullUrl" : "Observation/1726681492502864000.c02d636a-6733-4db1-9a05-98f2dbff71fd", - "resource" : { - "resourceType" : "Observation", - "id" : "1726681492502864000.c02d636a-6733-4db1-9a05-98f2dbff71fd", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" + "fullUrl": "Observation/1731693499254154000.dd4e0899-fbb3-4fae-8a44-c25a4a1b1943", + "resource": { + "resourceType": "Observation", + "id": "1731693499254154000.dd4e0899-fbb3-4fae-8a44-c25a4a1b1943", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueCode" : "AOE" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", + "valueCode": "AOE" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ { - "url" : "OBX.2", - "valueId" : "NM" + "url": "OBX.2", + "valueId": "NM" }, { - "url" : "OBX.6", - "valueCodeableConcept" : { - "coding" : [ + "url": "OBX.6", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "UCUM" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "UCUM" } ], - "system" : "http://unitsofmeasure.org", - "code" : "g", - "display" : "gram" + "system": "http://unitsofmeasure.org", + "code": "g", + "display": "gram" } ] } }, { - "url" : "OBX.29", - "valueId" : "QST" + "url": "OBX.29", + "valueId": "QST" }, { - "url" : "OBX.11", - "valueString" : "O" + "url": "OBX.11", + "valueString": "O" } ] } ], - "status" : "unknown", - "code" : { - "coding" : [ + "status": "unknown", + "code": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" } ], - "system" : "http://loinc.org", - "code" : "8339-4", - "display" : "BIRTH WEIGHT MEASURED" + "system": "http://loinc.org", + "code": "8339-4", + "display": "BIRTH WEIGHT MEASURED" } ] }, - "subject" : { - "reference" : "Patient/1726681492493392000.82a9acae-6ab9-467e-b92b-735a808cde8c" + "subject": { + "reference": "Patient/1731693499244826000.1ec96b37-a200-45f6-8524-0d9bf4773a65" }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ + "effectiveDateTime": "2023-05-06T05:00:00-05:00", + "_effectiveDateTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506050000-0500" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230506050000-0500" } ] }, - "valueQuantity" : { - "value" : 1769.859285, - "unit" : "gram", - "system" : "UCUM", - "code" : "g" + "valueQuantity": { + "value": 1769.859285, + "unit": "gram", + "system": "UCUM", + "code": "g" } } }, { - "fullUrl" : "Observation/1726681492505294000.25e21bd9-8244-4398-8722-bfaac9a6e875", - "resource" : { - "resourceType" : "Observation", - "id" : "1726681492505294000.25e21bd9-8244-4398-8722-bfaac9a6e875", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" + "fullUrl": "Observation/1731693499256643000.f3d87add-5a46-4983-aad6-dc4937663363", + "resource": { + "resourceType": "Observation", + "id": "1731693499256643000.f3d87add-5a46-4983-aad6-dc4937663363", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueCode" : "AOE" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", + "valueCode": "AOE" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ { - "url" : "OBX.2", - "valueId" : "NM" + "url": "OBX.2", + "valueId": "NM" }, { - "url" : "OBX.6", - "valueCodeableConcept" : { - "coding" : [ + "url": "OBX.6", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "UCUM" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "UCUM" } ], - "system" : "http://unitsofmeasure.org", - "code" : "wk", - "display" : "week" + "system": "http://unitsofmeasure.org", + "code": "wk", + "display": "week" } ] } }, { - "url" : "OBX.29", - "valueId" : "QST" + "url": "OBX.29", + "valueId": "QST" }, { - "url" : "OBX.11", - "valueString" : "O" + "url": "OBX.11", + "valueString": "O" } ] } ], - "status" : "unknown", - "code" : { - "coding" : [ + "status": "unknown", + "code": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" } ], - "system" : "http://loinc.org", - "code" : "57714-8", - "display" : "OBSTETRIC ESTIMATION OF GESTATIONAL AGE" + "system": "http://loinc.org", + "code": "57714-8", + "display": "OBSTETRIC ESTIMATION OF GESTATIONAL AGE" } ] }, - "subject" : { - "reference" : "Patient/1726681492493392000.82a9acae-6ab9-467e-b92b-735a808cde8c" + "subject": { + "reference": "Patient/1731693499244826000.1ec96b37-a200-45f6-8524-0d9bf4773a65" }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ + "effectiveDateTime": "2023-05-06T05:00:00-05:00", + "_effectiveDateTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506050000-0500" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230506050000-0500" } ] }, - "valueQuantity" : { - "value" : 32, - "unit" : "week", - "system" : "UCUM", - "code" : "wk" + "valueQuantity": { + "value": 32, + "unit": "week", + "system": "UCUM", + "code": "wk" } } }, { - "fullUrl" : "Observation/1726681492507390000.09f9b155-2775-4212-8670-f5b558ad6389", - "resource" : { - "resourceType" : "Observation", - "id" : "1726681492507390000.09f9b155-2775-4212-8670-f5b558ad6389", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" + "fullUrl": "Observation/1731693499258634000.3dad0e71-dda0-40d4-8fe9-8ab9b08dbad7", + "resource": { + "resourceType": "Observation", + "id": "1731693499258634000.3dad0e71-dda0-40d4-8fe9-8ab9b08dbad7", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueCode" : "AOE" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", + "valueCode": "AOE" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ { - "url" : "OBX.2", - "valueId" : "CWE" + "url": "OBX.2", + "valueId": "CWE" }, { - "url" : "OBX.29", - "valueId" : "QST" + "url": "OBX.29", + "valueId": "QST" }, { - "url" : "OBX.11", - "valueString" : "O" + "url": "OBX.11", + "valueString": "O" } ] } ], - "status" : "unknown", - "code" : { - "coding" : [ + "status": "unknown", + "code": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" } ], - "system" : "http://loinc.org", - "code" : "57713-0", - "display" : "INFANT FACTORS THAT AFFECT NEWBORN SCREENING INTERPRETATION" + "system": "http://loinc.org", + "code": "57713-0", + "display": "INFANT FACTORS THAT AFFECT NEWBORN SCREENING INTERPRETATION" } ] }, - "subject" : { - "reference" : "Patient/1726681492493392000.82a9acae-6ab9-467e-b92b-735a808cde8c" + "subject": { + "reference": "Patient/1731693499244826000.1ec96b37-a200-45f6-8524-0d9bf4773a65" }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ + "effectiveDateTime": "2023-05-06T05:00:00-05:00", + "_effectiveDateTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506050000-0500" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230506050000-0500" } ] }, - "valueCodeableConcept" : { - "coding" : [ + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" } ], - "system" : "http://loinc.org", - "code" : "LA12419-0", - "display" : "INFANT IN NICU AT TIME OF SPECIMEN COLLECTION" + "system": "http://loinc.org", + "code": "LA12419-0", + "display": "INFANT IN NICU AT TIME OF SPECIMEN COLLECTION" } ] } } }, { - "fullUrl" : "Observation/1726681492509157000.c220f0f1-f17e-4dcc-b483-8384fb764c30", - "resource" : { - "resourceType" : "Observation", - "id" : "1726681492509157000.c220f0f1-f17e-4dcc-b483-8384fb764c30", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" + "fullUrl": "Observation/1731693499260502000.5055910a-809e-4bba-bdab-76843a177460", + "resource": { + "resourceType": "Observation", + "id": "1731693499260502000.5055910a-809e-4bba-bdab-76843a177460", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueCode" : "AOE" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", + "valueCode": "AOE" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ { - "url" : "OBX.2", - "valueId" : "CWE" + "url": "OBX.2", + "valueId": "CWE" }, { - "url" : "OBX.29", - "valueId" : "QST" + "url": "OBX.29", + "valueId": "QST" }, { - "url" : "OBX.11", - "valueString" : "O" + "url": "OBX.11", + "valueString": "O" } ] } ], - "status" : "unknown", - "code" : { - "coding" : [ + "status": "unknown", + "code": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "99MDH" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "99MDH" } ], - "code" : "MNDSIB", - "display" : "DOES THE BABY HAVE A DECEASED SIBLING?" + "code": "MNDSIB", + "display": "DOES THE BABY HAVE A DECEASED SIBLING?" } ] }, - "subject" : { - "reference" : "Patient/1726681492493392000.82a9acae-6ab9-467e-b92b-735a808cde8c" + "subject": { + "reference": "Patient/1731693499244826000.1ec96b37-a200-45f6-8524-0d9bf4773a65" }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ + "effectiveDateTime": "2023-05-06T05:00:00-05:00", + "_effectiveDateTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506050000-0500" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230506050000-0500" } ] }, - "valueCodeableConcept" : { - "coding" : [ + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "99MDH" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "99MDH" } ], - "code" : "N", - "display" : "No" + "code": "N", + "display": "No" } ] } } }, { - "fullUrl" : "Observation/1726681492510785000.a0cc0b9a-52e3-4410-b1fd-d22aba3b06c0", - "resource" : { - "resourceType" : "Observation", - "id" : "1726681492510785000.a0cc0b9a-52e3-4410-b1fd-d22aba3b06c0", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" + "fullUrl": "Observation/1731693499262109000.997e1625-6c27-4a81-9060-68c36c79910f", + "resource": { + "resourceType": "Observation", + "id": "1731693499262109000.997e1625-6c27-4a81-9060-68c36c79910f", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueCode" : "AOE" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", + "valueCode": "AOE" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ { - "url" : "OBX.2", - "valueId" : "CWE" + "url": "OBX.2", + "valueId": "CWE" }, { - "url" : "OBX.29", - "valueId" : "QST" + "url": "OBX.29", + "valueId": "QST" }, { - "url" : "OBX.11", - "valueString" : "O" + "url": "OBX.11", + "valueString": "O" } ] } ], - "status" : "unknown", - "code" : { - "coding" : [ + "status": "unknown", + "code": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "99MDH" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "99MDH" } ], - "code" : "MNDEFECT", - "display" : "DOES THE BABY HAVE BIRTH DEFECTS?" + "code": "MNDEFECT", + "display": "DOES THE BABY HAVE BIRTH DEFECTS?" } ] }, - "subject" : { - "reference" : "Patient/1726681492493392000.82a9acae-6ab9-467e-b92b-735a808cde8c" + "subject": { + "reference": "Patient/1731693499244826000.1ec96b37-a200-45f6-8524-0d9bf4773a65" }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ + "effectiveDateTime": "2023-05-06T05:00:00-05:00", + "_effectiveDateTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506050000-0500" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230506050000-0500" } ] }, - "valueCodeableConcept" : { - "coding" : [ + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "99MDH" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "99MDH" } ], - "code" : "N", - "display" : "No" + "code": "N", + "display": "No" } ] } } }, { - "fullUrl" : "Observation/1726681492513068000.65109631-48cc-4490-b644-95e448d4e852", - "resource" : { - "resourceType" : "Observation", - "id" : "1726681492513068000.65109631-48cc-4490-b644-95e448d4e852", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" + "fullUrl": "Observation/1731693499263903000.ff9328b6-2aeb-4a06-b5ce-f194c1b4343b", + "resource": { + "resourceType": "Observation", + "id": "1731693499263903000.ff9328b6-2aeb-4a06-b5ce-f194c1b4343b", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueCode" : "AOE" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", + "valueCode": "AOE" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ { - "url" : "OBX.2", - "valueId" : "CWE" + "url": "OBX.2", + "valueId": "CWE" }, { - "url" : "OBX.29", - "valueId" : "QST" + "url": "OBX.29", + "valueId": "QST" }, { - "url" : "OBX.11", - "valueString" : "O" + "url": "OBX.11", + "valueString": "O" } ] } ], - "status" : "unknown", - "code" : { - "coding" : [ + "status": "unknown", + "code": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "99MDH" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "99MDH" } ], - "code" : "MNFAM", - "display" : "FAMILY HISTORY OF DISORDER ON MN SCREENING PANEL" + "code": "MNFAM", + "display": "FAMILY HISTORY OF DISORDER ON MN SCREENING PANEL" } ] }, - "subject" : { - "reference" : "Patient/1726681492493392000.82a9acae-6ab9-467e-b92b-735a808cde8c" + "subject": { + "reference": "Patient/1731693499244826000.1ec96b37-a200-45f6-8524-0d9bf4773a65" }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ + "effectiveDateTime": "2023-05-06T05:00:00-05:00", + "_effectiveDateTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506050000-0500" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230506050000-0500" } ] }, - "valueCodeableConcept" : { - "coding" : [ + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "99MDH" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "99MDH" } ], - "code" : "N", - "display" : "No" + "code": "N", + "display": "No" } ] } } }, { - "fullUrl" : "Observation/1726681492514904000.a0b6424a-acc9-4ec8-bac1-eb4d84146150", - "resource" : { - "resourceType" : "Observation", - "id" : "1726681492514904000.a0b6424a-acc9-4ec8-bac1-eb4d84146150", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" + "fullUrl": "Observation/1731693499265894000.4be5c4d9-daca-4249-871b-b5e9b2299e64", + "resource": { + "resourceType": "Observation", + "id": "1731693499265894000.4be5c4d9-daca-4249-871b-b5e9b2299e64", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueCode" : "AOE" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", + "valueCode": "AOE" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ { - "url" : "OBX.2", - "valueId" : "CWE" + "url": "OBX.2", + "valueId": "CWE" }, { - "url" : "OBX.29", - "valueId" : "QST" + "url": "OBX.29", + "valueId": "QST" }, { - "url" : "OBX.11", - "valueString" : "O" + "url": "OBX.11", + "valueString": "O" } ] } ], - "status" : "unknown", - "code" : { - "coding" : [ + "status": "unknown", + "code": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" } ], - "system" : "http://loinc.org", - "code" : "67704-7", - "display" : "FEEDING TYPES" + "system": "http://loinc.org", + "code": "67704-7", + "display": "FEEDING TYPES" } ] }, - "subject" : { - "reference" : "Patient/1726681492493392000.82a9acae-6ab9-467e-b92b-735a808cde8c" + "subject": { + "reference": "Patient/1731693499244826000.1ec96b37-a200-45f6-8524-0d9bf4773a65" }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ + "effectiveDateTime": "2023-05-06T05:00:00-05:00", + "_effectiveDateTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506050000-0500" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230506050000-0500" } ] }, - "valueCodeableConcept" : { - "coding" : [ + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" } ], - "system" : "http://loinc.org", - "code" : "LA12418-2", - "display" : "TPN" + "system": "http://loinc.org", + "code": "LA12418-2", + "display": "TPN" } ] } } }, { - "fullUrl" : "Observation/1726681492516655000.24e44cdd-01f6-495d-81c9-8ca178b20623", - "resource" : { - "resourceType" : "Observation", - "id" : "1726681492516655000.24e44cdd-01f6-495d-81c9-8ca178b20623", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "2" + "fullUrl": "Observation/1731693499267278000.4f9e6cd4-2d27-4ae0-8a4a-c11557902264", + "resource": { + "resourceType": "Observation", + "id": "1731693499267278000.4f9e6cd4-2d27-4ae0-8a4a-c11557902264", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "2" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueCode" : "AOE" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", + "valueCode": "AOE" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ { - "url" : "OBX.2", - "valueId" : "CWE" + "url": "OBX.2", + "valueId": "CWE" }, { - "url" : "OBX.29", - "valueId" : "QST" + "url": "OBX.29", + "valueId": "QST" }, { - "url" : "OBX.11", - "valueString" : "O" + "url": "OBX.11", + "valueString": "O" } ] } ], - "status" : "unknown", - "code" : { - "coding" : [ + "status": "unknown", + "code": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" } ], - "system" : "http://loinc.org", - "code" : "67704-7", - "display" : "FEEDING TYPES" + "system": "http://loinc.org", + "code": "67704-7", + "display": "FEEDING TYPES" } ] }, - "subject" : { - "reference" : "Patient/1726681492493392000.82a9acae-6ab9-467e-b92b-735a808cde8c" + "subject": { + "reference": "Patient/1731693499244826000.1ec96b37-a200-45f6-8524-0d9bf4773a65" }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ + "effectiveDateTime": "2023-05-06T05:00:00-05:00", + "_effectiveDateTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506050000-0500" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230506050000-0500" } ] }, - "valueCodeableConcept" : { - "coding" : [ + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" } ], - "system" : "http://loinc.org", - "code" : "LA16914-6", - "display" : "BREAST MILK" + "system": "http://loinc.org", + "code": "LA16914-6", + "display": "BREAST MILK" } ] } } }, { - "fullUrl" : "Observation/1726681492518122000.34be2e23-9fcb-4841-bb82-21ac92f5e88f", - "resource" : { - "resourceType" : "Observation", - "id" : "1726681492518122000.34be2e23-9fcb-4841-bb82-21ac92f5e88f", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" + "fullUrl": "Observation/1731693499270093000.7eecd56f-a1b0-4342-87af-2236a11d5f06", + "resource": { + "resourceType": "Observation", + "id": "1731693499270093000.7eecd56f-a1b0-4342-87af-2236a11d5f06", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueCode" : "AOE" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", + "valueCode": "AOE" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ { - "url" : "OBX.2", - "valueId" : "CWE" + "url": "OBX.2", + "valueId": "CWE" }, { - "url" : "OBX.29", - "valueId" : "QST" + "url": "OBX.29", + "valueId": "QST" }, { - "url" : "OBX.11", - "valueString" : "O" + "url": "OBX.11", + "valueString": "O" } ] } ], - "status" : "unknown", - "code" : { - "coding" : [ + "status": "unknown", + "code": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" } ], - "system" : "http://loinc.org", - "code" : "57723-9", - "display" : "UNIQUE BAR CODE NUMBER OF CURRENT SAMPLE" + "system": "http://loinc.org", + "code": "57723-9", + "display": "UNIQUE BAR CODE NUMBER OF CURRENT SAMPLE" } ] }, - "subject" : { - "reference" : "Patient/1726681492493392000.82a9acae-6ab9-467e-b92b-735a808cde8c" + "subject": { + "reference": "Patient/1731693499244826000.1ec96b37-a200-45f6-8524-0d9bf4773a65" }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ + "effectiveDateTime": "2023-05-06T05:00:00-05:00", + "_effectiveDateTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506050000-0500" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230506050000-0500" } ] }, - "valueCodeableConcept" : { - "coding" : [ + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "0516199364" + "code": "0516199364" } ] } } }, { - "fullUrl" : "Observation/1726681492519165000.07f0cdb5-071d-4699-9fe1-feeb50d18ee1", - "resource" : { - "resourceType" : "Observation", - "id" : "1726681492519165000.07f0cdb5-071d-4699-9fe1-feeb50d18ee1", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" + "fullUrl": "Observation/1731693499271474000.ccb6c726-3d31-4904-8c4a-b8bb8cab6b7f", + "resource": { + "resourceType": "Observation", + "id": "1731693499271474000.ccb6c726-3d31-4904-8c4a-b8bb8cab6b7f", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueCode" : "AOE" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", + "valueCode": "AOE" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ { - "url" : "OBX.2", - "valueId" : "ST" + "url": "OBX.2", + "valueId": "ST" }, { - "url" : "OBX.29", - "valueId" : "QST" + "url": "OBX.29", + "valueId": "QST" }, { - "url" : "OBX.11", - "valueString" : "O" + "url": "OBX.11", + "valueString": "O" } ] } ], - "status" : "unknown", - "code" : { - "coding" : [ + "status": "unknown", + "code": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" } ], - "system" : "http://loinc.org", - "code" : "62328-0", - "display" : "DISCHARGE PROVIDER PRACTICE PHONE NUMBER" + "system": "http://loinc.org", + "code": "62328-0", + "display": "DISCHARGE PROVIDER PRACTICE PHONE NUMBER" } ] }, - "subject" : { - "reference" : "Patient/1726681492493392000.82a9acae-6ab9-467e-b92b-735a808cde8c" + "subject": { + "reference": "Patient/1731693499244826000.1ec96b37-a200-45f6-8524-0d9bf4773a65" }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ + "effectiveDateTime": "2023-05-06T05:00:00-05:00", + "_effectiveDateTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506050000-0500" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230506050000-0500" } ] }, - "valueString" : "Daniel Davis/218-555-1000" + "valueString": "Daniel Davis/218-555-1000" } }, { - "fullUrl" : "Observation/1726681492521073000.e71f7a63-9494-4eb5-9f4c-17e3a584e380", - "resource" : { - "resourceType" : "Observation", - "id" : "1726681492521073000.e71f7a63-9494-4eb5-9f4c-17e3a584e380", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" + "fullUrl": "Observation/1731693499272795000.2ead0280-0219-4455-a28a-52eedd24a781", + "resource": { + "resourceType": "Observation", + "id": "1731693499272795000.2ead0280-0219-4455-a28a-52eedd24a781", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueCode" : "AOE" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", + "valueCode": "AOE" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ { - "url" : "OBX.2", - "valueId" : "ST" + "url": "OBX.2", + "valueId": "ST" }, { - "url" : "OBX.29", - "valueId" : "QST" + "url": "OBX.29", + "valueId": "QST" }, { - "url" : "OBX.11", - "valueString" : "O" + "url": "OBX.11", + "valueString": "O" } ] } ], - "status" : "unknown", - "code" : { - "coding" : [ + "status": "unknown", + "code": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" } ], - "system" : "http://loinc.org", - "code" : "62324-9", - "display" : "POST-DISCHARGE PROVIDER NAME" + "system": "http://loinc.org", + "code": "62324-9", + "display": "POST-DISCHARGE PROVIDER NAME" } ] }, - "subject" : { - "reference" : "Patient/1726681492493392000.82a9acae-6ab9-467e-b92b-735a808cde8c" + "subject": { + "reference": "Patient/1731693499244826000.1ec96b37-a200-45f6-8524-0d9bf4773a65" }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ + "effectiveDateTime": "2023-05-06T05:00:00-05:00", + "_effectiveDateTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506050000-0500" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230506050000-0500" } ] }, - "valueString" : "DAVIS, DANIEL, MD" + "valueString": "DAVIS, DANIEL, MD" } }, { - "fullUrl" : "Observation/1726681492522150000.dffa99af-cf3f-4635-9979-abd7a1b1f4d5", - "resource" : { - "resourceType" : "Observation", - "id" : "1726681492522150000.dffa99af-cf3f-4635-9979-abd7a1b1f4d5", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" + "fullUrl": "Observation/1731693499274060000.09f106cd-ca67-4226-90a5-f555890d98f0", + "resource": { + "resourceType": "Observation", + "id": "1731693499274060000.09f106cd-ca67-4226-90a5-f555890d98f0", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueCode" : "AOE" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", + "valueCode": "AOE" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ { - "url" : "OBX.2", - "valueId" : "ST" + "url": "OBX.2", + "valueId": "ST" }, { - "url" : "OBX.29", - "valueId" : "QST" + "url": "OBX.29", + "valueId": "QST" }, { - "url" : "OBX.11", - "valueString" : "O" + "url": "OBX.11", + "valueString": "O" } ] } ], - "status" : "unknown", - "code" : { - "coding" : [ + "status": "unknown", + "code": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" } ], - "system" : "http://loinc.org", - "code" : "62326-4", - "display" : "POST-DISCHARGE PROVIDER PRACTICE NAME" + "system": "http://loinc.org", + "code": "62326-4", + "display": "POST-DISCHARGE PROVIDER PRACTICE NAME" } ] }, - "subject" : { - "reference" : "Patient/1726681492493392000.82a9acae-6ab9-467e-b92b-735a808cde8c" + "subject": { + "reference": "Patient/1731693499244826000.1ec96b37-a200-45f6-8524-0d9bf4773a65" }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ + "effectiveDateTime": "2023-05-06T05:00:00-05:00", + "_effectiveDateTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506050000-0500" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230506050000-0500" } ] }, - "valueString" : "Lakeridge Health Revere" + "valueString": "Lakeridge Health Revere" } }, { - "fullUrl" : "Specimen/1727313792886618000.d45f77c7-ecb4-4a11-a10c-ae901a61957a", - "resource" : { - "resourceType" : "Specimen", - "id" : "1727313792886618000.d45f77c7-ecb4-4a11-a10c-ae901a61957a", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", - "valueString" : "OBR" + "fullUrl": "Specimen/1731693499399056000.cb3e6b3e-2c30-44ec-aad9-1d5caaac8e04", + "resource": { + "resourceType": "Specimen", + "id": "1731693499399056000.cb3e6b3e-2c30-44ec-aad9-1d5caaac8e04", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", + "valueString": "OBR" } ], - "collection" : { - "collectedDateTime" : "2023-05-06T05:00:00Z", - "_collectedDateTime" : { - "extension" : [ + "type": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "440500007" + } + ] + }, + "collection": { + "collectedDateTime": "2023-05-06T05:00:00Z", + "_collectedDateTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506050000" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230506050000" } ] } }, - "note" : [ + "container": [ + { + "additiveCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "Blood spot specimen" + } + ] + } + } + ], + "note": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", - "valueString" : "OBR.15.3" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", + "valueString": "OBR.15.3" } ], - "text" : "440500007" + "text": "SCT" } ] } }, { - "fullUrl" : "Specimen/1727313792888577000.a67f4df4-1f53-4021-9d02-348da64f37b6", - "resource" : { - "resourceType" : "Specimen", - "id" : "1727313792888577000.a67f4df4-1f53-4021-9d02-348da64f37b6", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", - "valueString" : "SPM" + "fullUrl": "Specimen/1731693499401246000.af41b374-d90e-4385-a6cd-34a15a4956c7", + "resource": { + "resourceType": "Specimen", + "id": "1731693499401246000.af41b374-d90e-4385-a6cd-34a15a4956c7", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", + "valueString": "SPM" } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "EPIC" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "EPIC" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "1.2.840.114350.1.13.145.2.7.2.695071" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "1.2.840.114350.1.13.145.2.7.2.695071" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "ISO" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", - "valueString" : "SPM.2.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", + "valueString": "SPM.2.1" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PGN" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "PGN" } ] }, - "value" : "421832901" + "value": "421832901" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "SCT" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "SCT" } ], - "system" : "http://snomed.info/sct", - "code" : "440500042", - "display" : "Blood spatter specimen" + "system": "http://snomed.info/sct", + "code": "440500042", + "display": "Blood spatter specimen" } ] }, - "collection" : { - "collectedDateTime" : "2023-05-06T06:00:00-05:00", - "_collectedDateTime" : { - "extension" : [ + "collection": { + "collectedDateTime": "2023-05-06T06:00:00-05:00", + "_collectedDateTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506060000-0500" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230506060000-0500" } ] } @@ -1990,275 +2020,323 @@ } }, { - "fullUrl" : "ServiceRequest/1726681492644006000.cba3ce33-4a32-4756-8991-cd4c93e667c9", - "resource" : { - "resourceType" : "ServiceRequest", - "id" : "1726681492644006000.cba3ce33-4a32-4756-8991-cd4c93e667c9", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", - "valueCode" : "NW" + "fullUrl": "ServiceRequest/1731693499410541000.44604b6d-c242-4fa8-8ae6-9d66a3e6f8f6", + "resource": { + "resourceType": "ServiceRequest", + "id": "1731693499410541000.44604b6d-c242-4fa8-8ae6-9d66a3e6f8f6", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", + "valueCode": "NW" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", - "valueString" : "20230506052913-0500" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", + "valueString": "20230506052913-0500" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/orc-common-order", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/orc-common-order", + "extension": [ { - "url" : "orc-21-ordering-facility-name", - "valueReference" : { - "reference" : "Organization/1726681492641945000.9f5a3115-e1c7-4b81-acd0-5ee33ab3af95" + "url": "orc-21-ordering-facility-name", + "valueReference": { + "reference": "Organization/1731693499407045000.0405b8a0-2641-44bd-bead-9f864439e87c" } }, { - "url" : "orc-21-ordering-facility-name", - "valueReference" : { - "reference" : "Organization/1726681492642419000.74f305db-5a72-4d9f-b1b1-147bf46fe812" + "url": "orc-21-ordering-facility-name", + "valueReference": { + "reference": "Organization/1731693499407702000.179c5b71-0abd-4ca5-90f6-39bfddfae2e4" } }, { - "url" : "orc-12-ordering-provider", - "valueReference" : { - "reference" : "Practitioner/1726681492643096000.0d4b4565-fa10-4992-b4a8-becf558b8dec" + "url": "orc-12-ordering-provider", + "valueReference": { + "reference": "Practitioner/1731693499408540000.b160605f-1ac2-4c93-a4a2-1701d568b747" } } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", + "extension": [ { - "url" : "OBR.2", - "valueIdentifier" : { - "extension" : [ + "url": "OBR.2", + "valueIdentifier": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "EPIC" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "EPIC" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "1.2.840.114350.1.13.145.2.7.2.695071" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "1.2.840.114350.1.13.145.2.7.2.695071" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "value" : "421832901" + "value": "421832901" + } + }, + { + "url": "OBR.15.1", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "440500007" + } + ] + } + }, + { + "url": "OBR.15.2", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "Blood spot specimen" + } + ] + } + }, + { + "url": "OBR.15.3", + "valueString": "SCT" + }, + { + "url": "OBR.7", + "valueDateTime": "2023-05-06T05:00:00Z", + "_valueDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230506050000" + } + ] } } ] } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "ORC.2" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "EPIC" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "EPIC" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "1.2.840.114350.1.13.145.2.7.2.695071" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "1.2.840.114350.1.13.145.2.7.2.695071" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PLAC" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "PLAC" } ] }, - "value" : "421832901" + "value": "421832901" } ], - "status" : "unknown", - "code" : { - "coding" : [ + "status": "unknown", + "code": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" } ], - "system" : "http://loinc.org", - "code" : "54089-8", - "display" : "Newborn screening panel American Health Information Community (AHIC)" + "system": "http://loinc.org", + "code": "54089-8", + "display": "Newborn screening panel American Health Information Community (AHIC)" } ] }, - "subject" : { - "reference" : "Patient/1726681492493392000.82a9acae-6ab9-467e-b92b-735a808cde8c" + "subject": { + "reference": "Patient/1731693499244826000.1ec96b37-a200-45f6-8524-0d9bf4773a65" }, - "authoredOn" : "2023-05-06T05:29:13-05:00", - "_authoredOn" : { - "extension" : [ + "authoredOn": "2023-05-06T05:29:13-05:00", + "_authoredOn": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506052913-0500" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230506052913-0500" } ] }, - "requester" : { - "reference" : "PractitionerRole/1726681492639136000.d4cb865c-1dbc-458a-aeee-4e353e11c314" + "requester": { + "reference": "PractitionerRole/1731693499401922000.0288ec12-86a2-4087-850a-9b78b3d26b72" }, - "supportingInfo" : [ + "supportingInfo": [ { - "reference" : "Observation/1726681492502864000.c02d636a-6733-4db1-9a05-98f2dbff71fd" + "reference": "Observation/1731693499254154000.dd4e0899-fbb3-4fae-8a44-c25a4a1b1943" }, { - "reference" : "Observation/1726681492505294000.25e21bd9-8244-4398-8722-bfaac9a6e875" + "reference": "Observation/1731693499256643000.f3d87add-5a46-4983-aad6-dc4937663363" }, { - "reference" : "Observation/1726681492507390000.09f9b155-2775-4212-8670-f5b558ad6389" + "reference": "Observation/1731693499258634000.3dad0e71-dda0-40d4-8fe9-8ab9b08dbad7" }, { - "reference" : "Observation/1726681492509157000.c220f0f1-f17e-4dcc-b483-8384fb764c30" + "reference": "Observation/1731693499260502000.5055910a-809e-4bba-bdab-76843a177460" }, { - "reference" : "Observation/1726681492510785000.a0cc0b9a-52e3-4410-b1fd-d22aba3b06c0" + "reference": "Observation/1731693499262109000.997e1625-6c27-4a81-9060-68c36c79910f" }, { - "reference" : "Observation/1726681492513068000.65109631-48cc-4490-b644-95e448d4e852" + "reference": "Observation/1731693499263903000.ff9328b6-2aeb-4a06-b5ce-f194c1b4343b" }, { - "reference" : "Observation/1726681492514904000.a0b6424a-acc9-4ec8-bac1-eb4d84146150" + "reference": "Observation/1731693499265894000.4be5c4d9-daca-4249-871b-b5e9b2299e64" }, { - "reference" : "Observation/1726681492516655000.24e44cdd-01f6-495d-81c9-8ca178b20623" + "reference": "Observation/1731693499267278000.4f9e6cd4-2d27-4ae0-8a4a-c11557902264" }, { - "reference" : "Observation/1726681492518122000.34be2e23-9fcb-4841-bb82-21ac92f5e88f" + "reference": "Observation/1731693499270093000.7eecd56f-a1b0-4342-87af-2236a11d5f06" }, { - "reference" : "Observation/1726681492519165000.07f0cdb5-071d-4699-9fe1-feeb50d18ee1" + "reference": "Observation/1731693499271474000.ccb6c726-3d31-4904-8c4a-b8bb8cab6b7f" }, { - "reference" : "Observation/1726681492521073000.e71f7a63-9494-4eb5-9f4c-17e3a584e380" + "reference": "Observation/1731693499272795000.2ead0280-0219-4455-a28a-52eedd24a781" }, { - "reference" : "Observation/1726681492522150000.dffa99af-cf3f-4635-9979-abd7a1b1f4d5" + "reference": "Observation/1731693499274060000.09f106cd-ca67-4226-90a5-f555890d98f0" } ], - "specimen" : [ + "specimen": [ { - "reference" : "Specimen/1727313792888577000.a67f4df4-1f53-4021-9d02-348da64f37b6" + "reference": "Specimen/1731693499401246000.af41b374-d90e-4385-a6cd-34a15a4956c7" }, { - "reference" : "Specimen/1727313792886618000.d45f77c7-ecb4-4a11-a10c-ae901a61957a" + "reference": "Specimen/1731693499399056000.cb3e6b3e-2c30-44ec-aad9-1d5caaac8e04" } ] } }, { - "fullUrl" : "Organization/1726681492639344000.e2d9306c-68d1-4791-960b-9178e657382d", - "resource" : { - "resourceType" : "Organization", - "id" : "1726681492639344000.e2d9306c-68d1-4791-960b-9178e657382d", - "identifier" : [ + "fullUrl": "Organization/1731693499402155000.5e0feb3b-43d1-4413-8114-1f9bb184ce9e", + "resource": { + "resourceType": "Organization", + "id": "1731693499402155000.5e0feb3b-43d1-4413-8114-1f9bb184ce9e", + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" } ], - "value" : "NPI" + "value": "NPI" } ] } }, { - "fullUrl" : "Practitioner/1726681492639901000.8cf23e0c-cbbe-439a-8314-ef797620db05", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1726681492639901000.8cf23e0c-cbbe-439a-8314-ef797620db05", - "extension" : [ + "fullUrl": "Practitioner/1731693499403117000.ad293f7d-eb9c-4c41-b727-0a5e50b319de", + "resource": { + "resourceType": "Practitioner", + "id": "1731693499403117000.ad293f7d-eb9c-4c41-b727-0a5e50b319de", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "NPI" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "NPI" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-unknown-type" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-unknown-type" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ { - "url" : "XCN.3", - "valueString" : "JANE" + "url": "XCN.3", + "valueString": "JANE" }, { - "url" : "XCN.10", - "valueString" : "L" + "url": "XCN.10", + "valueString": "L" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.12" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "ORC.12" } ], - "identifier" : [ + "identifier": [ { - "type" : { - "coding" : [ + "type": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true } ], - "code" : "NPI" + "code": "NPI" } ] }, - "value" : "1265136360", - "assigner" : { - "reference" : "Organization/1726681492639344000.e2d9306c-68d1-4791-960b-9178e657382d" + "value": "1265136360", + "assigner": { + "reference": "Organization/1731693499402155000.5e0feb3b-43d1-4413-8114-1f9bb184ce9e" } } ], - "name" : [ + "name": [ { - "use" : "official", - "family" : "JONES", - "given" : [ + "use": "official", + "family": "JONES", + "given": [ "JANE" ] } @@ -2266,334 +2344,334 @@ } }, { - "fullUrl" : "Organization/1726681492640505000.d15bca18-6c50-4720-8e35-b67d67d378c0", - "resource" : { - "resourceType" : "Organization", - "id" : "1726681492640505000.d15bca18-6c50-4720-8e35-b67d67d378c0", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ + "fullUrl": "Organization/1731693499404212000.25916871-3bc5-4803-a2f1-d784fb317b55", + "resource": { + "resourceType": "Organization", + "id": "1731693499404212000.25916871-3bc5-4803-a2f1-d784fb317b55", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" } ], - "coding" : [ + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "L" + "code": "L" } ] } } ], - "code" : "L" + "code": "L" } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ { - "url" : "XON.10", - "valueString" : "1043269798" + "url": "XON.10", + "valueString": "1043269798" } ] } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "CMS" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "CMS" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-unknown-type" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-unknown-type" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type" } ] } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "NPI" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "NPI" } ] }, - "value" : "1043269798" + "value": "1043269798" } ], - "name" : "ST. CLOUD HOSPITAL" + "name": "ST. CLOUD HOSPITAL" } }, { - "fullUrl" : "PractitionerRole/1726681492639136000.d4cb865c-1dbc-458a-aeee-4e353e11c314", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1726681492639136000.d4cb865c-1dbc-458a-aeee-4e353e11c314", - "practitioner" : { - "reference" : "Practitioner/1726681492639901000.8cf23e0c-cbbe-439a-8314-ef797620db05" + "fullUrl": "PractitionerRole/1731693499401922000.0288ec12-86a2-4087-850a-9b78b3d26b72", + "resource": { + "resourceType": "PractitionerRole", + "id": "1731693499401922000.0288ec12-86a2-4087-850a-9b78b3d26b72", + "practitioner": { + "reference": "Practitioner/1731693499403117000.ad293f7d-eb9c-4c41-b727-0a5e50b319de" }, - "organization" : { - "reference" : "Organization/1726681492640505000.d15bca18-6c50-4720-8e35-b67d67d378c0" + "organization": { + "reference": "Organization/1731693499404212000.25916871-3bc5-4803-a2f1-d784fb317b55" } } }, { - "fullUrl" : "Organization/1726681492641945000.9f5a3115-e1c7-4b81-acd0-5ee33ab3af95", - "resource" : { - "resourceType" : "Organization", - "id" : "1726681492641945000.9f5a3115-e1c7-4b81-acd0-5ee33ab3af95", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ + "fullUrl": "Organization/1731693499407045000.0405b8a0-2641-44bd-bead-9f864439e87c", + "resource": { + "resourceType": "Organization", + "id": "1731693499407045000.0405b8a0-2641-44bd-bead-9f864439e87c", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" } ], - "coding" : [ + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "L" + "code": "L" } ] } } ], - "code" : "L" + "code": "L" } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ { - "url" : "XON.10", - "valueString" : "1043269798" + "url": "XON.10", + "valueString": "1043269798" } ] } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "CMS" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "CMS" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-unknown-type" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-unknown-type" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type" } ] } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "NPI" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "NPI" } ] }, - "value" : "1043269798" + "value": "1043269798" } ], - "name" : "ST. CLOUD HOSPITAL" + "name": "ST. CLOUD HOSPITAL" } }, { - "fullUrl" : "Organization/1726681492642419000.74f305db-5a72-4d9f-b1b1-147bf46fe812", - "resource" : { - "resourceType" : "Organization", - "id" : "1726681492642419000.74f305db-5a72-4d9f-b1b1-147bf46fe812", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ + "fullUrl": "Organization/1731693499407702000.179c5b71-0abd-4ca5-90f6-39bfddfae2e4", + "resource": { + "resourceType": "Organization", + "id": "1731693499407702000.179c5b71-0abd-4ca5-90f6-39bfddfae2e4", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" } ], - "coding" : [ + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "L" + "code": "L" } ] } } ], - "code" : "L" + "code": "L" } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ { - "url" : "XON.10", - "valueString" : "739" + "url": "XON.10", + "valueString": "739" } ] } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "MN Public Health Lab" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "MN Public Health Lab" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-unknown-type" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-unknown-type" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type" } ] } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "NPI" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "NPI" } ] }, - "value" : "739" + "value": "739" } ], - "name" : "ST. CLOUD HOSPITAL" + "name": "ST. CLOUD HOSPITAL" } }, { - "fullUrl" : "Organization/1726681492642638000.8e9bb0fe-241b-4847-9373-a1f70572c83b", - "resource" : { - "resourceType" : "Organization", - "id" : "1726681492642638000.8e9bb0fe-241b-4847-9373-a1f70572c83b", - "identifier" : [ + "fullUrl": "Organization/1731693499407971000.145351e1-d9b0-49ce-a7a4-288a71734f66", + "resource": { + "resourceType": "Organization", + "id": "1731693499407971000.145351e1-d9b0-49ce-a7a4-288a71734f66", + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" } ], - "value" : "NPI" + "value": "NPI" } ] } }, { - "fullUrl" : "Practitioner/1726681492643096000.0d4b4565-fa10-4992-b4a8-becf558b8dec", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1726681492643096000.0d4b4565-fa10-4992-b4a8-becf558b8dec", - "extension" : [ + "fullUrl": "Practitioner/1731693499408540000.b160605f-1ac2-4c93-a4a2-1701d568b747", + "resource": { + "resourceType": "Practitioner", + "id": "1731693499408540000.b160605f-1ac2-4c93-a4a2-1701d568b747", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "NPI" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "NPI" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-unknown-type" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-unknown-type" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ { - "url" : "XCN.3", - "valueString" : "JANE" + "url": "XCN.3", + "valueString": "JANE" }, { - "url" : "XCN.10", - "valueString" : "L" + "url": "XCN.10", + "valueString": "L" } ] } ], - "identifier" : [ + "identifier": [ { - "type" : { - "coding" : [ + "type": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true } ], - "code" : "NPI" + "code": "NPI" } ] }, - "value" : "1265136360", - "assigner" : { - "reference" : "Organization/1726681492642638000.8e9bb0fe-241b-4847-9373-a1f70572c83b" + "value": "1265136360", + "assigner": { + "reference": "Organization/1731693499407971000.145351e1-d9b0-49ce-a7a4-288a71734f66" } } ], - "name" : [ + "name": [ { - "use" : "official", - "family" : "JONES", - "given" : [ + "use": "official", + "family": "JONES", + "given": [ "JANE" ] } diff --git a/prime-router/src/testIntegration/resources/datatests/HL7_to_FHIR/sample_orm_20230809-001-with-enrichment.fhir b/prime-router/src/testIntegration/resources/datatests/HL7_to_FHIR/sample_orm_20230809-001-with-enrichment.fhir index 8e4acc4e7c9..26c7651065d 100644 --- a/prime-router/src/testIntegration/resources/datatests/HL7_to_FHIR/sample_orm_20230809-001-with-enrichment.fhir +++ b/prime-router/src/testIntegration/resources/datatests/HL7_to_FHIR/sample_orm_20230809-001-with-enrichment.fhir @@ -1658,6 +1658,54 @@ ], "value" : "421832901" } + }, + { + "url" : "OBR.15.1", + "valueCodeableConcept" : { + "coding" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } + ], + "code" : "440500007" + } + ] + } + }, + { + "url" : "OBR.15.2", + "valueCodeableConcept" : { + "coding" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } + ], + "code" : "Blood spot specimen" + } + ] + } + }, + { + "url" : "OBR.15.3", + "valueString" : "SCT" + }, + { + "url" : "OBR.7", + "valueDateTime" : "2023-05-06T05:00:00Z", + "_valueDateTime" : { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20230506050000" + } + ] + } } ] } diff --git a/prime-router/src/testIntegration/resources/datatests/HL7_to_FHIR/sample_orm_20230809-001.fhir b/prime-router/src/testIntegration/resources/datatests/HL7_to_FHIR/sample_orm_20230809-001.fhir index 25b5f7e9975..4e8f816eff7 100644 --- a/prime-router/src/testIntegration/resources/datatests/HL7_to_FHIR/sample_orm_20230809-001.fhir +++ b/prime-router/src/testIntegration/resources/datatests/HL7_to_FHIR/sample_orm_20230809-001.fhir @@ -1656,6 +1656,54 @@ ], "value" : "421832901" } + }, + { + "url" : "OBR.15.1", + "valueCodeableConcept" : { + "coding" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } + ], + "code" : "440500007" + } + ] + } + }, + { + "url" : "OBR.15.2", + "valueCodeableConcept" : { + "coding" : [ + { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } + ], + "code" : "Blood spot specimen" + } + ] + } + }, + { + "url" : "OBR.15.3", + "valueString" : "SCT" + }, + { + "url" : "OBR.7", + "valueDateTime" : "2023-05-06T05:00:00Z", + "_valueDateTime" : { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20230506050000" + } + ] + } } ] } diff --git a/prime-router/src/testIntegration/resources/datatests/HL7_to_FHIR/sample_oru_20241015-001.fhir b/prime-router/src/testIntegration/resources/datatests/HL7_to_FHIR/sample_oru_20241015-001.fhir index 825d26e4e1f..7a867edd798 100644 --- a/prime-router/src/testIntegration/resources/datatests/HL7_to_FHIR/sample_oru_20241015-001.fhir +++ b/prime-router/src/testIntegration/resources/datatests/HL7_to_FHIR/sample_oru_20241015-001.fhir @@ -450,6 +450,22 @@ } } ], + "relationship": [ + { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "MTH", + "display": "Mother" + } + ] + } + ], "name": { "family": "CDPHSIX" }, @@ -14207,7 +14223,18 @@ "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", "valueString": "OBR" } - ] + ], + "collection": { + "collectedDateTime": "2024-10-15T03:35:00Z", + "_collectedDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "202410150335" + } + ] + } + } } }, { @@ -14220,7 +14247,18 @@ "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", "valueString": "OBR" } - ] + ], + "collection": { + "collectedDateTime": "2024-10-15T15:35:00Z", + "_collectedDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "202410151535" + } + ] + } + } } }, { @@ -14233,7 +14271,18 @@ "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", "valueString": "OBR" } - ] + ], + "collection": { + "collectedDateTime": "2024-10-15T15:35:00Z", + "_collectedDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "202410151535" + } + ] + } + } } }, { @@ -14246,7 +14295,18 @@ "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", "valueString": "OBR" } - ] + ], + "collection": { + "collectedDateTime": "2024-10-15T03:35:00Z", + "_collectedDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "202410150335" + } + ] + } + } } }, { @@ -14259,7 +14319,18 @@ "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", "valueString": "OBR" } - ] + ], + "collection": { + "collectedDateTime": "2024-10-15T03:35:00Z", + "_collectedDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "202410150335" + } + ] + } + } } }, { @@ -14272,7 +14343,18 @@ "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", "valueString": "OBR" } - ] + ], + "collection": { + "collectedDateTime": "2024-10-15T03:35:00Z", + "_collectedDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "202410150335" + } + ] + } + } } }, { @@ -14285,7 +14367,18 @@ "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", "valueString": "OBR" } - ] + ], + "collection": { + "collectedDateTime": "2024-10-15T03:35:00Z", + "_collectedDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "202410150335" + } + ] + } + } } }, { @@ -14298,7 +14391,18 @@ "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", "valueString": "OBR" } - ] + ], + "collection": { + "collectedDateTime": "2024-10-15T03:35:00Z", + "_collectedDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "202410150335" + } + ] + } + } } }, { @@ -14311,7 +14415,18 @@ "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", "valueString": "OBR" } - ] + ], + "collection": { + "collectedDateTime": "2024-10-15T03:35:00Z", + "_collectedDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "202410150335" + } + ] + } + } } }, { @@ -14324,7 +14439,18 @@ "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", "valueString": "OBR" } - ] + ], + "collection": { + "collectedDateTime": "2024-10-15T03:35:00Z", + "_collectedDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "202410150335" + } + ] + } + } } }, { @@ -14337,7 +14463,18 @@ "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", "valueString": "OBR" } - ] + ], + "collection": { + "collectedDateTime": "2024-10-15T03:35:00Z", + "_collectedDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "202410150335" + } + ] + } + } } }, { @@ -14350,7 +14487,18 @@ "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", "valueString": "OBR" } - ] + ], + "collection": { + "collectedDateTime": "2024-10-15T03:35:00Z", + "_collectedDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "202410150335" + } + ] + } + } } }, { @@ -14363,7 +14511,18 @@ "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", "valueString": "OBR" } - ] + ], + "collection": { + "collectedDateTime": "2024-10-15T03:35:00Z", + "_collectedDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "202410150335" + } + ] + } + } } }, { @@ -14376,7 +14535,18 @@ "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", "valueString": "OBR" } - ] + ], + "collection": { + "collectedDateTime": "2024-10-15T03:35:00Z", + "_collectedDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "202410150335" + } + ] + } + } } }, { @@ -14389,7 +14559,18 @@ "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", "valueString": "OBR" } - ] + ], + "collection": { + "collectedDateTime": "2024-10-15T03:35:00Z", + "_collectedDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "202410150335" + } + ] + } + } } }, { @@ -14402,7 +14583,18 @@ "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", "valueString": "OBR" } - ] + ], + "collection": { + "collectedDateTime": "2024-10-15T03:35:00Z", + "_collectedDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "202410150335" + } + ] + } + } } }, { @@ -14415,7 +14607,18 @@ "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", "valueString": "OBR" } - ] + ], + "collection": { + "collectedDateTime": "2024-10-15T03:35:00Z", + "_collectedDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "202410150335" + } + ] + } + } } }, { @@ -14428,7 +14631,18 @@ "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", "valueString": "OBR" } - ] + ], + "collection": { + "collectedDateTime": "2024-10-15T03:35:00Z", + "_collectedDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "202410150335" + } + ] + } + } } }, { @@ -14441,7 +14655,18 @@ "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", "valueString": "OBR" } - ] + ], + "collection": { + "collectedDateTime": "2024-10-15T03:35:00Z", + "_collectedDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "202410150335" + } + ] + } + } } }, { @@ -14454,7 +14679,18 @@ "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", "valueString": "OBR" } - ] + ], + "collection": { + "collectedDateTime": "2024-10-15T03:35:00Z", + "_collectedDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "202410150335" + } + ] + } + } } }, { @@ -14531,6 +14767,12 @@ "value": "55555555" } }, + { + "url": "OBR.16", + "valueReference": { + "reference": "Practitioner/1731693602713184000.734a188a-2520-4f05-bf34-6622b15dbab7" + } + }, { "url": "OBR.22", "valueString": "20241015034304" @@ -14540,9 +14782,15 @@ "valueId": "F" }, { - "url": "OBR.16", - "valueReference": { - "reference": "Practitioner/1729025865259286197.346a3816-311c-4378-beab-801edd9b75b8" + "url": "OBR.7", + "valueDateTime": "2024-10-15T03:35:00Z", + "_valueDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "202410150335" + } + ] } } ] @@ -14807,10 +15055,10 @@ } }, { - "fullUrl": "Practitioner/1729025865259286197.346a3816-311c-4378-beab-801edd9b75b8", + "fullUrl": "Practitioner/1731693602713184000.734a188a-2520-4f05-bf34-6622b15dbab7", "resource": { "resourceType": "Practitioner", - "id": "1729025865259286197.346a3816-311c-4378-beab-801edd9b75b8", + "id": "1731693602713184000.734a188a-2520-4f05-bf34-6622b15dbab7", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", @@ -14841,6 +15089,12 @@ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", "extension": [ + { + "url": "OBR.16", + "valueReference": { + "reference": "Practitioner/1731693602715782000.9b3bc61b-45b4-450e-862b-7b10e639b4db" + } + }, { "url": "OBR.22", "valueString": "20241015034304" @@ -14850,9 +15104,15 @@ "valueId": "F" }, { - "url": "OBR.16", - "valueReference": { - "reference": "Practitioner/1729025865274418038.e663574d-f32d-46d5-a9cc-afb5b456037e" + "url": "OBR.7", + "valueDateTime": "2024-10-15T15:35:00Z", + "_valueDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "202410151535" + } + ] } } ] @@ -14940,10 +15200,10 @@ } }, { - "fullUrl": "Practitioner/1729025865274418038.e663574d-f32d-46d5-a9cc-afb5b456037e", + "fullUrl": "Practitioner/1731693602715782000.9b3bc61b-45b4-450e-862b-7b10e639b4db", "resource": { "resourceType": "Practitioner", - "id": "1729025865274418038.e663574d-f32d-46d5-a9cc-afb5b456037e", + "id": "1731693602715782000.9b3bc61b-45b4-450e-862b-7b10e639b4db", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", @@ -14974,6 +15234,12 @@ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", "extension": [ + { + "url": "OBR.16", + "valueReference": { + "reference": "Practitioner/1731693602718412000.51cfb819-c199-4852-a0e7-c0e4f3ad4c8f" + } + }, { "url": "OBR.22", "valueString": "20241015034304" @@ -14983,9 +15249,15 @@ "valueId": "F" }, { - "url": "OBR.16", - "valueReference": { - "reference": "Practitioner/1729025865288484220.ff33ae57-9ee3-4143-bbe7-1f571cd5a166" + "url": "OBR.7", + "valueDateTime": "2024-10-15T15:35:00Z", + "_valueDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "202410151535" + } + ] } } ] @@ -15073,10 +15345,10 @@ } }, { - "fullUrl": "Practitioner/1729025865288484220.ff33ae57-9ee3-4143-bbe7-1f571cd5a166", + "fullUrl": "Practitioner/1731693602718412000.51cfb819-c199-4852-a0e7-c0e4f3ad4c8f", "resource": { "resourceType": "Practitioner", - "id": "1729025865288484220.ff33ae57-9ee3-4143-bbe7-1f571cd5a166", + "id": "1731693602718412000.51cfb819-c199-4852-a0e7-c0e4f3ad4c8f", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", @@ -15107,6 +15379,12 @@ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", "extension": [ + { + "url": "OBR.16", + "valueReference": { + "reference": "Practitioner/1731693602720664000.6053b7ca-d471-40a1-9d44-67d93cafb3af" + } + }, { "url": "OBR.22", "valueString": "20241015034304" @@ -15116,9 +15394,15 @@ "valueId": "F" }, { - "url": "OBR.16", - "valueReference": { - "reference": "Practitioner/1729025865302786215.5b5dc9e8-8430-4c2a-80cd-bb5ea867af4c" + "url": "OBR.7", + "valueDateTime": "2024-10-15T03:35:00Z", + "_valueDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "202410150335" + } + ] } } ] @@ -15206,10 +15490,10 @@ } }, { - "fullUrl": "Practitioner/1729025865302786215.5b5dc9e8-8430-4c2a-80cd-bb5ea867af4c", + "fullUrl": "Practitioner/1731693602720664000.6053b7ca-d471-40a1-9d44-67d93cafb3af", "resource": { "resourceType": "Practitioner", - "id": "1729025865302786215.5b5dc9e8-8430-4c2a-80cd-bb5ea867af4c", + "id": "1731693602720664000.6053b7ca-d471-40a1-9d44-67d93cafb3af", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", @@ -15240,6 +15524,12 @@ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", "extension": [ + { + "url": "OBR.16", + "valueReference": { + "reference": "Practitioner/1731693602722936000.05f7e286-9982-437c-8960-771942e12635" + } + }, { "url": "OBR.22", "valueString": "20241015034304" @@ -15249,9 +15539,15 @@ "valueId": "F" }, { - "url": "OBR.16", - "valueReference": { - "reference": "Practitioner/1729025865334206662.6f2a02d3-2252-4ed3-b792-440aef2f0520" + "url": "OBR.7", + "valueDateTime": "2024-10-15T03:35:00Z", + "_valueDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "202410150335" + } + ] } } ] @@ -15339,10 +15635,10 @@ } }, { - "fullUrl": "Practitioner/1729025865334206662.6f2a02d3-2252-4ed3-b792-440aef2f0520", + "fullUrl": "Practitioner/1731693602722936000.05f7e286-9982-437c-8960-771942e12635", "resource": { "resourceType": "Practitioner", - "id": "1729025865334206662.6f2a02d3-2252-4ed3-b792-440aef2f0520", + "id": "1731693602722936000.05f7e286-9982-437c-8960-771942e12635", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", @@ -15373,6 +15669,12 @@ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", "extension": [ + { + "url": "OBR.16", + "valueReference": { + "reference": "Practitioner/1731693602733178000.4956bd78-e583-4ee8-b665-62d60279f2be" + } + }, { "url": "OBR.22", "valueString": "20241015034304" @@ -15382,9 +15684,15 @@ "valueId": "F" }, { - "url": "OBR.16", - "valueReference": { - "reference": "Practitioner/1729025865349254698.75e18fa4-d581-400f-974a-f57ed2eaaa7d" + "url": "OBR.7", + "valueDateTime": "2024-10-15T03:35:00Z", + "_valueDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "202410150335" + } + ] } } ] @@ -15472,10 +15780,10 @@ } }, { - "fullUrl": "Practitioner/1729025865349254698.75e18fa4-d581-400f-974a-f57ed2eaaa7d", + "fullUrl": "Practitioner/1731693602733178000.4956bd78-e583-4ee8-b665-62d60279f2be", "resource": { "resourceType": "Practitioner", - "id": "1729025865349254698.75e18fa4-d581-400f-974a-f57ed2eaaa7d", + "id": "1731693602733178000.4956bd78-e583-4ee8-b665-62d60279f2be", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", @@ -15506,6 +15814,12 @@ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", "extension": [ + { + "url": "OBR.16", + "valueReference": { + "reference": "Practitioner/1731693602735825000.ca2d0314-066b-4c6a-bca7-fad2712cd68e" + } + }, { "url": "OBR.22", "valueString": "20241015034304" @@ -15515,9 +15829,15 @@ "valueId": "F" }, { - "url": "OBR.16", - "valueReference": { - "reference": "Practitioner/1729025865364623153.c29075d3-d3fb-4fcd-95eb-9b541c22a400" + "url": "OBR.7", + "valueDateTime": "2024-10-15T03:35:00Z", + "_valueDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "202410150335" + } + ] } } ] @@ -15605,10 +15925,10 @@ } }, { - "fullUrl": "Practitioner/1729025865364623153.c29075d3-d3fb-4fcd-95eb-9b541c22a400", + "fullUrl": "Practitioner/1731693602735825000.ca2d0314-066b-4c6a-bca7-fad2712cd68e", "resource": { "resourceType": "Practitioner", - "id": "1729025865364623153.c29075d3-d3fb-4fcd-95eb-9b541c22a400", + "id": "1731693602735825000.ca2d0314-066b-4c6a-bca7-fad2712cd68e", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", @@ -15639,6 +15959,12 @@ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", "extension": [ + { + "url": "OBR.16", + "valueReference": { + "reference": "Practitioner/1731693602738103000.6db2d6da-4963-4eca-a9b2-c3f32faa3448" + } + }, { "url": "OBR.22", "valueString": "20241015034304" @@ -15648,9 +15974,15 @@ "valueId": "F" }, { - "url": "OBR.16", - "valueReference": { - "reference": "Practitioner/1729025865382820865.a396a3e5-8337-4ba2-8156-55fe16dedbe9" + "url": "OBR.7", + "valueDateTime": "2024-10-15T03:35:00Z", + "_valueDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "202410150335" + } + ] } } ] @@ -15738,10 +16070,10 @@ } }, { - "fullUrl": "Practitioner/1729025865382820865.a396a3e5-8337-4ba2-8156-55fe16dedbe9", + "fullUrl": "Practitioner/1731693602738103000.6db2d6da-4963-4eca-a9b2-c3f32faa3448", "resource": { "resourceType": "Practitioner", - "id": "1729025865382820865.a396a3e5-8337-4ba2-8156-55fe16dedbe9", + "id": "1731693602738103000.6db2d6da-4963-4eca-a9b2-c3f32faa3448", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", @@ -15772,6 +16104,12 @@ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", "extension": [ + { + "url": "OBR.16", + "valueReference": { + "reference": "Practitioner/1731693602740434000.0f65a61d-eabc-47ec-9a81-4f12f491d04c" + } + }, { "url": "OBR.22", "valueString": "20241015034304" @@ -15781,9 +16119,15 @@ "valueId": "F" }, { - "url": "OBR.16", - "valueReference": { - "reference": "Practitioner/1729025865400018421.bbfd232a-a5bd-4ca2-aeaf-92c8b64acbde" + "url": "OBR.7", + "valueDateTime": "2024-10-15T03:35:00Z", + "_valueDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "202410150335" + } + ] } } ] @@ -15871,10 +16215,10 @@ } }, { - "fullUrl": "Practitioner/1729025865400018421.bbfd232a-a5bd-4ca2-aeaf-92c8b64acbde", + "fullUrl": "Practitioner/1731693602740434000.0f65a61d-eabc-47ec-9a81-4f12f491d04c", "resource": { "resourceType": "Practitioner", - "id": "1729025865400018421.bbfd232a-a5bd-4ca2-aeaf-92c8b64acbde", + "id": "1731693602740434000.0f65a61d-eabc-47ec-9a81-4f12f491d04c", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", @@ -15905,6 +16249,12 @@ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", "extension": [ + { + "url": "OBR.16", + "valueReference": { + "reference": "Practitioner/1731693602742639000.75de4f5e-8ff9-420a-89c7-dfc96b021b47" + } + }, { "url": "OBR.22", "valueString": "20241015034304" @@ -15914,9 +16264,15 @@ "valueId": "F" }, { - "url": "OBR.16", - "valueReference": { - "reference": "Practitioner/1729025865415003354.518deaef-14ae-47e2-a0e2-f3953f8a42b1" + "url": "OBR.7", + "valueDateTime": "2024-10-15T03:35:00Z", + "_valueDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "202410150335" + } + ] } } ] @@ -16004,10 +16360,10 @@ } }, { - "fullUrl": "Practitioner/1729025865415003354.518deaef-14ae-47e2-a0e2-f3953f8a42b1", + "fullUrl": "Practitioner/1731693602742639000.75de4f5e-8ff9-420a-89c7-dfc96b021b47", "resource": { "resourceType": "Practitioner", - "id": "1729025865415003354.518deaef-14ae-47e2-a0e2-f3953f8a42b1", + "id": "1731693602742639000.75de4f5e-8ff9-420a-89c7-dfc96b021b47", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", @@ -16038,6 +16394,12 @@ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", "extension": [ + { + "url": "OBR.16", + "valueReference": { + "reference": "Practitioner/1731693602744828000.d18eacd1-7729-4580-bf63-d069b7733864" + } + }, { "url": "OBR.22", "valueString": "20241015034304" @@ -16047,9 +16409,15 @@ "valueId": "F" }, { - "url": "OBR.16", - "valueReference": { - "reference": "Practitioner/1729025865429841279.b8ebe18d-2976-470f-8370-cdaa47b5190f" + "url": "OBR.7", + "valueDateTime": "2024-10-15T03:35:00Z", + "_valueDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "202410150335" + } + ] } } ] @@ -16137,10 +16505,10 @@ } }, { - "fullUrl": "Practitioner/1729025865429841279.b8ebe18d-2976-470f-8370-cdaa47b5190f", + "fullUrl": "Practitioner/1731693602744828000.d18eacd1-7729-4580-bf63-d069b7733864", "resource": { "resourceType": "Practitioner", - "id": "1729025865429841279.b8ebe18d-2976-470f-8370-cdaa47b5190f", + "id": "1731693602744828000.d18eacd1-7729-4580-bf63-d069b7733864", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", @@ -16171,6 +16539,12 @@ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", "extension": [ + { + "url": "OBR.16", + "valueReference": { + "reference": "Practitioner/1731693602747010000.53bd28ca-2e5e-4714-9eeb-113e6cb1404d" + } + }, { "url": "OBR.22", "valueString": "20241015034304" @@ -16180,9 +16554,15 @@ "valueId": "F" }, { - "url": "OBR.16", - "valueReference": { - "reference": "Practitioner/1729025865445277037.9fb23c6e-6525-4fa5-8656-ae2f9c93640e" + "url": "OBR.7", + "valueDateTime": "2024-10-15T03:35:00Z", + "_valueDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "202410150335" + } + ] } } ] @@ -16270,10 +16650,10 @@ } }, { - "fullUrl": "Practitioner/1729025865445277037.9fb23c6e-6525-4fa5-8656-ae2f9c93640e", + "fullUrl": "Practitioner/1731693602747010000.53bd28ca-2e5e-4714-9eeb-113e6cb1404d", "resource": { "resourceType": "Practitioner", - "id": "1729025865445277037.9fb23c6e-6525-4fa5-8656-ae2f9c93640e", + "id": "1731693602747010000.53bd28ca-2e5e-4714-9eeb-113e6cb1404d", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", @@ -16304,6 +16684,12 @@ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", "extension": [ + { + "url": "OBR.16", + "valueReference": { + "reference": "Practitioner/1731693602749196000.37010e13-9103-42e2-af39-78d621cd2956" + } + }, { "url": "OBR.22", "valueString": "20241015034304" @@ -16313,9 +16699,15 @@ "valueId": "F" }, { - "url": "OBR.16", - "valueReference": { - "reference": "Practitioner/1729025865460259370.b550f180-92c4-4c17-8ed2-14d222e2a005" + "url": "OBR.7", + "valueDateTime": "2024-10-15T03:35:00Z", + "_valueDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "202410150335" + } + ] } } ] @@ -16403,10 +16795,10 @@ } }, { - "fullUrl": "Practitioner/1729025865460259370.b550f180-92c4-4c17-8ed2-14d222e2a005", + "fullUrl": "Practitioner/1731693602749196000.37010e13-9103-42e2-af39-78d621cd2956", "resource": { "resourceType": "Practitioner", - "id": "1729025865460259370.b550f180-92c4-4c17-8ed2-14d222e2a005", + "id": "1731693602749196000.37010e13-9103-42e2-af39-78d621cd2956", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", @@ -16437,6 +16829,12 @@ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", "extension": [ + { + "url": "OBR.16", + "valueReference": { + "reference": "Practitioner/1731693602751351000.bc2bf032-9522-4e97-9d4e-aebb25c59820" + } + }, { "url": "OBR.22", "valueString": "20241015034304" @@ -16446,9 +16844,15 @@ "valueId": "F" }, { - "url": "OBR.16", - "valueReference": { - "reference": "Practitioner/1729025865474539664.110c834b-856b-4af7-a04a-022d97f85860" + "url": "OBR.7", + "valueDateTime": "2024-10-15T03:35:00Z", + "_valueDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "202410150335" + } + ] } } ] @@ -16536,10 +16940,10 @@ } }, { - "fullUrl": "Practitioner/1729025865474539664.110c834b-856b-4af7-a04a-022d97f85860", + "fullUrl": "Practitioner/1731693602751351000.bc2bf032-9522-4e97-9d4e-aebb25c59820", "resource": { "resourceType": "Practitioner", - "id": "1729025865474539664.110c834b-856b-4af7-a04a-022d97f85860", + "id": "1731693602751351000.bc2bf032-9522-4e97-9d4e-aebb25c59820", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", @@ -16570,6 +16974,12 @@ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", "extension": [ + { + "url": "OBR.16", + "valueReference": { + "reference": "Practitioner/1731693602753548000.d9176daf-bbdb-4940-947d-1c46642767f6" + } + }, { "url": "OBR.22", "valueString": "20241015034304" @@ -16579,9 +16989,15 @@ "valueId": "F" }, { - "url": "OBR.16", - "valueReference": { - "reference": "Practitioner/1729025865490316841.6b130d46-d6e4-416f-9703-6e3fcd64b1b7" + "url": "OBR.7", + "valueDateTime": "2024-10-15T03:35:00Z", + "_valueDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "202410150335" + } + ] } } ] @@ -16669,10 +17085,10 @@ } }, { - "fullUrl": "Practitioner/1729025865490316841.6b130d46-d6e4-416f-9703-6e3fcd64b1b7", + "fullUrl": "Practitioner/1731693602753548000.d9176daf-bbdb-4940-947d-1c46642767f6", "resource": { "resourceType": "Practitioner", - "id": "1729025865490316841.6b130d46-d6e4-416f-9703-6e3fcd64b1b7", + "id": "1731693602753548000.d9176daf-bbdb-4940-947d-1c46642767f6", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", @@ -16703,6 +17119,12 @@ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", "extension": [ + { + "url": "OBR.16", + "valueReference": { + "reference": "Practitioner/1731693602755700000.96bfb6e9-3e3d-4578-a3c5-70073e1b8c04" + } + }, { "url": "OBR.22", "valueString": "20241015034304" @@ -16712,9 +17134,15 @@ "valueId": "F" }, { - "url": "OBR.16", - "valueReference": { - "reference": "Practitioner/1729025865505065961.73827d17-696e-41f8-965f-8c0c3178618e" + "url": "OBR.7", + "valueDateTime": "2024-10-15T03:35:00Z", + "_valueDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "202410150335" + } + ] } } ] @@ -16802,10 +17230,10 @@ } }, { - "fullUrl": "Practitioner/1729025865505065961.73827d17-696e-41f8-965f-8c0c3178618e", + "fullUrl": "Practitioner/1731693602755700000.96bfb6e9-3e3d-4578-a3c5-70073e1b8c04", "resource": { "resourceType": "Practitioner", - "id": "1729025865505065961.73827d17-696e-41f8-965f-8c0c3178618e", + "id": "1731693602755700000.96bfb6e9-3e3d-4578-a3c5-70073e1b8c04", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", @@ -16836,6 +17264,12 @@ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", "extension": [ + { + "url": "OBR.16", + "valueReference": { + "reference": "Practitioner/1731693602757880000.b29654c1-31a2-4351-bdd5-5ad765a6592d" + } + }, { "url": "OBR.22", "valueString": "20241015034304" @@ -16845,9 +17279,15 @@ "valueId": "F" }, { - "url": "OBR.16", - "valueReference": { - "reference": "Practitioner/1729025865522358322.6e8d8944-8783-4d5f-ad00-57357e087549" + "url": "OBR.7", + "valueDateTime": "2024-10-15T03:35:00Z", + "_valueDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "202410150335" + } + ] } } ] @@ -16935,10 +17375,10 @@ } }, { - "fullUrl": "Practitioner/1729025865522358322.6e8d8944-8783-4d5f-ad00-57357e087549", + "fullUrl": "Practitioner/1731693602757880000.b29654c1-31a2-4351-bdd5-5ad765a6592d", "resource": { "resourceType": "Practitioner", - "id": "1729025865522358322.6e8d8944-8783-4d5f-ad00-57357e087549", + "id": "1731693602757880000.b29654c1-31a2-4351-bdd5-5ad765a6592d", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", @@ -16969,6 +17409,12 @@ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", "extension": [ + { + "url": "OBR.16", + "valueReference": { + "reference": "Practitioner/1731693602760044000.7f91a118-c072-4838-ae1a-e0dbfa446021" + } + }, { "url": "OBR.22", "valueString": "20241015034304" @@ -16978,9 +17424,15 @@ "valueId": "F" }, { - "url": "OBR.16", - "valueReference": { - "reference": "Practitioner/1729025865535416648.acae9afe-d587-455b-9247-069d6ec4643b" + "url": "OBR.7", + "valueDateTime": "2024-10-15T03:35:00Z", + "_valueDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "202410150335" + } + ] } } ] @@ -17068,10 +17520,10 @@ } }, { - "fullUrl": "Practitioner/1729025865535416648.acae9afe-d587-455b-9247-069d6ec4643b", + "fullUrl": "Practitioner/1731693602760044000.7f91a118-c072-4838-ae1a-e0dbfa446021", "resource": { "resourceType": "Practitioner", - "id": "1729025865535416648.acae9afe-d587-455b-9247-069d6ec4643b", + "id": "1731693602760044000.7f91a118-c072-4838-ae1a-e0dbfa446021", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", @@ -17102,6 +17554,12 @@ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", "extension": [ + { + "url": "OBR.16", + "valueReference": { + "reference": "Practitioner/1731693602762176000.415e4af4-0caa-467f-bda2-575d0efb347f" + } + }, { "url": "OBR.22", "valueString": "20241015034304" @@ -17111,9 +17569,15 @@ "valueId": "F" }, { - "url": "OBR.16", - "valueReference": { - "reference": "Practitioner/1729025865593660086.c3a3d3c1-400b-44e4-91b7-b43294c56b7d" + "url": "OBR.7", + "valueDateTime": "2024-10-15T03:35:00Z", + "_valueDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "202410150335" + } + ] } } ] @@ -17206,10 +17670,10 @@ } }, { - "fullUrl": "Practitioner/1729025865593660086.c3a3d3c1-400b-44e4-91b7-b43294c56b7d", + "fullUrl": "Practitioner/1731693602762176000.415e4af4-0caa-467f-bda2-575d0efb347f", "resource": { "resourceType": "Practitioner", - "id": "1729025865593660086.c3a3d3c1-400b-44e4-91b7-b43294c56b7d", + "id": "1731693602762176000.415e4af4-0caa-467f-bda2-575d0efb347f", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", @@ -17240,6 +17704,12 @@ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", "extension": [ + { + "url": "OBR.16", + "valueReference": { + "reference": "Practitioner/1731693602764326000.bb30014c-0830-4cc1-a234-aa3573ce7a81" + } + }, { "url": "OBR.22", "valueString": "20241015034304" @@ -17249,9 +17719,15 @@ "valueId": "F" }, { - "url": "OBR.16", - "valueReference": { - "reference": "Practitioner/1729025865680272601.0c1682e6-d771-497d-94a0-7ee2fa153165" + "url": "OBR.7", + "valueDateTime": "2024-10-15T03:35:00Z", + "_valueDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "202410150335" + } + ] } } ] @@ -17344,10 +17820,10 @@ } }, { - "fullUrl": "Practitioner/1729025865680272601.0c1682e6-d771-497d-94a0-7ee2fa153165", + "fullUrl": "Practitioner/1731693602764326000.bb30014c-0830-4cc1-a234-aa3573ce7a81", "resource": { "resourceType": "Practitioner", - "id": "1729025865680272601.0c1682e6-d771-497d-94a0-7ee2fa153165", + "id": "1731693602764326000.bb30014c-0830-4cc1-a234-aa3573ce7a81", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", diff --git a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/ei/EI-to-Identifier-Extension.fhir b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/ei/EI-to-Identifier-Extension.fhir index 7ab709265ae..c703f63d597 100644 --- a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/ei/EI-to-Identifier-Extension.fhir +++ b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/ei/EI-to-Identifier-Extension.fhir @@ -138,15 +138,24 @@ "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", "extension" : [ { + "url" : "OBR.16", + "valueReference" : { + "reference" : "Practitioner/1731634783563452000.70fb569b-0b26-4b24-88e5-9e3b5130b495" + } + }, { "url" : "OBR.22", "valueString" : "20230405133600-0400" }, { "url" : "OBR.25", "valueId" : "F" }, { - "url" : "OBR.16", - "valueReference" : { - "reference" : "Practitioner/1710882479459596000.dea2fa3a-c4d5-42c1-a425-7756c8c633fd" + "url" : "OBR.7", + "valueDateTime" : "2023-02-27", + "_valueDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20230227" + } ] } } ] } ], @@ -300,10 +309,10 @@ } ] } }, { - "fullUrl" : "Practitioner/1710882479459596000.dea2fa3a-c4d5-42c1-a425-7756c8c633fd", + "fullUrl" : "Practitioner/1731634783563452000.70fb569b-0b26-4b24-88e5-9e3b5130b495", "resource" : { "resourceType" : "Practitioner", - "id" : "1710882479459596000.dea2fa3a-c4d5-42c1-a425-7756c8c633fd", + "id" : "1731634783563452000.70fb569b-0b26-4b24-88e5-9e3b5130b495", "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", "extension" : [ { diff --git a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/omlo21/oml_o21-full.fhir b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/omlo21/oml_o21-full.fhir index b7e5323de62..2b970b74ffd 100644 --- a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/omlo21/oml_o21-full.fhir +++ b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/omlo21/oml_o21-full.fhir @@ -1,2735 +1,16604 @@ { - "resourceType" : "Bundle", - "id" : "1727135930591193000.aedbf3aa-865a-4f68-9d9e-00f73bdbac4a", - "meta" : { - "lastUpdated" : "2024-09-23T16:58:50.595-07:00" + "resourceType": "Bundle", + "id": "1731704146603489000.6dc269cd-cd37-4587-89c1-e32656e91044", + "meta": { + "lastUpdated": "2024-11-15T12:55:46.608-08:00" }, - "identifier" : { - "system" : "https://reportstream.cdc.gov/prime-router", - "value" : "0123" + "identifier": { + "system": "https://reportstream.cdc.gov/prime-router", + "value": "0123" }, - "type" : "message", - "timestamp" : "2019-07-20T09:12:29.000-07:00", - "entry" : [ { - "fullUrl" : "MessageHeader/1727135930639052000.f02e1c18-0688-4280-b49b-df24eee02cdf", - "resource" : { - "resourceType" : "MessageHeader", - "id" : "1727135930639052000.f02e1c18-0688-4280-b49b-df24eee02cdf", - "meta" : { - "security" : [ { - "code" : "msh8placeholder" - } ], - "tag" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0103", - "code" : "P" - }, { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0207", - "code" : "A" - } ] - }, - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/character-set", - "valueString" : "UNICODE UTF-8" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/msh-message-header", - "extension" : [ { - "url" : "MSH.7", - "valueString" : "20190720091229" - }, { - "url" : "MSH.13", - "valueString" : "42" - }, { - "url" : "MSH.14", - "valueString" : "msh14placeholder" - }, { - "url" : "MSH.15", - "valueString" : "AL" - }, { - "url" : "MSH.16", - "valueString" : "AL" - }, { - "url" : "MSH.20", - "valueString" : "UNICODE UTF-16" - }, { - "url" : "MSH.21", - "valueIdentifier" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "PHIN" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.113883.9.11" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - } ], - "value" : "PHLabReport-NoAck" - } - } ] - } ], - "eventCoding" : { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0003", - "code" : "O21", - "display" : "OML^O21^OML_O21" - }, - "destination" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.181960.2" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "MSH.5" - } ], - "name" : "txdshslabNBS", - "endpoint" : "urn:oid:2.16.840.1.114222.4.1.181960.2", - "receiver" : { - "reference" : "Organization/1727135930638288000.038501ce-626b-4f0d-8a9a-7a46cdb420ce" + "type": "message", + "timestamp": "2019-07-20T09:12:29.000-07:00", + "entry": [ + { + "fullUrl": "MessageHeader/1731704146658361000.51de3625-346e-48b2-a54a-3bf44e5ee904", + "resource": { + "resourceType": "MessageHeader", + "id": "1731704146658361000.51de3625-346e-48b2-a54a-3bf44e5ee904", + "meta": { + "security": [ + { + "code": "msh8placeholder" + } + ], + "tag": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0103", + "code": "P" + }, + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0207", + "code": "A" + } + ] + }, + "language": "ENG", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/character-set", + "valueString": "UNICODE UTF-8" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/msh-message-header", + "extension": [ + { + "url": "MSH.7", + "valueString": "20190720091229" + }, + { + "url": "MSH.13", + "valueString": "42" + }, + { + "url": "MSH.14", + "valueString": "msh14placeholder" + }, + { + "url": "MSH.15", + "valueString": "AL" + }, + { + "url": "MSH.16", + "valueString": "AL" + }, + { + "url": "MSH.19", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "ISO" + } + ], + "version": "131", + "code": "ENG", + "display": "English" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "secondary-alt-coding" + } + ], + "code": "2ndalt", + "display": "Second Alt" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "altISO" + } + ], + "version": "313", + "code": "altE", + "display": "altEnglish" + } + ], + "text": "originaltext" + } + }, + { + "url": "MSH.20", + "valueString": "UNICODE UTF-16" + }, + { + "url": "MSH.21", + "valueIdentifier": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "PHIN" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.113883.9.11" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + } + ], + "value": "PHLabReport-NoAck" + } + }, + { + "url": "MSH.21", + "valueIdentifier": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "PHIN" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.113883.9.11" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + } + ], + "value": "PHLabReport2x" + } + }, + { + "url": "MSH.24", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "SendingNetworkAddress" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "1.23.987.1.114222.XXX" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "ISO" + } + ] + } + ] + } + ], + "eventCoding": { + "system": "http://terminology.hl7.org/CodeSystem/v2-0003", + "code": "O21", + "display": "OML^O21^OML_O21" + }, + "destination": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.181960.2" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "ISO" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "MSH.5" + } + ], + "name": "txdshslabNBS", + "endpoint": "urn:oid:2.16.840.1.114222.4.1.181960.2", + "receiver": { + "reference": "Organization/1731704146654900000.5f694f3c-0cf8-44d3-8ead-cef521e630f5" + } + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "9.87.123.1.114222.XXX" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "ISO" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "MSH.25" + } + ], + "name": "ReceivingNetworkAddress", + "endpoint": "urn:oid:9.87.123.1.114222.XXX", + "receiver": { + "reference": "Organization/1731704146655763000.dafb2e41-9f17-44f1-8f96-fb4500d2f684" + } + }, + { + "receiver": { + "reference": "Organization/1731704146658169000.27382a02-0245-4593-8863-e8123707fa5d" + } + } + ], + "sender": { + "reference": "Organization/1731704146634292000.932f8e2e-9c80-4c19-98c4-124f82549151" + }, + "source": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "OrderingFacilityApplicationName" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.XXX" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "ISO" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "MSH.3" + } + ], + "software": "STARLIMS", + "version": "ELIMS V11", + "endpoint": "urn:oid:2.16.840.1.114222.XXX" + }, + "responsible": { + "reference": "Organization/1731704146654227000.858e1290-25c4-40be-88d9-32ad45703fd8" + } + } + }, + { + "fullUrl": "Organization/1731704146634292000.932f8e2e-9c80-4c19-98c4-124f82549151", + "resource": { + "resourceType": "Organization", + "id": "1731704146634292000.932f8e2e-9c80-4c19-98c4-124f82549151", + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" + } + ], + "value": "OrderingFacilityName" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0301", + "code": "ISO" + } + ] + }, + "system": "urn:ietf:rfc:3986", + "value": "2.16.840.1.114222.XXX" + } + ], + "address": [ + { + "country": "FR" + } + ] + } + }, + { + "fullUrl": "Location/1731704146650434000.d54342e1-28a9-4b3e-bdba-c6baf982c54d", + "resource": { + "resourceType": "Location", + "id": "1731704146650434000.d54342e1-28a9-4b3e-bdba-c6baf982c54d", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ], + "identifier": [ + { + "value": "1.8.440.1.1138.9.22" + } + ], + "name": "Clinic A", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" + } + ] + } + } + }, + { + "fullUrl": "Organization/1731704146654227000.858e1290-25c4-40be-88d9-32ad45703fd8", + "resource": { + "resourceType": "Organization", + "id": "1731704146654227000.858e1290-25c4-40be-88d9-32ad45703fd8", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "version": "1", + "code": "1357-9", + "display": "SomeText" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "version": "2", + "code": "2468-5", + "display": "SomeAltText" + } + ], + "text": "OriginalText" + } + } + ], + "system": "LN", + "version": "1", + "code": "1357-9", + "display": "SomeText" + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/name-representation-code", + "valueString": "NameRepCode1" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ + { + "url": "XON.3", + "valueString": "1111" + }, + { + "url": "XON.10", + "valueString": "OrgIdentifier2" + } + ] + } + ], + "identifier": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString": "9" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "The Authority" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "4.2.8.2" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode": "BCV" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference": { + "reference": "Location/1731704146650434000.d54342e1-28a9-4b3e-bdba-c6baf982c54d" + } + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "BC" + } + ] + }, + "value": "OrgIdentifier2" + } + ], + "name": "Sending Responsible Org" + } + }, + { + "fullUrl": "Organization/1731704146654900000.5f694f3c-0cf8-44d3-8ead-cef521e630f5", + "resource": { + "resourceType": "Organization", + "id": "1731704146654900000.5f694f3c-0cf8-44d3-8ead-cef521e630f5", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "MSH.6" + } + ], + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" + } + ], + "value": "txdshslab" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0301", + "code": "ISO" + } + ] + }, + "system": "urn:ietf:rfc:3986", + "value": "2.16.840.1.114222.4.1.181960" + } + ] + } + }, + { + "fullUrl": "Organization/1731704146655763000.dafb2e41-9f17-44f1-8f96-fb4500d2f684", + "resource": { + "resourceType": "Organization", + "id": "1731704146655763000.dafb2e41-9f17-44f1-8f96-fb4500d2f684", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "MSH.6" + } + ], + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" + } + ], + "value": "txdshslab" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0301", + "code": "ISO" + } + ] + }, + "system": "urn:ietf:rfc:3986", + "value": "2.16.840.1.114222.4.1.181960" + } + ] + } + }, + { + "fullUrl": "Location/1731704146656889000.18772fbb-6bd4-42bb-bc6d-8cec0c48e04a", + "resource": { + "resourceType": "Location", + "id": "1731704146656889000.18772fbb-6bd4-42bb-bc6d-8cec0c48e04a", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ], + "identifier": [ + { + "value": "10.10.40.10.11380.90.22" + } + ], + "name": "Clinic B", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" + } + ] + } + } + }, + { + "fullUrl": "Organization/1731704146658169000.27382a02-0245-4593-8863-e8123707fa5d", + "resource": { + "resourceType": "Organization", + "id": "1731704146658169000.27382a02-0245-4593-8863-e8123707fa5d", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "version": "1", + "code": "1133-5", + "display": "SomeOtherText" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "version": "2", + "code": "1298-7", + "display": "SomeOtherAltText" + } + ], + "text": "TheOriginalText" + } + } + ], + "system": "LN", + "version": "1", + "code": "1133-5", + "display": "SomeOtherText" + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/name-representation-code", + "valueString": "NameRepCode2" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ + { + "url": "XON.3", + "valueString": "5555" + }, + { + "url": "XON.10", + "valueString": "OrgIdentifier3" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "MSH.23" + } + ], + "identifier": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString": "8" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "An Authority" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "45.24.167.43" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode": "CCTV" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference": { + "reference": "Location/1731704146656889000.18772fbb-6bd4-42bb-bc6d-8cec0c48e04a" + } + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "BCVan" + } + ] + }, + "value": "OrgIdentifier3" + } + ], + "name": "Receiving Responsible Org" + } + }, + { + "fullUrl": "Provenance/1731704146896883000.34cecadb-8889-4f9f-baf4-fa266af5ee22", + "resource": { + "resourceType": "Provenance", + "id": "1731704146896883000.34cecadb-8889-4f9f-baf4-fa266af5ee22", + "recorded": "2019-07-20T09:12:29Z", + "activity": { + "coding": [ + { + "display": "OML^O21^OML_O21" + } + ] + }, + "agent": [ + { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type", + "code": "author" + } + ] + }, + "who": { + "reference": "Organization/1731704146896693000.a3da0f78-b1ba-49c8-b103-a70844a76af9" + } + } + ], + "entity": [ + { + "role": "source", + "what": { + "reference": "Device/1731704146900321000.3d449c36-c488-4a11-af71-71aa976c412b" + } + } + ] + } + }, + { + "fullUrl": "Location/1731704146895606000.3ffcf0a6-aa29-479e-997e-86bb0cebb53d", + "resource": { + "resourceType": "Location", + "id": "1731704146895606000.3ffcf0a6-aa29-479e-997e-86bb0cebb53d", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ], + "identifier": [ + { + "value": "1.8.440.1.1138.9.22" + } + ], + "name": "Clinic A", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" + } + ] + } + } + }, + { + "fullUrl": "Organization/1731704146896693000.a3da0f78-b1ba-49c8-b103-a70844a76af9", + "resource": { + "resourceType": "Organization", + "id": "1731704146896693000.a3da0f78-b1ba-49c8-b103-a70844a76af9", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "version": "1", + "code": "1357-9", + "display": "SomeText" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "version": "2", + "code": "2468-5", + "display": "SomeAltText" + } + ], + "text": "OriginalText" + } + } + ], + "system": "LN", + "version": "1", + "code": "1357-9", + "display": "SomeText" + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/name-representation-code", + "valueString": "NameRepCode1" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ + { + "url": "XON.3", + "valueString": "1111" + }, + { + "url": "XON.10", + "valueString": "OrgIdentifier2" + } + ] + } + ], + "identifier": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString": "9" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "The Authority" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "4.2.8.2" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode": "BCV" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference": { + "reference": "Location/1731704146895606000.3ffcf0a6-aa29-479e-997e-86bb0cebb53d" + } + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "BC" + } + ] + }, + "value": "OrgIdentifier2" + } + ], + "name": "Sending Responsible Org" + } + }, + { + "fullUrl": "Location/1731704146899300000.d1cde637-92ec-4b05-8f02-6da945f1fa63", + "resource": { + "resourceType": "Location", + "id": "1731704146899300000.d1cde637-92ec-4b05-8f02-6da945f1fa63", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ], + "identifier": [ + { + "value": "2.16.8121.1.113883.9.11" + } + ], + "name": "Hospital C", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" + } + ] + } + } + }, + { + "fullUrl": "Organization/1731704146900192000.d8047bd9-ef38-4850-8bf0-61981eddac70", + "resource": { + "resourceType": "Organization", + "id": "1731704146900192000.d8047bd9-ef38-4850-8bf0-61981eddac70", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70204" + } + ], + "code": "A", + "display": "Alias Name" + } + ] + } + } + ], + "system": "HL70204", + "code": "A", + "display": "Alias Name" + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/name-representation-code", + "valueString": "A" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ + { + "url": "XON.3", + "valueString": "789" + }, + { + "url": "XON.10", + "valueString": "CDC CLIA" + } + ] + } + ], + "identifier": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString": "Check Digit3" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "CDC OML SFT" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.1.9.1" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode": "C3" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference": { + "reference": "Location/1731704146899300000.d1cde637-92ec-4b05-8f02-6da945f1fa63" + } + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "MD" + } + ] + }, + "value": "CDC CLIA" + } + ], + "name": "CDC" + } + }, + { + "fullUrl": "Device/1731704146900321000.3d449c36-c488-4a11-af71-71aa976c412b", + "resource": { + "resourceType": "Device", + "id": "1731704146900321000.3d449c36-c488-4a11-af71-71aa976c412b", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/software-vendor-org", + "valueReference": { + "reference": "Organization/1731704146900192000.d8047bd9-ef38-4850-8bf0-61981eddac70" + } + } + ], + "manufacturer": "CDC", + "deviceName": [ + { + "name": "STARLIMS", + "type": "manufacturer-name" + } + ], + "modelNumber": "Binary ID unknown", + "version": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/software-install-date", + "valueDateTime": "2023-08-02T18:08:02-04:00", + "_valueDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230802180802-0400" + } + ] + } + } + ], + "value": "ELIMS V11" + } + ], + "note": [ + { + "text": "testsft5data" + } + ] + } + }, + { + "fullUrl": "Provenance/1731704146910244000.055bc370-83de-4258-913d-059566394128", + "resource": { + "resourceType": "Provenance", + "id": "1731704146910244000.055bc370-83de-4258-913d-059566394128", + "recorded": "2024-11-15T12:55:46Z", + "policy": [ + "http://hl7.org/fhir/uv/v2mappings/message-oru-r01-to-bundle" + ], + "activity": { + "coding": [ + { + "code": "v2-FHIR transformation" + } + ] + }, + "agent": [ + { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type", + "code": "assembler" + } + ] + }, + "who": { + "reference": "Organization/1731704146909991000.783d5f84-f8e0-4dd7-ad77-c2717a521256" + } + } + ] + } + }, + { + "fullUrl": "Organization/1731704146909991000.783d5f84-f8e0-4dd7-ad77-c2717a521256", + "resource": { + "resourceType": "Organization", + "id": "1731704146909991000.783d5f84-f8e0-4dd7-ad77-c2717a521256", + "identifier": [ + { + "value": "CDC PRIME - Atlanta" + }, + { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0301" + } + ] + }, + "system": "urn:ietf:rfc:3986", + "value": "2.16.840.1.114222.4.1.237821" + } + ] + } + }, + { + "fullUrl": "Patient/1731704146951532000.feebe084-6c07-45e4-b0b3-8f2dc0fe51ea", + "resource": { + "resourceType": "Patient", + "id": "1731704146951532000.feebe084-6c07-45e4-b0b3-8f2dc0fe51ea", + "meta": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/last-updated-facility-namespace-id", + "valueReference": { + "reference": "Organization/1731704146941745000.ffe8c316-611f-479f-9ca6-6f164199da81" + } + } + ], + "lastUpdated": "2024-08-21T11:38:00Z", + "_lastUpdated": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "202408211138" + } + ] + } + }, + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/patient-notes", + "valueAnnotation": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension": [ + { + "url": "NTE.2", + "valueId": "L" + }, + { + "url": "NTE.7", + "valueString": "20210207" + }, + { + "url": "NTE.8", + "valueString": "20210208" + }, + { + "url": "NTE.9", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "CC", + "display": "Coded Patient note" + } + ] + } + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId": "Just a little note on the patient" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId": "another little comment" + } + ], + "time": "2021-02-06", + "_time": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20210206" + } + ] + }, + "text": "Just a little note on the patient" + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/patient-notes", + "valueAnnotation": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension": [ + { + "url": "NTE.2", + "valueId": "L" + }, + { + "url": "NTE.7", + "valueString": "20230601" + }, + { + "url": "NTE.8", + "valueString": "20350201" + }, + { + "url": "NTE.9", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "CC", + "display": "Coded comment for patient note" + } + ] + } + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId": "Accession level coment." + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70364" + } + ], + "version": "2.5.1", + "code": "RE", + "display": "Remark" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "y" + } + ], + "version": "a", + "code": "z", + "display": "x" + } + ], + "text": "b" + } + } + ], + "authorReference": { + "reference": "Practitioner/1731704146922768000.83da4f80-28fe-43ab-a268-80aef1a36f14" + }, + "time": "2023-05-31", + "_time": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230531" + } + ] + }, + "text": "Accession level coment." + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/pid-patient", + "extension": [ + { + "url": "PID.8", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70001" + } + ], + "code": "F", + "display": "Female" + } + ] + } + }, + { + "url": "PID.18", + "valueIdentifier": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PID.18" + } + ], + "value": "32" + } + }, + { + "url": "PID.24", + "valueString": "Y" + }, + { + "url": "PID.30", + "valueString": "Y" + }, + { + "url": "PID.32", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70445" + } + ], + "code": "AL", + "display": "Alias" + } + ] + } + }, + { + "url": "PID.32", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70445" + } + ], + "code": "UA", + "display": "Unknown" + } + ] + } + }, + { + "url": "PID.38", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70429" + } + ], + "code": "RA", + "display": "Racing" + } + ] + } + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/veteran-military-status", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70172" + } + ], + "code": "NA", + "display": "Not Applicable" + } + ] + } + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/patient-nationality", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/code", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PID.28" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70212" + } + ], + "code": "A", + "display": "American" + } + ] + } + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identity-unknown", + "valueString": "N" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/patient-animal", + "extension": [ + { + "url": "species", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PID.35" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70446" + } + ], + "code": "D", + "display": "Dog" + } + ] + } + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/studentStatus", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", + "valueOid": "urn:oid:8.44.235.1.113883.3.3" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70231" + } + ], + "version": "2.5.1", + "code": "F", + "display": "Full-time student" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "secondary-alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70231" + } + ], + "version": "2.5.1", + "code": "N", + "display": "Not a student" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70231" + } + ], + "version": "4", + "code": "N", + "display": "Not a student" + } + ], + "text": "TEST" + } + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/patient-disability", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", + "valueOid": "urn:oid:8.44.235.1.113883.3.3" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70295" + } + ], + "version": "2.5.1", + "code": "T", + "display": "TEST" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "secondary-alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70295" + } + ], + "version": "2.5.1", + "code": "D", + "display": "Debug" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70295" + } + ], + "version": "4", + "code": "P", + "display": "Prod" + } + ], + "text": "TEST" + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/livingWill", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", + "valueOid": "urn:oid:8.44.235.1.113883.3.3" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70315" + } + ], + "version": "2.5.1", + "code": "F", + "display": "Yes, patient has a living will but it is not on file" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "secondary-alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70315" + } + ], + "version": "2.5.1", + "code": "U", + "display": "Unknown" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70315" + } + ], + "version": "4", + "code": "I", + "display": "No, patient does not have a living will but information was provided" + } + ], + "text": "TEST" + } + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/patient-congregation", + "valueString": "1st Ordering Facility" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/patient-congregation", + "valueString": "2nd Ordering Facility" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/pd1-patient-additional-demographic", + "extension": [ + { + "url": "PD1.1", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", + "valueOid": "urn:oid:8.44.235.1.113883.3.3" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70223" + } + ], + "version": "2.5.1", + "code": "C", + "display": "Small Children Dependent" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "secondary-alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70223" + } + ], + "version": "2.5.1", + "code": "M", + "display": "Medical Supervision Required" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70223" + } + ], + "version": "4", + "code": "M", + "display": "Medical Supervision Required" + } + ], + "text": "TEST" + } + }, + { + "url": "PD1.1", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", + "valueOid": "urn:oid:8.44.235.1.113883.3.3" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70223" + } + ], + "version": "2.5.1", + "code": "O", + "display": "Other" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "secondary-alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70223" + } + ], + "version": "2.5.1", + "code": "M", + "display": "Medical Supervision Required" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70223" + } + ], + "version": "4", + "code": "U", + "display": "Unknown" + } + ], + "text": "TEST" + } + }, + { + "url": "PD1.2", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", + "valueOid": "urn:oid:8.44.235.1.113883.3.3" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70220" + } + ], + "version": "2.5.1", + "code": "A", + "display": "Alone" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "secondary-alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70220" + } + ], + "version": "2.5.1", + "code": "F", + "display": "Family" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70220" + } + ], + "version": "4", + "code": "F", + "display": "Family" + } + ], + "text": "TEST" + } + }, + { + "url": "PD1.16", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", + "valueOid": "urn:oid:8.44.235.1.113883.3.3" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70441" + } + ], + "version": "2.5.1", + "code": "A", + "display": "Active" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "secondary-alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70441" + } + ], + "version": "2.5.1", + "code": "O", + "display": "Other" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70441" + } + ], + "version": "4", + "code": "I", + "display": "Inactive" + } + ], + "text": "TEST" + } + }, + { + "url": "PD1.17", + "valueString": "20230501102531-0400" + }, + { + "url": "PD1.18", + "valueString": "20230501102531-0400" + }, + { + "url": "PD1.19", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", + "valueOid": "urn:oid:8.44.235.1.113883.3.3" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70140" + } + ], + "version": "2.5.1", + "code": "AUSA", + "display": "Australian Army" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "secondary-alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70140" + } + ], + "version": "2.5.1", + "code": "AUSN", + "display": "Australian Navy" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70140" + } + ], + "version": "4", + "code": "AUSFA", + "display": "Australian Air Force" + } + ], + "text": "TEST" + } + }, + { + "url": "PD1.20", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", + "valueOid": "urn:oid:8.44.235.1.113883.3.3" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70141" + } + ], + "version": "2.5.1", + "code": "E1... E9", + "display": "Enlisted" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "secondary-alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70141" + } + ], + "version": "2.5.1", + "code": "W1 ... W4", + "display": "Warrent Officers" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70141" + } + ], + "version": "4", + "code": "O1 ... O9", + "display": "Officers" + } + ], + "text": "TEST" + } + }, + { + "url": "PD1.21", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", + "valueOid": "urn:oid:8.44.235.1.113883.3.3" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70142" + } + ], + "version": "2.5.1", + "code": "ACT", + "display": "Active duty" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "secondary-alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70142" + } + ], + "version": "2.5.1", + "code": "RET", + "display": "Retired" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70142" + } + ], + "version": "4", + "code": "DEC", + "display": "Deceased" + } + ], + "text": "TEST" + } + }, + { + "url": "PD1.22", + "valueString": "20230501102531-0400" + }, + { + "url": "PD1.8", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", + "valueOid": "urn:oid:8.44.235.1.113883.3.3" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70316" + } + ], + "version": "2.5.1", + "code": "F", + "display": "Yes, patient is a documented donor, but documentation is not on file" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "secondary-alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70316" + } + ], + "version": "2.5.1", + "code": "U", + "display": "Unknown" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70316" + } + ], + "version": "4", + "code": "I", + "display": "No, patient is not a documented donor, but information was provided" + } + ], + "text": "TEST" + } + }, + { + "url": "PD1.9", + "valueString": "N" + }, + { + "url": "PD1.10", + "valueIdentifier": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-facility", + "valueReference": { + "reference": "Organization/1731704146929298000.ad9b0bbd-9d3e-4381-805d-4f928f2a2cd3" + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier", + "extension": [ + { + "url": "CX.5", + "valueString": "MR" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PD1.10" + } + ], + "type": { + "coding": [ + { + "code": "MR" + } + ] + }, + "system": "NIST MPI", + "_system": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "NIST MPI" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.113883.3.72.5.30.2" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "ISO" + } + ] + }, + "value": "18547545" + } + }, + { + "url": "PD1.10", + "valueIdentifier": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-facility", + "valueReference": { + "reference": "Organization/1731704146929916000.c6490dae-76fb-4ca5-a86e-6d6b54f8c34e" + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier", + "extension": [ + { + "url": "CX.5", + "valueString": "SS" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PD1.10" + } + ], + "type": { + "coding": [ + { + "code": "SS" + } + ] + }, + "system": "SSN", + "_system": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "SSN" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.113883.4.1" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "ISO" + } + ] + }, + "value": "111111111" + } + }, + { + "url": "PD1.11", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", + "valueOid": "urn:oid:8.44.235.1.113883.3.3" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70215" + } + ], + "version": "2.5.1", + "code": "F", + "display": "Family only" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "secondary-alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70215" + } + ], + "version": "2.5.1", + "code": "U", + "display": "Unknown" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70215" + } + ], + "version": "4", + "code": "N", + "display": "No Publicity" + } + ], + "text": "TEST" + } + }, + { + "url": "PD1.12", + "valueString": "N" + }, + { + "url": "PD1.13", + "valueString": "20230501102531-0400" + }, + { + "url": "PD1.14", + "valueReference": { + "reference": "Organization/1731704146931548000.98da17fb-025a-4dc1-8b64-4718591ee4d4" + } + }, + { + "url": "PD1.14", + "valueReference": { + "reference": "Organization/1731704146932460000.8991f1f5-0d86-4aa6-8014-4070f7e57e01" + } + }, + { + "url": "PD1.15", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", + "valueOid": "urn:oid:8.44.235.1.113883.3.3" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70435" + } + ], + "version": "2.5.1", + "code": "DNR", + "display": "Do not resuscitate" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "secondary-alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70435" + } + ], + "version": "2.5.1", + "code": "N", + "display": "No directive" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70435" + } + ], + "version": "4", + "code": "N", + "display": "No directive" + } + ], + "text": "TEST" + } + }, + { + "url": "PD1.15", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", + "valueOid": "urn:oid:8.44.235.1.113883.3.3" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70435" + } + ], + "version": "2.5.1", + "code": "DNR", + "display": "Do not resuscitate" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "secondary-alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70435" + } + ], + "version": "2.5.1", + "code": "N", + "display": "No directive" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70435" + } + ], + "version": "4", + "code": "N", + "display": "No directive" + } + ], + "text": "TEST" + } + } + ] + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/patient-mothersMaidenName", + "valueHumanName": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", + "extension": [ + { + "url": "XPN.2", + "valueString": "FHIR" + }, + { + "url": "XPN.3", + "valueString": "WI" + }, + { + "url": "XPN.7", + "valueString": "L" + } + ] + } + ], + "use": "official", + "family": "Mind", + "given": [ + "FHIR", + "WI" + ] + } + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/patient-mothersMaidenName", + "valueHumanName": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", + "extension": [ + { + "url": "XPN.2", + "valueString": "FHIR" + }, + { + "url": "XPN.3", + "valueString": "WI" + }, + { + "url": "XPN.7", + "valueString": "L" + } + ] + } + ], + "use": "official", + "family": "Mind2x", + "given": [ + "FHIR", + "WI" + ] + } + }, + { + "url": "http://ibm.com/fhir/cdm/StructureDefinition/local-race-cd", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70005" + } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-Race", + "code": "2106-3", + "display": "White" + } + ] + } + }, + { + "url": "http://ibm.com/fhir/cdm/StructureDefinition/local-race-cd", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70005" + } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-Race", + "code": "2131-1", + "display": "Other Race" + } + ] + } + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/patient-religion", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70006" + } + ], + "code": "AGN", + "display": "Agnostic" + } + ] + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/ethnic-group", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70189" + } + ], + "system": "http://terminology.hl7.org/CodeSystem/v2-0189", + "code": "U", + "display": "Uknown" + } + ] + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/ethnic-group", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70189" + } + ], + "system": "http://terminology.hl7.org/CodeSystem/v2-0189", + "code": "AU", + "display": "Also Uknown" + } + ] + } + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/patient-birthPlace", + "valueAddress": { + "text": "Bayou" + } + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/patient-citizenship", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/code", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PID.26" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70171" + } + ], + "code": "USA", + "display": "United States" + } + ] + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/code", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PID.26" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70171" + } + ], + "code": "CAN", + "display": "Canada" + } + ] + } + } + ] + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/patient-citizenship", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/code", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PID.39" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70171" + } + ], + "code": "N", + "display": "None" + } + ] + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/code", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PID.39" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70171" + } + ], + "code": "SN", + "display": "Still None" + } + ] + } + } + ] + } + ], + "identifier": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString": "forty" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueString": "123" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-facility", + "valueReference": { + "reference": "Organization/1731704146915669000.3b7f4209-0077-4d5b-b1cf-96f63f111890" + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier", + "extension": [ + { + "url": "CX.5", + "valueString": "PI" + }, + { + "url": "CX.9", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL7123" + } + ], + "code": "IX", + "display": "Ninth" + } + ] + } + }, + { + "url": "CX.10", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL7123" + } + ], + "code": "X", + "display": "Tenth" + } + ] + } + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PID.3" + } + ], + "type": { + "coding": [ + { + "code": "PI" + } + ] + }, + "system": "STARLIMS.CDC.Stag", + "_system": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "STARLIMS.CDC.Stag" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.3.3.2.1.2" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "ISO" + } + ] + }, + "value": "Patidlist", + "period": { + "start": "2021-01-13", + "_start": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20210113" + } + ] + }, + "end": "2021-12-30", + "_end": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20211230" + } + ] + } + } + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier", + "extension": [ + { + "url": "CX.5", + "valueString": "PI" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PID.3" + } + ], + "type": { + "coding": [ + { + "code": "PI" + } + ] + }, + "system": "SPHL-000048", + "_system": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "SPHL-000048" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.10765" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "ISO" + } + ] + }, + "value": "PID123" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-facility", + "valueReference": { + "reference": "Organization/1731704146917336000.2a051cf6-00d8-4256-a1cc-5a55d39e0eb2" + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier", + "extension": [ + { + "url": "CX.5", + "valueString": "PI" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PID.3" + } + ], + "type": { + "coding": [ + { + "code": "PI" + } + ] + }, + "system": "STARLIMS.CDC.Stag", + "_system": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "STARLIMS.CDC.Stag" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.3.3.2.1.2" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "ISO" + } + ] + }, + "value": "test" + } + ], + "name": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", + "extension": [ + { + "url": "XPN.2", + "valueString": "HL7" + }, + { + "url": "XPN.3", + "valueString": "MI" + }, + { + "url": "XPN.14", + "valueString": "Prof" + }, + { + "url": "XPN.4", + "valueString": "V" + }, + { + "url": "XPN.6", + "valueString": "BCN" + }, + { + "url": "XPN.7", + "valueString": "L" + }, + { + "url": "XPN.8", + "valueString": "Naaame" + }, + { + "url": "XPN.9", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL7444" + } + ], + "code": "C", + "display": "Name Context" + } + ] + } + }, + { + "url": "XPN.10", + "extension": [ + { + "url": "XPN.10.2" + }, + { + "url": "XPN.10.1", + "valueString": "Yes" + } + ] + }, + { + "url": "XPN.12", + "valueString": "19900503" + }, + { + "url": "XPN.13", + "valueString": "20030503" + } + ] + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", + "valueCode": "G" + } + ], + "use": "official", + "family": "Mega", + "_family": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", + "valueString": "Mr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name", + "valueString": "MrOwnMega" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", + "valueString": "Mrs" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", + "valueString": "MrsOwn" + } + ] + }, + "given": [ + "HL7", + "MI" + ], + "prefix": [ + "DR" + ], + "suffix": [ + "V", + "BCN", + "Prof" + ], + "period": { + "start": "1990-05-03", + "end": "2003-05-03" + } + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", + "extension": [ + { + "url": "XPN.2", + "valueString": "HL7" + }, + { + "url": "XPN.3", + "valueString": "MI" + }, + { + "url": "XPN.14", + "valueString": "Prof" + }, + { + "url": "XPN.4", + "valueString": "V" + }, + { + "url": "XPN.6", + "valueString": "BCN" + }, + { + "url": "XPN.7", + "valueString": "L" + }, + { + "url": "XPN.8", + "valueString": "Naaame" + }, + { + "url": "XPN.9", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL7444" + } + ], + "code": "C", + "display": "Name Context" + } + ] + } + }, + { + "url": "XPN.10", + "extension": [ + { + "url": "XPN.10.2" + }, + { + "url": "XPN.10.1", + "valueString": "Yes" + } + ] + }, + { + "url": "XPN.12", + "valueString": "19900503" + }, + { + "url": "XPN.13", + "valueString": "20030503" + } + ] + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", + "valueCode": "G" + } + ], + "use": "official", + "family": "Mega", + "_family": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", + "valueString": "Mr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name", + "valueString": "MrOwnMega" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", + "valueString": "Mrs" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", + "valueString": "MrsOwn" + } + ] + }, + "given": [ + "HL7", + "MI" + ], + "prefix": [ + "DR" + ], + "suffix": [ + "V", + "BCN", + "Prof" + ], + "period": { + "start": "1990-05-03", + "end": "2003-05-03" + } + } + ], + "telecom": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString": "1" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString": "713" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString": "5553861" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-extension", + "valueString": "1" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ + { + "url": "XTN.1", + "valueString": "12345" + }, + { + "url": "XTN.2", + "valueString": "PRS" + }, + { + "url": "XTN.3", + "valueString": "CP" + }, + { + "url": "XTN.4", + "valueString": "real@example.com" + }, + { + "url": "XTN.7", + "valueString": "5553861" + }, + { + "url": "XTN.9", + "valueString": "himom" + }, + { + "url": "XTN.11", + "valueString": "4" + }, + { + "url": "XTN.12", + "valueString": "17145553862" + } + ] + } + ], + "system": "phone", + "value": "17145553862", + "use": "home" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString": "1" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString": "714" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString": "5553861" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-extension", + "valueString": "1" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ + { + "url": "XTN.1", + "valueString": "12345" + }, + { + "url": "XTN.2", + "valueString": "PRS" + }, + { + "url": "XTN.3", + "valueString": "CP" + }, + { + "url": "XTN.4", + "valueString": "notreal@example.com" + }, + { + "url": "XTN.7", + "valueString": "5553861" + }, + { + "url": "XTN.9", + "valueString": "himom" + }, + { + "url": "XTN.11", + "valueString": "4" + }, + { + "url": "XTN.12", + "valueString": "17135553862" + } + ] + } + ], + "system": "phone", + "value": "17135553862", + "use": "home" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString": "1" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString": "281" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString": "5553861" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ + { + "url": "XTN.1", + "valueString": "9865" + }, + { + "url": "XTN.2", + "valueString": "EMR" + }, + { + "url": "XTN.3", + "valueString": "SAT" + }, + { + "url": "XTN.4", + "valueString": "alsoreal@exmaple.com" + }, + { + "url": "XTN.7", + "valueString": "5553861" + } + ] + } + ], + "system": "other", + "use": "work" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ + { + "url": "XTN.1", + "valueString": "40" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PID.40" + } + ], + "_system": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCode": "unknown" + } + ] + }, + "value": "40" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ + { + "url": "XTN.1", + "valueString": "41" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PID.40" + } + ], + "_system": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCode": "unknown" + } + ] + }, + "value": "41" + } + ], + "gender": "female", + "birthDate": "1640", + "_birthDate": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "1640" + } + ] + }, + "deceasedDateTime": "2031", + "_deceasedDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "2031" + } + ] + }, + "address": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ + { + "url": "SAD.1", + "valueString": "123 Main St" + } + ] + }, + { + "url": "XAD.2", + "valueString": "Altxad" + }, + { + "url": "XAD.7", + "valueCode": "H" + }, + { + "url": "XAD.12", + "extension": [ + { + "url": "XAD.12.1", + "valueString": "2020" + }, + { + "url": "XAD.12.2", + "valueString": "2024" + } + ] + } + ] + } + ], + "use": "home", + "line": [ + "123 Main St", + "Altxad" + ], + "city": "AnyTown", + "district": "Thurston County", + "state": "IG", + "postalCode": "95802", + "country": "USA", + "period": { + "start": "2020", + "end": "2024" + } + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ + { + "url": "SAD.1", + "valueString": "1234 Main St" + } + ] + }, + { + "url": "XAD.2", + "valueString": "Address 2x" + }, + { + "url": "XAD.7", + "valueCode": "H" + }, + { + "url": "XAD.12", + "extension": [ + { + "url": "XAD.12.1", + "valueString": "2020" + }, + { + "url": "XAD.12.2", + "valueString": "2024" + } + ] + } + ] + } + ], + "use": "home", + "line": [ + "1234 Main St", + "Address 2x" + ], + "city": "AnyTown", + "district": "Thurston County", + "state": "IG", + "postalCode": "95802", + "country": "USA", + "period": { + "start": "2020", + "end": "2024" + } + } + ], + "maritalStatus": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70002" + } + ], + "code": "P", + "display": "Domestic Partnet" + } + ] + }, + "multipleBirthInteger": 11, + "contact": [ + { + "extension": [ + { + "url": "https://hl7.org/fhir/StructureDefinition/relationship", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70063" + } + ], + "code": "OTH", + "display": "Other" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "code": "OT", + "display": "OTHER RELATIONSHIP" + } + ] + } + }, + { + "url": "https://hl7.org/fhir/StructureDefinition/relationship", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70063" + } + ], + "code": "OTH", + "display": "Other" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "code": "OT", + "display": "OTHER RELATIONSHIP" + } + ] + } + } + ], + "relationship": [ + { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70063" + } + ], + "code": "OTH", + "display": "Other" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "code": "OT", + "display": "OTHER RELATIONSHIP" + } + ] + }, + { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70131" + } + ], + "code": "F", + "display": "Federal Agency" + } + ] + } + ], + "name": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", + "extension": [ + { + "url": "XPN.2", + "valueString": "GENARO" + }, + { + "url": "XPN.3", + "valueString": "GR" + }, + { + "url": "XPN.14", + "valueString": "Dr" + }, + { + "url": "XPN.4", + "valueString": "JR" + }, + { + "url": "XPN.6", + "valueString": "Md" + }, + { + "url": "XPN.7", + "valueString": "L" + }, + { + "url": "XPN.8", + "valueString": "I" + }, + { + "url": "XPN.9", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70448" + } + ], + "code": "CON", + "display": "Context of the name" + } + ] + } + }, + { + "url": "XPN.10", + "extension": [ + { + "url": "XPN.10.2", + "valueString": "2030" + }, + { + "url": "XPN.10.1", + "valueString": "2000" + } + ] + }, + { + "url": "XPN.12", + "valueString": "20000501102531" + }, + { + "url": "XPN.13", + "valueString": "2030501102531" + } + ] + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", + "valueCode": "G" + } + ], + "use": "official", + "family": "SURYAN", + "_family": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", + "valueString": "Prefix" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name", + "valueString": "Own" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", + "valueString": "SpousePrefix" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", + "valueString": "Spouse" + } + ] + }, + "given": [ + "GENARO", + "GR" + ], + "prefix": [ + "Sir" + ], + "suffix": [ + "JR", + "Md", + "Dr" + ], + "period": { + "start": "2000-05-01T10:25:31Z" + } + }, + "telecom": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString": "1" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString": "720" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString": "5553954" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-extension", + "valueString": "2" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ + { + "url": "XTN.2", + "valueString": "PRN" + }, + { + "url": "XTN.3", + "valueString": "PH" + }, + { + "url": "XTN.4", + "valueString": "example@exmaple.com" + }, + { + "url": "XTN.7", + "valueString": "5553954" + }, + { + "url": "XTN.9", + "valueString": "any" + }, + { + "url": "XTN.12", + "valueString": "+1 720 555 3954" + } + ] + } + ], + "system": "phone", + "value": "+1 720 555 3954", + "use": "home" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString": "1" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString": "720" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString": "5553954" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-extension", + "valueString": "2" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ + { + "url": "XTN.2", + "valueString": "PRN" + }, + { + "url": "XTN.3", + "valueString": "PH" + }, + { + "url": "XTN.4", + "valueString": "example2@exmaple.com" + }, + { + "url": "XTN.7", + "valueString": "5553954" + }, + { + "url": "XTN.9", + "valueString": "any" + }, + { + "url": "XTN.12", + "valueString": "+1 720 555 3954" + } + ] + } + ], + "system": "phone", + "value": "+1 720 555 3954", + "use": "home" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString": "1" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString": "720" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString": "5553954" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-extension", + "valueString": "2" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ + { + "url": "XTN.2", + "valueString": "PRN" + }, + { + "url": "XTN.3", + "valueString": "PH" + }, + { + "url": "XTN.4", + "valueString": "example2@exmaple.com" + }, + { + "url": "XTN.7", + "valueString": "5553954" + }, + { + "url": "XTN.9", + "valueString": "any" + }, + { + "url": "XTN.12", + "valueString": "+1 720 555 3955" + } + ] + } + ], + "system": "phone", + "value": "+1 720 555 3955", + "use": "home" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString": "1" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString": "555" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString": "4672293" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ + { + "url": "XTN.2", + "valueString": "WPN" + }, + { + "url": "XTN.3", + "valueString": "PH" + }, + { + "url": "XTN.7", + "valueString": "4672293" + }, + { + "url": "XTN.12", + "valueString": "+1 555 467 2293" + } + ] + } + ], + "system": "phone", + "value": "+1 555 467 2293", + "use": "work" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString": "1" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString": "666" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString": "4672293" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ + { + "url": "XTN.2", + "valueString": "WPN" + }, + { + "url": "XTN.3", + "valueString": "PH" + }, + { + "url": "XTN.7", + "valueString": "4672293" + }, + { + "url": "XTN.12", + "valueString": "+1 666 467 2293" + } + ] + } + ], + "system": "phone", + "value": "+1 666 467 2293", + "use": "work" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString": "1" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString": "555" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString": "4672293" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ + { + "url": "XTN.2", + "valueString": "WPN" + }, + { + "url": "XTN.3", + "valueString": "PH" + }, + { + "url": "XTN.7", + "valueString": "4672293" + }, + { + "url": "XTN.12", + "valueString": "+1 555 467 2294" + } + ] + } + ], + "system": "phone", + "value": "+1 555 467 2294", + "use": "work" + } + ], + "address": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ + { + "url": "SAD.1", + "valueString": "4861 20TH AVE" + } + ] + }, + { + "url": "XAD.7", + "valueCode": "H" + } + ] + } + ], + "use": "home", + "line": [ + "4861 20TH AVE" + ], + "city": "THUNDER MOUNTAIN", + "state": "IG", + "postalCode": "99999", + "country": "USA" + }, + "gender": "unknown", + "organization": { + "reference": "Organization/1731704146944899000.78ca289d-8d36-4e56-9da8-df11b7f379d2" + }, + "period": { + "start": "2022-05-01T10:25:31-04:00", + "_start": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20220501102531-0400" + } + ] + }, + "end": "2023-05-01T10:25:31-04:00", + "_end": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230501102531-0400" + } + ] + } + } + } + ], + "communication": [ + { + "language": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70296" + } + ], + "code": "E", + "display": "English" + } + ] + } + } + ], + "generalPractitioner": [ + { + "reference": "Organization/1731704146919601000.ac31960c-dd2c-4153-873c-52f4a3f695e3" + }, + { + "reference": "Organization/1731704146920799000.6f432a5c-4b14-4b7f-b3a4-4e78a506d59f" + } + ], + "link": [ + { + "other": { + "reference": "RelatedPerson/1731704146938119000.4596e280-4938-4a99-8b51-eeaafd2790e3" + }, + "type": "seealso" + }, + { + "other": { + "reference": "RelatedPerson/1731704146938336000.71ee8bcb-1663-458a-85f8-987f2ce45f07" + }, + "type": "seealso" + } + ] + } + }, + { + "fullUrl": "Organization/1731704146915669000.3b7f4209-0077-4d5b-b1cf-96f63f111890", + "resource": { + "resourceType": "Organization", + "id": "1731704146915669000.3b7f4209-0077-4d5b-b1cf-96f63f111890", + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" + } + ], + "value": "STARLINKED.CDC.Stag" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0301", + "code": "ISO" + } + ] + }, + "system": "urn:ietf:rfc:3986", + "value": "2.16.840.1.114222.9.8.7.6.3.2" + } + ] + } + }, + { + "fullUrl": "Organization/1731704146917336000.2a051cf6-00d8-4256-a1cc-5a55d39e0eb2", + "resource": { + "resourceType": "Organization", + "id": "1731704146917336000.2a051cf6-00d8-4256-a1cc-5a55d39e0eb2", + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" + } + ], + "value": "STARLINKED.CDC.Stag" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0301", + "code": "ISO" + } + ] + }, + "system": "urn:ietf:rfc:3986", + "value": "2.16.840.1.114222.9.8.7.6.3.2" + } + ] + } + }, + { + "fullUrl": "Location/1731704146918148000.059eeb1c-e701-4aee-ae11-cf9c26b46bd6", + "resource": { + "resourceType": "Location", + "id": "1731704146918148000.059eeb1c-e701-4aee-ae11-cf9c26b46bd6", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ], + "identifier": [ + { + "value": "2.16.840.1.113883.9.11" + } + ], + "name": "Hospital A", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" + } + ] + } + } + }, + { + "fullUrl": "Organization/1731704146919601000.ac31960c-dd2c-4153-873c-52f4a3f695e3", + "resource": { + "resourceType": "Organization", + "id": "1731704146919601000.ac31960c-dd2c-4153-873c-52f4a3f695e3", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "version": "1", + "code": "1234-5", + "display": "TestText" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "version": "2", + "code": "1234-5", + "display": "TestAltText" + } + ], + "text": "OriginalText" + } + } + ], + "system": "LN", + "version": "1", + "code": "1234-5", + "display": "TestText" + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/name-representation-code", + "valueString": "NameRepCode" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ + { + "url": "XON.3", + "valueString": "123" + }, + { + "url": "XON.10", + "valueString": "OrgIdentifier" + } + ] + } + ], + "identifier": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString": "Check Digit" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Assigning Authority" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.1.4.1" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode": "C1" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference": { + "reference": "Location/1731704146918148000.059eeb1c-e701-4aee-ae11-cf9c26b46bd6" + } + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "MD" + } + ] + }, + "value": "OrgIdentifier" + } + ], + "name": "Ordering Facility" + } + }, + { + "fullUrl": "Location/1731704146920075000.1742204b-97be-4e11-baf6-ca56697e5fb1", + "resource": { + "resourceType": "Location", + "id": "1731704146920075000.1742204b-97be-4e11-baf6-ca56697e5fb1", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ], + "identifier": [ + { + "value": "2.16.840.1.113883.9.11" + } + ], + "name": "Hospital A", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" + } + ] + } + } + }, + { + "fullUrl": "Organization/1731704146920799000.6f432a5c-4b14-4b7f-b3a4-4e78a506d59f", + "resource": { + "resourceType": "Organization", + "id": "1731704146920799000.6f432a5c-4b14-4b7f-b3a4-4e78a506d59f", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "version": "1", + "code": "1234-5", + "display": "TestText" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "version": "2", + "code": "1234-5", + "display": "TestAltText" + } + ], + "text": "OriginalText" + } + } + ], + "system": "LN", + "version": "1", + "code": "1234-5", + "display": "TestText" + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/name-representation-code", + "valueString": "NameRepCode" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ + { + "url": "XON.3", + "valueString": "123" + }, + { + "url": "XON.10", + "valueString": "OrgIdentifier" + } + ] + } + ], + "identifier": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString": "Check Digit" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Assigning Authority" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.1.4.1" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode": "C1" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference": { + "reference": "Location/1731704146920075000.1742204b-97be-4e11-baf6-ca56697e5fb1" + } + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "MD" + } + ] + }, + "value": "OrgIdentifier" + } + ], + "name": "Ordering Facility" + } + }, + { + "fullUrl": "Practitioner/1731704146922768000.83da4f80-28fe-43ab-a268-80aef1a36f14", + "resource": { + "resourceType": "Practitioner", + "id": "1731704146922768000.83da4f80-28fe-43ab-a268-80aef1a36f14", + "identifier": [ + { + "value": "Bob R.N." + } + ] + } + }, + { + "fullUrl": "Organization/1731704146929298000.ad9b0bbd-9d3e-4381-805d-4f928f2a2cd3", + "resource": { + "resourceType": "Organization", + "id": "1731704146929298000.ad9b0bbd-9d3e-4381-805d-4f928f2a2cd3", + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" + } + ], + "value": "University H" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0301", + "code": "ISO" + } + ] + }, + "system": "urn:ietf:rfc:3986", + "value": "2.16.840.1.113883.3.0" + } + ] + } + }, + { + "fullUrl": "Organization/1731704146929916000.c6490dae-76fb-4ca5-a86e-6d6b54f8c34e", + "resource": { + "resourceType": "Organization", + "id": "1731704146929916000.c6490dae-76fb-4ca5-a86e-6d6b54f8c34e", + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" + } + ], + "value": "SSA" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0301", + "code": "ISO" + } + ] + }, + "system": "urn:ietf:rfc:3986", + "value": "2.16.840.1.113883.3.184" + } + ] + } + }, + { + "fullUrl": "Location/1731704146930937000.1cb5e6dc-b477-451b-8e67-57e57eb12873", + "resource": { + "resourceType": "Location", + "id": "1731704146930937000.1cb5e6dc-b477-451b-8e67-57e57eb12873", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ], + "identifier": [ + { + "value": "2.16.840.1.113883.9.11" + } + ], + "name": "Hospital A", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" + } + ] + } + } + }, + { + "fullUrl": "Organization/1731704146931548000.98da17fb-025a-4dc1-8b64-4718591ee4d4", + "resource": { + "resourceType": "Organization", + "id": "1731704146931548000.98da17fb-025a-4dc1-8b64-4718591ee4d4", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "version": "1", + "code": "1234-5", + "display": "TestText" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "version": "2", + "code": "1234-5", + "display": "TestAltText" + } + ], + "text": "OriginalText" + } + } + ], + "system": "LN", + "version": "1", + "code": "1234-5", + "display": "TestText" + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/name-representation-code", + "valueString": "NameRepCode" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ + { + "url": "XON.3", + "valueString": "123" + }, + { + "url": "XON.10", + "valueString": "1st OrgIdentifier" + } + ] + } + ], + "identifier": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString": "Check Digit" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Assigning Authority" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.1.4.1" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode": "C1" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference": { + "reference": "Location/1731704146930937000.1cb5e6dc-b477-451b-8e67-57e57eb12873" + } + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "MD" + } + ] + }, + "value": "1st OrgIdentifier" + } + ], + "name": "1st Ordering Facility" + } + }, + { + "fullUrl": "Location/1731704146931934000.428aa378-04d8-46ce-b6e8-8bbc97d118bc", + "resource": { + "resourceType": "Location", + "id": "1731704146931934000.428aa378-04d8-46ce-b6e8-8bbc97d118bc", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ], + "identifier": [ + { + "value": "2.16.840.1.113883.9.11" + } + ], + "name": "Hospital A", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" + } + ] + } + } + }, + { + "fullUrl": "Organization/1731704146932460000.8991f1f5-0d86-4aa6-8014-4070f7e57e01", + "resource": { + "resourceType": "Organization", + "id": "1731704146932460000.8991f1f5-0d86-4aa6-8014-4070f7e57e01", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "version": "1", + "code": "1234-5", + "display": "TestText" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "version": "2", + "code": "1234-5", + "display": "TestAltText" + } + ], + "text": "OriginalText" + } + } + ], + "system": "LN", + "version": "1", + "code": "1234-5", + "display": "TestText" + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/name-representation-code", + "valueString": "NameRepCode" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ + { + "url": "XON.3", + "valueString": "123" + }, + { + "url": "XON.10", + "valueString": "2nd OrgIdentifier" + } + ] + } + ], + "identifier": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString": "Check Digit" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Assigning Authority" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.1.4.1" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode": "C1" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference": { + "reference": "Location/1731704146931934000.428aa378-04d8-46ce-b6e8-8bbc97d118bc" + } + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "MD" + } + ] + }, + "value": "2nd OrgIdentifier" + } + ], + "name": "2nd Ordering Facility" + } + }, + { + "fullUrl": "RelatedPerson/1731704146938119000.4596e280-4938-4a99-8b51-eeaafd2790e3", + "resource": { + "resourceType": "RelatedPerson", + "id": "1731704146938119000.4596e280-4938-4a99-8b51-eeaafd2790e3", + "identifier": [ + { + "value": "maybe" + } + ] + } + }, + { + "fullUrl": "RelatedPerson/1731704146938336000.71ee8bcb-1663-458a-85f8-987f2ce45f07", + "resource": { + "resourceType": "RelatedPerson", + "id": "1731704146938336000.71ee8bcb-1663-458a-85f8-987f2ce45f07", + "identifier": [ + { + "value": "maybe not" + } + ] + } + }, + { + "fullUrl": "Organization/1731704146941745000.ffe8c316-611f-479f-9ca6-6f164199da81", + "resource": { + "resourceType": "Organization", + "id": "1731704146941745000.ffe8c316-611f-479f-9ca6-6f164199da81", + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" + } + ], + "value": "RSDT" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0301", + "code": "ISO" + } + ] + }, + "system": "urn:ietf:rfc:3986", + "value": "0.0.0.1.1138" + } + ] + } + }, + { + "fullUrl": "Organization/1731704146944899000.78ca289d-8d36-4e56-9da8-df11b7f379d2", + "resource": { + "resourceType": "Organization", + "id": "1731704146944899000.78ca289d-8d36-4e56-9da8-df11b7f379d2", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ + { + "url": "XON.3", + "valueString": "112233" + }, + { + "url": "XON.10", + "valueString": "HRU" + } + ] + } + ], + "identifier": [ + { + "value": "HRU" + } + ], + "name": "HospitalsRUs", + "contact": [ + { + "telecom": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString": "1" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString": "720" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString": "5553954" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ + { + "url": "XTN.2", + "valueString": "WPN" + }, + { + "url": "XTN.3", + "valueString": "PH" + }, + { + "url": "XTN.7", + "valueString": "5553954" + }, + { + "url": "XTN.12", + "valueString": "+1 720 555 3954" + } + ] + } + ], + "system": "phone", + "value": "+1 720 555 3954", + "use": "work" + } + ], + "address": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-censusTract", + "valueCode": "12" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ + { + "url": "SAD.1", + "valueString": "4861 20TH AVE" + } + ] + }, + { + "url": "XAD.2", + "valueString": "#B" + }, + { + "url": "XAD.7", + "valueCode": "H" + }, + { + "url": "XAD.8", + "valueString": "World" + }, + { + "url": "XAD.11", + "valueCode": "8" + }, + { + "url": "XAD.12", + "extension": [ + { + "url": "XAD.12.1", + "valueString": "2017" + }, + { + "url": "XAD.12.2", + "valueString": "2025" + } + ] + }, + { + "url": "XAD.13", + "valueString": "2020" + }, + { + "url": "XAD.14", + "valueString": "2021" + } + ] + } + ], + "use": "home", + "line": [ + "4861 20TH AVE", + "#B" + ], + "city": "AURORA", + "district": "King", + "state": "IG", + "postalCode": "99999", + "country": "USA", + "period": { + "start": "2020", + "end": "2021" + } + } + } + ] + } + }, + { + "fullUrl": "Provenance/1731704146966322000.547ef142-b081-40c7-99d8-a94d1968631b", + "resource": { + "resourceType": "Provenance", + "id": "1731704146966322000.547ef142-b081-40c7-99d8-a94d1968631b", + "target": [ + { + "reference": "Patient/1731704146951532000.feebe084-6c07-45e4-b0b3-8f2dc0fe51ea" + } + ], + "occurredDateTime": "2024-08-21T11:38:00Z", + "recorded": "2024-11-15T12:55:46Z", + "activity": { + "coding": [ + { + "system": "https://terminology.hl7.org/CodeSystem/v3-DataOperation", + "code": "UPDATE" + } + ] + }, + "agent": [ + { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type", + "code": "performer" + } + ] + }, + "who": { + "reference": "Organization/1731704146966079000.2e38dd42-265c-4639-b701-7e741520ef3f" + } + } + ] + } + }, + { + "fullUrl": "Organization/1731704146966079000.2e38dd42-265c-4639-b701-7e741520ef3f", + "resource": { + "resourceType": "Organization", + "id": "1731704146966079000.2e38dd42-265c-4639-b701-7e741520ef3f", + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" + } + ], + "value": "RSDT" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0301", + "code": "ISO" + } + ] + }, + "system": "urn:ietf:rfc:3986", + "value": "0.0.0.1.1138" + } + ] + } + }, + { + "fullUrl": "RelatedPerson/1731704146972699000.d8d98dea-04a5-4cd5-ad74-d5e214de51cb", + "resource": { + "resourceType": "RelatedPerson", + "id": "1731704146972699000.d8d98dea-04a5-4cd5-ad74-d5e214de51cb", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", + "valueString": "NK1" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/nk1-related-person", + "extension": [ + { + "url": "NK1.13", + "valueReference": { + "reference": "Organization/1731704146968032000.f35624e9-ca32-4edf-8739-0d37189ed087" + } + }, + { + "url": "NK1.13", + "valueReference": { + "reference": "Organization/1731704146968235000.2fcdb900-9cc3-448d-aebf-4f25eb8c5cd8" + } + }, + { + "url": "NK1.16", + "valueString": "19860505" + } + ] + } + ], + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "NK1.12" + } + ], + "value": "052479", + "period": { + "start": "2016-08-22", + "_start": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20160822" + } + ] + } + } + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "NK1.33" + } + ], + "value": "052479", + "period": { + "end": "2021-04-28", + "_end": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20210428" + } + ] + } + } + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "NK1.33" + } + ], + "value": "052470", + "period": { + "end": "2021-04-29", + "_end": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20210429" + } + ] + } + } + } + ], + "patient": { + "reference": "Patient/1731704146951532000.feebe084-6c07-45e4-b0b3-8f2dc0fe51ea" + }, + "relationship": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "NK1.3" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70063" + } + ], + "code": "OTH", + "display": "Other" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "code": "OT", + "display": "OTHER RELATIONSHIP" + } + ] + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "NK1.7" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70131" + } + ], + "code": "F", + "display": "Federal Agency" + } + ] + } + ], + "name": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "NK1.2" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", + "extension": [ + { + "url": "XPN.2", + "valueString": "GENARO" + }, + { + "url": "XPN.3", + "valueString": "GR" + }, + { + "url": "XPN.14", + "valueString": "Dr" + }, + { + "url": "XPN.4", + "valueString": "JR" + }, + { + "url": "XPN.6", + "valueString": "Md" + }, + { + "url": "XPN.7", + "valueString": "L" + }, + { + "url": "XPN.8", + "valueString": "I" + }, + { + "url": "XPN.9", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "NK1.2" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70448" + } + ], + "code": "CON", + "display": "Context of the name" + } + ] + } + }, + { + "url": "XPN.10", + "extension": [ + { + "url": "XPN.10.2", + "valueString": "2030" + }, + { + "url": "XPN.10.1", + "valueString": "2000" + } + ] + }, + { + "url": "XPN.12", + "valueString": "20000501102531" + }, + { + "url": "XPN.13", + "valueString": "2030501102531" + } + ] + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", + "valueCode": "G" + } + ], + "use": "official", + "family": "SURYAN", + "_family": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", + "valueString": "Prefix" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name", + "valueString": "Own" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", + "valueString": "SpousePrefix" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", + "valueString": "Spouse" + } + ] + }, + "given": [ + "GENARO", + "GR" + ], + "prefix": [ + "Sir" + ], + "suffix": [ + "JR", + "Md", + "Dr" + ], + "period": { + "start": "2000-05-01T10:25:31Z" + } + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "NK1.2" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", + "extension": [ + { + "url": "XPN.2", + "valueString": "GENARO" + }, + { + "url": "XPN.3", + "valueString": "GR" + }, + { + "url": "XPN.14", + "valueString": "Dr" + }, + { + "url": "XPN.4", + "valueString": "JR" + }, + { + "url": "XPN.6", + "valueString": "Md" + }, + { + "url": "XPN.7", + "valueString": "L" + }, + { + "url": "XPN.8", + "valueString": "I" + }, + { + "url": "XPN.9", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "NK1.2" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70448" + } + ], + "code": "CON", + "display": "Context of the name" + } + ] + } + }, + { + "url": "XPN.10", + "extension": [ + { + "url": "XPN.10.2", + "valueString": "2030" + }, + { + "url": "XPN.10.1", + "valueString": "2000" + } + ] + }, + { + "url": "XPN.12", + "valueString": "20000501102531" + }, + { + "url": "XPN.13", + "valueString": "2030501102531" + } + ] + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", + "valueCode": "G" + } + ], + "use": "official", + "family": "SURYANS", + "_family": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", + "valueString": "Prefix" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name", + "valueString": "Own" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", + "valueString": "SpousePrefix" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", + "valueString": "Spouse" + } + ] + }, + "given": [ + "GENARO", + "GR" + ], + "prefix": [ + "Sir" + ], + "suffix": [ + "JR", + "Md", + "Dr" + ], + "period": { + "start": "2000-05-01T10:25:31Z" + } + } + ], + "telecom": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString": "1" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString": "720" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString": "5553954" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-extension", + "valueString": "2" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ + { + "url": "XTN.2", + "valueString": "PRN" + }, + { + "url": "XTN.3", + "valueString": "PH" + }, + { + "url": "XTN.4", + "valueString": "example@exmaple.com" + }, + { + "url": "XTN.7", + "valueString": "5553954" + }, + { + "url": "XTN.9", + "valueString": "any" + }, + { + "url": "XTN.12", + "valueString": "+1 720 555 3954" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "NK1.5" + } + ], + "system": "phone", + "value": "+1 720 555 3954", + "use": "home" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString": "1" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString": "720" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString": "5553954" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-extension", + "valueString": "2" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ + { + "url": "XTN.2", + "valueString": "PRN" + }, + { + "url": "XTN.3", + "valueString": "PH" + }, + { + "url": "XTN.4", + "valueString": "example2@exmaple.com" + }, + { + "url": "XTN.7", + "valueString": "5553954" + }, + { + "url": "XTN.9", + "valueString": "any" + }, + { + "url": "XTN.12", + "valueString": "+1 720 555 3954" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "NK1.5" + } + ], + "system": "phone", + "value": "+1 720 555 3954", + "use": "home" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString": "1" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString": "555" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString": "4672293" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ + { + "url": "XTN.2", + "valueString": "WPN" + }, + { + "url": "XTN.3", + "valueString": "PH" + }, + { + "url": "XTN.7", + "valueString": "4672293" + }, + { + "url": "XTN.12", + "valueString": "+1 555 467 2293" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "NK1.6" + } + ], + "system": "phone", + "value": "+1 555 467 2293", + "use": "work" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString": "1" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString": "666" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString": "4672293" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ + { + "url": "XTN.2", + "valueString": "WPN" + }, + { + "url": "XTN.3", + "valueString": "PH" + }, + { + "url": "XTN.7", + "valueString": "4672293" + }, + { + "url": "XTN.12", + "valueString": "+1 666 467 2293" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "NK1.6" + } + ], + "system": "phone", + "value": "+1 666 467 2293", + "use": "work" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString": "1" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString": "720" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString": "5553954" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ + { + "url": "XTN.2", + "valueString": "WPN" + }, + { + "url": "XTN.3", + "valueString": "PH" + }, + { + "url": "XTN.7", + "valueString": "5553954" + }, + { + "url": "XTN.12", + "valueString": "+1 720 555 3954" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "NK1.31" + } + ], + "system": "phone", + "value": "+1 720 555 3954", + "use": "work" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString": "1" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString": "666" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString": "5553954" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ + { + "url": "XTN.2", + "valueString": "WPN" + }, + { + "url": "XTN.3", + "valueString": "PH" + }, + { + "url": "XTN.7", + "valueString": "5553954" + }, + { + "url": "XTN.12", + "valueString": "+1 666 555 3954" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "NK1.31" + } + ], + "system": "phone", + "value": "+1 666 555 3954", + "use": "work" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString": "1" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString": "314" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString": "5553131" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ + { + "url": "XTN.2", + "valueString": "VHN" + }, + { + "url": "XTN.3", + "valueString": "SAT" + }, + { + "url": "XTN.7", + "valueString": "5553131" + }, + { + "url": "XTN.12", + "valueString": "+1 314 555 3131" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "NK1.40" + } + ], + "system": "other", + "value": "+1 314 555 3131" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString": "1" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString": "281" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString": "5558181" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ + { + "url": "XTN.2", + "valueString": "AWN" + }, + { + "url": "XTN.3", + "valueString": "FX" + }, + { + "url": "XTN.7", + "valueString": "5558181" + }, + { + "url": "XTN.12", + "valueString": "+1 281 555 8181" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "NK1.41" + } + ], + "system": "fax", + "value": "+1 281 555 8181" + } + ], + "gender": "unknown", + "_gender": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/nk1-15-administrative-sex", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70001" + } + ], + "code": "N", + "display": "Not Applicable" + } + ] + } + } + ] + }, + "birthDate": "1986-05-05", + "address": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "NK1.4" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ + { + "url": "SAD.1", + "valueString": "4861 20TH AVE" + } + ] + }, + { + "url": "XAD.7", + "valueCode": "H" + } + ] + } + ], + "use": "home", + "line": [ + "4861 20TH AVE" + ], + "city": "THUNDER MOUNTAIN", + "state": "IG", + "postalCode": "99999", + "country": "USA" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "NK1.4" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ + { + "url": "SAD.1", + "valueString": "4860 21ST AVE" + } + ] + }, + { + "url": "XAD.7", + "valueCode": "H" + } + ] + } + ], + "use": "home", + "line": [ + "4860 21ST AVE" + ], + "city": "THUNDER MOUNTAIN", + "state": "IG", + "postalCode": "99999", + "country": "USA" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-censusTract", + "valueCode": "12" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "NK1.32" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ + { + "url": "SAD.1", + "valueString": "4861 20TH AVE" + } + ] + }, + { + "url": "XAD.2", + "valueString": "#B" + }, + { + "url": "XAD.7", + "valueCode": "H" + }, + { + "url": "XAD.8", + "valueString": "World" + }, + { + "url": "XAD.11", + "valueCode": "8" + }, + { + "url": "XAD.12", + "extension": [ + { + "url": "XAD.12.1", + "valueString": "2017" + }, + { + "url": "XAD.12.2", + "valueString": "2025" + } + ] + }, + { + "url": "XAD.13", + "valueString": "2020" + }, + { + "url": "XAD.14", + "valueString": "2021" + } + ] + } + ], + "use": "home", + "line": [ + "4861 20TH AVE", + "#B" + ], + "city": "AURORA", + "district": "King", + "state": "IG", + "postalCode": "99999", + "country": "USA", + "period": { + "start": "2020", + "end": "2021" + } + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-censusTract", + "valueCode": "12" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "NK1.32" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ + { + "url": "SAD.1", + "valueString": "4861 24TH AVE" + } + ] + }, + { + "url": "XAD.2", + "valueString": "#B" + }, + { + "url": "XAD.7", + "valueCode": "H" + }, + { + "url": "XAD.8", + "valueString": "World" + }, + { + "url": "XAD.11", + "valueCode": "8" + }, + { + "url": "XAD.12", + "extension": [ + { + "url": "XAD.12.1", + "valueString": "2017" + }, + { + "url": "XAD.12.2", + "valueString": "2025" + } + ] + }, + { + "url": "XAD.13", + "valueString": "2020" + }, + { + "url": "XAD.14", + "valueString": "2021" + } + ] + } + ], + "use": "home", + "line": [ + "4861 24TH AVE", + "#B" + ], + "city": "AURORA", + "district": "King", + "state": "IG", + "postalCode": "99999", + "country": "USA", + "period": { + "start": "2020", + "end": "2021" + } + } + ], + "period": { + "start": "2022-05-01T10:25:31-04:00", + "_start": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20220501102531-0400" + } + ] + }, + "end": "2023-05-01T10:25:31-04:00", + "_end": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230501102531-0400" + } + ] + } + }, + "communication": [ + { + "language": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70296" + } + ], + "code": "E", + "display": "English" + } + ] + } + } + ] + } + }, + { + "fullUrl": "Organization/1731704146968032000.f35624e9-ca32-4edf-8739-0d37189ed087", + "resource": { + "resourceType": "Organization", + "id": "1731704146968032000.f35624e9-ca32-4edf-8739-0d37189ed087", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ + { + "url": "XON.3", + "valueString": "112233" + }, + { + "url": "XON.10", + "valueString": "HRU" + } + ] + } + ], + "identifier": [ + { + "value": "HRU" + } + ], + "name": "HospitalsRUs" + } + }, + { + "fullUrl": "Organization/1731704146968235000.2fcdb900-9cc3-448d-aebf-4f25eb8c5cd8", + "resource": { + "resourceType": "Organization", + "id": "1731704146968235000.2fcdb900-9cc3-448d-aebf-4f25eb8c5cd8", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ + { + "url": "XON.3", + "valueString": "112233" + }, + { + "url": "XON.10", + "valueString": "H20" + } + ] + } + ], + "identifier": [ + { + "value": "H20" + } + ], + "name": "Hospitals 2.0" + } + }, + { + "fullUrl": "RelatedPerson/1731704146976466000.4d08c9ea-2fdb-497f-99b0-1f5fdba9b904", + "resource": { + "resourceType": "RelatedPerson", + "id": "1731704146976466000.4d08c9ea-2fdb-497f-99b0-1f5fdba9b904", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", + "valueString": "NK1" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/nk1-related-person", + "extension": [ + { + "url": "NK1.13", + "valueReference": { + "reference": "Organization/1731704146973915000.7d915b7e-b1c4-4fa5-9afe-5883e02bd48c" + } + }, + { + "url": "NK1.16", + "valueString": "19860505" + } + ] + } + ], + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "NK1.12" + } + ], + "value": "052479", + "period": { + "start": "2016-08-22", + "_start": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20160822" + } + ] + } + } + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "NK1.33" + } + ], + "value": "052479", + "period": { + "end": "2021-04-28", + "_end": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20210428" + } + ] + } + } + } + ], + "patient": { + "reference": "Patient/1731704146951532000.feebe084-6c07-45e4-b0b3-8f2dc0fe51ea" + }, + "relationship": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "NK1.3" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70063" + } + ], + "code": "OTH", + "display": "Other" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "code": "OT", + "display": "OTHER RELATIONSHIP" + } + ] + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "NK1.7" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70131" + } + ], + "code": "F", + "display": "Federal Agency" + } + ] + } + ], + "name": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "NK1.2" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", + "extension": [ + { + "url": "XPN.2", + "valueString": "GENARO" + }, + { + "url": "XPN.3", + "valueString": "GR" + }, + { + "url": "XPN.14", + "valueString": "Dr" + }, + { + "url": "XPN.4", + "valueString": "JR" + }, + { + "url": "XPN.6", + "valueString": "Md" + }, + { + "url": "XPN.7", + "valueString": "L" + }, + { + "url": "XPN.8", + "valueString": "I" + }, + { + "url": "XPN.9", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "NK1.2" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70448" + } + ], + "code": "CON", + "display": "Context the namee" + } + ] + } + }, + { + "url": "XPN.10", + "extension": [ + { + "url": "XPN.10.2", + "valueString": "2030" + }, + { + "url": "XPN.10.1", + "valueString": "2000" + } + ] + }, + { + "url": "XPN.12", + "valueString": "20000501102531" + }, + { + "url": "XPN.13", + "valueString": "2030501102531" + } + ] + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", + "valueCode": "G" + } + ], + "use": "official", + "family": "SUPERMAN", + "_family": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", + "valueString": "Prefix" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name", + "valueString": "Own" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", + "valueString": "SpousePrefix" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", + "valueString": "Spouse" + } + ] + }, + "given": [ + "GENARO", + "GR" + ], + "prefix": [ + "Sir" + ], + "suffix": [ + "JR", + "Md", + "Dr" + ], + "period": { + "start": "2000-05-01T10:25:31Z" + } + } + ], + "telecom": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString": "1" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString": "720" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString": "5553954" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-extension", + "valueString": "2" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ + { + "url": "XTN.2", + "valueString": "PRN" + }, + { + "url": "XTN.3", + "valueString": "PH" + }, + { + "url": "XTN.4", + "valueString": "example2@exmaple.com" + }, + { + "url": "XTN.7", + "valueString": "5553954" + }, + { + "url": "XTN.9", + "valueString": "any" + }, + { + "url": "XTN.12", + "valueString": "+1 720 555 3955" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "NK1.5" + } + ], + "system": "phone", + "value": "+1 720 555 3955", + "use": "home" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString": "1" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString": "555" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString": "4672293" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ + { + "url": "XTN.2", + "valueString": "WPN" + }, + { + "url": "XTN.3", + "valueString": "PH" + }, + { + "url": "XTN.7", + "valueString": "4672293" + }, + { + "url": "XTN.12", + "valueString": "+1 555 467 2294" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "NK1.6" + } + ], + "system": "phone", + "value": "+1 555 467 2294", + "use": "work" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString": "1" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString": "720" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString": "5553954" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ + { + "url": "XTN.2", + "valueString": "WPN" + }, + { + "url": "XTN.3", + "valueString": "PH" + }, + { + "url": "XTN.7", + "valueString": "5553954" + }, + { + "url": "XTN.12", + "valueString": "+1 720 555 3955" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "NK1.31" + } + ], + "system": "phone", + "value": "+1 720 555 3955", + "use": "work" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString": "1" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString": "314" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString": "5553131" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ + { + "url": "XTN.2", + "valueString": "VHN" + }, + { + "url": "XTN.3", + "valueString": "SAT" + }, + { + "url": "XTN.7", + "valueString": "5553131" + }, + { + "url": "XTN.12", + "valueString": "+1 314 555 3132" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "NK1.40" + } + ], + "system": "other", + "value": "+1 314 555 3132" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString": "1" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString": "281" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString": "5558181" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ + { + "url": "XTN.2", + "valueString": "AWN" + }, + { + "url": "XTN.3", + "valueString": "FX" + }, + { + "url": "XTN.7", + "valueString": "5558181" + }, + { + "url": "XTN.12", + "valueString": "+1 281 555 8182" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "NK1.41" + } + ], + "system": "fax", + "value": "+1 281 555 8182" + } + ], + "gender": "unknown", + "_gender": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/nk1-15-administrative-sex", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70001" + } + ], + "code": "N", + "display": "Not Applicable" + } + ] + } + } + ] + }, + "birthDate": "1986-05-05", + "address": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "NK1.4" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ + { + "url": "SAD.1", + "valueString": "4861 20TH AVE" + } + ] + }, + { + "url": "XAD.7", + "valueCode": "H" + } + ] + } + ], + "use": "home", + "line": [ + "4861 20TH AVE" + ], + "city": "THUNDER MOUNTAIN", + "state": "IG", + "postalCode": "99999", + "country": "USA" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-censusTract", + "valueCode": "12" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "NK1.32" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ + { + "url": "SAD.1", + "valueString": "4861 20TH AVE" + } + ] + }, + { + "url": "XAD.2", + "valueString": "#B" + }, + { + "url": "XAD.7", + "valueCode": "H" + }, + { + "url": "XAD.8", + "valueString": "World" + }, + { + "url": "XAD.11", + "valueCode": "8" + }, + { + "url": "XAD.12", + "extension": [ + { + "url": "XAD.12.1", + "valueString": "2017" + }, + { + "url": "XAD.12.2", + "valueString": "2025" + } + ] + }, + { + "url": "XAD.13", + "valueString": "2020" + }, + { + "url": "XAD.14", + "valueString": "2021" + } + ] + } + ], + "use": "home", + "line": [ + "4861 20TH AVE", + "#B" + ], + "city": "AURORA", + "district": "King", + "state": "IG", + "postalCode": "99999", + "country": "USA", + "period": { + "start": "2020", + "end": "2021" + } + } + ], + "period": { + "start": "2022-05-01T10:25:31-04:00", + "_start": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20220501102531-0400" + } + ] + }, + "end": "2023-05-01T10:25:31-04:00", + "_end": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230501102531-0400" + } + ] + } + }, + "communication": [ + { + "language": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70296" + } + ], + "code": "E", + "display": "English" + } + ] + } + } + ] + } + }, + { + "fullUrl": "Organization/1731704146973915000.7d915b7e-b1c4-4fa5-9afe-5883e02bd48c", + "resource": { + "resourceType": "Organization", + "id": "1731704146973915000.7d915b7e-b1c4-4fa5-9afe-5883e02bd48c", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ + { + "url": "XON.3", + "valueString": "112233" + }, + { + "url": "XON.10", + "valueString": "HRU" + } + ] + } + ], + "identifier": [ + { + "value": "HRU" + } + ], + "name": "HospitalsRUs" + } + }, + { + "fullUrl": "Encounter/1731704146993830000.c7fb2291-5b17-4035-a2d1-7ccc15e57a65", + "resource": { + "resourceType": "Encounter", + "id": "1731704146993830000.c7fb2291-5b17-4035-a2d1-7ccc15e57a65", + "meta": { + "security": [ + { + "code": "SEC" + } + ] + }, + "text": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/pv2-visit-description", + "valueString": "Description" + } + ], + "div": "\u003cdiv xmlns\u003d\"http://www.w3.org/1999/xhtml\"\u003eDescription\u003c/div\u003e" + }, + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/visit-user-code", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "413", + "display": "V" + } + ] + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/visit-user-code", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "423", + "display": "X" + } + ] + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/planned-start-date", + "valueDateTime": "2023-06-01T10:25:31-04:00", + "_valueDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230601102531-0400" + } + ] + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/planned-discharge-date", + "valueDateTime": "2023-07-01T10:25:31-04:00", + "_valueDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230701102531-0400" + } + ] + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/estimated-length", + "valueQuantity": { + "value": 5, + "unit": "days", + "system": "http://unitsofmeasure.org/", + "code": "d" + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/publicity-code", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "100", + "display": "PublicCode" + } + ] + } + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/encounter-modeOfArrival", + "valueCoding": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "444", + "display": "MODE" + } + ] + } + } + ], + "code": "444", + "display": "MODE" + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/admission-level-of-care", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "123", + "display": "CARELEVEL1" + } + ] + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/pv1-patient-visit", + "extension": [ + { + "url": "PV1.12", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70087" + } + ], + "code": "P", + "display": "Passed" + } + ] + } + }, + { + "url": "PV1.18", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70018" + } + ], + "code": "H", + "display": "Human Patient" + } + ] + } + }, + { + "url": "PV1.46", + "valueDecimal": 100 + }, + { + "url": "PV1.47", + "valueDecimal": 199 + }, + { + "url": "PV1.48", + "valueDecimal": 142 + }, + { + "url": "PV1.49", + "valueDecimal": 130 + }, + { + "url": "PV1.51", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70326" + } + ], + "code": "A", + "display": "Account Level" + } + ] + } + }, + { + "url": "PV1.30", + "valueString": "20020101" + }, + { + "url": "PV1.31", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70021" + } + ], + "code": "C", + "display": "Collectors" + } + ] + } + }, + { + "url": "PV1.32", + "valueDecimal": 1 + }, + { + "url": "PV1.33", + "valueDecimal": 0 + }, + { + "url": "PV1.34", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70111" + } + ], + "code": "Y", + "display": "Yes" + } + ] + } + }, + { + "url": "PV1.35", + "valueString": "20080101" + }, + { + "url": "PV1.39", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70115" + } + ], + "code": "H", + "display": "A Hospital Of Course" + } + ] + } + }, + { + "url": "PV1.41", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70117" + } + ], + "code": "A", + "display": "Active" + } + ] + } + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/pv2-patient-visit-additional-information", + "extension": [ + { + "url": "PV2.15", + "valueString": "EMP_ILL" + }, + { + "url": "PV2.23", + "valueReference": { + "reference": "Organization/1731704146983846000.c2a5c6c0-1a3d-4e95-8df5-3100d4c9b5a4" + } + }, + { + "url": "PV2.23", + "valueReference": { + "reference": "Organization/1731704146984398000.728534c3-842b-4bc8-980d-3805d84563a1" + } + }, + { + "url": "PV2.26", + "valueString": "20230501102531-0400" + }, + { + "url": "PV2.29", + "valueString": "20220501102531-0400" + } + ] + } + ], + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PV1.19" + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "VN" + } + ], + "text": "visit number" + }, + "value": "22" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PV1.50" + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203" + } + ] + }, + "value": "alternate visit" + } + ], + "status": "finished", + "class": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/pv1-2-patient-class", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "O" + } + ] + } + } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode", + "code": "AMB", + "display": "ambulatory" + }, + "type": [ + { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70007" + } + ], + "code": "R", + "display": "Routine" + } + ] + } + ], + "serviceType": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70069" + } + ], + "code": "URO", + "display": "Urology Service" + } + ] + }, + "priority": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70217" + } + ], + "code": "3", + "display": "Elective" + } + ] + }, + "subject": { + "reference": "Patient/1731704146951532000.feebe084-6c07-45e4-b0b3-8f2dc0fe51ea" + }, + "episodeOfCare": [ + { + "reference": "EpisodeOfCare/1731704146994097000.c66a4598-85ee-4708-855d-2e8e1f36b8b6" + } + ], + "participant": [ + { + "type": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "code": "ATND", + "display": "attender" + } + ] + } + ], + "individual": { + "reference": "Practitioner/1731704146986032000.712990c4-6b7d-4da8-ad40-d5a3389e5344" + } + }, + { + "type": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "code": "ATND", + "display": "attender" + } + ] + } + ], + "individual": { + "reference": "Practitioner/1731704146986497000.32ae08ba-45d9-416d-a001-b21d0d2f7c15" + } + }, + { + "type": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "code": "REF" + } + ], + "text": "referrer" + } + ], + "individual": { + "reference": "Practitioner/1731704146986852000.8d34afbe-1dd5-4274-9005-0ce0d548b629" + } + }, + { + "type": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "code": "REF" + } + ], + "text": "referrer" + } + ], + "individual": { + "reference": "Practitioner/1731704146987129000.6523929d-ca09-4ff9-ac05-cc461311a41d" + } + }, + { + "type": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "code": "CON" + } + ], + "text": "consultant" + } + ], + "individual": { + "reference": "Practitioner/1731704146987422000.11a78c59-598d-4c7f-bad6-994df2df91b7" + } + }, + { + "type": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "code": "CON" + } + ], + "text": "consultant" + } + ], + "individual": { + "reference": "Practitioner/1731704146987702000.2df77fa7-838f-4862-bbd0-51bb49ad0ce9" + } + }, + { + "type": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "code": "ADM" + } + ], + "text": "admitter" + } + ], + "individual": { + "reference": "Practitioner/1731704146987996000.d21f4d5f-7b4a-4c44-b887-1ddefa68fcc0" + } + }, + { + "type": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "code": "ADM" + } + ], + "text": "admitter" + } + ], + "individual": { + "reference": "Practitioner/1731704146988282000.3359adbc-591c-48a0-879e-8cd18d87a47d" + } + }, + { + "type": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "code": "REF" + } + ], + "text": "referrer" + } + ], + "individual": { + "reference": "Practitioner/1731704146989589000.75a59674-da55-4d0c-a14f-d64db9d2a35c" + } + }, + { + "type": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "code": "REF" + } + ], + "text": "referrer" + } + ], + "individual": { + "reference": "Practitioner/1731704146990909000.97e56863-8c1a-48dd-a0cf-080d99ffdbb8" + } + } + ], + "period": { + "start": "2024-08-01T10:25:31-04:00", + "_start": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20240801102531-0400" + } + ] + }, + "end": "2024-08-01T10:25:31-04:00", + "_end": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20240801102531-0400" + } + ] + } + }, + "length": { + "value": 12, + "unit": "days", + "system": "http://unitsofmeasure.org/", + "code": "d" + }, + "reasonCode": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PV2.3" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "1", + "display": "AD" + } + ] + } + ], + "hospitalization": { + "preAdmissionIdentifier": { + "value": "232323" + }, + "admitSource": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70023" + } + ], + "code": "RL", + "display": "Real Life" + } + ] + }, + "reAdmission": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70092" + } + ], + "code": "R", + "display": "Re-admission" + } + ] + }, + "dietPreference": [ + { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70114" + } + ], + "code": "F", + "display": "Fed" + } + ] + } + ], + "specialCourtesy": [ + { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70099" + } + ], + "code": "VIP", + "display": "Very Interesting Person" + } + ] + } + ], + "destination": { + "reference": "Location/1731704146984679000.0fd65c20-79a6-42bc-bbe3-5b1f7789a735" + }, + "dischargeDisposition": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70112" + } + ], + "code": "H", + "display": "Happy" + } + ] + } + }, + "location": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PV1.3" + } + ], + "location": { + "reference": "Location/1731704146992320000.d4e4b37a-aebe-46cc-ae39-bc5a9ddaa7a3" + }, + "status": "active" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PV1.6" + } + ], + "location": { + "reference": "Location/1731704146992812000.2af3d22d-3579-43c7-ad5a-5129c6df48c4" + }, + "status": "completed" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PV1.11" + }, + { + "url": "https://hl7.org/fhir/StructureDefinition/temporary-location", + "valueBoolean": true + } + ], + "location": { + "reference": "Location/1731704146992983000.1ea5db9f-19ad-42a0-85f3-88de0164a0bb" + }, + "status": "active" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PV1.42" + } + ], + "location": { + "reference": "Location/1731704146993131000.13e8d471-a874-48b2-866f-f797b0a42832" + }, + "status": "planned" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PV1.43" + }, + { + "url": "https://hl7.org/fhir/StructureDefinition/temporary-location", + "valueBoolean": true + } + ], + "location": { + "reference": "Location/1731704146993297000.d48f5551-9c09-444e-b13c-7877b91e1751" + }, + "status": "completed" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PV2.1" + }, + { + "url": "https://hl7.org/fhir/StructureDefinition/temporary-location", + "valueBoolean": false + } + ], + "location": { + "reference": "Location/1731704146993768000.ec3b7add-0155-4c09-aa68-59e53e8987d5" + }, + "status": "planned" + } + ] + } + }, + { + "fullUrl": "Location/1731704146983456000.3e0dcf7b-7ed0-4a2e-a4a1-5fe26f22d7f5", + "resource": { + "resourceType": "Location", + "id": "1731704146983456000.3e0dcf7b-7ed0-4a2e-a4a1-5fe26f22d7f5", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ], + "identifier": [ + { + "value": "2.16.840.1.113883.9.11" + } + ], + "name": "Hospital A", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" + } + ] + } + } + }, + { + "fullUrl": "Organization/1731704146983846000.c2a5c6c0-1a3d-4e95-8df5-3100d4c9b5a4", + "resource": { + "resourceType": "Organization", + "id": "1731704146983846000.c2a5c6c0-1a3d-4e95-8df5-3100d4c9b5a4", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "version": "1", + "code": "1234-5", + "display": "TestText" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "version": "2", + "code": "1234-5", + "display": "TestAltText" + } + ], + "text": "OriginalText" + } + } + ], + "system": "LN", + "version": "1", + "code": "1234-5", + "display": "TestText" + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ + { + "url": "XON.3", + "valueString": "123" + } + ] + } + ], + "identifier": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString": "Check Digit" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Assigning Authority" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.1.4.1" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode": "C1" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference": { + "reference": "Location/1731704146983456000.3e0dcf7b-7ed0-4a2e-a4a1-5fe26f22d7f5" + } + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "MD" + } + ] + }, + "value": "123" + } + ], + "name": "Org1" + } + }, + { + "fullUrl": "Location/1731704146984077000.340e3d9e-bc18-4705-a666-edbdaabdc170", + "resource": { + "resourceType": "Location", + "id": "1731704146984077000.340e3d9e-bc18-4705-a666-edbdaabdc170", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ], + "identifier": [ + { + "value": "2.16.840.1.113883.9.11" + } + ], + "name": "Hospital A", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" + } + ] + } + } + }, + { + "fullUrl": "Organization/1731704146984398000.728534c3-842b-4bc8-980d-3805d84563a1", + "resource": { + "resourceType": "Organization", + "id": "1731704146984398000.728534c3-842b-4bc8-980d-3805d84563a1", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "version": "1", + "code": "1234-5", + "display": "TestText" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "version": "2", + "code": "1234-5", + "display": "TestAltText" + } + ], + "text": "OriginalText" + } + } + ], + "system": "LN", + "version": "1", + "code": "1234-5", + "display": "TestText" + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ + { + "url": "XON.3", + "valueString": "123" + } + ] + } + ], + "identifier": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString": "Check Digit" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Assigning Authority" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.1.4.1" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode": "C1" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference": { + "reference": "Location/1731704146984077000.340e3d9e-bc18-4705-a666-edbdaabdc170" + } + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "MD" + } + ] + }, + "value": "123" + } + ], + "name": "Org2" + } + }, + { + "fullUrl": "Location/1731704146984679000.0fd65c20-79a6-42bc-bbe3-5b1f7789a735", + "resource": { + "resourceType": "Location", + "id": "1731704146984679000.0fd65c20-79a6-42bc-bbe3-5b1f7789a735", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/dld2-effective-date", + "valueString": "202305061200" + } + ] + } + }, + { + "fullUrl": "Practitioner/1731704146986032000.712990c4-6b7d-4da8-ad40-d5a3389e5344", + "resource": { + "resourceType": "Practitioner", + "id": "1731704146986032000.712990c4-6b7d-4da8-ad40-d5a3389e5344", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Namespace" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "AssigningSystem" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "UUID" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ + { + "url": "XCN.3", + "valueString": "LUDWIG" + }, + { + "url": "XCN.4", + "valueString": "B" + }, + { + "url": "XCN.21", + "valueString": "MD" + }, + { + "url": "XCN.5", + "valueString": "2ND" + }, + { + "url": "XCN.7", + "valueString": "MD" + }, + { + "url": "XCN.10", + "valueString": "B" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PV1.7" + } + ], + "identifier": [ + { + "type": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true + } + ], + "code": "DL" + } + ] + }, + "system": "Namespace", + "value": "1" + } + ], + "name": [ + { + "use": "official", + "family": "BEETHOVEN", + "given": [ + "LUDWIG", + "B" + ], + "prefix": [ + "DR" + ], + "suffix": [ + "2ND", + "MD", + "MD" + ] + } + ] + } + }, + { + "fullUrl": "Practitioner/1731704146986497000.32ae08ba-45d9-416d-a001-b21d0d2f7c15", + "resource": { + "resourceType": "Practitioner", + "id": "1731704146986497000.32ae08ba-45d9-416d-a001-b21d0d2f7c15", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Namespace" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "AssigningSystem" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "UUID" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ + { + "url": "XCN.3", + "valueString": "LUDWIG" + }, + { + "url": "XCN.4", + "valueString": "B" + }, + { + "url": "XCN.21", + "valueString": "MD" + }, + { + "url": "XCN.5", + "valueString": "2ND" + }, + { + "url": "XCN.7", + "valueString": "MD" + }, + { + "url": "XCN.10", + "valueString": "B" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PV1.7" + } + ], + "identifier": [ + { + "type": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true + } + ], + "code": "DL" + } + ] + }, + "system": "Namespace", + "value": "1" + } + ], + "name": [ + { + "use": "official", + "family": "BEETHOVEN2", + "given": [ + "LUDWIG", + "B" + ], + "prefix": [ + "DR" + ], + "suffix": [ + "2ND", + "MD", + "MD" + ] + } + ] + } + }, + { + "fullUrl": "Practitioner/1731704146986852000.8d34afbe-1dd5-4274-9005-0ce0d548b629", + "resource": { + "resourceType": "Practitioner", + "id": "1731704146986852000.8d34afbe-1dd5-4274-9005-0ce0d548b629", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PV1.8" + } + ], + "identifier": [ + { + "value": "1" + } + ], + "name": [ + { + "family": "MOZART" + } + ] + } + }, + { + "fullUrl": "Practitioner/1731704146987129000.6523929d-ca09-4ff9-ac05-cc461311a41d", + "resource": { + "resourceType": "Practitioner", + "id": "1731704146987129000.6523929d-ca09-4ff9-ac05-cc461311a41d", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PV1.8" + } + ], + "identifier": [ + { + "value": "1" + } + ], + "name": [ + { + "family": "MOZARTJR" + } + ] + } + }, + { + "fullUrl": "Practitioner/1731704146987422000.11a78c59-598d-4c7f-bad6-994df2df91b7", + "resource": { + "resourceType": "Practitioner", + "id": "1731704146987422000.11a78c59-598d-4c7f-bad6-994df2df91b7", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PV1.9" + } + ], + "identifier": [ + { + "value": "1" + } + ], + "name": [ + { + "family": "CHOPIN" + } + ] + } + }, + { + "fullUrl": "Practitioner/1731704146987702000.2df77fa7-838f-4862-bbd0-51bb49ad0ce9", + "resource": { + "resourceType": "Practitioner", + "id": "1731704146987702000.2df77fa7-838f-4862-bbd0-51bb49ad0ce9", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PV1.9" + } + ], + "identifier": [ + { + "value": "1" + } + ], + "name": [ + { + "family": "CHOPINSR" + } + ] + } + }, + { + "fullUrl": "Practitioner/1731704146987996000.d21f4d5f-7b4a-4c44-b887-1ddefa68fcc0", + "resource": { + "resourceType": "Practitioner", + "id": "1731704146987996000.d21f4d5f-7b4a-4c44-b887-1ddefa68fcc0", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PV1.17" + } + ], + "identifier": [ + { + "value": "1" + } + ], + "name": [ + { + "family": "BACH" + } + ] + } + }, + { + "fullUrl": "Practitioner/1731704146988282000.3359adbc-591c-48a0-879e-8cd18d87a47d", + "resource": { + "resourceType": "Practitioner", + "id": "1731704146988282000.3359adbc-591c-48a0-879e-8cd18d87a47d", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PV1.17" + } + ], + "identifier": [ + { + "value": "1" + } + ], + "name": [ + { + "family": "BACHtheSecond" + } + ] + } + }, + { + "fullUrl": "Practitioner/1731704146989589000.75a59674-da55-4d0c-a14f-d64db9d2a35c", + "resource": { + "resourceType": "Practitioner", + "id": "1731704146989589000.75a59674-da55-4d0c-a14f-d64db9d2a35c", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "AssigningSystem" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ + { + "url": "XCN.3", + "valueString": "LUDWIG" + }, + { + "url": "XCN.4", + "valueString": "B" + }, + { + "url": "XCN.20", + "valueString": "20230501102531-0400" + }, + { + "url": "XCN.21", + "valueString": "MD" + }, + { + "url": "XCN.22", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "AssignJ" + } + ] + } + }, + { + "url": "XCN.23", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "AssignA" + } + ] + } + }, + { + "url": "XCN.5", + "valueString": "2ND" + }, + { + "url": "XCN.7", + "valueString": "MD" + }, + { + "url": "XCN.8", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "SRC" + } + ] + } + }, + { + "url": "XCN.10", + "valueString": "B" + }, + { + "url": "XCN.15", + "valueString": "A" + }, + { + "url": "XCN.16", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "NameContext" + } + ] + } + }, + { + "url": "XCN.19", + "valueString": "20220501102531-0400" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PV2.13" + } + ], + "identifier": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString": "A" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode": "NPI" + } + ], + "type": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true + } + ], + "code": "DL" + } + ] + }, + "system": "urn:oid:AssigningSystem", + "value": "1" + } + ], + "name": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", + "valueCode": "G" + } + ], + "use": "official", + "family": "BEETHOVEN", + "_family": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", + "valueString": "VAN" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name", + "valueString": "Referral Source Code1" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", + "valueString": "VAL" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", + "valueString": "ROGER" + } + ] + }, + "given": [ + "LUDWIG", + "B" + ], + "prefix": [ + "DR" + ], + "suffix": [ + "2ND", + "MD", + "MD" + ], + "period": { + "start": "2022-05-01T10:25:31-04:00", + "end": "2023-05-01T10:25:31-04:00" + } + } + ] + } + }, + { + "fullUrl": "Practitioner/1731704146990909000.97e56863-8c1a-48dd-a0cf-080d99ffdbb8", + "resource": { + "resourceType": "Practitioner", + "id": "1731704146990909000.97e56863-8c1a-48dd-a0cf-080d99ffdbb8", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "AssigningSystem" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ + { + "url": "XCN.3", + "valueString": "LUDWIG" + }, + { + "url": "XCN.4", + "valueString": "B" + }, + { + "url": "XCN.20", + "valueString": "20230501102531-0400" + }, + { + "url": "XCN.21", + "valueString": "MD" + }, + { + "url": "XCN.22", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "AssignJ" + } + ] + } + }, + { + "url": "XCN.23", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "AssignA" + } + ] + } + }, + { + "url": "XCN.5", + "valueString": "2ND" + }, + { + "url": "XCN.7", + "valueString": "MD" + }, + { + "url": "XCN.8", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "SRC" + } + ] + } + }, + { + "url": "XCN.10", + "valueString": "B" + }, + { + "url": "XCN.15", + "valueString": "A" + }, + { + "url": "XCN.16", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "NameContext" + } + ] + } + }, + { + "url": "XCN.19", + "valueString": "20220501102531-0400" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PV2.13" + } + ], + "identifier": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString": "A" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode": "NPI" + } + ], + "type": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true + } + ], + "code": "DL" + } + ] + }, + "system": "urn:oid:AssigningSystem", + "value": "1" + } + ], + "name": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", + "valueCode": "G" + } + ], + "use": "official", + "family": "BEETHOVEN", + "_family": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", + "valueString": "VAN" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name", + "valueString": "Referral Source Code2" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", + "valueString": "VAL" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", + "valueString": "ROGER" + } + ] + }, + "given": [ + "LUDWIG", + "B" + ], + "prefix": [ + "DR" + ], + "suffix": [ + "2ND", + "MD", + "MD" + ], + "period": { + "start": "2022-05-01T10:25:31-04:00", + "end": "2023-05-01T10:25:31-04:00" + } + } + ] + } + }, + { + "fullUrl": "Organization/1731704146991148000.518f3c57-8c13-44f3-9904-6825cfa52e0d", + "resource": { + "resourceType": "Organization", + "id": "1731704146991148000.518f3c57-8c13-44f3-9904-6825cfa52e0d", + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" + } + ], + "value": "AA" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0301", + "code": "ISO" + } + ] + }, + "system": "urn:ietf:rfc:3986", + "value": "AssigningAUTH" + } + ] + } + }, + { + "fullUrl": "Location/1731704146991919000.5f9680ec-7d3d-4b74-98ba-b01ef9c1b2fa", + "resource": { + "resourceType": "Location", + "id": "1731704146991919000.5f9680ec-7d3d-4b74-98ba-b01ef9c1b2fa", + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" + } + ], + "value": "Hospital Assigned" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" + } + ], + "type": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true + } + ], + "code": "ISO" + } + ] + }, + "value": "2.4.4.4" + } + ], + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" + } + ] + } + } + }, + { + "fullUrl": "Location/1731704146991986000.cf5aa076-c86f-4001-819d-fa0057ed2af1", + "resource": { + "resourceType": "Location", + "id": "1731704146991986000.cf5aa076-c86f-4001-819d-fa0057ed2af1", + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" + } + ] + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" + } + ], + "value": "Building" + } + ], + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "bu" + } + ] + }, + "partOf": { + "reference": "Location/1731704146991919000.5f9680ec-7d3d-4b74-98ba-b01ef9c1b2fa" + } + } + }, + { + "fullUrl": "Location/1731704146992052000.e73267b5-4a21-4ef2-85db-e02027dbe7d5", + "resource": { + "resourceType": "Location", + "id": "1731704146992052000.e73267b5-4a21-4ef2-85db-e02027dbe7d5", + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" + } + ] + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" + } + ], + "value": "Floor" + } + ], + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "lvl" + } + ] + }, + "partOf": { + "reference": "Location/1731704146991986000.cf5aa076-c86f-4001-819d-fa0057ed2af1" + } + } + }, + { + "fullUrl": "Location/1731704146992126000.90701bc6-6771-4cb1-97fd-921dd16eb890", + "resource": { + "resourceType": "Location", + "id": "1731704146992126000.90701bc6-6771-4cb1-97fd-921dd16eb890", + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" + } + ], + "value": "A" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" + } + ], + "type": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true + } + ], + "code": "C" + } + ] + }, + "value": "Point OF Care" + } + ], + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "_code": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/location-physical-type-poc", + "valueString": "poc" + } + ] + } + } + ] + }, + "partOf": { + "reference": "Location/1731704146992052000.e73267b5-4a21-4ef2-85db-e02027dbe7d5" + } + } + }, + { + "fullUrl": "Location/1731704146992190000.9e41dae0-39cf-4a64-a617-f8fe5c73f015", + "resource": { + "resourceType": "Location", + "id": "1731704146992190000.9e41dae0-39cf-4a64-a617-f8fe5c73f015", + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" + } + ], + "value": "1" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" + } + ], + "type": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true + } + ], + "code": "3" + } + ] + }, + "value": "Room" + } + ], + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "ro" + } + ] + }, + "partOf": { + "reference": "Location/1731704146992126000.90701bc6-6771-4cb1-97fd-921dd16eb890" + } + } + }, + { + "fullUrl": "Location/1731704146992320000.d4e4b37a-aebe-46cc-ae39-bc5a9ddaa7a3", + "resource": { + "resourceType": "Location", + "id": "1731704146992320000.d4e4b37a-aebe-46cc-ae39-bc5a9ddaa7a3", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/pl6-person-location-type", + "valueString": "R" + } + ], + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" + } + ], + "value": "B" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" + } + ], + "type": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true + } + ], + "code": "A" + } + ] + }, + "value": "Bed" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "UID4This" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/ei-assigner-organization-type", + "valueString": "organization" + } + ], + "value": "Comprehensive", + "assigner": { + "reference": "Organization/1731704146991148000.518f3c57-8c13-44f3-9904-6825cfa52e0d" + } + } + ], + "description": "Totally A Real Location", + "mode": "instance", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "bd" + } + ] + }, + "partOf": { + "reference": "Location/1731704146992190000.9e41dae0-39cf-4a64-a617-f8fe5c73f015" + } + } + }, + { + "fullUrl": "Organization/1731704146992571000.0b07af73-5d6a-44ff-8b77-535af69d2510", + "resource": { + "resourceType": "Organization", + "id": "1731704146992571000.0b07af73-5d6a-44ff-8b77-535af69d2510", + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" + } + ], + "value": "ASSIGNEE" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0301", + "code": "UUID" + } + ] + }, + "system": "urn:ietf:rfc:3986", + "value": "222.1111.22222" + } + ] + } + }, + { + "fullUrl": "Location/1731704146992812000.2af3d22d-3579-43c7-ad5a-5129c6df48c4", + "resource": { + "resourceType": "Location", + "id": "1731704146992812000.2af3d22d-3579-43c7-ad5a-5129c6df48c4", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/pl6-person-location-type", + "valueString": "location type" + } + ], + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" + } + ], + "value": "Hospital Prio" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" + } + ], + "type": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true + } + ], + "code": "ISO" + } + ] + }, + "value": "2.4.4.4" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "NAME" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "UNI" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "ISO" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/ei-assigner-organization-type", + "valueString": "organization" + } + ], + "value": "Entity ID", + "assigner": { + "reference": "Organization/1731704146992571000.0b07af73-5d6a-44ff-8b77-535af69d2510" + } + } + ], + "status": "active", + "description": "Description", + "mode": "instance", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" + } + ] + } + } + }, + { + "fullUrl": "Location/1731704146992983000.1ea5db9f-19ad-42a0-85f3-88de0164a0bb", + "resource": { + "resourceType": "Location", + "id": "1731704146992983000.1ea5db9f-19ad-42a0-85f3-88de0164a0bb", + "description": "Its Temporary", + "mode": "instance" + } + }, + { + "fullUrl": "Location/1731704146993131000.13e8d471-a874-48b2-866f-f797b0a42832", + "resource": { + "resourceType": "Location", + "id": "1731704146993131000.13e8d471-a874-48b2-866f-f797b0a42832", + "description": "Pending Location", + "mode": "instance" + } + }, + { + "fullUrl": "Location/1731704146993297000.d48f5551-9c09-444e-b13c-7877b91e1751", + "resource": { + "resourceType": "Location", + "id": "1731704146993297000.d48f5551-9c09-444e-b13c-7877b91e1751", + "description": "Prior Location", + "mode": "instance" + } + }, + { + "fullUrl": "Organization/1731704146993531000.674ed08e-da69-442c-86a5-23e0cab6ab84", + "resource": { + "resourceType": "Organization", + "id": "1731704146993531000.674ed08e-da69-442c-86a5-23e0cab6ab84", + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" + } + ], + "value": "ASSIGNEE" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0301", + "code": "UUID" + } + ] + }, + "system": "urn:ietf:rfc:3986", + "value": "222.1111.22222" + } + ] + } + }, + { + "fullUrl": "Location/1731704146993768000.ec3b7add-0155-4c09-aa68-59e53e8987d5", + "resource": { + "resourceType": "Location", + "id": "1731704146993768000.ec3b7add-0155-4c09-aa68-59e53e8987d5", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/pl6-person-location-type", + "valueString": "location type" + } + ], + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" + } + ], + "value": "Hospital PriorPending" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" + } + ], + "type": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true + } + ], + "code": "ISO" + } + ] + }, + "value": "2.4.4.4" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "NAME" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "UNI" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "ISO" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/ei-assigner-organization-type", + "valueString": "organization" + } + ], + "value": "Entity ID", + "assigner": { + "reference": "Organization/1731704146993531000.674ed08e-da69-442c-86a5-23e0cab6ab84" + } + } + ], + "status": "active", + "description": "Description", + "mode": "instance", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" + } + ] } - } ], - "sender" : { - "reference" : "Organization/1727135930620601000.05235529-b10d-4f85-bbe9-06217bcf4426" - }, - "source" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "OrderingFacilityApplicationName" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.XXX" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "MSH.3" - } ], - "software" : "STARLIMS", - "version" : "ELIMS V11", - "endpoint" : "urn:oid:2.16.840.1.114222.XXX" } - } - }, { - "fullUrl" : "Organization/1727135930620601000.05235529-b10d-4f85-bbe9-06217bcf4426", - "resource" : { - "resourceType" : "Organization", - "id" : "1727135930620601000.05235529-b10d-4f85-bbe9-06217bcf4426", - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" - } ], - "value" : "OrderingFacilityName" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.2,HD.3" - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0301", - "code" : "ISO" - } ] - }, - "system" : "urn:ietf:rfc:3986", - "value" : "2.16.840.1.114222.XXX" - } ], - "address" : [ { - "country" : "FR" - } ] - } - }, { - "fullUrl" : "Organization/1727135930638288000.038501ce-626b-4f0d-8a9a-7a46cdb420ce", - "resource" : { - "resourceType" : "Organization", - "id" : "1727135930638288000.038501ce-626b-4f0d-8a9a-7a46cdb420ce", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "MSH.6" - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" - } ], - "value" : "txdshslab" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.2,HD.3" - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0301", - "code" : "ISO" - } ] - }, - "system" : "urn:ietf:rfc:3986", - "value" : "2.16.840.1.114222.4.1.181960" - } ] - } - }, { - "fullUrl" : "Provenance/1727135930871635000.471524a6-276e-48aa-aa33-efe75f8a5f6d", - "resource" : { - "resourceType" : "Provenance", - "id" : "1727135930871635000.471524a6-276e-48aa-aa33-efe75f8a5f6d", - "recorded" : "2019-07-20T09:12:29Z", - "activity" : { - "coding" : [ { - "display" : "OML^O21^OML_O21" - } ] - }, - "agent" : [ { - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type", - "code" : "author" - } ] - }, - "who" : { - "reference" : "Organization/1727135930871009000.25aba881-d8f0-4f2b-8d12-9f1030b2534b" - } - } ], - "entity" : [ { - "role" : "source", - "what" : { - "reference" : "Device/1727135930875182000.363e2287-9747-47e9-85c9-0878a8db1129" - } - } ] - } - }, { - "fullUrl" : "Organization/1727135930871009000.25aba881-d8f0-4f2b-8d12-9f1030b2534b", - "resource" : { - "resourceType" : "Organization", - "id" : "1727135930871009000.25aba881-d8f0-4f2b-8d12-9f1030b2534b", - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" - } ], - "value" : "OrderingFacilityName" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.2,HD.3" - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0301", - "code" : "ISO" - } ] - }, - "system" : "urn:ietf:rfc:3986", - "value" : "2.16.840.1.114222.XXX" - } ] - } - }, { - "fullUrl" : "Location/1727135930874477000.36e5b40e-9225-40c5-bc29-9bce5a381526", - "resource" : { - "resourceType" : "Location", - "id" : "1727135930874477000.36e5b40e-9225-40c5-bc29-9bce5a381526", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ], - "identifier" : [ { - "value" : "2.16.8121.1.113883.9.11" - } ], - "name" : "Hospital C", - "physicalType" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "si" - } ] + }, + { + "fullUrl": "EpisodeOfCare/1731704146994097000.c66a4598-85ee-4708-855d-2e8e1f36b8b6", + "resource": { + "resourceType": "EpisodeOfCare", + "id": "1731704146994097000.c66a4598-85ee-4708-855d-2e8e1f36b8b6", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PV1.54" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/episode-of-care-name", + "valueString": "Service Description" + } + ], + "identifier": [ + { + "value": "episode identifier" + } + ] + } + }, + { + "fullUrl": "Observation/1731704147162570000.349f1ee4-3af5-4488-a631-4a1051f73265", + "resource": { + "resourceType": "Observation", + "id": "1731704147162570000.349f1ee4-3af5-4488-a631-4a1051f73265", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "subid" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/nature-of-abnormal-test", + "valueId": "ST" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime": "2023-09-12T18:08:02-04:00", + "_valueDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230912180802-0400" + } + ] + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", + "valueCode": "30" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ + { + "url": "OBX.2", + "valueId": "CWE" + }, + { + "url": "OBX.6", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL79999" + } + ], + "code": "g", + "display": "gram" + } + ] + } + }, + { + "url": "OBX.27", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL79900" + } + ], + "code": "RC", + "display": "root cause" + } + ] + } + }, + { + "url": "OBX.28", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL79900" + } + ], + "code": "LPC", + "display": "Local Process" + } + ] + } + }, + { + "url": "OBX.29", + "valueId": "QST" + }, + { + "url": "OBX.31", + "valueId": "31" + }, + { + "url": "OBX.32", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "32", + "display": "value absent reason" + } + ] + } + }, + { + "url": "OBX.33", + "valueIdentifier": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/filler-assigned-identifier", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", + "valueString": "eip" + } + ] + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "PGN" + } + ] + }, + "value": "33" + } + }, + { + "url": "OBX.9", + "valueString": "99" + }, + { + "url": "OBX.11", + "valueString": "F" + }, + { + "url": "OBX.12", + "valueString": "20000101" + }, + { + "url": "OBX.13", + "valueString": "user defined" + }, + { + "url": "OBX.17", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "display": "BD Veritor System for Rapid Detection of SARS-CoV-2" + } + ] + } + }, + { + "url": "OBX.18", + "valueReference": { + "reference": "Device/1731704147160990000.405e2064-9f17-44e3-8ab8-5b256cd640d5" + } + }, + { + "url": "OBX.20", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70163" + } + ], + "system": "http://terminology.hl7.org/CodeSystem/v2-0163", + "code": "BE", + "display": "Bilateral Ears" + } + ] + } + }, + { + "url": "OBX.26", + "valueId": "26" + } + ] + } + ], + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBX.21" + } + ], + "type": { + "coding": [ + { + "code": "FILL" + } + ] + }, + "value": "entity id" + } + ], + "status": "final", + "code": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "code": "80383-2", + "display": "Flu A" + } + ] + }, + "subject": { + "reference": "Patient/1731704146951532000.feebe084-6c07-45e4-b0b3-8f2dc0fe51ea" + }, + "encounter": { + "reference": "Encounter/1731704146993830000.c7fb2291-5b17-4035-a2d1-7ccc15e57a65" + }, + "effectiveDateTime": "2023-01-01T00:00:00Z", + "_effectiveDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230101000000" + } + ] + }, + "performer": [ + { + "reference": "Organization/1731704147162875000.6908a5eb-d000-4541-92b1-e3f85320dfc2" + }, + { + "reference": "PractitionerRole/1731704147162992000.018f7b75-4ec6-4227-a3ff-7d874c6e5e3c" + }, + { + "reference": "PractitionerRole/1731704147163384000.fe838dae-1a49-4c35-9cd4-4e9acc0d6954" + } + ], + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "SCT" + } + ], + "system": "http://snomed.info/sct", + "code": "260415000", + "display": "Not detected" + } + ] + }, + "interpretation": [ + { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "UP", + "display": "Up to you" + } + ] + } + ], + "note": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension": [ + { + "url": "NTE.2", + "valueId": "L" + }, + { + "url": "NTE.7", + "valueString": "20230212" + }, + { + "url": "NTE.8", + "valueString": "20230213" + }, + { + "url": "NTE.9", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "CC", + "display": "This is a coded comment for an observation note" + } + ] + } + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId": "OBX Note" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "RE", + "display": "Remark" + } + ] + } + } + ], + "authorReference": { + "reference": "Practitioner/1731704147164734000.6e86960d-7ce5-46ce-b232-32e1f2d869cb" + }, + "time": "2023-02-11", + "_time": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230211" + } + ] + }, + "text": "OBX Note" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension": [ + { + "url": "NTE.2", + "valueId": "L" + }, + { + "url": "NTE.7", + "valueString": "20230212" + }, + { + "url": "NTE.8", + "valueString": "20230213" + }, + { + "url": "NTE.9", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "CC", + "display": "This is a coded comment for an observation note" + } + ] + } + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId": "OBX Note 2" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "RE", + "display": "Remark" + } + ] + } + } + ], + "authorReference": { + "reference": "Practitioner/1731704147165326000.bd6acfa1-61d9-409f-9230-2a78641a0f72" + }, + "time": "2023-02-11", + "_time": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230211" + } + ] + }, + "text": "OBX Note 2" + } + ], + "bodySite": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70163" + } + ], + "system": "http://terminology.hl7.org/CodeSystem/v2-0163", + "code": "BE", + "display": "Bilateral Ears" + } + ] + }, + "method": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "display": "BD Veritor System for Rapid Detection of SARS-CoV-2" + } + ] + }, + "device": { + "reference": "Device/1731704147166017000.d896f77b-dd98-422d-a712-7a4836543c2d" + }, + "referenceRange": [ + { + "text": "range of a few" + } + ] + } + }, + { + "fullUrl": "Device/1731704147160990000.405e2064-9f17-44e3-8ab8-5b256cd640d5", + "resource": { + "resourceType": "Device", + "id": "1731704147160990000.405e2064-9f17-44e3-8ab8-5b256cd640d5", + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "SPTRDEV-001" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.17.840" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + } + ], + "value": "Device 001" + } + ] + } + }, + { + "fullUrl": "Organization/1731704147162875000.6908a5eb-d000-4541-92b1-e3f85320dfc2", + "resource": { + "resourceType": "Organization", + "id": "1731704147162875000.6908a5eb-d000-4541-92b1-e3f85320dfc2", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "CLIA" + } + ], + "code": "11D1111111", + "display": "CSV uploads" + } + ] + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBX.15" + } + ], + "identifier": [ + { + "system": "CLIA", + "value": "11D1111111" + } + ], + "name": "CSV uploads" + } + }, + { + "fullUrl": "Practitioner/1731704147163259000.658fcd14-05f8-4ce9-b2e3-02892a4090ad", + "resource": { + "resourceType": "Practitioner", + "id": "1731704147163259000.658fcd14-05f8-4ce9-b2e3-02892a4090ad", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ + { + "url": "XCN.3", + "valueString": "Quinlen" + } + ] + } + ], + "identifier": [ + { + "value": "1" + } + ], + "name": [ + { + "family": "Frances", + "given": [ + "Quinlen" + ] + } + ] + } + }, + { + "fullUrl": "PractitionerRole/1731704147162992000.018f7b75-4ec6-4227-a3ff-7d874c6e5e3c", + "resource": { + "resourceType": "PractitionerRole", + "id": "1731704147162992000.018f7b75-4ec6-4227-a3ff-7d874c6e5e3c", + "practitioner": { + "reference": "Practitioner/1731704147163259000.658fcd14-05f8-4ce9-b2e3-02892a4090ad" + }, + "code": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/practitioner-role", + "code": "responsibleObserver" + } + ] + } + ] + } + }, + { + "fullUrl": "Practitioner/1731704147163668000.6fb4c171-b74f-416b-a184-d07bfa5d26d9", + "resource": { + "resourceType": "Practitioner", + "id": "1731704147163668000.6fb4c171-b74f-416b-a184-d07bfa5d26d9", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ + { + "url": "XCN.3", + "valueString": "Quinlen" + } + ] + } + ], + "identifier": [ + { + "value": "1" + } + ], + "name": [ + { + "family": "Mark", + "given": [ + "Quinlen" + ] + } + ] + } + }, + { + "fullUrl": "Organization/1731704147164107000.590658fa-0dd1-4426-ad4e-f0feb03c6839", + "resource": { + "resourceType": "Organization", + "id": "1731704147164107000.590658fa-0dd1-4426-ad4e-f0feb03c6839", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ + { + "url": "XON.10", + "valueString": "11D1111111" + } + ] + } + ], + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "CLIA" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.113883.4.7" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "XX" + } + ] + }, + "value": "11D1111111" + } + ], + "name": "CSV uploads-11D1111111", + "address": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ + { + "url": "SAD.1", + "valueString": "2 Second Dr" + } + ] + } + ] + } + ], + "line": [ + "2 Second Dr" + ], + "state": "IG", + "postalCode": "94553", + "country": "USA" + } + ] + } + }, + { + "fullUrl": "PractitionerRole/1731704147163384000.fe838dae-1a49-4c35-9cd4-4e9acc0d6954", + "resource": { + "resourceType": "PractitionerRole", + "id": "1731704147163384000.fe838dae-1a49-4c35-9cd4-4e9acc0d6954", + "practitioner": { + "reference": "Practitioner/1731704147163668000.6fb4c171-b74f-416b-a184-d07bfa5d26d9" + }, + "organization": { + "reference": "Organization/1731704147164107000.590658fa-0dd1-4426-ad4e-f0feb03c6839" + }, + "code": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0912", + "code": "MDIR" + } + ] + } + ] + } + }, + { + "fullUrl": "Practitioner/1731704147164734000.6e86960d-7ce5-46ce-b232-32e1f2d869cb", + "resource": { + "resourceType": "Practitioner", + "id": "1731704147164734000.6e86960d-7ce5-46ce-b232-32e1f2d869cb", + "identifier": [ + { + "value": "Bob R.N.A." + } + ] + } + }, + { + "fullUrl": "Practitioner/1731704147165326000.bd6acfa1-61d9-409f-9230-2a78641a0f72", + "resource": { + "resourceType": "Practitioner", + "id": "1731704147165326000.bd6acfa1-61d9-409f-9230-2a78641a0f72", + "identifier": [ + { + "value": "Bob R.N.A." + } + ] + } + }, + { + "fullUrl": "Device/1731704147166017000.d896f77b-dd98-422d-a712-7a4836543c2d", + "resource": { + "resourceType": "Device", + "id": "1731704147166017000.d896f77b-dd98-422d-a712-7a4836543c2d", + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "SPTRDEV-001" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.17.840" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + } + ], + "value": "Device 001" + } + ] + } + }, + { + "fullUrl": "Observation/1731704147168198000.1c632d99-c9e4-4105-929e-424341cb702f", + "resource": { + "resourceType": "Observation", + "id": "1731704147168198000.1c632d99-c9e4-4105-929e-424341cb702f", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "subid" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/nature-of-abnormal-test", + "valueId": "ST" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/nature-of-abnormal-test", + "valueId": "SP" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime": "2023-09-12T18:08:02-04:00", + "_valueDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230912180802-0400" + } + ] + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", + "valueCode": "30" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ + { + "url": "OBX.2", + "valueId": "CWE" + }, + { + "url": "OBX.6", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL79999" + } + ], + "code": "g", + "display": "gram" + } + ] + } + }, + { + "url": "OBX.27", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL79900" + } + ], + "code": "RC", + "display": "root cause" + } + ] + } + }, + { + "url": "OBX.28", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL79900" + } + ], + "code": "LPC", + "display": "Local Process" + } + ] + } + }, + { + "url": "OBX.29", + "valueId": "QST" + }, + { + "url": "OBX.31", + "valueId": "31" + }, + { + "url": "OBX.32", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "32", + "display": "value absent reason" + } + ] + } + }, + { + "url": "OBX.33", + "valueIdentifier": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/filler-assigned-identifier", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", + "valueString": "eip" + } + ] + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "PGN" + } + ] + }, + "value": "33" + } + }, + { + "url": "OBX.9", + "valueString": "99" + }, + { + "url": "OBX.11", + "valueString": "F" + }, + { + "url": "OBX.12", + "valueString": "20000101" + }, + { + "url": "OBX.13", + "valueString": "user defined" + }, + { + "url": "OBX.17", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "display": "BD Veritor System for Rapid Detection of SARS-CoV-2" + } + ] + } + }, + { + "url": "OBX.17", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "display": "Eye Test" + } + ] + } + }, + { + "url": "OBX.18", + "valueReference": { + "reference": "Device/1731704147167337000.9174c4a7-c8f4-450c-b6dd-cafc1b371187" + } + }, + { + "url": "OBX.18", + "valueReference": { + "reference": "Device/1731704147167467000.42323ac3-be59-4bce-a1b6-4d4140e7e0b8" + } + }, + { + "url": "OBX.20", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70163" + } + ], + "system": "http://terminology.hl7.org/CodeSystem/v2-0163", + "code": "BE", + "display": "Bilateral Ears" + } + ] + } + }, + { + "url": "OBX.20", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70163" + } + ], + "system": "http://terminology.hl7.org/CodeSystem/v2-0163", + "code": "SE", + "display": "Single Ears" + } + ] + } + }, + { + "url": "OBX.26", + "valueId": "26" + } + ] + } + ], + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBX.21" + } + ], + "type": { + "coding": [ + { + "code": "FILL" + } + ] + }, + "value": "entity id" + } + ], + "status": "final", + "code": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/condition-code", + "valueCoding": { + "system": "SNOMEDCT", + "code": "6142004", + "display": "Influenza (disorder)" + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/condition-code", + "valueCoding": { + "system": "SNOMEDCT", + "code": "6142004", + "display": "Influenza (disorder)" + } + } + ], + "system": "http://loinc.org", + "code": "80383-3", + "display": "Flu B" + } + ] + }, + "subject": { + "reference": "Patient/1731704146951532000.feebe084-6c07-45e4-b0b3-8f2dc0fe51ea" + }, + "encounter": { + "reference": "Encounter/1731704146993830000.c7fb2291-5b17-4035-a2d1-7ccc15e57a65" + }, + "effectiveDateTime": "2023-01-01T00:00:00Z", + "_effectiveDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230101000000" + } + ] + }, + "performer": [ + { + "reference": "Organization/1731704147168467000.9f1395e7-3391-4559-a9b6-a421a5906d9f" + }, + { + "reference": "PractitionerRole/1731704147168573000.4eb05911-8ff2-4204-aca7-72f82783ce5e" + }, + { + "reference": "PractitionerRole/1731704147168960000.ab9f6b8d-685e-40f8-926e-f7ca864ad9c2" + }, + { + "reference": "PractitionerRole/1731704147169334000.416da949-98e9-4c53-a37a-8877d65dc889" + } + ], + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "SCT" + } + ], + "system": "http://snomed.info/sct", + "code": "260415000", + "display": "Not detected" + } + ] + }, + "interpretation": [ + { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "UP", + "display": "Up to you" + } + ] + }, + { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "UP", + "display": "Up to you too" + } + ] + } + ], + "note": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension": [ + { + "url": "NTE.2", + "valueId": "L" + }, + { + "url": "NTE.7", + "valueString": "20230222" + }, + { + "url": "NTE.8", + "valueString": "20230223" + }, + { + "url": "NTE.9", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "CC", + "display": "Th1is is a coded comment for an observation note" + } + ] + } + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId": "OBX Note 3" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "RE", + "display": "Remark" + } + ] + } + } + ], + "authorReference": { + "reference": "Practitioner/1731704147170643000.aa0d8682-8f0b-4e83-ac00-3ea13bb9a10b" + }, + "time": "2023-02-21", + "_time": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230221" + } + ] + }, + "text": "OBX Note 3" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension": [ + { + "url": "NTE.2", + "valueId": "L" + }, + { + "url": "NTE.7", + "valueString": "20230222" + }, + { + "url": "NTE.8", + "valueString": "20230223" + }, + { + "url": "NTE.9", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "CC", + "display": "This is a coded comment for an observation note" + } + ] + } + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId": "OBX Note 4" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "RE", + "display": "Remark" + } + ] + } + } + ], + "authorReference": { + "reference": "Practitioner/1731704147171234000.932d85c8-4a1c-4f5b-857d-86b61535f2d8" + }, + "time": "2023-02-21", + "_time": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230221" + } + ] + }, + "text": "OBX Note 4" + } + ], + "bodySite": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70163" + } + ], + "system": "http://terminology.hl7.org/CodeSystem/v2-0163", + "code": "BE", + "display": "Bilateral Ears" + } + ] + }, + "method": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "display": "BD Veritor System for Rapid Detection of SARS-CoV-2" + } + ] + }, + "device": { + "reference": "Device/1731704147171938000.cb4532b3-e006-4f9e-8d37-45a5d613f4f2" + }, + "referenceRange": [ + { + "text": "range of a few" + } + ] + } + }, + { + "fullUrl": "Device/1731704147167337000.9174c4a7-c8f4-450c-b6dd-cafc1b371187", + "resource": { + "resourceType": "Device", + "id": "1731704147167337000.9174c4a7-c8f4-450c-b6dd-cafc1b371187", + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "SPTRDEV-001" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.17.840" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + } + ], + "value": "Device 001" + } + ] + } + }, + { + "fullUrl": "Device/1731704147167467000.42323ac3-be59-4bce-a1b6-4d4140e7e0b8", + "resource": { + "resourceType": "Device", + "id": "1731704147167467000.42323ac3-be59-4bce-a1b6-4d4140e7e0b8", + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "SPTRDEV-001" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.17.840" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + } + ], + "value": "Device 002" + } + ] + } + }, + { + "fullUrl": "Organization/1731704147168467000.9f1395e7-3391-4559-a9b6-a421a5906d9f", + "resource": { + "resourceType": "Organization", + "id": "1731704147168467000.9f1395e7-3391-4559-a9b6-a421a5906d9f", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "CLIA" + } + ], + "code": "11D1111111", + "display": "CSV uploads" + } + ] + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBX.15" + } + ], + "identifier": [ + { + "system": "CLIA", + "value": "11D1111111" + } + ], + "name": "CSV uploads" + } + }, + { + "fullUrl": "Practitioner/1731704147168839000.d2b649f5-d25a-4cd3-ac11-b5b19683e132", + "resource": { + "resourceType": "Practitioner", + "id": "1731704147168839000.d2b649f5-d25a-4cd3-ac11-b5b19683e132", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ + { + "url": "XCN.3", + "valueString": "Quinlen" + } + ] + } + ], + "identifier": [ + { + "value": "1" + } + ], + "name": [ + { + "family": "Frances", + "given": [ + "Quinlen" + ] + } + ] + } + }, + { + "fullUrl": "PractitionerRole/1731704147168573000.4eb05911-8ff2-4204-aca7-72f82783ce5e", + "resource": { + "resourceType": "PractitionerRole", + "id": "1731704147168573000.4eb05911-8ff2-4204-aca7-72f82783ce5e", + "practitioner": { + "reference": "Practitioner/1731704147168839000.d2b649f5-d25a-4cd3-ac11-b5b19683e132" + }, + "code": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/practitioner-role", + "code": "responsibleObserver" + } + ] + } + ] + } + }, + { + "fullUrl": "Practitioner/1731704147169216000.06ff7b28-3a7e-4247-98e1-6c1abd6a4bf3", + "resource": { + "resourceType": "Practitioner", + "id": "1731704147169216000.06ff7b28-3a7e-4247-98e1-6c1abd6a4bf3", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ + { + "url": "XCN.3", + "valueString": "Quinlen" + } + ] + } + ], + "identifier": [ + { + "value": "2" + } + ], + "name": [ + { + "family": "France", + "given": [ + "Quinlen" + ] + } + ] + } + }, + { + "fullUrl": "PractitionerRole/1731704147168960000.ab9f6b8d-685e-40f8-926e-f7ca864ad9c2", + "resource": { + "resourceType": "PractitionerRole", + "id": "1731704147168960000.ab9f6b8d-685e-40f8-926e-f7ca864ad9c2", + "practitioner": { + "reference": "Practitioner/1731704147169216000.06ff7b28-3a7e-4247-98e1-6c1abd6a4bf3" + }, + "code": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/practitioner-role", + "code": "responsibleObserver" + } + ] + } + ] + } + }, + { + "fullUrl": "Practitioner/1731704147169615000.990b559d-6154-4c36-9689-478b7edd9443", + "resource": { + "resourceType": "Practitioner", + "id": "1731704147169615000.990b559d-6154-4c36-9689-478b7edd9443", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ + { + "url": "XCN.3", + "valueString": "Quinlen" + } + ] + } + ], + "identifier": [ + { + "value": "1" + } + ], + "name": [ + { + "family": "Mark", + "given": [ + "Quinlen" + ] + } + ] + } + }, + { + "fullUrl": "Organization/1731704147170054000.c546001a-ecb4-4f54-95b9-da3cfe09e583", + "resource": { + "resourceType": "Organization", + "id": "1731704147170054000.c546001a-ecb4-4f54-95b9-da3cfe09e583", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ + { + "url": "XON.10", + "valueString": "11D1111111" + } + ] + } + ], + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "CLIA" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.113883.4.7" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "XX" + } + ] + }, + "value": "11D1111111" + } + ], + "name": "CSV uploads-11D1111111", + "address": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ + { + "url": "SAD.1", + "valueString": "2 Second Dr" + } + ] + } + ] + } + ], + "line": [ + "2 Second Dr" + ], + "state": "IG", + "postalCode": "94553", + "country": "USA" + } + ] + } + }, + { + "fullUrl": "PractitionerRole/1731704147169334000.416da949-98e9-4c53-a37a-8877d65dc889", + "resource": { + "resourceType": "PractitionerRole", + "id": "1731704147169334000.416da949-98e9-4c53-a37a-8877d65dc889", + "practitioner": { + "reference": "Practitioner/1731704147169615000.990b559d-6154-4c36-9689-478b7edd9443" + }, + "organization": { + "reference": "Organization/1731704147170054000.c546001a-ecb4-4f54-95b9-da3cfe09e583" + }, + "code": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0912", + "code": "MDIR" + } + ] + } + ] + } + }, + { + "fullUrl": "Practitioner/1731704147170643000.aa0d8682-8f0b-4e83-ac00-3ea13bb9a10b", + "resource": { + "resourceType": "Practitioner", + "id": "1731704147170643000.aa0d8682-8f0b-4e83-ac00-3ea13bb9a10b", + "identifier": [ + { + "value": "Bob R.N.A." + } + ] + } + }, + { + "fullUrl": "Practitioner/1731704147171234000.932d85c8-4a1c-4f5b-857d-86b61535f2d8", + "resource": { + "resourceType": "Practitioner", + "id": "1731704147171234000.932d85c8-4a1c-4f5b-857d-86b61535f2d8", + "identifier": [ + { + "value": "Bob R.N.A." + } + ] + } + }, + { + "fullUrl": "Device/1731704147171938000.cb4532b3-e006-4f9e-8d37-45a5d613f4f2", + "resource": { + "resourceType": "Device", + "id": "1731704147171938000.cb4532b3-e006-4f9e-8d37-45a5d613f4f2", + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "SPTRDEV-001" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.17.840" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + } + ], + "value": "Device 001" + } + ] + } + }, + { + "fullUrl": "Specimen/1731704147177705000.f3963125-8b94-45a0-9230-a03c2ded1897", + "resource": { + "resourceType": "Specimen", + "id": "1731704147177705000.f3963125-8b94-45a0-9230-a03c2ded1897", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", + "valueString": "OBR" + } + ], + "type": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "ID" + } + ] + }, + "receivedTime": "2021-02-02T10:00:00Z", + "_receivedTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "202102021000" + } + ] + }, + "collection": { + "collector": { + "reference": "Practitioner/1731704147178849000.28c590b5-b762-4d6a-8f5d-c4d69b256760" + }, + "collectedPeriod": { + "end": "2024-02-20", + "_end": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20240220" + } + ] + } + }, + "quantity": { + "value": 1771 + }, + "bodySite": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70163" + } + ], + "system": "http://terminology.hl7.org/CodeSystem/v2-0163", + "code": "LN", + "display": "Left Naris" + } + ] + } + }, + "container": [ + { + "additiveCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70371" + } + ], + "code": "BOUIN", + "display": "Bouin\u0027s solution" + } + ] + } + } + ], + "condition": [ + { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL7" + } + ], + "code": "CMMC", + "display": "Collection Method Modifer Code" + } + ] + } + ], + "note": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", + "valueString": "OBR.15.3" + } + ], + "text": "Collection Method" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-annotation", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "4438", + "display": "Collectors Comment" + } + ] + } + } + ], + "text": "4438, Collectors Comment" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-annotation", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "4438", + "display": "Collectors Comment2" + } + ] + } + } + ], + "text": "4438, Collectors Comment2" + } + ] + } + }, + { + "fullUrl": "Practitioner/1731704147178849000.28c590b5-b762-4d6a-8f5d-c4d69b256760", + "resource": { + "resourceType": "Practitioner", + "id": "1731704147178849000.28c590b5-b762-4d6a-8f5d-c4d69b256760", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "AssigningSystem" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ + { + "url": "XCN.3", + "valueString": "LUDWIG" + }, + { + "url": "XCN.4", + "valueString": "B" + }, + { + "url": "XCN.5", + "valueString": "2ND" + }, + { + "url": "XCN.7", + "valueString": "MD" + }, + { + "url": "XCN.8", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "SRC" + } + ] + } + }, + { + "url": "XCN.10", + "valueString": "B" + }, + { + "url": "XCN.15", + "valueString": "A" + }, + { + "url": "XCN.16", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "NameContext" + } + ] + } + } + ] + } + ], + "identifier": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString": "A" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode": "NPI" + } + ], + "type": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true + } + ], + "code": "DL" + } + ] + }, + "system": "urn:oid:AssigningSystem", + "value": "1" + } + ], + "name": [ + { + "use": "official", + "family": "Collector", + "_family": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", + "valueString": "VAN" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name", + "valueString": "Identifier" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", + "valueString": "VAL" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", + "valueString": "ROGER" + } + ] + }, + "given": [ + "LUDWIG", + "B" + ], + "prefix": [ + "DR" + ], + "suffix": [ + "2ND", + "MD" + ] + } + ] } - } - }, { - "fullUrl" : "Organization/1727135930875033000.81c92245-69f4-473c-9271-b7d7ce39d086", - "resource" : { - "resourceType" : "Organization", - "id" : "1727135930875033000.81c92245-69f4-473c-9271-b7d7ce39d086", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/name-representation-code", - "valueString" : "A" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ { - "url" : "XON.3", - "valueString" : "789" - }, { - "url" : "XON.10", - "valueString" : "CDC CLIA" - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", - "valueString" : "Check Digit3" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "CDC OML SFT" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.1.9.1" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", - "valueCode" : "C3" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", - "valueReference" : { - "reference" : "Location/1727135930874477000.36e5b40e-9225-40c5-bc29-9bce5a381526" - } - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "MD" - } ] - }, - "value" : "CDC CLIA" - } ], - "name" : "CDC" - } - }, { - "fullUrl" : "Device/1727135930875182000.363e2287-9747-47e9-85c9-0878a8db1129", - "resource" : { - "resourceType" : "Device", - "id" : "1727135930875182000.363e2287-9747-47e9-85c9-0878a8db1129", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/software-vendor-org", - "valueReference" : { - "reference" : "Organization/1727135930875033000.81c92245-69f4-473c-9271-b7d7ce39d086" - } - } ], - "manufacturer" : "CDC", - "deviceName" : [ { - "name" : "STARLIMS", - "type" : "manufacturer-name" - } ], - "modelNumber" : "Binary ID unknown", - "version" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/software-install-date", - "valueDateTime" : "2023-08-02T18:08:02-04:00", - "_valueDateTime" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230802180802-0400" - } ] - } - } ], - "value" : "ELIMS V11" - } ], - "note" : [ { - "text" : "testsft5data" - } ] - } - }, { - "fullUrl" : "Provenance/1727135930883545000.b5bd1843-fccb-43b8-b879-694fa02475f5", - "resource" : { - "resourceType" : "Provenance", - "id" : "1727135930883545000.b5bd1843-fccb-43b8-b879-694fa02475f5", - "recorded" : "2024-09-23T16:58:50Z", - "policy" : [ "http://hl7.org/fhir/uv/v2mappings/message-oru-r01-to-bundle" ], - "activity" : { - "coding" : [ { - "code" : "v2-FHIR transformation" - } ] - }, - "agent" : [ { - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type", - "code" : "assembler" - } ] - }, - "who" : { - "reference" : "Organization/1727135930883315000.6b7ca347-919a-470a-90b8-05f237f14e92" - } - } ] - } - }, { - "fullUrl" : "Organization/1727135930883315000.6b7ca347-919a-470a-90b8-05f237f14e92", - "resource" : { - "resourceType" : "Organization", - "id" : "1727135930883315000.6b7ca347-919a-470a-90b8-05f237f14e92", - "identifier" : [ { - "value" : "CDC PRIME - Atlanta" - }, { - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0301" - } ] - }, - "system" : "urn:ietf:rfc:3986", - "value" : "2.16.840.1.114222.4.1.237821" - } ] - } - }, { - "fullUrl" : "Patient/1727135930906262000.ea76d474-07bc-4cb2-ae47-5636f0f98fc1", - "resource" : { - "resourceType" : "Patient", - "id" : "1727135930906262000.ea76d474-07bc-4cb2-ae47-5636f0f98fc1", - "meta" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/last-updated-facility-namespace-id", - "valueReference" : { - "reference" : "Organization/1727135930899193000.70e8c785-84fe-49a5-b282-dad0a7e9a77b" - } - } ], - "lastUpdated" : "2024-08-21T11:38:00Z", - "_lastUpdated" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "202408211138" - } ] - } - }, - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/pid-patient", - "extension" : [ { - "url" : "PID.8", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "F" - } ] - } - }, { - "url" : "PID.24", - "valueString" : "Y" - }, { - "url" : "PID.30", - "valueString" : "Y" - } ] - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/patient-mothersMaidenName", - "valueHumanName" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", - "extension" : [ { - "url" : "XPN.2", - "valueString" : "FHIR" - }, { - "url" : "XPN.3", - "valueString" : "WI" - }, { - "url" : "XPN.7", - "valueString" : "L" - } ] - } ], - "use" : "official", - "family" : "Mind", - "given" : [ "FHIR", "WI" ] - } - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-facility", - "valueReference" : { - "reference" : "Organization/1727135930888864000.e1e5bb89-81ad-4c17-9e52-232d5522088d" - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier", - "extension" : [ { - "url" : "CX.5", - "valueString" : "PI" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PID.3" - } ], - "type" : { - "coding" : [ { - "code" : "PI" - } ] - }, - "system" : "STARLIMS.CDC.Stag", - "_system" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "STARLIMS.CDC.Stag" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.3.3.2.1.2" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" - } ] - }, - "value" : "test" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier", - "extension" : [ { - "url" : "CX.5", - "valueString" : "PI" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PID.3" - } ], - "type" : { - "coding" : [ { - "code" : "PI" - } ] - }, - "system" : "SPHL-000048", - "_system" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "SPHL-000048" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.10765" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" - } ] - }, - "value" : "PID123" - } ], - "name" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", - "extension" : [ { - "url" : "XPN.2", - "valueString" : "HL7" - }, { - "url" : "XPN.3", - "valueString" : "MI" - }, { - "url" : "XPN.7", - "valueString" : "L" - } ] - } ], - "use" : "official", - "family" : "Mega", - "given" : [ "HL7", "MI" ] - } ], - "telecom" : [ { - "extension" : [ { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", - "valueString" : "1" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", - "valueString" : "713" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "5553861" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-extension", - "valueString" : "1" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ { - "url" : "XTN.1", - "valueString" : "12345" - }, { - "url" : "XTN.2", - "valueString" : "PRS" - }, { - "url" : "XTN.3", - "valueString" : "CP" - }, { - "url" : "XTN.4", - "valueString" : "real@example.com" - }, { - "url" : "XTN.7", - "valueString" : "5553861" - }, { - "url" : "XTN.9", - "valueString" : "himom" - }, { - "url" : "XTN.11", - "valueString" : "4" - }, { - "url" : "XTN.12", - "valueString" : "17135553862" - } ] - } ], - "system" : "phone", - "value" : "17135553862", - "use" : "home" - }, { - "extension" : [ { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", - "valueString" : "1" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", - "valueString" : "281" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "5553861" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ { - "url" : "XTN.1", - "valueString" : "9865" - }, { - "url" : "XTN.2", - "valueString" : "EMR" - }, { - "url" : "XTN.3", - "valueString" : "SAT" - }, { - "url" : "XTN.4", - "valueString" : "alsoreal@exmaple.com" - }, { - "url" : "XTN.7", - "valueString" : "5553861" - } ] - } ], - "system" : "other", - "use" : "work" - } ], - "gender" : "female", - "birthDate" : "1640", - "_birthDate" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "1640" - } ] - }, - "deceasedDateTime" : "2031", - "_deceasedDateTime" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "2031" - } ] - }, - "address" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ { - "url" : "SAD.1", - "valueString" : "123 Main St" - } ] - }, { - "url" : "XAD.2", - "valueString" : "Altxad" - }, { - "url" : "XAD.7", - "valueCode" : "H" - }, { - "url" : "XAD.12", - "extension" : [ { - "url" : "XAD.12.1", - "valueString" : "2020" - }, { - "url" : "XAD.12.2", - "valueString" : "2024" - } ] - } ] - } ], - "use" : "home", - "line" : [ "123 Main St", "Altxad" ], - "city" : "AnyTown", - "district" : "Thurston County", - "state" : "IG", - "postalCode" : "95802", - "country" : "USA", - "period" : { - "start" : "2020", - "end" : "2024" - } - } ], - "multipleBirthInteger" : 11, - "contact" : [ { - "extension" : [ { - "url" : "https://hl7.org/fhir/StructureDefinition/relationship", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70063" - } ], - "code" : "OTH", - "display" : "Other" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "code" : "OT", - "display" : "OTHER RELATIONSHIP" - } ] - } - } ], - "relationship" : [ { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70063" - } ], - "code" : "OTH", - "display" : "Other" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "code" : "OT", - "display" : "OTHER RELATIONSHIP" - } ] - } ], - "name" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", - "extension" : [ { - "url" : "XPN.2", - "valueString" : "GENARO" - }, { - "url" : "XPN.3", - "valueString" : "GR" - }, { - "url" : "XPN.14", - "valueString" : "Dr" - }, { - "url" : "XPN.4", - "valueString" : "JR" - }, { - "url" : "XPN.6", - "valueString" : "Md" - }, { - "url" : "XPN.7", - "valueString" : "L" - }, { - "url" : "XPN.8", - "valueString" : "I" - }, { - "url" : "XPN.10", - "extension" : [ { - "url" : "XPN.10.2", - "valueString" : "2030" - }, { - "url" : "XPN.10.1", - "valueString" : "2000" - } ] - }, { - "url" : "XPN.12", - "valueString" : "20000501102531" - }, { - "url" : "XPN.13", - "valueString" : "2030501102531" - } ] - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", - "valueCode" : "G" - } ], - "use" : "official", - "family" : "SURYAN", - "_family" : { - "extension" : [ { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", - "valueString" : "Prefix" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name", - "valueString" : "Own" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", - "valueString" : "SpousePrefix" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", - "valueString" : "Spouse" - } ] - }, - "given" : [ "GENARO", "GR" ], - "prefix" : [ "Sir" ], - "suffix" : [ "JR", "Md", "Dr" ], - "period" : { - "start" : "2000-05-01T10:25:31Z" - } - }, - "telecom" : [ { - "extension" : [ { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", - "valueString" : "1" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", - "valueString" : "720" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "5553954" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-extension", - "valueString" : "2" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ { - "url" : "XTN.2", - "valueString" : "PRN" - }, { - "url" : "XTN.3", - "valueString" : "PH" - }, { - "url" : "XTN.4", - "valueString" : "example@exmaple.com" - }, { - "url" : "XTN.7", - "valueString" : "5553954" - }, { - "url" : "XTN.9", - "valueString" : "any" - }, { - "url" : "XTN.12", - "valueString" : "+1 720 555 3954" - } ] - } ], - "system" : "phone", - "value" : "+1 720 555 3954", - "use" : "home" - }, { - "extension" : [ { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", - "valueString" : "1" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", - "valueString" : "555" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "4672293" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ { - "url" : "XTN.2", - "valueString" : "WPN" - }, { - "url" : "XTN.3", - "valueString" : "PH" - }, { - "url" : "XTN.7", - "valueString" : "4672293" - }, { - "url" : "XTN.12", - "valueString" : "+1 555 467 2293" - } ] - } ], - "system" : "phone", - "value" : "+1 555 467 2293", - "use" : "work" - } ], - "address" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ { - "url" : "SAD.1", - "valueString" : "4861 20TH AVE" - } ] - }, { - "url" : "XAD.7", - "valueCode" : "H" - } ] - } ], - "use" : "home", - "line" : [ "4861 20TH AVE" ], - "city" : "THUNDER MOUNTAIN", - "state" : "IG", - "postalCode" : "99999", - "country" : "USA" - }, - "organization" : { - "reference" : "Organization/1727135930902326000.03c13a1f-072c-46a7-bb4b-370118853113" - }, - "period" : { - "start" : "2022-05-01T10:25:31-04:00", - "_start" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20220501102531-0400" - } ] - }, - "end" : "2023-05-01T10:25:31-04:00", - "_end" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230501102531-0400" - } ] + }, + { + "fullUrl": "Specimen/1731704147185921000.569f0698-a5ed-4f92-8ece-4ef418c289db", + "resource": { + "resourceType": "Specimen", + "id": "1731704147185921000.569f0698-a5ed-4f92-8ece-4ef418c289db", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", + "valueString": "SPM" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/spm-specimen", + "extension": [ + { + "url": "SPM.26", + "valueString": "2" + }, + { + "url": "SPM.5", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "SCT" + } + ], + "system": "http://snomed.info/sct", + "version": "2.67", + "code": "440500007", + "display": "SNOMEDTEXT" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "code": "12345-6", + "display": "LOINCTEXT" + } + ] + } + }, + { + "url": "SPM.5", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "SCT" + } + ], + "system": "http://snomed.info/sct", + "version": "2.67", + "code": "440500022", + "display": "SNOMEDTEXT" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "code": "12345-6", + "display": "LOINCTEXT" + } + ] + } + }, + { + "url": "SPM.6", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "SCT" + } + ], + "system": "http://snomed.info/sct", + "version": "2.67", + "code": "440500111", + "display": "SNOMEDTEXT" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "code": "12311-1", + "display": "LOINCTEXT" + } + ] + } + }, + { + "url": "SPM.6", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "SCT" + } + ], + "system": "http://snomed.info/sct", + "version": "2.67", + "code": "440500007", + "display": "SNOMEDTEXT" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "code": "12345-6", + "display": "LOINCTEXT" + } + ] + } + }, + { + "url": "SPM.11", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "SCT" + } + ], + "system": "http://snomed.info/sct", + "version": "2.67", + "code": "440500007", + "display": "SNOMEDTEXT" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "code": "12345-6", + "display": "LOINCTEXT" + } + ] + } + }, + { + "url": "SPM.11", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "SCT" + } + ], + "system": "http://snomed.info/sct", + "version": "2.67", + "code": "440500022", + "display": "SNOMEDTEXT" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "code": "12345-6", + "display": "LOINCTEXT" + } + ] + } + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/reject-reason", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "440500007", + "display": "SNOMEDTEXT" + } + ] + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/reject-reason", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "440500022", + "display": "SNOMEDTEXT2" + } + ] + } + } + ], + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Any lab USA-p" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "36D1332559-p" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "CLIA-p" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/filler-assigned-identifier", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", + "valueString": "380604-s" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Any lab USA-s" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "36D1332559-s" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "CLIA-s" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", + "valueString": "SPM.2.1" + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "PGN" + } + ] + }, + "value": "380604-p" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Any lab USA-s" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "36D1332559-s" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "CLIA-s" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/placer-assigned-identifier", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", + "valueString": "380604-p" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Any lab USA-p" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "36D1332559-p" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "CLIA-p" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", + "valueString": "SPM.2.2" + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "FGN" + } + ] + }, + "value": "380604-s" + } + ], + "type": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "SCT" + } + ], + "system": "http://snomed.info/sct", + "version": "2.67", + "code": "440500555", + "display": "SNOMEDTEXT" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "code": "12333-0", + "display": "LOINCTEXT" + } + ] + }, + "receivedTime": "2021-06-04T11:25:06Z", + "_receivedTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20210604112506+0000" + } + ] + }, + "collection": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/bodySiteModifier", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "SCT" + } + ], + "system": "http://snomed.info/sct", + "version": "2.67", + "code": "440500007", + "display": "SNOMEDTEXT" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "code": "12345-6", + "display": "LOINCTEXT" + } + ] + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/bodySiteModifier", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "SCT" + } + ], + "system": "http://snomed.info/sct", + "version": "2.67", + "code": "440500007", + "display": "SNOMEDTEXT" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "code": "12345-6", + "display": "LOINCTEXT" + } + ] + } + } + ], + "collectedPeriod": { + "start": "2021-06-04T11:25:00Z", + "_start": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20210604112500+0000" + } + ] + }, + "end": "2021-06-04T11:25:01Z", + "_end": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20210604112501+0000" + } + ] + } + }, + "quantity": { + "value": 1 + }, + "method": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "SCT" + } + ], + "system": "http://snomed.info/sct", + "version": "2.67", + "code": "440500007", + "display": "SNOMEDTEXT" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "code": "12345-6", + "display": "LOINCTEXT" + } + ] + }, + "bodySite": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "SCT" + } + ], + "system": "http://snomed.info/sct", + "version": "2020-09-01", + "code": "71836000", + "display": "Nasopharyngeal structure (body structure)" + } + ] + } + }, + "container": [ + { + "type": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "SCT" + } + ], + "system": "http://snomed.info/sct", + "version": "2.67", + "code": "440500777", + "display": "SNOMEDTEXT" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "code": "1235-9", + "display": "LOINCTEXT" + } + ] + }, + "additiveCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "SCT" + } + ], + "system": "http://snomed.info/sct", + "version": "2.67", + "code": "440500111", + "display": "SNOMEDTEXT" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "code": "12311-1", + "display": "LOINCTEXT" + } + ] + } + } + ], + "condition": [ + { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "SCT" + } + ], + "system": "http://snomed.info/sct", + "version": "2.67", + "code": "440500007", + "display": "SNOMEDTEXT" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "code": "12345-6", + "display": "LOINCTEXT" + } + ] + }, + { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "SCT" + } + ], + "system": "http://snomed.info/sct", + "version": "2.67", + "code": "440500007", + "display": "SNOMEDTEXT" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "code": "12345-6", + "display": "LOINCTEXT" + } + ] + } + ], + "note": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "SPM.14" + } + ], + "text": "TEST" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "SPM.14" + } + ], + "text": "TEST2" + } + ] + } + }, + { + "fullUrl": "Specimen/1731704147188542000.3061406c-a576-41c2-82e3-000fc013e70a", + "resource": { + "resourceType": "Specimen", + "id": "1731704147188542000.3061406c-a576-41c2-82e3-000fc013e70a", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", + "valueString": "SPM" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/spm-specimen", + "extension": [ + { + "url": "SPM.26", + "valueString": "2" + }, + { + "url": "SPM.5", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "SCT" + } + ], + "system": "http://snomed.info/sct", + "version": "2.67", + "code": "440500007", + "display": "SNOMEDTEXT" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "code": "12345-6", + "display": "LOINCTEXT" + } + ] + } + }, + { + "url": "SPM.6", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "SCT" + } + ], + "system": "http://snomed.info/sct", + "version": "2.67", + "code": "440500007", + "display": "SNOMEDTEXT" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "code": "12345-6", + "display": "LOINCTEXT" + } + ] + } + }, + { + "url": "SPM.6", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "SCT" + } + ], + "system": "http://snomed.info/sct", + "version": "2.67", + "code": "440500007", + "display": "SNOMEDTEXT" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "code": "12345-6", + "display": "LOINCTEXT" + } + ] + } + }, + { + "url": "SPM.11", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "SCT" + } + ], + "system": "http://snomed.info/sct", + "version": "2.67", + "code": "440500007", + "display": "SNOMEDTEXT" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "code": "12345-6", + "display": "LOINCTEXT" + } + ] + } + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/reject-reason", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "440500007", + "display": "SNOMEDTEXT" + } + ] + } + } + ], + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Another Lab USA-p" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "36D1332559-p" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "CLIA-p" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/filler-assigned-identifier", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", + "valueString": "380604-s" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Any lab USA-s" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "36D1332559-s" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "CLIA-s" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", + "valueString": "SPM.2.1" + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "PGN" + } + ] + }, + "value": "380614-p" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Any lab USA-s" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "36D1332559-s" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "CLIA-s" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/placer-assigned-identifier", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", + "valueString": "380614-p" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Another Lab USA-p" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "36D1332559-p" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "CLIA-p" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", + "valueString": "SPM.2.2" + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "FGN" + } + ] + }, + "value": "380604-s" + } + ], + "type": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "SCT" + } + ], + "system": "http://snomed.info/sct", + "version": "2.67", + "code": "440500007", + "display": "SNOMEDTEXT" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "code": "12345-6", + "display": "LOINCTEXT" + } + ] + }, + "receivedTime": "2021-06-04T11:25:06Z", + "_receivedTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20210604112506+0000" + } + ] + }, + "collection": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/bodySiteModifier", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "SCT" + } + ], + "system": "http://snomed.info/sct", + "version": "2.67", + "code": "440500007", + "display": "SNOMEDTEXT" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "code": "12345-6", + "display": "LOINCTEXT" + } + ] + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/bodySiteModifier", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "SCT" + } + ], + "system": "http://snomed.info/sct", + "version": "2.67", + "code": "440500007", + "display": "SNOMEDTEXT" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "code": "12345-6", + "display": "LOINCTEXT" + } + ] + } + } + ], + "collectedPeriod": { + "start": "2021-06-04T11:25:00Z", + "_start": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20210604112500+0000" + } + ] + }, + "end": "2021-06-04T11:25:01Z", + "_end": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20210604112501+0000" + } + ] + } + }, + "quantity": { + "value": 1 + }, + "method": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "SCT" + } + ], + "system": "http://snomed.info/sct", + "version": "2.67", + "code": "440500007", + "display": "SNOMEDTEXT" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "code": "12345-6", + "display": "LOINCTEXT" + } + ] + }, + "bodySite": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "SCT" + } + ], + "system": "http://snomed.info/sct", + "version": "2020-09-01", + "code": "71836000", + "display": "Nasopharyngeal structure (body structure)" + } + ] + } + }, + "container": [ + { + "type": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "SCT" + } + ], + "system": "http://snomed.info/sct", + "version": "2.67", + "code": "440500007", + "display": "SNOMEDTEXT" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "code": "12345-6", + "display": "LOINCTEXT" + } + ] + }, + "additiveCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "SCT" + } + ], + "system": "http://snomed.info/sct", + "version": "2.67", + "code": "440500007", + "display": "SNOMEDTEXT" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "code": "12345-6", + "display": "LOINCTEXT" + } + ] + } + } + ], + "condition": [ + { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "SCT" + } + ], + "system": "http://snomed.info/sct", + "version": "2.67", + "code": "440500007", + "display": "SNOMEDTEXT" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "code": "12345-6", + "display": "LOINCTEXT" + } + ] + } + ], + "note": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "SPM.14" + } + ], + "text": "TEST" + } + ] + } + }, + { + "fullUrl": "ServiceRequest/1731704147218039000.4208df27-660d-47c2-acff-6836118704a4", + "resource": { + "resourceType": "ServiceRequest", + "id": "1731704147218039000.4208df27-660d-47c2-acff-6836118704a4", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", + "valueCode": "RE" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", + "valueString": "20230725" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/status-modifier", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL79999" + } + ], + "code": "OS", + "display": "order status" + } + ] + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/orc-common-order", + "extension": [ + { + "url": "ORC.5", + "valueString": "CM" + }, + { + "url": "ORC.6", + "valueString": "E" + }, + { + "url": "ORC.19", + "valueReference": { + "reference": "Practitioner/1731704147195237000.cb331cc0-ac8b-4eea-b321-b8920ce71cb7" + } + }, + { + "url": "ORC.19", + "valueReference": { + "reference": "Practitioner/1731704147195562000.dd9d759c-dc2e-4d35-86bc-1bc003fc9aeb" + } + }, + { + "url": "orc-21-ordering-facility-name", + "valueReference": { + "reference": "Organization/1731704147196014000.1df675bf-6e36-40e6-9ea8-79c5fed7b315" + } + }, + { + "url": "orc-21-ordering-facility-name", + "valueReference": { + "reference": "Organization/1731704147196245000.dd0d299d-5ad3-4fc6-a831-3115cd4ac18a" + } + }, + { + "url": "orc-22-ordering-facility-address", + "valueAddress": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ + { + "url": "SAD.1", + "valueString": "111 Street St" + } + ] + } + ] + } + ], + "line": [ + "111 Street St" + ], + "city": "Streetsville", + "state": "ST" + } + }, + { + "url": "orc-22-ordering-facility-address", + "valueAddress": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ + { + "url": "SAD.1", + "valueString": "112 Street St" + } + ] + } + ] + } + ], + "line": [ + "112 Street St" + ], + "city": "Streetsville", + "state": "ST" + } + }, + { + "url": "orc-24-ordering-provider-address", + "valueAddress": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ + { + "url": "SAD.1", + "valueString": "111 Road Rd" + } + ] + } + ] + } + ], + "line": [ + "111 Road Rd" + ], + "city": "Roadsville", + "state": "RD" + } + }, + { + "url": "orc-24-ordering-provider-address", + "valueAddress": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ + { + "url": "SAD.1", + "valueString": "112 Road Rd" + } + ] + } + ] + } + ], + "line": [ + "112 Road Rd" + ], + "city": "Roadsville", + "state": "RD" + } + }, + { + "url": "ORC.27", + "valueString": "20260404" + }, + { + "url": "ORC.28", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70177" + } + ], + "code": "EMP", + "display": "Employee" + } + ] + } + }, + { + "url": "ORC.30", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cne-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cne-coding-system", + "valueString": "HL70483" + } + ], + "code": "EL", + "display": "Electronic" + } + ] + } + }, + { + "url": "ORC.31", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70000" + } + ], + "code": "UMM", + "display": "Universal Modifier" + } + ] + } + }, + { + "url": "ORC.32", + "valueString": "20250403" + }, + { + "url": "ORC.8", + "valueIdentifier": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "SPHL-000048" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.10765" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "ISO" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/filler-assigned-identifier", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", + "valueString": "Specimen12333454" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "SPHL-000048" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.10765" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "ISO" + } + ] + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "PGN" + } + ] + }, + "value": "Specimen12333" + } + }, + { + "url": "ORC.10", + "valueReference": { + "reference": "Practitioner/1731704147197900000.b64fec6c-cfc6-434a-b92a-f6cf2764b06c" + } + }, + { + "url": "ORC.10", + "valueReference": { + "reference": "Practitioner/1731704147198178000.868c0d5c-23b4-4fa9-8928-8238ab04c86d" + } + }, + { + "url": "ORC.11", + "valueReference": { + "reference": "Practitioner/1731704147198490000.04a64bf0-70cc-433a-be3c-2b331a12e441" + } + }, + { + "url": "ORC.11", + "valueReference": { + "reference": "Practitioner/1731704147198786000.583bf1fe-fa2c-4bfb-a502-de5f852e753c" + } + }, + { + "url": "orc-12-ordering-provider", + "valueReference": { + "reference": "Practitioner/1731704147199079000.1779db36-128c-4164-b38e-de6636efb229" + } + }, + { + "url": "orc-12-ordering-provider", + "valueReference": { + "reference": "Practitioner/1731704147199370000.e59dcfbf-12c0-471e-b92a-23fbb76c5128" + } + }, + { + "url": "ORC.13", + "valueReference": { + "reference": "Location/1731704147199904000.5d034c54-5076-4f70-9c58-b2e8b71319a1" + } + }, + { + "url": "ORC.15", + "valueString": "202101021000" + }, + { + "url": "ORC.17", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL79999" + } + ], + "code": "EO", + "display": "entering org text" + } + ] + } + }, + { + "url": "ORC.18", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL79999" + } + ], + "code": "ED", + "display": "entering device text" + } + ] + } + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", + "extension": [ + { + "url": "OBR.2", + "valueIdentifier": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Placer Identifier Namespace" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "Placer Universal ID" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + } + ], + "value": "Placer Identifier" + } + }, + { + "url": "OBR.3", + "valueIdentifier": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Filler Identifier Namespace" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "Filler Universal ID" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + } + ], + "value": "Filler Identifier" + } + }, + { + "url": "OBR.15.1", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "ID" + } + ] + } + }, + { + "url": "OBR.15.2", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70371" + } + ], + "code": "BOUIN", + "display": "Bouin\u0027s solution" + } + ] + } + }, + { + "url": "OBR.15.3", + "valueString": "Collection Method" + }, + { + "url": "OBR.15.4", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70163" + } + ], + "system": "http://terminology.hl7.org/CodeSystem/v2-0163", + "code": "LN", + "display": "Left Naris" + } + ] + } + }, + { + "url": "OBR.15.6", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL7" + } + ], + "code": "CMMC", + "display": "Collection Method Modifer Code" + } + ] + } + }, + { + "url": "OBR.16", + "valueReference": { + "reference": "Practitioner/1731704147202382000.63cabfeb-beb5-4e0d-b64f-c95134373633" + } + }, + { + "url": "OBR.16", + "valueReference": { + "reference": "Practitioner/1731704147202713000.417d1a2d-c639-491e-93e2-42bcd7c42905" + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", + "valueContactPoint": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString": "1" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString": "260" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString": "7595016" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ + { + "url": "XTN.2", + "valueString": "WPN" + }, + { + "url": "XTN.3", + "valueString": "BP" + }, + { + "url": "XTN.7", + "valueString": "7595016" + }, + { + "url": "XTN.12", + "valueString": "+1 260 759 5016" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBR.17" + } + ], + "system": "pager", + "value": "+1 260 759 5016", + "use": "work" + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", + "valueContactPoint": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ + { + "url": "XTN.2", + "valueString": "WPN" + }, + { + "url": "XTN.3", + "valueString": "Internet" + }, + { + "url": "XTN.4", + "valueString": "order.callback@email.com" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBR.17" + } + ], + "system": "email", + "value": "order.callback@email.com", + "use": "work" + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", + "valueContactPoint": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString": "1" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString": "260" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString": "7595016" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ + { + "url": "XTN.2", + "valueString": "WPN" + }, + { + "url": "XTN.3", + "valueString": "BP" + }, + { + "url": "XTN.7", + "valueString": "7595016" + }, + { + "url": "XTN.12", + "valueString": "+1 260 759 5016" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBR.17" + } + ], + "system": "pager", + "value": "+1 260 759 5016", + "use": "work" + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", + "valueContactPoint": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ + { + "url": "XTN.2", + "valueString": "WPN" + }, + { + "url": "XTN.3", + "valueString": "Internet" + }, + { + "url": "XTN.4", + "valueString": "order.callback2@email.com" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBR.17" + } + ], + "system": "email", + "value": "order.callback2@email.com", + "use": "work" + } + }, + { + "url": "OBR.18", + "valueString": "placer1" + }, + { + "url": "OBR.19", + "valueString": "placer2" + }, + { + "url": "OBR.20", + "valueString": "filler1" + }, + { + "url": "OBR.21", + "valueString": "filler2" + }, + { + "url": "OBR.23", + "extension": [ + { + "url": "moc-1-1-monetary-amount", + "valueString": "100" + }, + { + "url": "moc-1-2-monetary-denomination", + "valueString": "$" + }, + { + "url": "moc-2-charge-code", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "16", + "display": "code" + } + ] + } + } + ] + }, + { + "url": "OBR.24", + "valueId": "OTH" + }, + { + "url": "OBR.25", + "valueId": "F" + }, + { + "url": "OBR.26", + "extension": [ + { + "url": "prl-1-parent-observation-identifier", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "444", + "display": "ParentId" + } + ] + } + }, + { + "url": "prl-2-parent-observation-sub-identifier", + "valueString": "888" + }, + { + "url": "prl-3-parent-observation-descriptor", + "valueString": "ParentOBSdescriptor" + } + ] + }, + { + "url": "OBR.28", + "valueReference": { + "reference": "Practitioner/1731704147204704000.6b69d8ef-3028-47d6-927e-d5d5872dc892" + } + }, + { + "url": "OBR.28", + "valueReference": { + "reference": "Practitioner/1731704147205067000.c4c1f05b-712b-4813-a986-4a9df29d8fdb" + } + }, + { + "url": "OBR.29", + "valueIdentifier": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "CSV" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "11D1111111" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "CLIA" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/filler-assigned-identifier", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", + "valueString": "f34b0f57-1601-4480-ae8a-d4006e50f38d" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Other CSV" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "22D2222222" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "CLIA2" + } + ] + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "PGN" + } + ] + }, + "value": "adb4a5cc-50ec-4f1e-95d7-0c1f77cacee1" + } + }, + { + "url": "OBR.33", + "valueReference": { + "reference": "PractitionerRole/1731704147211853000.8e9954f7-ef42-4e32-ace7-5d50620a3751" + } + }, + { + "url": "OBR.33", + "valueReference": { + "reference": "PractitionerRole/1731704147213550000.2782cfa7-176d-45f4-9da6-b3a7a0ca064d" + } + }, + { + "url": "OBR.36", + "valueString": "20230806123359-0500" + }, + { + "url": "OBR.8", + "valueDateTime": "2024-02-20", + "_valueDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20240220" + } + ] + } + }, + { + "url": "OBR.39", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "4438", + "display": "Collectors Comment" + } + ] + } + }, + { + "url": "OBR.39", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "4438", + "display": "Collectors Comment2" + } + ] + } + }, + { + "url": "OBR.44", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cne-coding", + "valueString": "coding" + } + ], + "code": "5019", + "display": "Procedure Code" + } + ] + } + }, + { + "url": "obr-45-procedure-code-modifier", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cne-coding", + "valueString": "coding" + } + ], + "code": "887766", + "display": "Procedure Code Modifier" + } + ] + } + }, + { + "url": "obr-45-procedure-code-modifier", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cne-coding", + "valueString": "coding" + } + ], + "code": "887766", + "display": "Procedure Code Modifier2" + } + ] + } + }, + { + "url": "OBR.48", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "71435", + "display": "Medically Necessary Duplicate Procedure" + } + ] + } + }, + { + "url": "OBR.49", + "valueString": "N" + }, + { + "url": "OBR.50", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "443331", + "display": "Parent Universal Service Identifier" + } + ] + } + }, + { + "url": "OBR.53", + "valueIdentifier": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString": "Placer Order" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBR.53" + } + ], + "value": "Alt" + } + }, + { + "url": "OBR.53", + "valueIdentifier": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString": "Placer Order2" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBR.53" + } + ], + "value": "Alt" + } + }, + { + "url": "OBR.54", + "valueIdentifier": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "CSV" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "11D1111111" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "CLIA" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/filler-assigned-identifier", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", + "valueString": "f34b0f57-1601-4480-ae8a-d4006e50f38d" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Other CSV" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "22D2222222" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "CLIA2" + } + ] + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "PGN" + } + ] + }, + "value": "adb4a5cc-50ec-4f1e-95d7-0c1f77cacee1" + } + }, + { + "url": "OBR.9", + "valueQuantity": { + "value": 1771 + } + }, + { + "url": "OBR.10", + "valueReference": { + "reference": "Practitioner/1731704147215800000.26615138-a081-4dec-8dd4-f397cc610177" + } + }, + { + "url": "OBR.10", + "valueReference": { + "reference": "Practitioner/1731704147216669000.d101dec3-5e03-4524-a7de-fce7f3782bba" + } + }, + { + "url": "OBR.11", + "valueString": "G" + }, + { + "url": "OBR.12", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "512", + "display": "Danger code" + } + ] + } + }, + { + "url": "OBR.13", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "ISO" + } + ], + "code": "R", + "display": "relevent info" + } + ] + } + }, + { + "url": "OBR.14", + "valueDateTime": "2021-02-02T10:00:00Z", + "_valueDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "202102021000" + } + ] + } + } + ] + } + ], + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "ORC.2" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "SPHL-000048" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.10765" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "PLAC" + } + ] + }, + "value": "Specimen123" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "ORC.3" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "SPHL-000048" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.10765" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "FILL" + } + ] + }, + "value": "Specimen12311" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "ORC.4" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "SPHL-000048" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.10765" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "PGN" + } + ] + }, + "value": "Specimen12322" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "ORC.4" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "SPHL-000048" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.10765" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "FGN" + } + ] + }, + "value": "Specimen12322" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "ORC.33" + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "PLAC" + } + ] + }, + "value": "33" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "ORC.33" + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "PLAC" + } + ] + }, + "value": "332" + } + ], + "status": "completed", + "intent": "order", + "code": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "123", + "display": "Universal service identifier" + } + ] + }, + "orderDetail": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBR.46" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "7461", + "display": "Placer Supplemental" + } + ] + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBR.46" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "7461", + "display": "Placer Supplemental2" + } + ] + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBR.47" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "8811", + "display": "Fillter Supplemental" + } + ] + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBR.47" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "8811", + "display": "Fillter Supplemental2" + } + ] + } + ], + "subject": { + "reference": "Patient/1731704146951532000.feebe084-6c07-45e4-b0b3-8f2dc0fe51ea" + }, + "occurrenceDateTime": "2022-02-02T10:22:00Z", + "_occurrenceDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "202202021022" + } + ] + }, + "requester": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", + "valueContactPoint": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ + { + "url": "XTN.1", + "valueString": "123" + }, + { + "url": "XTN.4", + "valueString": "+123" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "ORC.14" + } + ], + "system": "email", + "value": "123" + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", + "valueContactPoint": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ + { + "url": "XTN.1", + "valueString": "1234" + }, + { + "url": "XTN.4", + "valueString": "+1234" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "ORC.14" + } + ], + "system": "email", + "value": "1234" + } + } + ], + "reference": "PractitionerRole/1731704147190227000.de0f9388-eee6-46c9-a0e9-641f06a54759" + }, + "locationCode": [ + { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70482" + } + ], + "code": "I", + "display": "Inpatient Order" + } + ] + } + ], + "reasonCode": [ + { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "3216", + "display": "ReasonForStudy" + } + ] + }, + { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "3216", + "display": "ReasonForStudy2" + } + ] + } + ], + "supportingInfo": [ + { + "reference": "Observation/1731704147162570000.349f1ee4-3af5-4488-a631-4a1051f73265" + }, + { + "reference": "Observation/1731704147168198000.1c632d99-c9e4-4105-929e-424341cb702f" + } + ], + "specimen": [ + { + "reference": "Specimen/1731704147185921000.569f0698-a5ed-4f92-8ece-4ef418c289db" + }, + { + "reference": "Specimen/1731704147188542000.3061406c-a576-41c2-82e3-000fc013e70a" + }, + { + "reference": "Specimen/1731704147177705000.f3963125-8b94-45a0-9230-a03c2ded1897" + } + ], + "note": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension": [ + { + "url": "NTE.2", + "valueId": "L" + }, + { + "url": "NTE.7", + "valueString": "20230208" + }, + { + "url": "NTE.8", + "valueString": "20230209" + }, + { + "url": "NTE.9", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "CC", + "display": "Coded Request note" + } + ] + } + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId": "Note about the observation request" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId": "second" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId": "third" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId": "fourth" + } + ], + "time": "2023-02-07", + "_time": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230207" + } + ] + }, + "text": "Note about the observation request" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension": [ + { + "url": "NTE.2", + "valueId": "L" + }, + { + "url": "NTE.7", + "valueString": "20230205" + }, + { + "url": "NTE.8", + "valueString": "20230206" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId": "More request notes" + } + ], + "time": "2023-02-04", + "_time": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230204" + } + ] + }, + "text": "More request notes" + } + ] + } + }, + { + "fullUrl": "Practitioner/1731704147190872000.837181c4-e6fc-4e7f-99bd-dcf8d3652e07", + "resource": { + "resourceType": "Practitioner", + "id": "1731704147190872000.837181c4-e6fc-4e7f-99bd-dcf8d3652e07", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ + { + "url": "XCN.3", + "valueString": "ORC.12Name" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "ORC.12" + } + ], + "identifier": [ + { + "value": "93" + } + ], + "name": [ + { + "given": [ + "ORC.12Name" + ] + } + ], + "address": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ + { + "url": "SAD.1", + "valueString": "111 Road Rd" + } + ] + } + ] + } + ], + "line": [ + "111 Road Rd" + ], + "city": "Roadsville", + "state": "RD" } + ] + } + }, + { + "fullUrl": "Location/1731704147191158000.d0cacc5d-bc46-4559-9dbe-1f883c20dccb", + "resource": { + "resourceType": "Location", + "id": "1731704147191158000.d0cacc5d-bc46-4559-9dbe-1f883c20dccb", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ], + "identifier": [ + { + "value": "2.16.840.1.114222.8.7.6.5.4.1" + } + ], + "name": "STARLINKS.CDC.Stag", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" + } + ] } - } ] - } - }, { - "fullUrl" : "Organization/1727135930888864000.e1e5bb89-81ad-4c17-9e52-232d5522088d", - "resource" : { - "resourceType" : "Organization", - "id" : "1727135930888864000.e1e5bb89-81ad-4c17-9e52-232d5522088d", - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" - } ], - "value" : "STARLINKED.CDC.Stag" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.2,HD.3" - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0301", - "code" : "ISO" - } ] - }, - "system" : "urn:ietf:rfc:3986", - "value" : "2.16.840.1.114222.9.8.7.6.3.2" - } ] - } - }, { - "fullUrl" : "Organization/1727135930899193000.70e8c785-84fe-49a5-b282-dad0a7e9a77b", - "resource" : { - "resourceType" : "Organization", - "id" : "1727135930899193000.70e8c785-84fe-49a5-b282-dad0a7e9a77b", - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" - } ], - "value" : "RSDT" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.2,HD.3" - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0301", - "code" : "ISO" - } ] - }, - "system" : "urn:ietf:rfc:3986", - "value" : "0.0.0.1.1138" - } ] - } - }, { - "fullUrl" : "Organization/1727135930902326000.03c13a1f-072c-46a7-bb4b-370118853113", - "resource" : { - "resourceType" : "Organization", - "id" : "1727135930902326000.03c13a1f-072c-46a7-bb4b-370118853113", - "contact" : [ { - "telecom" : [ { - "extension" : [ { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", - "valueString" : "1" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", - "valueString" : "720" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "5553954" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ { - "url" : "XTN.2", - "valueString" : "WPN" - }, { - "url" : "XTN.3", - "valueString" : "PH" - }, { - "url" : "XTN.7", - "valueString" : "5553954" - }, { - "url" : "XTN.12", - "valueString" : "+1 720 555 3954" - } ] - } ], - "system" : "phone", - "value" : "+1 720 555 3954", - "use" : "work" - } ], - "address" : { - "extension" : [ { - "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-censusTract", - "valueCode" : "12" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ { - "url" : "SAD.1", - "valueString" : "4861 20TH AVE" - } ] - }, { - "url" : "XAD.2", - "valueString" : "#B" - }, { - "url" : "XAD.7", - "valueCode" : "H" - }, { - "url" : "XAD.8", - "valueString" : "World" - }, { - "url" : "XAD.11", - "valueCode" : "8" - }, { - "url" : "XAD.12", - "extension" : [ { - "url" : "XAD.12.1", - "valueString" : "2017" - }, { - "url" : "XAD.12.2", - "valueString" : "2025" - } ] - }, { - "url" : "XAD.13", - "valueString" : "2020" - }, { - "url" : "XAD.14", - "valueString" : "2021" - } ] - } ], - "use" : "home", - "line" : [ "4861 20TH AVE", "#B" ], - "city" : "AURORA", - "district" : "King", - "state" : "IG", - "postalCode" : "99999", - "country" : "USA", - "period" : { - "start" : "2020", - "end" : "2021" + } + }, + { + "fullUrl": "Organization/1731704147191936000.8abde946-6f9d-45c2-9211-18dbf481a8dd", + "resource": { + "resourceType": "Organization", + "id": "1731704147191936000.8abde946-6f9d-45c2-9211-18dbf481a8dd", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/name-representation-code", + "valueString": "A" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ + { + "url": "XON.10", + "valueString": "SPHL-000048" + } + ] + } + ], + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "STARLIMS.CDC.Stag" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.3.3.2.1.2" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference": { + "reference": "Location/1731704147191158000.d0cacc5d-bc46-4559-9dbe-1f883c20dccb" + } + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "XX" + } + ] + }, + "value": "SPHL-000048" + } + ], + "name": "CDPH, Viral and Rickettsial Disease Laboratory", + "telecom": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ + { + "url": "XTN.1", + "valueString": "456" + }, + { + "url": "XTN.4", + "valueString": "+456" + } + ] + } + ], + "system": "email", + "value": "456" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ + { + "url": "XTN.1", + "valueString": "4567" + }, + { + "url": "XTN.4", + "valueString": "+4567" + } + ] + } + ], + "system": "email", + "value": "4567" + } + ], + "address": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ + { + "url": "SAD.1", + "valueString": "111 Street St" + } + ] + } + ] + } + ], + "line": [ + "111 Street St" + ], + "city": "Streetsville", + "state": "ST" } + ] + } + }, + { + "fullUrl": "PractitionerRole/1731704147190227000.de0f9388-eee6-46c9-a0e9-641f06a54759", + "resource": { + "resourceType": "PractitionerRole", + "id": "1731704147190227000.de0f9388-eee6-46c9-a0e9-641f06a54759", + "practitioner": { + "reference": "Practitioner/1731704147190872000.837181c4-e6fc-4e7f-99bd-dcf8d3652e07" + }, + "organization": { + "reference": "Organization/1731704147191936000.8abde946-6f9d-45c2-9211-18dbf481a8dd" } - } ] - } - }, { - "fullUrl" : "Provenance/1727135930912125000.5b3ce86f-9be7-4ffb-a9a3-d5bc8f6f3a7d", - "resource" : { - "resourceType" : "Provenance", - "id" : "1727135930912125000.5b3ce86f-9be7-4ffb-a9a3-d5bc8f6f3a7d", - "target" : [ { - "reference" : "Patient/1727135930906262000.ea76d474-07bc-4cb2-ae47-5636f0f98fc1" - } ], - "occurredDateTime" : "2024-08-21T11:38:00Z", - "recorded" : "2024-09-23T16:58:50Z", - "activity" : { - "coding" : [ { - "system" : "https://terminology.hl7.org/CodeSystem/v3-DataOperation", - "code" : "UPDATE" - } ] - }, - "agent" : [ { - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type", - "code" : "performer" - } ] - }, - "who" : { - "reference" : "Organization/1727135930911804000.418fb1c7-1c34-49d7-96b4-2dea9aaa2427" + } + }, + { + "fullUrl": "Practitioner/1731704147195237000.cb331cc0-ac8b-4eea-b321-b8920ce71cb7", + "resource": { + "resourceType": "Practitioner", + "id": "1731704147195237000.cb331cc0-ac8b-4eea-b321-b8920ce71cb7", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ + { + "url": "XCN.3", + "valueString": "ORC.19Name" + } + ] + } + ], + "identifier": [ + { + "value": "60" + } + ], + "name": [ + { + "given": [ + "ORC.19Name" + ] + } + ] + } + }, + { + "fullUrl": "Practitioner/1731704147195562000.dd9d759c-dc2e-4d35-86bc-1bc003fc9aeb", + "resource": { + "resourceType": "Practitioner", + "id": "1731704147195562000.dd9d759c-dc2e-4d35-86bc-1bc003fc9aeb", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ + { + "url": "XCN.3", + "valueString": "ORC.19Name2" + } + ] + } + ], + "identifier": [ + { + "value": "60" + } + ], + "name": [ + { + "given": [ + "ORC.19Name2" + ] + } + ] + } + }, + { + "fullUrl": "Location/1731704147195823000.dcb8facd-feae-4182-8a57-4131fdc09680", + "resource": { + "resourceType": "Location", + "id": "1731704147195823000.dcb8facd-feae-4182-8a57-4131fdc09680", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ], + "identifier": [ + { + "value": "2.16.840.1.114222.8.7.6.5.4.1" + } + ], + "name": "STARLINKS.CDC.Stag", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" + } + ] } - } ] - } - }, { - "fullUrl" : "Organization/1727135930911804000.418fb1c7-1c34-49d7-96b4-2dea9aaa2427", - "resource" : { - "resourceType" : "Organization", - "id" : "1727135930911804000.418fb1c7-1c34-49d7-96b4-2dea9aaa2427", - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" - } ], - "value" : "RSDT" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.2,HD.3" - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0301", - "code" : "ISO" - } ] - }, - "system" : "urn:ietf:rfc:3986", - "value" : "0.0.0.1.1138" - } ] - } - }, { - "fullUrl" : "RelatedPerson/1727135930916650000.8ab0a6eb-7d2b-4af1-9be0-2e789cccb33b", - "resource" : { - "resourceType" : "RelatedPerson", - "id" : "1727135930916650000.8ab0a6eb-7d2b-4af1-9be0-2e789cccb33b", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", - "valueString" : "NK1" - } ], - "patient" : { - "reference" : "Patient/1727135930906262000.ea76d474-07bc-4cb2-ae47-5636f0f98fc1" - }, - "relationship" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "NK1.3" - } ], - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70063" - } ], - "code" : "OTH", - "display" : "Other" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "code" : "OT", - "display" : "OTHER RELATIONSHIP" - } ] - } ], - "name" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "NK1.2" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", - "extension" : [ { - "url" : "XPN.2", - "valueString" : "GENARO" - }, { - "url" : "XPN.3", - "valueString" : "GR" - }, { - "url" : "XPN.14", - "valueString" : "Dr" - }, { - "url" : "XPN.4", - "valueString" : "JR" - }, { - "url" : "XPN.6", - "valueString" : "Md" - }, { - "url" : "XPN.7", - "valueString" : "L" - }, { - "url" : "XPN.8", - "valueString" : "I" - }, { - "url" : "XPN.10", - "extension" : [ { - "url" : "XPN.10.2", - "valueString" : "2030" - }, { - "url" : "XPN.10.1", - "valueString" : "2000" - } ] - }, { - "url" : "XPN.12", - "valueString" : "20000501102531" - }, { - "url" : "XPN.13", - "valueString" : "2030501102531" - } ] - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", - "valueCode" : "G" - } ], - "use" : "official", - "family" : "SURYAN", - "_family" : { - "extension" : [ { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", - "valueString" : "Prefix" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name", - "valueString" : "Own" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", - "valueString" : "SpousePrefix" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", - "valueString" : "Spouse" - } ] - }, - "given" : [ "GENARO", "GR" ], - "prefix" : [ "Sir" ], - "suffix" : [ "JR", "Md", "Dr" ], - "period" : { - "start" : "2000-05-01T10:25:31Z" + } + }, + { + "fullUrl": "Organization/1731704147196014000.1df675bf-6e36-40e6-9ea8-79c5fed7b315", + "resource": { + "resourceType": "Organization", + "id": "1731704147196014000.1df675bf-6e36-40e6-9ea8-79c5fed7b315", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/name-representation-code", + "valueString": "A" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ + { + "url": "XON.10", + "valueString": "SPHL-000048" + } + ] + } + ], + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "STARLIMS.CDC.Stag" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.3.3.2.1.2" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference": { + "reference": "Location/1731704147195823000.dcb8facd-feae-4182-8a57-4131fdc09680" + } + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "XX" + } + ] + }, + "value": "SPHL-000048" + } + ], + "name": "CDPH, Viral and Rickettsial Disease Laboratory" + } + }, + { + "fullUrl": "Organization/1731704147196245000.dd0d299d-5ad3-4fc6-a831-3115cd4ac18a", + "resource": { + "resourceType": "Organization", + "id": "1731704147196245000.dd0d299d-5ad3-4fc6-a831-3115cd4ac18a", + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "STARLIMS.CDC.Stag" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.3.3.2.1.2" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + } + ] + } + ], + "name": "CDPH, Viral and Rickettsial Disease Laboratory part two" + } + }, + { + "fullUrl": "Practitioner/1731704147197900000.b64fec6c-cfc6-434a-b92a-f6cf2764b06c", + "resource": { + "resourceType": "Practitioner", + "id": "1731704147197900000.b64fec6c-cfc6-434a-b92a-f6cf2764b06c", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ + { + "url": "XCN.3", + "valueString": "ORC.10Name" + } + ] + } + ], + "identifier": [ + { + "value": "71" + } + ], + "name": [ + { + "given": [ + "ORC.10Name" + ] + } + ] + } + }, + { + "fullUrl": "Practitioner/1731704147198178000.868c0d5c-23b4-4fa9-8928-8238ab04c86d", + "resource": { + "resourceType": "Practitioner", + "id": "1731704147198178000.868c0d5c-23b4-4fa9-8928-8238ab04c86d", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ + { + "url": "XCN.3", + "valueString": "ORC.10Name2" + } + ] + } + ], + "identifier": [ + { + "value": "71" + } + ], + "name": [ + { + "given": [ + "ORC.10Name2" + ] + } + ] + } + }, + { + "fullUrl": "Practitioner/1731704147198490000.04a64bf0-70cc-433a-be3c-2b331a12e441", + "resource": { + "resourceType": "Practitioner", + "id": "1731704147198490000.04a64bf0-70cc-433a-be3c-2b331a12e441", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ + { + "url": "XCN.3", + "valueString": "ORC.11Name" + } + ] + } + ], + "identifier": [ + { + "value": "82" + } + ], + "name": [ + { + "given": [ + "ORC.11Name" + ] + } + ] + } + }, + { + "fullUrl": "Practitioner/1731704147198786000.583bf1fe-fa2c-4bfb-a502-de5f852e753c", + "resource": { + "resourceType": "Practitioner", + "id": "1731704147198786000.583bf1fe-fa2c-4bfb-a502-de5f852e753c", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ + { + "url": "XCN.3", + "valueString": "ORC.11Name2" + } + ] + } + ], + "identifier": [ + { + "value": "82" + } + ], + "name": [ + { + "given": [ + "ORC.11Name2" + ] + } + ] + } + }, + { + "fullUrl": "Practitioner/1731704147199079000.1779db36-128c-4164-b38e-de6636efb229", + "resource": { + "resourceType": "Practitioner", + "id": "1731704147199079000.1779db36-128c-4164-b38e-de6636efb229", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ + { + "url": "XCN.3", + "valueString": "ORC.12Name" + } + ] + } + ], + "identifier": [ + { + "value": "93" + } + ], + "name": [ + { + "given": [ + "ORC.12Name" + ] + } + ] + } + }, + { + "fullUrl": "Practitioner/1731704147199370000.e59dcfbf-12c0-471e-b92a-23fbb76c5128", + "resource": { + "resourceType": "Practitioner", + "id": "1731704147199370000.e59dcfbf-12c0-471e-b92a-23fbb76c5128", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ + { + "url": "XCN.3", + "valueString": "ORC.12Name2" + } + ] + } + ], + "identifier": [ + { + "value": "93" + } + ], + "name": [ + { + "given": [ + "ORC.12Name2" + ] + } + ] + } + }, + { + "fullUrl": "Location/1731704147199755000.fd89ef34-6aaf-44ab-b3d8-8c863bed21b8", + "resource": { + "resourceType": "Location", + "id": "1731704147199755000.fd89ef34-6aaf-44ab-b3d8-8c863bed21b8", + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" + } + ], + "value": "12.12.12" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" + } + ], + "type": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true + } + ], + "code": "L" + } + ] + }, + "value": "enter location id" + } + ], + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "_code": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/location-physical-type-poc", + "valueString": "poc" + } + ] + } + } + ] } - } ], - "telecom" : [ { - "extension" : [ { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", - "valueString" : "1" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", - "valueString" : "720" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "5553954" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-extension", - "valueString" : "2" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ { - "url" : "XTN.2", - "valueString" : "PRN" - }, { - "url" : "XTN.3", - "valueString" : "PH" - }, { - "url" : "XTN.4", - "valueString" : "example@exmaple.com" - }, { - "url" : "XTN.7", - "valueString" : "5553954" - }, { - "url" : "XTN.9", - "valueString" : "any" - }, { - "url" : "XTN.12", - "valueString" : "+1 720 555 3954" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "NK1.5" - } ], - "system" : "phone", - "value" : "+1 720 555 3954", - "use" : "home" - }, { - "extension" : [ { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", - "valueString" : "1" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", - "valueString" : "555" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "4672293" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ { - "url" : "XTN.2", - "valueString" : "WPN" - }, { - "url" : "XTN.3", - "valueString" : "PH" - }, { - "url" : "XTN.7", - "valueString" : "4672293" - }, { - "url" : "XTN.12", - "valueString" : "+1 555 467 2293" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "NK1.6" - } ], - "system" : "phone", - "value" : "+1 555 467 2293", - "use" : "work" - }, { - "extension" : [ { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", - "valueString" : "1" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", - "valueString" : "720" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "5553954" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ { - "url" : "XTN.2", - "valueString" : "WPN" - }, { - "url" : "XTN.3", - "valueString" : "PH" - }, { - "url" : "XTN.7", - "valueString" : "5553954" - }, { - "url" : "XTN.12", - "valueString" : "+1 720 555 3954" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "NK1.31" - } ], - "system" : "phone", - "value" : "+1 720 555 3954", - "use" : "work" - } ], - "address" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "NK1.4" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ { - "url" : "SAD.1", - "valueString" : "4861 20TH AVE" - } ] - }, { - "url" : "XAD.7", - "valueCode" : "H" - } ] - } ], - "use" : "home", - "line" : [ "4861 20TH AVE" ], - "city" : "THUNDER MOUNTAIN", - "state" : "IG", - "postalCode" : "99999", - "country" : "USA" - }, { - "extension" : [ { - "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-censusTract", - "valueCode" : "12" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "NK1.32" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ { - "url" : "SAD.1", - "valueString" : "4861 20TH AVE" - } ] - }, { - "url" : "XAD.2", - "valueString" : "#B" - }, { - "url" : "XAD.7", - "valueCode" : "H" - }, { - "url" : "XAD.8", - "valueString" : "World" - }, { - "url" : "XAD.11", - "valueCode" : "8" - }, { - "url" : "XAD.12", - "extension" : [ { - "url" : "XAD.12.1", - "valueString" : "2017" - }, { - "url" : "XAD.12.2", - "valueString" : "2025" - } ] - }, { - "url" : "XAD.13", - "valueString" : "2020" - }, { - "url" : "XAD.14", - "valueString" : "2021" - } ] - } ], - "use" : "home", - "line" : [ "4861 20TH AVE", "#B" ], - "city" : "AURORA", - "district" : "King", - "state" : "IG", - "postalCode" : "99999", - "country" : "USA", - "period" : { - "start" : "2020", - "end" : "2021" + } + }, + { + "fullUrl": "Location/1731704147199904000.5d034c54-5076-4f70-9c58-b2e8b71319a1", + "resource": { + "resourceType": "Location", + "id": "1731704147199904000.5d034c54-5076-4f70-9c58-b2e8b71319a1", + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" + } + ], + "value": "12.12.12" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" + } + ], + "type": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true + } + ], + "code": "L" + } + ] + }, + "value": "enter location id" + } + ], + "mode": "instance", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "_code": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/location-physical-type-poc", + "valueString": "poc" + } + ] + } + } + ] + }, + "partOf": { + "reference": "Location/1731704147199755000.fd89ef34-6aaf-44ab-b3d8-8c863bed21b8" } - } ], - "period" : { - "start" : "2022-05-01T10:25:31-04:00", - "_start" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20220501102531-0400" - } ] - }, - "end" : "2023-05-01T10:25:31-04:00", - "_end" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230501102531-0400" - } ] + } + }, + { + "fullUrl": "Practitioner/1731704147202382000.63cabfeb-beb5-4e0d-b64f-c95134373633", + "resource": { + "resourceType": "Practitioner", + "id": "1731704147202382000.63cabfeb-beb5-4e0d-b64f-c95134373633", + "identifier": [ + { + "value": "1" + } + ], + "name": [ + { + "family": "Ordering", + "_family": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", + "valueString": "VAN" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name", + "valueString": "Provider" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", + "valueString": "VAL" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", + "valueString": "JollyROGER" + } + ] + } + } + ] + } + }, + { + "fullUrl": "Practitioner/1731704147202713000.417d1a2d-c639-491e-93e2-42bcd7c42905", + "resource": { + "resourceType": "Practitioner", + "id": "1731704147202713000.417d1a2d-c639-491e-93e2-42bcd7c42905", + "identifier": [ + { + "value": "2" + } + ], + "name": [ + { + "family": "Ordering", + "_family": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", + "valueString": "VAN" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name", + "valueString": "Provider" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", + "valueString": "VAL" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", + "valueString": "JollyROGER" + } + ] + } + } + ] + } + }, + { + "fullUrl": "Practitioner/1731704147204704000.6b69d8ef-3028-47d6-927e-d5d5872dc892", + "resource": { + "resourceType": "Practitioner", + "id": "1731704147204704000.6b69d8ef-3028-47d6-927e-d5d5872dc892", + "identifier": [ + { + "value": "1" + } + ], + "name": [ + { + "family": "result", + "_family": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", + "valueString": "VAN" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name", + "valueString": "copiesto" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", + "valueString": "VAL" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", + "valueString": "NotSoJollyROGER" + } + ] + } + } + ] + } + }, + { + "fullUrl": "Practitioner/1731704147205067000.c4c1f05b-712b-4813-a986-4a9df29d8fdb", + "resource": { + "resourceType": "Practitioner", + "id": "1731704147205067000.c4c1f05b-712b-4813-a986-4a9df29d8fdb", + "identifier": [ + { + "value": "2" + } + ], + "name": [ + { + "family": "results", + "_family": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", + "valueString": "VAN" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name", + "valueString": "copiesto" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", + "valueString": "VAL" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", + "valueString": "NotSoJollyROGER" + } + ] + } + } + ] + } + }, + { + "fullUrl": "Practitioner/1731704147205724000.c2d64559-e0d4-4017-a920-ff293548d65a", + "resource": { + "resourceType": "Practitioner", + "id": "1731704147205724000.c2d64559-e0d4-4017-a920-ff293548d65a", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cnn-practitioner", + "extension": [ + { + "url": "CNN.3", + "valueString": "Results Interpreter" + }, + { + "url": "CNN.4", + "valueString": "S" + }, + { + "url": "CNN.5", + "valueString": "ESQ" + }, + { + "url": "CNN.7", + "valueString": "MD" + } + ] + } + ], + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Assigning Authority" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.1.4.1" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + } + ], + "value": "123" + } + ], + "name": [ + { + "family": "Assistant", + "given": [ + "Results Interpreter", + "S" + ], + "prefix": [ + "DR" + ], + "suffix": [ + "ESQ", + "MD" + ] + } + ] + } + }, + { + "fullUrl": "Location/1731704147207231000.f137ba6c-0f8d-452b-b503-8363140bd8d9", + "resource": { + "resourceType": "Location", + "id": "1731704147207231000.f137ba6c-0f8d-452b-b503-8363140bd8d9", + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" + } + ], + "value": "Hospital A" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" + } + ], + "type": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true + } + ], + "code": "ISO" + } + ] + }, + "value": "2.16.840.1.113883.9.11" + } + ], + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" + } + ] } } - } - }, { - "fullUrl" : "Encounter/1727135930924088000.a87dbe11-c1c3-4713-b55a-e42645a16af1", - "resource" : { - "resourceType" : "Encounter", - "id" : "1727135930924088000.a87dbe11-c1c3-4713-b55a-e42645a16af1", - "text" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/pv2-visit-description", - "valueString" : "Description" - } ], - "div" : "
          Description
          " - }, - "status" : "finished", - "subject" : { - "reference" : "Patient/1727135930906262000.ea76d474-07bc-4cb2-ae47-5636f0f98fc1" - }, - "episodeOfCare" : [ { - "reference" : "EpisodeOfCare/1727135930924195000.a1e98160-c5f6-4737-bccd-408b05f2f8e4" - } ], - "participant" : [ { - "type" : [ { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", - "code" : "ATND", - "display" : "attender" - } ] - } ], - "individual" : { - "reference" : "Practitioner/1727135930919771000.9661e4fb-9d28-4282-99a8-38ea7fb1e372" + }, + { + "fullUrl": "Location/1731704147211014000.bcba6116-9a8f-4b82-8bf7-db9455f0baa9", + "resource": { + "resourceType": "Location", + "id": "1731704147211014000.bcba6116-9a8f-4b82-8bf7-db9455f0baa9", + "identifier": [ + { + "value": "Building 123" + } + ], + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "bu" + } + ] } - }, { - "type" : [ { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", - "code" : "REF" - } ], - "text" : "referrer" - } ], - "individual" : { - "reference" : "Practitioner/1727135930920249000.87b8441f-6462-4c72-b6b5-770f6f91117b" + } + }, + { + "fullUrl": "Location/1731704147211283000.d4c96278-9ffc-465d-a89b-996d017764dd", + "resource": { + "resourceType": "Location", + "id": "1731704147211283000.d4c96278-9ffc-465d-a89b-996d017764dd", + "identifier": [ + { + "value": "Point of Care" + } + ], + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "_code": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/location-physical-type-poc", + "valueString": "poc" + } + ] + } + } + ] } - }, { - "type" : [ { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", - "code" : "CON" - } ], - "text" : "consultant" - } ], - "individual" : { - "reference" : "Practitioner/1727135930921223000.4e3c2fae-23d7-4087-bd98-78aa1a1a0941" + } + }, + { + "fullUrl": "Location/1731704147211453000.670df912-71b5-403a-9567-094aaf478caf", + "resource": { + "resourceType": "Location", + "id": "1731704147211453000.670df912-71b5-403a-9567-094aaf478caf", + "identifier": [ + { + "value": "Floor A" + } + ], + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "lvl" + } + ] } - }, { - "type" : [ { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", - "code" : "ADM" - } ], - "text" : "admitter" - } ], - "individual" : { - "reference" : "Practitioner/1727135930921776000.fd81838a-fdda-421f-bb71-6d780b0b445f" + } + }, + { + "fullUrl": "Location/1731704147211631000.fbf85beb-72c2-4c3d-9d58-e81e5b28a9a7", + "resource": { + "resourceType": "Location", + "id": "1731704147211631000.fbf85beb-72c2-4c3d-9d58-e81e5b28a9a7", + "identifier": [ + { + "value": "Room 101" + } + ], + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "ro" + } + ] } - } ], - "period" : { - "start" : "2024-08-01T10:25:31-04:00", - "_start" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20240801102531-0400" - } ] - }, - "end" : "2024-08-01T10:25:31-04:00", - "_end" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20240801102531-0400" - } ] + } + }, + { + "fullUrl": "Location/1731704147211793000.5112c1cd-c316-4eed-9ebd-079ff9655734", + "resource": { + "resourceType": "Location", + "id": "1731704147211793000.5112c1cd-c316-4eed-9ebd-079ff9655734", + "identifier": [ + { + "value": "Bed A" + } + ], + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "bd" + } + ] } - }, - "length" : { - "value" : 12, - "unit" : "days", - "system" : "http://unitsofmeasure.org/", - "code" : "d" - }, - "hospitalization" : { - "destination" : { - "reference" : "Location/1727135930918737000.646cd403-9137-467b-af49-b1da7d5ffe97" + } + }, + { + "fullUrl": "PractitionerRole/1731704147211853000.8e9954f7-ef42-4e32-ace7-5d50620a3751", + "resource": { + "resourceType": "PractitionerRole", + "id": "1731704147211853000.8e9954f7-ef42-4e32-ace7-5d50620a3751", + "period": { + "start": "2023-04-01T10:25:31-04:00", + "_start": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230401102531-0400" + } + ] + }, + "end": "2023-05-01T10:25:31-04:00", + "_end": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230501102531-0400" + } + ] + } + }, + "practitioner": { + "reference": "Practitioner/1731704147205724000.c2d64559-e0d4-4017-a920-ff293548d65a" + }, + "location": [ + { + "reference": "Location/1731704147207231000.f137ba6c-0f8d-452b-b503-8363140bd8d9" + }, + { + "reference": "Location/1731704147211014000.bcba6116-9a8f-4b82-8bf7-db9455f0baa9" + }, + { + "reference": "Location/1731704147211283000.d4c96278-9ffc-465d-a89b-996d017764dd" + }, + { + "reference": "Location/1731704147211453000.670df912-71b5-403a-9567-094aaf478caf" + }, + { + "reference": "Location/1731704147211631000.fbf85beb-72c2-4c3d-9d58-e81e5b28a9a7" + }, + { + "reference": "Location/1731704147211793000.5112c1cd-c316-4eed-9ebd-079ff9655734" + } + ] + } + }, + { + "fullUrl": "Practitioner/1731704147212340000.e2e0c2bb-9790-4d5b-bb08-7ab58adece2a", + "resource": { + "resourceType": "Practitioner", + "id": "1731704147212340000.e2e0c2bb-9790-4d5b-bb08-7ab58adece2a", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cnn-practitioner", + "extension": [ + { + "url": "CNN.3", + "valueString": "Results Interpreter" + }, + { + "url": "CNN.4", + "valueString": "S" + }, + { + "url": "CNN.5", + "valueString": "ESQ" + }, + { + "url": "CNN.7", + "valueString": "MD" + } + ] + } + ], + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Assigning Authority" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.1.4.1" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + } + ], + "value": "123" + } + ], + "name": [ + { + "family": "Assistant", + "given": [ + "Results Interpreter", + "S" + ], + "prefix": [ + "DR" + ], + "suffix": [ + "ESQ", + "MD" + ] + } + ] + } + }, + { + "fullUrl": "Location/1731704147212528000.58fe3b52-dd06-4182-a73e-37f67635bd2e", + "resource": { + "resourceType": "Location", + "id": "1731704147212528000.58fe3b52-dd06-4182-a73e-37f67635bd2e", + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" + } + ], + "value": "Hospital A" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" + } + ], + "type": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true + } + ], + "code": "ISO" + } + ] + }, + "value": "2.16.840.1.113883.9.11" + } + ], + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" + } + ] } - }, - "location" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PV1.3" - } ], - "location" : { - "reference" : "Location/1727135930922297000.bb8e60f5-2dc2-425d-8b10-779393bd1125" - }, - "status" : "active" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PV1.6" - } ], - "location" : { - "reference" : "Location/1727135930923963000.10316ce9-ece7-41de-a6b4-4610899a4c97" - }, - "status" : "completed" - } ] - } - }, { - "fullUrl" : "Location/1727135930918737000.646cd403-9137-467b-af49-b1da7d5ffe97", - "resource" : { - "resourceType" : "Location", - "id" : "1727135930918737000.646cd403-9137-467b-af49-b1da7d5ffe97", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/dld2-effective-date", - "valueString" : "202305061200" - } ] - } - }, { - "fullUrl" : "Practitioner/1727135930919771000.9661e4fb-9d28-4282-99a8-38ea7fb1e372", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1727135930919771000.9661e4fb-9d28-4282-99a8-38ea7fb1e372", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Namespace" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "AssigningSystem" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "UUID" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ { - "url" : "XCN.3", - "valueString" : "LUDWIG" - }, { - "url" : "XCN.4", - "valueString" : "B" - }, { - "url" : "XCN.21", - "valueString" : "MD" - }, { - "url" : "XCN.5", - "valueString" : "2ND" - }, { - "url" : "XCN.7", - "valueString" : "MD" - }, { - "url" : "XCN.10", - "valueString" : "B" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PV1.7" - } ], - "identifier" : [ { - "type" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } ], - "code" : "DL" - } ] - }, - "system" : "Namespace", - "value" : "1" - } ], - "name" : [ { - "use" : "official", - "family" : "BEETHOVEN", - "given" : [ "LUDWIG", "B" ], - "prefix" : [ "DR" ], - "suffix" : [ "2ND", "MD", "MD" ] - } ] - } - }, { - "fullUrl" : "Practitioner/1727135930920249000.87b8441f-6462-4c72-b6b5-770f6f91117b", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1727135930920249000.87b8441f-6462-4c72-b6b5-770f6f91117b", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PV1.8" - } ], - "identifier" : [ { - "value" : "1" - } ], - "name" : [ { - "family" : "MOZART" - } ] - } - }, { - "fullUrl" : "Practitioner/1727135930921223000.4e3c2fae-23d7-4087-bd98-78aa1a1a0941", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1727135930921223000.4e3c2fae-23d7-4087-bd98-78aa1a1a0941", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PV1.9" - } ], - "identifier" : [ { - "value" : "1" - } ], - "name" : [ { - "family" : "CHOPIN" - } ] - } - }, { - "fullUrl" : "Practitioner/1727135930921776000.fd81838a-fdda-421f-bb71-6d780b0b445f", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1727135930921776000.fd81838a-fdda-421f-bb71-6d780b0b445f", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PV1.17" - } ], - "identifier" : [ { - "value" : "1" - } ], - "name" : [ { - "family" : "BACH" - } ] - } - }, { - "fullUrl" : "Location/1727135930922297000.bb8e60f5-2dc2-425d-8b10-779393bd1125", - "resource" : { - "resourceType" : "Location", - "id" : "1727135930922297000.bb8e60f5-2dc2-425d-8b10-779393bd1125", - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" - } ], - "value" : "Hospital Assigned" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.2,HD.3" - } ], - "type" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } ], - "code" : "ISO" - } ] - }, - "value" : "2.4.4.4" - } ], - "mode" : "instance", - "physicalType" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "si" - } ] } - } - }, { - "fullUrl" : "Organization/1727135930923372000.558c518f-125e-4428-8dc2-1e1a0c583287", - "resource" : { - "resourceType" : "Organization", - "id" : "1727135930923372000.558c518f-125e-4428-8dc2-1e1a0c583287", - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" - } ], - "value" : "ASSIGNEE" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.2,HD.3" - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0301", - "code" : "UUID" - } ] - }, - "system" : "urn:ietf:rfc:3986", - "value" : "222.1111.22222" - } ] - } - }, { - "fullUrl" : "Location/1727135930923963000.10316ce9-ece7-41de-a6b4-4610899a4c97", - "resource" : { - "resourceType" : "Location", - "id" : "1727135930923963000.10316ce9-ece7-41de-a6b4-4610899a4c97", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/pl6-person-location-type", - "valueString" : "location type" - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" - } ], - "value" : "Hospital Prio" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.2,HD.3" - } ], - "type" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } ], - "code" : "ISO" - } ] - }, - "value" : "2.4.4.4" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "NAME" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "UNI" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/ei-assigner-organization-type", - "valueString" : "organization" - } ], - "value" : "Entity ID", - "assigner" : { - "reference" : "Organization/1727135930923372000.558c518f-125e-4428-8dc2-1e1a0c583287" + }, + { + "fullUrl": "Location/1731704147212695000.ba243a96-dfd5-413d-8aa4-196dce741f6a", + "resource": { + "resourceType": "Location", + "id": "1731704147212695000.ba243a96-dfd5-413d-8aa4-196dce741f6a", + "identifier": [ + { + "value": "Building 123" + } + ], + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "bu" + } + ] } - } ], - "status" : "active", - "description" : "Description", - "mode" : "instance", - "physicalType" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "si" - } ] } - } - }, { - "fullUrl" : "EpisodeOfCare/1727135930924195000.a1e98160-c5f6-4737-bccd-408b05f2f8e4", - "resource" : { - "resourceType" : "EpisodeOfCare", - "id" : "1727135930924195000.a1e98160-c5f6-4737-bccd-408b05f2f8e4", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PV1.54" - } ] - } - }, { - "fullUrl" : "Observation/1727135931054889000.879549dc-018b-47c0-9e9d-a3761a3ea06d", - "resource" : { - "resourceType" : "Observation", - "id" : "1727135931054889000.879549dc-018b-47c0-9e9d-a3761a3ea06d", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "subid" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2023-09-12T18:08:02-04:00", - "_valueDateTime" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230912180802-0400" - } ] + }, + { + "fullUrl": "Location/1731704147212956000.9bb0fed5-c0c7-4e37-bd10-970414515cd6", + "resource": { + "resourceType": "Location", + "id": "1731704147212956000.9bb0fed5-c0c7-4e37-bd10-970414515cd6", + "identifier": [ + { + "value": "Point of Care" + } + ], + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "_code": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/location-physical-type-poc", + "valueString": "poc" + } + ] + } + } + ] } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ { - "url" : "OBX.2", - "valueId" : "CWE" - }, { - "url" : "OBX.29", - "valueId" : "QST" - }, { - "url" : "OBX.11", - "valueString" : "F" - }, { - "url" : "OBX.18", - "valueReference" : { - "reference" : "Device/1727135931053992000.f372c9ef-a682-4265-b6e7-336c3bbcfb1f" - } - } ] - } ], - "status" : "final", - "subject" : { - "reference" : "Patient/1727135930906262000.ea76d474-07bc-4cb2-ae47-5636f0f98fc1" - }, - "encounter" : { - "reference" : "Encounter/1727135930924088000.a87dbe11-c1c3-4713-b55a-e42645a16af1" - }, - "effectiveDateTime" : "2023-01-01T00:00:00Z", - "_effectiveDateTime" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230101000000" - } ] - }, - "performer" : [ { - "reference" : "PractitionerRole/1727135931055103000.5d95dbb5-68f8-45d7-a9cb-9cf514fb474d" - }, { - "reference" : "PractitionerRole/1727135931055670000.0cf79842-b57f-4148-820c-bfd8890c386c" - } ], - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "SCT" - } ], - "system" : "http://snomed.info/sct", - "code" : "260415000", - "display" : "Not detected" - } ] - }, - "note" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ { - "url" : "NTE.2", - "valueId" : "L" - }, { - "url" : "NTE.7", - "valueString" : "20230202" - }, { - "url" : "NTE.8", - "valueString" : "20230203" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "OBX Note" - } ], - "time" : "2023-02-01", - "_time" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230201" - } ] - }, - "text" : "OBX Note" - } ], - "device" : { - "reference" : "Device/1727135931057583000.c23124e0-ba86-4fa4-96df-76637baf2819" - }, - "referenceRange" : [ { - "text" : "range of a few" - } ] - } - }, { - "fullUrl" : "Device/1727135931053992000.f372c9ef-a682-4265-b6e7-336c3bbcfb1f", - "resource" : { - "resourceType" : "Device", - "id" : "1727135931053992000.f372c9ef-a682-4265-b6e7-336c3bbcfb1f", - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "SPTRDEV-001" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.17.840" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - } ], - "value" : "Device 001" - } ] - } - }, { - "fullUrl" : "Practitioner/1727135931055483000.06a2880c-0745-46c4-866b-fa31e006748b", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1727135931055483000.06a2880c-0745-46c4-866b-fa31e006748b", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ { - "url" : "XCN.3", - "valueString" : "Quinlen" - } ] - } ], - "identifier" : [ { - "value" : "1" - } ], - "name" : [ { - "family" : "Frances", - "given" : [ "Quinlen" ] - } ] - } - }, { - "fullUrl" : "PractitionerRole/1727135931055103000.5d95dbb5-68f8-45d7-a9cb-9cf514fb474d", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1727135931055103000.5d95dbb5-68f8-45d7-a9cb-9cf514fb474d", - "practitioner" : { - "reference" : "Practitioner/1727135931055483000.06a2880c-0745-46c4-866b-fa31e006748b" - }, - "code" : [ { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/practitioner-role", - "code" : "responsibleObserver" - } ] - } ] - } - }, { - "fullUrl" : "Practitioner/1727135931056021000.2377666f-d18e-431d-b78b-edc1924717b4", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1727135931056021000.2377666f-d18e-431d-b78b-edc1924717b4", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ { - "url" : "XCN.3", - "valueString" : "Quinlen" - } ] - } ], - "identifier" : [ { - "value" : "1" - } ], - "name" : [ { - "family" : "Mark", - "given" : [ "Quinlen" ] - } ] - } - }, { - "fullUrl" : "Organization/1727135931056698000.d1417f8c-8db8-41a5-b2bf-a762277994cb", - "resource" : { - "resourceType" : "Organization", - "id" : "1727135931056698000.d1417f8c-8db8-41a5-b2bf-a762277994cb", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ { - "url" : "XON.10", - "valueString" : "11D1111111" - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "CLIA" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.113883.4.7" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" - } ] - }, - "value" : "11D1111111" - } ], - "name" : "CSV uploads-11D1111111", - "address" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ { - "url" : "SAD.1", - "valueString" : "2 Second Dr" - } ] - } ] - } ], - "line" : [ "2 Second Dr" ], - "state" : "IG", - "postalCode" : "94553", - "country" : "USA" - } ] - } - }, { - "fullUrl" : "PractitionerRole/1727135931055670000.0cf79842-b57f-4148-820c-bfd8890c386c", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1727135931055670000.0cf79842-b57f-4148-820c-bfd8890c386c", - "practitioner" : { - "reference" : "Practitioner/1727135931056021000.2377666f-d18e-431d-b78b-edc1924717b4" - }, - "organization" : { - "reference" : "Organization/1727135931056698000.d1417f8c-8db8-41a5-b2bf-a762277994cb" - }, - "code" : [ { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } ] - } ] - } - }, { - "fullUrl" : "Device/1727135931057583000.c23124e0-ba86-4fa4-96df-76637baf2819", - "resource" : { - "resourceType" : "Device", - "id" : "1727135931057583000.c23124e0-ba86-4fa4-96df-76637baf2819", - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "SPTRDEV-001" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.17.840" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - } ], - "value" : "Device 001" - } ] - } - }, { - "fullUrl" : "Specimen/1727135931059633000.93a14262-50f1-4463-be16-524a1bc18a5e", - "resource" : { - "resourceType" : "Specimen", - "id" : "1727135931059633000.93a14262-50f1-4463-be16-524a1bc18a5e", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", - "valueString" : "OBR" - } ] - } - }, { - "fullUrl" : "Specimen/1727135931063598000.b9d9dbb1-b5b6-4cd7-8101-42b82705b282", - "resource" : { - "resourceType" : "Specimen", - "id" : "1727135931063598000.b9d9dbb1-b5b6-4cd7-8101-42b82705b282", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", - "valueString" : "SPM" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/spm-specimen", - "extension" : [ { - "url" : "SPM.26", - "valueString" : "2" - }, { - "url" : "SPM.5", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "SCT" - } ], - "system" : "http://snomed.info/sct", - "version" : "2.67", - "code" : "440500007", - "display" : "SNOMEDTEXT" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } ], - "system" : "http://loinc.org", - "code" : "12345-6", - "display" : "LOINCTEXT" - } ] - } - }, { - "url" : "SPM.6", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "SCT" - } ], - "system" : "http://snomed.info/sct", - "version" : "2.67", - "code" : "440500007", - "display" : "SNOMEDTEXT" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } ], - "system" : "http://loinc.org", - "code" : "12345-6", - "display" : "LOINCTEXT" - } ] - } - }, { - "url" : "SPM.6", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "SCT" - } ], - "system" : "http://snomed.info/sct", - "version" : "2.67", - "code" : "440500007", - "display" : "SNOMEDTEXT" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } ], - "system" : "http://loinc.org", - "code" : "12345-6", - "display" : "LOINCTEXT" - } ] - } - }, { - "url" : "SPM.11", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "SCT" - } ], - "system" : "http://snomed.info/sct", - "version" : "2.67", - "code" : "440500007", - "display" : "SNOMEDTEXT" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } ], - "system" : "http://loinc.org", - "code" : "12345-6", - "display" : "LOINCTEXT" - } ] - } - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/reject-reason", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "440500007", - "display" : "SNOMEDTEXT" - } ] + } + }, + { + "fullUrl": "Location/1731704147213139000.2c0cc0c1-c713-4a9b-93a2-9f205ea319e5", + "resource": { + "resourceType": "Location", + "id": "1731704147213139000.2c0cc0c1-c713-4a9b-93a2-9f205ea319e5", + "identifier": [ + { + "value": "Floor A" + } + ], + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "lvl" + } + ] } - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Any lab USA-p" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "36D1332559-p" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "CLIA-p" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/filler-assigned-identifier", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", - "valueString" : "380604-s" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Any lab USA-s" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "36D1332559-s" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "CLIA-s" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", - "valueString" : "SPM.2.1" - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PGN" - } ] - }, - "value" : "380604-p" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Any lab USA-s" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "36D1332559-s" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "CLIA-s" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/placer-assigned-identifier", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", - "valueString" : "380604-p" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Any lab USA-p" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "36D1332559-p" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "CLIA-p" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", - "valueString" : "SPM.2.2" - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FGN" - } ] - }, - "value" : "380604-s" - } ], - "type" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "SCT" - } ], - "system" : "http://snomed.info/sct", - "version" : "2.67", - "code" : "440500007", - "display" : "SNOMEDTEXT" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } ], - "system" : "http://loinc.org", - "code" : "12345-6", - "display" : "LOINCTEXT" - } ] - }, - "receivedTime" : "2021-06-04T11:25:06Z", - "_receivedTime" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210604112506+0000" - } ] - }, - "collection" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/bodySiteModifier", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "SCT" - } ], - "system" : "http://snomed.info/sct", - "version" : "2.67", - "code" : "440500007", - "display" : "SNOMEDTEXT" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } ], - "system" : "http://loinc.org", - "code" : "12345-6", - "display" : "LOINCTEXT" - } ] - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/bodySiteModifier", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "SCT" - } ], - "system" : "http://snomed.info/sct", - "version" : "2.67", - "code" : "440500007", - "display" : "SNOMEDTEXT" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } ], - "system" : "http://loinc.org", - "code" : "12345-6", - "display" : "LOINCTEXT" - } ] - } - } ], - "collectedPeriod" : { - "start" : "2021-06-04T11:25:00Z", - "_start" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210604112500+0000" - } ] - }, - "end" : "2021-06-04T11:25:01Z", - "_end" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210604112501+0000" - } ] - } - }, - "quantity" : { - "value" : 1 - }, - "method" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "SCT" - } ], - "system" : "http://snomed.info/sct", - "version" : "2.67", - "code" : "440500007", - "display" : "SNOMEDTEXT" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } ], - "system" : "http://loinc.org", - "code" : "12345-6", - "display" : "LOINCTEXT" - } ] - }, - "bodySite" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "SCT" - } ], - "system" : "http://snomed.info/sct", - "version" : "2020-09-01", - "code" : "71836000", - "display" : "Nasopharyngeal structure (body structure)" - } ] + } + }, + { + "fullUrl": "Location/1731704147213310000.e1ec7b93-8462-4ab6-8cf4-9c8961fcc4cc", + "resource": { + "resourceType": "Location", + "id": "1731704147213310000.e1ec7b93-8462-4ab6-8cf4-9c8961fcc4cc", + "identifier": [ + { + "value": "Room 101" + } + ], + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "ro" + } + ] } - }, - "container" : [ { - "type" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "SCT" - } ], - "system" : "http://snomed.info/sct", - "version" : "2.67", - "code" : "440500007", - "display" : "SNOMEDTEXT" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } ], - "system" : "http://loinc.org", - "code" : "12345-6", - "display" : "LOINCTEXT" - } ] - }, - "additiveCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "SCT" - } ], - "system" : "http://snomed.info/sct", - "version" : "2.67", - "code" : "440500007", - "display" : "SNOMEDTEXT" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } ], - "system" : "http://loinc.org", - "code" : "12345-6", - "display" : "LOINCTEXT" - } ] + } + }, + { + "fullUrl": "Location/1731704147213481000.b8856f6f-53a4-417a-961f-45104e0cfd50", + "resource": { + "resourceType": "Location", + "id": "1731704147213481000.b8856f6f-53a4-417a-961f-45104e0cfd50", + "identifier": [ + { + "value": "Bed A" + } + ], + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "bd" + } + ] } - } ], - "condition" : [ { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "SCT" - } ], - "system" : "http://snomed.info/sct", - "version" : "2.67", - "code" : "440500007", - "display" : "SNOMEDTEXT" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } ], - "system" : "http://loinc.org", - "code" : "12345-6", - "display" : "LOINCTEXT" - } ] - } ], - "note" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "SPM.14" - } ], - "text" : "TEST" - } ] - } - }, { - "fullUrl" : "ServiceRequest/1727135931070894000.c6da959b-a0b1-4eaf-98fe-482d0ed3f1c9", - "resource" : { - "resourceType" : "ServiceRequest", - "id" : "1727135931070894000.c6da959b-a0b1-4eaf-98fe-482d0ed3f1c9", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", - "valueCode" : "RE" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", - "valueString" : "20230725" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/orc-common-order", - "extension" : [ { - "url" : "ORC.5", - "valueString" : "CM" - }, { - "url" : "orc-21-ordering-facility-name", - "valueReference" : { - "reference" : "Organization/1727135931069957000.71c19ffa-5756-45ab-9871-3441324a6a5c" - } - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", - "extension" : [ { - "url" : "OBR.2", - "valueIdentifier" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Placer Identifier Namespace" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "Placer Universal ID" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - } ], - "value" : "Placer Identifier" - } - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.2" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "SPHL-000048" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.10765" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PLAC" - } ] - }, - "value" : "Specimen123" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBR.3" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Filler Identifier Namespace" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "Filler Universal ID" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FILL" - } ] - }, - "value" : "Filler Identifier" - } ], - "status" : "completed", - "subject" : { - "reference" : "Patient/1727135930906262000.ea76d474-07bc-4cb2-ae47-5636f0f98fc1" - }, - "requester" : { - "reference" : "PractitionerRole/1727135931066802000.c0bfe9b7-bd2c-4733-92f0-a4070369a8bb" - }, - "supportingInfo" : [ { - "reference" : "Observation/1727135931054889000.879549dc-018b-47c0-9e9d-a3761a3ea06d" - } ], - "specimen" : [ { - "reference" : "Specimen/1727135931063598000.b9d9dbb1-b5b6-4cd7-8101-42b82705b282" - }, { - "reference" : "Specimen/1727135931059633000.93a14262-50f1-4463-be16-524a1bc18a5e" - } ] - } - }, { - "fullUrl" : "Location/1727135931067673000.a9013169-6a2b-43b5-808f-85bfde0f8796", - "resource" : { - "resourceType" : "Location", - "id" : "1727135931067673000.a9013169-6a2b-43b5-808f-85bfde0f8796", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ], - "identifier" : [ { - "value" : "2.16.840.1.114222.8.7.6.5.4.1" - } ], - "name" : "STARLINKS.CDC.Stag", - "physicalType" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "si" - } ] } - } - }, { - "fullUrl" : "Organization/1727135931068013000.3ee86f89-b9b0-4ffd-a206-d1dd46aa9949", - "resource" : { - "resourceType" : "Organization", - "id" : "1727135931068013000.3ee86f89-b9b0-4ffd-a206-d1dd46aa9949", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/name-representation-code", - "valueString" : "A" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ { - "url" : "XON.10", - "valueString" : "SPHL-000048" - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "STARLIMS.CDC.Stag" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.3.3.2.1.2" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", - "valueReference" : { - "reference" : "Location/1727135931067673000.a9013169-6a2b-43b5-808f-85bfde0f8796" - } - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" - } ] - }, - "value" : "SPHL-000048" - } ], - "name" : "CDPH, Viral and Rickettsial Disease Laboratory" - } - }, { - "fullUrl" : "PractitionerRole/1727135931066802000.c0bfe9b7-bd2c-4733-92f0-a4070369a8bb", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1727135931066802000.c0bfe9b7-bd2c-4733-92f0-a4070369a8bb", - "organization" : { - "reference" : "Organization/1727135931068013000.3ee86f89-b9b0-4ffd-a206-d1dd46aa9949" + }, + { + "fullUrl": "PractitionerRole/1731704147213550000.2782cfa7-176d-45f4-9da6-b3a7a0ca064d", + "resource": { + "resourceType": "PractitionerRole", + "id": "1731704147213550000.2782cfa7-176d-45f4-9da6-b3a7a0ca064d", + "period": { + "start": "2023-04-01T10:25:31-04:00", + "_start": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230401102531-0400" + } + ] + }, + "end": "2023-05-01T10:25:31-04:00", + "_end": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230501102531-0400" + } + ] + } + }, + "practitioner": { + "reference": "Practitioner/1731704147212340000.e2e0c2bb-9790-4d5b-bb08-7ab58adece2a" + }, + "location": [ + { + "reference": "Location/1731704147212528000.58fe3b52-dd06-4182-a73e-37f67635bd2e" + }, + { + "reference": "Location/1731704147212695000.ba243a96-dfd5-413d-8aa4-196dce741f6a" + }, + { + "reference": "Location/1731704147212956000.9bb0fed5-c0c7-4e37-bd10-970414515cd6" + }, + { + "reference": "Location/1731704147213139000.2c0cc0c1-c713-4a9b-93a2-9f205ea319e5" + }, + { + "reference": "Location/1731704147213310000.e1ec7b93-8462-4ab6-8cf4-9c8961fcc4cc" + }, + { + "reference": "Location/1731704147213481000.b8856f6f-53a4-417a-961f-45104e0cfd50" + } + ] } - } - }, { - "fullUrl" : "Location/1727135931069695000.7de98016-9ca2-41fa-ae43-f5bdb93709a5", - "resource" : { - "resourceType" : "Location", - "id" : "1727135931069695000.7de98016-9ca2-41fa-ae43-f5bdb93709a5", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ], - "identifier" : [ { - "value" : "2.16.840.1.114222.8.7.6.5.4.1" - } ], - "name" : "STARLINKS.CDC.Stag", - "physicalType" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "si" - } ] + }, + { + "fullUrl": "Practitioner/1731704147215800000.26615138-a081-4dec-8dd4-f397cc610177", + "resource": { + "resourceType": "Practitioner", + "id": "1731704147215800000.26615138-a081-4dec-8dd4-f397cc610177", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "AssigningSystem" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ + { + "url": "XCN.3", + "valueString": "LUDWIG" + }, + { + "url": "XCN.4", + "valueString": "B" + }, + { + "url": "XCN.5", + "valueString": "2ND" + }, + { + "url": "XCN.7", + "valueString": "MD" + }, + { + "url": "XCN.8", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "SRC" + } + ] + } + }, + { + "url": "XCN.10", + "valueString": "B" + }, + { + "url": "XCN.15", + "valueString": "A" + }, + { + "url": "XCN.16", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "NameContext" + } + ] + } + } + ] + } + ], + "identifier": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString": "A" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode": "NPI" + } + ], + "type": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true + } + ], + "code": "DL" + } + ] + }, + "system": "urn:oid:AssigningSystem", + "value": "1" + } + ], + "name": [ + { + "use": "official", + "family": "Collector", + "_family": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", + "valueString": "VAN" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name", + "valueString": "Identifier" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", + "valueString": "VAL" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", + "valueString": "ROGER" + } + ] + }, + "given": [ + "LUDWIG", + "B" + ], + "prefix": [ + "DR" + ], + "suffix": [ + "2ND", + "MD" + ] + } + ] + } + }, + { + "fullUrl": "Practitioner/1731704147216669000.d101dec3-5e03-4524-a7de-fce7f3782bba", + "resource": { + "resourceType": "Practitioner", + "id": "1731704147216669000.d101dec3-5e03-4524-a7de-fce7f3782bba", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "AssigningSystem" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ + { + "url": "XCN.3", + "valueString": "LUDWIG" + }, + { + "url": "XCN.4", + "valueString": "B" + }, + { + "url": "XCN.5", + "valueString": "2ND" + }, + { + "url": "XCN.7", + "valueString": "MD" + }, + { + "url": "XCN.8", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "SRC" + } + ] + } + }, + { + "url": "XCN.10", + "valueString": "B" + }, + { + "url": "XCN.15", + "valueString": "A" + }, + { + "url": "XCN.16", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "NameContext" + } + ] + } + } + ] + } + ], + "identifier": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString": "A" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode": "NPI" + } + ], + "type": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true + } + ], + "code": "DL" + } + ] + }, + "system": "urn:oid:AssigningSystem", + "value": "1" + } + ], + "name": [ + { + "use": "official", + "family": "Collectorx2", + "_family": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", + "valueString": "VAN" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name", + "valueString": "Identifier" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", + "valueString": "VAL" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", + "valueString": "ROGER" + } + ] + }, + "given": [ + "LUDWIG", + "B" + ], + "prefix": [ + "DR" + ], + "suffix": [ + "2ND", + "MD" + ] + } + ] } } - }, { - "fullUrl" : "Organization/1727135931069957000.71c19ffa-5756-45ab-9871-3441324a6a5c", - "resource" : { - "resourceType" : "Organization", - "id" : "1727135931069957000.71c19ffa-5756-45ab-9871-3441324a6a5c", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/name-representation-code", - "valueString" : "A" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ { - "url" : "XON.10", - "valueString" : "SPHL-000048" - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "STARLIMS.CDC.Stag" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.3.3.2.1.2" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", - "valueReference" : { - "reference" : "Location/1727135931069695000.7de98016-9ca2-41fa-ae43-f5bdb93709a5" - } - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" - } ] - }, - "value" : "SPHL-000048" - } ], - "name" : "CDPH, Viral and Rickettsial Disease Laboratory" - } - } ] + ] } \ No newline at end of file diff --git a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/omlo21/oml_o21-full.hl7 b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/omlo21/oml_o21-full.hl7 index 42a140f28e6..749a5f886cf 100644 --- a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/omlo21/oml_o21-full.hl7 +++ b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/omlo21/oml_o21-full.hl7 @@ -1,11 +1,22 @@ -MSH|^~\&|OrderingFacilityApplicationName^2.16.840.1.114222.XXX^ISO|OrderingFacilityName^2.16.840.1.114222.XXX^ISO|txdshslabNBS^2.16.840.1.114222.4.1.181960.2^ISO|txdshslab^2.16.840.1.114222.4.1.181960^ISO|20190720091229|msh8placeholder|OML^O21^OML_O21|0123|P^A|2.5.1|42|msh14placeholder|AL|AL|FR|UNICODE UTF-8||UNICODE UTF-16|PHLabReport-NoAck^PHIN^2.16.840.1.113883.9.11^ISO -SFT|CDC^^789^Check Digit3^C3^CDC OML SFT&2.1.9.1&ISO^MD^Hospital C&2.16.8121.1.113883.9.11&ISO^A^CDC CLIA|ELIMS V11|STARLIMS|Binary ID unknown|testsft5data|20230802180802-0400 -PID|1||test^^^STARLIMS.CDC.Stag&2.16.840.1.114222.4.3.3.2.1.2&ISO^PI^STARLINKED.CDC.Stag&2.16.840.1.114222.9.8.7.6.3.2&ISO~PID123^^^SPHL-000048&2.16.840.1.114222.4.1.10765&ISO^PI||Mega^HL7^MI^^^^L|Mind^FHIR^WI^^^^L|1640|F|||123 Main St^Altxad^AnyTown^IG^95802^USA^H^^Thurston County^^^2020&2024||12345^PRS^CP^real@example.com^1^713^5553861^1^himom^^4^17135553862|9865^EMR^SAT^alsoreal@exmaple.com^1^281^5553861||||||||||Y|11||||2031|Y|||202408211138|RSDT^0.0.0.1.1138^ISO -NK1|1|SURYAN&Prefix&Own&SpousePrefix&Spouse^GENARO^GR^JR^Sir^Md^L^I^^2000&2030^G^20000501102531^2030501102531^Dr|OTH^Other^HL70063^OT^OTHER RELATIONSHIP^L|4861 20TH AVE^^THUNDER MOUNTAIN^IG^99999^USA^H|^PRN^PH^example@exmaple.com^1^720^5553954^2^any^^^+1 720 555 3954|^WPN^PH^^1^555^4672293^^^^^+1 555 467 2293||20220501102531-0400|20230501102531-0400||||||||||||||||||||||^WPN^PH^^1^720^5553954^^^^^+1 720 555 3954|4861 20TH AVE^#B^AURORA^IG^99999^USA^H^World^King^12^8^2017&2025^2020^2021 -PV1|1||^^^Hospital Assigned&2.4.4.4&ISO|||^^^Hospital Prio&2.4.4.4&ISO^active^location type^^^Description^Entity ID&NAME&UNI&ISO^ASSIGNEE&222.1111.22222&UUID|1^BEETHOVEN^LUDWIG^B^2ND^DR^MD^^Namespace&AssigningSystem&UUID^B^^^DL^^^^^^^^MD|1^MOZART|1^CHOPIN||||||||1^BACH||||||||||||||||||||^202305061200|||||||20240801102531-0400|20240801102531-0400 -PV2|||||||||||12|Description -ORC|RE|Specimen123^SPHL-000048^2.16.840.1.114222.4.1.10765^ISO|||CM||||20230725||||||||||||CDPH, Viral and Rickettsial Disease Laboratory^^^^^STARLIMS.CDC.Stag&2.16.840.1.114222.4.3.3.2.1.2&ISO^XX^STARLINKS.CDC.Stag&2.16.840.1.114222.8.7.6.5.4.1&ISO^A^SPHL-000048 -OBR|1|Placer Identifier^Placer Identifier Namespace^Placer Universal ID^ISO|Filler Identifier^Filler Identifier Namespace^Filler Universal ID^ISO -OBX|1|CWE||subid|260415000^Not detected^SCT||range of a few||||F|||20230101000000||1^Frances^Quinlen||Device 001^SPTRDEV-001^2.17.840^ISO|20230912180802-0400||||CSV uploads-11D1111111^^^^^CLIA&2.16.840.1.113883.4.7&ISO^XX^^^11D1111111|2 Second Dr^^^IG^94553^USA|1^Mark^Quinlen||||QST -NTE|1|L|OBX Note|||20230201|20230202|20230203 -SPM|1|380604-p&Any lab USA-p&36D1332559-p&CLIA-p^380604-s&Any lab USA-s&36D1332559-s&CLIA-s||440500007^SNOMEDTEXT^SCT^12345-6^LOINCTEXT^LN^2.67|440500007^SNOMEDTEXT^SCT^12345-6^LOINCTEXT^LN^2.67|440500007^SNOMEDTEXT^SCT^12345-6^LOINCTEXT^LN^2.67~440500007^SNOMEDTEXT^SCT^12345-6^LOINCTEXT^LN^2.67|440500007^SNOMEDTEXT^SCT^12345-6^LOINCTEXT^LN^2.67|71836000^Nasopharyngeal structure (body structure)^SCT^^^^2020-09-01|440500007^SNOMEDTEXT^SCT^12345-6^LOINCTEXT^LN^2.67~440500007^SNOMEDTEXT^SCT^12345-6^LOINCTEXT^LN^2.67||440500007^SNOMEDTEXT^SCT^12345-6^LOINCTEXT^LN^2.67|1||TEST|||20210604112500+0000^20210604112501+0000|20210604112506+0000|||440500007^SNOMEDTEXT|||440500007^SNOMEDTEXT^SCT^12345-6^LOINCTEXT^LN^2.67||2|440500007^SNOMEDTEXT^SCT^12345-6^LOINCTEXT^LN^2.67 +MSH|^~\&|OrderingFacilityApplicationName^2.16.840.1.114222.XXX^ISO|OrderingFacilityName^2.16.840.1.114222.XXX^ISO|txdshslabNBS^2.16.840.1.114222.4.1.181960.2^ISO|txdshslab^2.16.840.1.114222.4.1.181960^ISO|20190720091229|msh8placeholder|OML^O21^OML_O21|0123|P^A|2.5.1|42|msh14placeholder|AL|AL|FR|UNICODE UTF-8|ENG^English^ISO^altE^altEnglish^altISO^131^313^originaltext^2ndalt^Second Alt|UNICODE UTF-16|PHLabReport-NoAck^PHIN^2.16.840.1.113883.9.11^ISO~PHLabReport2x^PHIN^2.16.840.1.113883.9.11^ISO|Sending Responsible Org^1357-9&SomeText&LN&2468-5&SomeAltText&LN&1&2&OriginalText^1111^9^BCV^The Authority&4.2.8.2&ISO^BC^Clinic A&1.8.440.1.1138.9.22&ISO^NameRepCode1^OrgIdentifier2|Receiving Responsible Org^1133-5&SomeOtherText&LN&1298-7&SomeOtherAltText&LN&1&2&TheOriginalText^5555^8^CCTV^An Authority&45.24.167.43&ISO^BCVan^Clinic B&10.10.40.10.11380.90.22&ISO^NameRepCode2^OrgIdentifier3|SendingNetworkAddress^1.23.987.1.114222.XXX^ISO|ReceivingNetworkAddress^9.87.123.1.114222.XXX^ISO +SFT|CDC^A&Alias Name&HL70204^789^Check Digit3^C3^CDC OML SFT&2.1.9.1&ISO^MD^Hospital C&2.16.8121.1.113883.9.11&ISO^A^CDC CLIA|ELIMS V11|STARLIMS|Binary ID unknown|testsft5data|20230802180802-0400 +PID|1||Patidlist^forty^123^STARLIMS.CDC.Stag&2.16.840.1.114222.4.3.3.2.1.2&ISO^PI^STARLINKED.CDC.Stag&2.16.840.1.114222.9.8.7.6.3.2&ISO^20210113^20211230^IX&Ninth&HL7123^X&Tenth&HL7123~PID123^^^SPHL-000048&2.16.840.1.114222.4.1.10765&ISO^PI~test^^^STARLIMS.CDC.Stag&2.16.840.1.114222.4.3.3.2.1.2&ISO^PI^STARLINKED.CDC.Stag&2.16.840.1.114222.9.8.7.6.3.2&ISO||Mega&Mr&MrOwnMega&Mrs&MrsOwn^HL7^MI^V^DR^BCN^L^Naaame^C&Name Context&HL7444^Yes^G^19900503^20030503^Prof~Mega&Mr&MrOwnMega&Mrs&MrsOwn^HL7^MI^V^DR^BCN^L^Naaame^C&Name Context&HL7444^Yes^G^19900503^20030503^Prof|Mind^FHIR^WI^^^^L~Mind2x^FHIR^WI^^^^L|1640|F^Female^HL70001||2106-3^White^HL70005~2131-1^Other Race^HL70005|123 Main St^Altxad^AnyTown^IG^95802^USA^H^^Thurston County^^^2020&2024~1234 Main St^Address 2x^AnyTown^IG^95802^USA^H^^Thurston County^^^2020&2024||12345^PRS^CP^real@example.com^1^713^5553861^1^himom^^4^17145553862~12345^PRS^CP^notreal@example.com^1^714^5553861^1^himom^^4^17135553862|9865^EMR^SAT^alsoreal@exmaple.com^1^281^5553861|E^English^HL70296|P^Domestic Partnet^HL70002|AGN^Agnostic^HL70006|32|||maybe~maybe not|U^Uknown^HL70189~AU^Also Uknown^HL70189|Bayou|Y|11|USA^United States^HL70171~CAN^Canada^HL70171|NA^Not Applicable^HL70172|A^American^HL70212|2031|Y|N|AL^Alias^HL70445~UA^Unknown^HL70445|202408211138|RSDT^0.0.0.1.1138^ISO|D^Dog^HL70446|||RA^Racing^HL70429|N^None^HL70171~SN^Still None^HL70171|40~41 +PD1|C^Small Children Dependent^HL70223^M^Medical Supervision Required^HL70223^2.5.1^4^TEST^M^Medical Supervision Required^HL70223^2.5.1^8.44.235.1.113883.3.3~O^Other^HL70223^U^Unknown^HL70223^2.5.1^4^TEST^M^Medical Supervision Required^HL70223^2.5.1^8.44.235.1.113883.3.3|A^Alone^HL70220^F^Family^HL70220^2.5.1^4^TEST^F^Family^HL70220^2.5.1^8.44.235.1.113883.3.3|Ordering Facility^1234-5&TestText&LN&1234-5&TestAltText&LN&1&2&OriginalText^123^Check Digit^C1^Assigning Authority&2.1.4.1&ISO^MD^Hospital A&2.16.840.1.113883.9.11&ISO^NameRepCode^OrgIdentifier~Ordering Facility^1234-5&TestText&LN&1234-5&TestAltText&LN&1&2&OriginalText^123^Check Digit^C1^Assigning Authority&2.1.4.1&ISO^MD^Hospital A&2.16.840.1.113883.9.11&ISO^NameRepCode^OrgIdentifier||F^Full-time student^HL70231^N^Not a student^HL70231^2.5.1^4^TEST^N^Not a student^HL70231^2.5.1^8.44.235.1.113883.3.3|T^TEST^HL70295^P^Prod^HL70295^2.5.1^4^TEST^D^Debug^HL70295^2.5.1^8.44.235.1.113883.3.3|F^Yes, patient has a living will but it is not on file^HL70315^I^No, patient does not have a living will but information was provided^HL70315^2.5.1^4^TEST^U^Unknown^HL70315^2.5.1^8.44.235.1.113883.3.3|F^Yes, patient is a documented donor, but documentation is not on file^HL70316^I^No, patient is not a documented donor, but information was provided^HL70316^2.5.1^4^TEST^U^Unknown^HL70316^2.5.1^8.44.235.1.113883.3.3|N|18547545^^^NIST MPI&2.16.840.1.113883.3.72.5.30.2&ISO^MR^University H&2.16.840.1.113883.3.0&ISO~111111111^^^SSN&2.16.840.1.113883.4.1&ISO^SS^SSA&2.16.840.1.113883.3.184&ISO|F^Family only^HL70215^N^No Publicity^HL70215^2.5.1^4^TEST^U^Unknown^HL70215^2.5.1^8.44.235.1.113883.3.3|N|20230501102531-0400|1st Ordering Facility^1234-5&TestText&LN&1234-5&TestAltText&LN&1&2&OriginalText^123^Check Digit^C1^Assigning Authority&2.1.4.1&ISO^MD^Hospital A&2.16.840.1.113883.9.11&ISO^NameRepCode^1st OrgIdentifier~2nd Ordering Facility^1234-5&TestText&LN&1234-5&TestAltText&LN&1&2&OriginalText^123^Check Digit^C1^Assigning Authority&2.1.4.1&ISO^MD^Hospital A&2.16.840.1.113883.9.11&ISO^NameRepCode^2nd OrgIdentifier|DNR^Do not resuscitate^HL70435^N^No directive^HL70435^2.5.1^4^TEST^N^No directive^HL70435^2.5.1^8.44.235.1.113883.3.3~DNR^Do not resuscitate^HL70435^N^No directive^HL70435^2.5.1^4^TEST^N^No directive^HL70435^2.5.1^8.44.235.1.113883.3.3|A^Active^HL70441^I^Inactive^HL70441^2.5.1^4^TEST^O^Other^HL70441^2.5.1^8.44.235.1.113883.3.3|20230501102531-0400|20230501102531-0400|AUSA^Australian Army^HL70140^AUSFA^Australian Air Force^HL70140^2.5.1^4^TEST^AUSN^Australian Navy^HL70140^2.5.1^8.44.235.1.113883.3.3|E1... E9^Enlisted^HL70141^O1 ... O9^Officers^HL70141^2.5.1^4^TEST^W1 ... W4^Warrent Officers^HL70141^2.5.1^8.44.235.1.113883.3.3|ACT^Active duty^HL70142^DEC^Deceased^HL70142^2.5.1^4^TEST^RET^Retired^HL70142^2.5.1^8.44.235.1.113883.3.3|20230501102531-0400 +NTE|1|L|Just a little note on the patient~another little comment|||20210206|20210207|20210208|CC^Coded Patient note +NTE|2|L|Accession level coment.|RE^Remark^HL70364^z^x^y^2.5.1^a^b|Bob R.N.|20230531|20230601|20350201|CC^Coded comment for patient note +NK1|1|SURYAN&Prefix&Own&SpousePrefix&Spouse^GENARO^GR^JR^Sir^Md^L^I^CON&Context of the name&HL70448^2000&2030^G^20000501102531^2030501102531^Dr~SURYANS&Prefix&Own&SpousePrefix&Spouse^GENARO^GR^JR^Sir^Md^L^I^CON&Context of the name&HL70448^2000&2030^G^20000501102531^2030501102531^Dr|OTH^Other^HL70063^OT^OTHER RELATIONSHIP^L|4861 20TH AVE^^THUNDER MOUNTAIN^IG^99999^USA^H~4860 21ST AVE^^THUNDER MOUNTAIN^IG^99999^USA^H|^PRN^PH^example@exmaple.com^1^720^5553954^2^any^^^+1 720 555 3954~^PRN^PH^example2@exmaple.com^1^720^5553954^2^any^^^+1 720 555 3954|^WPN^PH^^1^555^4672293^^^^^+1 555 467 2293~^WPN^PH^^1^666^4672293^^^^^+1 666 467 2293|F^Federal Agency^HL70131|20220501102531-0400|20230501102531-0400|||052479^^^^^^20160822|HospitalsRUs^^112233^^^^^^^HRU~Hospitals 2.0^^112233^^^^^^^H20||N^Not Applicable^HL70001|19860505||||E^English^HL70296|||||||||||^WPN^PH^^1^720^5553954^^^^^+1 720 555 3954~^WPN^PH^^1^666^5553954^^^^^+1 666 555 3954|4861 20TH AVE^#B^AURORA^IG^99999^USA^H^World^King^12^8^2017&2025^2020^2021~4861 24TH AVE^#B^AURORA^IG^99999^USA^H^World^King^12^8^2017&2025^2020^2021|052479^^^^^^^20210428~052470^^^^^^^20210429|||||||^VHN^SAT^^1^314^5553131^^^^^+1 314 555 3131|^AWN^FX^^1^281^5558181^^^^^+1 281 555 8181 +NK1|2|SUPERMAN&Prefix&Own&SpousePrefix&Spouse^GENARO^GR^JR^Sir^Md^L^I^CON&Context the namee&HL70448^2000&2030^G^20000501102531^2030501102531^Dr|OTH^Other^HL70063^OT^OTHER RELATIONSHIP^L|4861 20TH AVE^^THUNDER MOUNTAIN^IG^99999^USA^H|^PRN^PH^example2@exmaple.com^1^720^5553954^2^any^^^+1 720 555 3955|^WPN^PH^^1^555^4672293^^^^^+1 555 467 2294|F^Federal Agency^HL70131|20220501102531-0400|20230501102531-0400|||052479^^^^^^20160822|HospitalsRUs^^112233^^^^^^^HRU||N^Not Applicable^HL70001|19860505||||E^English^HL70296|||||||||||^WPN^PH^^1^720^5553954^^^^^+1 720 555 3955|4861 20TH AVE^#B^AURORA^IG^99999^USA^H^World^King^12^8^2017&2025^2020^2021|052479^^^^^^^20210428|||||||^VHN^SAT^^1^314^5553131^^^^^+1 314 555 3132|^AWN^FX^^1^281^5558181^^^^^+1 281 555 8182 +PV1|1|O|A&Point OF Care&C^1&Room&3^B&Bed&A^Hospital Assigned&2.4.4.4&ISO^^R^&Building^&Floor^Totally A Real Location^Comprehensive&&UID4This^AA&AssigningAUTH&ISO|R^Routine^HL70007|232323|^^^Hospital Prio&2.4.4.4&ISO^active^location type^^^Description^Entity ID&NAME&UNI&ISO^ASSIGNEE&222.1111.22222&UUID|1^BEETHOVEN^LUDWIG^B^2ND^DR^MD^^Namespace&AssigningSystem&UUID^B^^^DL^^^^^^^^MD~1^BEETHOVEN2^LUDWIG^B^2ND^DR^MD^^Namespace&AssigningSystem&UUID^B^^^DL^^^^^^^^MD|1^MOZART~1^MOZARTJR|1^CHOPIN~1^CHOPINSR|URO^Urology Service^HL70069|^^^^^^^^Its Temporary|P^Passed^HL70087|R^Re-admission^HL70092|RL^Real Life^HL70023||VIP^Very Interesting Person^HL70099|1^BACH~1^BACHtheSecond|H^Human Patient^HL70018|22|||||||||||20020101|C^Collectors^HL70021|1|0|Y^Yes^HL70111|20080101|H^Happy^HL70112|^202305061200|F^Fed^HL70114|H^A Hospital Of Course^HL70115||A^Active^HL70117|^^^^^^^^Pending Location|^^^^^^^^Prior Location|20240801102531-0400|20240801102531-0400|100|199|142|130|alternate visit|A^Account Level^HL70326||Service Description|episode identifier +PV2|^^^Hospital PriorPending&2.4.4.4&ISO^active^location type^^^Description^Entity ID&NAME&UNI&ISO^ASSIGNEE&222.1111.22222&UUID||1^AD||||413^V~423^X|20230601102531-0400|20230701102531-0400|5|12|Description|1^BEETHOVEN&VAN&Referral Source Code1&VAL&ROGER^LUDWIG^B^2ND^DR^MD^SRC^&AssigningSystem&ISO^B^A^NPI^DL^^A^NameContext^^G^20220501102531-0400^20230501102531-0400^MD^AssignJ^AssignA~1^BEETHOVEN&VAN&Referral Source Code2&VAL&ROGER^LUDWIG^B^2ND^DR^MD^SRC^&AssigningSystem&ISO^B^A^NPI^DL^^A^NameContext^^G^20220501102531-0400^20230501102531-0400^MD^AssignJ^AssignA||EMP_ILL||||||100^PublicCode|SEC|Org1^1234-5&TestText&LN&1234-5&TestAltText&LN&1&2&OriginalText^123^Check Digit^C1^Assigning Authority&2.1.4.1&ISO^MD^Hospital A&2.16.840.1.113883.9.11&ISO~Org2^1234-5&TestText&LN&1234-5&TestAltText&LN&1&2&OriginalText^123^Check Digit^C1^Assigning Authority&2.1.4.1&ISO^MD^Hospital A&2.16.840.1.113883.9.11&ISO||3^Elective^HL70217|20230501102531-0400|||20220501102531-0400|||||||||444^MODE||123^CARELEVEL1 +ORC|RE|Specimen123^SPHL-000048^2.16.840.1.114222.4.1.10765^ISO|Specimen12311^SPHL-000048^2.16.840.1.114222.4.1.10765^ISO|Specimen12322^SPHL-000048^2.16.840.1.114222.4.1.10765^ISO|CM|E||Specimen12333&SPHL-000048&2.16.840.1.114222.4.1.10765&ISO^Specimen12333454&SPHL-000048&2.16.840.1.114222.4.1.10765&ISO|20230725|71^^ORC.10Name~71^^ORC.10Name2|82^^ORC.11Name~82^^ORC.11Name2|93^^ORC.12Name~93^^ORC.12Name2|12.12.12&enter location id&L|123^^^+123~1234^^^+1234|202101021000||EO^entering org text^HL79999|ED^entering device text^HL79999|60^^ORC.19Name~60^^ORC.19Name2||CDPH, Viral and Rickettsial Disease Laboratory^^^^^STARLIMS.CDC.Stag&2.16.840.1.114222.4.3.3.2.1.2&ISO^XX^STARLINKS.CDC.Stag&2.16.840.1.114222.8.7.6.5.4.1&ISO^A^SPHL-000048~CDPH, Viral and Rickettsial Disease Laboratory part two^^^^^STARLIMS.CDC.Stag&2.16.840.1.114222.4.3.3.2.1.2&ISO|111 Street St^^Streetsville^ST~112 Street St^^Streetsville^ST|456^^^+456~4567^^^+4567|111 Road Rd^^Roadsville^RD~112 Road Rd^^Roadsville^RD|OS^order status^HL79999||20260404|EMP^Employee^HL70177|I^Inpatient Order^HL70482|EL^Electronic^HL70483|UMM^Universal Modifier^HL70000|20250403|33~332 +OBR|1|Placer Identifier^Placer Identifier Namespace^Placer Universal ID^ISO|Filler Identifier^Filler Identifier Namespace^Filler Universal ID^ISO|123^Universal service identifier||202202021022||20240220|1771|1^Collector&VAN&Identifier&VAL&ROGER^LUDWIG^B^2ND^DR^MD^SRC^&AssigningSystem&ISO^B^A^NPI^DL^^A^NameContext~1^Collectorx2&VAN&Identifier&VAL&ROGER^LUDWIG^B^2ND^DR^MD^SRC^&AssigningSystem&ISO^B^A^NPI^DL^^A^NameContext|G|512^Danger code|R^relevent info^ISO|202102021000|ID^BOUIN&Bouin's solution&HL70371^Collection Method^LN&Left Naris&HL70163^^CMMC&Collection Method Modifer Code&HL7|1^Ordering&VAN&Provider&VAL&JollyROGER~2^Ordering&VAN&Provider&VAL&JollyROGER|^WPN^BP^^1^260^7595016^^^^^+1 260 759 5016~^WPN^Internet^order.callback@email.com~^WPN^BP^^1^260^7595016^^^^^+1 260 759 5016~^WPN^Internet^order.callback2@email.com|placer1|placer2|filler1|filler2||100&$^16&code|OTH|F|444&ParentId^888^ParentOBSdescriptor||1^result&VAN&copiesto&VAL&NotSoJollyROGER~2^results&VAN&copiesto&VAL&NotSoJollyROGER|adb4a5cc-50ec-4f1e-95d7-0c1f77cacee1&CSV&11D1111111&CLIA^f34b0f57-1601-4480-ae8a-d4006e50f38d&Other CSV&22D2222222&CLIA2||3216^ReasonForStudy~3216^ReasonForStudy2||123&Assistant&Results Interpreter&S&ESQ&DR&MD&&Assigning Authority&2.1.4.1&ISO^20230401102531-0400^20230501102531-0400^Point of Care^Room 101^Bed A^Hospital A&2.16.840.1.113883.9.11&ISO^active^^Building 123^Floor A~123&Assistant&Results Interpreter&S&ESQ&DR&MD&&Assigning Authority&2.1.4.1&ISO^20230401102531-0400^20230501102531-0400^Point of Care^Room 101^Bed A^Hospital A&2.16.840.1.113883.9.11&ISO^active^^Building 123^Floor A|||20230806123359-0500|||4438^Collectors Comment~4438^Collectors Comment2|||||5019^Procedure Code|887766^Procedure Code Modifier~887766^Procedure Code Modifier2|7461^Placer Supplemental~7461^Placer Supplemental2|8811^Fillter Supplemental~8811^Fillter Supplemental2|71435^Medically Necessary Duplicate Procedure|N|443331^Parent Universal Service Identifier|||Alt^Placer Order~Alt^Placer Order2|adb4a5cc-50ec-4f1e-95d7-0c1f77cacee1&CSV&11D1111111&CLIA^f34b0f57-1601-4480-ae8a-d4006e50f38d&Other CSV&22D2222222&CLIA2 +NTE|1|L|Note about the observation request~second~third~fourth|||20230207|20230208|20230209|CC^Coded Request note +NTE|2|L|More request notes|||20230204|20230205|20230206 +OBX|1|CWE|80383-2^Flu A^LN|subid|260415000^Not detected^SCT|g^gram^HL79999|range of a few|UP^Up to you|99|ST|F|20000101|user defined|20230101000000|11D1111111^CSV uploads^CLIA|1^Frances^Quinlen|^BD Veritor System for Rapid Detection of SARS-CoV-2|Device 001^SPTRDEV-001^2.17.840^ISO|20230912180802-0400|BE^Bilateral Ears^HL70163|entity id||CSV uploads-11D1111111^^^^^CLIA&2.16.840.1.113883.4.7&ISO^XX^^^11D1111111|2 Second Dr^^^IG^94553^USA|1^Mark^Quinlen|26|RC^root cause^HL79900|LPC^Local Process^HL79900|QST|30|31|32^value absent reason|33^eip +NTE|1|L|OBX Note|RE^Remark|Bob R.N.A.|20230211|20230212|20230213|CC^This is a coded comment for an observation note +NTE|2|L|OBX Note 2|RE^Remark|Bob R.N.A.|20230211|20230212|20230213|CC^This is a coded comment for an observation note +OBX|2|CWE|80383-3^Flu B^LN|subid|260415000^Not detected^SCT|g^gram^HL79999|range of a few|UP^Up to you~UP^Up to you too|99|ST~SP|F|20000101|user defined|20230101000000|11D1111111^CSV uploads^CLIA|1^Frances^Quinlen~2^France^Quinlen|^BD Veritor System for Rapid Detection of SARS-CoV-2~^Eye Test|Device 001^SPTRDEV-001^2.17.840^ISO~Device 002^SPTRDEV-001^2.17.840^ISO|20230912180802-0400|BE^Bilateral Ears^HL70163~SE^Single Ears^HL70163|entity id||CSV uploads-11D1111111^^^^^CLIA&2.16.840.1.113883.4.7&ISO^XX^^^11D1111111|2 Second Dr^^^IG^94553^USA|1^Mark^Quinlen|26|RC^root cause^HL79900|LPC^Local Process^HL79900|QST|30|31|32^value absent reason|33^eip +NTE|1|L|OBX Note 3|RE^Remark|Bob R.N.A.|20230221|20230222|20230223|CC^Th1is is a coded comment for an observation note +NTE|2|L|OBX Note 4|RE^Remark|Bob R.N.A.|20230221|20230222|20230223|CC^This is a coded comment for an observation note +SPM|1|380604-p&Any lab USA-p&36D1332559-p&CLIA-p^380604-s&Any lab USA-s&36D1332559-s&CLIA-s||440500555^SNOMEDTEXT^SCT^12333-0^LOINCTEXT^LN^2.67|440500007^SNOMEDTEXT^SCT^12345-6^LOINCTEXT^LN^2.67~440500022^SNOMEDTEXT^SCT^12345-6^LOINCTEXT^LN^2.67|440500111^SNOMEDTEXT^SCT^12311-1^LOINCTEXT^LN^2.67~440500007^SNOMEDTEXT^SCT^12345-6^LOINCTEXT^LN^2.67|440500007^SNOMEDTEXT^SCT^12345-6^LOINCTEXT^LN^2.67|71836000^Nasopharyngeal structure (body structure)^SCT^^^^2020-09-01|440500007^SNOMEDTEXT^SCT^12345-6^LOINCTEXT^LN^2.67~440500007^SNOMEDTEXT^SCT^12345-6^LOINCTEXT^LN^2.67||440500007^SNOMEDTEXT^SCT^12345-6^LOINCTEXT^LN^2.67~440500022^SNOMEDTEXT^SCT^12345-6^LOINCTEXT^LN^2.67|1||TEST~TEST2|||20210604112500+0000^20210604112501+0000|20210604112506+0000|||440500007^SNOMEDTEXT~440500022^SNOMEDTEXT2|||440500007^SNOMEDTEXT^SCT^12345-6^LOINCTEXT^LN^2.67~440500007^SNOMEDTEXT^SCT^12345-6^LOINCTEXT^LN^2.67||2|440500777^SNOMEDTEXT^SCT^1235-9^LOINCTEXT^LN^2.67 +SPM|2|380614-p&Another Lab USA-p&36D1332559-p&CLIA-p^380604-s&Any lab USA-s&36D1332559-s&CLIA-s||440500007^SNOMEDTEXT^SCT^12345-6^LOINCTEXT^LN^2.67|440500007^SNOMEDTEXT^SCT^12345-6^LOINCTEXT^LN^2.67|440500007^SNOMEDTEXT^SCT^12345-6^LOINCTEXT^LN^2.67~440500007^SNOMEDTEXT^SCT^12345-6^LOINCTEXT^LN^2.67|440500007^SNOMEDTEXT^SCT^12345-6^LOINCTEXT^LN^2.67|71836000^Nasopharyngeal structure (body structure)^SCT^^^^2020-09-01|440500007^SNOMEDTEXT^SCT^12345-6^LOINCTEXT^LN^2.67~440500007^SNOMEDTEXT^SCT^12345-6^LOINCTEXT^LN^2.67||440500007^SNOMEDTEXT^SCT^12345-6^LOINCTEXT^LN^2.67|1||TEST|||20210604112500+0000^20210604112501+0000|20210604112506+0000|||440500007^SNOMEDTEXT|||440500007^SNOMEDTEXT^SCT^12345-6^LOINCTEXT^LN^2.67||2|440500007^SNOMEDTEXT^SCT^12345-6^LOINCTEXT^LN^2.67 diff --git a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/oml-obr-to-specimen.fhir b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/oml-obr-to-specimen.fhir new file mode 100644 index 00000000000..92f82c88174 --- /dev/null +++ b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/oml-obr-to-specimen.fhir @@ -0,0 +1,821 @@ +{ + "resourceType" : "Bundle", + "id" : "1731705729159039000.4fd21c7d-fb4e-407d-b9ce-e43350da7dab", + "meta" : { + "lastUpdated" : "2024-11-15T13:22:09.163-08:00" + }, + "identifier" : { + "system" : "https://reportstream.cdc.gov/prime-router", + "value" : "20230816123358" + }, + "type" : "message", + "timestamp" : "2023-08-16T10:33:58.000-07:00", + "entry" : [ { + "fullUrl" : "MessageHeader/1731705729192228000.484ff76f-9ac2-44d8-91f2-d8273517323c", + "resource" : { + "resourceType" : "MessageHeader", + "id" : "1731705729192228000.484ff76f-9ac2-44d8-91f2-d8273517323c", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/msh-message-header", + "extension" : [ { + "url" : "MSH.7", + "valueString" : "20230816123358-0500" + } ] + } ], + "eventCoding" : { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0003", + "code" : "O21", + "display" : "OML^O21^OML_O21" + } + } + }, { + "fullUrl" : "Provenance/1731705729449940000.e7a7faf1-4db2-48c1-a189-5a5c14a1695c", + "resource" : { + "resourceType" : "Provenance", + "id" : "1731705729449940000.e7a7faf1-4db2-48c1-a189-5a5c14a1695c", + "recorded" : "2023-08-16T12:33:58-05:00", + "activity" : { + "coding" : [ { + "display" : "OML^O21^OML_O21" + } ] + } + } + }, { + "fullUrl" : "Provenance/1731705729460316000.fe0b7da3-445a-4bb0-bf46-8c58bfa23ef0", + "resource" : { + "resourceType" : "Provenance", + "id" : "1731705729460316000.fe0b7da3-445a-4bb0-bf46-8c58bfa23ef0", + "recorded" : "2024-11-15T13:22:09Z", + "policy" : [ "http://hl7.org/fhir/uv/v2mappings/message-oru-r01-to-bundle" ], + "activity" : { + "coding" : [ { + "code" : "v2-FHIR transformation" + } ] + }, + "agent" : [ { + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type", + "code" : "assembler" + } ] + }, + "who" : { + "reference" : "Organization/1731705729459761000.1cd3ac17-48fd-4cc5-870e-6af3f5bdb692" + } + } ] + } + }, { + "fullUrl" : "Organization/1731705729459761000.1cd3ac17-48fd-4cc5-870e-6af3f5bdb692", + "resource" : { + "resourceType" : "Organization", + "id" : "1731705729459761000.1cd3ac17-48fd-4cc5-870e-6af3f5bdb692", + "identifier" : [ { + "value" : "CDC PRIME - Atlanta" + }, { + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0301" + } ] + }, + "system" : "urn:ietf:rfc:3986", + "value" : "2.16.840.1.114222.4.1.237821" + } ] + } + }, { + "fullUrl" : "Patient/1731705729473432000.f4988058-da93-4525-af02-876b962131b6", + "resource" : { + "resourceType" : "Patient", + "id" : "1731705729473432000.f4988058-da93-4525-af02-876b962131b6" + } + }, { + "fullUrl" : "Provenance/1731705729473970000.63e88971-a979-4b24-a966-e750bc008853", + "resource" : { + "resourceType" : "Provenance", + "id" : "1731705729473970000.63e88971-a979-4b24-a966-e750bc008853", + "target" : [ { + "reference" : "Patient/1731705729473432000.f4988058-da93-4525-af02-876b962131b6" + } ], + "recorded" : "2024-11-15T13:22:09Z", + "activity" : { + "coding" : [ { + "system" : "https://terminology.hl7.org/CodeSystem/v3-DataOperation", + "code" : "UPDATE" + } ] + } + } + }, { + "fullUrl" : "Specimen/1731705729479638000.55b59895-2fcc-45a8-a24f-7e681c69a0fa", + "resource" : { + "resourceType" : "Specimen", + "id" : "1731705729479638000.55b59895-2fcc-45a8-a24f-7e681c69a0fa", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", + "valueString" : "OBR" + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "ID" + } ] + }, + "receivedTime" : "2024-02-20T09:00:00Z", + "_receivedTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "202402200900" + } ] + }, + "collection" : { + "collector" : { + "reference" : "Practitioner/1731705729488249000.304d3dee-4a14-4f81-b1e0-f6b8cab75b37" + }, + "collectedPeriod" : { + "start" : "2020-08-18T12:33:58-05:00", + "_start" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20200818123358-0500" + } ] + }, + "end" : "2020-08-19T12:33:58-05:00", + "_end" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20200819123358-0500" + } ] + } + }, + "quantity" : { + "value" : 1771 + }, + "bodySite" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70163" + } ], + "system" : "http://terminology.hl7.org/CodeSystem/v2-0163", + "code" : "LN", + "display" : "Left Naris" + } ] + } + }, + "container" : [ { + "additiveCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70371" + } ], + "code" : "BOUIN", + "display" : "Bouin's solution" + } ] + } + } ], + "condition" : [ { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL7" + } ], + "code" : "CMMC", + "display" : "Collection Method Modifer Code" + } ] + } ], + "note" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", + "valueString" : "OBR.15.3" + } ], + "text" : "Collection Method" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-annotation", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "4439", + "display" : "Collectors Comment" + } ] + } + } ], + "text" : "4439, Collectors Comment" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-annotation", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "4438", + "display" : "Collectors Comment2" + } ] + } + } ], + "text" : "4438, Collectors Comment2" + } ] + } + }, { + "fullUrl" : "Practitioner/1731705729488249000.304d3dee-4a14-4f81-b1e0-f6b8cab75b37", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1731705729488249000.304d3dee-4a14-4f81-b1e0-f6b8cab75b37", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "AssigningSystem" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "LUDWIG" + }, { + "url" : "XCN.4", + "valueString" : "B" + }, { + "url" : "XCN.20", + "valueString" : "20230501102531-0400" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.22", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "AssignJ" + } ] + } + }, { + "url" : "XCN.23", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "AssignA" + } ] + } + }, { + "url" : "XCN.5", + "valueString" : "2ND" + }, { + "url" : "XCN.7", + "valueString" : "MD" + }, { + "url" : "XCN.8", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "SRC" + } ] + } + }, { + "url" : "XCN.10", + "valueString" : "B" + }, { + "url" : "XCN.15", + "valueString" : "A" + }, { + "url" : "XCN.16", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "NameContext" + } ] + } + }, { + "url" : "XCN.19", + "valueString" : "20220501102531-0400" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString" : "A" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode" : "NPI" + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "DL" + } ] + }, + "system" : "urn:oid:AssigningSystem", + "value" : "1" + } ], + "name" : [ { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", + "valueCode" : "G" + } ], + "use" : "official", + "family" : "Collector", + "_family" : { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", + "valueString" : "VAN" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name", + "valueString" : "Identifier" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", + "valueString" : "VAL" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", + "valueString" : "ROGER" + } ] + }, + "given" : [ "LUDWIG", "B" ], + "prefix" : [ "DR" ], + "suffix" : [ "2ND", "MD", "MD" ], + "period" : { + "start" : "2022-05-01T10:25:31-04:00", + "end" : "2023-05-01T10:25:31-04:00" + } + } ] + } + }, { + "fullUrl" : "ServiceRequest/1731705729634480000.0a8fff9a-2428-4957-aa35-e353b47c95ce", + "resource" : { + "resourceType" : "ServiceRequest", + "id" : "1731705729634480000.0a8fff9a-2428-4957-aa35-e353b47c95ce", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", + "valueCode" : "RE" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", + "extension" : [ { + "url" : "OBR.15.1", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "ID" + } ] + } + }, { + "url" : "OBR.15.2", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70371" + } ], + "code" : "BOUIN", + "display" : "Bouin's solution" + } ] + } + }, { + "url" : "OBR.15.3", + "valueString" : "Collection Method" + }, { + "url" : "OBR.15.4", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70163" + } ], + "system" : "http://terminology.hl7.org/CodeSystem/v2-0163", + "code" : "LN", + "display" : "Left Naris" + } ] + } + }, { + "url" : "OBR.15.6", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL7" + } ], + "code" : "CMMC", + "display" : "Collection Method Modifer Code" + } ] + } + }, { + "url" : "OBR.7", + "valueDateTime" : "2020-08-18T12:33:58-05:00", + "_valueDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20200818123358-0500" + } ] + } + }, { + "url" : "OBR.8", + "valueDateTime" : "2020-08-19T12:33:58-05:00", + "_valueDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20200819123358-0500" + } ] + } + }, { + "url" : "OBR.39", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "4439", + "display" : "Collectors Comment" + } ] + } + }, { + "url" : "OBR.39", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "4438", + "display" : "Collectors Comment2" + } ] + } + }, { + "url" : "OBR.9", + "valueQuantity" : { + "value" : 1771 + } + }, { + "url" : "OBR.10", + "valueReference" : { + "reference" : "Practitioner/1731705729630398000.8c5ada20-af75-43c7-8e65-59e69a500c78" + } + }, { + "url" : "OBR.10", + "valueReference" : { + "reference" : "Practitioner/1731705729633447000.492f5c4f-9a16-47cf-8806-b3b5f0c1930f" + } + }, { + "url" : "OBR.14", + "valueDateTime" : "2024-02-20T09:00:00Z", + "_valueDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "202402200900" + } ] + } + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "ORC.2" + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "PLAC" + } ] + }, + "value" : "Specimen123" + } ], + "status" : "unknown", + "subject" : { + "reference" : "Patient/1731705729473432000.f4988058-da93-4525-af02-876b962131b6" + }, + "specimen" : [ { + "reference" : "Specimen/1731705729479638000.55b59895-2fcc-45a8-a24f-7e681c69a0fa" + } ] + } + }, { + "fullUrl" : "Practitioner/1731705729630398000.8c5ada20-af75-43c7-8e65-59e69a500c78", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1731705729630398000.8c5ada20-af75-43c7-8e65-59e69a500c78", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "AssigningSystem" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "LUDWIG" + }, { + "url" : "XCN.4", + "valueString" : "B" + }, { + "url" : "XCN.20", + "valueString" : "20230501102531-0400" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.22", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "AssignJ" + } ] + } + }, { + "url" : "XCN.23", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "AssignA" + } ] + } + }, { + "url" : "XCN.5", + "valueString" : "2ND" + }, { + "url" : "XCN.7", + "valueString" : "MD" + }, { + "url" : "XCN.8", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "SRC" + } ] + } + }, { + "url" : "XCN.10", + "valueString" : "B" + }, { + "url" : "XCN.15", + "valueString" : "A" + }, { + "url" : "XCN.16", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "NameContext" + } ] + } + }, { + "url" : "XCN.19", + "valueString" : "20220501102531-0400" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString" : "A" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode" : "NPI" + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "DL" + } ] + }, + "system" : "urn:oid:AssigningSystem", + "value" : "1" + } ], + "name" : [ { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", + "valueCode" : "G" + } ], + "use" : "official", + "family" : "Collector", + "_family" : { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", + "valueString" : "VAN" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name", + "valueString" : "Identifier" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", + "valueString" : "VAL" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", + "valueString" : "ROGER" + } ] + }, + "given" : [ "LUDWIG", "B" ], + "prefix" : [ "DR" ], + "suffix" : [ "2ND", "MD", "MD" ], + "period" : { + "start" : "2022-05-01T10:25:31-04:00", + "end" : "2023-05-01T10:25:31-04:00" + } + } ] + } + }, { + "fullUrl" : "Practitioner/1731705729633447000.492f5c4f-9a16-47cf-8806-b3b5f0c1930f", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1731705729633447000.492f5c4f-9a16-47cf-8806-b3b5f0c1930f", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "AssigningSystem" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "RUDWIG" + }, { + "url" : "XCN.4", + "valueString" : "B" + }, { + "url" : "XCN.20", + "valueString" : "20230501102531-0400" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.22", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "AssignJ" + } ] + } + }, { + "url" : "XCN.23", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "AssignA" + } ] + } + }, { + "url" : "XCN.5", + "valueString" : "2ND" + }, { + "url" : "XCN.7", + "valueString" : "MD" + }, { + "url" : "XCN.8", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "SRC" + } ] + } + }, { + "url" : "XCN.10", + "valueString" : "B" + }, { + "url" : "XCN.15", + "valueString" : "A" + }, { + "url" : "XCN.16", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "NameContext" + } ] + } + }, { + "url" : "XCN.19", + "valueString" : "20220501102531-0400" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString" : "A" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode" : "NPI" + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "DL" + } ] + }, + "system" : "urn:oid:AssigningSystem", + "value" : "1" + } ], + "name" : [ { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", + "valueCode" : "G" + } ], + "use" : "official", + "family" : "Collector2", + "_family" : { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", + "valueString" : "VAN" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name", + "valueString" : "Identifier" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", + "valueString" : "VAL" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", + "valueString" : "ROGER" + } ] + }, + "given" : [ "RUDWIG", "B" ], + "prefix" : [ "DR" ], + "suffix" : [ "2ND", "MD", "MD" ], + "period" : { + "start" : "2022-05-01T10:25:31-04:00", + "end" : "2023-05-01T10:25:31-04:00" + } + } ] + } + } ] +} \ No newline at end of file diff --git a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/oml-obr-to-specimen.hl7 b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/oml-obr-to-specimen.hl7 new file mode 100644 index 00000000000..a6b5101f2d8 --- /dev/null +++ b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/oml-obr-to-specimen.hl7 @@ -0,0 +1,4 @@ +MSH|^~\&|||||20230816123358-0500||OML^O21^OML_O21|20230816123358||2.5.1 +PID|1 +ORC|RE|Specimen123 +OBR|1||||||20200818123358-0500|20200819123358-0500|1771|1^Collector&VAN&Identifier&VAL&ROGER^LUDWIG^B^2ND^DR^MD^SRC^&AssigningSystem&ISO^B^A^NPI^DL^^A^NameContext^^G^20220501102531-0400^20230501102531-0400^MD^AssignJ^AssignA~1^Collector2&VAN&Identifier&VAL&ROGER^RUDWIG^B^2ND^DR^MD^SRC^&AssigningSystem&ISO^B^A^NPI^DL^^A^NameContext^^G^20220501102531-0400^20230501102531-0400^MD^AssignJ^AssignA||||202402200900|ID^BOUIN&Bouin's solution&HL70371^Collection Method^LN&Left Naris&HL70163^^CMMC&Collection Method Modifer Code&HL7||||||||||||||||||||||||4439^Collectors Comment~4438^Collectors Comment2 \ No newline at end of file diff --git a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/orc_obr-to-servicerequest_diagnosticreport-obr-populated.fhir b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/orc_obr-to-servicerequest_diagnosticreport-obr-populated.fhir index 68061ce8e8c..0f3ac0b578d 100644 --- a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/orc_obr-to-servicerequest_diagnosticreport-obr-populated.fhir +++ b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/orc_obr-to-servicerequest_diagnosticreport-obr-populated.fhir @@ -1,486 +1,530 @@ { - "resourceType" : "Bundle", - "id" : "1716961316041553000.f651ceb5-a4cf-41b2-8d4e-7a9fff910e55", - "meta" : { - "lastUpdated" : "2024-05-29T01:41:56.050-04:00" + "resourceType": "Bundle", + "id": "1731634216439480000.0d5e5606-84e1-416d-a4ef-b600540b7eec", + "meta": { + "lastUpdated": "2024-11-14T17:30:16.443-08:00" }, - "identifier" : { - "system" : "https://reportstream.cdc.gov/prime-router", - "value" : "20230816123358" + "identifier": { + "system": "https://reportstream.cdc.gov/prime-router", + "value": "20230816123358" }, - "type" : "message", - "timestamp" : "2023-08-16T13:33:58.000-04:00", - "entry" : [ + "type": "message", + "timestamp": "2023-08-16T10:33:58.000-07:00", + "entry": [ { - "fullUrl" : "MessageHeader/bb504ecd-c2ab-3be3-91d8-6065e2bce435", - "resource" : { - "resourceType" : "MessageHeader", - "id" : "bb504ecd-c2ab-3be3-91d8-6065e2bce435", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/encoding-characters", - "valueString" : "^~\\\u0026#" + "fullUrl": "MessageHeader/1731634216472574000.7a065ed2-ded0-416c-b378-a498ea6ae207", + "resource": { + "resourceType": "MessageHeader", + "id": "1731634216472574000.7a065ed2-ded0-416c-b378-a498ea6ae207", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/encoding-characters", + "valueString": "^~\\\u0026#" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/msh-message-header", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/msh-message-header", + "extension": [ { - "url" : "MSH.7", - "valueString" : "20230816123358-0500" + "url": "MSH.7", + "valueString": "20230816123358-0500" } ] } ], - "eventCoding" : { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0003", - "code" : "R01", - "display" : "ORU^R01^ORU_R01" + "eventCoding": { + "system": "http://terminology.hl7.org/CodeSystem/v2-0003", + "code": "R01", + "display": "ORU^R01^ORU_R01" } } }, { - "fullUrl" : "Provenance/1716961316634102000.d0168ca6-dc1a-4013-a71a-daa363d61cf9", - "resource" : { - "resourceType" : "Provenance", - "id" : "1716961316634102000.d0168ca6-dc1a-4013-a71a-daa363d61cf9", - "target" : [ + "fullUrl": "Provenance/1731634216718799000.c4ec1acf-355b-44b6-92e2-6418ce78bf86", + "resource": { + "resourceType": "Provenance", + "id": "1731634216718799000.c4ec1acf-355b-44b6-92e2-6418ce78bf86", + "target": [ { - "reference" : "MessageHeader/bb504ecd-c2ab-3be3-91d8-6065e2bce435" + "reference": "MessageHeader/1731634216472574000.7a065ed2-ded0-416c-b378-a498ea6ae207" }, { - "reference" : "DiagnosticReport/1716961316896240000.39e01eaf-410c-42f1-acea-7a1f2ecdcb72" + "reference": "DiagnosticReport/1731634216918992000.14669936-2835-442a-a340-d22038472fac" } ], - "recorded" : "2023-08-16T12:33:58-05:00", - "activity" : { - "coding" : [ + "recorded": "2023-08-16T12:33:58-05:00", + "activity": { + "coding": [ { - "display" : "ORU^R01^ORU_R01" + "display": "ORU^R01^ORU_R01" } ] } } }, { - "fullUrl" : "Provenance/1716961316642461000.6cfbcf79-72d3-4bf9-a69d-aae85869cff5", - "resource" : { - "resourceType" : "Provenance", - "id" : "1716961316642461000.6cfbcf79-72d3-4bf9-a69d-aae85869cff5", - "recorded" : "2024-05-29T01:41:56Z", - "policy" : [ + "fullUrl": "Provenance/1731634216724833000.565c3f16-9225-406b-bcb9-6c0b0a51cab9", + "resource": { + "resourceType": "Provenance", + "id": "1731634216724833000.565c3f16-9225-406b-bcb9-6c0b0a51cab9", + "recorded": "2024-11-14T17:30:16Z", + "policy": [ "http://hl7.org/fhir/uv/v2mappings/message-oru-r01-to-bundle" ], - "activity" : { - "coding" : [ + "activity": { + "coding": [ { - "code" : "v2-FHIR transformation" + "code": "v2-FHIR transformation" } ] }, - "agent" : [ + "agent": [ { - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type", - "code" : "assembler" + "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type", + "code": "assembler" } ] }, - "who" : { - "reference" : "Organization/1716961316641855000.ebbfbdce-2d6d-4ab0-ad32-f73ad0f8d4c9" + "who": { + "reference": "Organization/1731634216724400000.152de53c-0625-4e92-811d-49aa2dfd7a6e" } } ] } }, { - "fullUrl" : "Organization/1716961316641855000.ebbfbdce-2d6d-4ab0-ad32-f73ad0f8d4c9", - "resource" : { - "resourceType" : "Organization", - "id" : "1716961316641855000.ebbfbdce-2d6d-4ab0-ad32-f73ad0f8d4c9", - "identifier" : [ + "fullUrl": "Organization/1731634216724400000.152de53c-0625-4e92-811d-49aa2dfd7a6e", + "resource": { + "resourceType": "Organization", + "id": "1731634216724400000.152de53c-0625-4e92-811d-49aa2dfd7a6e", + "identifier": [ { - "value" : "CDC PRIME - Atlanta" + "value": "CDC PRIME - Atlanta" }, { - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0301" + "system": "http://terminology.hl7.org/CodeSystem/v2-0301" } ] }, - "system" : "urn:ietf:rfc:3986", - "value" : "2.16.840.1.114222.4.1.237821" + "system": "urn:ietf:rfc:3986", + "value": "2.16.840.1.114222.4.1.237821" } ] } }, { - "fullUrl" : "Patient/1716961316658286000.c73c5602-3fdb-47b3-94fe-c9b8ac401603", - "resource" : { - "resourceType" : "Patient", - "id" : "1716961316658286000.c73c5602-3fdb-47b3-94fe-c9b8ac401603" + "fullUrl": "Patient/1731634216735708000.65f4c3d6-7543-4945-bbda-063e0647aef9", + "resource": { + "resourceType": "Patient", + "id": "1731634216735708000.65f4c3d6-7543-4945-bbda-063e0647aef9" } }, { - "fullUrl" : "Provenance/1716961316659013000.35706f3b-3486-41a8-be32-329480dc4a88", - "resource" : { - "resourceType" : "Provenance", - "id" : "1716961316659013000.35706f3b-3486-41a8-be32-329480dc4a88", - "target" : [ + "fullUrl": "Provenance/1731634216736199000.5a89e2a4-1e6a-4cc1-9a6b-74078ebea5a0", + "resource": { + "resourceType": "Provenance", + "id": "1731634216736199000.5a89e2a4-1e6a-4cc1-9a6b-74078ebea5a0", + "target": [ { - "reference" : "Patient/1716961316658286000.c73c5602-3fdb-47b3-94fe-c9b8ac401603" + "reference": "Patient/1731634216735708000.65f4c3d6-7543-4945-bbda-063e0647aef9" } ], - "recorded" : "2024-05-29T01:41:56Z", - "activity" : { - "coding" : [ + "recorded": "2024-11-14T17:30:16Z", + "activity": { + "coding": [ { - "system" : "https://terminology.hl7.org/CodeSystem/v3-DataOperation", - "code" : "UPDATE" + "system": "https://terminology.hl7.org/CodeSystem/v3-DataOperation", + "code": "UPDATE" } ] } } }, { - "fullUrl" : "Specimen/1716961316664583000.67c0f8d7-f9f0-47ea-97a4-6d6501f0a9db", - "resource" : { - "resourceType" : "Specimen", - "id" : "1716961316664583000.67c0f8d7-f9f0-47ea-97a4-6d6501f0a9db", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", - "valueString" : "OBR" + "fullUrl": "Specimen/1731634216738434000.20a42533-27b1-4fdf-a8d7-c16a1b496ec5", + "resource": { + "resourceType": "Specimen", + "id": "1731634216738434000.20a42533-27b1-4fdf-a8d7-c16a1b496ec5", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", + "valueString": "OBR" } ], - "collection" : { - "collector" : { - "reference" : "Practitioner/1727307988977002000.0a18791e-84bf-45ca-9e55-433f4a5954e0" + "collection": { + "collector": { + "reference": "Practitioner/1731634216745250000.bce49621-be5b-43c8-ba98-5f5a86320a7c" }, - "collectedPeriod" : { - "start" : "2023-08-16T12:33:58-05:00", - "_start" : { - "extension" : [ + "collectedPeriod": { + "start": "2023-08-16T12:33:58-05:00", + "_start": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230816123358-0500" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230816123358-0500" } ] }, - "end" : "2023-09-16T12:33:58-05:00", - "_end" : { - "extension" : [ + "end": "2023-09-16T12:33:58-05:00", + "_end": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230916123358-0500" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230916123358-0500" } ] } } }, - "note" : [ + "note": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-annotation", - "valueCodeableConcept" : { - "coding" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-annotation", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "4438", - "display" : "Collectors Comment" + "code": "4438", + "display": "Collectors Comment" } ] } } ], - "text" : "4438, Collectors Comment" + "text": "4438, Collectors Comment" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-annotation", - "valueCodeableConcept" : { - "coding" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-annotation", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "4438", - "display" : "Collectors Comment2" + "code": "4438", + "display": "Collectors Comment2" } ] } } ], - "text" : "4438, Collectors Comment2" + "text": "4438, Collectors Comment2" } ] } }, { - "fullUrl" : "Practitioner/1727307988977002000.0a18791e-84bf-45ca-9e55-433f4a5954e0", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1727307988977002000.0a18791e-84bf-45ca-9e55-433f4a5954e0", - "extension" : [ + "fullUrl": "Practitioner/1731634216745250000.bce49621-be5b-43c8-ba98-5f5a86320a7c", + "resource": { + "resourceType": "Practitioner", + "id": "1731634216745250000.bce49621-be5b-43c8-ba98-5f5a86320a7c", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "AssigningSystem" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "AssigningSystem" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ { - "url" : "XCN.3", - "valueString" : "LUDWIG" + "url": "XCN.3", + "valueString": "LUDWIG" }, { - "url" : "XCN.4", - "valueString" : "B" + "url": "XCN.4", + "valueString": "B" }, { - "url" : "XCN.20", - "valueString" : "20230501102531-0400" + "url": "XCN.20", + "valueString": "20230501102531-0400" }, { - "url" : "XCN.21", - "valueString" : "MD" + "url": "XCN.21", + "valueString": "MD" }, { - "url" : "XCN.22", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.22", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "AssignJ" + "code": "AssignJ" } ] } }, { - "url" : "XCN.23", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.23", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "AssignA" + "code": "AssignA" } ] } }, { - "url" : "XCN.5", - "valueString" : "2ND" + "url": "XCN.5", + "valueString": "2ND" }, { - "url" : "XCN.7", - "valueString" : "MD" + "url": "XCN.7", + "valueString": "MD" }, { - "url" : "XCN.8", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.8", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "SRC" + "code": "SRC" } ] } }, { - "url" : "XCN.10", - "valueString" : "B" + "url": "XCN.10", + "valueString": "B" }, { - "url" : "XCN.15", - "valueString" : "A" + "url": "XCN.15", + "valueString": "A" }, { - "url" : "XCN.16", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.16", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "NameContext" + "code": "NameContext" } ] } }, { - "url" : "XCN.19", - "valueString" : "20220501102531-0400" + "url": "XCN.19", + "valueString": "20220501102531-0400" } ] } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", - "valueString" : "A" + "url": "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString": "A" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", - "valueCode" : "NPI" + "url": "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode": "NPI" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true } ], - "code" : "DL" + "code": "DL" } ] }, - "system" : "urn:oid:AssigningSystem", - "value" : "1" + "system": "urn:oid:AssigningSystem", + "value": "1" } ], - "name" : [ + "name": [ { - "extension" : [ + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", - "valueCode" : "G" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", + "valueCode": "G" } ], - "use" : "official", - "family" : "Collector", - "_family" : { - "extension" : [ + "use": "official", + "family": "Collector", + "_family": { + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", - "valueString" : "VAN" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", + "valueString": "VAN" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name", - "valueString" : "Identifier" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name", + "valueString": "Identifier" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", - "valueString" : "VAL" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", + "valueString": "VAL" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", - "valueString" : "ROGER" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", + "valueString": "ROGER" } ] }, - "given" : [ + "given": [ "LUDWIG", "B" ], - "prefix" : [ + "prefix": [ "DR" ], - "suffix" : [ + "suffix": [ "2ND", "MD", "MD" ], - "period" : { - "start" : "2022-05-01T10:25:31-04:00", - "end" : "2023-05-01T10:25:31-04:00" + "period": { + "start": "2022-05-01T10:25:31-04:00", + "end": "2023-05-01T10:25:31-04:00" } } ] } }, { - "fullUrl" : "ServiceRequest/1727307989120333000.e424bf5a-9a96-4b07-8354-c9f7eed60475", - "resource" : { - "resourceType" : "ServiceRequest", - "id" : "1716961316869011000.096b7105-6f01-44d4-b57c-ca2e7dfe9cfc", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", - "extension" : [ + "fullUrl": "ServiceRequest/1731634216893698000.d34c7a39-38d3-4d7b-8d00-2aca01e58340", + "resource": { + "resourceType": "ServiceRequest", + "id": "1731634216893698000.d34c7a39-38d3-4d7b-8d00-2aca01e58340", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", + "extension": [ + { + "url": "OBR.16", + "valueReference": { + "reference": "Practitioner/1731634216865391000.b34c86c9-6d5c-4ce5-bf84-e862f1380b22" + } + }, + { + "url": "OBR.16", + "valueReference": { + "reference": "Practitioner/1731634216867480000.1870d114-caca-4744-b37c-921de9b3b358" + } + }, + { + "url": "OBR.18", + "valueString": "placer1" + }, { - "url" : "OBR.20", - "valueString" : "filler1" + "url": "OBR.19", + "valueString": "placer2" }, { - "url" : "OBR.21", - "valueString" : "filler2" + "url": "OBR.20", + "valueString": "filler1" }, { - "url" : "OBR.22", - "valueString" : "20230816123358-0500" + "url": "OBR.7", + "valueDateTime": "2023-08-16T12:33:58-05:00", + "_valueDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230816123358-0500" + } + ] + } }, { - "url" : "OBR.23", - "extension" : [ + "url": "OBR.8", + "valueDateTime": "2023-09-16T12:33:58-05:00", + "_valueDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230916123358-0500" + } + ] + } + }, + { + "url": "OBR.21", + "valueString": "filler2" + }, + { + "url": "OBR.22", + "valueString": "20230816123358-0500" + }, + { + "url": "OBR.23", + "extension": [ { - "url" : "moc-1-1-monetary-amount", - "valueString" : "100" + "url": "moc-1-1-monetary-amount", + "valueString": "100" }, { - "url" : "moc-1-2-monetary-denomination", - "valueString" : "$" + "url": "moc-1-2-monetary-denomination", + "valueString": "$" }, { - "url" : "moc-2-charge-code", - "valueCodeableConcept" : { - "coding" : [ + "url": "moc-2-charge-code", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "16", - "display" : "code" + "code": "16", + "display": "code" } ] } @@ -488,686 +532,666 @@ ] }, { - "url" : "OBR.24", - "valueId" : "OTH" + "url": "OBR.24", + "valueId": "OTH" }, { - "url" : "OBR.25", - "valueId" : "F" + "url": "OBR.25", + "valueId": "F" }, { - "url" : "OBR.26", - "extension" : [ + "url": "OBR.26", + "extension": [ { - "url" : "prl-1-parent-observation-identifier", - "valueCodeableConcept" : { - "coding" : [ + "url": "prl-1-parent-observation-identifier", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "444", - "display" : "ParentId" + "code": "444", + "display": "ParentId" } ] } }, { - "url" : "prl-2-parent-observation-sub-identifier", - "valueString" : "888" + "url": "prl-2-parent-observation-sub-identifier", + "valueString": "888" }, { - "url" : "prl-3-parent-observation-descriptor", - "valueString" : "ParentOBSdescriptor" + "url": "prl-3-parent-observation-descriptor", + "valueString": "ParentOBSdescriptor" } ] }, { - "url" : "OBR.28", - "valueReference" : { - "reference" : "Practitioner/1716961316835983000.61e70b77-5ee6-4d95-8b7d-9c4b3125fcef" + "url": "OBR.28", + "valueReference": { + "reference": "Practitioner/1731634216870163000.2f2043b5-a751-41a2-a427-eb798f9f6906" } }, { - "url" : "OBR.28", - "valueReference" : { - "reference" : "Practitioner/1716961316838839000.5be961a2-d98a-4eb3-9d46-3537f7033b7b" + "url": "OBR.28", + "valueReference": { + "reference": "Practitioner/1731634216871745000.382fe363-1304-4a29-99a6-b8759807ae53" } }, { - "url" : "OBR.29", - "valueIdentifier" : { - "extension" : [ + "url": "OBR.29", + "valueIdentifier": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "CSV" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "CSV" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "11D1111111" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "11D1111111" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "CLIA" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "CLIA" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/filler-assigned-identifier", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/filler-assigned-identifier", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", - "valueString" : "f34b0f57-1601-4480-ae8a-d4006e50f38d" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", + "valueString": "f34b0f57-1601-4480-ae8a-d4006e50f38d" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Other CSV" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Other CSV" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "22D2222222" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "22D2222222" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "CLIA2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "CLIA2" } ] } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PGN" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "PGN" } ] }, - "value" : "adb4a5cc-50ec-4f1e-95d7-0c1f77cacee1" + "value": "adb4a5cc-50ec-4f1e-95d7-0c1f77cacee1" } }, { - "url" : "OBR.33", - "valueReference" : { - "reference" : "PractitionerRole/1716961316848195000.52ecbb4d-0b38-4f86-bddb-4ac6f8f685fb" + "url": "OBR.33", + "valueReference": { + "reference": "PractitionerRole/1731634216882657000.399c904e-f440-4e8d-8319-fceea2fac4e4" } }, { - "url" : "OBR.33", - "valueReference" : { - "reference" : "PractitionerRole/1716961316852060000.77701d25-aecf-4bf8-9f67-7180a7ededc3" + "url": "OBR.33", + "valueReference": { + "reference": "PractitionerRole/1731634216885373000.011254cf-3a85-43cb-aee3-18763979a19e" } }, { - "url" : "OBR.36", - "valueString" : "20230816123358-0500" + "url": "OBR.36", + "valueString": "20230816123358-0500" }, { - "url" : "OBR.10", - "valueReference" : { - "reference" : "Practitioner/1716961316856284000.d716624b-ac2b-494a-a36a-85beb8f20234" - } - }, - { - "url" : "OBR.10", - "valueReference" : { - "reference" : "Practitioner/1716961316859495000.a5f31f5c-e07d-40c2-ab54-82a9b9a9a6ba" - } - }, - { - "url" : "OBR.39", - "valueCodeableConcept" : { - "coding" : [ + "url": "OBR.39", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "4438", - "display" : "Collectors Comment" + "code": "4438", + "display": "Collectors Comment" } ] } }, { - "url" : "OBR.39", - "valueCodeableConcept" : { - "coding" : [ + "url": "OBR.39", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "4438", - "display" : "Collectors Comment2" + "code": "4438", + "display": "Collectors Comment2" } ] } }, { - "url" : "OBR.44", - "valueCodeableConcept" : { - "coding" : [ + "url": "OBR.44", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cne-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cne-coding", + "valueString": "coding" } ], - "code" : "5019", - "display" : "Procedure Code" + "code": "5019", + "display": "Procedure Code" } ] } }, { - "url" : "obr-45-procedure-code-modifier", - "valueCodeableConcept" : { - "coding" : [ + "url": "obr-45-procedure-code-modifier", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cne-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cne-coding", + "valueString": "coding" } ], - "code" : "887766", - "display" : "Procedure Code Modifier" + "code": "887766", + "display": "Procedure Code Modifier" } ] } }, { - "url" : "obr-45-procedure-code-modifier", - "valueCodeableConcept" : { - "coding" : [ + "url": "obr-45-procedure-code-modifier", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cne-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cne-coding", + "valueString": "coding" } ], - "code" : "887766", - "display" : "Procedure Code Modifier2" + "code": "887766", + "display": "Procedure Code Modifier2" } ] } }, { - "url" : "OBR.48", - "valueCodeableConcept" : { - "coding" : [ + "url": "OBR.48", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "71435", - "display" : "Medically Necessary Duplicate Procedure" + "code": "71435", + "display": "Medically Necessary Duplicate Procedure" } ] } }, { - "url" : "OBR.49", - "valueString" : "N" + "url": "OBR.49", + "valueString": "N" }, { - "url" : "OBR.50", - "valueCodeableConcept" : { - "coding" : [ + "url": "OBR.50", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "443331", - "display" : "Parent Universal Service Identifier" + "code": "443331", + "display": "Parent Universal Service Identifier" } ] } }, { - "url" : "OBR.54", - "valueIdentifier" : { - "extension" : [ + "url": "OBR.54", + "valueIdentifier": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "CSV" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "CSV" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "11D1111111" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "11D1111111" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "CLIA" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "CLIA" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/filler-assigned-identifier", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/filler-assigned-identifier", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", - "valueString" : "f34b0f57-1601-4480-ae8a-d4006e50f38d" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", + "valueString": "f34b0f57-1601-4480-ae8a-d4006e50f38d" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Other CSV" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Other CSV" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "22D2222222" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "22D2222222" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "CLIA2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "CLIA2" } ] } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PGN" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "PGN" } ] }, - "value" : "adb4a5cc-50ec-4f1e-95d7-0c1f77cacee1" + "value": "adb4a5cc-50ec-4f1e-95d7-0c1f77cacee1" } }, { - "url" : "OBR.11", - "valueString" : "G" + "url": "OBR.10", + "valueReference": { + "reference": "Practitioner/1731634216888402000.424eebbf-d4a4-4ecb-b0e3-e0d57e1c147f" + } }, { - "url" : "OBR.12", - "valueCodeableConcept" : { - "coding" : [ + "url": "OBR.10", + "valueReference": { + "reference": "Practitioner/1731634216891644000.2643243f-3772-4eea-8867-5247ac91f67c" + } + }, + { + "url": "OBR.11", + "valueString": "G" + }, + { + "url": "OBR.12", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "512", - "display" : "Danger code" + "code": "512", + "display": "Danger code" } ] } }, { - "url" : "OBR.13", - "valueCodeableConcept" : { - "coding" : [ + "url": "OBR.13", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "relevent info" + "code": "relevent info" } ] } - }, - { - "url" : "OBR.16", - "valueReference" : { - "reference" : "Practitioner/1716961316864393000.44a3d48e-29bf-44d1-9fee-fd28faef1ae7" - } - }, - { - "url" : "OBR.16", - "valueReference" : { - "reference" : "Practitioner/1716961316867088000.d668f3b5-0eac-491b-a2f0-95b0a505f777" - } - }, - { - "url" : "OBR.18", - "valueString" : "placer1" - }, - { - "url" : "OBR.19", - "valueString" : "placer2" } ] } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBR.2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBR.2" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Placer Identifier Namespace" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Placer Identifier Namespace" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "Placer Universal ID" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "Placer Universal ID" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PLAC" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "PLAC" } ] }, - "value" : "Placer Identifier" + "value": "Placer Identifier" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBR.3" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBR.3" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Filler Identifier Namespace" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Filler Identifier Namespace" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "Filler Universal ID" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "Filler Universal ID" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FILL" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "FILL" } ] }, - "value" : "Filler Identifier" + "value": "Filler Identifier" }, { - "extension" : [ + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", - "valueString" : "Placer Order" + "url": "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString": "Placer Order" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBR.53" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBR.53" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PLAC" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "PLAC" } ] }, - "value" : "Alt" + "value": "Alt" }, { - "extension" : [ + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", - "valueString" : "Placer Order2" + "url": "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString": "Placer Order2" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBR.53" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBR.53" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PLAC" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "PLAC" } ] }, - "value" : "Alt" + "value": "Alt" } ], - "status" : "unknown", - "intent" : "order", - "code" : { - "coding" : [ + "status": "unknown", + "intent": "order", + "code": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "123", - "display" : "Universal service identifier" + "code": "123", + "display": "Universal service identifier" } ] }, - "orderDetail" : [ + "orderDetail": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBR.46" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBR.46" } ], - "coding" : [ + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "7461", - "display" : "Placer Supplemental" + "code": "7461", + "display": "Placer Supplemental" } ] }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBR.46" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBR.46" } ], - "coding" : [ + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "7461", - "display" : "Placer Supplemental2" + "code": "7461", + "display": "Placer Supplemental2" } ] }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBR.47" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBR.47" } ], - "coding" : [ + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "8811", - "display" : "Fillter Supplemental" + "code": "8811", + "display": "Fillter Supplemental" } ] }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBR.47" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBR.47" } ], - "coding" : [ + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "8811", - "display" : "Fillter Supplemental2" + "code": "8811", + "display": "Fillter Supplemental2" } ] } ], - "subject" : { - "reference" : "Patient/1716961316658286000.c73c5602-3fdb-47b3-94fe-c9b8ac401603" + "subject": { + "reference": "Patient/1731634216735708000.65f4c3d6-7543-4945-bbda-063e0647aef9" }, - "requester" : { - "extension" : [ + "requester": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", - "valueContactPoint" : { - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", + "valueContactPoint": { + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", - "valueString" : "1" + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString": "1" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", - "valueString" : "260" + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString": "260" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "7595016" + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString": "7595016" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ { - "url" : "XTN.2", - "valueString" : "WPN" + "url": "XTN.2", + "valueString": "WPN" }, { - "url" : "XTN.3", - "valueString" : "BP" + "url": "XTN.3", + "valueString": "BP" }, { - "url" : "XTN.7", - "valueString" : "7595016" + "url": "XTN.7", + "valueString": "7595016" }, { - "url" : "XTN.12", - "valueString" : "+1 260 759 5016" + "url": "XTN.12", + "valueString": "+1 260 759 5016" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBR.17" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBR.17" } ], - "system" : "pager", - "value" : "+1 260 759 5016", - "use" : "work" + "system": "pager", + "value": "+1 260 759 5016", + "use": "work" } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", - "valueContactPoint" : { - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", + "valueContactPoint": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ { - "url" : "XTN.2", - "valueString" : "WPN" + "url": "XTN.2", + "valueString": "WPN" }, { - "url" : "XTN.3", - "valueString" : "Internet" + "url": "XTN.3", + "valueString": "Internet" }, { - "url" : "XTN.4", - "valueString" : "order.callback@email.com" + "url": "XTN.4", + "valueString": "order.callback@email.com" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBR.17" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBR.17" } ], - "system" : "email", - "value" : "order.callback@email.com", - "use" : "work" + "system": "email", + "value": "order.callback@email.com", + "use": "work" } } ], - "reference" : "Practitioner/1716961316826226000.7f3e759a-e861-4188-8120-0636ffba0c6c" + "reference": "Practitioner/1731634216859616000.39763edc-e258-4f7a-8365-bbbfd2ae1adf" }, - "reasonCode" : [ + "reasonCode": [ { - "coding" : [ + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "3216", - "display" : "ReasonForStudy" + "code": "3216", + "display": "ReasonForStudy" } ] }, { - "coding" : [ + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "3216", - "display" : "ReasonForStudy2" + "code": "3216", + "display": "ReasonForStudy2" } ] } @@ -1175,693 +1199,1107 @@ } }, { - "fullUrl" : "Practitioner/1716961316826226000.7f3e759a-e861-4188-8120-0636ffba0c6c", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716961316826226000.7f3e759a-e861-4188-8120-0636ffba0c6c", - "extension" : [ + "fullUrl": "Practitioner/1731634216859616000.39763edc-e258-4f7a-8365-bbbfd2ae1adf", + "resource": { + "resourceType": "Practitioner", + "id": "1731634216859616000.39763edc-e258-4f7a-8365-bbbfd2ae1adf", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "AssigningSystem" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "AssigningSystem" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ { - "url" : "XCN.3", - "valueString" : "LUDWIG" + "url": "XCN.3", + "valueString": "LUDWIG" }, { - "url" : "XCN.4", - "valueString" : "B" + "url": "XCN.4", + "valueString": "B" }, { - "url" : "XCN.20", - "valueString" : "20230501102531-0400" + "url": "XCN.20", + "valueString": "20230501102531-0400" }, { - "url" : "XCN.21", - "valueString" : "MD" + "url": "XCN.21", + "valueString": "MD" }, { - "url" : "XCN.22", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.22", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "AssignJ" + "code": "AssignJ" } ] } }, { - "url" : "XCN.23", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.23", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "AssignA" + "code": "AssignA" } ] } }, { - "url" : "XCN.5", - "valueString" : "2ND" + "url": "XCN.5", + "valueString": "2ND" }, { - "url" : "XCN.7", - "valueString" : "MD" + "url": "XCN.7", + "valueString": "MD" }, { - "url" : "XCN.8", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.8", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "SRC" + "code": "SRC" } ] } }, { - "url" : "XCN.10", - "valueString" : "B" + "url": "XCN.10", + "valueString": "B" }, { - "url" : "XCN.15", - "valueString" : "A" + "url": "XCN.15", + "valueString": "A" }, { - "url" : "XCN.16", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.16", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "NameContext" + "code": "NameContext" } ] } }, { - "url" : "XCN.19", - "valueString" : "20220501102531-0400" + "url": "XCN.19", + "valueString": "20220501102531-0400" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBR.16" + } + ], + "identifier": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString": "A" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode": "NPI" + } + ], + "type": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true + } + ], + "code": "DL" + } + ] + }, + "system": "urn:oid:AssigningSystem", + "value": "1" + } + ], + "name": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", + "valueCode": "G" + } + ], + "use": "official", + "family": "Ordering", + "_family": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", + "valueString": "VAN" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name", + "valueString": "Provider" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", + "valueString": "VAL" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", + "valueString": "ROGER" + } + ] + }, + "given": [ + "LUDWIG", + "B" + ], + "prefix": [ + "DR" + ], + "suffix": [ + "2ND", + "MD", + "MD" + ], + "period": { + "start": "2022-05-01T10:25:31-04:00", + "end": "2023-05-01T10:25:31-04:00" + } + } + ] + } + }, + { + "fullUrl": "Practitioner/1731634216865391000.b34c86c9-6d5c-4ce5-bf84-e862f1380b22", + "resource": { + "resourceType": "Practitioner", + "id": "1731634216865391000.b34c86c9-6d5c-4ce5-bf84-e862f1380b22", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "AssigningSystem" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBR.16" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ + { + "url": "XCN.3", + "valueString": "LUDWIG" + }, + { + "url": "XCN.4", + "valueString": "B" + }, + { + "url": "XCN.20", + "valueString": "20230501102531-0400" + }, + { + "url": "XCN.21", + "valueString": "MD" + }, + { + "url": "XCN.22", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "AssignJ" + } + ] + } + }, + { + "url": "XCN.23", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "AssignA" + } + ] + } + }, + { + "url": "XCN.5", + "valueString": "2ND" + }, + { + "url": "XCN.7", + "valueString": "MD" + }, + { + "url": "XCN.8", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "SRC" + } + ] + } + }, + { + "url": "XCN.10", + "valueString": "B" + }, + { + "url": "XCN.15", + "valueString": "A" + }, + { + "url": "XCN.16", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "NameContext" + } + ] + } + }, + { + "url": "XCN.19", + "valueString": "20220501102531-0400" + } + ] } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", - "valueString" : "A" + "url": "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString": "A" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", - "valueCode" : "NPI" + "url": "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode": "NPI" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true } ], - "code" : "DL" + "code": "DL" } ] }, - "system" : "urn:oid:AssigningSystem", - "value" : "1" + "system": "urn:oid:AssigningSystem", + "value": "1" } ], - "name" : [ + "name": [ { - "extension" : [ + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", - "valueCode" : "G" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", + "valueCode": "G" } ], - "use" : "official", - "family" : "Ordering", - "_family" : { - "extension" : [ + "use": "official", + "family": "Ordering", + "_family": { + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", - "valueString" : "VAN" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", + "valueString": "VAN" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name", - "valueString" : "Provider" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name", + "valueString": "Provider" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", - "valueString" : "VAL" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", + "valueString": "VAL" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", - "valueString" : "ROGER" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", + "valueString": "ROGER" } ] }, - "given" : [ + "given": [ "LUDWIG", "B" ], - "prefix" : [ + "prefix": [ + "DR" + ], + "suffix": [ + "2ND", + "MD", + "MD" + ], + "period": { + "start": "2022-05-01T10:25:31-04:00", + "end": "2023-05-01T10:25:31-04:00" + } + } + ] + } + }, + { + "fullUrl": "Practitioner/1731634216867480000.1870d114-caca-4744-b37c-921de9b3b358", + "resource": { + "resourceType": "Practitioner", + "id": "1731634216867480000.1870d114-caca-4744-b37c-921de9b3b358", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "AssigningSystem" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ + { + "url": "XCN.3", + "valueString": "RUDWIG" + }, + { + "url": "XCN.4", + "valueString": "B" + }, + { + "url": "XCN.20", + "valueString": "20230501102531-0400" + }, + { + "url": "XCN.21", + "valueString": "MD" + }, + { + "url": "XCN.22", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "AssignJ" + } + ] + } + }, + { + "url": "XCN.23", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "AssignA" + } + ] + } + }, + { + "url": "XCN.5", + "valueString": "2ND" + }, + { + "url": "XCN.7", + "valueString": "MD" + }, + { + "url": "XCN.8", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "SRC" + } + ] + } + }, + { + "url": "XCN.10", + "valueString": "B" + }, + { + "url": "XCN.15", + "valueString": "A" + }, + { + "url": "XCN.16", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "NameContext" + } + ] + } + }, + { + "url": "XCN.19", + "valueString": "20220501102531-0400" + } + ] + } + ], + "identifier": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString": "A" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode": "NPI" + } + ], + "type": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true + } + ], + "code": "DL" + } + ] + }, + "system": "urn:oid:AssigningSystem", + "value": "1" + } + ], + "name": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", + "valueCode": "G" + } + ], + "use": "official", + "family": "Ordering2", + "_family": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", + "valueString": "VAN" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name", + "valueString": "Provider" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", + "valueString": "VAL" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", + "valueString": "ROGER" + } + ] + }, + "given": [ + "RUDWIG", + "B" + ], + "prefix": [ "DR" ], - "suffix" : [ + "suffix": [ "2ND", "MD", "MD" ], - "period" : { - "start" : "2022-05-01T10:25:31-04:00", - "end" : "2023-05-01T10:25:31-04:00" + "period": { + "start": "2022-05-01T10:25:31-04:00", + "end": "2023-05-01T10:25:31-04:00" } } ] } }, { - "fullUrl" : "Practitioner/1716961316835983000.61e70b77-5ee6-4d95-8b7d-9c4b3125fcef", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716961316835983000.61e70b77-5ee6-4d95-8b7d-9c4b3125fcef", - "extension" : [ + "fullUrl": "Practitioner/1731634216870163000.2f2043b5-a751-41a2-a427-eb798f9f6906", + "resource": { + "resourceType": "Practitioner", + "id": "1731634216870163000.2f2043b5-a751-41a2-a427-eb798f9f6906", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "AssigningSystem" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "AssigningSystem" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ { - "url" : "XCN.3", - "valueString" : "LUDWIG" + "url": "XCN.3", + "valueString": "LUDWIG" }, { - "url" : "XCN.4", - "valueString" : "B" + "url": "XCN.4", + "valueString": "B" }, { - "url" : "XCN.20", - "valueString" : "20230501102531-0400" + "url": "XCN.20", + "valueString": "20230501102531-0400" }, { - "url" : "XCN.21", - "valueString" : "MD" + "url": "XCN.21", + "valueString": "MD" }, { - "url" : "XCN.22", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.22", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "AssignJ" + "code": "AssignJ" } ] } }, { - "url" : "XCN.23", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.23", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "AssignA" + "code": "AssignA" } ] } }, { - "url" : "XCN.5", - "valueString" : "2ND" + "url": "XCN.5", + "valueString": "2ND" }, { - "url" : "XCN.7", - "valueString" : "MD" + "url": "XCN.7", + "valueString": "MD" }, { - "url" : "XCN.8", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.8", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "SRC" + "code": "SRC" } ] } }, { - "url" : "XCN.10", - "valueString" : "B" + "url": "XCN.10", + "valueString": "B" }, { - "url" : "XCN.15", - "valueString" : "A" + "url": "XCN.15", + "valueString": "A" }, { - "url" : "XCN.16", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.16", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "NameContext" + "code": "NameContext" } ] } }, { - "url" : "XCN.19", - "valueString" : "20220501102531-0400" + "url": "XCN.19", + "valueString": "20220501102531-0400" } ] } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", - "valueString" : "A" + "url": "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString": "A" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", - "valueCode" : "NPI" + "url": "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode": "NPI" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true } ], - "code" : "DL" + "code": "DL" } ] }, - "system" : "urn:oid:AssigningSystem", - "value" : "1" + "system": "urn:oid:AssigningSystem", + "value": "1" } ], - "name" : [ + "name": [ { - "extension" : [ + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", - "valueCode" : "G" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", + "valueCode": "G" } ], - "use" : "official", - "family" : "result", - "_family" : { - "extension" : [ + "use": "official", + "family": "result", + "_family": { + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", - "valueString" : "VAN" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", + "valueString": "VAN" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name", - "valueString" : "copiesto" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name", + "valueString": "copiesto" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", - "valueString" : "VAL" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", + "valueString": "VAL" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", - "valueString" : "ROGER" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", + "valueString": "ROGER" } ] }, - "given" : [ + "given": [ "LUDWIG", "B" ], - "prefix" : [ + "prefix": [ "DR" ], - "suffix" : [ + "suffix": [ "2ND", "MD", "MD" ], - "period" : { - "start" : "2022-05-01T10:25:31-04:00", - "end" : "2023-05-01T10:25:31-04:00" + "period": { + "start": "2022-05-01T10:25:31-04:00", + "end": "2023-05-01T10:25:31-04:00" } } ] } }, { - "fullUrl" : "Practitioner/1716961316838839000.5be961a2-d98a-4eb3-9d46-3537f7033b7b", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716961316838839000.5be961a2-d98a-4eb3-9d46-3537f7033b7b", - "extension" : [ + "fullUrl": "Practitioner/1731634216871745000.382fe363-1304-4a29-99a6-b8759807ae53", + "resource": { + "resourceType": "Practitioner", + "id": "1731634216871745000.382fe363-1304-4a29-99a6-b8759807ae53", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "AssigningSystem" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "AssigningSystem" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ { - "url" : "XCN.3", - "valueString" : "RUDWIG" + "url": "XCN.3", + "valueString": "RUDWIG" }, { - "url" : "XCN.4", - "valueString" : "B" + "url": "XCN.4", + "valueString": "B" }, { - "url" : "XCN.20", - "valueString" : "20230501102531-0400" + "url": "XCN.20", + "valueString": "20230501102531-0400" }, { - "url" : "XCN.21", - "valueString" : "MD" + "url": "XCN.21", + "valueString": "MD" }, { - "url" : "XCN.22", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.22", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "AssignJ" + "code": "AssignJ" } ] } }, { - "url" : "XCN.23", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.23", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "AssignA" + "code": "AssignA" } ] } }, { - "url" : "XCN.5", - "valueString" : "2ND" + "url": "XCN.5", + "valueString": "2ND" }, { - "url" : "XCN.7", - "valueString" : "MD" + "url": "XCN.7", + "valueString": "MD" }, { - "url" : "XCN.8", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.8", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "SRC" + "code": "SRC" } ] } }, { - "url" : "XCN.10", - "valueString" : "B" + "url": "XCN.10", + "valueString": "B" }, { - "url" : "XCN.15", - "valueString" : "A" + "url": "XCN.15", + "valueString": "A" }, { - "url" : "XCN.16", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.16", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "NameContext" + "code": "NameContext" } ] } }, { - "url" : "XCN.19", - "valueString" : "20220501102531-0400" + "url": "XCN.19", + "valueString": "20220501102531-0400" } ] } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", - "valueString" : "A" + "url": "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString": "A" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", - "valueCode" : "NPI" + "url": "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode": "NPI" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true } ], - "code" : "DL" + "code": "DL" } ] }, - "system" : "urn:oid:AssigningSystem", - "value" : "1" + "system": "urn:oid:AssigningSystem", + "value": "1" } ], - "name" : [ + "name": [ { - "extension" : [ + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", - "valueCode" : "G" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", + "valueCode": "G" } ], - "use" : "official", - "family" : "result2", - "_family" : { - "extension" : [ + "use": "official", + "family": "result2", + "_family": { + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", - "valueString" : "VAN" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", + "valueString": "VAN" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name", - "valueString" : "copiesto2" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name", + "valueString": "copiesto2" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", - "valueString" : "VAL" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", + "valueString": "VAL" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", - "valueString" : "ROGER" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", + "valueString": "ROGER" } ] }, - "given" : [ + "given": [ "RUDWIG", "B" ], - "prefix" : [ + "prefix": [ "DR" ], - "suffix" : [ + "suffix": [ "2ND", "MD", "MD" ], - "period" : { - "start" : "2022-05-01T10:25:31-04:00", - "end" : "2023-05-01T10:25:31-04:00" + "period": { + "start": "2022-05-01T10:25:31-04:00", + "end": "2023-05-01T10:25:31-04:00" } } ] } }, { - "fullUrl" : "Practitioner/1716961316840858000.d42a6255-b057-43a0-aa20-3979bb06fcdc", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716961316840858000.d42a6255-b057-43a0-aa20-3979bb06fcdc", - "extension" : [ + "fullUrl": "Practitioner/1731634216872803000.22b1404a-9b06-4228-8975-d9fcbbba1d01", + "resource": { + "resourceType": "Practitioner", + "id": "1731634216872803000.22b1404a-9b06-4228-8975-d9fcbbba1d01", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cnn-practitioner", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cnn-practitioner", + "extension": [ { - "url" : "CNN.3", - "valueString" : "Results Interpreter" + "url": "CNN.3", + "valueString": "Results Interpreter" }, { - "url" : "CNN.4", - "valueString" : "S" + "url": "CNN.4", + "valueString": "S" }, { - "url" : "CNN.5", - "valueString" : "ESQ" + "url": "CNN.5", + "valueString": "ESQ" }, { - "url" : "CNN.7", - "valueString" : "MD" + "url": "CNN.7", + "valueString": "MD" } ] } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Assigning Authority" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Assigning Authority" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.1.4.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.1.4.1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "value" : "123" + "value": "123" } ], - "name" : [ + "name": [ { - "family" : "Assistant", - "given" : [ + "family": "Assistant", + "given": [ "Results Interpreter", "S" ], - "prefix" : [ + "prefix": [ "DR" ], - "suffix" : [ + "suffix": [ "ESQ", "MD" ] @@ -1870,98 +2308,98 @@ } }, { - "fullUrl" : "Location/1716961316841920000.0902b564-061b-46c8-b974-f3896025cae2", - "resource" : { - "resourceType" : "Location", - "id" : "1716961316841920000.0902b564-061b-46c8-b974-f3896025cae2", - "identifier" : [ + "fullUrl": "Location/1731634216873399000.315b3f51-fd6a-4ecd-82ac-3e51f85fcfa2", + "resource": { + "resourceType": "Location", + "id": "1731634216873399000.315b3f51-fd6a-4ecd-82ac-3e51f85fcfa2", + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" } ], - "value" : "Hospital A" + "value": "Hospital A" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.2,HD.3" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true } ], - "code" : "ISO" + "code": "ISO" } ] }, - "value" : "2.16.840.1.113883.9.11" + "value": "2.16.840.1.113883.9.11" } ], - "status" : "active", - "mode" : "instance", - "physicalType" : { - "coding" : [ + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "si" + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" } ] } } }, { - "fullUrl" : "Location/1716961316846131000.b9e3369c-e070-426e-804b-dc85ea96a475", - "resource" : { - "resourceType" : "Location", - "id" : "1716961316846131000.b9e3369c-e070-426e-804b-dc85ea96a475", - "identifier" : [ + "fullUrl": "Location/1731634216881535000.8cff0fe8-63e6-4e16-b9af-03f1e255d469", + "resource": { + "resourceType": "Location", + "id": "1731634216881535000.8cff0fe8-63e6-4e16-b9af-03f1e255d469", + "identifier": [ { - "value" : "Building 123" + "value": "Building 123" } ], - "status" : "active", - "mode" : "instance", - "physicalType" : { - "coding" : [ + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "bu" + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "bu" } ] } } }, { - "fullUrl" : "Location/1716961316846661000.31fc04d2-5684-4ce3-9e20-bf5fe8582570", - "resource" : { - "resourceType" : "Location", - "id" : "1716961316846661000.31fc04d2-5684-4ce3-9e20-bf5fe8582570", - "identifier" : [ + "fullUrl": "Location/1731634216881834000.4217e0a2-281a-4a09-bd3f-c339731b2aab", + "resource": { + "resourceType": "Location", + "id": "1731634216881834000.4217e0a2-281a-4a09-bd3f-c339731b2aab", + "identifier": [ { - "value" : "Point of Care" + "value": "Point of Care" } ], - "status" : "active", - "mode" : "instance", - "physicalType" : { - "coding" : [ + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "_code" : { - "extension" : [ + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "_code": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/location-physical-type-poc", - "valueString" : "poc" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/location-physical-type-poc", + "valueString": "poc" } ] } @@ -1971,184 +2409,184 @@ } }, { - "fullUrl" : "Location/1716961316847073000.eb192e7b-002b-45f0-88b9-d66002e5fc7c", - "resource" : { - "resourceType" : "Location", - "id" : "1716961316847073000.eb192e7b-002b-45f0-88b9-d66002e5fc7c", - "identifier" : [ + "fullUrl": "Location/1731634216882114000.9a10ee6a-c285-4640-b62b-511041f642c5", + "resource": { + "resourceType": "Location", + "id": "1731634216882114000.9a10ee6a-c285-4640-b62b-511041f642c5", + "identifier": [ { - "value" : "Floor A" + "value": "Floor A" } ], - "status" : "active", - "mode" : "instance", - "physicalType" : { - "coding" : [ + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "lvl" + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "lvl" } ] } } }, { - "fullUrl" : "Location/1716961316847471000.e9113f4b-fbbe-4cc5-995d-67dfdbfea800", - "resource" : { - "resourceType" : "Location", - "id" : "1716961316847471000.e9113f4b-fbbe-4cc5-995d-67dfdbfea800", - "identifier" : [ + "fullUrl": "Location/1731634216882334000.7f7a00dc-6ecc-4df1-98fc-df2a840eef00", + "resource": { + "resourceType": "Location", + "id": "1731634216882334000.7f7a00dc-6ecc-4df1-98fc-df2a840eef00", + "identifier": [ { - "value" : "Room 101" + "value": "Room 101" } ], - "status" : "active", - "mode" : "instance", - "physicalType" : { - "coding" : [ + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "ro" + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "ro" } ] } } }, { - "fullUrl" : "Location/1716961316847984000.7adbaea7-6f33-4c5f-889d-d88233fa42d3", - "resource" : { - "resourceType" : "Location", - "id" : "1716961316847984000.7adbaea7-6f33-4c5f-889d-d88233fa42d3", - "identifier" : [ + "fullUrl": "Location/1731634216882568000.8646f815-ee4b-4746-813b-ffe5be04bf68", + "resource": { + "resourceType": "Location", + "id": "1731634216882568000.8646f815-ee4b-4746-813b-ffe5be04bf68", + "identifier": [ { - "value" : "Bed A" + "value": "Bed A" } ], - "status" : "active", - "mode" : "instance", - "physicalType" : { - "coding" : [ + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "bd" + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "bd" } ] } } }, { - "fullUrl" : "PractitionerRole/1716961316848195000.52ecbb4d-0b38-4f86-bddb-4ac6f8f685fb", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1716961316848195000.52ecbb4d-0b38-4f86-bddb-4ac6f8f685fb", - "period" : { - "start" : "2023-04-01T10:25:31-04:00", - "_start" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230401102531-0400" + "fullUrl": "PractitionerRole/1731634216882657000.399c904e-f440-4e8d-8319-fceea2fac4e4", + "resource": { + "resourceType": "PractitionerRole", + "id": "1731634216882657000.399c904e-f440-4e8d-8319-fceea2fac4e4", + "period": { + "start": "2023-04-01T10:25:31-04:00", + "_start": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230401102531-0400" } ] }, - "end" : "2023-05-01T10:25:31-04:00", - "_end" : { - "extension" : [ + "end": "2023-05-01T10:25:31-04:00", + "_end": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230501102531-0400" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230501102531-0400" } ] } }, - "practitioner" : { - "reference" : "Practitioner/1716961316840858000.d42a6255-b057-43a0-aa20-3979bb06fcdc" + "practitioner": { + "reference": "Practitioner/1731634216872803000.22b1404a-9b06-4228-8975-d9fcbbba1d01" }, - "location" : [ + "location": [ { - "reference" : "Location/1716961316841920000.0902b564-061b-46c8-b974-f3896025cae2" + "reference": "Location/1731634216873399000.315b3f51-fd6a-4ecd-82ac-3e51f85fcfa2" }, { - "reference" : "Location/1716961316846131000.b9e3369c-e070-426e-804b-dc85ea96a475" + "reference": "Location/1731634216881535000.8cff0fe8-63e6-4e16-b9af-03f1e255d469" }, { - "reference" : "Location/1716961316846661000.31fc04d2-5684-4ce3-9e20-bf5fe8582570" + "reference": "Location/1731634216881834000.4217e0a2-281a-4a09-bd3f-c339731b2aab" }, { - "reference" : "Location/1716961316847073000.eb192e7b-002b-45f0-88b9-d66002e5fc7c" + "reference": "Location/1731634216882114000.9a10ee6a-c285-4640-b62b-511041f642c5" }, { - "reference" : "Location/1716961316847471000.e9113f4b-fbbe-4cc5-995d-67dfdbfea800" + "reference": "Location/1731634216882334000.7f7a00dc-6ecc-4df1-98fc-df2a840eef00" }, { - "reference" : "Location/1716961316847984000.7adbaea7-6f33-4c5f-889d-d88233fa42d3" + "reference": "Location/1731634216882568000.8646f815-ee4b-4746-813b-ffe5be04bf68" } ] } }, { - "fullUrl" : "Practitioner/1716961316849391000.f122c3fc-927e-41bc-8d93-f9e6a479d1ab", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716961316849391000.f122c3fc-927e-41bc-8d93-f9e6a479d1ab", - "extension" : [ + "fullUrl": "Practitioner/1731634216883845000.eec612e1-7d40-41d6-bdc4-2936a13d4d46", + "resource": { + "resourceType": "Practitioner", + "id": "1731634216883845000.eec612e1-7d40-41d6-bdc4-2936a13d4d46", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cnn-practitioner", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cnn-practitioner", + "extension": [ { - "url" : "CNN.3", - "valueString" : "Results Interpreter2" + "url": "CNN.3", + "valueString": "Results Interpreter2" }, { - "url" : "CNN.4", - "valueString" : "S" + "url": "CNN.4", + "valueString": "S" }, { - "url" : "CNN.5", - "valueString" : "ESQ" + "url": "CNN.5", + "valueString": "ESQ" }, { - "url" : "CNN.7", - "valueString" : "MD" + "url": "CNN.7", + "valueString": "MD" } ] } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Assigning Authority" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Assigning Authority" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.1.4.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.1.4.1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "value" : "123" + "value": "123" } ], - "name" : [ + "name": [ { - "family" : "Assistant2", - "given" : [ + "family": "Assistant2", + "given": [ "Results Interpreter2", "S" ], - "prefix" : [ + "prefix": [ "DR" ], - "suffix" : [ + "suffix": [ "ESQ", "MD" ] @@ -2157,98 +2595,98 @@ } }, { - "fullUrl" : "Location/1716961316849932000.ce853911-392d-40f3-927f-8990204295e9", - "resource" : { - "resourceType" : "Location", - "id" : "1716961316849932000.ce853911-392d-40f3-927f-8990204295e9", - "identifier" : [ + "fullUrl": "Location/1731634216884124000.13e65ee4-45ff-4b2d-85ac-b41fe22d2872", + "resource": { + "resourceType": "Location", + "id": "1731634216884124000.13e65ee4-45ff-4b2d-85ac-b41fe22d2872", + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" } ], - "value" : "Hospital A" + "value": "Hospital A" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.2,HD.3" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true } ], - "code" : "ISO" + "code": "ISO" } ] }, - "value" : "2.16.840.1.113883.9.11" + "value": "2.16.840.1.113883.9.11" } ], - "status" : "active", - "mode" : "instance", - "physicalType" : { - "coding" : [ + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "si" + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" } ] } } }, { - "fullUrl" : "Location/1716961316850302000.ae272ee4-1c0e-4d1e-9129-9fdd79a10071", - "resource" : { - "resourceType" : "Location", - "id" : "1716961316850302000.ae272ee4-1c0e-4d1e-9129-9fdd79a10071", - "identifier" : [ + "fullUrl": "Location/1731634216884347000.67c3e525-d38f-413c-b107-50e164ac67ec", + "resource": { + "resourceType": "Location", + "id": "1731634216884347000.67c3e525-d38f-413c-b107-50e164ac67ec", + "identifier": [ { - "value" : "Building 123" + "value": "Building 123" } ], - "status" : "active", - "mode" : "instance", - "physicalType" : { - "coding" : [ + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "bu" + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "bu" } ] } } }, { - "fullUrl" : "Location/1716961316850715000.c589b01a-637e-49e2-a0de-163664316cd9", - "resource" : { - "resourceType" : "Location", - "id" : "1716961316850715000.c589b01a-637e-49e2-a0de-163664316cd9", - "identifier" : [ + "fullUrl": "Location/1731634216884669000.c2727fb9-9f75-4fe6-a3e1-bed98bb939a8", + "resource": { + "resourceType": "Location", + "id": "1731634216884669000.c2727fb9-9f75-4fe6-a3e1-bed98bb939a8", + "identifier": [ { - "value" : "Point of Care" + "value": "Point of Care" } ], - "status" : "active", - "mode" : "instance", - "physicalType" : { - "coding" : [ + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "_code" : { - "extension" : [ + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "_code": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/location-physical-type-poc", - "valueString" : "poc" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/location-physical-type-poc", + "valueString": "poc" } ] } @@ -2258,1176 +2696,762 @@ } }, { - "fullUrl" : "Location/1716961316851089000.45ba91cf-4666-4713-8f91-0c21210b6aab", - "resource" : { - "resourceType" : "Location", - "id" : "1716961316851089000.45ba91cf-4666-4713-8f91-0c21210b6aab", - "identifier" : [ + "fullUrl": "Location/1731634216884897000.cc52dd4a-b24c-4643-afb3-d104d7cfe7a0", + "resource": { + "resourceType": "Location", + "id": "1731634216884897000.cc52dd4a-b24c-4643-afb3-d104d7cfe7a0", + "identifier": [ { - "value" : "Floor A" + "value": "Floor A" } ], - "status" : "active", - "mode" : "instance", - "physicalType" : { - "coding" : [ + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "lvl" + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "lvl" } ] } } }, { - "fullUrl" : "Location/1716961316851462000.3f752bed-db77-484c-bf61-45a99f1c0256", - "resource" : { - "resourceType" : "Location", - "id" : "1716961316851462000.3f752bed-db77-484c-bf61-45a99f1c0256", - "identifier" : [ + "fullUrl": "Location/1731634216885085000.fb6da7d3-611c-4ec8-890e-1ba42a55d801", + "resource": { + "resourceType": "Location", + "id": "1731634216885085000.fb6da7d3-611c-4ec8-890e-1ba42a55d801", + "identifier": [ { - "value" : "Room 101" + "value": "Room 101" } ], - "status" : "active", - "mode" : "instance", - "physicalType" : { - "coding" : [ + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "ro" + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "ro" } ] } } }, { - "fullUrl" : "Location/1716961316851919000.4843786c-a6ff-477e-aa91-3a76fe9745d7", - "resource" : { - "resourceType" : "Location", - "id" : "1716961316851919000.4843786c-a6ff-477e-aa91-3a76fe9745d7", - "identifier" : [ + "fullUrl": "Location/1731634216885288000.25a6ee89-387f-48ee-813b-b392578a6b50", + "resource": { + "resourceType": "Location", + "id": "1731634216885288000.25a6ee89-387f-48ee-813b-b392578a6b50", + "identifier": [ { - "value" : "Bed A" + "value": "Bed A" } ], - "status" : "active", - "mode" : "instance", - "physicalType" : { - "coding" : [ + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "bd" + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "bd" } ] } } }, { - "fullUrl" : "PractitionerRole/1716961316852060000.77701d25-aecf-4bf8-9f67-7180a7ededc3", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1716961316852060000.77701d25-aecf-4bf8-9f67-7180a7ededc3", - "period" : { - "start" : "2023-04-01T10:25:31-04:00", - "_start" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230401102531-0400" + "fullUrl": "PractitionerRole/1731634216885373000.011254cf-3a85-43cb-aee3-18763979a19e", + "resource": { + "resourceType": "PractitionerRole", + "id": "1731634216885373000.011254cf-3a85-43cb-aee3-18763979a19e", + "period": { + "start": "2023-04-01T10:25:31-04:00", + "_start": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230401102531-0400" } ] }, - "end" : "2023-05-01T10:25:31-04:00", - "_end" : { - "extension" : [ + "end": "2023-05-01T10:25:31-04:00", + "_end": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230501102531-0400" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230501102531-0400" } ] } }, - "practitioner" : { - "reference" : "Practitioner/1716961316849391000.f122c3fc-927e-41bc-8d93-f9e6a479d1ab" + "practitioner": { + "reference": "Practitioner/1731634216883845000.eec612e1-7d40-41d6-bdc4-2936a13d4d46" }, - "location" : [ - { - "reference" : "Location/1716961316849932000.ce853911-392d-40f3-927f-8990204295e9" - }, + "location": [ { - "reference" : "Location/1716961316850302000.ae272ee4-1c0e-4d1e-9129-9fdd79a10071" + "reference": "Location/1731634216884124000.13e65ee4-45ff-4b2d-85ac-b41fe22d2872" }, { - "reference" : "Location/1716961316850715000.c589b01a-637e-49e2-a0de-163664316cd9" + "reference": "Location/1731634216884347000.67c3e525-d38f-413c-b107-50e164ac67ec" }, { - "reference" : "Location/1716961316851089000.45ba91cf-4666-4713-8f91-0c21210b6aab" + "reference": "Location/1731634216884669000.c2727fb9-9f75-4fe6-a3e1-bed98bb939a8" }, { - "reference" : "Location/1716961316851462000.3f752bed-db77-484c-bf61-45a99f1c0256" + "reference": "Location/1731634216884897000.cc52dd4a-b24c-4643-afb3-d104d7cfe7a0" }, { - "reference" : "Location/1716961316851919000.4843786c-a6ff-477e-aa91-3a76fe9745d7" - } - ] - } - }, - { - "fullUrl" : "Practitioner/1716961316856284000.d716624b-ac2b-494a-a36a-85beb8f20234", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716961316856284000.d716624b-ac2b-494a-a36a-85beb8f20234", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "AssigningSystem" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "LUDWIG" - }, - { - "url" : "XCN.4", - "valueString" : "B" - }, - { - "url" : "XCN.20", - "valueString" : "20230501102531-0400" - }, - { - "url" : "XCN.21", - "valueString" : "MD" - }, - { - "url" : "XCN.22", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } - ], - "code" : "AssignJ" - } - ] - } - }, - { - "url" : "XCN.23", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } - ], - "code" : "AssignA" - } - ] - } - }, - { - "url" : "XCN.5", - "valueString" : "2ND" - }, - { - "url" : "XCN.7", - "valueString" : "MD" - }, - { - "url" : "XCN.8", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } - ], - "code" : "SRC" - } - ] - } - }, - { - "url" : "XCN.10", - "valueString" : "B" - }, - { - "url" : "XCN.15", - "valueString" : "A" - }, - { - "url" : "XCN.16", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } - ], - "code" : "NameContext" - } - ] - } - }, - { - "url" : "XCN.19", - "valueString" : "20220501102531-0400" - } - ] - } - ], - "identifier" : [ - { - "extension" : [ - { - "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", - "valueString" : "A" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", - "valueCode" : "NPI" - } - ], - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "DL" - } - ] - }, - "system" : "urn:oid:AssigningSystem", - "value" : "1" - } - ], - "name" : [ - { - "extension" : [ - { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", - "valueCode" : "G" - } - ], - "use" : "official", - "family" : "Collector", - "_family" : { - "extension" : [ - { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", - "valueString" : "VAN" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name", - "valueString" : "Identifier" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", - "valueString" : "VAL" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", - "valueString" : "ROGER" - } - ] - }, - "given" : [ - "LUDWIG", - "B" - ], - "prefix" : [ - "DR" - ], - "suffix" : [ - "2ND", - "MD", - "MD" - ], - "period" : { - "start" : "2022-05-01T10:25:31-04:00", - "end" : "2023-05-01T10:25:31-04:00" - } - } - ] - } - }, - { - "fullUrl" : "Practitioner/1716961316859495000.a5f31f5c-e07d-40c2-ab54-82a9b9a9a6ba", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716961316859495000.a5f31f5c-e07d-40c2-ab54-82a9b9a9a6ba", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "AssigningSystem" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] + "reference": "Location/1731634216885085000.fb6da7d3-611c-4ec8-890e-1ba42a55d801" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "RUDWIG" - }, - { - "url" : "XCN.4", - "valueString" : "B" - }, - { - "url" : "XCN.20", - "valueString" : "20230501102531-0400" - }, - { - "url" : "XCN.21", - "valueString" : "MD" - }, - { - "url" : "XCN.22", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } - ], - "code" : "AssignJ" - } - ] - } - }, - { - "url" : "XCN.23", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } - ], - "code" : "AssignA" - } - ] - } - }, - { - "url" : "XCN.5", - "valueString" : "2ND" - }, - { - "url" : "XCN.7", - "valueString" : "MD" - }, - { - "url" : "XCN.8", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } - ], - "code" : "SRC" - } - ] - } - }, - { - "url" : "XCN.10", - "valueString" : "B" - }, - { - "url" : "XCN.15", - "valueString" : "A" - }, - { - "url" : "XCN.16", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } - ], - "code" : "NameContext" - } - ] - } - }, - { - "url" : "XCN.19", - "valueString" : "20220501102531-0400" - } - ] - } - ], - "identifier" : [ - { - "extension" : [ - { - "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", - "valueString" : "A" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", - "valueCode" : "NPI" - } - ], - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "DL" - } - ] - }, - "system" : "urn:oid:AssigningSystem", - "value" : "1" - } - ], - "name" : [ - { - "extension" : [ - { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", - "valueCode" : "G" - } - ], - "use" : "official", - "family" : "Collector2", - "_family" : { - "extension" : [ - { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", - "valueString" : "VAN" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name", - "valueString" : "Identifier" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", - "valueString" : "VAL" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", - "valueString" : "ROGER" - } - ] - }, - "given" : [ - "RUDWIG", - "B" - ], - "prefix" : [ - "DR" - ], - "suffix" : [ - "2ND", - "MD", - "MD" - ], - "period" : { - "start" : "2022-05-01T10:25:31-04:00", - "end" : "2023-05-01T10:25:31-04:00" - } + "reference": "Location/1731634216885288000.25a6ee89-387f-48ee-813b-b392578a6b50" } ] } }, { - "fullUrl" : "Practitioner/1716961316864393000.44a3d48e-29bf-44d1-9fee-fd28faef1ae7", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716961316864393000.44a3d48e-29bf-44d1-9fee-fd28faef1ae7", - "extension" : [ + "fullUrl": "Practitioner/1731634216888402000.424eebbf-d4a4-4ecb-b0e3-e0d57e1c147f", + "resource": { + "resourceType": "Practitioner", + "id": "1731634216888402000.424eebbf-d4a4-4ecb-b0e3-e0d57e1c147f", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "AssigningSystem" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "AssigningSystem" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ { - "url" : "XCN.3", - "valueString" : "LUDWIG" + "url": "XCN.3", + "valueString": "LUDWIG" }, { - "url" : "XCN.4", - "valueString" : "B" + "url": "XCN.4", + "valueString": "B" }, { - "url" : "XCN.20", - "valueString" : "20230501102531-0400" + "url": "XCN.20", + "valueString": "20230501102531-0400" }, { - "url" : "XCN.21", - "valueString" : "MD" + "url": "XCN.21", + "valueString": "MD" }, { - "url" : "XCN.22", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.22", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "AssignJ" + "code": "AssignJ" } ] } }, { - "url" : "XCN.23", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.23", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "AssignA" + "code": "AssignA" } ] } }, { - "url" : "XCN.5", - "valueString" : "2ND" + "url": "XCN.5", + "valueString": "2ND" }, { - "url" : "XCN.7", - "valueString" : "MD" + "url": "XCN.7", + "valueString": "MD" }, { - "url" : "XCN.8", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.8", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "SRC" + "code": "SRC" } ] } }, { - "url" : "XCN.10", - "valueString" : "B" + "url": "XCN.10", + "valueString": "B" }, { - "url" : "XCN.15", - "valueString" : "A" + "url": "XCN.15", + "valueString": "A" }, { - "url" : "XCN.16", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.16", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "NameContext" + "code": "NameContext" } ] } }, { - "url" : "XCN.19", - "valueString" : "20220501102531-0400" + "url": "XCN.19", + "valueString": "20220501102531-0400" } ] } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", - "valueString" : "A" + "url": "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString": "A" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", - "valueCode" : "NPI" + "url": "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode": "NPI" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true } ], - "code" : "DL" + "code": "DL" } ] }, - "system" : "urn:oid:AssigningSystem", - "value" : "1" + "system": "urn:oid:AssigningSystem", + "value": "1" } ], - "name" : [ + "name": [ { - "extension" : [ + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", - "valueCode" : "G" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", + "valueCode": "G" } ], - "use" : "official", - "family" : "Ordering", - "_family" : { - "extension" : [ + "use": "official", + "family": "Collector", + "_family": { + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", - "valueString" : "VAN" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", + "valueString": "VAN" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name", - "valueString" : "Provider" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name", + "valueString": "Identifier" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", - "valueString" : "VAL" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", + "valueString": "VAL" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", - "valueString" : "ROGER" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", + "valueString": "ROGER" } ] }, - "given" : [ + "given": [ "LUDWIG", "B" ], - "prefix" : [ + "prefix": [ "DR" ], - "suffix" : [ + "suffix": [ "2ND", "MD", "MD" ], - "period" : { - "start" : "2022-05-01T10:25:31-04:00", - "end" : "2023-05-01T10:25:31-04:00" + "period": { + "start": "2022-05-01T10:25:31-04:00", + "end": "2023-05-01T10:25:31-04:00" } } ] } }, { - "fullUrl" : "Practitioner/1716961316867088000.d668f3b5-0eac-491b-a2f0-95b0a505f777", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716961316867088000.d668f3b5-0eac-491b-a2f0-95b0a505f777", - "extension" : [ + "fullUrl": "Practitioner/1731634216891644000.2643243f-3772-4eea-8867-5247ac91f67c", + "resource": { + "resourceType": "Practitioner", + "id": "1731634216891644000.2643243f-3772-4eea-8867-5247ac91f67c", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "AssigningSystem" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "AssigningSystem" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ { - "url" : "XCN.3", - "valueString" : "RUDWIG" + "url": "XCN.3", + "valueString": "RUDWIG" }, { - "url" : "XCN.4", - "valueString" : "B" + "url": "XCN.4", + "valueString": "B" }, { - "url" : "XCN.20", - "valueString" : "20230501102531-0400" + "url": "XCN.20", + "valueString": "20230501102531-0400" }, { - "url" : "XCN.21", - "valueString" : "MD" + "url": "XCN.21", + "valueString": "MD" }, { - "url" : "XCN.22", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.22", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "AssignJ" + "code": "AssignJ" } ] } }, { - "url" : "XCN.23", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.23", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "AssignA" + "code": "AssignA" } ] } }, { - "url" : "XCN.5", - "valueString" : "2ND" + "url": "XCN.5", + "valueString": "2ND" }, { - "url" : "XCN.7", - "valueString" : "MD" + "url": "XCN.7", + "valueString": "MD" }, { - "url" : "XCN.8", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.8", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "SRC" + "code": "SRC" } ] } }, { - "url" : "XCN.10", - "valueString" : "B" + "url": "XCN.10", + "valueString": "B" }, { - "url" : "XCN.15", - "valueString" : "A" + "url": "XCN.15", + "valueString": "A" }, { - "url" : "XCN.16", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.16", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "NameContext" + "code": "NameContext" } ] } }, { - "url" : "XCN.19", - "valueString" : "20220501102531-0400" + "url": "XCN.19", + "valueString": "20220501102531-0400" } ] } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", - "valueString" : "A" + "url": "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString": "A" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", - "valueCode" : "NPI" + "url": "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode": "NPI" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true } ], - "code" : "DL" + "code": "DL" } ] }, - "system" : "urn:oid:AssigningSystem", - "value" : "1" + "system": "urn:oid:AssigningSystem", + "value": "1" } ], - "name" : [ + "name": [ { - "extension" : [ + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", - "valueCode" : "G" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", + "valueCode": "G" } ], - "use" : "official", - "family" : "Ordering2", - "_family" : { - "extension" : [ + "use": "official", + "family": "Collector2", + "_family": { + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", - "valueString" : "VAN" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", + "valueString": "VAN" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name", - "valueString" : "Provider" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name", + "valueString": "Identifier" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", - "valueString" : "VAL" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", + "valueString": "VAL" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", - "valueString" : "ROGER" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", + "valueString": "ROGER" } ] }, - "given" : [ + "given": [ "RUDWIG", "B" ], - "prefix" : [ + "prefix": [ "DR" ], - "suffix" : [ + "suffix": [ "2ND", "MD", "MD" ], - "period" : { - "start" : "2022-05-01T10:25:31-04:00", - "end" : "2023-05-01T10:25:31-04:00" + "period": { + "start": "2022-05-01T10:25:31-04:00", + "end": "2023-05-01T10:25:31-04:00" } } ] } }, { - "fullUrl" : "DiagnosticReport/1716961316896240000.39e01eaf-410c-42f1-acea-7a1f2ecdcb72", - "resource" : { - "resourceType" : "DiagnosticReport", - "id" : "1716961316896240000.39e01eaf-410c-42f1-acea-7a1f2ecdcb72", - "identifier" : [ + "fullUrl": "DiagnosticReport/1731634216918992000.14669936-2835-442a-a340-d22038472fac", + "resource": { + "resourceType": "DiagnosticReport", + "id": "1731634216918992000.14669936-2835-442a-a340-d22038472fac", + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBR.2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBR.2" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Placer Identifier Namespace" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Placer Identifier Namespace" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "Placer Universal ID" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "Placer Universal ID" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PLAC" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "PLAC" } ] }, - "value" : "Placer Identifier" + "value": "Placer Identifier" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Filler Identifier Namespace" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Filler Identifier Namespace" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "Filler Universal ID" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "Filler Universal ID" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FILL" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "FILL" } ] }, - "value" : "Filler Identifier" + "value": "Filler Identifier" } ], - "basedOn" : [ + "basedOn": [ { - "reference" : "ServiceRequest/1727307989120333000.e424bf5a-9a96-4b07-8354-c9f7eed60475" + "reference": "ServiceRequest/1731634216893698000.d34c7a39-38d3-4d7b-8d00-2aca01e58340" } ], - "status" : "final", - "category" : [ + "status": "final", + "category": [ { - "coding" : [ + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true } ], - "code" : "OTH" + "code": "OTH" } ] } ], - "code" : { - "coding" : [ + "code": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "123", - "display" : "Universal service identifier" + "code": "123", + "display": "Universal service identifier" } ] }, - "subject" : { - "reference" : "Patient/1716961316658286000.c73c5602-3fdb-47b3-94fe-c9b8ac401603" + "subject": { + "reference": "Patient/1731634216735708000.65f4c3d6-7543-4945-bbda-063e0647aef9" }, - "effectivePeriod" : { - "start" : "2023-08-16T12:33:58-05:00", - "_start" : { - "extension" : [ + "effectivePeriod": { + "start": "2023-08-16T12:33:58-05:00", + "_start": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230816123358-0500" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230816123358-0500" } ] }, - "end" : "2023-09-16T12:33:58-05:00", - "_end" : { - "extension" : [ + "end": "2023-09-16T12:33:58-05:00", + "_end": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230916123358-0500" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230916123358-0500" } ] } }, - "issued" : "2023-08-16T12:33:58-05:00", - "_issued" : { - "extension" : [ + "issued": "2023-08-16T12:33:58-05:00", + "_issued": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230816123358-0500" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230816123358-0500" } ] }, - "performer" : [ + "performer": [ { - "reference" : "PractitionerRole/1716961316889003000.8c6a0818-2f4b-4970-afe0-4e9b0bc31b28" + "reference": "PractitionerRole/1731634216913760000.a10a5353-8535-4b72-a927-48d4c6eb9ee2" }, { - "reference" : "PractitionerRole/1716961316891280000.e04fb1d7-4372-4f6d-8120-f73ac5019057" + "reference": "PractitionerRole/1731634216915447000.9ce175ad-1c17-4e94-8b6c-7fbfc8173c0a" }, { - "reference" : "PractitionerRole/1716961316893874000.3709bb85-d2f2-4078-a259-08e248eeba44" + "reference": "PractitionerRole/1731634216917261000.371bd16c-6910-44d8-b771-c6397f279cac" }, { - "reference" : "PractitionerRole/1716961316895999000.f4f0f915-8510-4eaf-b1bb-b60663d2ea2d" + "reference": "PractitionerRole/1731634216918806000.dfa4b1db-cc37-4667-af7f-6b9f27f062b4" } ], - "resultsInterpreter" : [ + "resultsInterpreter": [ { - "reference" : "PractitionerRole/1716961316886611000.9587d863-55f5-45fb-9c24-3eff2629c509" + "reference": "PractitionerRole/1731634216911757000.fcb919c6-76c4-449f-8b71-328115bcb4ce" } ], - "specimen" : [ + "specimen": [ { - "reference" : "Specimen/1716961316664583000.67c0f8d7-f9f0-47ea-97a4-6d6501f0a9db" + "reference": "Specimen/1731634216738434000.20a42533-27b1-4fdf-a8d7-c16a1b496ec5" } ] } }, { - "fullUrl" : "Practitioner/1716961316884720000.09ce0cff-f037-48b1-a0c4-ec0d7f139953", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716961316884720000.09ce0cff-f037-48b1-a0c4-ec0d7f139953", - "extension" : [ + "fullUrl": "Practitioner/1731634216910192000.0ac59756-2f5b-457d-8993-615d3cef90d6", + "resource": { + "resourceType": "Practitioner", + "id": "1731634216910192000.0ac59756-2f5b-457d-8993-615d3cef90d6", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cnn-practitioner", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cnn-practitioner", + "extension": [ { - "url" : "CNN.3", - "valueString" : "Interpreter" + "url": "CNN.3", + "valueString": "Interpreter" }, { - "url" : "CNN.4", - "valueString" : "S" + "url": "CNN.4", + "valueString": "S" }, { - "url" : "CNN.5", - "valueString" : "ESQ" + "url": "CNN.5", + "valueString": "ESQ" }, { - "url" : "CNN.7", - "valueString" : "MD" + "url": "CNN.7", + "valueString": "MD" } ] } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Assigning Authority" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Assigning Authority" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.1.4.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.1.4.1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "value" : "123" + "value": "123" } ], - "name" : [ + "name": [ { - "family" : "Results", - "given" : [ + "family": "Results", + "given": [ "Interpreter", "S" ], - "prefix" : [ + "prefix": [ "DR" ], - "suffix" : [ + "suffix": [ "ESQ", "MD" ] @@ -3436,98 +3460,98 @@ } }, { - "fullUrl" : "Location/1716961316885079000.a6e932b2-dfaa-46f9-9a45-3bf19864d90b", - "resource" : { - "resourceType" : "Location", - "id" : "1716961316885079000.a6e932b2-dfaa-46f9-9a45-3bf19864d90b", - "identifier" : [ + "fullUrl": "Location/1731634216910501000.5f6a421b-2d4f-4b19-adc3-5d25b3dedecb", + "resource": { + "resourceType": "Location", + "id": "1731634216910501000.5f6a421b-2d4f-4b19-adc3-5d25b3dedecb", + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" } ], - "value" : "Hospital A" + "value": "Hospital A" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.2,HD.3" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true } ], - "code" : "ISO" + "code": "ISO" } ] }, - "value" : "2.16.840.1.113883.9.11" + "value": "2.16.840.1.113883.9.11" } ], - "status" : "active", - "mode" : "instance", - "physicalType" : { - "coding" : [ + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "si" + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" } ] } } }, { - "fullUrl" : "Location/1716961316885392000.2f7ce8fe-8c6a-4527-ad84-0d131afc28e4", - "resource" : { - "resourceType" : "Location", - "id" : "1716961316885392000.2f7ce8fe-8c6a-4527-ad84-0d131afc28e4", - "identifier" : [ + "fullUrl": "Location/1731634216910762000.693297cb-cc31-41a1-afa5-0173137258c0", + "resource": { + "resourceType": "Location", + "id": "1731634216910762000.693297cb-cc31-41a1-afa5-0173137258c0", + "identifier": [ { - "value" : "Building 123" + "value": "Building 123" } ], - "status" : "active", - "mode" : "instance", - "physicalType" : { - "coding" : [ + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "bu" + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "bu" } ] } } }, { - "fullUrl" : "Location/1716961316885686000.37cc3ff1-3fe7-44bc-b090-4b20925d4dea", - "resource" : { - "resourceType" : "Location", - "id" : "1716961316885686000.37cc3ff1-3fe7-44bc-b090-4b20925d4dea", - "identifier" : [ + "fullUrl": "Location/1731634216911022000.a43f1674-82f0-4c61-b275-a7ffe3f8558b", + "resource": { + "resourceType": "Location", + "id": "1731634216911022000.a43f1674-82f0-4c61-b275-a7ffe3f8558b", + "identifier": [ { - "value" : "Point of Care" + "value": "Point of Care" } ], - "status" : "active", - "mode" : "instance", - "physicalType" : { - "coding" : [ + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "_code" : { - "extension" : [ + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "_code": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/location-physical-type-poc", - "valueString" : "poc" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/location-physical-type-poc", + "valueString": "poc" } ] } @@ -3537,184 +3561,184 @@ } }, { - "fullUrl" : "Location/1716961316885968000.56af31eb-3e6a-4f3c-b71d-6fefbff94e1d", - "resource" : { - "resourceType" : "Location", - "id" : "1716961316885968000.56af31eb-3e6a-4f3c-b71d-6fefbff94e1d", - "identifier" : [ + "fullUrl": "Location/1731634216911238000.948bf6f4-1d19-4427-bed6-ccd3bb8a41c4", + "resource": { + "resourceType": "Location", + "id": "1731634216911238000.948bf6f4-1d19-4427-bed6-ccd3bb8a41c4", + "identifier": [ { - "value" : "Floor A" + "value": "Floor A" } ], - "status" : "active", - "mode" : "instance", - "physicalType" : { - "coding" : [ + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "lvl" + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "lvl" } ] } } }, { - "fullUrl" : "Location/1716961316886264000.c435e87b-e7da-4fb1-a47e-8e21783945d6", - "resource" : { - "resourceType" : "Location", - "id" : "1716961316886264000.c435e87b-e7da-4fb1-a47e-8e21783945d6", - "identifier" : [ + "fullUrl": "Location/1731634216911448000.41e045ee-6edb-44cf-bf67-465000ec4c26", + "resource": { + "resourceType": "Location", + "id": "1731634216911448000.41e045ee-6edb-44cf-bf67-465000ec4c26", + "identifier": [ { - "value" : "Room 101" + "value": "Room 101" } ], - "status" : "active", - "mode" : "instance", - "physicalType" : { - "coding" : [ + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "ro" + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "ro" } ] } } }, { - "fullUrl" : "Location/1716961316886513000.498b806b-a06b-4c64-8c33-14ae04978ebd", - "resource" : { - "resourceType" : "Location", - "id" : "1716961316886513000.498b806b-a06b-4c64-8c33-14ae04978ebd", - "identifier" : [ + "fullUrl": "Location/1731634216911663000.ca8896e4-8131-479f-b154-7ee8bd7f47f8", + "resource": { + "resourceType": "Location", + "id": "1731634216911663000.ca8896e4-8131-479f-b154-7ee8bd7f47f8", + "identifier": [ { - "value" : "Bed A" + "value": "Bed A" } ], - "status" : "active", - "mode" : "instance", - "physicalType" : { - "coding" : [ + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "bd" + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "bd" } ] } } }, { - "fullUrl" : "PractitionerRole/1716961316886611000.9587d863-55f5-45fb-9c24-3eff2629c509", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1716961316886611000.9587d863-55f5-45fb-9c24-3eff2629c509", - "period" : { - "start" : "2023-04-01T10:25:31-04:00", - "_start" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230401102531-0400" + "fullUrl": "PractitionerRole/1731634216911757000.fcb919c6-76c4-449f-8b71-328115bcb4ce", + "resource": { + "resourceType": "PractitionerRole", + "id": "1731634216911757000.fcb919c6-76c4-449f-8b71-328115bcb4ce", + "period": { + "start": "2023-04-01T10:25:31-04:00", + "_start": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230401102531-0400" } ] }, - "end" : "2023-05-01T10:25:31-04:00", - "_end" : { - "extension" : [ + "end": "2023-05-01T10:25:31-04:00", + "_end": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230501102531-0400" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230501102531-0400" } ] } }, - "practitioner" : { - "reference" : "Practitioner/1716961316884720000.09ce0cff-f037-48b1-a0c4-ec0d7f139953" + "practitioner": { + "reference": "Practitioner/1731634216910192000.0ac59756-2f5b-457d-8993-615d3cef90d6" }, - "location" : [ + "location": [ { - "reference" : "Location/1716961316885079000.a6e932b2-dfaa-46f9-9a45-3bf19864d90b" + "reference": "Location/1731634216910501000.5f6a421b-2d4f-4b19-adc3-5d25b3dedecb" }, { - "reference" : "Location/1716961316885392000.2f7ce8fe-8c6a-4527-ad84-0d131afc28e4" + "reference": "Location/1731634216910762000.693297cb-cc31-41a1-afa5-0173137258c0" }, { - "reference" : "Location/1716961316885686000.37cc3ff1-3fe7-44bc-b090-4b20925d4dea" + "reference": "Location/1731634216911022000.a43f1674-82f0-4c61-b275-a7ffe3f8558b" }, { - "reference" : "Location/1716961316885968000.56af31eb-3e6a-4f3c-b71d-6fefbff94e1d" + "reference": "Location/1731634216911238000.948bf6f4-1d19-4427-bed6-ccd3bb8a41c4" }, { - "reference" : "Location/1716961316886264000.c435e87b-e7da-4fb1-a47e-8e21783945d6" + "reference": "Location/1731634216911448000.41e045ee-6edb-44cf-bf67-465000ec4c26" }, { - "reference" : "Location/1716961316886513000.498b806b-a06b-4c64-8c33-14ae04978ebd" + "reference": "Location/1731634216911663000.ca8896e4-8131-479f-b154-7ee8bd7f47f8" } ] } }, { - "fullUrl" : "Practitioner/1716961316887253000.5370e416-2c60-45fd-ad03-e22e8582ee9f", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716961316887253000.5370e416-2c60-45fd-ad03-e22e8582ee9f", - "extension" : [ + "fullUrl": "Practitioner/1731634216912328000.630e4a0f-bc26-45e5-89ab-5bbbb0b1f3f4", + "resource": { + "resourceType": "Practitioner", + "id": "1731634216912328000.630e4a0f-bc26-45e5-89ab-5bbbb0b1f3f4", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cnn-practitioner", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cnn-practitioner", + "extension": [ { - "url" : "CNN.3", - "valueString" : "Transcriptionist" + "url": "CNN.3", + "valueString": "Transcriptionist" }, { - "url" : "CNN.4", - "valueString" : "S" + "url": "CNN.4", + "valueString": "S" }, { - "url" : "CNN.5", - "valueString" : "ESQ" + "url": "CNN.5", + "valueString": "ESQ" }, { - "url" : "CNN.7", - "valueString" : "MD" + "url": "CNN.7", + "valueString": "MD" } ] } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Assigning Authority" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Assigning Authority" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.1.4.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.1.4.1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "value" : "123" + "value": "123" } ], - "name" : [ + "name": [ { - "family" : "DOE", - "given" : [ + "family": "DOE", + "given": [ "Transcriptionist", "S" ], - "prefix" : [ + "prefix": [ "DR" ], - "suffix" : [ + "suffix": [ "ESQ", "MD" ] @@ -3723,98 +3747,98 @@ } }, { - "fullUrl" : "Location/1716961316887541000.1e03464d-4df0-40f0-a4a8-3e1610ee047e", - "resource" : { - "resourceType" : "Location", - "id" : "1716961316887541000.1e03464d-4df0-40f0-a4a8-3e1610ee047e", - "identifier" : [ + "fullUrl": "Location/1731634216912566000.69e67b33-a25a-4271-bec7-a1e180f8417d", + "resource": { + "resourceType": "Location", + "id": "1731634216912566000.69e67b33-a25a-4271-bec7-a1e180f8417d", + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" } ], - "value" : "Hospital A" + "value": "Hospital A" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.2,HD.3" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true } ], - "code" : "ISO" + "code": "ISO" } ] }, - "value" : "2.16.840.1.113883.9.11" + "value": "2.16.840.1.113883.9.11" } ], - "status" : "active", - "mode" : "instance", - "physicalType" : { - "coding" : [ + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "si" + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" } ] } } }, { - "fullUrl" : "Location/1716961316887818000.4e91de2b-d037-43da-848b-10a9257dc04b", - "resource" : { - "resourceType" : "Location", - "id" : "1716961316887818000.4e91de2b-d037-43da-848b-10a9257dc04b", - "identifier" : [ + "fullUrl": "Location/1731634216912890000.3268f9ef-e389-4770-b909-53aedbe0b7dd", + "resource": { + "resourceType": "Location", + "id": "1731634216912890000.3268f9ef-e389-4770-b909-53aedbe0b7dd", + "identifier": [ { - "value" : "Building 123" + "value": "Building 123" } ], - "status" : "active", - "mode" : "instance", - "physicalType" : { - "coding" : [ + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "bu" + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "bu" } ] } } }, { - "fullUrl" : "Location/1716961316888113000.34ae2922-a3d0-4284-a8ac-3cd963df8a84", - "resource" : { - "resourceType" : "Location", - "id" : "1716961316888113000.34ae2922-a3d0-4284-a8ac-3cd963df8a84", - "identifier" : [ + "fullUrl": "Location/1731634216913104000.c1715aaa-71b3-4739-ba04-a42fc7ec42b9", + "resource": { + "resourceType": "Location", + "id": "1731634216913104000.c1715aaa-71b3-4739-ba04-a42fc7ec42b9", + "identifier": [ { - "value" : "Point of Care" + "value": "Point of Care" } ], - "status" : "active", - "mode" : "instance", - "physicalType" : { - "coding" : [ + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "_code" : { - "extension" : [ + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "_code": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/location-physical-type-poc", - "valueString" : "poc" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/location-physical-type-poc", + "valueString": "poc" } ] } @@ -3824,197 +3848,197 @@ } }, { - "fullUrl" : "Location/1716961316888385000.6abd500c-d73b-4e6d-8318-082f68c74083", - "resource" : { - "resourceType" : "Location", - "id" : "1716961316888385000.6abd500c-d73b-4e6d-8318-082f68c74083", - "identifier" : [ + "fullUrl": "Location/1731634216913289000.8874712e-cfc1-4e3e-90b0-1ba9928e00b0", + "resource": { + "resourceType": "Location", + "id": "1731634216913289000.8874712e-cfc1-4e3e-90b0-1ba9928e00b0", + "identifier": [ { - "value" : "Floor A" + "value": "Floor A" } ], - "status" : "active", - "mode" : "instance", - "physicalType" : { - "coding" : [ + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "lvl" + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "lvl" } ] } } }, { - "fullUrl" : "Location/1716961316888647000.51da44b3-5047-4132-b6b2-911bb72e88aa", - "resource" : { - "resourceType" : "Location", - "id" : "1716961316888647000.51da44b3-5047-4132-b6b2-911bb72e88aa", - "identifier" : [ + "fullUrl": "Location/1731634216913477000.45e4aa07-0a97-407b-8c59-56857be563c9", + "resource": { + "resourceType": "Location", + "id": "1731634216913477000.45e4aa07-0a97-407b-8c59-56857be563c9", + "identifier": [ { - "value" : "Room 101" + "value": "Room 101" } ], - "status" : "active", - "mode" : "instance", - "physicalType" : { - "coding" : [ + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "ro" + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "ro" } ] } } }, { - "fullUrl" : "Location/1716961316888894000.b2dc3c57-482c-4a46-a4cf-7e9cca19ead8", - "resource" : { - "resourceType" : "Location", - "id" : "1716961316888894000.b2dc3c57-482c-4a46-a4cf-7e9cca19ead8", - "identifier" : [ + "fullUrl": "Location/1731634216913677000.dc97c195-5faa-4dc3-9f56-dc39c55cd00a", + "resource": { + "resourceType": "Location", + "id": "1731634216913677000.dc97c195-5faa-4dc3-9f56-dc39c55cd00a", + "identifier": [ { - "value" : "Bed A" + "value": "Bed A" } ], - "status" : "active", - "mode" : "instance", - "physicalType" : { - "coding" : [ + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "bd" + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "bd" } ] } } }, { - "fullUrl" : "PractitionerRole/1716961316889003000.8c6a0818-2f4b-4970-afe0-4e9b0bc31b28", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1716961316889003000.8c6a0818-2f4b-4970-afe0-4e9b0bc31b28", - "extension" : [ - { - "url" : "http://hl7.org/fhir/StructureDefinition/event-performerFunction", - "valueCodeableConcept" : { - "coding" : [ + "fullUrl": "PractitionerRole/1731634216913760000.a10a5353-8535-4b72-a927-48d4c6eb9ee2", + "resource": { + "resourceType": "PractitionerRole", + "id": "1731634216913760000.a10a5353-8535-4b72-a927-48d4c6eb9ee2", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/event-performerFunction", + "valueCodeableConcept": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", - "code" : "TRANS" + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "code": "TRANS" } ] } } ], - "period" : { - "start" : "2023-04-01T10:25:31-04:00", - "_start" : { - "extension" : [ + "period": { + "start": "2023-04-01T10:25:31-04:00", + "_start": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230401102531-0400" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230401102531-0400" } ] }, - "end" : "2023-05-01T10:25:31-04:00", - "_end" : { - "extension" : [ + "end": "2023-05-01T10:25:31-04:00", + "_end": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230501102531-0400" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230501102531-0400" } ] } }, - "practitioner" : { - "reference" : "Practitioner/1716961316887253000.5370e416-2c60-45fd-ad03-e22e8582ee9f" + "practitioner": { + "reference": "Practitioner/1731634216912328000.630e4a0f-bc26-45e5-89ab-5bbbb0b1f3f4" }, - "location" : [ + "location": [ { - "reference" : "Location/1716961316887541000.1e03464d-4df0-40f0-a4a8-3e1610ee047e" + "reference": "Location/1731634216912566000.69e67b33-a25a-4271-bec7-a1e180f8417d" }, { - "reference" : "Location/1716961316887818000.4e91de2b-d037-43da-848b-10a9257dc04b" + "reference": "Location/1731634216912890000.3268f9ef-e389-4770-b909-53aedbe0b7dd" }, { - "reference" : "Location/1716961316888113000.34ae2922-a3d0-4284-a8ac-3cd963df8a84" + "reference": "Location/1731634216913104000.c1715aaa-71b3-4739-ba04-a42fc7ec42b9" }, { - "reference" : "Location/1716961316888385000.6abd500c-d73b-4e6d-8318-082f68c74083" + "reference": "Location/1731634216913289000.8874712e-cfc1-4e3e-90b0-1ba9928e00b0" }, { - "reference" : "Location/1716961316888647000.51da44b3-5047-4132-b6b2-911bb72e88aa" + "reference": "Location/1731634216913477000.45e4aa07-0a97-407b-8c59-56857be563c9" }, { - "reference" : "Location/1716961316888894000.b2dc3c57-482c-4a46-a4cf-7e9cca19ead8" + "reference": "Location/1731634216913677000.dc97c195-5faa-4dc3-9f56-dc39c55cd00a" } ] } }, { - "fullUrl" : "Practitioner/1716961316889625000.4adbbcbb-6875-4b58-b360-4ab9f761ad91", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716961316889625000.4adbbcbb-6875-4b58-b360-4ab9f761ad91", - "extension" : [ + "fullUrl": "Practitioner/1731634216914246000.14d46b6d-fae9-4d02-a567-2471f0ca866d", + "resource": { + "resourceType": "Practitioner", + "id": "1731634216914246000.14d46b6d-fae9-4d02-a567-2471f0ca866d", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cnn-practitioner", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cnn-practitioner", + "extension": [ { - "url" : "CNN.3", - "valueString" : "Transcriptionist2" + "url": "CNN.3", + "valueString": "Transcriptionist2" }, { - "url" : "CNN.4", - "valueString" : "S" + "url": "CNN.4", + "valueString": "S" }, { - "url" : "CNN.5", - "valueString" : "ESQ" + "url": "CNN.5", + "valueString": "ESQ" }, { - "url" : "CNN.7", - "valueString" : "MD" + "url": "CNN.7", + "valueString": "MD" } ] } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Assigning Authority" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Assigning Authority" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.1.4.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.1.4.1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "value" : "123" + "value": "123" } ], - "name" : [ + "name": [ { - "family" : "DOE", - "given" : [ + "family": "DOE", + "given": [ "Transcriptionist2", "S" ], - "prefix" : [ + "prefix": [ "DR" ], - "suffix" : [ + "suffix": [ "ESQ", "MD" ] @@ -4023,98 +4047,98 @@ } }, { - "fullUrl" : "Location/1716961316889915000.f670bd3d-f55f-465e-a0e4-5fd274260781", - "resource" : { - "resourceType" : "Location", - "id" : "1716961316889915000.f670bd3d-f55f-465e-a0e4-5fd274260781", - "identifier" : [ + "fullUrl": "Location/1731634216914459000.bcb0f5fd-2664-424f-845f-27bc4029a9f5", + "resource": { + "resourceType": "Location", + "id": "1731634216914459000.bcb0f5fd-2664-424f-845f-27bc4029a9f5", + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" } ], - "value" : "Hospital A" + "value": "Hospital A" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.2,HD.3" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true } ], - "code" : "ISO" + "code": "ISO" } ] }, - "value" : "2.16.840.1.113883.9.11" + "value": "2.16.840.1.113883.9.11" } ], - "status" : "active", - "mode" : "instance", - "physicalType" : { - "coding" : [ + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "si" + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" } ] } } }, { - "fullUrl" : "Location/1716961316890160000.9aa25ab4-fe5c-43d7-83f9-39d1ce6f389f", - "resource" : { - "resourceType" : "Location", - "id" : "1716961316890160000.9aa25ab4-fe5c-43d7-83f9-39d1ce6f389f", - "identifier" : [ + "fullUrl": "Location/1731634216914635000.36a5008b-bdc6-4cd0-ab67-1b1aadf82042", + "resource": { + "resourceType": "Location", + "id": "1731634216914635000.36a5008b-bdc6-4cd0-ab67-1b1aadf82042", + "identifier": [ { - "value" : "Building 123" + "value": "Building 123" } ], - "status" : "active", - "mode" : "instance", - "physicalType" : { - "coding" : [ + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "bu" + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "bu" } ] } } }, { - "fullUrl" : "Location/1716961316890406000.6cdcb868-10c7-4da0-9db8-faae382c424f", - "resource" : { - "resourceType" : "Location", - "id" : "1716961316890406000.6cdcb868-10c7-4da0-9db8-faae382c424f", - "identifier" : [ + "fullUrl": "Location/1731634216914824000.ae665094-1a97-410b-8cbe-b1acca966737", + "resource": { + "resourceType": "Location", + "id": "1731634216914824000.ae665094-1a97-410b-8cbe-b1acca966737", + "identifier": [ { - "value" : "Point of Care" + "value": "Point of Care" } ], - "status" : "active", - "mode" : "instance", - "physicalType" : { - "coding" : [ + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "_code" : { - "extension" : [ + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "_code": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/location-physical-type-poc", - "valueString" : "poc" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/location-physical-type-poc", + "valueString": "poc" } ] } @@ -4124,197 +4148,197 @@ } }, { - "fullUrl" : "Location/1716961316890685000.35cb2ca2-1836-4405-b17b-d6a55ee4848a", - "resource" : { - "resourceType" : "Location", - "id" : "1716961316890685000.35cb2ca2-1836-4405-b17b-d6a55ee4848a", - "identifier" : [ + "fullUrl": "Location/1731634216914998000.3580ffe3-5d7d-4f9e-88b7-5b1706a30f82", + "resource": { + "resourceType": "Location", + "id": "1731634216914998000.3580ffe3-5d7d-4f9e-88b7-5b1706a30f82", + "identifier": [ { - "value" : "Floor A" + "value": "Floor A" } ], - "status" : "active", - "mode" : "instance", - "physicalType" : { - "coding" : [ + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "lvl" + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "lvl" } ] } } }, { - "fullUrl" : "Location/1716961316890936000.2763ffd2-c6d4-4f12-ad10-5c1188c4876e", - "resource" : { - "resourceType" : "Location", - "id" : "1716961316890936000.2763ffd2-c6d4-4f12-ad10-5c1188c4876e", - "identifier" : [ + "fullUrl": "Location/1731634216915178000.fd896c33-b49e-4482-ab46-e80b896d1702", + "resource": { + "resourceType": "Location", + "id": "1731634216915178000.fd896c33-b49e-4482-ab46-e80b896d1702", + "identifier": [ { - "value" : "Room 101" + "value": "Room 101" } ], - "status" : "active", - "mode" : "instance", - "physicalType" : { - "coding" : [ + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "ro" + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "ro" } ] } } }, { - "fullUrl" : "Location/1716961316891174000.57e86f9d-3cb4-4654-a702-ffb88fc94e58", - "resource" : { - "resourceType" : "Location", - "id" : "1716961316891174000.57e86f9d-3cb4-4654-a702-ffb88fc94e58", - "identifier" : [ + "fullUrl": "Location/1731634216915369000.66c8c80e-135b-46f5-be57-58f6d81caf45", + "resource": { + "resourceType": "Location", + "id": "1731634216915369000.66c8c80e-135b-46f5-be57-58f6d81caf45", + "identifier": [ { - "value" : "Bed A" + "value": "Bed A" } ], - "status" : "active", - "mode" : "instance", - "physicalType" : { - "coding" : [ + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "bd" + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "bd" } ] } } }, { - "fullUrl" : "PractitionerRole/1716961316891280000.e04fb1d7-4372-4f6d-8120-f73ac5019057", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1716961316891280000.e04fb1d7-4372-4f6d-8120-f73ac5019057", - "extension" : [ - { - "url" : "http://hl7.org/fhir/StructureDefinition/event-performerFunction", - "valueCodeableConcept" : { - "coding" : [ + "fullUrl": "PractitionerRole/1731634216915447000.9ce175ad-1c17-4e94-8b6c-7fbfc8173c0a", + "resource": { + "resourceType": "PractitionerRole", + "id": "1731634216915447000.9ce175ad-1c17-4e94-8b6c-7fbfc8173c0a", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/event-performerFunction", + "valueCodeableConcept": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", - "code" : "TRANS" + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "code": "TRANS" } ] } } ], - "period" : { - "start" : "2023-04-01T10:25:31-04:00", - "_start" : { - "extension" : [ + "period": { + "start": "2023-04-01T10:25:31-04:00", + "_start": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230401102531-0400" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230401102531-0400" } ] }, - "end" : "2023-05-01T10:25:31-04:00", - "_end" : { - "extension" : [ + "end": "2023-05-01T10:25:31-04:00", + "_end": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230501102531-0400" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230501102531-0400" } ] } }, - "practitioner" : { - "reference" : "Practitioner/1716961316889625000.4adbbcbb-6875-4b58-b360-4ab9f761ad91" + "practitioner": { + "reference": "Practitioner/1731634216914246000.14d46b6d-fae9-4d02-a567-2471f0ca866d" }, - "location" : [ + "location": [ { - "reference" : "Location/1716961316889915000.f670bd3d-f55f-465e-a0e4-5fd274260781" + "reference": "Location/1731634216914459000.bcb0f5fd-2664-424f-845f-27bc4029a9f5" }, { - "reference" : "Location/1716961316890160000.9aa25ab4-fe5c-43d7-83f9-39d1ce6f389f" + "reference": "Location/1731634216914635000.36a5008b-bdc6-4cd0-ab67-1b1aadf82042" }, { - "reference" : "Location/1716961316890406000.6cdcb868-10c7-4da0-9db8-faae382c424f" + "reference": "Location/1731634216914824000.ae665094-1a97-410b-8cbe-b1acca966737" }, { - "reference" : "Location/1716961316890685000.35cb2ca2-1836-4405-b17b-d6a55ee4848a" + "reference": "Location/1731634216914998000.3580ffe3-5d7d-4f9e-88b7-5b1706a30f82" }, { - "reference" : "Location/1716961316890936000.2763ffd2-c6d4-4f12-ad10-5c1188c4876e" + "reference": "Location/1731634216915178000.fd896c33-b49e-4482-ab46-e80b896d1702" }, { - "reference" : "Location/1716961316891174000.57e86f9d-3cb4-4654-a702-ffb88fc94e58" + "reference": "Location/1731634216915369000.66c8c80e-135b-46f5-be57-58f6d81caf45" } ] } }, { - "fullUrl" : "Practitioner/1716961316892302000.0ba4a50e-b499-4d25-9076-dc8c5d178f48", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716961316892302000.0ba4a50e-b499-4d25-9076-dc8c5d178f48", - "extension" : [ + "fullUrl": "Practitioner/1731634216916102000.c3135a3e-dcd7-4e4d-a146-7034522e4dc3", + "resource": { + "resourceType": "Practitioner", + "id": "1731634216916102000.c3135a3e-dcd7-4e4d-a146-7034522e4dc3", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cnn-practitioner", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cnn-practitioner", + "extension": [ { - "url" : "CNN.3", - "valueString" : "Technician" + "url": "CNN.3", + "valueString": "Technician" }, { - "url" : "CNN.4", - "valueString" : "S" + "url": "CNN.4", + "valueString": "S" }, { - "url" : "CNN.5", - "valueString" : "ESQ" + "url": "CNN.5", + "valueString": "ESQ" }, { - "url" : "CNN.7", - "valueString" : "MD" + "url": "CNN.7", + "valueString": "MD" } ] } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Assigning Authority" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Assigning Authority" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.1.4.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.1.4.1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "value" : "123" + "value": "123" } ], - "name" : [ + "name": [ { - "family" : "DOE", - "given" : [ + "family": "DOE", + "given": [ "Technician", "S" ], - "prefix" : [ + "prefix": [ "DR" ], - "suffix" : [ + "suffix": [ "ESQ", "MD" ] @@ -4323,98 +4347,98 @@ } }, { - "fullUrl" : "Location/1716961316892585000.d99c277e-a42a-4c24-bc87-597896cbf340", - "resource" : { - "resourceType" : "Location", - "id" : "1716961316892585000.d99c277e-a42a-4c24-bc87-597896cbf340", - "identifier" : [ + "fullUrl": "Location/1731634216916311000.67ec2462-cfda-423f-b9a2-2cd0534d2a2c", + "resource": { + "resourceType": "Location", + "id": "1731634216916311000.67ec2462-cfda-423f-b9a2-2cd0534d2a2c", + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" } ], - "value" : "Hospital A" + "value": "Hospital A" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.2,HD.3" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true } ], - "code" : "ISO" + "code": "ISO" } ] }, - "value" : "2.16.840.1.113883.9.11" + "value": "2.16.840.1.113883.9.11" } ], - "status" : "active", - "mode" : "instance", - "physicalType" : { - "coding" : [ + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "si" + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" } ] } } }, { - "fullUrl" : "Location/1716961316892828000.4ec51dea-e03f-412f-ac7f-ecc8fc4a7d53", - "resource" : { - "resourceType" : "Location", - "id" : "1716961316892828000.4ec51dea-e03f-412f-ac7f-ecc8fc4a7d53", - "identifier" : [ + "fullUrl": "Location/1731634216916495000.b87e6f4e-ac8d-40bb-ae99-3b162226afc1", + "resource": { + "resourceType": "Location", + "id": "1731634216916495000.b87e6f4e-ac8d-40bb-ae99-3b162226afc1", + "identifier": [ { - "value" : "Building 123" + "value": "Building 123" } ], - "status" : "active", - "mode" : "instance", - "physicalType" : { - "coding" : [ + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "bu" + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "bu" } ] } } }, { - "fullUrl" : "Location/1716961316893096000.d965107e-2ed9-4906-8a31-6b49d80f72e1", - "resource" : { - "resourceType" : "Location", - "id" : "1716961316893096000.d965107e-2ed9-4906-8a31-6b49d80f72e1", - "identifier" : [ + "fullUrl": "Location/1731634216916673000.d61ff18d-3759-49ee-9a15-433ad4f045a6", + "resource": { + "resourceType": "Location", + "id": "1731634216916673000.d61ff18d-3759-49ee-9a15-433ad4f045a6", + "identifier": [ { - "value" : "Point of Care" + "value": "Point of Care" } ], - "status" : "active", - "mode" : "instance", - "physicalType" : { - "coding" : [ + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "_code" : { - "extension" : [ + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "_code": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/location-physical-type-poc", - "valueString" : "poc" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/location-physical-type-poc", + "valueString": "poc" } ] } @@ -4424,197 +4448,197 @@ } }, { - "fullUrl" : "Location/1716961316893329000.2dd7523d-9a0d-4932-bcf5-cbf71e78a90f", - "resource" : { - "resourceType" : "Location", - "id" : "1716961316893329000.2dd7523d-9a0d-4932-bcf5-cbf71e78a90f", - "identifier" : [ + "fullUrl": "Location/1731634216916849000.a4ba2375-e8c2-440c-be07-ea67dc80cd5b", + "resource": { + "resourceType": "Location", + "id": "1731634216916849000.a4ba2375-e8c2-440c-be07-ea67dc80cd5b", + "identifier": [ { - "value" : "Floor A" + "value": "Floor A" } ], - "status" : "active", - "mode" : "instance", - "physicalType" : { - "coding" : [ + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "lvl" + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "lvl" } ] } } }, { - "fullUrl" : "Location/1716961316893548000.7da8ba21-0b6e-485d-a9f7-a09cd4438381", - "resource" : { - "resourceType" : "Location", - "id" : "1716961316893548000.7da8ba21-0b6e-485d-a9f7-a09cd4438381", - "identifier" : [ + "fullUrl": "Location/1731634216917010000.373631c2-255f-4420-a88f-5a9b48fa1741", + "resource": { + "resourceType": "Location", + "id": "1731634216917010000.373631c2-255f-4420-a88f-5a9b48fa1741", + "identifier": [ { - "value" : "Room 101" + "value": "Room 101" } ], - "status" : "active", - "mode" : "instance", - "physicalType" : { - "coding" : [ + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "ro" + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "ro" } ] } } }, { - "fullUrl" : "Location/1716961316893785000.1cf55de8-001e-4fb1-9910-b43501b62eff", - "resource" : { - "resourceType" : "Location", - "id" : "1716961316893785000.1cf55de8-001e-4fb1-9910-b43501b62eff", - "identifier" : [ + "fullUrl": "Location/1731634216917182000.7cd0176f-3f07-44a8-9479-7d9560e44b46", + "resource": { + "resourceType": "Location", + "id": "1731634216917182000.7cd0176f-3f07-44a8-9479-7d9560e44b46", + "identifier": [ { - "value" : "Bed A" + "value": "Bed A" } ], - "status" : "active", - "mode" : "instance", - "physicalType" : { - "coding" : [ + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "bd" + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "bd" } ] } } }, { - "fullUrl" : "PractitionerRole/1716961316893874000.3709bb85-d2f2-4078-a259-08e248eeba44", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1716961316893874000.3709bb85-d2f2-4078-a259-08e248eeba44", - "extension" : [ - { - "url" : "http://hl7.org/fhir/StructureDefinition/event-performerFunction", - "valueCodeableConcept" : { - "coding" : [ + "fullUrl": "PractitionerRole/1731634216917261000.371bd16c-6910-44d8-b771-c6397f279cac", + "resource": { + "resourceType": "PractitionerRole", + "id": "1731634216917261000.371bd16c-6910-44d8-b771-c6397f279cac", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/event-performerFunction", + "valueCodeableConcept": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", - "code" : "SPRF" + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "code": "SPRF" } ] } } ], - "period" : { - "start" : "2023-04-01T10:25:31-04:00", - "_start" : { - "extension" : [ + "period": { + "start": "2023-04-01T10:25:31-04:00", + "_start": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230401102531-0400" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230401102531-0400" } ] }, - "end" : "2023-05-01T10:25:31-04:00", - "_end" : { - "extension" : [ + "end": "2023-05-01T10:25:31-04:00", + "_end": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230501102531-0400" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230501102531-0400" } ] } }, - "practitioner" : { - "reference" : "Practitioner/1716961316892302000.0ba4a50e-b499-4d25-9076-dc8c5d178f48" + "practitioner": { + "reference": "Practitioner/1731634216916102000.c3135a3e-dcd7-4e4d-a146-7034522e4dc3" }, - "location" : [ + "location": [ { - "reference" : "Location/1716961316892585000.d99c277e-a42a-4c24-bc87-597896cbf340" + "reference": "Location/1731634216916311000.67ec2462-cfda-423f-b9a2-2cd0534d2a2c" }, { - "reference" : "Location/1716961316892828000.4ec51dea-e03f-412f-ac7f-ecc8fc4a7d53" + "reference": "Location/1731634216916495000.b87e6f4e-ac8d-40bb-ae99-3b162226afc1" }, { - "reference" : "Location/1716961316893096000.d965107e-2ed9-4906-8a31-6b49d80f72e1" + "reference": "Location/1731634216916673000.d61ff18d-3759-49ee-9a15-433ad4f045a6" }, { - "reference" : "Location/1716961316893329000.2dd7523d-9a0d-4932-bcf5-cbf71e78a90f" + "reference": "Location/1731634216916849000.a4ba2375-e8c2-440c-be07-ea67dc80cd5b" }, { - "reference" : "Location/1716961316893548000.7da8ba21-0b6e-485d-a9f7-a09cd4438381" + "reference": "Location/1731634216917010000.373631c2-255f-4420-a88f-5a9b48fa1741" }, { - "reference" : "Location/1716961316893785000.1cf55de8-001e-4fb1-9910-b43501b62eff" + "reference": "Location/1731634216917182000.7cd0176f-3f07-44a8-9479-7d9560e44b46" } ] } }, { - "fullUrl" : "Practitioner/1716961316894454000.9a3d2574-ad4e-4212-9436-5853ba384268", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716961316894454000.9a3d2574-ad4e-4212-9436-5853ba384268", - "extension" : [ + "fullUrl": "Practitioner/1731634216917703000.23d60908-85dc-4aac-9d49-072ea83e70de", + "resource": { + "resourceType": "Practitioner", + "id": "1731634216917703000.23d60908-85dc-4aac-9d49-072ea83e70de", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cnn-practitioner", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cnn-practitioner", + "extension": [ { - "url" : "CNN.3", - "valueString" : "Technician2" + "url": "CNN.3", + "valueString": "Technician2" }, { - "url" : "CNN.4", - "valueString" : "S" + "url": "CNN.4", + "valueString": "S" }, { - "url" : "CNN.5", - "valueString" : "ESQ" + "url": "CNN.5", + "valueString": "ESQ" }, { - "url" : "CNN.7", - "valueString" : "MD" + "url": "CNN.7", + "valueString": "MD" } ] } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Assigning Authority" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Assigning Authority" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.1.4.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.1.4.1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "value" : "123" + "value": "123" } ], - "name" : [ + "name": [ { - "family" : "DOE", - "given" : [ + "family": "DOE", + "given": [ "Technician2", "S" ], - "prefix" : [ + "prefix": [ "DR" ], - "suffix" : [ + "suffix": [ "ESQ", "MD" ] @@ -4623,98 +4647,98 @@ } }, { - "fullUrl" : "Location/1716961316894719000.047243de-b8fc-4798-893c-bc3a9499f31a", - "resource" : { - "resourceType" : "Location", - "id" : "1716961316894719000.047243de-b8fc-4798-893c-bc3a9499f31a", - "identifier" : [ + "fullUrl": "Location/1731634216917900000.53b315ea-abc3-4723-a143-06ecc9ce4844", + "resource": { + "resourceType": "Location", + "id": "1731634216917900000.53b315ea-abc3-4723-a143-06ecc9ce4844", + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" } ], - "value" : "Hospital A" + "value": "Hospital A" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.2,HD.3" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true } ], - "code" : "ISO" + "code": "ISO" } ] }, - "value" : "2.16.840.1.113883.9.11" + "value": "2.16.840.1.113883.9.11" } ], - "status" : "active", - "mode" : "instance", - "physicalType" : { - "coding" : [ + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "si" + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" } ] } } }, { - "fullUrl" : "Location/1716961316894959000.a0d2ff2b-c987-42c8-8f58-8144e5de0a47", - "resource" : { - "resourceType" : "Location", - "id" : "1716961316894959000.a0d2ff2b-c987-42c8-8f58-8144e5de0a47", - "identifier" : [ + "fullUrl": "Location/1731634216918059000.3f975fd4-e8ac-45f1-a709-1e0d0765c449", + "resource": { + "resourceType": "Location", + "id": "1731634216918059000.3f975fd4-e8ac-45f1-a709-1e0d0765c449", + "identifier": [ { - "value" : "Building 123" + "value": "Building 123" } ], - "status" : "active", - "mode" : "instance", - "physicalType" : { - "coding" : [ + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "bu" + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "bu" } ] } } }, { - "fullUrl" : "Location/1716961316895204000.781fd286-15aa-4dcd-8309-5633206dc240", - "resource" : { - "resourceType" : "Location", - "id" : "1716961316895204000.781fd286-15aa-4dcd-8309-5633206dc240", - "identifier" : [ + "fullUrl": "Location/1731634216918233000.9cbe861b-7c68-4281-a2e0-2a6b8c2ae3bb", + "resource": { + "resourceType": "Location", + "id": "1731634216918233000.9cbe861b-7c68-4281-a2e0-2a6b8c2ae3bb", + "identifier": [ { - "value" : "Point of Care" + "value": "Point of Care" } ], - "status" : "active", - "mode" : "instance", - "physicalType" : { - "coding" : [ + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "_code" : { - "extension" : [ + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "_code": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/location-physical-type-poc", - "valueString" : "poc" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/location-physical-type-poc", + "valueString": "poc" } ] } @@ -4724,130 +4748,130 @@ } }, { - "fullUrl" : "Location/1716961316895437000.e1aecc14-72b9-4ca8-9b50-14034a2c7bec", - "resource" : { - "resourceType" : "Location", - "id" : "1716961316895437000.e1aecc14-72b9-4ca8-9b50-14034a2c7bec", - "identifier" : [ + "fullUrl": "Location/1731634216918406000.4a5cf608-9f0d-4dba-a96f-dfb8440c5ff0", + "resource": { + "resourceType": "Location", + "id": "1731634216918406000.4a5cf608-9f0d-4dba-a96f-dfb8440c5ff0", + "identifier": [ { - "value" : "Floor A" + "value": "Floor A" } ], - "status" : "active", - "mode" : "instance", - "physicalType" : { - "coding" : [ + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "lvl" + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "lvl" } ] } } }, { - "fullUrl" : "Location/1716961316895682000.9eb047fd-be59-49ad-ab7e-82550c253749", - "resource" : { - "resourceType" : "Location", - "id" : "1716961316895682000.9eb047fd-be59-49ad-ab7e-82550c253749", - "identifier" : [ + "fullUrl": "Location/1731634216918575000.326ebf6c-f4c2-43f8-a7a2-a545219d7a02", + "resource": { + "resourceType": "Location", + "id": "1731634216918575000.326ebf6c-f4c2-43f8-a7a2-a545219d7a02", + "identifier": [ { - "value" : "Room 101" + "value": "Room 101" } ], - "status" : "active", - "mode" : "instance", - "physicalType" : { - "coding" : [ + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "ro" + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "ro" } ] } } }, { - "fullUrl" : "Location/1716961316895916000.d747169f-8b7f-4f16-b624-a0a59cde49a4", - "resource" : { - "resourceType" : "Location", - "id" : "1716961316895916000.d747169f-8b7f-4f16-b624-a0a59cde49a4", - "identifier" : [ + "fullUrl": "Location/1731634216918749000.6c261d38-8144-44f8-a19c-5ae83e8e841a", + "resource": { + "resourceType": "Location", + "id": "1731634216918749000.6c261d38-8144-44f8-a19c-5ae83e8e841a", + "identifier": [ { - "value" : "Bed A" + "value": "Bed A" } ], - "status" : "active", - "mode" : "instance", - "physicalType" : { - "coding" : [ + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "bd" + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "bd" } ] } } }, { - "fullUrl" : "PractitionerRole/1716961316895999000.f4f0f915-8510-4eaf-b1bb-b60663d2ea2d", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1716961316895999000.f4f0f915-8510-4eaf-b1bb-b60663d2ea2d", - "extension" : [ - { - "url" : "http://hl7.org/fhir/StructureDefinition/event-performerFunction", - "valueCodeableConcept" : { - "coding" : [ + "fullUrl": "PractitionerRole/1731634216918806000.dfa4b1db-cc37-4667-af7f-6b9f27f062b4", + "resource": { + "resourceType": "PractitionerRole", + "id": "1731634216918806000.dfa4b1db-cc37-4667-af7f-6b9f27f062b4", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/event-performerFunction", + "valueCodeableConcept": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", - "code" : "SPRF" + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "code": "SPRF" } ] } } ], - "period" : { - "start" : "2023-04-01T10:25:31-04:00", - "_start" : { - "extension" : [ + "period": { + "start": "2023-04-01T10:25:31-04:00", + "_start": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230401102531-0400" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230401102531-0400" } ] }, - "end" : "2023-05-01T10:25:31-04:00", - "_end" : { - "extension" : [ + "end": "2023-05-01T10:25:31-04:00", + "_end": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230501102531-0400" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230501102531-0400" } ] } }, - "practitioner" : { - "reference" : "Practitioner/1716961316894454000.9a3d2574-ad4e-4212-9436-5853ba384268" + "practitioner": { + "reference": "Practitioner/1731634216917703000.23d60908-85dc-4aac-9d49-072ea83e70de" }, - "location" : [ + "location": [ { - "reference" : "Location/1716961316894719000.047243de-b8fc-4798-893c-bc3a9499f31a" + "reference": "Location/1731634216917900000.53b315ea-abc3-4723-a143-06ecc9ce4844" }, { - "reference" : "Location/1716961316894959000.a0d2ff2b-c987-42c8-8f58-8144e5de0a47" + "reference": "Location/1731634216918059000.3f975fd4-e8ac-45f1-a709-1e0d0765c449" }, { - "reference" : "Location/1716961316895204000.781fd286-15aa-4dcd-8309-5633206dc240" + "reference": "Location/1731634216918233000.9cbe861b-7c68-4281-a2e0-2a6b8c2ae3bb" }, { - "reference" : "Location/1716961316895437000.e1aecc14-72b9-4ca8-9b50-14034a2c7bec" + "reference": "Location/1731634216918406000.4a5cf608-9f0d-4dba-a96f-dfb8440c5ff0" }, { - "reference" : "Location/1716961316895682000.9eb047fd-be59-49ad-ab7e-82550c253749" + "reference": "Location/1731634216918575000.326ebf6c-f4c2-43f8-a7a2-a545219d7a02" }, { - "reference" : "Location/1716961316895916000.d747169f-8b7f-4f16-b624-a0a59cde49a4" + "reference": "Location/1731634216918749000.6c261d38-8144-44f8-a19c-5ae83e8e841a" } ] } diff --git a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/orc_obr-to-servicerequest_diagnosticreport-obr25-not-mapped.fhir b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/orc_obr-to-servicerequest_diagnosticreport-obr25-not-mapped.fhir index acd56095ddf..115c817d113 100644 --- a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/orc_obr-to-servicerequest_diagnosticreport-obr25-not-mapped.fhir +++ b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/orc_obr-to-servicerequest_diagnosticreport-obr25-not-mapped.fhir @@ -140,6 +140,15 @@ "extension" : [ { "url" : "OBR.25", "valueId" : "Z" + }, { + "url" : "OBR.7", + "valueDateTime" : "2023-08-16T12:33:58-05:00", + "_valueDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20230816123358-0500" + } ] + } } ] } ], "status" : "unknown", diff --git a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/orc_obr-to-servicerequest_diagnosticreport-obr25-obrext-not-populated.fhir b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/orc_obr-to-servicerequest_diagnosticreport-obr25-obrext-not-populated.fhir index fc493c10936..39ba3564a8c 100644 --- a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/orc_obr-to-servicerequest_diagnosticreport-obr25-obrext-not-populated.fhir +++ b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/orc_obr-to-servicerequest_diagnosticreport-obr25-obrext-not-populated.fhir @@ -135,6 +135,19 @@ "resource" : { "resourceType" : "ServiceRequest", "id" : "1722987602982733000.e8242c5b-b8be-42d7-acd2-3d1eabe25403", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", + "extension" : [ { + "url" : "OBR.7", + "valueDateTime" : "2023-08-16T12:33:58-05:00", + "_valueDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20230816123358-0500" + } ] + } + } ] + } ], "status" : "unknown", "subject" : { "reference" : "Patient/1722987602868565000.65fc0b06-6516-4f88-b2a1-c709d8f28761" diff --git a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/orc_obr-to-servicerequest_diagnosticreport-obr25.fhir b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/orc_obr-to-servicerequest_diagnosticreport-obr25.fhir index 6bbe487885a..1b894659cfb 100644 --- a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/orc_obr-to-servicerequest_diagnosticreport-obr25.fhir +++ b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/orc_obr-to-servicerequest_diagnosticreport-obr25.fhir @@ -140,6 +140,15 @@ "extension" : [ { "url" : "OBR.25", "valueId" : "F" + }, { + "url" : "OBR.7", + "valueDateTime" : "2023-08-16T12:33:58-05:00", + "_valueDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20230816123358-0500" + } ] + } } ] } ], "status" : "unknown", diff --git a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/orc_obr-to-servicerequest_diagnosticreport-obr8-not-populated.fhir b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/orc_obr-to-servicerequest_diagnosticreport-obr8-not-populated.fhir index c3b02918aca..2b6e0887ccb 100644 --- a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/orc_obr-to-servicerequest_diagnosticreport-obr8-not-populated.fhir +++ b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/orc_obr-to-servicerequest_diagnosticreport-obr8-not-populated.fhir @@ -140,6 +140,15 @@ "extension" : [ { "url" : "OBR.25", "valueId" : "F" + }, { + "url" : "OBR.7", + "valueDateTime" : "2021-08-16T12:33:58-05:00", + "_valueDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20210816123358-0500" + } ] + } } ] } ], "status" : "unknown", diff --git a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/orc_obr-to-servicerequest_diagnosticreport-obr8-populated.fhir b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/orc_obr-to-servicerequest_diagnosticreport-obr8-populated.fhir index 19f8354896d..9919e4b8b15 100644 --- a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/orc_obr-to-servicerequest_diagnosticreport-obr8-populated.fhir +++ b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/orc_obr-to-servicerequest_diagnosticreport-obr8-populated.fhir @@ -147,6 +147,24 @@ "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", "extension" : [ { + "url" : "OBR.7", + "valueDateTime" : "2023-08-16T12:33:58-05:00", + "_valueDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20230816123358-0500" + } ] + } + }, { + "url" : "OBR.8", + "valueDateTime" : "2024-08-16T12:33:58-05:00", + "_valueDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20240816123358-0500" + } ] + } + }, { "url" : "OBR.25", "valueId" : "F" } ] diff --git a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/orc_obr-to-servicerequest_diagnosticreport-orc-obr-populated.fhir b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/orc_obr-to-servicerequest_diagnosticreport-orc-obr-populated.fhir index 069245225fc..019813c0eb2 100644 --- a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/orc_obr-to-servicerequest_diagnosticreport-orc-obr-populated.fhir +++ b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/orc_obr-to-servicerequest_diagnosticreport-orc-obr-populated.fhir @@ -1,789 +1,789 @@ { - "resourceType" : "Bundle", - "id" : "1716961418305847000.33e0bc97-30cb-4e8f-b036-d9fe4f5516c1", - "meta" : { - "lastUpdated" : "2024-05-29T01:43:38.315-04:00" + "resourceType": "Bundle", + "id": "1731634383038363000.a2818b38-91a7-4492-925d-ba3ffa184ab9", + "meta": { + "lastUpdated": "2024-11-14T17:33:03.042-08:00" }, - "identifier" : { - "system" : "https://reportstream.cdc.gov/prime-router", - "value" : "20230816123358" + "identifier": { + "system": "https://reportstream.cdc.gov/prime-router", + "value": "20230816123358" }, - "type" : "message", - "timestamp" : "2023-08-16T13:33:58.000-04:00", - "entry" : [ + "type": "message", + "timestamp": "2023-08-16T10:33:58.000-07:00", + "entry": [ { - "fullUrl" : "MessageHeader/bb504ecd-c2ab-3be3-91d8-6065e2bce435", - "resource" : { - "resourceType" : "MessageHeader", - "id" : "bb504ecd-c2ab-3be3-91d8-6065e2bce435", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/encoding-characters", - "valueString" : "^~\\\u0026#" + "fullUrl": "MessageHeader/1731634383077541000.781f41cd-545e-486d-942b-f7afe710cd7d", + "resource": { + "resourceType": "MessageHeader", + "id": "1731634383077541000.781f41cd-545e-486d-942b-f7afe710cd7d", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/encoding-characters", + "valueString": "^~\\\u0026#" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/msh-message-header", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/msh-message-header", + "extension": [ { - "url" : "MSH.7", - "valueString" : "20230816123358-0500" + "url": "MSH.7", + "valueString": "20230816123358-0500" } ] } ], - "eventCoding" : { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0003", - "code" : "R01", - "display" : "ORU^R01^ORU_R01" + "eventCoding": { + "system": "http://terminology.hl7.org/CodeSystem/v2-0003", + "code": "R01", + "display": "ORU^R01^ORU_R01" } } }, { - "fullUrl" : "Provenance/1716961418948709000.affc79e9-e75a-4096-9a41-4635a2d990e9", - "resource" : { - "resourceType" : "Provenance", - "id" : "1716961418948709000.affc79e9-e75a-4096-9a41-4635a2d990e9", - "target" : [ + "fullUrl": "Provenance/1731634383323663000.61625745-355d-46d4-a8c0-22e05bbba9d3", + "resource": { + "resourceType": "Provenance", + "id": "1731634383323663000.61625745-355d-46d4-a8c0-22e05bbba9d3", + "target": [ { - "reference" : "MessageHeader/bb504ecd-c2ab-3be3-91d8-6065e2bce435" + "reference": "MessageHeader/1731634383077541000.781f41cd-545e-486d-942b-f7afe710cd7d" }, { - "reference" : "DiagnosticReport/1716961419238142000.a0dc8f6f-c950-4b8c-958a-066dd646621b" + "reference": "DiagnosticReport/1731634383531350000.ab3f2761-6e25-4431-926b-82c4805af925" } ], - "recorded" : "2023-08-16T12:33:58-05:00", - "activity" : { - "coding" : [ + "recorded": "2023-08-16T12:33:58-05:00", + "activity": { + "coding": [ { - "display" : "ORU^R01^ORU_R01" + "display": "ORU^R01^ORU_R01" } ] } } }, { - "fullUrl" : "Provenance/1716961418957964000.5addbc67-0e19-4b5b-9065-7adf25bd9435", - "resource" : { - "resourceType" : "Provenance", - "id" : "1716961418957964000.5addbc67-0e19-4b5b-9065-7adf25bd9435", - "recorded" : "2024-05-29T01:43:38Z", - "policy" : [ + "fullUrl": "Provenance/1731634383330361000.1fb2d8a3-e149-479a-ad57-8719daaec01d", + "resource": { + "resourceType": "Provenance", + "id": "1731634383330361000.1fb2d8a3-e149-479a-ad57-8719daaec01d", + "recorded": "2024-11-14T17:33:03Z", + "policy": [ "http://hl7.org/fhir/uv/v2mappings/message-oru-r01-to-bundle" ], - "activity" : { - "coding" : [ + "activity": { + "coding": [ { - "code" : "v2-FHIR transformation" + "code": "v2-FHIR transformation" } ] }, - "agent" : [ + "agent": [ { - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type", - "code" : "assembler" + "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type", + "code": "assembler" } ] }, - "who" : { - "reference" : "Organization/1716961418957310000.9e276c38-4f2d-408f-9186-0bb198537055" + "who": { + "reference": "Organization/1731634383329931000.1880c1c8-03b9-4896-8b69-0c76ef07e67d" } } ] } }, { - "fullUrl" : "Organization/1716961418957310000.9e276c38-4f2d-408f-9186-0bb198537055", - "resource" : { - "resourceType" : "Organization", - "id" : "1716961418957310000.9e276c38-4f2d-408f-9186-0bb198537055", - "identifier" : [ + "fullUrl": "Organization/1731634383329931000.1880c1c8-03b9-4896-8b69-0c76ef07e67d", + "resource": { + "resourceType": "Organization", + "id": "1731634383329931000.1880c1c8-03b9-4896-8b69-0c76ef07e67d", + "identifier": [ { - "value" : "CDC PRIME - Atlanta" + "value": "CDC PRIME - Atlanta" }, { - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0301" + "system": "http://terminology.hl7.org/CodeSystem/v2-0301" } ] }, - "system" : "urn:ietf:rfc:3986", - "value" : "2.16.840.1.114222.4.1.237821" + "system": "urn:ietf:rfc:3986", + "value": "2.16.840.1.114222.4.1.237821" } ] } }, { - "fullUrl" : "Patient/1716961418972747000.fb596873-2170-4c71-9fe2-e9afc24a6bc0", - "resource" : { - "resourceType" : "Patient", - "id" : "1716961418972747000.fb596873-2170-4c71-9fe2-e9afc24a6bc0" + "fullUrl": "Patient/1731634383341421000.ca8cf1d9-8a49-49f6-9c0c-e3518c61253a", + "resource": { + "resourceType": "Patient", + "id": "1731634383341421000.ca8cf1d9-8a49-49f6-9c0c-e3518c61253a" } }, { - "fullUrl" : "Provenance/1716961418973514000.4f098d51-1d8f-4d81-a818-fb4cf6831a70", - "resource" : { - "resourceType" : "Provenance", - "id" : "1716961418973514000.4f098d51-1d8f-4d81-a818-fb4cf6831a70", - "target" : [ + "fullUrl": "Provenance/1731634383341932000.2f585971-9c22-4998-808e-7f6f0dd7a4b1", + "resource": { + "resourceType": "Provenance", + "id": "1731634383341932000.2f585971-9c22-4998-808e-7f6f0dd7a4b1", + "target": [ { - "reference" : "Patient/1716961418972747000.fb596873-2170-4c71-9fe2-e9afc24a6bc0" + "reference": "Patient/1731634383341421000.ca8cf1d9-8a49-49f6-9c0c-e3518c61253a" } ], - "recorded" : "2024-05-29T01:43:38Z", - "activity" : { - "coding" : [ + "recorded": "2024-11-14T17:33:03Z", + "activity": { + "coding": [ { - "system" : "https://terminology.hl7.org/CodeSystem/v3-DataOperation", - "code" : "UPDATE" + "system": "https://terminology.hl7.org/CodeSystem/v3-DataOperation", + "code": "UPDATE" } ] } } }, { - "fullUrl" : "Specimen/1716961418975964000.f6e2be4a-538a-49f3-952b-b3bfeb470d5a", - "resource" : { - "resourceType" : "Specimen", - "id" : "1716961418975964000.f6e2be4a-538a-49f3-952b-b3bfeb470d5a", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", - "valueString" : "OBR" + "fullUrl": "Specimen/1731634383343644000.e29e56bb-5419-40e7-85ee-68bcfde687bc", + "resource": { + "resourceType": "Specimen", + "id": "1731634383343644000.e29e56bb-5419-40e7-85ee-68bcfde687bc", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", + "valueString": "OBR" } ], - "collection" : { - "collector" : { - "reference" : "Practitioner/1727212329144859000.0332f28c-28e8-4098-bb7e-d3db7ffead1e" + "collection": { + "collector": { + "reference": "Practitioner/1731634383350810000.a3b0bb68-2242-46a7-8d17-8722ce105828" }, - "collectedPeriod" : { - "start" : "2023-08-16T12:33:58-05:00", - "_start" : { - "extension" : [ + "collectedPeriod": { + "start": "2023-08-16T12:33:58-05:00", + "_start": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230816123358-0500" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230816123358-0500" } ] }, - "end" : "2023-09-16T12:33:58-05:00", - "_end" : { - "extension" : [ + "end": "2023-09-16T12:33:58-05:00", + "_end": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230916123358-0500" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230916123358-0500" } ] } } }, - "note" : [ + "note": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-annotation", - "valueCodeableConcept" : { - "coding" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-annotation", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "4438", - "display" : "Collectors Comment" + "code": "4438", + "display": "Collectors Comment" } ] } } ], - "text" : "4438, Collectors Comment" + "text": "4438, Collectors Comment" } ] } }, { - "fullUrl" : "Practitioner/1727212329144859000.0332f28c-28e8-4098-bb7e-d3db7ffead1e", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1727212329144859000.0332f28c-28e8-4098-bb7e-d3db7ffead1e", - "extension" : [ + "fullUrl": "Practitioner/1731634383350810000.a3b0bb68-2242-46a7-8d17-8722ce105828", + "resource": { + "resourceType": "Practitioner", + "id": "1731634383350810000.a3b0bb68-2242-46a7-8d17-8722ce105828", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "AssigningSystem" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "AssigningSystem" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ { - "url" : "XCN.3", - "valueString" : "LUDWIG" + "url": "XCN.3", + "valueString": "LUDWIG" }, { - "url" : "XCN.4", - "valueString" : "B" + "url": "XCN.4", + "valueString": "B" }, { - "url" : "XCN.20", - "valueString" : "20230501102531-0400" + "url": "XCN.20", + "valueString": "20230501102531-0400" }, { - "url" : "XCN.21", - "valueString" : "MD" + "url": "XCN.21", + "valueString": "MD" }, { - "url" : "XCN.22", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.22", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "AssignJ" + "code": "AssignJ" } ] } }, { - "url" : "XCN.23", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.23", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "AssignA" + "code": "AssignA" } ] } }, { - "url" : "XCN.5", - "valueString" : "2ND" + "url": "XCN.5", + "valueString": "2ND" }, { - "url" : "XCN.7", - "valueString" : "MD" + "url": "XCN.7", + "valueString": "MD" }, { - "url" : "XCN.8", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.8", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "SRC" + "code": "SRC" } ] } }, { - "url" : "XCN.10", - "valueString" : "B" + "url": "XCN.10", + "valueString": "B" }, { - "url" : "XCN.15", - "valueString" : "A" + "url": "XCN.15", + "valueString": "A" }, { - "url" : "XCN.16", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.16", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "NameContext" + "code": "NameContext" } ] } }, { - "url" : "XCN.19", - "valueString" : "20220501102531-0400" + "url": "XCN.19", + "valueString": "20220501102531-0400" } ] } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", - "valueString" : "A" + "url": "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString": "A" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", - "valueCode" : "NPI" + "url": "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode": "NPI" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true } ], - "code" : "DL" + "code": "DL" } ] }, - "system" : "urn:oid:AssigningSystem", - "value" : "1" + "system": "urn:oid:AssigningSystem", + "value": "1" } ], - "name" : [ + "name": [ { - "extension" : [ + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", - "valueCode" : "G" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", + "valueCode": "G" } ], - "use" : "official", - "family" : "Collector", - "_family" : { - "extension" : [ + "use": "official", + "family": "Collector", + "_family": { + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", - "valueString" : "VAN" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", + "valueString": "VAN" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name", - "valueString" : "Identifier" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name", + "valueString": "Identifier" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", - "valueString" : "VAL" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", + "valueString": "VAL" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", - "valueString" : "ROGER" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", + "valueString": "ROGER" } ] }, - "given" : [ + "given": [ "LUDWIG", "B" ], - "prefix" : [ + "prefix": [ "DR" ], - "suffix" : [ + "suffix": [ "2ND", "MD", "MD" ], - "period" : { - "start" : "2022-05-01T10:25:31-04:00", - "end" : "2023-05-01T10:25:31-04:00" + "period": { + "start": "2022-05-01T10:25:31-04:00", + "end": "2023-05-01T10:25:31-04:00" } } ] } }, { - "fullUrl" : "ServiceRequest/1727212329304688000.16d7eaa9-940a-415c-a7c5-b4f9f35b4d9d", - "resource" : { - "resourceType" : "ServiceRequest", - "id" : "1716961419201447000.c6b89d4a-7bf4-4b73-9069-68f887e3c4be", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", - "valueCode" : "RE" + "fullUrl": "ServiceRequest/1731634383512563000.09387d12-e4c1-48f3-817c-cc09f30b8341", + "resource": { + "resourceType": "ServiceRequest", + "id": "1731634383512563000.09387d12-e4c1-48f3-817c-cc09f30b8341", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", + "valueCode": "RE" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", - "valueString" : "20230816123358-050" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", + "valueString": "20230816123358-050" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/status-modifier", - "valueCodeableConcept" : { - "coding" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/status-modifier", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "Order Status Modifier" + "code": "Order Status Modifier" } ] } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/orc-common-order", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/orc-common-order", + "extension": [ { - "url" : "ORC.5", - "valueString" : "CM" + "url": "ORC.5", + "valueString": "CM" }, { - "url" : "ORC.6", - "valueString" : "R" + "url": "ORC.6", + "valueString": "R" }, { - "url" : "ORC.19", - "valueReference" : { - "reference" : "Practitioner/1716961419157917000.f8c1dfe1-8d8f-40f5-a6dc-704421f174aa" + "url": "ORC.19", + "valueReference": { + "reference": "Practitioner/1731634383480700000.9ba0adae-bd85-4f35-bab0-213b60a59415" } }, { - "url" : "orc-21-ordering-facility-name", - "valueReference" : { - "reference" : "Organization/1716961419159347000.021374ea-f76b-462f-bd9c-21ad94867ab5" + "url": "orc-21-ordering-facility-name", + "valueReference": { + "reference": "Organization/1731634383481549000.758db6fd-3c4d-44b9-9a5d-eb286907da6d" } }, { - "url" : "orc-22-ordering-facility-address", - "valueAddress" : { - "extension" : [ + "url": "orc-22-ordering-facility-address", + "valueAddress": { + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-censusTract", - "valueCode" : "6059" + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-censusTract", + "valueCode": "6059" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ { - "url" : "SAD.1", - "valueString" : "4861" + "url": "SAD.1", + "valueString": "4861" }, { - "url" : "SAD.2", - "valueString" : "20TH AVE" + "url": "SAD.2", + "valueString": "20TH AVE" }, { - "url" : "SAD.3", - "valueString" : "1" + "url": "SAD.3", + "valueString": "1" } ] }, { - "url" : "XAD.2", - "valueString" : "Ordering Facility Address" + "url": "XAD.2", + "valueString": "Ordering Facility Address" }, { - "url" : "XAD.7", - "valueCode" : "H" + "url": "XAD.7", + "valueCode": "H" }, { - "url" : "XAD.8", - "valueString" : "Other Geographic Designation" + "url": "XAD.8", + "valueString": "Other Geographic Designation" }, { - "url" : "XAD.11", - "valueCode" : "A" + "url": "XAD.11", + "valueCode": "A" }, { - "url" : "XAD.13", - "valueString" : "20220501102531-0400" + "url": "XAD.13", + "valueString": "20220501102531-0400" }, { - "url" : "XAD.14", - "valueString" : "20230501102531-0400" + "url": "XAD.14", + "valueString": "20230501102531-0400" }, { - "url" : "XAD.19", - "valueCode" : "Adressee" + "url": "XAD.19", + "valueCode": "Adressee" } ] } ], - "use" : "home", - "line" : [ + "use": "home", + "line": [ "4861", "20TH AVE", "1", "Ordering Facility Address", "Adressee" ], - "city" : "THUNDER MOUNTAIN", - "district" : "County", - "state" : "IG", - "postalCode" : "99999", - "country" : "USA", - "period" : { - "start" : "2022-05-01T10:25:31-04:00", - "end" : "2023-05-01T10:25:31-04:00" + "city": "THUNDER MOUNTAIN", + "district": "County", + "state": "IG", + "postalCode": "99999", + "country": "USA", + "period": { + "start": "2022-05-01T10:25:31-04:00", + "end": "2023-05-01T10:25:31-04:00" } } }, { - "url" : "orc-24-ordering-provider-address", - "valueAddress" : { - "extension" : [ + "url": "orc-24-ordering-provider-address", + "valueAddress": { + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-censusTract", - "valueCode" : "6059" + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-censusTract", + "valueCode": "6059" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ { - "url" : "SAD.1", - "valueString" : "4861" + "url": "SAD.1", + "valueString": "4861" }, { - "url" : "SAD.2", - "valueString" : "20TH AVE" + "url": "SAD.2", + "valueString": "20TH AVE" }, { - "url" : "SAD.3", - "valueString" : "1" + "url": "SAD.3", + "valueString": "1" } ] }, { - "url" : "XAD.2", - "valueString" : "Ordering Provider Address" + "url": "XAD.2", + "valueString": "Ordering Provider Address" }, { - "url" : "XAD.7", - "valueCode" : "H" + "url": "XAD.7", + "valueCode": "H" }, { - "url" : "XAD.8", - "valueString" : "Other Geographic Designation" + "url": "XAD.8", + "valueString": "Other Geographic Designation" }, { - "url" : "XAD.11", - "valueCode" : "A" + "url": "XAD.11", + "valueCode": "A" }, { - "url" : "XAD.13", - "valueString" : "20220501102531-0400" + "url": "XAD.13", + "valueString": "20220501102531-0400" }, { - "url" : "XAD.14", - "valueString" : "20230501102531-0400" + "url": "XAD.14", + "valueString": "20230501102531-0400" }, { - "url" : "XAD.19", - "valueCode" : "Adressee" + "url": "XAD.19", + "valueCode": "Adressee" } ] } ], - "use" : "home", - "line" : [ + "use": "home", + "line": [ "4861", "20TH AVE", "1", "Ordering Provider Address", "Adressee" ], - "city" : "THUNDER MOUNTAIN", - "district" : "County", - "state" : "IG", - "postalCode" : "99999", - "country" : "USA", - "period" : { - "start" : "2022-05-01T10:25:31-04:00", - "end" : "2023-05-01T10:25:31-04:00" + "city": "THUNDER MOUNTAIN", + "district": "County", + "state": "IG", + "postalCode": "99999", + "country": "USA", + "period": { + "start": "2022-05-01T10:25:31-04:00", + "end": "2023-05-01T10:25:31-04:00" } } }, { - "url" : "ORC.27", - "valueString" : "20230816123358-0500" + "url": "ORC.27", + "valueString": "20230816123358-0500" }, { - "url" : "ORC.28", - "valueCodeableConcept" : { - "coding" : [ + "url": "ORC.28", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "567", - "display" : "E" + "code": "567", + "display": "E" } ] } }, { - "url" : "ORC.30", - "valueCodeableConcept" : { - "coding" : [ + "url": "ORC.30", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cne-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cne-coding", + "valueString": "coding" } ], - "code" : "123", - "display" : "U" + "code": "123", + "display": "U" } ] } }, { - "url" : "ORC.31", - "valueCodeableConcept" : { - "coding" : [ + "url": "ORC.31", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "123", - "display" : "Parent" + "code": "123", + "display": "Parent" } ] } }, { - "url" : "ORC.8", - "valueIdentifier" : { - "extension" : [ + "url": "ORC.8", + "valueIdentifier": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Placer Assigned Namespace" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Placer Assigned Namespace" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "Placer Assigned Universal" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "Placer Assigned Universal" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "ISO" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/filler-assigned-identifier", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/filler-assigned-identifier", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", - "valueString" : "Filler Assigned" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", + "valueString": "Filler Assigned" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Filler Assigned Namespace" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Filler Assigned Namespace" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "Filler Assigned Universal" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "Filler Assigned Universal" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "ISO" } ] } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PGN" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "PGN" } ] }, - "value" : "Placer Assigned" + "value": "Placer Assigned" } }, { - "url" : "ORC.10", - "valueReference" : { - "reference" : "Practitioner/1716961419164738000.6ab810bf-389f-4674-938f-378034503ffc" + "url": "ORC.10", + "valueReference": { + "reference": "Practitioner/1731634383485422000.54dc7c41-c941-483b-8103-c7de14832b95" } }, { - "url" : "ORC.11", - "valueReference" : { - "reference" : "Practitioner/1716961419167348000.6eca49db-8541-449c-afae-085df4efec1d" + "url": "ORC.11", + "valueReference": { + "reference": "Practitioner/1731634383487113000.7baa847f-6245-4acf-8103-6e13729f46ea" } }, { - "url" : "orc-12-ordering-provider", - "valueReference" : { - "reference" : "Practitioner/1716961419169941000.05eeb26f-14c0-48ec-8acb-c4b6d30228d5" + "url": "orc-12-ordering-provider", + "valueReference": { + "reference": "Practitioner/1731634383488921000.543dd5b8-b05f-4e67-bec6-19210862a5fc" } }, { - "url" : "ORC.13", - "valueReference" : { - "reference" : "Location/1716961419171829000.ad4dadf2-050e-48ec-8ecc-bdf97a4a76e3" + "url": "ORC.13", + "valueReference": { + "reference": "Location/1731634383490151000.0ea774aa-473a-4396-894a-fc92e728785a" } }, { - "url" : "ORC.15", - "valueString" : "20230816123358-0500" + "url": "ORC.15", + "valueString": "20230816123358-0500" }, { - "url" : "ORC.17", - "valueCodeableConcept" : { - "coding" : [ + "url": "ORC.17", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "481", - "display" : "Entering ORG" + "code": "481", + "display": "Entering ORG" } ] } }, { - "url" : "ORC.18", - "valueCodeableConcept" : { - "coding" : [ + "url": "ORC.18", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "Entering Device" + "code": "Entering Device" } ] } @@ -791,94 +791,210 @@ ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", + "extension": [ { - "url" : "OBR.2", - "valueIdentifier" : { - "extension" : [ + "url": "OBR.2", + "valueIdentifier": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Placer Identifier Namespace" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Placer Identifier Namespace" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "Placer Universal ID" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "Placer Universal ID" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "value" : "Placer Identifier" + "value": "Placer Identifier" } }, { - "url" : "OBR.3", - "valueIdentifier" : { - "extension" : [ + "url": "OBR.3", + "valueIdentifier": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Filler Identifier Namespace" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Filler Identifier Namespace" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "Filler Universal ID" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "Filler Universal ID" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "value" : "Filler Identifier" + "value": "Filler Identifier" } }, { - "url" : "OBR.20", - "valueString" : "filler1" + "url": "OBR.16", + "valueReference": { + "reference": "Practitioner/1731634383492209000.0543b72e-0b06-4995-9e34-bf638e3a5409" + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", + "valueContactPoint": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString": "1" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString": "260" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString": "7595016" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ + { + "url": "XTN.2", + "valueString": "WPN" + }, + { + "url": "XTN.3", + "valueString": "BP" + }, + { + "url": "XTN.7", + "valueString": "7595016" + }, + { + "url": "XTN.12", + "valueString": "+1 260 759 5016" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBR.17" + } + ], + "system": "pager", + "value": "+1 260 759 5016", + "use": "work" + } }, { - "url" : "OBR.21", - "valueString" : "filler2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", + "valueContactPoint": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ + { + "url": "XTN.2", + "valueString": "WPN" + }, + { + "url": "XTN.3", + "valueString": "Internet" + }, + { + "url": "XTN.4", + "valueString": "order.callback@email.com" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBR.17" + } + ], + "system": "email", + "value": "order.callback@email.com", + "use": "work" + } }, { - "url" : "OBR.22", - "valueString" : "20230816123358-0500" + "url": "OBR.18", + "valueString": "placer1" }, { - "url" : "OBR.23", - "extension" : [ + "url": "OBR.19", + "valueString": "placer2" + }, + { + "url": "OBR.20", + "valueString": "filler1" + }, + { + "url": "OBR.7", + "valueDateTime": "2023-08-16T12:33:58-05:00", + "_valueDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230816123358-0500" + } + ] + } + }, + { + "url": "OBR.8", + "valueDateTime": "2023-09-16T12:33:58-05:00", + "_valueDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230916123358-0500" + } + ] + } + }, + { + "url": "OBR.21", + "valueString": "filler2" + }, + { + "url": "OBR.22", + "valueString": "20230816123358-0500" + }, + { + "url": "OBR.23", + "extension": [ { - "url" : "moc-1-1-monetary-amount", - "valueString" : "100" + "url": "moc-1-1-monetary-amount", + "valueString": "100" }, { - "url" : "moc-1-2-monetary-denomination", - "valueString" : "$" + "url": "moc-1-2-monetary-denomination", + "valueString": "$" }, { - "url" : "moc-2-charge-code", - "valueCodeableConcept" : { - "coding" : [ + "url": "moc-2-charge-code", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "16", - "display" : "code" + "code": "16", + "display": "code" } ] } @@ -886,682 +1002,590 @@ ] }, { - "url" : "OBR.24", - "valueId" : "OTH" + "url": "OBR.24", + "valueId": "OTH" }, { - "url" : "OBR.25", - "valueId" : "F" + "url": "OBR.25", + "valueId": "F" }, { - "url" : "OBR.26", - "extension" : [ + "url": "OBR.26", + "extension": [ { - "url" : "prl-1-parent-observation-identifier", - "valueCodeableConcept" : { - "coding" : [ + "url": "prl-1-parent-observation-identifier", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "444", - "display" : "ParentId" + "code": "444", + "display": "ParentId" } ] } }, { - "url" : "prl-2-parent-observation-sub-identifier", - "valueString" : "888" + "url": "prl-2-parent-observation-sub-identifier", + "valueString": "888" }, { - "url" : "prl-3-parent-observation-descriptor", - "valueString" : "ParentOBSdescriptor" + "url": "prl-3-parent-observation-descriptor", + "valueString": "ParentOBSdescriptor" } ] }, { - "url" : "OBR.28", - "valueReference" : { - "reference" : "Practitioner/1716961419176041000.0b1843c8-23be-4b14-b376-cbea411c02be" + "url": "OBR.28", + "valueReference": { + "reference": "Practitioner/1731634383495675000.7197cb61-81bb-412f-a73f-beb280782eab" } }, { - "url" : "OBR.29", - "valueIdentifier" : { - "extension" : [ + "url": "OBR.29", + "valueIdentifier": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "CSV" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "CSV" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "11D1111111" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "11D1111111" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "CLIA" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "CLIA" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/filler-assigned-identifier", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/filler-assigned-identifier", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", - "valueString" : "f34b0f57-1601-4480-ae8a-d4006e50f38d" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", + "valueString": "f34b0f57-1601-4480-ae8a-d4006e50f38d" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Other CSV" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Other CSV" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "22D2222222" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "22D2222222" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "CLIA2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "CLIA2" } ] } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PGN" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "PGN" } ] }, - "value" : "adb4a5cc-50ec-4f1e-95d7-0c1f77cacee1" + "value": "adb4a5cc-50ec-4f1e-95d7-0c1f77cacee1" } }, { - "url" : "OBR.33", - "valueReference" : { - "reference" : "PractitionerRole/1716961419187806000.8cf774c0-e426-456f-8e41-8c8451ccab44" + "url": "OBR.33", + "valueReference": { + "reference": "PractitionerRole/1731634383508216000.eee90ad3-12bd-4f98-921c-d047da642384" } }, { - "url" : "OBR.36", - "valueString" : "20230816123358-0500" - }, - { - "url" : "OBR.10", - "valueReference" : { - "reference" : "Practitioner/1716961419190531000.8c18e940-d531-4a4a-be11-76571cb04069" - } + "url": "OBR.36", + "valueString": "20230816123358-0500" }, { - "url" : "OBR.39", - "valueCodeableConcept" : { - "coding" : [ + "url": "OBR.39", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "4438", - "display" : "Collectors Comment" + "code": "4438", + "display": "Collectors Comment" } ] } }, { - "url" : "OBR.44", - "valueCodeableConcept" : { - "coding" : [ + "url": "OBR.44", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cne-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cne-coding", + "valueString": "coding" } ], - "code" : "5019", - "display" : "Procedure Code" + "code": "5019", + "display": "Procedure Code" } ] } }, { - "url" : "obr-45-procedure-code-modifier", - "valueCodeableConcept" : { - "coding" : [ + "url": "obr-45-procedure-code-modifier", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cne-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cne-coding", + "valueString": "coding" } ], - "code" : "887766", - "display" : "Procedure Code Modifier" + "code": "887766", + "display": "Procedure Code Modifier" } ] } }, { - "url" : "OBR.48", - "valueCodeableConcept" : { - "coding" : [ + "url": "OBR.48", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "71435", - "display" : "Medically Necessary Duplicate Procedure" + "code": "71435", + "display": "Medically Necessary Duplicate Procedure" } ] } }, { - "url" : "OBR.49", - "valueString" : "N" + "url": "OBR.49", + "valueString": "N" }, { - "url" : "OBR.50", - "valueCodeableConcept" : { - "coding" : [ + "url": "OBR.50", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "443331", - "display" : "Parent Universal Service Identifier" + "code": "443331", + "display": "Parent Universal Service Identifier" } ] } }, { - "url" : "OBR.53", - "valueIdentifier" : { - "extension" : [ + "url": "OBR.53", + "valueIdentifier": { + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", - "valueString" : "Placer Order" + "url": "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString": "Placer Order" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBR.53" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBR.53" } ], - "value" : "Alt" + "value": "Alt" } }, { - "url" : "OBR.11", - "valueString" : "G" + "url": "OBR.10", + "valueReference": { + "reference": "Practitioner/1731634383511179000.0b53d520-02ff-4774-a4bc-38412877aa54" + } }, { - "url" : "OBR.12", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } - ], - "code" : "512", - "display" : "Danger code" - } - ] - } + "url": "OBR.11", + "valueString": "G" }, { - "url" : "OBR.13", - "valueCodeableConcept" : { - "coding" : [ + "url": "OBR.12", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "relevent info" + "code": "512", + "display": "Danger code" } ] } }, { - "url" : "OBR.16", - "valueReference" : { - "reference" : "Practitioner/1716961419199166000.fdb25d11-34dd-4eb2-b01f-d97bbfa74a4d" - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", - "valueContactPoint" : { - "extension" : [ - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", - "valueString" : "1" - }, + "url": "OBR.13", + "valueCodeableConcept": { + "coding": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", - "valueString" : "260" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "7595016" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ - { - "url" : "XTN.2", - "valueString" : "WPN" - }, - { - "url" : "XTN.3", - "valueString" : "BP" - }, - { - "url" : "XTN.7", - "valueString" : "7595016" - }, + "extension": [ { - "url" : "XTN.12", - "valueString" : "+1 260 759 5016" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBR.17" - } - ], - "system" : "pager", - "value" : "+1 260 759 5016", - "use" : "work" - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", - "valueContactPoint" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ - { - "url" : "XTN.2", - "valueString" : "WPN" - }, - { - "url" : "XTN.3", - "valueString" : "Internet" - }, - { - "url" : "XTN.4", - "valueString" : "order.callback@email.com" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBR.17" + ], + "code": "relevent info" } - ], - "system" : "email", - "value" : "order.callback@email.com", - "use" : "work" + ] } - }, - { - "url" : "OBR.18", - "valueString" : "placer1" - }, - { - "url" : "OBR.19", - "valueString" : "placer2" } ] } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "ORC.2" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Placer Identifier Namespace" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Placer Identifier Namespace" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "Placer Universal ID" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "Placer Universal ID" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PLAC" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "PLAC" } ] }, - "value" : "Placer Identifier" + "value": "Placer Identifier" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.3" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "ORC.3" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Filler Identifier Namespace" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Filler Identifier Namespace" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "Filler Universal ID" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "Filler Universal ID" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FILL" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "FILL" } ] }, - "value" : "Filler Identifier" + "value": "Filler Identifier" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.4" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "ORC.4" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Group Identifier Namespace" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Group Identifier Namespace" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "Group Universal ID" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "Group Universal ID" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PGN" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "PGN" } ] }, - "value" : "Group Identifier" + "value": "Group Identifier" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.4" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "ORC.4" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Group Identifier Namespace" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Group Identifier Namespace" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "Group Universal ID" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "Group Universal ID" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FGN" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "FGN" } ] }, - "value" : "Group Identifier" + "value": "Group Identifier" }, { - "extension" : [ + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", - "valueString" : "Placer Order" + "url": "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString": "Placer Order" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.33" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "ORC.33" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PLAC" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "PLAC" } ] }, - "value" : "Alt" + "value": "Alt" } ], - "status" : "completed", - "intent" : "order", - "code" : { - "coding" : [ + "status": "completed", + "intent": "order", + "code": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "123", - "display" : "Universal service identifier" + "code": "123", + "display": "Universal service identifier" } ] }, - "orderDetail" : [ + "orderDetail": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBR.46" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBR.46" } ], - "coding" : [ + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "7461", - "display" : "Placer Supplemental" + "code": "7461", + "display": "Placer Supplemental" } ] }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBR.47" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBR.47" } ], - "coding" : [ + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "8811", - "display" : "Fillter Supplemental" + "code": "8811", + "display": "Fillter Supplemental" } ] } ], - "subject" : { - "reference" : "Patient/1716961418972747000.fb596873-2170-4c71-9fe2-e9afc24a6bc0" + "subject": { + "reference": "Patient/1731634383341421000.ca8cf1d9-8a49-49f6-9c0c-e3518c61253a" }, - "requester" : { - "extension" : [ + "requester": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", - "valueContactPoint" : { - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", + "valueContactPoint": { + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", - "valueString" : "1" + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString": "1" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", - "valueString" : "260" + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString": "260" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "7595016" + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString": "7595016" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ { - "url" : "XTN.2", - "valueString" : "PRN" + "url": "XTN.2", + "valueString": "PRN" }, { - "url" : "XTN.3", - "valueString" : "BP" + "url": "XTN.3", + "valueString": "BP" }, { - "url" : "XTN.7", - "valueString" : "7595016" + "url": "XTN.7", + "valueString": "7595016" }, { - "url" : "XTN.12", - "valueString" : "+1 260 759 5016" + "url": "XTN.12", + "valueString": "+1 260 759 5016" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.14" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "ORC.14" } ], - "system" : "pager", - "value" : "+1 260 759 5016", - "use" : "home" + "system": "pager", + "value": "+1 260 759 5016", + "use": "home" } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", - "valueContactPoint" : { - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", + "valueContactPoint": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ { - "url" : "XTN.2", - "valueString" : "PRN" + "url": "XTN.2", + "valueString": "PRN" }, { - "url" : "XTN.3", - "valueString" : "Internet" + "url": "XTN.3", + "valueString": "Internet" }, { - "url" : "XTN.4", - "valueString" : "otto.daugherty@email.com" + "url": "XTN.4", + "valueString": "otto.daugherty@email.com" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.14" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "ORC.14" } ], - "system" : "email", - "value" : "otto.daugherty@email.com", - "use" : "home" + "system": "email", + "value": "otto.daugherty@email.com", + "use": "home" } } ], - "reference" : "PractitionerRole/1716961419130732000.d6a59ed9-0885-4293-9620-d11d93485174" + "reference": "PractitionerRole/1731634383467826000.bef04cc5-ee35-40fe-bfb1-c4f3a1bfbb6b" }, - "locationCode" : [ + "locationCode": [ { - "coding" : [ + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "123", - "display" : "location" + "code": "123", + "display": "location" } ] } ], - "reasonCode" : [ + "reasonCode": [ { - "coding" : [ + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "3216", - "display" : "ReasonForStudy" + "code": "3216", + "display": "ReasonForStudy" } ] } @@ -1569,2076 +1593,2283 @@ } }, { - "fullUrl" : "Practitioner/1716961419142924000.da22d6af-ea15-4247-a3ae-667a500eba06", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716961419142924000.da22d6af-ea15-4247-a3ae-667a500eba06", - "extension" : [ + "fullUrl": "Practitioner/1731634383472644000.7ab5913c-11b3-41d3-9b01-ebb9110dc658", + "resource": { + "resourceType": "Practitioner", + "id": "1731634383472644000.7ab5913c-11b3-41d3-9b01-ebb9110dc658", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Namespace" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Namespace" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "AssigningSystem" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "AssigningSystem" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "UUID" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "UUID" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ { - "url" : "XCN.3", - "valueString" : "LUDWIG" + "url": "XCN.3", + "valueString": "LUDWIG" }, { - "url" : "XCN.4", - "valueString" : "B" + "url": "XCN.4", + "valueString": "B" }, { - "url" : "XCN.20", - "valueString" : "20230501102531-0400" + "url": "XCN.20", + "valueString": "20230501102531-0400" }, { - "url" : "XCN.21", - "valueString" : "MD" + "url": "XCN.21", + "valueString": "MD" }, { - "url" : "XCN.22", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.22", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "AssignJ" + "code": "AssignJ" } ] } }, { - "url" : "XCN.23", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.23", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "AssignA" + "code": "AssignA" } ] } }, { - "url" : "XCN.5", - "valueString" : "2ND" + "url": "XCN.5", + "valueString": "2ND" }, { - "url" : "XCN.7", - "valueString" : "MD" + "url": "XCN.7", + "valueString": "MD" }, { - "url" : "XCN.8", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.8", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "SRC" + "code": "SRC" } ] } }, { - "url" : "XCN.10", - "valueString" : "B" + "url": "XCN.10", + "valueString": "B" }, { - "url" : "XCN.15", - "valueString" : "A" + "url": "XCN.15", + "valueString": "A" }, { - "url" : "XCN.16", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.16", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "NameContext" + "code": "NameContext" } ] } }, { - "url" : "XCN.19", - "valueString" : "20220501102531-0400" + "url": "XCN.19", + "valueString": "20220501102531-0400" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.12" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "ORC.12" } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", - "valueString" : "A" + "url": "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString": "A" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", - "valueCode" : "NPI" + "url": "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode": "NPI" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true } ], - "code" : "DL" + "code": "DL" } ] }, - "system" : "Namespace", - "value" : "1" + "system": "Namespace", + "value": "1" } ], - "name" : [ + "name": [ { - "extension" : [ + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", - "valueCode" : "G" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", + "valueCode": "G" } ], - "use" : "official", - "family" : "ORDERING", - "_family" : { - "extension" : [ + "use": "official", + "family": "ORDERING", + "_family": { + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", - "valueString" : "VAN" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", + "valueString": "VAN" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name", - "valueString" : "PROVIDER" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name", + "valueString": "PROVIDER" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", - "valueString" : "VAL" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", + "valueString": "VAL" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", - "valueString" : "ROGER" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", + "valueString": "ROGER" } ] }, - "given" : [ + "given": [ "LUDWIG", "B" ], - "prefix" : [ + "prefix": [ "DR" ], - "suffix" : [ + "suffix": [ "2ND", "MD", "MD" ], - "period" : { - "start" : "2022-05-01T10:25:31-04:00", - "end" : "2023-05-01T10:25:31-04:00" + "period": { + "start": "2022-05-01T10:25:31-04:00", + "end": "2023-05-01T10:25:31-04:00" } } ], - "address" : [ + "address": [ { - "extension" : [ + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-censusTract", - "valueCode" : "6059" + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-censusTract", + "valueCode": "6059" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ { - "url" : "SAD.1", - "valueString" : "4861" + "url": "SAD.1", + "valueString": "4861" }, { - "url" : "SAD.2", - "valueString" : "20TH AVE" + "url": "SAD.2", + "valueString": "20TH AVE" }, { - "url" : "SAD.3", - "valueString" : "1" + "url": "SAD.3", + "valueString": "1" } ] }, { - "url" : "XAD.2", - "valueString" : "Ordering Provider Address" + "url": "XAD.2", + "valueString": "Ordering Provider Address" }, { - "url" : "XAD.7", - "valueCode" : "H" + "url": "XAD.7", + "valueCode": "H" }, { - "url" : "XAD.8", - "valueString" : "Other Geographic Designation" + "url": "XAD.8", + "valueString": "Other Geographic Designation" }, { - "url" : "XAD.11", - "valueCode" : "A" + "url": "XAD.11", + "valueCode": "A" }, { - "url" : "XAD.13", - "valueString" : "20220501102531-0400" + "url": "XAD.13", + "valueString": "20220501102531-0400" }, { - "url" : "XAD.14", - "valueString" : "20230501102531-0400" + "url": "XAD.14", + "valueString": "20230501102531-0400" }, { - "url" : "XAD.19", - "valueCode" : "Adressee" + "url": "XAD.19", + "valueCode": "Adressee" } ] } ], - "use" : "home", - "line" : [ + "use": "home", + "line": [ "4861", "20TH AVE", "1", "Ordering Provider Address", "Adressee" ], - "city" : "THUNDER MOUNTAIN", - "district" : "County", - "state" : "IG", - "postalCode" : "99999", - "country" : "USA", - "period" : { - "start" : "2022-05-01T10:25:31-04:00", - "end" : "2023-05-01T10:25:31-04:00" + "city": "THUNDER MOUNTAIN", + "district": "County", + "state": "IG", + "postalCode": "99999", + "country": "USA", + "period": { + "start": "2022-05-01T10:25:31-04:00", + "end": "2023-05-01T10:25:31-04:00" } } ] } }, { - "fullUrl" : "Location/1716961419144799000.5822bacb-5b95-46e3-a41f-1143a21cec7b", - "resource" : { - "resourceType" : "Location", - "id" : "1716961419144799000.5822bacb-5b95-46e3-a41f-1143a21cec7b", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "fullUrl": "Location/1731634383473171000.01ed39fc-b274-432b-a87d-a4475350c464", + "resource": { + "resourceType": "Location", + "id": "1731634383473171000.01ed39fc-b274-432b-a87d-a4475350c464", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ], - "identifier" : [ + "identifier": [ { - "value" : "2.16.840.1.113883.9.11" + "value": "2.16.840.1.113883.9.11" } ], - "name" : "Hospital A", - "physicalType" : { - "coding" : [ + "name": "Hospital A", + "physicalType": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "si" + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" } ] } } }, { - "fullUrl" : "Organization/1716961419150072000.3a6c1127-a691-4d3c-9b7b-94da49550fe7", - "resource" : { - "resourceType" : "Organization", - "id" : "1716961419150072000.3a6c1127-a691-4d3c-9b7b-94da49550fe7", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ + "fullUrl": "Organization/1731634383475708000.3f104572-f7cb-4ec8-8ddf-d3de06d99b60", + "resource": { + "resourceType": "Organization", + "id": "1731634383475708000.3f104572-f7cb-4ec8-8ddf-d3de06d99b60", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" } ], - "coding" : [ + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" } ], - "system" : "http://loinc.org", - "version" : "1", - "code" : "1234-5", - "display" : "TestText" + "system": "http://loinc.org", + "version": "1", + "code": "1234-5", + "display": "TestText" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" } ], - "system" : "http://loinc.org", - "version" : "2", - "code" : "1234-5", - "display" : "TestAltText" + "system": "http://loinc.org", + "version": "2", + "code": "1234-5", + "display": "TestAltText" } ], - "text" : "OriginalText" + "text": "OriginalText" } } ], - "system" : "LN", - "version" : "1", - "code" : "1234-5", - "display" : "TestText" + "system": "LN", + "version": "1", + "code": "1234-5", + "display": "TestText" } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ { - "url" : "XON.3", - "valueString" : "123" + "url": "XON.3", + "valueString": "123" } ] } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", - "valueString" : "Check Digit" + "url": "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString": "Check Digit" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Assigning Authority" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Assigning Authority" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.1.4.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.1.4.1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] }, { - "url" : "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", - "valueCode" : "C1" + "url": "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode": "C1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", - "valueReference" : { - "reference" : "Location/1716961419144799000.5822bacb-5b95-46e3-a41f-1143a21cec7b" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference": { + "reference": "Location/1731634383473171000.01ed39fc-b274-432b-a87d-a4475350c464" } } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "MD" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "MD" } ] }, - "value" : "123" + "value": "123" } ], - "name" : "Ordering Facility", - "telecom" : [ + "name": "Ordering Facility", + "telecom": [ { - "extension" : [ + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", - "valueString" : "1" + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString": "1" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", - "valueString" : "260" + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString": "260" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "7595016" + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString": "7595016" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ { - "url" : "XTN.2", - "valueString" : "PRN" + "url": "XTN.2", + "valueString": "PRN" }, { - "url" : "XTN.3", - "valueString" : "BP" + "url": "XTN.3", + "valueString": "BP" }, { - "url" : "XTN.7", - "valueString" : "7595016" + "url": "XTN.7", + "valueString": "7595016" }, { - "url" : "XTN.12", - "valueString" : "+1 260 759 5016" + "url": "XTN.12", + "valueString": "+1 260 759 5016" } ] } ], - "system" : "pager", - "value" : "+1 260 759 5016", - "use" : "home" + "system": "pager", + "value": "+1 260 759 5016", + "use": "home" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ { - "url" : "XTN.2", - "valueString" : "PRN" + "url": "XTN.2", + "valueString": "PRN" }, { - "url" : "XTN.3", - "valueString" : "Internet" + "url": "XTN.3", + "valueString": "Internet" }, { - "url" : "XTN.4", - "valueString" : "orderingfacility@email.com" + "url": "XTN.4", + "valueString": "orderingfacility@email.com" } ] } ], - "system" : "email", - "value" : "orderingfacility@email.com", - "use" : "home" + "system": "email", + "value": "orderingfacility@email.com", + "use": "home" } ], - "address" : [ + "address": [ { - "extension" : [ + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-censusTract", - "valueCode" : "6059" + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-censusTract", + "valueCode": "6059" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ { - "url" : "SAD.1", - "valueString" : "4861" + "url": "SAD.1", + "valueString": "4861" }, { - "url" : "SAD.2", - "valueString" : "20TH AVE" + "url": "SAD.2", + "valueString": "20TH AVE" }, { - "url" : "SAD.3", - "valueString" : "1" + "url": "SAD.3", + "valueString": "1" } ] }, { - "url" : "XAD.2", - "valueString" : "Ordering Facility Address" + "url": "XAD.2", + "valueString": "Ordering Facility Address" }, { - "url" : "XAD.7", - "valueCode" : "H" + "url": "XAD.7", + "valueCode": "H" }, { - "url" : "XAD.8", - "valueString" : "Other Geographic Designation" + "url": "XAD.8", + "valueString": "Other Geographic Designation" }, { - "url" : "XAD.11", - "valueCode" : "A" + "url": "XAD.11", + "valueCode": "A" }, { - "url" : "XAD.13", - "valueString" : "20220501102531-0400" + "url": "XAD.13", + "valueString": "20220501102531-0400" }, { - "url" : "XAD.14", - "valueString" : "20230501102531-0400" + "url": "XAD.14", + "valueString": "20230501102531-0400" }, { - "url" : "XAD.19", - "valueCode" : "Adressee" + "url": "XAD.19", + "valueCode": "Adressee" } ] } ], - "use" : "home", - "line" : [ + "use": "home", + "line": [ "4861", "20TH AVE", "1", "Ordering Facility Address", "Adressee" ], - "city" : "THUNDER MOUNTAIN", - "district" : "County", - "state" : "IG", - "postalCode" : "99999", - "country" : "USA", - "period" : { - "start" : "2022-05-01T10:25:31-04:00", - "end" : "2023-05-01T10:25:31-04:00" + "city": "THUNDER MOUNTAIN", + "district": "County", + "state": "IG", + "postalCode": "99999", + "country": "USA", + "period": { + "start": "2022-05-01T10:25:31-04:00", + "end": "2023-05-01T10:25:31-04:00" } } ] } }, { - "fullUrl" : "PractitionerRole/1716961419130732000.d6a59ed9-0885-4293-9620-d11d93485174", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1716961419130732000.d6a59ed9-0885-4293-9620-d11d93485174", - "practitioner" : { - "reference" : "Practitioner/1716961419142924000.da22d6af-ea15-4247-a3ae-667a500eba06" + "fullUrl": "PractitionerRole/1731634383467826000.bef04cc5-ee35-40fe-bfb1-c4f3a1bfbb6b", + "resource": { + "resourceType": "PractitionerRole", + "id": "1731634383467826000.bef04cc5-ee35-40fe-bfb1-c4f3a1bfbb6b", + "practitioner": { + "reference": "Practitioner/1731634383472644000.7ab5913c-11b3-41d3-9b01-ebb9110dc658" }, - "organization" : { - "reference" : "Organization/1716961419150072000.3a6c1127-a691-4d3c-9b7b-94da49550fe7" + "organization": { + "reference": "Organization/1731634383475708000.3f104572-f7cb-4ec8-8ddf-d3de06d99b60" } } }, { - "fullUrl" : "Practitioner/1716961419157917000.f8c1dfe1-8d8f-40f5-a6dc-704421f174aa", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716961419157917000.f8c1dfe1-8d8f-40f5-a6dc-704421f174aa", - "extension" : [ + "fullUrl": "Practitioner/1731634383480700000.9ba0adae-bd85-4f35-bab0-213b60a59415", + "resource": { + "resourceType": "Practitioner", + "id": "1731634383480700000.9ba0adae-bd85-4f35-bab0-213b60a59415", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Namespace" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Namespace" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "AssigningSystem" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "AssigningSystem" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "UUID" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "UUID" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ { - "url" : "XCN.3", - "valueString" : "LUDWIG" + "url": "XCN.3", + "valueString": "LUDWIG" }, { - "url" : "XCN.4", - "valueString" : "B" + "url": "XCN.4", + "valueString": "B" }, { - "url" : "XCN.20", - "valueString" : "20230501102531-0400" + "url": "XCN.20", + "valueString": "20230501102531-0400" }, { - "url" : "XCN.21", - "valueString" : "MD" + "url": "XCN.21", + "valueString": "MD" }, { - "url" : "XCN.22", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.22", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "AssignJ" + "code": "AssignJ" } ] } }, { - "url" : "XCN.23", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.23", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "AssignA" + "code": "AssignA" } ] } }, { - "url" : "XCN.5", - "valueString" : "2ND" + "url": "XCN.5", + "valueString": "2ND" }, { - "url" : "XCN.7", - "valueString" : "MD" + "url": "XCN.7", + "valueString": "MD" }, { - "url" : "XCN.8", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.8", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "SRC" + "code": "SRC" } ] } }, { - "url" : "XCN.10", - "valueString" : "B" + "url": "XCN.10", + "valueString": "B" }, { - "url" : "XCN.15", - "valueString" : "A" + "url": "XCN.15", + "valueString": "A" }, { - "url" : "XCN.16", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.16", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "NameContext" + "code": "NameContext" } ] } }, { - "url" : "XCN.19", - "valueString" : "20220501102531-0400" + "url": "XCN.19", + "valueString": "20220501102531-0400" } ] } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", - "valueString" : "A" + "url": "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString": "A" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", - "valueCode" : "NPI" + "url": "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode": "NPI" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true } ], - "code" : "DL" + "code": "DL" } ] }, - "system" : "Namespace", - "value" : "1" + "system": "Namespace", + "value": "1" } ], - "name" : [ + "name": [ { - "extension" : [ + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", - "valueCode" : "G" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", + "valueCode": "G" } ], - "use" : "official", - "family" : "ACTION", - "_family" : { - "extension" : [ + "use": "official", + "family": "ACTION", + "_family": { + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", - "valueString" : "VAN" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", + "valueString": "VAN" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name", - "valueString" : "BY" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name", + "valueString": "BY" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", - "valueString" : "VAL" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", + "valueString": "VAL" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", - "valueString" : "ROGER" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", + "valueString": "ROGER" } ] }, - "given" : [ + "given": [ "LUDWIG", "B" ], - "prefix" : [ + "prefix": [ "DR" ], - "suffix" : [ + "suffix": [ "2ND", "MD", "MD" ], - "period" : { - "start" : "2022-05-01T10:25:31-04:00", - "end" : "2023-05-01T10:25:31-04:00" + "period": { + "start": "2022-05-01T10:25:31-04:00", + "end": "2023-05-01T10:25:31-04:00" } } ] } }, { - "fullUrl" : "Location/1716961419158636000.96b9b60c-8cd6-48a6-b047-cd2899b021d5", - "resource" : { - "resourceType" : "Location", - "id" : "1716961419158636000.96b9b60c-8cd6-48a6-b047-cd2899b021d5", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "fullUrl": "Location/1731634383481089000.17b4ac9b-5da3-4f8e-bf6c-860fcd25d401", + "resource": { + "resourceType": "Location", + "id": "1731634383481089000.17b4ac9b-5da3-4f8e-bf6c-860fcd25d401", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ], - "identifier" : [ + "identifier": [ { - "value" : "2.16.840.1.113883.9.11" + "value": "2.16.840.1.113883.9.11" } ], - "name" : "Hospital A", - "physicalType" : { - "coding" : [ + "name": "Hospital A", + "physicalType": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "si" + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" } ] } } }, { - "fullUrl" : "Organization/1716961419159347000.021374ea-f76b-462f-bd9c-21ad94867ab5", - "resource" : { - "resourceType" : "Organization", - "id" : "1716961419159347000.021374ea-f76b-462f-bd9c-21ad94867ab5", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ + "fullUrl": "Organization/1731634383481549000.758db6fd-3c4d-44b9-9a5d-eb286907da6d", + "resource": { + "resourceType": "Organization", + "id": "1731634383481549000.758db6fd-3c4d-44b9-9a5d-eb286907da6d", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" } ], - "coding" : [ + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" } ], - "system" : "http://loinc.org", - "version" : "1", - "code" : "1234-5", - "display" : "TestText" + "system": "http://loinc.org", + "version": "1", + "code": "1234-5", + "display": "TestText" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" } ], - "system" : "http://loinc.org", - "version" : "2", - "code" : "1234-5", - "display" : "TestAltText" + "system": "http://loinc.org", + "version": "2", + "code": "1234-5", + "display": "TestAltText" } ], - "text" : "OriginalText" + "text": "OriginalText" } } ], - "system" : "LN", - "version" : "1", - "code" : "1234-5", - "display" : "TestText" + "system": "LN", + "version": "1", + "code": "1234-5", + "display": "TestText" } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ { - "url" : "XON.3", - "valueString" : "123" + "url": "XON.3", + "valueString": "123" } ] } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", - "valueString" : "Check Digit" + "url": "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString": "Check Digit" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Assigning Authority" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Assigning Authority" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.1.4.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.1.4.1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] }, { - "url" : "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", - "valueCode" : "C1" + "url": "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode": "C1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", - "valueReference" : { - "reference" : "Location/1716961419158636000.96b9b60c-8cd6-48a6-b047-cd2899b021d5" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference": { + "reference": "Location/1731634383481089000.17b4ac9b-5da3-4f8e-bf6c-860fcd25d401" } } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "MD" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "MD" } ] }, - "value" : "123" + "value": "123" } ], - "name" : "Ordering Facility" + "name": "Ordering Facility" } }, { - "fullUrl" : "Practitioner/1716961419164738000.6ab810bf-389f-4674-938f-378034503ffc", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716961419164738000.6ab810bf-389f-4674-938f-378034503ffc", - "extension" : [ + "fullUrl": "Practitioner/1731634383485422000.54dc7c41-c941-483b-8103-c7de14832b95", + "resource": { + "resourceType": "Practitioner", + "id": "1731634383485422000.54dc7c41-c941-483b-8103-c7de14832b95", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Namespace" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Namespace" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "AssigningSystem" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "AssigningSystem" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "UUID" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "UUID" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ { - "url" : "XCN.3", - "valueString" : "LUDWIG" + "url": "XCN.3", + "valueString": "LUDWIG" }, { - "url" : "XCN.4", - "valueString" : "B" + "url": "XCN.4", + "valueString": "B" }, { - "url" : "XCN.20", - "valueString" : "20230501102531-0400" + "url": "XCN.20", + "valueString": "20230501102531-0400" }, { - "url" : "XCN.21", - "valueString" : "MD" + "url": "XCN.21", + "valueString": "MD" }, { - "url" : "XCN.22", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.22", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "AssignJ" + "code": "AssignJ" } ] } }, { - "url" : "XCN.23", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.23", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "AssignA" + "code": "AssignA" } ] } }, { - "url" : "XCN.5", - "valueString" : "2ND" + "url": "XCN.5", + "valueString": "2ND" }, { - "url" : "XCN.7", - "valueString" : "MD" + "url": "XCN.7", + "valueString": "MD" }, { - "url" : "XCN.8", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.8", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "SRC" + "code": "SRC" } ] } }, { - "url" : "XCN.10", - "valueString" : "B" + "url": "XCN.10", + "valueString": "B" }, { - "url" : "XCN.15", - "valueString" : "A" + "url": "XCN.15", + "valueString": "A" }, { - "url" : "XCN.16", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.16", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "NameContext" + "code": "NameContext" } ] } }, { - "url" : "XCN.19", - "valueString" : "20220501102531-0400" + "url": "XCN.19", + "valueString": "20220501102531-0400" } ] } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", - "valueString" : "A" + "url": "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString": "A" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", - "valueCode" : "NPI" + "url": "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode": "NPI" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true } ], - "code" : "DL" + "code": "DL" } ] }, - "system" : "Namespace", - "value" : "1" + "system": "Namespace", + "value": "1" } ], - "name" : [ + "name": [ { - "extension" : [ + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", - "valueCode" : "G" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", + "valueCode": "G" } ], - "use" : "official", - "family" : "ENTERED", - "_family" : { - "extension" : [ + "use": "official", + "family": "ENTERED", + "_family": { + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", - "valueString" : "VAN" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", + "valueString": "VAN" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name", - "valueString" : "BY" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name", + "valueString": "BY" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", - "valueString" : "VAL" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", + "valueString": "VAL" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", - "valueString" : "ROGER" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", + "valueString": "ROGER" } ] }, - "given" : [ + "given": [ "LUDWIG", "B" ], - "prefix" : [ + "prefix": [ "DR" ], - "suffix" : [ + "suffix": [ "2ND", "MD", "MD" ], - "period" : { - "start" : "2022-05-01T10:25:31-04:00", - "end" : "2023-05-01T10:25:31-04:00" + "period": { + "start": "2022-05-01T10:25:31-04:00", + "end": "2023-05-01T10:25:31-04:00" } } ] } }, { - "fullUrl" : "Practitioner/1716961419167348000.6eca49db-8541-449c-afae-085df4efec1d", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716961419167348000.6eca49db-8541-449c-afae-085df4efec1d", - "extension" : [ + "fullUrl": "Practitioner/1731634383487113000.7baa847f-6245-4acf-8103-6e13729f46ea", + "resource": { + "resourceType": "Practitioner", + "id": "1731634383487113000.7baa847f-6245-4acf-8103-6e13729f46ea", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Namespace" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Namespace" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "AssigningSystem" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "AssigningSystem" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "UUID" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "UUID" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ { - "url" : "XCN.3", - "valueString" : "LUDWIG" + "url": "XCN.3", + "valueString": "LUDWIG" }, { - "url" : "XCN.4", - "valueString" : "B" + "url": "XCN.4", + "valueString": "B" }, { - "url" : "XCN.20", - "valueString" : "20230501102531-0400" + "url": "XCN.20", + "valueString": "20230501102531-0400" }, { - "url" : "XCN.21", - "valueString" : "MD" + "url": "XCN.21", + "valueString": "MD" }, { - "url" : "XCN.22", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.22", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "AssignJ" + "code": "AssignJ" } ] } }, { - "url" : "XCN.23", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.23", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "AssignA" + "code": "AssignA" } ] } }, { - "url" : "XCN.5", - "valueString" : "2ND" + "url": "XCN.5", + "valueString": "2ND" }, { - "url" : "XCN.7", - "valueString" : "MD" + "url": "XCN.7", + "valueString": "MD" }, { - "url" : "XCN.8", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.8", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "SRC" + "code": "SRC" } ] } }, { - "url" : "XCN.10", - "valueString" : "B" + "url": "XCN.10", + "valueString": "B" }, { - "url" : "XCN.15", - "valueString" : "A" + "url": "XCN.15", + "valueString": "A" }, { - "url" : "XCN.16", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.16", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "NameContext" + "code": "NameContext" } ] } }, { - "url" : "XCN.19", - "valueString" : "20220501102531-0400" + "url": "XCN.19", + "valueString": "20220501102531-0400" } ] } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", - "valueString" : "A" + "url": "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString": "A" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", - "valueCode" : "NPI" + "url": "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode": "NPI" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true } ], - "code" : "DL" + "code": "DL" } ] }, - "system" : "Namespace", - "value" : "1" + "system": "Namespace", + "value": "1" } ], - "name" : [ + "name": [ { - "extension" : [ + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", - "valueCode" : "G" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", + "valueCode": "G" } ], - "use" : "official", - "family" : "VERIFIED", - "_family" : { - "extension" : [ + "use": "official", + "family": "VERIFIED", + "_family": { + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", - "valueString" : "VAN" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", + "valueString": "VAN" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name", - "valueString" : "BY" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name", + "valueString": "BY" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", - "valueString" : "VAL" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", + "valueString": "VAL" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", - "valueString" : "ROGER" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", + "valueString": "ROGER" } ] }, - "given" : [ + "given": [ "LUDWIG", "B" ], - "prefix" : [ + "prefix": [ "DR" ], - "suffix" : [ + "suffix": [ "2ND", "MD", "MD" ], - "period" : { - "start" : "2022-05-01T10:25:31-04:00", - "end" : "2023-05-01T10:25:31-04:00" + "period": { + "start": "2022-05-01T10:25:31-04:00", + "end": "2023-05-01T10:25:31-04:00" } } ] } }, { - "fullUrl" : "Practitioner/1716961419169941000.05eeb26f-14c0-48ec-8acb-c4b6d30228d5", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716961419169941000.05eeb26f-14c0-48ec-8acb-c4b6d30228d5", - "extension" : [ + "fullUrl": "Practitioner/1731634383488921000.543dd5b8-b05f-4e67-bec6-19210862a5fc", + "resource": { + "resourceType": "Practitioner", + "id": "1731634383488921000.543dd5b8-b05f-4e67-bec6-19210862a5fc", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Namespace" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Namespace" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "AssigningSystem" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "AssigningSystem" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "UUID" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "UUID" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ { - "url" : "XCN.3", - "valueString" : "LUDWIG" + "url": "XCN.3", + "valueString": "LUDWIG" }, { - "url" : "XCN.4", - "valueString" : "B" + "url": "XCN.4", + "valueString": "B" }, { - "url" : "XCN.20", - "valueString" : "20230501102531-0400" + "url": "XCN.20", + "valueString": "20230501102531-0400" }, { - "url" : "XCN.21", - "valueString" : "MD" + "url": "XCN.21", + "valueString": "MD" }, { - "url" : "XCN.22", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.22", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "AssignJ" + "code": "AssignJ" } ] } }, { - "url" : "XCN.23", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.23", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "AssignA" + "code": "AssignA" } ] } }, { - "url" : "XCN.5", - "valueString" : "2ND" + "url": "XCN.5", + "valueString": "2ND" }, { - "url" : "XCN.7", - "valueString" : "MD" + "url": "XCN.7", + "valueString": "MD" }, { - "url" : "XCN.8", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.8", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "SRC" + "code": "SRC" } ] } }, { - "url" : "XCN.10", - "valueString" : "B" + "url": "XCN.10", + "valueString": "B" }, { - "url" : "XCN.15", - "valueString" : "A" + "url": "XCN.15", + "valueString": "A" }, { - "url" : "XCN.16", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.16", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "NameContext" + "code": "NameContext" } ] } }, { - "url" : "XCN.19", - "valueString" : "20220501102531-0400" + "url": "XCN.19", + "valueString": "20220501102531-0400" } ] } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", - "valueString" : "A" + "url": "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString": "A" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", - "valueCode" : "NPI" + "url": "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode": "NPI" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true } ], - "code" : "DL" + "code": "DL" } ] }, - "system" : "Namespace", - "value" : "1" + "system": "Namespace", + "value": "1" } ], - "name" : [ + "name": [ { - "extension" : [ + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", - "valueCode" : "G" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", + "valueCode": "G" } ], - "use" : "official", - "family" : "ORDERING", - "_family" : { - "extension" : [ + "use": "official", + "family": "ORDERING", + "_family": { + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", - "valueString" : "VAN" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", + "valueString": "VAN" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name", - "valueString" : "PROVIDER" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name", + "valueString": "PROVIDER" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", - "valueString" : "VAL" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", + "valueString": "VAL" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", - "valueString" : "ROGER" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", + "valueString": "ROGER" } ] }, - "given" : [ + "given": [ "LUDWIG", "B" ], - "prefix" : [ + "prefix": [ "DR" ], - "suffix" : [ + "suffix": [ "2ND", "MD", "MD" ], - "period" : { - "start" : "2022-05-01T10:25:31-04:00", - "end" : "2023-05-01T10:25:31-04:00" + "period": { + "start": "2022-05-01T10:25:31-04:00", + "end": "2023-05-01T10:25:31-04:00" } } ] } }, { - "fullUrl" : "Organization/1716961419170431000.5cabb282-b07f-4f79-9490-f03519951412", - "resource" : { - "resourceType" : "Organization", - "id" : "1716961419170431000.5cabb282-b07f-4f79-9490-f03519951412", - "identifier" : [ + "fullUrl": "Organization/1731634383489268000.77964d15-e911-42ae-b399-bbcc5c008324", + "resource": { + "resourceType": "Organization", + "id": "1731634383489268000.77964d15-e911-42ae-b399-bbcc5c008324", + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" } ], - "value" : "ASSIGNEE" + "value": "ASSIGNEE" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.2,HD.3" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0301", - "code" : "UUID" + "system": "http://terminology.hl7.org/CodeSystem/v2-0301", + "code": "UUID" } ] }, - "system" : "urn:ietf:rfc:3986", - "value" : "222.1111.22222" + "system": "urn:ietf:rfc:3986", + "value": "222.1111.22222" } ] } }, { - "fullUrl" : "Location/1716961419171479000.9e73ba78-5089-4bc6-afba-8c5b1334c20a", - "resource" : { - "resourceType" : "Location", - "id" : "1716961419171479000.9e73ba78-5089-4bc6-afba-8c5b1334c20a", - "identifier" : [ + "fullUrl": "Location/1731634383489915000.8495a863-65e5-4b62-99ce-9a9c8c0cee2b", + "resource": { + "resourceType": "Location", + "id": "1731634383489915000.8495a863-65e5-4b62-99ce-9a9c8c0cee2b", + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" } ], - "value" : "Hospital A" + "value": "Hospital A" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.2,HD.3" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true } ], - "code" : "ISO" + "code": "ISO" } ] }, - "value" : "2.4.4.4" + "value": "2.4.4.4" } ], - "physicalType" : { - "coding" : [ + "physicalType": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "si" + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" } ] } } }, { - "fullUrl" : "Location/1716961419171598000.f70252aa-64f9-4f59-ba87-78c83bc650ad", - "resource" : { - "resourceType" : "Location", - "id" : "1716961419171598000.f70252aa-64f9-4f59-ba87-78c83bc650ad", - "identifier" : [ + "fullUrl": "Location/1731634383489999000.00256010-e615-410f-a6c1-da9c48432757", + "resource": { + "resourceType": "Location", + "id": "1731634383489999000.00256010-e615-410f-a6c1-da9c48432757", + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" } ], - "value" : "Point of Care" + "value": "Point of Care" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.2,HD.3" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true } ], - "code" : "ISO" + "code": "ISO" } ] }, - "value" : "2.1.1.1" + "value": "2.1.1.1" } ], - "physicalType" : { - "coding" : [ + "physicalType": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "_code" : { - "extension" : [ + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "_code": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/location-physical-type-poc", - "valueString" : "poc" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/location-physical-type-poc", + "valueString": "poc" } ] } } ] }, - "partOf" : { - "reference" : "Location/1716961419171479000.9e73ba78-5089-4bc6-afba-8c5b1334c20a" + "partOf": { + "reference": "Location/1731634383489915000.8495a863-65e5-4b62-99ce-9a9c8c0cee2b" } } }, { - "fullUrl" : "Location/1716961419171829000.ad4dadf2-050e-48ec-8ecc-bdf97a4a76e3", - "resource" : { - "resourceType" : "Location", - "id" : "1716961419171829000.ad4dadf2-050e-48ec-8ecc-bdf97a4a76e3", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/pl6-person-location-type", - "valueString" : "location type" + "fullUrl": "Location/1731634383490151000.0ea774aa-473a-4396-894a-fc92e728785a", + "resource": { + "resourceType": "Location", + "id": "1731634383490151000.0ea774aa-473a-4396-894a-fc92e728785a", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/pl6-person-location-type", + "valueString": "location type" } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" } ], - "value" : "Bed A" + "value": "Bed A" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.2,HD.3" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true } ], - "code" : "ISO" + "code": "ISO" } ] }, - "value" : "2.3.3.3" + "value": "2.3.3.3" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "NAME" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "NAME" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "UNI" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "UNI" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "ISO" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/ei-assigner-organization-type", - "valueString" : "organization" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/ei-assigner-organization-type", + "valueString": "organization" } ], - "value" : "Entity ID", - "assigner" : { - "reference" : "Organization/1716961419170431000.5cabb282-b07f-4f79-9490-f03519951412" + "value": "Entity ID", + "assigner": { + "reference": "Organization/1731634383489268000.77964d15-e911-42ae-b399-bbcc5c008324" } } ], - "status" : "active", - "description" : "Description", - "mode" : "instance", - "physicalType" : { - "coding" : [ + "status": "active", + "description": "Description", + "mode": "instance", + "physicalType": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "bd" + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "bd" } ] }, - "partOf" : { - "reference" : "Location/1716961419171598000.f70252aa-64f9-4f59-ba87-78c83bc650ad" + "partOf": { + "reference": "Location/1731634383489999000.00256010-e615-410f-a6c1-da9c48432757" } } }, { - "fullUrl" : "Practitioner/1716961419176041000.0b1843c8-23be-4b14-b376-cbea411c02be", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716961419176041000.0b1843c8-23be-4b14-b376-cbea411c02be", - "extension" : [ + "fullUrl": "Practitioner/1731634383492209000.0543b72e-0b06-4995-9e34-bf638e3a5409", + "resource": { + "resourceType": "Practitioner", + "id": "1731634383492209000.0543b72e-0b06-4995-9e34-bf638e3a5409", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "AssigningSystem" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ + { + "url": "XCN.3", + "valueString": "LUDWIG" + }, + { + "url": "XCN.4", + "valueString": "B" + }, + { + "url": "XCN.20", + "valueString": "20230501102531-0400" + }, + { + "url": "XCN.21", + "valueString": "MD" + }, + { + "url": "XCN.22", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "AssignJ" + } + ] + } + }, + { + "url": "XCN.23", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "AssignA" + } + ] + } + }, + { + "url": "XCN.5", + "valueString": "2ND" + }, + { + "url": "XCN.7", + "valueString": "MD" + }, + { + "url": "XCN.8", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "SRC" + } + ] + } + }, + { + "url": "XCN.10", + "valueString": "B" + }, + { + "url": "XCN.15", + "valueString": "A" + }, + { + "url": "XCN.16", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "NameContext" + } + ] + } + }, + { + "url": "XCN.19", + "valueString": "20220501102531-0400" + } + ] + } + ], + "identifier": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString": "A" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode": "NPI" + } + ], + "type": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true + } + ], + "code": "DL" + } + ] + }, + "system": "urn:oid:AssigningSystem", + "value": "1" + } + ], + "name": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", + "valueCode": "G" + } + ], + "use": "official", + "family": "Ordering", + "_family": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", + "valueString": "VAN" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name", + "valueString": "Provider" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", + "valueString": "VAL" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", + "valueString": "ROGER" + } + ] + }, + "given": [ + "LUDWIG", + "B" + ], + "prefix": [ + "DR" + ], + "suffix": [ + "2ND", + "MD", + "MD" + ], + "period": { + "start": "2022-05-01T10:25:31-04:00", + "end": "2023-05-01T10:25:31-04:00" + } + } + ] + } + }, + { + "fullUrl": "Practitioner/1731634383495675000.7197cb61-81bb-412f-a73f-beb280782eab", + "resource": { + "resourceType": "Practitioner", + "id": "1731634383495675000.7197cb61-81bb-412f-a73f-beb280782eab", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "AssigningSystem" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "AssigningSystem" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ { - "url" : "XCN.3", - "valueString" : "LUDWIG" + "url": "XCN.3", + "valueString": "LUDWIG" }, { - "url" : "XCN.4", - "valueString" : "B" + "url": "XCN.4", + "valueString": "B" }, { - "url" : "XCN.20", - "valueString" : "20230501102531-0400" + "url": "XCN.20", + "valueString": "20230501102531-0400" }, { - "url" : "XCN.21", - "valueString" : "MD" + "url": "XCN.21", + "valueString": "MD" }, { - "url" : "XCN.22", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.22", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "AssignJ" + "code": "AssignJ" } ] } }, { - "url" : "XCN.23", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.23", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "AssignA" + "code": "AssignA" } ] } }, { - "url" : "XCN.5", - "valueString" : "2ND" + "url": "XCN.5", + "valueString": "2ND" }, { - "url" : "XCN.7", - "valueString" : "MD" + "url": "XCN.7", + "valueString": "MD" }, { - "url" : "XCN.8", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.8", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "SRC" + "code": "SRC" } ] } }, { - "url" : "XCN.10", - "valueString" : "B" + "url": "XCN.10", + "valueString": "B" }, { - "url" : "XCN.15", - "valueString" : "A" + "url": "XCN.15", + "valueString": "A" }, { - "url" : "XCN.16", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.16", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "NameContext" + "code": "NameContext" } ] } }, { - "url" : "XCN.19", - "valueString" : "20220501102531-0400" + "url": "XCN.19", + "valueString": "20220501102531-0400" } ] } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", - "valueString" : "A" + "url": "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString": "A" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", - "valueCode" : "NPI" + "url": "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode": "NPI" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true } ], - "code" : "DL" + "code": "DL" } ] }, - "system" : "urn:oid:AssigningSystem", - "value" : "1" + "system": "urn:oid:AssigningSystem", + "value": "1" } ], - "name" : [ + "name": [ { - "extension" : [ + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", - "valueCode" : "G" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", + "valueCode": "G" } ], - "use" : "official", - "family" : "result", - "_family" : { - "extension" : [ + "use": "official", + "family": "result", + "_family": { + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", - "valueString" : "VAN" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", + "valueString": "VAN" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name", - "valueString" : "copiesto" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name", + "valueString": "copiesto" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", - "valueString" : "VAL" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", + "valueString": "VAL" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", - "valueString" : "ROGER" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", + "valueString": "ROGER" } ] }, - "given" : [ + "given": [ "LUDWIG", "B" ], - "prefix" : [ + "prefix": [ "DR" ], - "suffix" : [ + "suffix": [ "2ND", "MD", "MD" ], - "period" : { - "start" : "2022-05-01T10:25:31-04:00", - "end" : "2023-05-01T10:25:31-04:00" + "period": { + "start": "2022-05-01T10:25:31-04:00", + "end": "2023-05-01T10:25:31-04:00" } } ] } }, { - "fullUrl" : "Practitioner/1716961419177470000.5a0c9064-eaf9-4c35-88d0-3f5898ae0989", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716961419177470000.5a0c9064-eaf9-4c35-88d0-3f5898ae0989", - "extension" : [ + "fullUrl": "Practitioner/1731634383496809000.9f83cb91-6d58-4357-a55f-c167a7c2a75a", + "resource": { + "resourceType": "Practitioner", + "id": "1731634383496809000.9f83cb91-6d58-4357-a55f-c167a7c2a75a", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cnn-practitioner", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cnn-practitioner", + "extension": [ { - "url" : "CNN.3", - "valueString" : "Results Interpreter" + "url": "CNN.3", + "valueString": "Results Interpreter" }, { - "url" : "CNN.4", - "valueString" : "S" + "url": "CNN.4", + "valueString": "S" }, { - "url" : "CNN.5", - "valueString" : "ESQ" + "url": "CNN.5", + "valueString": "ESQ" }, { - "url" : "CNN.7", - "valueString" : "MD" + "url": "CNN.7", + "valueString": "MD" } ] } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Assigning Authority" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Assigning Authority" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.1.4.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.1.4.1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "value" : "123" + "value": "123" } ], - "name" : [ + "name": [ { - "family" : "Assistant", - "given" : [ + "family": "Assistant", + "given": [ "Results Interpreter", "S" ], - "prefix" : [ + "prefix": [ "DR" ], - "suffix" : [ + "suffix": [ "ESQ", "MD" ] @@ -3647,98 +3878,98 @@ } }, { - "fullUrl" : "Location/1716961419178400000.24af0016-dec0-4cc4-a85e-f8105ca2b01b", - "resource" : { - "resourceType" : "Location", - "id" : "1716961419178400000.24af0016-dec0-4cc4-a85e-f8105ca2b01b", - "identifier" : [ + "fullUrl": "Location/1731634383497312000.5ad385d5-09f7-4ca4-accf-b8d4c60566bd", + "resource": { + "resourceType": "Location", + "id": "1731634383497312000.5ad385d5-09f7-4ca4-accf-b8d4c60566bd", + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" } ], - "value" : "Hospital A" + "value": "Hospital A" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.2,HD.3" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true } ], - "code" : "ISO" + "code": "ISO" } ] }, - "value" : "2.16.840.1.113883.9.11" + "value": "2.16.840.1.113883.9.11" } ], - "status" : "active", - "mode" : "instance", - "physicalType" : { - "coding" : [ + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "si" + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" } ] } } }, { - "fullUrl" : "Location/1716961419186100000.0c8c602f-eb8d-4246-b4db-0a4f8f83d47a", - "resource" : { - "resourceType" : "Location", - "id" : "1716961419186100000.0c8c602f-eb8d-4246-b4db-0a4f8f83d47a", - "identifier" : [ + "fullUrl": "Location/1731634383507155000.d2847672-1af8-4a9b-a529-033d9f15d35e", + "resource": { + "resourceType": "Location", + "id": "1731634383507155000.d2847672-1af8-4a9b-a529-033d9f15d35e", + "identifier": [ { - "value" : "Building 123" + "value": "Building 123" } ], - "status" : "active", - "mode" : "instance", - "physicalType" : { - "coding" : [ + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "bu" + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "bu" } ] } } }, { - "fullUrl" : "Location/1716961419186514000.5d500395-c0df-4a65-82a2-333850e0fbad", - "resource" : { - "resourceType" : "Location", - "id" : "1716961419186514000.5d500395-c0df-4a65-82a2-333850e0fbad", - "identifier" : [ + "fullUrl": "Location/1731634383507460000.34a8c8d7-c4ab-4c12-a39a-a0fbec14f82d", + "resource": { + "resourceType": "Location", + "id": "1731634383507460000.34a8c8d7-c4ab-4c12-a39a-a0fbec14f82d", + "identifier": [ { - "value" : "Point of Care" + "value": "Point of Care" } ], - "status" : "active", - "mode" : "instance", - "physicalType" : { - "coding" : [ + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "_code" : { - "extension" : [ + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "_code": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/location-physical-type-poc", - "valueString" : "poc" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/location-physical-type-poc", + "valueString": "poc" } ] } @@ -3748,824 +3979,617 @@ } }, { - "fullUrl" : "Location/1716961419186954000.2f438cd1-1edc-44bc-809a-00f9150221a8", - "resource" : { - "resourceType" : "Location", - "id" : "1716961419186954000.2f438cd1-1edc-44bc-809a-00f9150221a8", - "identifier" : [ + "fullUrl": "Location/1731634383507704000.d4fe2a75-7d99-4bf6-a868-ae4459066d3d", + "resource": { + "resourceType": "Location", + "id": "1731634383507704000.d4fe2a75-7d99-4bf6-a868-ae4459066d3d", + "identifier": [ { - "value" : "Floor A" + "value": "Floor A" } ], - "status" : "active", - "mode" : "instance", - "physicalType" : { - "coding" : [ + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "lvl" + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "lvl" } ] } } }, { - "fullUrl" : "Location/1716961419187361000.91cb313d-6849-4c9c-9033-26c2a92a4d5a", - "resource" : { - "resourceType" : "Location", - "id" : "1716961419187361000.91cb313d-6849-4c9c-9033-26c2a92a4d5a", - "identifier" : [ + "fullUrl": "Location/1731634383507922000.9c3bc8bc-1330-41f1-8d8b-2cbded8c458f", + "resource": { + "resourceType": "Location", + "id": "1731634383507922000.9c3bc8bc-1330-41f1-8d8b-2cbded8c458f", + "identifier": [ { - "value" : "Room 101" + "value": "Room 101" } ], - "status" : "active", - "mode" : "instance", - "physicalType" : { - "coding" : [ + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "ro" + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "ro" } ] } } }, { - "fullUrl" : "Location/1716961419187691000.5294042c-278e-49f2-a3bd-bc4d0d957b54", - "resource" : { - "resourceType" : "Location", - "id" : "1716961419187691000.5294042c-278e-49f2-a3bd-bc4d0d957b54", - "identifier" : [ + "fullUrl": "Location/1731634383508138000.f660af87-b6d3-47bd-9ced-583f867d31c7", + "resource": { + "resourceType": "Location", + "id": "1731634383508138000.f660af87-b6d3-47bd-9ced-583f867d31c7", + "identifier": [ { - "value" : "Bed A" + "value": "Bed A" } ], - "status" : "active", - "mode" : "instance", - "physicalType" : { - "coding" : [ + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "bd" + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "bd" } ] } } }, { - "fullUrl" : "PractitionerRole/1716961419187806000.8cf774c0-e426-456f-8e41-8c8451ccab44", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1716961419187806000.8cf774c0-e426-456f-8e41-8c8451ccab44", - "period" : { - "start" : "2023-04-01T10:25:31-04:00", - "_start" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230401102531-0400" + "fullUrl": "PractitionerRole/1731634383508216000.eee90ad3-12bd-4f98-921c-d047da642384", + "resource": { + "resourceType": "PractitionerRole", + "id": "1731634383508216000.eee90ad3-12bd-4f98-921c-d047da642384", + "period": { + "start": "2023-04-01T10:25:31-04:00", + "_start": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230401102531-0400" } ] }, - "end" : "2023-05-01T10:25:31-04:00", - "_end" : { - "extension" : [ + "end": "2023-05-01T10:25:31-04:00", + "_end": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230501102531-0400" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230501102531-0400" } ] } }, - "practitioner" : { - "reference" : "Practitioner/1716961419177470000.5a0c9064-eaf9-4c35-88d0-3f5898ae0989" + "practitioner": { + "reference": "Practitioner/1731634383496809000.9f83cb91-6d58-4357-a55f-c167a7c2a75a" }, - "location" : [ + "location": [ { - "reference" : "Location/1716961419178400000.24af0016-dec0-4cc4-a85e-f8105ca2b01b" + "reference": "Location/1731634383497312000.5ad385d5-09f7-4ca4-accf-b8d4c60566bd" }, { - "reference" : "Location/1716961419186100000.0c8c602f-eb8d-4246-b4db-0a4f8f83d47a" + "reference": "Location/1731634383507155000.d2847672-1af8-4a9b-a529-033d9f15d35e" }, { - "reference" : "Location/1716961419186514000.5d500395-c0df-4a65-82a2-333850e0fbad" + "reference": "Location/1731634383507460000.34a8c8d7-c4ab-4c12-a39a-a0fbec14f82d" }, { - "reference" : "Location/1716961419186954000.2f438cd1-1edc-44bc-809a-00f9150221a8" + "reference": "Location/1731634383507704000.d4fe2a75-7d99-4bf6-a868-ae4459066d3d" }, { - "reference" : "Location/1716961419187361000.91cb313d-6849-4c9c-9033-26c2a92a4d5a" + "reference": "Location/1731634383507922000.9c3bc8bc-1330-41f1-8d8b-2cbded8c458f" }, { - "reference" : "Location/1716961419187691000.5294042c-278e-49f2-a3bd-bc4d0d957b54" - } - ] - } - }, - { - "fullUrl" : "Practitioner/1716961419190531000.8c18e940-d531-4a4a-be11-76571cb04069", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716961419190531000.8c18e940-d531-4a4a-be11-76571cb04069", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "AssigningSystem" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "LUDWIG" - }, - { - "url" : "XCN.4", - "valueString" : "B" - }, - { - "url" : "XCN.20", - "valueString" : "20230501102531-0400" - }, - { - "url" : "XCN.21", - "valueString" : "MD" - }, - { - "url" : "XCN.22", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } - ], - "code" : "AssignJ" - } - ] - } - }, - { - "url" : "XCN.23", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } - ], - "code" : "AssignA" - } - ] - } - }, - { - "url" : "XCN.5", - "valueString" : "2ND" - }, - { - "url" : "XCN.7", - "valueString" : "MD" - }, - { - "url" : "XCN.8", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } - ], - "code" : "SRC" - } - ] - } - }, - { - "url" : "XCN.10", - "valueString" : "B" - }, - { - "url" : "XCN.15", - "valueString" : "A" - }, - { - "url" : "XCN.16", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } - ], - "code" : "NameContext" - } - ] - } - }, - { - "url" : "XCN.19", - "valueString" : "20220501102531-0400" - } - ] - } - ], - "identifier" : [ - { - "extension" : [ - { - "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", - "valueString" : "A" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", - "valueCode" : "NPI" - } - ], - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "DL" - } - ] - }, - "system" : "urn:oid:AssigningSystem", - "value" : "1" - } - ], - "name" : [ - { - "extension" : [ - { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", - "valueCode" : "G" - } - ], - "use" : "official", - "family" : "Collector", - "_family" : { - "extension" : [ - { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", - "valueString" : "VAN" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name", - "valueString" : "Identifier" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", - "valueString" : "VAL" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", - "valueString" : "ROGER" - } - ] - }, - "given" : [ - "LUDWIG", - "B" - ], - "prefix" : [ - "DR" - ], - "suffix" : [ - "2ND", - "MD", - "MD" - ], - "period" : { - "start" : "2022-05-01T10:25:31-04:00", - "end" : "2023-05-01T10:25:31-04:00" - } + "reference": "Location/1731634383508138000.f660af87-b6d3-47bd-9ced-583f867d31c7" } ] } }, { - "fullUrl" : "Practitioner/1716961419199166000.fdb25d11-34dd-4eb2-b01f-d97bbfa74a4d", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716961419199166000.fdb25d11-34dd-4eb2-b01f-d97bbfa74a4d", - "extension" : [ + "fullUrl": "Practitioner/1731634383511179000.0b53d520-02ff-4774-a4bc-38412877aa54", + "resource": { + "resourceType": "Practitioner", + "id": "1731634383511179000.0b53d520-02ff-4774-a4bc-38412877aa54", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "AssigningSystem" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "AssigningSystem" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ { - "url" : "XCN.3", - "valueString" : "LUDWIG" + "url": "XCN.3", + "valueString": "LUDWIG" }, { - "url" : "XCN.4", - "valueString" : "B" + "url": "XCN.4", + "valueString": "B" }, { - "url" : "XCN.20", - "valueString" : "20230501102531-0400" + "url": "XCN.20", + "valueString": "20230501102531-0400" }, { - "url" : "XCN.21", - "valueString" : "MD" + "url": "XCN.21", + "valueString": "MD" }, { - "url" : "XCN.22", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.22", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "AssignJ" + "code": "AssignJ" } ] } }, { - "url" : "XCN.23", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.23", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "AssignA" + "code": "AssignA" } ] } }, { - "url" : "XCN.5", - "valueString" : "2ND" + "url": "XCN.5", + "valueString": "2ND" }, { - "url" : "XCN.7", - "valueString" : "MD" + "url": "XCN.7", + "valueString": "MD" }, { - "url" : "XCN.8", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.8", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "SRC" + "code": "SRC" } ] } }, { - "url" : "XCN.10", - "valueString" : "B" + "url": "XCN.10", + "valueString": "B" }, { - "url" : "XCN.15", - "valueString" : "A" + "url": "XCN.15", + "valueString": "A" }, { - "url" : "XCN.16", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.16", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "NameContext" + "code": "NameContext" } ] } }, { - "url" : "XCN.19", - "valueString" : "20220501102531-0400" + "url": "XCN.19", + "valueString": "20220501102531-0400" } ] } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", - "valueString" : "A" + "url": "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString": "A" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", - "valueCode" : "NPI" + "url": "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode": "NPI" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true } ], - "code" : "DL" + "code": "DL" } ] }, - "system" : "urn:oid:AssigningSystem", - "value" : "1" + "system": "urn:oid:AssigningSystem", + "value": "1" } ], - "name" : [ + "name": [ { - "extension" : [ + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", - "valueCode" : "G" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", + "valueCode": "G" } ], - "use" : "official", - "family" : "Ordering", - "_family" : { - "extension" : [ + "use": "official", + "family": "Collector", + "_family": { + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", - "valueString" : "VAN" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", + "valueString": "VAN" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name", - "valueString" : "Provider" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name", + "valueString": "Identifier" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", - "valueString" : "VAL" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", + "valueString": "VAL" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", - "valueString" : "ROGER" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", + "valueString": "ROGER" } ] }, - "given" : [ + "given": [ "LUDWIG", "B" ], - "prefix" : [ + "prefix": [ "DR" ], - "suffix" : [ + "suffix": [ "2ND", "MD", "MD" ], - "period" : { - "start" : "2022-05-01T10:25:31-04:00", - "end" : "2023-05-01T10:25:31-04:00" + "period": { + "start": "2022-05-01T10:25:31-04:00", + "end": "2023-05-01T10:25:31-04:00" } } ] } }, { - "fullUrl" : "DiagnosticReport/1716961419238142000.a0dc8f6f-c950-4b8c-958a-066dd646621b", - "resource" : { - "resourceType" : "DiagnosticReport", - "id" : "1716961419238142000.a0dc8f6f-c950-4b8c-958a-066dd646621b", - "extension" : [ - { - "url" : "http://hl7.org/fhir/StructureDefinition/event-statusReason", - "valueCodeableConcept" : { - "text" : "Control Code Reason" + "fullUrl": "DiagnosticReport/1731634383531350000.ab3f2761-6e25-4431-926b-82c4805af925", + "resource": { + "resourceType": "DiagnosticReport", + "id": "1731634383531350000.ab3f2761-6e25-4431-926b-82c4805af925", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/event-statusReason", + "valueCodeableConcept": { + "text": "Control Code Reason" } } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "ORC.2" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Placer Identifier Namespace" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Placer Identifier Namespace" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "Placer Universal ID" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "Placer Universal ID" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PLAC" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "PLAC" } ] }, - "value" : "Placer Identifier" + "value": "Placer Identifier" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Filler Identifier Namespace" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Filler Identifier Namespace" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "Filler Universal ID" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "Filler Universal ID" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FILL" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "FILL" } ] }, - "value" : "Filler Identifier" + "value": "Filler Identifier" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Group Identifier Namespace" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Group Identifier Namespace" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "Group Universal ID" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "Group Universal ID" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PGN" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "PGN" } ] }, - "value" : "Group Identifier" + "value": "Group Identifier" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Group Identifier Namespace" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Group Identifier Namespace" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "Group Universal ID" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "Group Universal ID" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FGN" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "FGN" } ] }, - "value" : "Group Identifier" + "value": "Group Identifier" } ], - "basedOn" : [ + "basedOn": [ { - "reference" : "ServiceRequest/1727212329304688000.16d7eaa9-940a-415c-a7c5-b4f9f35b4d9d" + "reference": "ServiceRequest/1731634383512563000.09387d12-e4c1-48f3-817c-cc09f30b8341" } ], - "status" : "final", - "category" : [ + "status": "final", + "category": [ { - "coding" : [ + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true } ], - "code" : "OTH" + "code": "OTH" } ] } ], - "code" : { - "coding" : [ + "code": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "123", - "display" : "Universal service identifier" + "code": "123", + "display": "Universal service identifier" } ] }, - "subject" : { - "reference" : "Patient/1716961418972747000.fb596873-2170-4c71-9fe2-e9afc24a6bc0" + "subject": { + "reference": "Patient/1731634383341421000.ca8cf1d9-8a49-49f6-9c0c-e3518c61253a" }, - "effectivePeriod" : { - "start" : "2023-08-16T12:33:58-05:00", - "_start" : { - "extension" : [ + "effectivePeriod": { + "start": "2023-08-16T12:33:58-05:00", + "_start": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230816123358-0500" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230816123358-0500" } ] }, - "end" : "2023-09-16T12:33:58-05:00", - "_end" : { - "extension" : [ + "end": "2023-09-16T12:33:58-05:00", + "_end": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230916123358-0500" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230916123358-0500" } ] } }, - "issued" : "2023-08-16T12:33:58-05:00", - "_issued" : { - "extension" : [ + "issued": "2023-08-16T12:33:58-05:00", + "_issued": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230816123358-0500" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230816123358-0500" } ] }, - "performer" : [ + "performer": [ { - "reference" : "PractitionerRole/1716961419234315000.6b08f098-ec88-4a3c-bdc5-df1942b60574" + "reference": "PractitionerRole/1731634383529309000.6fd542af-2c94-4d79-8471-f1d92abf4090" }, { - "reference" : "PractitionerRole/1716961419237857000.20b6130d-0808-422e-91df-b1d0bc2f0b3b" + "reference": "PractitionerRole/1731634383531196000.bf4216f7-b1f6-4c9b-bec3-b0d8e9798847" } ], - "resultsInterpreter" : [ + "resultsInterpreter": [ { - "reference" : "PractitionerRole/1716961419231439000.81b58d30-ca38-4fd6-b84c-4adaae772a24" + "reference": "PractitionerRole/1731634383527618000.dca78207-9baf-4b47-92b2-6a97e35aa58f" } ], - "specimen" : [ + "specimen": [ { - "reference" : "Specimen/1716961418975964000.f6e2be4a-538a-49f3-952b-b3bfeb470d5a" + "reference": "Specimen/1731634383343644000.e29e56bb-5419-40e7-85ee-68bcfde687bc" } ] } }, { - "fullUrl" : "Practitioner/1716961419228970000.3afa9862-ea44-4caa-b1a8-d038c3e1ad54", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716961419228970000.3afa9862-ea44-4caa-b1a8-d038c3e1ad54", - "extension" : [ + "fullUrl": "Practitioner/1731634383526057000.79e68ed2-7462-4586-8821-9e8d2d0a947d", + "resource": { + "resourceType": "Practitioner", + "id": "1731634383526057000.79e68ed2-7462-4586-8821-9e8d2d0a947d", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cnn-practitioner", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cnn-practitioner", + "extension": [ { - "url" : "CNN.3", - "valueString" : "Interpreter" + "url": "CNN.3", + "valueString": "Interpreter" }, { - "url" : "CNN.4", - "valueString" : "S" + "url": "CNN.4", + "valueString": "S" }, { - "url" : "CNN.5", - "valueString" : "ESQ" + "url": "CNN.5", + "valueString": "ESQ" }, { - "url" : "CNN.7", - "valueString" : "MD" + "url": "CNN.7", + "valueString": "MD" } ] } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Assigning Authority" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Assigning Authority" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.1.4.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.1.4.1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "value" : "123" + "value": "123" } ], - "name" : [ + "name": [ { - "family" : "Results", - "given" : [ + "family": "Results", + "given": [ "Interpreter", "S" ], - "prefix" : [ + "prefix": [ "DR" ], - "suffix" : [ + "suffix": [ "ESQ", "MD" ] @@ -4574,98 +4598,98 @@ } }, { - "fullUrl" : "Location/1716961419229420000.87c57559-c31a-41ca-b297-8a3dcedf0963", - "resource" : { - "resourceType" : "Location", - "id" : "1716961419229420000.87c57559-c31a-41ca-b297-8a3dcedf0963", - "identifier" : [ + "fullUrl": "Location/1731634383526422000.95730ff7-9244-4f8f-b38d-4a6cafe96397", + "resource": { + "resourceType": "Location", + "id": "1731634383526422000.95730ff7-9244-4f8f-b38d-4a6cafe96397", + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" } ], - "value" : "Hospital A" + "value": "Hospital A" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.2,HD.3" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true } ], - "code" : "ISO" + "code": "ISO" } ] }, - "value" : "2.16.840.1.113883.9.11" + "value": "2.16.840.1.113883.9.11" } ], - "status" : "active", - "mode" : "instance", - "physicalType" : { - "coding" : [ + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "si" + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" } ] } } }, { - "fullUrl" : "Location/1716961419229785000.ab73c4b4-baa2-4397-9ee2-793d925a0dc8", - "resource" : { - "resourceType" : "Location", - "id" : "1716961419229785000.ab73c4b4-baa2-4397-9ee2-793d925a0dc8", - "identifier" : [ + "fullUrl": "Location/1731634383526632000.fc2812a0-f1a3-4003-8f26-5af493244e26", + "resource": { + "resourceType": "Location", + "id": "1731634383526632000.fc2812a0-f1a3-4003-8f26-5af493244e26", + "identifier": [ { - "value" : "Building 123" + "value": "Building 123" } ], - "status" : "active", - "mode" : "instance", - "physicalType" : { - "coding" : [ + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "bu" + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "bu" } ] } } }, { - "fullUrl" : "Location/1716961419230253000.3fee4a91-71e7-4a91-8264-10375b68c19e", - "resource" : { - "resourceType" : "Location", - "id" : "1716961419230253000.3fee4a91-71e7-4a91-8264-10375b68c19e", - "identifier" : [ + "fullUrl": "Location/1731634383526903000.ba09f633-4f25-4a48-8031-d4f7906031fe", + "resource": { + "resourceType": "Location", + "id": "1731634383526903000.ba09f633-4f25-4a48-8031-d4f7906031fe", + "identifier": [ { - "value" : "Point of Care" + "value": "Point of Care" } ], - "status" : "active", - "mode" : "instance", - "physicalType" : { - "coding" : [ + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "_code" : { - "extension" : [ + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "_code": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/location-physical-type-poc", - "valueString" : "poc" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/location-physical-type-poc", + "valueString": "poc" } ] } @@ -4675,184 +4699,184 @@ } }, { - "fullUrl" : "Location/1716961419230599000.a801490e-324f-4ccc-94d5-2f24710e611a", - "resource" : { - "resourceType" : "Location", - "id" : "1716961419230599000.a801490e-324f-4ccc-94d5-2f24710e611a", - "identifier" : [ + "fullUrl": "Location/1731634383527151000.a9928806-847f-4b6b-bc05-508a1beb4e76", + "resource": { + "resourceType": "Location", + "id": "1731634383527151000.a9928806-847f-4b6b-bc05-508a1beb4e76", + "identifier": [ { - "value" : "Floor A" + "value": "Floor A" } ], - "status" : "active", - "mode" : "instance", - "physicalType" : { - "coding" : [ + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "lvl" + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "lvl" } ] } } }, { - "fullUrl" : "Location/1716961419230928000.36905147-b696-44c1-8f8a-aa6ba5847318", - "resource" : { - "resourceType" : "Location", - "id" : "1716961419230928000.36905147-b696-44c1-8f8a-aa6ba5847318", - "identifier" : [ + "fullUrl": "Location/1731634383527341000.9960a829-1e7e-499e-853f-b755bfdb661d", + "resource": { + "resourceType": "Location", + "id": "1731634383527341000.9960a829-1e7e-499e-853f-b755bfdb661d", + "identifier": [ { - "value" : "Room 101" + "value": "Room 101" } ], - "status" : "active", - "mode" : "instance", - "physicalType" : { - "coding" : [ + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "ro" + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "ro" } ] } } }, { - "fullUrl" : "Location/1716961419231323000.775c2ae8-43b4-4f29-a126-5cf473f8f366", - "resource" : { - "resourceType" : "Location", - "id" : "1716961419231323000.775c2ae8-43b4-4f29-a126-5cf473f8f366", - "identifier" : [ + "fullUrl": "Location/1731634383527538000.26a8ba9f-e5c6-4a1e-b53a-c536186e210f", + "resource": { + "resourceType": "Location", + "id": "1731634383527538000.26a8ba9f-e5c6-4a1e-b53a-c536186e210f", + "identifier": [ { - "value" : "Bed A" + "value": "Bed A" } ], - "status" : "active", - "mode" : "instance", - "physicalType" : { - "coding" : [ + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "bd" + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "bd" } ] } } }, { - "fullUrl" : "PractitionerRole/1716961419231439000.81b58d30-ca38-4fd6-b84c-4adaae772a24", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1716961419231439000.81b58d30-ca38-4fd6-b84c-4adaae772a24", - "period" : { - "start" : "2023-04-01T10:25:31-04:00", - "_start" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230401102531-0400" + "fullUrl": "PractitionerRole/1731634383527618000.dca78207-9baf-4b47-92b2-6a97e35aa58f", + "resource": { + "resourceType": "PractitionerRole", + "id": "1731634383527618000.dca78207-9baf-4b47-92b2-6a97e35aa58f", + "period": { + "start": "2023-04-01T10:25:31-04:00", + "_start": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230401102531-0400" } ] }, - "end" : "2023-05-01T10:25:31-04:00", - "_end" : { - "extension" : [ + "end": "2023-05-01T10:25:31-04:00", + "_end": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230501102531-0400" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230501102531-0400" } ] } }, - "practitioner" : { - "reference" : "Practitioner/1716961419228970000.3afa9862-ea44-4caa-b1a8-d038c3e1ad54" + "practitioner": { + "reference": "Practitioner/1731634383526057000.79e68ed2-7462-4586-8821-9e8d2d0a947d" }, - "location" : [ + "location": [ { - "reference" : "Location/1716961419229420000.87c57559-c31a-41ca-b297-8a3dcedf0963" + "reference": "Location/1731634383526422000.95730ff7-9244-4f8f-b38d-4a6cafe96397" }, { - "reference" : "Location/1716961419229785000.ab73c4b4-baa2-4397-9ee2-793d925a0dc8" + "reference": "Location/1731634383526632000.fc2812a0-f1a3-4003-8f26-5af493244e26" }, { - "reference" : "Location/1716961419230253000.3fee4a91-71e7-4a91-8264-10375b68c19e" + "reference": "Location/1731634383526903000.ba09f633-4f25-4a48-8031-d4f7906031fe" }, { - "reference" : "Location/1716961419230599000.a801490e-324f-4ccc-94d5-2f24710e611a" + "reference": "Location/1731634383527151000.a9928806-847f-4b6b-bc05-508a1beb4e76" }, { - "reference" : "Location/1716961419230928000.36905147-b696-44c1-8f8a-aa6ba5847318" + "reference": "Location/1731634383527341000.9960a829-1e7e-499e-853f-b755bfdb661d" }, { - "reference" : "Location/1716961419231323000.775c2ae8-43b4-4f29-a126-5cf473f8f366" + "reference": "Location/1731634383527538000.26a8ba9f-e5c6-4a1e-b53a-c536186e210f" } ] } }, { - "fullUrl" : "Practitioner/1716961419232230000.b516cd07-4d8c-44f9-9300-3123dfcea2a9", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716961419232230000.b516cd07-4d8c-44f9-9300-3123dfcea2a9", - "extension" : [ + "fullUrl": "Practitioner/1731634383528095000.2be36213-1f42-4d18-a8ef-7a9ab774a4c1", + "resource": { + "resourceType": "Practitioner", + "id": "1731634383528095000.2be36213-1f42-4d18-a8ef-7a9ab774a4c1", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cnn-practitioner", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cnn-practitioner", + "extension": [ { - "url" : "CNN.3", - "valueString" : "Transcriptionist" + "url": "CNN.3", + "valueString": "Transcriptionist" }, { - "url" : "CNN.4", - "valueString" : "S" + "url": "CNN.4", + "valueString": "S" }, { - "url" : "CNN.5", - "valueString" : "ESQ" + "url": "CNN.5", + "valueString": "ESQ" }, { - "url" : "CNN.7", - "valueString" : "MD" + "url": "CNN.7", + "valueString": "MD" } ] } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Assigning Authority" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Assigning Authority" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.1.4.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.1.4.1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "value" : "123" + "value": "123" } ], - "name" : [ + "name": [ { - "family" : "DOE", - "given" : [ + "family": "DOE", + "given": [ "Transcriptionist", "S" ], - "prefix" : [ + "prefix": [ "DR" ], - "suffix" : [ + "suffix": [ "ESQ", "MD" ] @@ -4861,98 +4885,98 @@ } }, { - "fullUrl" : "Location/1716961419232617000.585ac1d3-97b6-46e7-9137-bc762b075446", - "resource" : { - "resourceType" : "Location", - "id" : "1716961419232617000.585ac1d3-97b6-46e7-9137-bc762b075446", - "identifier" : [ + "fullUrl": "Location/1731634383528300000.f7b3bed8-3928-4851-92d1-22f2fa124223", + "resource": { + "resourceType": "Location", + "id": "1731634383528300000.f7b3bed8-3928-4851-92d1-22f2fa124223", + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" } ], - "value" : "Hospital A" + "value": "Hospital A" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.2,HD.3" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true } ], - "code" : "ISO" + "code": "ISO" } ] }, - "value" : "2.16.840.1.113883.9.11" + "value": "2.16.840.1.113883.9.11" } ], - "status" : "active", - "mode" : "instance", - "physicalType" : { - "coding" : [ + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "si" + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" } ] } } }, { - "fullUrl" : "Location/1716961419232945000.77edf253-6bf5-4739-9903-e5bb46d54f04", - "resource" : { - "resourceType" : "Location", - "id" : "1716961419232945000.77edf253-6bf5-4739-9903-e5bb46d54f04", - "identifier" : [ + "fullUrl": "Location/1731634383528491000.5378de74-8fc3-4ac9-8167-2cd289ddcd39", + "resource": { + "resourceType": "Location", + "id": "1731634383528491000.5378de74-8fc3-4ac9-8167-2cd289ddcd39", + "identifier": [ { - "value" : "Building 123" + "value": "Building 123" } ], - "status" : "active", - "mode" : "instance", - "physicalType" : { - "coding" : [ + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "bu" + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "bu" } ] } } }, { - "fullUrl" : "Location/1716961419233281000.9a4b4623-797f-4e89-8d08-63773ca6100c", - "resource" : { - "resourceType" : "Location", - "id" : "1716961419233281000.9a4b4623-797f-4e89-8d08-63773ca6100c", - "identifier" : [ + "fullUrl": "Location/1731634383528696000.462d536e-2e8a-4c80-b822-0f032c63a7a6", + "resource": { + "resourceType": "Location", + "id": "1731634383528696000.462d536e-2e8a-4c80-b822-0f032c63a7a6", + "identifier": [ { - "value" : "Point of Care" + "value": "Point of Care" } ], - "status" : "active", - "mode" : "instance", - "physicalType" : { - "coding" : [ + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "_code" : { - "extension" : [ + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "_code": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/location-physical-type-poc", - "valueString" : "poc" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/location-physical-type-poc", + "valueString": "poc" } ] } @@ -4962,197 +4986,197 @@ } }, { - "fullUrl" : "Location/1716961419233587000.3834d6db-66b5-4467-8e04-4328d4c79195", - "resource" : { - "resourceType" : "Location", - "id" : "1716961419233587000.3834d6db-66b5-4467-8e04-4328d4c79195", - "identifier" : [ + "fullUrl": "Location/1731634383528875000.2c847264-143f-47a7-a31e-19b57e7e112a", + "resource": { + "resourceType": "Location", + "id": "1731634383528875000.2c847264-143f-47a7-a31e-19b57e7e112a", + "identifier": [ { - "value" : "Floor A" + "value": "Floor A" } ], - "status" : "active", - "mode" : "instance", - "physicalType" : { - "coding" : [ + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "lvl" + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "lvl" } ] } } }, { - "fullUrl" : "Location/1716961419233903000.1b69198c-8c17-49e1-8b08-7e499ef9f677", - "resource" : { - "resourceType" : "Location", - "id" : "1716961419233903000.1b69198c-8c17-49e1-8b08-7e499ef9f677", - "identifier" : [ + "fullUrl": "Location/1731634383529054000.5f9a3c86-0ace-4b2a-a154-76b9d7079f1c", + "resource": { + "resourceType": "Location", + "id": "1731634383529054000.5f9a3c86-0ace-4b2a-a154-76b9d7079f1c", + "identifier": [ { - "value" : "Room 101" + "value": "Room 101" } ], - "status" : "active", - "mode" : "instance", - "physicalType" : { - "coding" : [ + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "ro" + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "ro" } ] } } }, { - "fullUrl" : "Location/1716961419234201000.f77c8280-2661-48a5-b2a2-fc74d40bf1e1", - "resource" : { - "resourceType" : "Location", - "id" : "1716961419234201000.f77c8280-2661-48a5-b2a2-fc74d40bf1e1", - "identifier" : [ + "fullUrl": "Location/1731634383529233000.ec21818c-e19a-4318-b368-21d9663d3425", + "resource": { + "resourceType": "Location", + "id": "1731634383529233000.ec21818c-e19a-4318-b368-21d9663d3425", + "identifier": [ { - "value" : "Bed A" + "value": "Bed A" } ], - "status" : "active", - "mode" : "instance", - "physicalType" : { - "coding" : [ + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "bd" + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "bd" } ] } } }, { - "fullUrl" : "PractitionerRole/1716961419234315000.6b08f098-ec88-4a3c-bdc5-df1942b60574", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1716961419234315000.6b08f098-ec88-4a3c-bdc5-df1942b60574", - "extension" : [ - { - "url" : "http://hl7.org/fhir/StructureDefinition/event-performerFunction", - "valueCodeableConcept" : { - "coding" : [ + "fullUrl": "PractitionerRole/1731634383529309000.6fd542af-2c94-4d79-8471-f1d92abf4090", + "resource": { + "resourceType": "PractitionerRole", + "id": "1731634383529309000.6fd542af-2c94-4d79-8471-f1d92abf4090", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/event-performerFunction", + "valueCodeableConcept": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", - "code" : "TRANS" + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "code": "TRANS" } ] } } ], - "period" : { - "start" : "2023-04-01T10:25:31-04:00", - "_start" : { - "extension" : [ + "period": { + "start": "2023-04-01T10:25:31-04:00", + "_start": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230401102531-0400" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230401102531-0400" } ] }, - "end" : "2023-05-01T10:25:31-04:00", - "_end" : { - "extension" : [ + "end": "2023-05-01T10:25:31-04:00", + "_end": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230501102531-0400" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230501102531-0400" } ] } }, - "practitioner" : { - "reference" : "Practitioner/1716961419232230000.b516cd07-4d8c-44f9-9300-3123dfcea2a9" + "practitioner": { + "reference": "Practitioner/1731634383528095000.2be36213-1f42-4d18-a8ef-7a9ab774a4c1" }, - "location" : [ + "location": [ { - "reference" : "Location/1716961419232617000.585ac1d3-97b6-46e7-9137-bc762b075446" + "reference": "Location/1731634383528300000.f7b3bed8-3928-4851-92d1-22f2fa124223" }, { - "reference" : "Location/1716961419232945000.77edf253-6bf5-4739-9903-e5bb46d54f04" + "reference": "Location/1731634383528491000.5378de74-8fc3-4ac9-8167-2cd289ddcd39" }, { - "reference" : "Location/1716961419233281000.9a4b4623-797f-4e89-8d08-63773ca6100c" + "reference": "Location/1731634383528696000.462d536e-2e8a-4c80-b822-0f032c63a7a6" }, { - "reference" : "Location/1716961419233587000.3834d6db-66b5-4467-8e04-4328d4c79195" + "reference": "Location/1731634383528875000.2c847264-143f-47a7-a31e-19b57e7e112a" }, { - "reference" : "Location/1716961419233903000.1b69198c-8c17-49e1-8b08-7e499ef9f677" + "reference": "Location/1731634383529054000.5f9a3c86-0ace-4b2a-a154-76b9d7079f1c" }, { - "reference" : "Location/1716961419234201000.f77c8280-2661-48a5-b2a2-fc74d40bf1e1" + "reference": "Location/1731634383529233000.ec21818c-e19a-4318-b368-21d9663d3425" } ] } }, { - "fullUrl" : "Practitioner/1716961419235594000.0a9e4028-10ee-4064-a39c-7a73e0dfb3ed", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716961419235594000.0a9e4028-10ee-4064-a39c-7a73e0dfb3ed", - "extension" : [ + "fullUrl": "Practitioner/1731634383529972000.2ce8c144-1c57-49e3-b119-673c6918682e", + "resource": { + "resourceType": "Practitioner", + "id": "1731634383529972000.2ce8c144-1c57-49e3-b119-673c6918682e", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cnn-practitioner", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cnn-practitioner", + "extension": [ { - "url" : "CNN.3", - "valueString" : "Technician" + "url": "CNN.3", + "valueString": "Technician" }, { - "url" : "CNN.4", - "valueString" : "S" + "url": "CNN.4", + "valueString": "S" }, { - "url" : "CNN.5", - "valueString" : "ESQ" + "url": "CNN.5", + "valueString": "ESQ" }, { - "url" : "CNN.7", - "valueString" : "MD" + "url": "CNN.7", + "valueString": "MD" } ] } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Assigning Authority" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Assigning Authority" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.1.4.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.1.4.1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "value" : "123" + "value": "123" } ], - "name" : [ + "name": [ { - "family" : "DOE", - "given" : [ + "family": "DOE", + "given": [ "Technician", "S" ], - "prefix" : [ + "prefix": [ "DR" ], - "suffix" : [ + "suffix": [ "ESQ", "MD" ] @@ -5161,98 +5185,98 @@ } }, { - "fullUrl" : "Location/1716961419235989000.37216cf0-ce13-4296-8655-615ffe0cab8c", - "resource" : { - "resourceType" : "Location", - "id" : "1716961419235989000.37216cf0-ce13-4296-8655-615ffe0cab8c", - "identifier" : [ + "fullUrl": "Location/1731634383530161000.ac2cbff3-782e-4a49-85b4-b9fb86d4e78b", + "resource": { + "resourceType": "Location", + "id": "1731634383530161000.ac2cbff3-782e-4a49-85b4-b9fb86d4e78b", + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" } ], - "value" : "Hospital A" + "value": "Hospital A" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.2,HD.3" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true } ], - "code" : "ISO" + "code": "ISO" } ] }, - "value" : "2.16.840.1.113883.9.11" + "value": "2.16.840.1.113883.9.11" } ], - "status" : "active", - "mode" : "instance", - "physicalType" : { - "coding" : [ + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "si" + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" } ] } } }, { - "fullUrl" : "Location/1716961419236323000.6ab8db02-e773-4999-8a09-ec13ece92a71", - "resource" : { - "resourceType" : "Location", - "id" : "1716961419236323000.6ab8db02-e773-4999-8a09-ec13ece92a71", - "identifier" : [ + "fullUrl": "Location/1731634383530439000.2144bad5-5ace-4f99-a96e-ac4759ee1a2d", + "resource": { + "resourceType": "Location", + "id": "1731634383530439000.2144bad5-5ace-4f99-a96e-ac4759ee1a2d", + "identifier": [ { - "value" : "Building 123" + "value": "Building 123" } ], - "status" : "active", - "mode" : "instance", - "physicalType" : { - "coding" : [ + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "bu" + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "bu" } ] } } }, { - "fullUrl" : "Location/1716961419236653000.539b4be9-674e-4f8f-be49-054a837f6d78", - "resource" : { - "resourceType" : "Location", - "id" : "1716961419236653000.539b4be9-674e-4f8f-be49-054a837f6d78", - "identifier" : [ + "fullUrl": "Location/1731634383530629000.db763ef0-c552-4acf-ba56-9869bcb4f4e1", + "resource": { + "resourceType": "Location", + "id": "1731634383530629000.db763ef0-c552-4acf-ba56-9869bcb4f4e1", + "identifier": [ { - "value" : "Point of Care" + "value": "Point of Care" } ], - "status" : "active", - "mode" : "instance", - "physicalType" : { - "coding" : [ + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "_code" : { - "extension" : [ + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "_code": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/location-physical-type-poc", - "valueString" : "poc" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/location-physical-type-poc", + "valueString": "poc" } ] } @@ -5262,130 +5286,130 @@ } }, { - "fullUrl" : "Location/1716961419236972000.582a3872-056b-44fc-8988-2fb07a901f03", - "resource" : { - "resourceType" : "Location", - "id" : "1716961419236972000.582a3872-056b-44fc-8988-2fb07a901f03", - "identifier" : [ + "fullUrl": "Location/1731634383530802000.0a2ea167-7079-4095-8b7e-9de528fdd980", + "resource": { + "resourceType": "Location", + "id": "1731634383530802000.0a2ea167-7079-4095-8b7e-9de528fdd980", + "identifier": [ { - "value" : "Floor A" + "value": "Floor A" } ], - "status" : "active", - "mode" : "instance", - "physicalType" : { - "coding" : [ + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "lvl" + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "lvl" } ] } } }, { - "fullUrl" : "Location/1716961419237422000.960273fd-3d0f-4432-8e08-9e2bc4f1b699", - "resource" : { - "resourceType" : "Location", - "id" : "1716961419237422000.960273fd-3d0f-4432-8e08-9e2bc4f1b699", - "identifier" : [ + "fullUrl": "Location/1731634383530968000.e7e8d1fa-a491-45c5-a508-22b203a9a54f", + "resource": { + "resourceType": "Location", + "id": "1731634383530968000.e7e8d1fa-a491-45c5-a508-22b203a9a54f", + "identifier": [ { - "value" : "Room 101" + "value": "Room 101" } ], - "status" : "active", - "mode" : "instance", - "physicalType" : { - "coding" : [ + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "ro" + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "ro" } ] } } }, { - "fullUrl" : "Location/1716961419237718000.59d2400c-d6df-45e0-8f37-59c85af4e979", - "resource" : { - "resourceType" : "Location", - "id" : "1716961419237718000.59d2400c-d6df-45e0-8f37-59c85af4e979", - "identifier" : [ + "fullUrl": "Location/1731634383531121000.2a9825c9-a9c1-46b6-bc8b-8f2225eace2b", + "resource": { + "resourceType": "Location", + "id": "1731634383531121000.2a9825c9-a9c1-46b6-bc8b-8f2225eace2b", + "identifier": [ { - "value" : "Bed A" + "value": "Bed A" } ], - "status" : "active", - "mode" : "instance", - "physicalType" : { - "coding" : [ + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "bd" + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "bd" } ] } } }, { - "fullUrl" : "PractitionerRole/1716961419237857000.20b6130d-0808-422e-91df-b1d0bc2f0b3b", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1716961419237857000.20b6130d-0808-422e-91df-b1d0bc2f0b3b", - "extension" : [ - { - "url" : "http://hl7.org/fhir/StructureDefinition/event-performerFunction", - "valueCodeableConcept" : { - "coding" : [ + "fullUrl": "PractitionerRole/1731634383531196000.bf4216f7-b1f6-4c9b-bec3-b0d8e9798847", + "resource": { + "resourceType": "PractitionerRole", + "id": "1731634383531196000.bf4216f7-b1f6-4c9b-bec3-b0d8e9798847", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/event-performerFunction", + "valueCodeableConcept": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", - "code" : "SPRF" + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "code": "SPRF" } ] } } ], - "period" : { - "start" : "2023-04-01T10:25:31-04:00", - "_start" : { - "extension" : [ + "period": { + "start": "2023-04-01T10:25:31-04:00", + "_start": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230401102531-0400" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230401102531-0400" } ] }, - "end" : "2023-05-01T10:25:31-04:00", - "_end" : { - "extension" : [ + "end": "2023-05-01T10:25:31-04:00", + "_end": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230501102531-0400" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230501102531-0400" } ] } }, - "practitioner" : { - "reference" : "Practitioner/1716961419235594000.0a9e4028-10ee-4064-a39c-7a73e0dfb3ed" + "practitioner": { + "reference": "Practitioner/1731634383529972000.2ce8c144-1c57-49e3-b119-673c6918682e" }, - "location" : [ + "location": [ { - "reference" : "Location/1716961419235989000.37216cf0-ce13-4296-8655-615ffe0cab8c" + "reference": "Location/1731634383530161000.ac2cbff3-782e-4a49-85b4-b9fb86d4e78b" }, { - "reference" : "Location/1716961419236323000.6ab8db02-e773-4999-8a09-ec13ece92a71" + "reference": "Location/1731634383530439000.2144bad5-5ace-4f99-a96e-ac4759ee1a2d" }, { - "reference" : "Location/1716961419236653000.539b4be9-674e-4f8f-be49-054a837f6d78" + "reference": "Location/1731634383530629000.db763ef0-c552-4acf-ba56-9869bcb4f4e1" }, { - "reference" : "Location/1716961419236972000.582a3872-056b-44fc-8988-2fb07a901f03" + "reference": "Location/1731634383530802000.0a2ea167-7079-4095-8b7e-9de528fdd980" }, { - "reference" : "Location/1716961419237422000.960273fd-3d0f-4432-8e08-9e2bc4f1b699" + "reference": "Location/1731634383530968000.e7e8d1fa-a491-45c5-a508-22b203a9a54f" }, { - "reference" : "Location/1716961419237718000.59d2400c-d6df-45e0-8f37-59c85af4e979" + "reference": "Location/1731634383531121000.2a9825c9-a9c1-46b6-bc8b-8f2225eace2b" } ] } diff --git a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/orc_obr-to-servicerequest_diagnosticreport-orc-populated.fhir b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/orc_obr-to-servicerequest_diagnosticreport-orc-populated.fhir index e46452d67c1..b12741be980 100644 --- a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/orc_obr-to-servicerequest_diagnosticreport-orc-populated.fhir +++ b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/orc_obr-to-servicerequest_diagnosticreport-orc-populated.fhir @@ -1,654 +1,654 @@ { - "resourceType" : "Bundle", - "id" : "1715988294820844000.06e641a8-b110-4da8-80b4-6846cbdba00d", - "meta" : { - "lastUpdated" : "2024-05-17T19:24:54.831-04:00" + "resourceType": "Bundle", + "id": "1731634401448001000.04e14f5d-bdf0-43a5-ae09-f97beacf25ef", + "meta": { + "lastUpdated": "2024-11-14T17:33:21.452-08:00" }, - "identifier" : { - "system" : "https://reportstream.cdc.gov/prime-router", - "value" : "20230816123358" + "identifier": { + "system": "https://reportstream.cdc.gov/prime-router", + "value": "20230816123358" }, - "type" : "message", - "timestamp" : "2023-08-16T13:33:58.000-04:00", - "entry" : [ + "type": "message", + "timestamp": "2023-08-16T10:33:58.000-07:00", + "entry": [ { - "fullUrl" : "MessageHeader/bb504ecd-c2ab-3be3-91d8-6065e2bce435", - "resource" : { - "resourceType" : "MessageHeader", - "id" : "bb504ecd-c2ab-3be3-91d8-6065e2bce435", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/encoding-characters", - "valueString" : "^~\\\u0026#" + "fullUrl": "MessageHeader/1731634401479764000.462363ed-4954-43ec-9314-13562dc23764", + "resource": { + "resourceType": "MessageHeader", + "id": "1731634401479764000.462363ed-4954-43ec-9314-13562dc23764", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/encoding-characters", + "valueString": "^~\\\u0026#" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/msh-message-header", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/msh-message-header", + "extension": [ { - "url" : "MSH.7", - "valueString" : "20230816123358-0500" + "url": "MSH.7", + "valueString": "20230816123358-0500" } ] } ], - "eventCoding" : { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0003", - "code" : "R01", - "display" : "ORU^R01^ORU_R01" + "eventCoding": { + "system": "http://terminology.hl7.org/CodeSystem/v2-0003", + "code": "R01", + "display": "ORU^R01^ORU_R01" } } }, { - "fullUrl" : "Provenance/1715988295496416000.a11ab68e-8ad5-4c2a-8eae-cc9114ddff96", - "resource" : { - "resourceType" : "Provenance", - "id" : "1715988295496416000.a11ab68e-8ad5-4c2a-8eae-cc9114ddff96", - "target" : [ + "fullUrl": "Provenance/1731634401723012000.c51370d4-5a24-4d3b-8b61-e12c03acf93a", + "resource": { + "resourceType": "Provenance", + "id": "1731634401723012000.c51370d4-5a24-4d3b-8b61-e12c03acf93a", + "target": [ { - "reference" : "MessageHeader/bb504ecd-c2ab-3be3-91d8-6065e2bce435" + "reference": "MessageHeader/1731634401479764000.462363ed-4954-43ec-9314-13562dc23764" }, { - "reference" : "DiagnosticReport/1715988329002527000.3a9d79cd-5dfa-4ed9-be24-57fd943d59e9" + "reference": "DiagnosticReport/1731634401912861000.f80f2f58-064f-4b21-8607-4fbe5024ae71" } ], - "recorded" : "2023-08-16T12:33:58-05:00", - "activity" : { - "coding" : [ + "recorded": "2023-08-16T12:33:58-05:00", + "activity": { + "coding": [ { - "display" : "ORU^R01^ORU_R01" + "display": "ORU^R01^ORU_R01" } ] } } }, { - "fullUrl" : "Provenance/1715988295506948000.57ac2d0c-6d53-4f05-952e-f493efba989a", - "resource" : { - "resourceType" : "Provenance", - "id" : "1715988295506948000.57ac2d0c-6d53-4f05-952e-f493efba989a", - "recorded" : "2024-05-17T19:24:55Z", - "policy" : [ + "fullUrl": "Provenance/1731634401729167000.2df8ebf7-34f6-4fef-8701-0860867bb6be", + "resource": { + "resourceType": "Provenance", + "id": "1731634401729167000.2df8ebf7-34f6-4fef-8701-0860867bb6be", + "recorded": "2024-11-14T17:33:21Z", + "policy": [ "http://hl7.org/fhir/uv/v2mappings/message-oru-r01-to-bundle" ], - "activity" : { - "coding" : [ + "activity": { + "coding": [ { - "code" : "v2-FHIR transformation" + "code": "v2-FHIR transformation" } ] }, - "agent" : [ + "agent": [ { - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type", - "code" : "assembler" + "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type", + "code": "assembler" } ] }, - "who" : { - "reference" : "Organization/1715988295506187000.3aa4f1af-9421-482b-bee8-a6fce6ad4b3e" + "who": { + "reference": "Organization/1731634401728718000.f15133ec-4469-4997-ae52-ffe33498325d" } } ] } }, { - "fullUrl" : "Organization/1715988295506187000.3aa4f1af-9421-482b-bee8-a6fce6ad4b3e", - "resource" : { - "resourceType" : "Organization", - "id" : "1715988295506187000.3aa4f1af-9421-482b-bee8-a6fce6ad4b3e", - "identifier" : [ + "fullUrl": "Organization/1731634401728718000.f15133ec-4469-4997-ae52-ffe33498325d", + "resource": { + "resourceType": "Organization", + "id": "1731634401728718000.f15133ec-4469-4997-ae52-ffe33498325d", + "identifier": [ { - "value" : "CDC PRIME - Atlanta" + "value": "CDC PRIME - Atlanta" }, { - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0301" + "system": "http://terminology.hl7.org/CodeSystem/v2-0301" } ] }, - "system" : "urn:ietf:rfc:3986", - "value" : "2.16.840.1.114222.4.1.237821" + "system": "urn:ietf:rfc:3986", + "value": "2.16.840.1.114222.4.1.237821" } ] } }, { - "fullUrl" : "Patient/1715988295524561000.254958e7-f6b3-4fbe-ac16-9f457ded3910", - "resource" : { - "resourceType" : "Patient", - "id" : "1715988295524561000.254958e7-f6b3-4fbe-ac16-9f457ded3910" + "fullUrl": "Patient/1731634401740435000.f39d452d-069d-450c-8ff1-3e2dda2270a1", + "resource": { + "resourceType": "Patient", + "id": "1731634401740435000.f39d452d-069d-450c-8ff1-3e2dda2270a1" } }, { - "fullUrl" : "Provenance/1715988295525236000.84809690-8d80-4a03-971b-713d7965e138", - "resource" : { - "resourceType" : "Provenance", - "id" : "1715988295525236000.84809690-8d80-4a03-971b-713d7965e138", - "target" : [ + "fullUrl": "Provenance/1731634401740939000.078047ba-ea2f-4fa9-8692-5d5a5a7d5e0f", + "resource": { + "resourceType": "Provenance", + "id": "1731634401740939000.078047ba-ea2f-4fa9-8692-5d5a5a7d5e0f", + "target": [ { - "reference" : "Patient/1715988295524561000.254958e7-f6b3-4fbe-ac16-9f457ded3910" + "reference": "Patient/1731634401740435000.f39d452d-069d-450c-8ff1-3e2dda2270a1" } ], - "recorded" : "2024-05-17T19:24:55Z", - "activity" : { - "coding" : [ + "recorded": "2024-11-14T17:33:21Z", + "activity": { + "coding": [ { - "system" : "https://terminology.hl7.org/CodeSystem/v3-DataOperation", - "code" : "UPDATE" + "system": "https://terminology.hl7.org/CodeSystem/v3-DataOperation", + "code": "UPDATE" } ] } } }, { - "fullUrl" : "Specimen/1715988295526768000.81b10cff-cb7e-4988-b7de-8180bc4c918d", - "resource" : { - "resourceType" : "Specimen", - "id" : "1715988295526768000.81b10cff-cb7e-4988-b7de-8180bc4c918d", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", - "valueString" : "OBR" + "fullUrl": "Specimen/1731634401742218000.f1b9b00a-efa9-4634-96a0-2d79df6d19a0", + "resource": { + "resourceType": "Specimen", + "id": "1731634401742218000.f1b9b00a-efa9-4634-96a0-2d79df6d19a0", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", + "valueString": "OBR" } ] } }, { - "fullUrl" : "ServiceRequest/1715988328980595000.46fa67cf-fd89-4e38-aee9-8e45ae473886", - "resource" : { - "resourceType" : "ServiceRequest", - "id" : "1715988328980595000.46fa67cf-fd89-4e38-aee9-8e45ae473886", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", - "valueCode" : "RE" + "fullUrl": "ServiceRequest/1731634401895562000.2091f6e1-26e9-4e2a-9da1-50f5cf8d00a7", + "resource": { + "resourceType": "ServiceRequest", + "id": "1731634401895562000.2091f6e1-26e9-4e2a-9da1-50f5cf8d00a7", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", + "valueCode": "RE" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", - "valueString" : "20230816123358-050" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", + "valueString": "20230816123358-050" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/status-modifier", - "valueCodeableConcept" : { - "coding" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/status-modifier", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "Order Status Modifier" + "code": "Order Status Modifier" } ] } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/orc-common-order", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/orc-common-order", + "extension": [ { - "url" : "ORC.5", - "valueString" : "CM" + "url": "ORC.5", + "valueString": "CM" }, { - "url" : "ORC.6", - "valueString" : "R" + "url": "ORC.6", + "valueString": "R" }, { - "url" : "ORC.19", - "valueReference" : { - "reference" : "Practitioner/1715988306639438000.feb16641-9b1f-4953-a479-f6fe13834e20" + "url": "ORC.19", + "valueReference": { + "reference": "Practitioner/1731634401874474000.ad213a69-f769-445f-89ad-66fa8ce51ca4" } }, { - "url" : "ORC.19", - "valueReference" : { - "reference" : "Practitioner/1715988308246203000.42e47716-e6a2-405d-b198-11c03f8def48" + "url": "ORC.19", + "valueReference": { + "reference": "Practitioner/1731634401876703000.7f87d17f-6c07-4d2a-b1a2-010fa9efbc32" } }, { - "url" : "orc-21-ordering-facility-name", - "valueReference" : { - "reference" : "Organization/1715988308724108000.ae33831c-4803-41ee-9eef-2618ccc89860" + "url": "orc-21-ordering-facility-name", + "valueReference": { + "reference": "Organization/1731634401877845000.9e8d3eea-d7a6-40ec-a32b-b7ead9e6e7e6" } }, { - "url" : "orc-21-ordering-facility-name", - "valueReference" : { - "reference" : "Organization/1715988309194822000.3426e744-457c-4879-b91a-7879aa989bd4" + "url": "orc-21-ordering-facility-name", + "valueReference": { + "reference": "Organization/1731634401878818000.18111dd1-3594-416d-a369-1c28a38fd8fb" } }, { - "url" : "orc-22-ordering-facility-address", - "valueAddress" : { - "extension" : [ + "url": "orc-22-ordering-facility-address", + "valueAddress": { + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-censusTract", - "valueCode" : "6059" + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-censusTract", + "valueCode": "6059" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ { - "url" : "SAD.1", - "valueString" : "4861" + "url": "SAD.1", + "valueString": "4861" }, { - "url" : "SAD.2", - "valueString" : "20TH AVE" + "url": "SAD.2", + "valueString": "20TH AVE" }, { - "url" : "SAD.3", - "valueString" : "1" + "url": "SAD.3", + "valueString": "1" } ] }, { - "url" : "XAD.2", - "valueString" : "Ordering Facility Address" + "url": "XAD.2", + "valueString": "Ordering Facility Address" }, { - "url" : "XAD.7", - "valueCode" : "H" + "url": "XAD.7", + "valueCode": "H" }, { - "url" : "XAD.8", - "valueString" : "Other Geographic Designation" + "url": "XAD.8", + "valueString": "Other Geographic Designation" }, { - "url" : "XAD.11", - "valueCode" : "A" + "url": "XAD.11", + "valueCode": "A" }, { - "url" : "XAD.13", - "valueString" : "20220501102531-0400" + "url": "XAD.13", + "valueString": "20220501102531-0400" }, { - "url" : "XAD.14", - "valueString" : "20230501102531-0400" + "url": "XAD.14", + "valueString": "20230501102531-0400" }, { - "url" : "XAD.19", - "valueCode" : "Adressee" + "url": "XAD.19", + "valueCode": "Adressee" } ] } ], - "use" : "home", - "line" : [ + "use": "home", + "line": [ "4861", "20TH AVE", "1", "Ordering Facility Address", "Adressee" ], - "city" : "THUNDER MOUNTAIN", - "district" : "County", - "state" : "IG", - "postalCode" : "99999", - "country" : "USA", - "period" : { - "start" : "2022-05-01T10:25:31-04:00", - "end" : "2023-05-01T10:25:31-04:00" + "city": "THUNDER MOUNTAIN", + "district": "County", + "state": "IG", + "postalCode": "99999", + "country": "USA", + "period": { + "start": "2022-05-01T10:25:31-04:00", + "end": "2023-05-01T10:25:31-04:00" } } }, { - "url" : "orc-22-ordering-facility-address", - "valueAddress" : { - "extension" : [ + "url": "orc-22-ordering-facility-address", + "valueAddress": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ { - "url" : "SAD.1", - "valueString" : "600 5TH AVE" + "url": "SAD.1", + "valueString": "600 5TH AVE" } ] }, { - "url" : "XAD.7", - "valueCode" : "H" + "url": "XAD.7", + "valueCode": "H" } ] } ], - "use" : "home", - "line" : [ + "use": "home", + "line": [ "600 5TH AVE" ], - "city" : "THUNDER VALLEY", - "state" : "NV", - "postalCode" : "12345", - "country" : "USA" + "city": "THUNDER VALLEY", + "state": "NV", + "postalCode": "12345", + "country": "USA" } }, { - "url" : "orc-24-ordering-provider-address", - "valueAddress" : { - "extension" : [ + "url": "orc-24-ordering-provider-address", + "valueAddress": { + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-censusTract", - "valueCode" : "6059" + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-censusTract", + "valueCode": "6059" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ { - "url" : "SAD.1", - "valueString" : "4861" + "url": "SAD.1", + "valueString": "4861" }, { - "url" : "SAD.2", - "valueString" : "20TH AVE" + "url": "SAD.2", + "valueString": "20TH AVE" }, { - "url" : "SAD.3", - "valueString" : "1" + "url": "SAD.3", + "valueString": "1" } ] }, { - "url" : "XAD.2", - "valueString" : "Ordering Provider Address" + "url": "XAD.2", + "valueString": "Ordering Provider Address" }, { - "url" : "XAD.7", - "valueCode" : "H" + "url": "XAD.7", + "valueCode": "H" }, { - "url" : "XAD.8", - "valueString" : "Other Geographic Designation" + "url": "XAD.8", + "valueString": "Other Geographic Designation" }, { - "url" : "XAD.11", - "valueCode" : "A" + "url": "XAD.11", + "valueCode": "A" }, { - "url" : "XAD.13", - "valueString" : "20220501102531-0400" + "url": "XAD.13", + "valueString": "20220501102531-0400" }, { - "url" : "XAD.14", - "valueString" : "20230501102531-0400" + "url": "XAD.14", + "valueString": "20230501102531-0400" }, { - "url" : "XAD.19", - "valueCode" : "Adressee" + "url": "XAD.19", + "valueCode": "Adressee" } ] } ], - "use" : "home", - "line" : [ + "use": "home", + "line": [ "4861", "20TH AVE", "1", "Ordering Provider Address", "Adressee" ], - "city" : "THUNDER MOUNTAIN", - "district" : "County", - "state" : "IG", - "postalCode" : "99999", - "country" : "USA", - "period" : { - "start" : "2022-05-01T10:25:31-04:00", - "end" : "2023-05-01T10:25:31-04:00" + "city": "THUNDER MOUNTAIN", + "district": "County", + "state": "IG", + "postalCode": "99999", + "country": "USA", + "period": { + "start": "2022-05-01T10:25:31-04:00", + "end": "2023-05-01T10:25:31-04:00" } } }, { - "url" : "orc-24-ordering-provider-address", - "valueAddress" : { - "extension" : [ + "url": "orc-24-ordering-provider-address", + "valueAddress": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ { - "url" : "SAD.1", - "valueString" : "600 5TH AVE" + "url": "SAD.1", + "valueString": "600 5TH AVE" } ] }, { - "url" : "XAD.7", - "valueCode" : "H" + "url": "XAD.7", + "valueCode": "H" } ] } ], - "use" : "home", - "line" : [ + "use": "home", + "line": [ "600 5TH AVE" ], - "city" : "THUNDER VALLEY", - "state" : "NV", - "postalCode" : "12345", - "country" : "USA" + "city": "THUNDER VALLEY", + "state": "NV", + "postalCode": "12345", + "country": "USA" } }, { - "url" : "ORC.27", - "valueString" : "20230816123358-0500" + "url": "ORC.27", + "valueString": "20230816123358-0500" }, { - "url" : "ORC.28", - "valueCodeableConcept" : { - "coding" : [ + "url": "ORC.28", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "567", - "display" : "E" + "code": "567", + "display": "E" } ] } }, { - "url" : "ORC.30", - "valueCodeableConcept" : { - "coding" : [ + "url": "ORC.30", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cne-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cne-coding", + "valueString": "coding" } ], - "code" : "123", - "display" : "U" + "code": "123", + "display": "U" } ] } }, { - "url" : "ORC.31", - "valueCodeableConcept" : { - "coding" : [ + "url": "ORC.31", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "123", - "display" : "Parent" + "code": "123", + "display": "Parent" } ] } }, { - "url" : "ORC.34", - "valueIdentifier" : { - "extension" : [ + "url": "ORC.34", + "valueIdentifier": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "CSV" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "CSV" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "11D1111111" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "11D1111111" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "CLIA" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "CLIA" } ] } ], - "value" : "adb4a5cc-50ec-4f1e-95d7-0c1f77cacee1" + "value": "adb4a5cc-50ec-4f1e-95d7-0c1f77cacee1" } }, { - "url" : "ORC.8", - "valueIdentifier" : { - "extension" : [ + "url": "ORC.8", + "valueIdentifier": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Placer Assigned Namespace" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Placer Assigned Namespace" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "Placer Assigned Universal" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "Placer Assigned Universal" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "ISO" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/filler-assigned-identifier", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/filler-assigned-identifier", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", - "valueString" : "Filler Assigned" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", + "valueString": "Filler Assigned" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Filler Assigned Namespace" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Filler Assigned Namespace" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "Filler Assigned Universal" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "Filler Assigned Universal" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "ISO" } ] } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PGN" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "PGN" } ] }, - "value" : "Placer Assigned" + "value": "Placer Assigned" } }, { - "url" : "ORC.10", - "valueReference" : { - "reference" : "Practitioner/1715988317562223000.7abd515b-4d30-4e61-b423-c63fe8082692" + "url": "ORC.10", + "valueReference": { + "reference": "Practitioner/1731634401884037000.c8a3d395-02f8-464f-8db0-4344bb25b774" } }, { - "url" : "ORC.10", - "valueReference" : { - "reference" : "Practitioner/1715988319337140000.05734ef1-fe2c-4fad-a7d1-4cdfcd5e5831" + "url": "ORC.10", + "valueReference": { + "reference": "Practitioner/1731634401886020000.4f6568a5-d8e4-4118-90fb-eb9e73648390" } }, { - "url" : "ORC.11", - "valueReference" : { - "reference" : "Practitioner/1715988321178960000.0d9ae881-7d58-4791-954b-d7bde16f1a9c" + "url": "ORC.11", + "valueReference": { + "reference": "Practitioner/1731634401887940000.8c7f2285-2f06-4b37-ba8b-836caed99452" } }, { - "url" : "ORC.11", - "valueReference" : { - "reference" : "Practitioner/1715988322969087000.24e2c013-b78a-437a-a3ce-d9fd5016708b" + "url": "ORC.11", + "valueReference": { + "reference": "Practitioner/1731634401889621000.a4bfdd8d-fc61-448a-83db-b6f74460b6d0" } }, { - "url" : "orc-12-ordering-provider", - "valueReference" : { - "reference" : "Practitioner/1715988324811292000.40c02eb0-bffe-4d90-a002-c6face96e039" + "url": "orc-12-ordering-provider", + "valueReference": { + "reference": "Practitioner/1731634401891345000.a552a475-0da0-4adf-a4b6-918419a34319" } }, { - "url" : "orc-12-ordering-provider", - "valueReference" : { - "reference" : "Practitioner/1715988326643808000.953e8e9c-7119-480c-b4ce-22bfb74410be" + "url": "orc-12-ordering-provider", + "valueReference": { + "reference": "Practitioner/1731634401893034000.10257238-d5a0-4d6c-92e0-a90e4ed721e9" } }, { - "url" : "ORC.13", - "valueReference" : { - "reference" : "Location/1715988327115338000.a7aee7d5-d634-4ece-bb36-4e0187dc36c8" + "url": "ORC.13", + "valueReference": { + "reference": "Location/1731634401894270000.1eedb96f-de10-4f39-8f1a-4dbe19f12739" } }, { - "url" : "ORC.15", - "valueString" : "20230816123358-0500" + "url": "ORC.15", + "valueString": "20230816123358-0500" }, { - "url" : "ORC.17", - "valueCodeableConcept" : { - "coding" : [ + "url": "ORC.17", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "481", - "display" : "Entering ORG" + "code": "481", + "display": "Entering ORG" } ] } }, { - "url" : "ORC.18", - "valueCodeableConcept" : { - "coding" : [ + "url": "ORC.18", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "Entering Device" + "code": "Entering Device" } ] } @@ -656,317 +656,317 @@ ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", + "extension": [ { - "url" : "OBR.22", - "valueString" : "2023" + "url": "OBR.22", + "valueString": "2023" }, { - "url" : "OBR.25", - "valueId" : "F" + "url": "OBR.25", + "valueId": "F" } ] } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "ORC.2" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Placer Identifier Namespace" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Placer Identifier Namespace" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "Placer Universal ID" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "Placer Universal ID" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PLAC" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "PLAC" } ] }, - "value" : "Placer Identifier" + "value": "Placer Identifier" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.3" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "ORC.3" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Filler Identifier Namespace" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Filler Identifier Namespace" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "Filler Universal ID" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "Filler Universal ID" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FILL" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "FILL" } ] }, - "value" : "Filler Identifier" + "value": "Filler Identifier" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.4" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "ORC.4" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Group Identifier Namespace" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Group Identifier Namespace" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "Group Universal ID" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "Group Universal ID" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PGN" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "PGN" } ] }, - "value" : "Group Identifier" + "value": "Group Identifier" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.4" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "ORC.4" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Group Identifier Namespace" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Group Identifier Namespace" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "Group Universal ID" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "Group Universal ID" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FGN" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "FGN" } ] }, - "value" : "Group Identifier" + "value": "Group Identifier" }, { - "extension" : [ + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", - "valueString" : "Placer Order" + "url": "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString": "Placer Order" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.33" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "ORC.33" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PLAC" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "PLAC" } ] }, - "value" : "Alt" + "value": "Alt" }, { - "extension" : [ + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", - "valueString" : "Placer Order2" + "url": "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString": "Placer Order2" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.33" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "ORC.33" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PLAC" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "PLAC" } ] }, - "value" : "Alt2" + "value": "Alt2" } ], - "status" : "completed", - "code" : { - "coding" : [ + "status": "completed", + "code": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" } ], - "system" : "http://loinc.org", - "code" : "12345-6", - "display" : "TEST" + "system": "http://loinc.org", + "code": "12345-6", + "display": "TEST" } ] }, - "subject" : { - "reference" : "Patient/1715988295524561000.254958e7-f6b3-4fbe-ac16-9f457ded3910" + "subject": { + "reference": "Patient/1731634401740435000.f39d452d-069d-450c-8ff1-3e2dda2270a1" }, - "requester" : { - "extension" : [ + "requester": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", - "valueContactPoint" : { - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", + "valueContactPoint": { + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", - "valueString" : "1" + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString": "1" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", - "valueString" : "260" + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString": "260" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "7595016" + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString": "7595016" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ { - "url" : "XTN.2", - "valueString" : "PRN" + "url": "XTN.2", + "valueString": "PRN" }, { - "url" : "XTN.3", - "valueString" : "BP" + "url": "XTN.3", + "valueString": "BP" }, { - "url" : "XTN.7", - "valueString" : "7595016" + "url": "XTN.7", + "valueString": "7595016" }, { - "url" : "XTN.12", - "valueString" : "+1 260 759 5016" + "url": "XTN.12", + "valueString": "+1 260 759 5016" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.14" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "ORC.14" } ], - "system" : "pager", - "value" : "+1 260 759 5016", - "use" : "home" + "system": "pager", + "value": "+1 260 759 5016", + "use": "home" } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", - "valueContactPoint" : { - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", + "valueContactPoint": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ { - "url" : "XTN.2", - "valueString" : "PRN" + "url": "XTN.2", + "valueString": "PRN" }, { - "url" : "XTN.3", - "valueString" : "Internet" + "url": "XTN.3", + "valueString": "Internet" }, { - "url" : "XTN.4", - "valueString" : "otto.daugherty@email.com" + "url": "XTN.4", + "valueString": "otto.daugherty@email.com" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.14" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "ORC.14" } ], - "system" : "email", - "value" : "otto.daugherty@email.com", - "use" : "home" + "system": "email", + "value": "otto.daugherty@email.com", + "use": "home" } } ], - "reference" : "PractitionerRole/1715988301847864000.ffbe62bb-d0d6-45c1-b544-68b38d166f24" + "reference": "PractitionerRole/1731634401855441000.fef90d84-6fc0-4185-b962-37086b36c34e" }, - "locationCode" : [ + "locationCode": [ { - "coding" : [ + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "123", - "display" : "location" + "code": "123", + "display": "location" } ] } @@ -974,2966 +974,2966 @@ } }, { - "fullUrl" : "Practitioner/1715988303441133000.1649e17c-7c23-40b7-b1e4-ed1bc70566e9", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1715988303441133000.1649e17c-7c23-40b7-b1e4-ed1bc70566e9", - "extension" : [ + "fullUrl": "Practitioner/1731634401863992000.d5fe288d-5349-4332-a9c7-0d63840b8830", + "resource": { + "resourceType": "Practitioner", + "id": "1731634401863992000.d5fe288d-5349-4332-a9c7-0d63840b8830", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Namespace" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Namespace" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "AssigningSystem" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "AssigningSystem" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "UUID" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "UUID" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ { - "url" : "XCN.3", - "valueString" : "LUDWIG" + "url": "XCN.3", + "valueString": "LUDWIG" }, { - "url" : "XCN.4", - "valueString" : "B" + "url": "XCN.4", + "valueString": "B" }, { - "url" : "XCN.20", - "valueString" : "20230501102531-0400" + "url": "XCN.20", + "valueString": "20230501102531-0400" }, { - "url" : "XCN.21", - "valueString" : "MD" + "url": "XCN.21", + "valueString": "MD" }, { - "url" : "XCN.22", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.22", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "AssignJ" + "code": "AssignJ" } ] } }, { - "url" : "XCN.23", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.23", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "AssignA" + "code": "AssignA" } ] } }, { - "url" : "XCN.5", - "valueString" : "2ND" + "url": "XCN.5", + "valueString": "2ND" }, { - "url" : "XCN.7", - "valueString" : "MD" + "url": "XCN.7", + "valueString": "MD" }, { - "url" : "XCN.8", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.8", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "SRC" + "code": "SRC" } ] } }, { - "url" : "XCN.10", - "valueString" : "B" + "url": "XCN.10", + "valueString": "B" }, { - "url" : "XCN.15", - "valueString" : "A" + "url": "XCN.15", + "valueString": "A" }, { - "url" : "XCN.16", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.16", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "NameContext" + "code": "NameContext" } ] } }, { - "url" : "XCN.19", - "valueString" : "20220501102531-0400" + "url": "XCN.19", + "valueString": "20220501102531-0400" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.12" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "ORC.12" } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", - "valueString" : "A" + "url": "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString": "A" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", - "valueCode" : "NPI" + "url": "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode": "NPI" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true } ], - "code" : "DL" + "code": "DL" } ] }, - "system" : "Namespace", - "value" : "1" + "system": "Namespace", + "value": "1" } ], - "name" : [ + "name": [ { - "extension" : [ + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", - "valueCode" : "G" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", + "valueCode": "G" } ], - "use" : "official", - "family" : "ORDERING", - "_family" : { - "extension" : [ + "use": "official", + "family": "ORDERING", + "_family": { + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", - "valueString" : "VAN" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", + "valueString": "VAN" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name", - "valueString" : "PROVIDER" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name", + "valueString": "PROVIDER" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", - "valueString" : "VAL" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", + "valueString": "VAL" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", - "valueString" : "ROGER" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", + "valueString": "ROGER" } ] }, - "given" : [ + "given": [ "LUDWIG", "B" ], - "prefix" : [ + "prefix": [ "DR" ], - "suffix" : [ + "suffix": [ "2ND", "MD", "MD" ], - "period" : { - "start" : "2022-05-01T10:25:31-04:00", - "end" : "2023-05-01T10:25:31-04:00" + "period": { + "start": "2022-05-01T10:25:31-04:00", + "end": "2023-05-01T10:25:31-04:00" } } ], - "address" : [ + "address": [ { - "extension" : [ + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-censusTract", - "valueCode" : "6059" + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-censusTract", + "valueCode": "6059" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ { - "url" : "SAD.1", - "valueString" : "4861" + "url": "SAD.1", + "valueString": "4861" }, { - "url" : "SAD.2", - "valueString" : "20TH AVE" + "url": "SAD.2", + "valueString": "20TH AVE" }, { - "url" : "SAD.3", - "valueString" : "1" + "url": "SAD.3", + "valueString": "1" } ] }, { - "url" : "XAD.2", - "valueString" : "Ordering Provider Address" + "url": "XAD.2", + "valueString": "Ordering Provider Address" }, { - "url" : "XAD.7", - "valueCode" : "H" + "url": "XAD.7", + "valueCode": "H" }, { - "url" : "XAD.8", - "valueString" : "Other Geographic Designation" + "url": "XAD.8", + "valueString": "Other Geographic Designation" }, { - "url" : "XAD.11", - "valueCode" : "A" + "url": "XAD.11", + "valueCode": "A" }, { - "url" : "XAD.13", - "valueString" : "20220501102531-0400" + "url": "XAD.13", + "valueString": "20220501102531-0400" }, { - "url" : "XAD.14", - "valueString" : "20230501102531-0400" + "url": "XAD.14", + "valueString": "20230501102531-0400" }, { - "url" : "XAD.19", - "valueCode" : "Adressee" + "url": "XAD.19", + "valueCode": "Adressee" } ] } ], - "use" : "home", - "line" : [ + "use": "home", + "line": [ "4861", "20TH AVE", "1", "Ordering Provider Address", "Adressee" ], - "city" : "THUNDER MOUNTAIN", - "district" : "County", - "state" : "IG", - "postalCode" : "99999", - "country" : "USA", - "period" : { - "start" : "2022-05-01T10:25:31-04:00", - "end" : "2023-05-01T10:25:31-04:00" + "city": "THUNDER MOUNTAIN", + "district": "County", + "state": "IG", + "postalCode": "99999", + "country": "USA", + "period": { + "start": "2022-05-01T10:25:31-04:00", + "end": "2023-05-01T10:25:31-04:00" } } ] } }, { - "fullUrl" : "Location/1715988303442531000.21589bf1-f058-4d85-bd79-0c9520a73140", - "resource" : { - "resourceType" : "Location", - "id" : "1715988303442531000.21589bf1-f058-4d85-bd79-0c9520a73140", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "fullUrl": "Location/1731634401864671000.67ac076c-043b-4ef6-81d7-b35f5878c5f9", + "resource": { + "resourceType": "Location", + "id": "1731634401864671000.67ac076c-043b-4ef6-81d7-b35f5878c5f9", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ], - "identifier" : [ + "identifier": [ { - "value" : "2.16.840.1.113883.9.11" + "value": "2.16.840.1.113883.9.11" } ], - "name" : "Hospital A", - "physicalType" : { - "coding" : [ + "name": "Hospital A", + "physicalType": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "si" + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" } ] } } }, { - "fullUrl" : "Organization/1715988303461450000.6aa6e959-bda8-44bb-97ea-57920af54de4", - "resource" : { - "resourceType" : "Organization", - "id" : "1715988303461450000.6aa6e959-bda8-44bb-97ea-57920af54de4", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ + "fullUrl": "Organization/1731634401868079000.d212aee0-96ba-4b97-a6cf-596dd97ee224", + "resource": { + "resourceType": "Organization", + "id": "1731634401868079000.d212aee0-96ba-4b97-a6cf-596dd97ee224", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" } ], - "coding" : [ + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" } ], - "system" : "http://loinc.org", - "version" : "1", - "code" : "1234-5", - "display" : "TestText" + "system": "http://loinc.org", + "version": "1", + "code": "1234-5", + "display": "TestText" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" } ], - "system" : "http://loinc.org", - "version" : "2", - "code" : "1234-5", - "display" : "TestAltText" + "system": "http://loinc.org", + "version": "2", + "code": "1234-5", + "display": "TestAltText" } ], - "text" : "OriginalText" + "text": "OriginalText" } } ], - "system" : "LN", - "version" : "1", - "code" : "1234-5", - "display" : "TestText" + "system": "LN", + "version": "1", + "code": "1234-5", + "display": "TestText" } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ { - "url" : "XON.3", - "valueString" : "123" + "url": "XON.3", + "valueString": "123" } ] } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", - "valueString" : "Check Digit" + "url": "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString": "Check Digit" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Assigning Authority" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Assigning Authority" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.1.4.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.1.4.1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] }, { - "url" : "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", - "valueCode" : "C1" + "url": "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode": "C1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", - "valueReference" : { - "reference" : "Location/1715988303442531000.21589bf1-f058-4d85-bd79-0c9520a73140" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference": { + "reference": "Location/1731634401864671000.67ac076c-043b-4ef6-81d7-b35f5878c5f9" } } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "MD" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "MD" } ] }, - "value" : "123" + "value": "123" } ], - "name" : "Ordering Facility", - "telecom" : [ + "name": "Ordering Facility", + "telecom": [ { - "extension" : [ + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", - "valueString" : "1" + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString": "1" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", - "valueString" : "260" + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString": "260" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "7595016" + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString": "7595016" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ { - "url" : "XTN.2", - "valueString" : "PRN" + "url": "XTN.2", + "valueString": "PRN" }, { - "url" : "XTN.3", - "valueString" : "BP" + "url": "XTN.3", + "valueString": "BP" }, { - "url" : "XTN.7", - "valueString" : "7595016" + "url": "XTN.7", + "valueString": "7595016" }, { - "url" : "XTN.12", - "valueString" : "+1 260 759 5016" + "url": "XTN.12", + "valueString": "+1 260 759 5016" } ] } ], - "system" : "pager", - "value" : "+1 260 759 5016", - "use" : "home" + "system": "pager", + "value": "+1 260 759 5016", + "use": "home" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ { - "url" : "XTN.2", - "valueString" : "PRN" + "url": "XTN.2", + "valueString": "PRN" }, { - "url" : "XTN.3", - "valueString" : "Internet" + "url": "XTN.3", + "valueString": "Internet" }, { - "url" : "XTN.4", - "valueString" : "orderingfacility@email.com" + "url": "XTN.4", + "valueString": "orderingfacility@email.com" } ] } ], - "system" : "email", - "value" : "orderingfacility@email.com", - "use" : "home" + "system": "email", + "value": "orderingfacility@email.com", + "use": "home" } ], - "address" : [ + "address": [ { - "extension" : [ + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-censusTract", - "valueCode" : "6059" + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-censusTract", + "valueCode": "6059" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ { - "url" : "SAD.1", - "valueString" : "4861" + "url": "SAD.1", + "valueString": "4861" }, { - "url" : "SAD.2", - "valueString" : "20TH AVE" + "url": "SAD.2", + "valueString": "20TH AVE" }, { - "url" : "SAD.3", - "valueString" : "1" + "url": "SAD.3", + "valueString": "1" } ] }, { - "url" : "XAD.2", - "valueString" : "Ordering Facility Address" + "url": "XAD.2", + "valueString": "Ordering Facility Address" }, { - "url" : "XAD.7", - "valueCode" : "H" + "url": "XAD.7", + "valueCode": "H" }, { - "url" : "XAD.8", - "valueString" : "Other Geographic Designation" + "url": "XAD.8", + "valueString": "Other Geographic Designation" }, { - "url" : "XAD.11", - "valueCode" : "A" + "url": "XAD.11", + "valueCode": "A" }, { - "url" : "XAD.13", - "valueString" : "20220501102531-0400" + "url": "XAD.13", + "valueString": "20220501102531-0400" }, { - "url" : "XAD.14", - "valueString" : "20230501102531-0400" + "url": "XAD.14", + "valueString": "20230501102531-0400" }, { - "url" : "XAD.19", - "valueCode" : "Adressee" + "url": "XAD.19", + "valueCode": "Adressee" } ] } ], - "use" : "home", - "line" : [ + "use": "home", + "line": [ "4861", "20TH AVE", "1", "Ordering Facility Address", "Adressee" ], - "city" : "THUNDER MOUNTAIN", - "district" : "County", - "state" : "IG", - "postalCode" : "99999", - "country" : "USA", - "period" : { - "start" : "2022-05-01T10:25:31-04:00", - "end" : "2023-05-01T10:25:31-04:00" + "city": "THUNDER MOUNTAIN", + "district": "County", + "state": "IG", + "postalCode": "99999", + "country": "USA", + "period": { + "start": "2022-05-01T10:25:31-04:00", + "end": "2023-05-01T10:25:31-04:00" } } ] } }, { - "fullUrl" : "PractitionerRole/1715988301847864000.ffbe62bb-d0d6-45c1-b544-68b38d166f24", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1715988301847864000.ffbe62bb-d0d6-45c1-b544-68b38d166f24", - "practitioner" : { - "reference" : "Practitioner/1715988303441133000.1649e17c-7c23-40b7-b1e4-ed1bc70566e9" + "fullUrl": "PractitionerRole/1731634401855441000.fef90d84-6fc0-4185-b962-37086b36c34e", + "resource": { + "resourceType": "PractitionerRole", + "id": "1731634401855441000.fef90d84-6fc0-4185-b962-37086b36c34e", + "practitioner": { + "reference": "Practitioner/1731634401863992000.d5fe288d-5349-4332-a9c7-0d63840b8830" }, - "organization" : { - "reference" : "Organization/1715988303461450000.6aa6e959-bda8-44bb-97ea-57920af54de4" + "organization": { + "reference": "Organization/1731634401868079000.d212aee0-96ba-4b97-a6cf-596dd97ee224" } } }, { - "fullUrl" : "Practitioner/1715988306639438000.feb16641-9b1f-4953-a479-f6fe13834e20", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1715988306639438000.feb16641-9b1f-4953-a479-f6fe13834e20", - "extension" : [ + "fullUrl": "Practitioner/1731634401874474000.ad213a69-f769-445f-89ad-66fa8ce51ca4", + "resource": { + "resourceType": "Practitioner", + "id": "1731634401874474000.ad213a69-f769-445f-89ad-66fa8ce51ca4", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Namespace" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Namespace" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "AssigningSystem" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "AssigningSystem" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "UUID" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "UUID" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ { - "url" : "XCN.3", - "valueString" : "LUDWIG" + "url": "XCN.3", + "valueString": "LUDWIG" }, { - "url" : "XCN.4", - "valueString" : "B" + "url": "XCN.4", + "valueString": "B" }, { - "url" : "XCN.20", - "valueString" : "20230501102531-0400" + "url": "XCN.20", + "valueString": "20230501102531-0400" }, { - "url" : "XCN.21", - "valueString" : "MD" + "url": "XCN.21", + "valueString": "MD" }, { - "url" : "XCN.22", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.22", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "AssignJ" + "code": "AssignJ" } ] } }, { - "url" : "XCN.23", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.23", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "AssignA" + "code": "AssignA" } ] } }, { - "url" : "XCN.5", - "valueString" : "2ND" + "url": "XCN.5", + "valueString": "2ND" }, { - "url" : "XCN.7", - "valueString" : "MD" + "url": "XCN.7", + "valueString": "MD" }, { - "url" : "XCN.8", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.8", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "SRC" + "code": "SRC" } ] } }, { - "url" : "XCN.10", - "valueString" : "B" + "url": "XCN.10", + "valueString": "B" }, { - "url" : "XCN.15", - "valueString" : "A" + "url": "XCN.15", + "valueString": "A" }, { - "url" : "XCN.16", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.16", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "NameContext" + "code": "NameContext" } ] } }, { - "url" : "XCN.19", - "valueString" : "20220501102531-0400" + "url": "XCN.19", + "valueString": "20220501102531-0400" } ] } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", - "valueString" : "A" + "url": "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString": "A" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", - "valueCode" : "NPI" + "url": "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode": "NPI" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true } ], - "code" : "DL" + "code": "DL" } ] }, - "system" : "Namespace", - "value" : "1" + "system": "Namespace", + "value": "1" } ], - "name" : [ + "name": [ { - "extension" : [ + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", - "valueCode" : "G" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", + "valueCode": "G" } ], - "use" : "official", - "family" : "ACTION", - "_family" : { - "extension" : [ + "use": "official", + "family": "ACTION", + "_family": { + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", - "valueString" : "VAN" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", + "valueString": "VAN" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name", - "valueString" : "BY" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name", + "valueString": "BY" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", - "valueString" : "VAL" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", + "valueString": "VAL" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", - "valueString" : "ROGER" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", + "valueString": "ROGER" } ] }, - "given" : [ + "given": [ "LUDWIG", "B" ], - "prefix" : [ + "prefix": [ "DR" ], - "suffix" : [ + "suffix": [ "2ND", "MD", "MD" ], - "period" : { - "start" : "2022-05-01T10:25:31-04:00", - "end" : "2023-05-01T10:25:31-04:00" + "period": { + "start": "2022-05-01T10:25:31-04:00", + "end": "2023-05-01T10:25:31-04:00" } } ] } }, { - "fullUrl" : "Practitioner/1715988308246203000.42e47716-e6a2-405d-b198-11c03f8def48", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1715988308246203000.42e47716-e6a2-405d-b198-11c03f8def48", - "extension" : [ + "fullUrl": "Practitioner/1731634401876703000.7f87d17f-6c07-4d2a-b1a2-010fa9efbc32", + "resource": { + "resourceType": "Practitioner", + "id": "1731634401876703000.7f87d17f-6c07-4d2a-b1a2-010fa9efbc32", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Namespace" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Namespace" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "AssigningSystem" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "AssigningSystem" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "UUID" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "UUID" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ { - "url" : "XCN.3", - "valueString" : "RUDWIG" + "url": "XCN.3", + "valueString": "RUDWIG" }, { - "url" : "XCN.4", - "valueString" : "B" + "url": "XCN.4", + "valueString": "B" }, { - "url" : "XCN.20", - "valueString" : "20230501102531-0400" + "url": "XCN.20", + "valueString": "20230501102531-0400" }, { - "url" : "XCN.21", - "valueString" : "MD" + "url": "XCN.21", + "valueString": "MD" }, { - "url" : "XCN.22", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.22", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "AssignJ" + "code": "AssignJ" } ] } }, { - "url" : "XCN.23", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.23", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "AssignA" + "code": "AssignA" } ] } }, { - "url" : "XCN.5", - "valueString" : "2ND" + "url": "XCN.5", + "valueString": "2ND" }, { - "url" : "XCN.7", - "valueString" : "MD" + "url": "XCN.7", + "valueString": "MD" }, { - "url" : "XCN.8", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.8", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "SRC" + "code": "SRC" } ] } }, { - "url" : "XCN.10", - "valueString" : "B" + "url": "XCN.10", + "valueString": "B" }, { - "url" : "XCN.15", - "valueString" : "A" + "url": "XCN.15", + "valueString": "A" }, { - "url" : "XCN.16", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.16", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "NameContext" + "code": "NameContext" } ] } }, { - "url" : "XCN.19", - "valueString" : "20220501102531-0400" + "url": "XCN.19", + "valueString": "20220501102531-0400" } ] } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", - "valueString" : "A" + "url": "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString": "A" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", - "valueCode" : "NPI" + "url": "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode": "NPI" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true } ], - "code" : "DL" + "code": "DL" } ] }, - "system" : "Namespace", - "value" : "1" + "system": "Namespace", + "value": "1" } ], - "name" : [ + "name": [ { - "extension" : [ + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", - "valueCode" : "G" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", + "valueCode": "G" } ], - "use" : "official", - "family" : "ACTION", - "_family" : { - "extension" : [ + "use": "official", + "family": "ACTION", + "_family": { + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", - "valueString" : "VAN" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", + "valueString": "VAN" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name", - "valueString" : "BY" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name", + "valueString": "BY" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", - "valueString" : "VAL" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", + "valueString": "VAL" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", - "valueString" : "ROGER2" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", + "valueString": "ROGER2" } ] }, - "given" : [ + "given": [ "RUDWIG", "B" ], - "prefix" : [ + "prefix": [ "DR" ], - "suffix" : [ + "suffix": [ "2ND", "MD", "MD" ], - "period" : { - "start" : "2022-05-01T10:25:31-04:00", - "end" : "2023-05-01T10:25:31-04:00" + "period": { + "start": "2022-05-01T10:25:31-04:00", + "end": "2023-05-01T10:25:31-04:00" } } ] } }, { - "fullUrl" : "Location/1715988308723269000.dfb1fcbc-d1ee-40be-87b1-d1959647e7da", - "resource" : { - "resourceType" : "Location", - "id" : "1715988308723269000.dfb1fcbc-d1ee-40be-87b1-d1959647e7da", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "fullUrl": "Location/1731634401877275000.3925f707-9f90-4b68-ae6c-1f3ffca50e35", + "resource": { + "resourceType": "Location", + "id": "1731634401877275000.3925f707-9f90-4b68-ae6c-1f3ffca50e35", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ], - "identifier" : [ + "identifier": [ { - "value" : "2.16.840.1.113883.9.11" + "value": "2.16.840.1.113883.9.11" } ], - "name" : "Hospital A", - "physicalType" : { - "coding" : [ + "name": "Hospital A", + "physicalType": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "si" + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" } ] } } }, { - "fullUrl" : "Organization/1715988308724108000.ae33831c-4803-41ee-9eef-2618ccc89860", - "resource" : { - "resourceType" : "Organization", - "id" : "1715988308724108000.ae33831c-4803-41ee-9eef-2618ccc89860", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ + "fullUrl": "Organization/1731634401877845000.9e8d3eea-d7a6-40ec-a32b-b7ead9e6e7e6", + "resource": { + "resourceType": "Organization", + "id": "1731634401877845000.9e8d3eea-d7a6-40ec-a32b-b7ead9e6e7e6", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" } ], - "coding" : [ + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" } ], - "system" : "http://loinc.org", - "version" : "1", - "code" : "1234-5", - "display" : "TestText" + "system": "http://loinc.org", + "version": "1", + "code": "1234-5", + "display": "TestText" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" } ], - "system" : "http://loinc.org", - "version" : "2", - "code" : "1234-5", - "display" : "TestAltText" + "system": "http://loinc.org", + "version": "2", + "code": "1234-5", + "display": "TestAltText" } ], - "text" : "OriginalText" + "text": "OriginalText" } } ], - "system" : "LN", - "version" : "1", - "code" : "1234-5", - "display" : "TestText" + "system": "LN", + "version": "1", + "code": "1234-5", + "display": "TestText" } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ { - "url" : "XON.3", - "valueString" : "123" + "url": "XON.3", + "valueString": "123" } ] } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", - "valueString" : "Check Digit" + "url": "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString": "Check Digit" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Assigning Authority" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Assigning Authority" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.1.4.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.1.4.1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] }, { - "url" : "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", - "valueCode" : "C1" + "url": "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode": "C1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", - "valueReference" : { - "reference" : "Location/1715988308723269000.dfb1fcbc-d1ee-40be-87b1-d1959647e7da" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference": { + "reference": "Location/1731634401877275000.3925f707-9f90-4b68-ae6c-1f3ffca50e35" } } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "MD" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "MD" } ] }, - "value" : "123" + "value": "123" } ], - "name" : "Ordering Facility" + "name": "Ordering Facility" } }, { - "fullUrl" : "Location/1715988309194180000.233c1220-483e-436e-916c-8fefcb35963e", - "resource" : { - "resourceType" : "Location", - "id" : "1715988309194180000.233c1220-483e-436e-916c-8fefcb35963e", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "fullUrl": "Location/1731634401878324000.70843538-e5d5-4640-879b-355dd4a675e9", + "resource": { + "resourceType": "Location", + "id": "1731634401878324000.70843538-e5d5-4640-879b-355dd4a675e9", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ], - "identifier" : [ + "identifier": [ { - "value" : "2.16.840.1.113883.9.11" + "value": "2.16.840.1.113883.9.11" } ], - "name" : "Hospital B", - "physicalType" : { - "coding" : [ + "name": "Hospital B", + "physicalType": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "si" + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" } ] } } }, { - "fullUrl" : "Organization/1715988309194822000.3426e744-457c-4879-b91a-7879aa989bd4", - "resource" : { - "resourceType" : "Organization", - "id" : "1715988309194822000.3426e744-457c-4879-b91a-7879aa989bd4", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ + "fullUrl": "Organization/1731634401878818000.18111dd1-3594-416d-a369-1c28a38fd8fb", + "resource": { + "resourceType": "Organization", + "id": "1731634401878818000.18111dd1-3594-416d-a369-1c28a38fd8fb", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" } ], - "coding" : [ + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" } ], - "system" : "http://loinc.org", - "version" : "1", - "code" : "1234-5", - "display" : "TestTex2t" + "system": "http://loinc.org", + "version": "1", + "code": "1234-5", + "display": "TestTex2t" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" } ], - "system" : "http://loinc.org", - "version" : "2", - "code" : "1234-5", - "display" : "TestAltText2" + "system": "http://loinc.org", + "version": "2", + "code": "1234-5", + "display": "TestAltText2" } ], - "text" : "OriginalText2" + "text": "OriginalText2" } } ], - "system" : "LN", - "version" : "1", - "code" : "1234-5", - "display" : "TestTex2t" + "system": "LN", + "version": "1", + "code": "1234-5", + "display": "TestTex2t" } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ { - "url" : "XON.3", - "valueString" : "123" + "url": "XON.3", + "valueString": "123" } ] } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", - "valueString" : "Check Digit2" + "url": "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString": "Check Digit2" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Assigning Authority2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Assigning Authority2" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.1.4.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.1.4.1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] }, { - "url" : "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", - "valueCode" : "C1" + "url": "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode": "C1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", - "valueReference" : { - "reference" : "Location/1715988309194180000.233c1220-483e-436e-916c-8fefcb35963e" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference": { + "reference": "Location/1731634401878324000.70843538-e5d5-4640-879b-355dd4a675e9" } } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "MD" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "MD" } ] }, - "value" : "123" + "value": "123" } ], - "name" : "Ordering Facility2" + "name": "Ordering Facility2" } }, { - "fullUrl" : "Practitioner/1715988317562223000.7abd515b-4d30-4e61-b423-c63fe8082692", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1715988317562223000.7abd515b-4d30-4e61-b423-c63fe8082692", - "extension" : [ + "fullUrl": "Practitioner/1731634401884037000.c8a3d395-02f8-464f-8db0-4344bb25b774", + "resource": { + "resourceType": "Practitioner", + "id": "1731634401884037000.c8a3d395-02f8-464f-8db0-4344bb25b774", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Namespace" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Namespace" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "AssigningSystem" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "AssigningSystem" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "UUID" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "UUID" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ { - "url" : "XCN.3", - "valueString" : "LUDWIG" + "url": "XCN.3", + "valueString": "LUDWIG" }, { - "url" : "XCN.4", - "valueString" : "B" + "url": "XCN.4", + "valueString": "B" }, { - "url" : "XCN.20", - "valueString" : "20230501102531-0400" + "url": "XCN.20", + "valueString": "20230501102531-0400" }, { - "url" : "XCN.21", - "valueString" : "MD" + "url": "XCN.21", + "valueString": "MD" }, { - "url" : "XCN.22", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.22", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "AssignJ" + "code": "AssignJ" } ] } }, { - "url" : "XCN.23", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.23", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "AssignA" + "code": "AssignA" } ] } }, { - "url" : "XCN.5", - "valueString" : "2ND" + "url": "XCN.5", + "valueString": "2ND" }, { - "url" : "XCN.7", - "valueString" : "MD" + "url": "XCN.7", + "valueString": "MD" }, { - "url" : "XCN.8", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.8", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "SRC" + "code": "SRC" } ] } }, { - "url" : "XCN.10", - "valueString" : "B" + "url": "XCN.10", + "valueString": "B" }, { - "url" : "XCN.15", - "valueString" : "A" + "url": "XCN.15", + "valueString": "A" }, { - "url" : "XCN.16", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.16", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "NameContext" + "code": "NameContext" } ] } }, { - "url" : "XCN.19", - "valueString" : "20220501102531-0400" + "url": "XCN.19", + "valueString": "20220501102531-0400" } ] } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", - "valueString" : "A" + "url": "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString": "A" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", - "valueCode" : "NPI" + "url": "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode": "NPI" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true } ], - "code" : "DL" + "code": "DL" } ] }, - "system" : "Namespace", - "value" : "1" + "system": "Namespace", + "value": "1" } ], - "name" : [ + "name": [ { - "extension" : [ + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", - "valueCode" : "G" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", + "valueCode": "G" } ], - "use" : "official", - "family" : "ENTERED", - "_family" : { - "extension" : [ + "use": "official", + "family": "ENTERED", + "_family": { + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", - "valueString" : "VAN" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", + "valueString": "VAN" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name", - "valueString" : "BY" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name", + "valueString": "BY" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", - "valueString" : "VAL" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", + "valueString": "VAL" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", - "valueString" : "ROGER" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", + "valueString": "ROGER" } ] }, - "given" : [ + "given": [ "LUDWIG", "B" ], - "prefix" : [ + "prefix": [ "DR" ], - "suffix" : [ + "suffix": [ "2ND", "MD", "MD" ], - "period" : { - "start" : "2022-05-01T10:25:31-04:00", - "end" : "2023-05-01T10:25:31-04:00" + "period": { + "start": "2022-05-01T10:25:31-04:00", + "end": "2023-05-01T10:25:31-04:00" } } ] } }, { - "fullUrl" : "Practitioner/1715988319337140000.05734ef1-fe2c-4fad-a7d1-4cdfcd5e5831", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1715988319337140000.05734ef1-fe2c-4fad-a7d1-4cdfcd5e5831", - "extension" : [ + "fullUrl": "Practitioner/1731634401886020000.4f6568a5-d8e4-4118-90fb-eb9e73648390", + "resource": { + "resourceType": "Practitioner", + "id": "1731634401886020000.4f6568a5-d8e4-4118-90fb-eb9e73648390", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Namespace" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Namespace" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "AssigningSystem" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "AssigningSystem" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "UUID" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "UUID" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ { - "url" : "XCN.3", - "valueString" : "RUDWIG" + "url": "XCN.3", + "valueString": "RUDWIG" }, { - "url" : "XCN.4", - "valueString" : "B" + "url": "XCN.4", + "valueString": "B" }, { - "url" : "XCN.20", - "valueString" : "20230501102531-0400" + "url": "XCN.20", + "valueString": "20230501102531-0400" }, { - "url" : "XCN.21", - "valueString" : "MD" + "url": "XCN.21", + "valueString": "MD" }, { - "url" : "XCN.22", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.22", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "AssignJ" + "code": "AssignJ" } ] } }, { - "url" : "XCN.23", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.23", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "AssignA" + "code": "AssignA" } ] } }, { - "url" : "XCN.5", - "valueString" : "2ND" + "url": "XCN.5", + "valueString": "2ND" }, { - "url" : "XCN.7", - "valueString" : "MD" + "url": "XCN.7", + "valueString": "MD" }, { - "url" : "XCN.8", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.8", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "SRC" + "code": "SRC" } ] } }, { - "url" : "XCN.10", - "valueString" : "B" + "url": "XCN.10", + "valueString": "B" }, { - "url" : "XCN.15", - "valueString" : "A" + "url": "XCN.15", + "valueString": "A" }, { - "url" : "XCN.16", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.16", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "NameContext" + "code": "NameContext" } ] } }, { - "url" : "XCN.19", - "valueString" : "20220501102531-0400" + "url": "XCN.19", + "valueString": "20220501102531-0400" } ] } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", - "valueString" : "A" + "url": "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString": "A" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", - "valueCode" : "NPI" + "url": "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode": "NPI" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true } ], - "code" : "DL" + "code": "DL" } ] }, - "system" : "Namespace", - "value" : "1" + "system": "Namespace", + "value": "1" } ], - "name" : [ + "name": [ { - "extension" : [ + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", - "valueCode" : "G" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", + "valueCode": "G" } ], - "use" : "official", - "family" : "ENTERED", - "_family" : { - "extension" : [ + "use": "official", + "family": "ENTERED", + "_family": { + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", - "valueString" : "VAN" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", + "valueString": "VAN" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name", - "valueString" : "BY" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name", + "valueString": "BY" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", - "valueString" : "VAL" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", + "valueString": "VAL" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", - "valueString" : "ROGER2" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", + "valueString": "ROGER2" } ] }, - "given" : [ + "given": [ "RUDWIG", "B" ], - "prefix" : [ + "prefix": [ "DR" ], - "suffix" : [ + "suffix": [ "2ND", "MD", "MD" ], - "period" : { - "start" : "2022-05-01T10:25:31-04:00", - "end" : "2023-05-01T10:25:31-04:00" + "period": { + "start": "2022-05-01T10:25:31-04:00", + "end": "2023-05-01T10:25:31-04:00" } } ] } }, { - "fullUrl" : "Practitioner/1715988321178960000.0d9ae881-7d58-4791-954b-d7bde16f1a9c", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1715988321178960000.0d9ae881-7d58-4791-954b-d7bde16f1a9c", - "extension" : [ + "fullUrl": "Practitioner/1731634401887940000.8c7f2285-2f06-4b37-ba8b-836caed99452", + "resource": { + "resourceType": "Practitioner", + "id": "1731634401887940000.8c7f2285-2f06-4b37-ba8b-836caed99452", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Namespace" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Namespace" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "AssigningSystem" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "AssigningSystem" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "UUID" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "UUID" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ { - "url" : "XCN.3", - "valueString" : "LUDWIG" + "url": "XCN.3", + "valueString": "LUDWIG" }, { - "url" : "XCN.4", - "valueString" : "B" + "url": "XCN.4", + "valueString": "B" }, { - "url" : "XCN.20", - "valueString" : "20230501102531-0400" + "url": "XCN.20", + "valueString": "20230501102531-0400" }, { - "url" : "XCN.21", - "valueString" : "MD" + "url": "XCN.21", + "valueString": "MD" }, { - "url" : "XCN.22", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.22", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "AssignJ" + "code": "AssignJ" } ] } }, { - "url" : "XCN.23", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.23", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "AssignA" + "code": "AssignA" } ] } }, { - "url" : "XCN.5", - "valueString" : "2ND" + "url": "XCN.5", + "valueString": "2ND" }, { - "url" : "XCN.7", - "valueString" : "MD" + "url": "XCN.7", + "valueString": "MD" }, { - "url" : "XCN.8", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.8", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "SRC" + "code": "SRC" } ] } }, { - "url" : "XCN.10", - "valueString" : "B" + "url": "XCN.10", + "valueString": "B" }, { - "url" : "XCN.15", - "valueString" : "A" + "url": "XCN.15", + "valueString": "A" }, { - "url" : "XCN.16", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.16", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "NameContext" + "code": "NameContext" } ] } }, { - "url" : "XCN.19", - "valueString" : "20220501102531-0400" + "url": "XCN.19", + "valueString": "20220501102531-0400" } ] } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", - "valueString" : "A" + "url": "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString": "A" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", - "valueCode" : "NPI" + "url": "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode": "NPI" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true } ], - "code" : "DL" + "code": "DL" } ] }, - "system" : "Namespace", - "value" : "1" + "system": "Namespace", + "value": "1" } ], - "name" : [ + "name": [ { - "extension" : [ + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", - "valueCode" : "G" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", + "valueCode": "G" } ], - "use" : "official", - "family" : "VERIFIED", - "_family" : { - "extension" : [ + "use": "official", + "family": "VERIFIED", + "_family": { + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", - "valueString" : "VAN" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", + "valueString": "VAN" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name", - "valueString" : "BY" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name", + "valueString": "BY" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", - "valueString" : "VAL" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", + "valueString": "VAL" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", - "valueString" : "ROGER" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", + "valueString": "ROGER" } ] }, - "given" : [ + "given": [ "LUDWIG", "B" ], - "prefix" : [ + "prefix": [ "DR" ], - "suffix" : [ + "suffix": [ "2ND", "MD", "MD" ], - "period" : { - "start" : "2022-05-01T10:25:31-04:00", - "end" : "2023-05-01T10:25:31-04:00" + "period": { + "start": "2022-05-01T10:25:31-04:00", + "end": "2023-05-01T10:25:31-04:00" } } ] } }, { - "fullUrl" : "Practitioner/1715988322969087000.24e2c013-b78a-437a-a3ce-d9fd5016708b", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1715988322969087000.24e2c013-b78a-437a-a3ce-d9fd5016708b", - "extension" : [ + "fullUrl": "Practitioner/1731634401889621000.a4bfdd8d-fc61-448a-83db-b6f74460b6d0", + "resource": { + "resourceType": "Practitioner", + "id": "1731634401889621000.a4bfdd8d-fc61-448a-83db-b6f74460b6d0", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Namespace" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Namespace" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "AssigningSystem" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "AssigningSystem" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "UUID" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "UUID" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ { - "url" : "XCN.3", - "valueString" : "RUDWIG" + "url": "XCN.3", + "valueString": "RUDWIG" }, { - "url" : "XCN.4", - "valueString" : "B" + "url": "XCN.4", + "valueString": "B" }, { - "url" : "XCN.20", - "valueString" : "20230501102531-0400" + "url": "XCN.20", + "valueString": "20230501102531-0400" }, { - "url" : "XCN.21", - "valueString" : "MD" + "url": "XCN.21", + "valueString": "MD" }, { - "url" : "XCN.22", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.22", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "AssignJ" + "code": "AssignJ" } ] } }, { - "url" : "XCN.23", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.23", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "AssignA" + "code": "AssignA" } ] } }, { - "url" : "XCN.5", - "valueString" : "2ND" + "url": "XCN.5", + "valueString": "2ND" }, { - "url" : "XCN.7", - "valueString" : "MD" + "url": "XCN.7", + "valueString": "MD" }, { - "url" : "XCN.8", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.8", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "SRC" + "code": "SRC" } ] } }, { - "url" : "XCN.10", - "valueString" : "B" + "url": "XCN.10", + "valueString": "B" }, { - "url" : "XCN.15", - "valueString" : "A" + "url": "XCN.15", + "valueString": "A" }, { - "url" : "XCN.16", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.16", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "NameContext" + "code": "NameContext" } ] } }, { - "url" : "XCN.19", - "valueString" : "20220501102531-0400" + "url": "XCN.19", + "valueString": "20220501102531-0400" } ] } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", - "valueString" : "A" + "url": "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString": "A" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", - "valueCode" : "NPI" + "url": "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode": "NPI" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true } ], - "code" : "DL" + "code": "DL" } ] }, - "system" : "Namespace", - "value" : "1" + "system": "Namespace", + "value": "1" } ], - "name" : [ + "name": [ { - "extension" : [ + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", - "valueCode" : "G" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", + "valueCode": "G" } ], - "use" : "official", - "family" : "VERIFIED", - "_family" : { - "extension" : [ + "use": "official", + "family": "VERIFIED", + "_family": { + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", - "valueString" : "VAN" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", + "valueString": "VAN" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name", - "valueString" : "BY" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name", + "valueString": "BY" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", - "valueString" : "VAL" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", + "valueString": "VAL" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", - "valueString" : "ROGER2" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", + "valueString": "ROGER2" } ] }, - "given" : [ + "given": [ "RUDWIG", "B" ], - "prefix" : [ + "prefix": [ "DR" ], - "suffix" : [ + "suffix": [ "2ND", "MD", "MD" ], - "period" : { - "start" : "2022-05-01T10:25:31-04:00", - "end" : "2023-05-01T10:25:31-04:00" + "period": { + "start": "2022-05-01T10:25:31-04:00", + "end": "2023-05-01T10:25:31-04:00" } } ] } }, { - "fullUrl" : "Practitioner/1715988324811292000.40c02eb0-bffe-4d90-a002-c6face96e039", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1715988324811292000.40c02eb0-bffe-4d90-a002-c6face96e039", - "extension" : [ + "fullUrl": "Practitioner/1731634401891345000.a552a475-0da0-4adf-a4b6-918419a34319", + "resource": { + "resourceType": "Practitioner", + "id": "1731634401891345000.a552a475-0da0-4adf-a4b6-918419a34319", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Namespace" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Namespace" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "AssigningSystem" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "AssigningSystem" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "UUID" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "UUID" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ { - "url" : "XCN.3", - "valueString" : "LUDWIG" + "url": "XCN.3", + "valueString": "LUDWIG" }, { - "url" : "XCN.4", - "valueString" : "B" + "url": "XCN.4", + "valueString": "B" }, { - "url" : "XCN.20", - "valueString" : "20230501102531-0400" + "url": "XCN.20", + "valueString": "20230501102531-0400" }, { - "url" : "XCN.21", - "valueString" : "MD" + "url": "XCN.21", + "valueString": "MD" }, { - "url" : "XCN.22", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.22", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "AssignJ" + "code": "AssignJ" } ] } }, { - "url" : "XCN.23", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.23", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "AssignA" + "code": "AssignA" } ] } }, { - "url" : "XCN.5", - "valueString" : "2ND" + "url": "XCN.5", + "valueString": "2ND" }, { - "url" : "XCN.7", - "valueString" : "MD" + "url": "XCN.7", + "valueString": "MD" }, { - "url" : "XCN.8", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.8", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "SRC" + "code": "SRC" } ] } }, { - "url" : "XCN.10", - "valueString" : "B" + "url": "XCN.10", + "valueString": "B" }, { - "url" : "XCN.15", - "valueString" : "A" + "url": "XCN.15", + "valueString": "A" }, { - "url" : "XCN.16", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.16", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "NameContext" + "code": "NameContext" } ] } }, { - "url" : "XCN.19", - "valueString" : "20220501102531-0400" + "url": "XCN.19", + "valueString": "20220501102531-0400" } ] } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", - "valueString" : "A" + "url": "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString": "A" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", - "valueCode" : "NPI" + "url": "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode": "NPI" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true } ], - "code" : "DL" + "code": "DL" } ] }, - "system" : "Namespace", - "value" : "1" + "system": "Namespace", + "value": "1" } ], - "name" : [ + "name": [ { - "extension" : [ + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", - "valueCode" : "G" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", + "valueCode": "G" } ], - "use" : "official", - "family" : "ORDERING", - "_family" : { - "extension" : [ + "use": "official", + "family": "ORDERING", + "_family": { + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", - "valueString" : "VAN" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", + "valueString": "VAN" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name", - "valueString" : "PROVIDER" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name", + "valueString": "PROVIDER" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", - "valueString" : "VAL" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", + "valueString": "VAL" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", - "valueString" : "ROGER" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", + "valueString": "ROGER" } ] }, - "given" : [ + "given": [ "LUDWIG", "B" ], - "prefix" : [ + "prefix": [ "DR" ], - "suffix" : [ + "suffix": [ "2ND", "MD", "MD" ], - "period" : { - "start" : "2022-05-01T10:25:31-04:00", - "end" : "2023-05-01T10:25:31-04:00" + "period": { + "start": "2022-05-01T10:25:31-04:00", + "end": "2023-05-01T10:25:31-04:00" } } ] } }, { - "fullUrl" : "Practitioner/1715988326643808000.953e8e9c-7119-480c-b4ce-22bfb74410be", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1715988326643808000.953e8e9c-7119-480c-b4ce-22bfb74410be", - "extension" : [ + "fullUrl": "Practitioner/1731634401893034000.10257238-d5a0-4d6c-92e0-a90e4ed721e9", + "resource": { + "resourceType": "Practitioner", + "id": "1731634401893034000.10257238-d5a0-4d6c-92e0-a90e4ed721e9", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Namespace" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Namespace" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "AssigningSystem" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "AssigningSystem" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "UUID" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "UUID" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ { - "url" : "XCN.3", - "valueString" : "RUDWIG" + "url": "XCN.3", + "valueString": "RUDWIG" }, { - "url" : "XCN.4", - "valueString" : "B" + "url": "XCN.4", + "valueString": "B" }, { - "url" : "XCN.20", - "valueString" : "20230501102531-0400" + "url": "XCN.20", + "valueString": "20230501102531-0400" }, { - "url" : "XCN.21", - "valueString" : "MD" + "url": "XCN.21", + "valueString": "MD" }, { - "url" : "XCN.22", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.22", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "AssignJ" + "code": "AssignJ" } ] } }, { - "url" : "XCN.23", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.23", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "AssignA" + "code": "AssignA" } ] } }, { - "url" : "XCN.5", - "valueString" : "2ND" + "url": "XCN.5", + "valueString": "2ND" }, { - "url" : "XCN.7", - "valueString" : "MD" + "url": "XCN.7", + "valueString": "MD" }, { - "url" : "XCN.8", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.8", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "SRC" + "code": "SRC" } ] } }, { - "url" : "XCN.10", - "valueString" : "B" + "url": "XCN.10", + "valueString": "B" }, { - "url" : "XCN.15", - "valueString" : "A" + "url": "XCN.15", + "valueString": "A" }, { - "url" : "XCN.16", - "valueCodeableConcept" : { - "coding" : [ + "url": "XCN.16", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "NameContext" + "code": "NameContext" } ] } }, { - "url" : "XCN.19", - "valueString" : "20220501102531-0400" + "url": "XCN.19", + "valueString": "20220501102531-0400" } ] } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", - "valueString" : "A" + "url": "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString": "A" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", - "valueCode" : "NPI" + "url": "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode": "NPI" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true } ], - "code" : "DL" + "code": "DL" } ] }, - "system" : "Namespace", - "value" : "1" + "system": "Namespace", + "value": "1" } ], - "name" : [ + "name": [ { - "extension" : [ + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", - "valueCode" : "G" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", + "valueCode": "G" } ], - "use" : "official", - "family" : "ORDERING", - "_family" : { - "extension" : [ + "use": "official", + "family": "ORDERING", + "_family": { + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", - "valueString" : "VAN" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", + "valueString": "VAN" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name", - "valueString" : "PROVIDER" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name", + "valueString": "PROVIDER" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", - "valueString" : "VAL" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", + "valueString": "VAL" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", - "valueString" : "ROGER2" + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", + "valueString": "ROGER2" } ] }, - "given" : [ + "given": [ "RUDWIG", "B" ], - "prefix" : [ + "prefix": [ "DR" ], - "suffix" : [ + "suffix": [ "2ND", "MD", "MD" ], - "period" : { - "start" : "2022-05-01T10:25:31-04:00", - "end" : "2023-05-01T10:25:31-04:00" + "period": { + "start": "2022-05-01T10:25:31-04:00", + "end": "2023-05-01T10:25:31-04:00" } } ] } }, { - "fullUrl" : "Organization/1715988327113928000.0574dfbe-558d-47d4-931e-6c382f8bbe13", - "resource" : { - "resourceType" : "Organization", - "id" : "1715988327113928000.0574dfbe-558d-47d4-931e-6c382f8bbe13", - "identifier" : [ + "fullUrl": "Organization/1731634401893373000.90dfed1f-50bd-4069-8627-59c325c7ec79", + "resource": { + "resourceType": "Organization", + "id": "1731634401893373000.90dfed1f-50bd-4069-8627-59c325c7ec79", + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" } ], - "value" : "ASSIGNEE" + "value": "ASSIGNEE" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.2,HD.3" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0301", - "code" : "UUID" + "system": "http://terminology.hl7.org/CodeSystem/v2-0301", + "code": "UUID" } ] }, - "system" : "urn:ietf:rfc:3986", - "value" : "222.1111.22222" + "system": "urn:ietf:rfc:3986", + "value": "222.1111.22222" } ] } }, { - "fullUrl" : "Location/1715988327115045000.4fcac2cf-c4dd-48f6-8c16-c5f2257b4ac8", - "resource" : { - "resourceType" : "Location", - "id" : "1715988327115045000.4fcac2cf-c4dd-48f6-8c16-c5f2257b4ac8", - "identifier" : [ + "fullUrl": "Location/1731634401894034000.635fde79-31aa-4e92-9f7c-455b42eb3a00", + "resource": { + "resourceType": "Location", + "id": "1731634401894034000.635fde79-31aa-4e92-9f7c-455b42eb3a00", + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" } ], - "value" : "Hospital A" + "value": "Hospital A" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.2,HD.3" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true } ], - "code" : "ISO" + "code": "ISO" } ] }, - "value" : "2.4.4.4" + "value": "2.4.4.4" } ], - "physicalType" : { - "coding" : [ + "physicalType": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "si" + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" } ] } } }, { - "fullUrl" : "Location/1715988327115147000.dcf8e99c-0de0-48da-9445-e1b918e7887a", - "resource" : { - "resourceType" : "Location", - "id" : "1715988327115147000.dcf8e99c-0de0-48da-9445-e1b918e7887a", - "identifier" : [ + "fullUrl": "Location/1731634401894114000.0a8d07a5-10f4-41c6-a021-69e1d6cf4591", + "resource": { + "resourceType": "Location", + "id": "1731634401894114000.0a8d07a5-10f4-41c6-a021-69e1d6cf4591", + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" } ], - "value" : "Point of Care" + "value": "Point of Care" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.2,HD.3" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true } ], - "code" : "ISO" + "code": "ISO" } ] }, - "value" : "2.1.1.1" + "value": "2.1.1.1" } ], - "physicalType" : { - "coding" : [ + "physicalType": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "_code" : { - "extension" : [ + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "_code": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/location-physical-type-poc", - "valueString" : "poc" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/location-physical-type-poc", + "valueString": "poc" } ] } } ] }, - "partOf" : { - "reference" : "Location/1715988327115045000.4fcac2cf-c4dd-48f6-8c16-c5f2257b4ac8" + "partOf": { + "reference": "Location/1731634401894034000.635fde79-31aa-4e92-9f7c-455b42eb3a00" } } }, { - "fullUrl" : "Location/1715988327115338000.a7aee7d5-d634-4ece-bb36-4e0187dc36c8", - "resource" : { - "resourceType" : "Location", - "id" : "1715988327115338000.a7aee7d5-d634-4ece-bb36-4e0187dc36c8", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/pl6-person-location-type", - "valueString" : "location type" + "fullUrl": "Location/1731634401894270000.1eedb96f-de10-4f39-8f1a-4dbe19f12739", + "resource": { + "resourceType": "Location", + "id": "1731634401894270000.1eedb96f-de10-4f39-8f1a-4dbe19f12739", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/pl6-person-location-type", + "valueString": "location type" } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" } ], - "value" : "Bed A" + "value": "Bed A" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.2,HD.3" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true } ], - "code" : "ISO" + "code": "ISO" } ] }, - "value" : "2.3.3.3" + "value": "2.3.3.3" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "NAME" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "NAME" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "UNI" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "UNI" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "ISO" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/ei-assigner-organization-type", - "valueString" : "organization" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/ei-assigner-organization-type", + "valueString": "organization" } ], - "value" : "Entity ID", - "assigner" : { - "reference" : "Organization/1715988327113928000.0574dfbe-558d-47d4-931e-6c382f8bbe13" + "value": "Entity ID", + "assigner": { + "reference": "Organization/1731634401893373000.90dfed1f-50bd-4069-8627-59c325c7ec79" } } ], - "status" : "active", - "description" : "Description", - "mode" : "instance", - "physicalType" : { - "coding" : [ + "status": "active", + "description": "Description", + "mode": "instance", + "physicalType": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "bd" + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "bd" } ] }, - "partOf" : { - "reference" : "Location/1715988327115147000.dcf8e99c-0de0-48da-9445-e1b918e7887a" + "partOf": { + "reference": "Location/1731634401894114000.0a8d07a5-10f4-41c6-a021-69e1d6cf4591" } } }, { - "fullUrl" : "DiagnosticReport/1715988329002527000.3a9d79cd-5dfa-4ed9-be24-57fd943d59e9", - "resource" : { - "resourceType" : "DiagnosticReport", - "id" : "1715988329002527000.3a9d79cd-5dfa-4ed9-be24-57fd943d59e9", - "extension" : [ - { - "url" : "http://hl7.org/fhir/StructureDefinition/event-statusReason", - "valueCodeableConcept" : { - "text" : "Control Code Reason" + "fullUrl": "DiagnosticReport/1731634401912861000.f80f2f58-064f-4b21-8607-4fbe5024ae71", + "resource": { + "resourceType": "DiagnosticReport", + "id": "1731634401912861000.f80f2f58-064f-4b21-8607-4fbe5024ae71", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/event-statusReason", + "valueCodeableConcept": { + "text": "Control Code Reason" } } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "ORC.2" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Placer Identifier Namespace" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Placer Identifier Namespace" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "Placer Universal ID" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "Placer Universal ID" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PLAC" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "PLAC" } ] }, - "value" : "Placer Identifier" + "value": "Placer Identifier" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Filler Identifier Namespace" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Filler Identifier Namespace" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "Filler Universal ID" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "Filler Universal ID" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FILL" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "FILL" } ] }, - "value" : "Filler Identifier" + "value": "Filler Identifier" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Group Identifier Namespace" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Group Identifier Namespace" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "Group Universal ID" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "Group Universal ID" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PGN" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "PGN" } ] }, - "value" : "Group Identifier" + "value": "Group Identifier" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Group Identifier Namespace" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Group Identifier Namespace" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "Group Universal ID" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "Group Universal ID" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FGN" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "FGN" } ] }, - "value" : "Group Identifier" + "value": "Group Identifier" } ], - "basedOn" : [ + "basedOn": [ { - "reference" : "ServiceRequest/1715988328980595000.46fa67cf-fd89-4e38-aee9-8e45ae473886" + "reference": "ServiceRequest/1731634401895562000.2091f6e1-26e9-4e2a-9da1-50f5cf8d00a7" } ], - "status" : "final", - "code" : { - "coding" : [ + "status": "final", + "code": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" } ], - "system" : "http://loinc.org", - "code" : "12345-6", - "display" : "TEST" + "system": "http://loinc.org", + "code": "12345-6", + "display": "TEST" } ] }, - "subject" : { - "reference" : "Patient/1715988295524561000.254958e7-f6b3-4fbe-ac16-9f457ded3910" + "subject": { + "reference": "Patient/1731634401740435000.f39d452d-069d-450c-8ff1-3e2dda2270a1" }, - "issued" : "2023", - "_issued" : { - "extension" : [ + "issued": "2023", + "_issued": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "2023" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "2023" } ] }, - "specimen" : [ + "specimen": [ { - "reference" : "Specimen/1715988295526768000.81b10cff-cb7e-4988-b7de-8180bc4c918d" + "reference": "Specimen/1731634401742218000.f1b9b00a-efa9-4634-96a0-2d79df6d19a0" } ] } diff --git a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/orm-obr-to-specimen.fhir b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/orm-obr-to-specimen.fhir new file mode 100644 index 00000000000..b2bccf05edd --- /dev/null +++ b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/orm-obr-to-specimen.fhir @@ -0,0 +1,547 @@ +{ + "resourceType" : "Bundle", + "id" : "1731705756874644000.31d6c7fa-b52e-4332-80be-9c3c579f08b1", + "meta" : { + "lastUpdated" : "2024-11-15T13:22:36.878-08:00" + }, + "identifier" : { + "system" : "https://reportstream.cdc.gov/prime-router", + "value" : "20230816123358" + }, + "type" : "message", + "timestamp" : "2023-08-16T10:33:58.000-07:00", + "entry" : [ { + "fullUrl" : "MessageHeader/1731705756906574000.495873e0-6eb5-404b-b496-178d77913d2a", + "resource" : { + "resourceType" : "MessageHeader", + "id" : "1731705756906574000.495873e0-6eb5-404b-b496-178d77913d2a", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/msh-message-header", + "extension" : [ { + "url" : "MSH.7", + "valueString" : "20230816123358-0500" + } ] + } ], + "eventCoding" : { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0003", + "code" : "O01", + "display" : "ORM^O01^ORM_O01" + } + } + }, { + "fullUrl" : "Provenance/1731705757157024000.ad8e8682-2895-46fc-8b3c-546c691f3414", + "resource" : { + "resourceType" : "Provenance", + "id" : "1731705757157024000.ad8e8682-2895-46fc-8b3c-546c691f3414", + "recorded" : "2023-08-16T12:33:58-05:00", + "activity" : { + "coding" : [ { + "display" : "ORM^O01^ORM_O01" + } ] + } + } + }, { + "fullUrl" : "Provenance/1731705757164871000.8556d178-a658-4982-8ca0-f4e911d0a0dd", + "resource" : { + "resourceType" : "Provenance", + "id" : "1731705757164871000.8556d178-a658-4982-8ca0-f4e911d0a0dd", + "recorded" : "2024-11-15T13:22:37Z", + "policy" : [ "http://hl7.org/fhir/uv/v2mappings/message-oru-r01-to-bundle" ], + "activity" : { + "coding" : [ { + "code" : "v2-FHIR transformation" + } ] + }, + "agent" : [ { + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type", + "code" : "assembler" + } ] + }, + "who" : { + "reference" : "Organization/1731705757164365000.09f7ae73-4cd0-4b82-9eca-3eb5b53ae1e8" + } + } ] + } + }, { + "fullUrl" : "Organization/1731705757164365000.09f7ae73-4cd0-4b82-9eca-3eb5b53ae1e8", + "resource" : { + "resourceType" : "Organization", + "id" : "1731705757164365000.09f7ae73-4cd0-4b82-9eca-3eb5b53ae1e8", + "identifier" : [ { + "value" : "CDC PRIME - Atlanta" + }, { + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0301" + } ] + }, + "system" : "urn:ietf:rfc:3986", + "value" : "2.16.840.1.114222.4.1.237821" + } ] + } + }, { + "fullUrl" : "Patient/1731705757173333000.42d3b6d7-3177-4a33-b9cf-c50d98609e5f", + "resource" : { + "resourceType" : "Patient", + "id" : "1731705757173333000.42d3b6d7-3177-4a33-b9cf-c50d98609e5f" + } + }, { + "fullUrl" : "Provenance/1731705757173844000.1e0be0d5-1d31-4172-b7af-1580371a2417", + "resource" : { + "resourceType" : "Provenance", + "id" : "1731705757173844000.1e0be0d5-1d31-4172-b7af-1580371a2417", + "target" : [ { + "reference" : "Patient/1731705757173333000.42d3b6d7-3177-4a33-b9cf-c50d98609e5f" + } ], + "recorded" : "2024-11-15T13:22:37Z", + "activity" : { + "coding" : [ { + "system" : "https://terminology.hl7.org/CodeSystem/v3-DataOperation", + "code" : "UPDATE" + } ] + } + } + }, { + "fullUrl" : "ServiceRequest/1731705757192137000.c40ed560-8573-4a2e-8a78-65e98a0f9cfe", + "resource" : { + "resourceType" : "ServiceRequest", + "id" : "1731705757192137000.c40ed560-8573-4a2e-8a78-65e98a0f9cfe", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", + "valueCode" : "RE" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", + "extension" : [ { + "url" : "OBR.15.1", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "ID" + } ] + } + }, { + "url" : "OBR.15.2", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70371" + } ], + "code" : "BOUIN", + "display" : "Bouin's solution" + } ] + } + }, { + "url" : "OBR.15.3", + "valueString" : "Collection Method" + }, { + "url" : "OBR.15.4", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70163" + } ], + "system" : "http://terminology.hl7.org/CodeSystem/v2-0163", + "code" : "LN", + "display" : "Left Naris" + } ] + } + }, { + "url" : "OBR.15.6", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL7" + } ], + "code" : "CMMC", + "display" : "Collection Method Modifer Code" + } ] + } + }, { + "url" : "OBR.7", + "valueDateTime" : "2020-08-18T12:33:58-05:00", + "_valueDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20200818123358-0500" + } ] + } + }, { + "url" : "OBR.8", + "valueDateTime" : "2020-08-19T12:33:58-05:00", + "_valueDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20200819123358-0500" + } ] + } + }, { + "url" : "OBR.39", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "4439", + "display" : "Collectors Comment" + } ] + } + }, { + "url" : "OBR.39", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "4438", + "display" : "Collectors Comment2" + } ] + } + }, { + "url" : "OBR.9", + "valueQuantity" : { + "value" : 1771 + } + }, { + "url" : "OBR.10", + "valueReference" : { + "reference" : "Practitioner/1731705757188158000.eb7a5c57-a821-4c3d-be74-9cf989f71849" + } + }, { + "url" : "OBR.10", + "valueReference" : { + "reference" : "Practitioner/1731705757190973000.df7be9e7-851c-4f15-bec9-09e434367593" + } + }, { + "url" : "OBR.14", + "valueDateTime" : "2024-02-20T09:00:00Z", + "_valueDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "202402200900" + } ] + } + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString" : "ORC.2" + } ], + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", + "code" : "PLAC" + } ] + }, + "value" : "Specimen123" + } ], + "status" : "unknown", + "subject" : { + "reference" : "Patient/1731705757173333000.42d3b6d7-3177-4a33-b9cf-c50d98609e5f" + } + } + }, { + "fullUrl" : "Practitioner/1731705757188158000.eb7a5c57-a821-4c3d-be74-9cf989f71849", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1731705757188158000.eb7a5c57-a821-4c3d-be74-9cf989f71849", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "AssigningSystem" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "LUDWIG" + }, { + "url" : "XCN.4", + "valueString" : "B" + }, { + "url" : "XCN.20", + "valueString" : "20230501102531-0400" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.22", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "AssignJ" + } ] + } + }, { + "url" : "XCN.23", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "AssignA" + } ] + } + }, { + "url" : "XCN.5", + "valueString" : "2ND" + }, { + "url" : "XCN.7", + "valueString" : "MD" + }, { + "url" : "XCN.8", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "SRC" + } ] + } + }, { + "url" : "XCN.10", + "valueString" : "B" + }, { + "url" : "XCN.15", + "valueString" : "A" + }, { + "url" : "XCN.16", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "NameContext" + } ] + } + }, { + "url" : "XCN.19", + "valueString" : "20220501102531-0400" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString" : "A" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode" : "NPI" + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "DL" + } ] + }, + "system" : "urn:oid:AssigningSystem", + "value" : "1" + } ], + "name" : [ { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", + "valueCode" : "G" + } ], + "use" : "official", + "family" : "Collector", + "_family" : { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", + "valueString" : "VAN" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name", + "valueString" : "Identifier" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", + "valueString" : "VAL" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", + "valueString" : "ROGER" + } ] + }, + "given" : [ "LUDWIG", "B" ], + "prefix" : [ "DR" ], + "suffix" : [ "2ND", "MD", "MD" ], + "period" : { + "start" : "2022-05-01T10:25:31-04:00", + "end" : "2023-05-01T10:25:31-04:00" + } + } ] + } + }, { + "fullUrl" : "Practitioner/1731705757190973000.df7be9e7-851c-4f15-bec9-09e434367593", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1731705757190973000.df7be9e7-851c-4f15-bec9-09e434367593", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "AssigningSystem" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "RUDWIG" + }, { + "url" : "XCN.4", + "valueString" : "B" + }, { + "url" : "XCN.20", + "valueString" : "20230501102531-0400" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.22", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "AssignJ" + } ] + } + }, { + "url" : "XCN.23", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "AssignA" + } ] + } + }, { + "url" : "XCN.5", + "valueString" : "2ND" + }, { + "url" : "XCN.7", + "valueString" : "MD" + }, { + "url" : "XCN.8", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "SRC" + } ] + } + }, { + "url" : "XCN.10", + "valueString" : "B" + }, { + "url" : "XCN.15", + "valueString" : "A" + }, { + "url" : "XCN.16", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "NameContext" + } ] + } + }, { + "url" : "XCN.19", + "valueString" : "20220501102531-0400" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString" : "A" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode" : "NPI" + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "DL" + } ] + }, + "system" : "urn:oid:AssigningSystem", + "value" : "1" + } ], + "name" : [ { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", + "valueCode" : "G" + } ], + "use" : "official", + "family" : "Collector2", + "_family" : { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", + "valueString" : "VAN" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name", + "valueString" : "Identifier" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", + "valueString" : "VAL" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", + "valueString" : "ROGER" + } ] + }, + "given" : [ "RUDWIG", "B" ], + "prefix" : [ "DR" ], + "suffix" : [ "2ND", "MD", "MD" ], + "period" : { + "start" : "2022-05-01T10:25:31-04:00", + "end" : "2023-05-01T10:25:31-04:00" + } + } ] + } + } ] +} \ No newline at end of file diff --git a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/orm-obr-to-specimen.hl7 b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/orm-obr-to-specimen.hl7 new file mode 100644 index 00000000000..813e79a6de1 --- /dev/null +++ b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/orm-obr-to-specimen.hl7 @@ -0,0 +1,4 @@ +MSH|^~\&|||||20230816123358-0500||ORM^O01^ORM_O01|20230816123358||2.5.1 +PID|1 +ORC|RE|Specimen123 +OBR|1||||||20200818123358-0500|20200819123358-0500|1771|1^Collector&VAN&Identifier&VAL&ROGER^LUDWIG^B^2ND^DR^MD^SRC^&AssigningSystem&ISO^B^A^NPI^DL^^A^NameContext^^G^20220501102531-0400^20230501102531-0400^MD^AssignJ^AssignA~1^Collector2&VAN&Identifier&VAL&ROGER^RUDWIG^B^2ND^DR^MD^SRC^&AssigningSystem&ISO^B^A^NPI^DL^^A^NameContext^^G^20220501102531-0400^20230501102531-0400^MD^AssignJ^AssignA||||202402200900|ID^BOUIN&Bouin's solution&HL70371^Collection Method^LN&Left Naris&HL70163^^CMMC&Collection Method Modifer Code&HL7||||||||||||||||||||||||4439^Collectors Comment~4438^Collectors Comment2 \ No newline at end of file diff --git a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/oru-obr-to-specimen.fhir b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/oru-obr-to-specimen.fhir new file mode 100644 index 00000000000..cee9fcced4a --- /dev/null +++ b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/oru-obr-to-specimen.fhir @@ -0,0 +1,842 @@ +{ + "resourceType" : "Bundle", + "id" : "1731705743049471000.ebd65e23-268a-4ee6-8951-b3bba9cc2860", + "meta" : { + "lastUpdated" : "2024-11-15T13:22:23.053-08:00" + }, + "identifier" : { + "system" : "https://reportstream.cdc.gov/prime-router", + "value" : "20230816123358" + }, + "type" : "message", + "timestamp" : "2023-08-16T10:33:58.000-07:00", + "entry" : [ { + "fullUrl" : "MessageHeader/1731705743080590000.c25690ff-bd09-4d75-94ef-8c385c3e32b3", + "resource" : { + "resourceType" : "MessageHeader", + "id" : "1731705743080590000.c25690ff-bd09-4d75-94ef-8c385c3e32b3", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/encoding-characters", + "valueString" : "^~\\&#" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/msh-message-header", + "extension" : [ { + "url" : "MSH.7", + "valueString" : "20230816123358-0500" + } ] + } ], + "eventCoding" : { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0003", + "code" : "R01", + "display" : "ORU^R01^ORU_R01" + } + } + }, { + "fullUrl" : "Provenance/1731705743352177000.2de9ede7-62fd-467e-ab8c-21c70a1d1a1f", + "resource" : { + "resourceType" : "Provenance", + "id" : "1731705743352177000.2de9ede7-62fd-467e-ab8c-21c70a1d1a1f", + "target" : [ { + "reference" : "MessageHeader/1731705743080590000.c25690ff-bd09-4d75-94ef-8c385c3e32b3" + }, { + "reference" : "DiagnosticReport/1731705743513434000.3943869b-4a3d-461c-8013-5825f1241dba" + } ], + "recorded" : "2023-08-16T12:33:58-05:00", + "activity" : { + "coding" : [ { + "display" : "ORU^R01^ORU_R01" + } ] + } + } + }, { + "fullUrl" : "Provenance/1731705743359176000.899aa1c8-4aad-4965-9b51-b90f2e8b8210", + "resource" : { + "resourceType" : "Provenance", + "id" : "1731705743359176000.899aa1c8-4aad-4965-9b51-b90f2e8b8210", + "recorded" : "2024-11-15T13:22:23Z", + "policy" : [ "http://hl7.org/fhir/uv/v2mappings/message-oru-r01-to-bundle" ], + "activity" : { + "coding" : [ { + "code" : "v2-FHIR transformation" + } ] + }, + "agent" : [ { + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type", + "code" : "assembler" + } ] + }, + "who" : { + "reference" : "Organization/1731705743358731000.ec62573c-ab2a-4492-b234-592c121d1d65" + } + } ] + } + }, { + "fullUrl" : "Organization/1731705743358731000.ec62573c-ab2a-4492-b234-592c121d1d65", + "resource" : { + "resourceType" : "Organization", + "id" : "1731705743358731000.ec62573c-ab2a-4492-b234-592c121d1d65", + "identifier" : [ { + "value" : "CDC PRIME - Atlanta" + }, { + "type" : { + "coding" : [ { + "system" : "http://terminology.hl7.org/CodeSystem/v2-0301" + } ] + }, + "system" : "urn:ietf:rfc:3986", + "value" : "2.16.840.1.114222.4.1.237821" + } ] + } + }, { + "fullUrl" : "Patient/1731705743371272000.5e0cbb2a-6ba5-4289-8eed-b5fcecc9753d", + "resource" : { + "resourceType" : "Patient", + "id" : "1731705743371272000.5e0cbb2a-6ba5-4289-8eed-b5fcecc9753d" + } + }, { + "fullUrl" : "Provenance/1731705743371816000.0a2963d3-1507-45e5-8325-88a21490665a", + "resource" : { + "resourceType" : "Provenance", + "id" : "1731705743371816000.0a2963d3-1507-45e5-8325-88a21490665a", + "target" : [ { + "reference" : "Patient/1731705743371272000.5e0cbb2a-6ba5-4289-8eed-b5fcecc9753d" + } ], + "recorded" : "2024-11-15T13:22:23Z", + "activity" : { + "coding" : [ { + "system" : "https://terminology.hl7.org/CodeSystem/v3-DataOperation", + "code" : "UPDATE" + } ] + } + } + }, { + "fullUrl" : "Specimen/1731705743376541000.9d554d41-22bd-4bd9-9be3-6ffc05cfe7a8", + "resource" : { + "resourceType" : "Specimen", + "id" : "1731705743376541000.9d554d41-22bd-4bd9-9be3-6ffc05cfe7a8", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", + "valueString" : "OBR" + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "ID" + } ] + }, + "receivedTime" : "2024-02-20T09:00:00Z", + "_receivedTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "202402200900" + } ] + }, + "collection" : { + "collector" : { + "reference" : "Practitioner/1731705743384334000.dde58ec9-c036-482b-ae98-e459534aee8b" + }, + "collectedPeriod" : { + "start" : "2020-08-18T12:33:58-05:00", + "_start" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20200818123358-0500" + } ] + }, + "end" : "2020-08-19T12:33:58-05:00", + "_end" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20200819123358-0500" + } ] + } + }, + "quantity" : { + "value" : 1771 + }, + "bodySite" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70163" + } ], + "system" : "http://terminology.hl7.org/CodeSystem/v2-0163", + "code" : "LN", + "display" : "Left Naris" + } ] + } + }, + "container" : [ { + "additiveCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70371" + } ], + "code" : "BOUIN", + "display" : "Bouin's solution" + } ] + } + } ], + "condition" : [ { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL7" + } ], + "code" : "CMMC", + "display" : "Collection Method Modifer Code" + } ] + } ], + "note" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", + "valueString" : "OBR.15.3" + } ], + "text" : "Collection Method" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-annotation", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "4439", + "display" : "Collectors Comment" + } ] + } + } ], + "text" : "4439, Collectors Comment" + }, { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-annotation", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "4438", + "display" : "Collectors Comment2" + } ] + } + } ], + "text" : "4438, Collectors Comment2" + } ] + } + }, { + "fullUrl" : "Practitioner/1731705743384334000.dde58ec9-c036-482b-ae98-e459534aee8b", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1731705743384334000.dde58ec9-c036-482b-ae98-e459534aee8b", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "AssigningSystem" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "LUDWIG" + }, { + "url" : "XCN.4", + "valueString" : "B" + }, { + "url" : "XCN.20", + "valueString" : "20230501102531-0400" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.22", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "AssignJ" + } ] + } + }, { + "url" : "XCN.23", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "AssignA" + } ] + } + }, { + "url" : "XCN.5", + "valueString" : "2ND" + }, { + "url" : "XCN.7", + "valueString" : "MD" + }, { + "url" : "XCN.8", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "SRC" + } ] + } + }, { + "url" : "XCN.10", + "valueString" : "B" + }, { + "url" : "XCN.15", + "valueString" : "A" + }, { + "url" : "XCN.16", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "NameContext" + } ] + } + }, { + "url" : "XCN.19", + "valueString" : "20220501102531-0400" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString" : "A" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode" : "NPI" + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "DL" + } ] + }, + "system" : "urn:oid:AssigningSystem", + "value" : "1" + } ], + "name" : [ { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", + "valueCode" : "G" + } ], + "use" : "official", + "family" : "Collector", + "_family" : { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", + "valueString" : "VAN" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name", + "valueString" : "Identifier" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", + "valueString" : "VAL" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", + "valueString" : "ROGER" + } ] + }, + "given" : [ "LUDWIG", "B" ], + "prefix" : [ "DR" ], + "suffix" : [ "2ND", "MD", "MD" ], + "period" : { + "start" : "2022-05-01T10:25:31-04:00", + "end" : "2023-05-01T10:25:31-04:00" + } + } ] + } + }, { + "fullUrl" : "ServiceRequest/1731705743509696000.628e4632-6f4b-44cb-9596-d2d757413265", + "resource" : { + "resourceType" : "ServiceRequest", + "id" : "1731705743509696000.628e4632-6f4b-44cb-9596-d2d757413265", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", + "extension" : [ { + "url" : "OBR.15.1", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "ID" + } ] + } + }, { + "url" : "OBR.15.2", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70371" + } ], + "code" : "BOUIN", + "display" : "Bouin's solution" + } ] + } + }, { + "url" : "OBR.15.3", + "valueString" : "Collection Method" + }, { + "url" : "OBR.15.4", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL70163" + } ], + "system" : "http://terminology.hl7.org/CodeSystem/v2-0163", + "code" : "LN", + "display" : "Left Naris" + } ] + } + }, { + "url" : "OBR.15.6", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString" : "HL7" + } ], + "code" : "CMMC", + "display" : "Collection Method Modifer Code" + } ] + } + }, { + "url" : "OBR.7", + "valueDateTime" : "2020-08-18T12:33:58-05:00", + "_valueDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20200818123358-0500" + } ] + } + }, { + "url" : "OBR.8", + "valueDateTime" : "2020-08-19T12:33:58-05:00", + "_valueDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20200819123358-0500" + } ] + } + }, { + "url" : "OBR.39", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "4439", + "display" : "Collectors Comment" + } ] + } + }, { + "url" : "OBR.39", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "4438", + "display" : "Collectors Comment2" + } ] + } + }, { + "url" : "OBR.9", + "valueQuantity" : { + "value" : 1771 + } + }, { + "url" : "OBR.10", + "valueReference" : { + "reference" : "Practitioner/1731705743506205000.6d891283-9c0e-44e8-8a51-70c9ed6d468e" + } + }, { + "url" : "OBR.10", + "valueReference" : { + "reference" : "Practitioner/1731705743508699000.a4c084d9-f46c-4229-be7b-49996c81bd52" + } + }, { + "url" : "OBR.14", + "valueDateTime" : "2024-02-20T09:00:00Z", + "_valueDateTime" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "202402200900" + } ] + } + } ] + } ], + "status" : "unknown", + "subject" : { + "reference" : "Patient/1731705743371272000.5e0cbb2a-6ba5-4289-8eed-b5fcecc9753d" + } + } + }, { + "fullUrl" : "Practitioner/1731705743506205000.6d891283-9c0e-44e8-8a51-70c9ed6d468e", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1731705743506205000.6d891283-9c0e-44e8-8a51-70c9ed6d468e", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "AssigningSystem" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "LUDWIG" + }, { + "url" : "XCN.4", + "valueString" : "B" + }, { + "url" : "XCN.20", + "valueString" : "20230501102531-0400" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.22", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "AssignJ" + } ] + } + }, { + "url" : "XCN.23", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "AssignA" + } ] + } + }, { + "url" : "XCN.5", + "valueString" : "2ND" + }, { + "url" : "XCN.7", + "valueString" : "MD" + }, { + "url" : "XCN.8", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "SRC" + } ] + } + }, { + "url" : "XCN.10", + "valueString" : "B" + }, { + "url" : "XCN.15", + "valueString" : "A" + }, { + "url" : "XCN.16", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "NameContext" + } ] + } + }, { + "url" : "XCN.19", + "valueString" : "20220501102531-0400" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString" : "A" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode" : "NPI" + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "DL" + } ] + }, + "system" : "urn:oid:AssigningSystem", + "value" : "1" + } ], + "name" : [ { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", + "valueCode" : "G" + } ], + "use" : "official", + "family" : "Collector", + "_family" : { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", + "valueString" : "VAN" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name", + "valueString" : "Identifier" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", + "valueString" : "VAL" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", + "valueString" : "ROGER" + } ] + }, + "given" : [ "LUDWIG", "B" ], + "prefix" : [ "DR" ], + "suffix" : [ "2ND", "MD", "MD" ], + "period" : { + "start" : "2022-05-01T10:25:31-04:00", + "end" : "2023-05-01T10:25:31-04:00" + } + } ] + } + }, { + "fullUrl" : "Practitioner/1731705743508699000.a4c084d9-f46c-4229-be7b-49996c81bd52", + "resource" : { + "resourceType" : "Practitioner", + "id" : "1731705743508699000.a4c084d9-f46c-4229-be7b-49996c81bd52", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString" : "AssigningSystem" + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode" : "ISO" + } ] + }, { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension" : [ { + "url" : "XCN.3", + "valueString" : "RUDWIG" + }, { + "url" : "XCN.4", + "valueString" : "B" + }, { + "url" : "XCN.20", + "valueString" : "20230501102531-0400" + }, { + "url" : "XCN.21", + "valueString" : "MD" + }, { + "url" : "XCN.22", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "AssignJ" + } ] + } + }, { + "url" : "XCN.23", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "AssignA" + } ] + } + }, { + "url" : "XCN.5", + "valueString" : "2ND" + }, { + "url" : "XCN.7", + "valueString" : "MD" + }, { + "url" : "XCN.8", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "SRC" + } ] + } + }, { + "url" : "XCN.10", + "valueString" : "B" + }, { + "url" : "XCN.15", + "valueString" : "A" + }, { + "url" : "XCN.16", + "valueCodeableConcept" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString" : "coding" + } ], + "code" : "NameContext" + } ] + } + }, { + "url" : "XCN.19", + "valueString" : "20220501102531-0400" + } ] + } ], + "identifier" : [ { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString" : "A" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode" : "NPI" + } ], + "type" : { + "coding" : [ { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean" : true + } ], + "code" : "DL" + } ] + }, + "system" : "urn:oid:AssigningSystem", + "value" : "1" + } ], + "name" : [ { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", + "valueCode" : "G" + } ], + "use" : "official", + "family" : "Collector2", + "_family" : { + "extension" : [ { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", + "valueString" : "VAN" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name", + "valueString" : "Identifier" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", + "valueString" : "VAL" + }, { + "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", + "valueString" : "ROGER" + } ] + }, + "given" : [ "RUDWIG", "B" ], + "prefix" : [ "DR" ], + "suffix" : [ "2ND", "MD", "MD" ], + "period" : { + "start" : "2022-05-01T10:25:31-04:00", + "end" : "2023-05-01T10:25:31-04:00" + } + } ] + } + }, { + "fullUrl" : "DiagnosticReport/1731705743513434000.3943869b-4a3d-461c-8013-5825f1241dba", + "resource" : { + "resourceType" : "DiagnosticReport", + "id" : "1731705743513434000.3943869b-4a3d-461c-8013-5825f1241dba", + "basedOn" : [ { + "reference" : "ServiceRequest/1731705743509696000.628e4632-6f4b-44cb-9596-d2d757413265" + } ], + "status" : "unknown", + "subject" : { + "reference" : "Patient/1731705743371272000.5e0cbb2a-6ba5-4289-8eed-b5fcecc9753d" + }, + "effectivePeriod" : { + "start" : "2020-08-18T12:33:58-05:00", + "_start" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20200818123358-0500" + } ] + }, + "end" : "2020-08-19T12:33:58-05:00", + "_end" : { + "extension" : [ { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "20200819123358-0500" + } ] + } + }, + "specimen" : [ { + "reference" : "Specimen/1731705743376541000.9d554d41-22bd-4bd9-9be3-6ffc05cfe7a8" + } ] + } + } ] +} \ No newline at end of file diff --git a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/oru-obr-to-specimen.hl7 b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/oru-obr-to-specimen.hl7 new file mode 100644 index 00000000000..f97e0f720e8 --- /dev/null +++ b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orcobr/oru-obr-to-specimen.hl7 @@ -0,0 +1,3 @@ +MSH|^~\&#|||||20230816123358-0500||ORU^R01^ORU_R01|20230816123358||2.5.1 +PID|1 +OBR|1||||||20200818123358-0500|20200819123358-0500|1771|1^Collector&VAN&Identifier&VAL&ROGER^LUDWIG^B^2ND^DR^MD^SRC^&AssigningSystem&ISO^B^A^NPI^DL^^A^NameContext^^G^20220501102531-0400^20230501102531-0400^MD^AssignJ^AssignA~1^Collector2&VAN&Identifier&VAL&ROGER^RUDWIG^B^2ND^DR^MD^SRC^&AssigningSystem&ISO^B^A^NPI^DL^^A^NameContext^^G^20220501102531-0400^20230501102531-0400^MD^AssignJ^AssignA||||202402200900|ID^BOUIN&Bouin's solution&HL70371^Collection Method^LN&Left Naris&HL70163^^CMMC&Collection Method Modifer Code&HL7||||||||||||||||||||||||4439^Collectors Comment~4438^Collectors Comment2 \ No newline at end of file diff --git a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/ormo01/orm_o01-full.fhir b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/ormo01/orm_o01-full.fhir index fad9945c732..dbd8ced6685 100644 --- a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/ormo01/orm_o01-full.fhir +++ b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/ormo01/orm_o01-full.fhir @@ -1,6469 +1,10517 @@ { - "resourceType" : "Bundle", - "id" : "1729291158390000000.d11499fc-4455-476a-a9e1-6e7620c2a0f5", - "meta" : { - "lastUpdated" : "2024-10-18T15:39:18.393-07:00" + "resourceType": "Bundle", + "id": "1731029041966102000.c61cae84-2e4a-4896-a1c9-606af60b8644", + "meta": { + "lastUpdated": "2024-11-07T17:24:01.970-08:00" }, - "identifier" : { - "system" : "https://reportstream.cdc.gov/prime-router", - "value" : "0123" + "identifier": { + "system": "https://reportstream.cdc.gov/prime-router", + "value": "0123" }, - "type" : "message", - "timestamp" : "2019-07-20T09:12:29.000-07:00", - "entry" : [ { - "fullUrl" : "MessageHeader/1729291158444509000.14825390-01fd-4f85-8bf3-8ab20936ce01", - "resource" : { - "resourceType" : "MessageHeader", - "id" : "1729291158444509000.14825390-01fd-4f85-8bf3-8ab20936ce01", - "meta" : { - "security" : [ { - "code" : "msh8placeholder" - } ], - "tag" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0103", - "code" : "P" - }, { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0207", - "code" : "A" - } ] - }, - "language" : "ENG", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/character-set", - "valueString" : "UNICODE UTF-8" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/msh-message-header", - "extension" : [ { - "url" : "MSH.7", - "valueString" : "20190720091229" - }, { - "url" : "MSH.13", - "valueString" : "42" - }, { - "url" : "MSH.14", - "valueString" : "msh14placeholder" - }, { - "url" : "MSH.15", - "valueString" : "AL" - }, { - "url" : "MSH.16", - "valueString" : "AL" - }, { - "url" : "MSH.19", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "ISO" - } ], - "version" : "131", - "code" : "ENG", - "display" : "English" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "secondary-alt-coding" - } ], - "code" : "2ndalt", - "display" : "Second Alt" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "altISO" - } ], - "version" : "313", - "code" : "altE", - "display" : "altEnglish" - } ], - "text" : "originaltext" - } - }, { - "url" : "MSH.20", - "valueString" : "UNICODE UTF-16" - }, { - "url" : "MSH.21", - "valueIdentifier" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "PHIN" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.113883.9.11" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - } ], - "value" : "PHLabReport-NoAck" - } - }, { - "url" : "MSH.24", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "SendingNetworkAddress" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "1.23.987.1.114222.XXX" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" - } ] - } ] - } ], - "eventCoding" : { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0003", - "code" : "O01", - "display" : "ORM^O01^ORM_O01" - }, - "destination" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.181960.2" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "MSH.5" - } ], - "name" : "txdshslabNBS", - "endpoint" : "urn:oid:2.16.840.1.114222.4.1.181960.2", - "receiver" : { - "reference" : "Organization/1729291158440524000.4a9a14e8-f667-463e-8dfe-e80f7a64c3bf" - } - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "9.87.123.1.114222.XXX" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "MSH.25" - } ], - "name" : "ReceivingNetworkAddress", - "endpoint" : "urn:oid:9.87.123.1.114222.XXX", - "receiver" : { - "reference" : "Organization/1729291158441463000.950c411b-bfda-4473-8570-5064f57ba569" - } - }, { - "receiver" : { - "reference" : "Organization/1729291158444286000.2ea093e2-1ae7-4c1f-9331-104b79a9e91b" - } - } ], - "sender" : { - "reference" : "Organization/1729291158420391000.aa4cfe52-4afd-48d9-9653-47f10e026deb" - }, - "source" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "OrderingFacilityApplicationName" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.XXX" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "MSH.3" - } ], - "endpoint" : "urn:oid:2.16.840.1.114222.XXX" - }, - "responsible" : { - "reference" : "Organization/1729291158439828000.203211ab-84b8-4b73-ab45-67fe89c77df6" - } - } - }, { - "fullUrl" : "Organization/1729291158420391000.aa4cfe52-4afd-48d9-9653-47f10e026deb", - "resource" : { - "resourceType" : "Organization", - "id" : "1729291158420391000.aa4cfe52-4afd-48d9-9653-47f10e026deb", - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" - } ], - "value" : "OrderingFacilityName" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.2,HD.3" - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0301", - "code" : "ISO" - } ] - }, - "system" : "urn:ietf:rfc:3986", - "value" : "2.16.840.1.114222.XXX" - } ], - "address" : [ { - "country" : "FR" - } ] - } - }, { - "fullUrl" : "Location/1729291158436267000.263fda7b-0d24-4ea7-b7e6-a1655414829d", - "resource" : { - "resourceType" : "Location", - "id" : "1729291158436267000.263fda7b-0d24-4ea7-b7e6-a1655414829d", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ], - "identifier" : [ { - "value" : "1.8.440.1.1138.9.22" - } ], - "name" : "Clinic A", - "physicalType" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "si" - } ] - } - } - }, { - "fullUrl" : "Organization/1729291158439828000.203211ab-84b8-4b73-ab45-67fe89c77df6", - "resource" : { - "resourceType" : "Organization", - "id" : "1729291158439828000.203211ab-84b8-4b73-ab45-67fe89c77df6", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } ], - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } ], - "system" : "http://loinc.org", - "version" : "1", - "code" : "1357-9", - "display" : "SomeText" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } ], - "system" : "http://loinc.org", - "version" : "2", - "code" : "2468-5", - "display" : "SomeAltText" - } ], - "text" : "OriginalText" - } - } ], - "system" : "LN", - "version" : "1", - "code" : "1357-9", - "display" : "SomeText" - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/name-representation-code", - "valueString" : "NameRepCode1" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ { - "url" : "XON.3", - "valueString" : "1111" - }, { - "url" : "XON.10", - "valueString" : "OrgIdentifier2" - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", - "valueString" : "9" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "The Authority" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "4.2.8.2" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", - "valueCode" : "BCV" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", - "valueReference" : { - "reference" : "Location/1729291158436267000.263fda7b-0d24-4ea7-b7e6-a1655414829d" - } - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "BC" - } ] - }, - "value" : "OrgIdentifier2" - } ], - "name" : "Sending Responsible Org" - } - }, { - "fullUrl" : "Organization/1729291158440524000.4a9a14e8-f667-463e-8dfe-e80f7a64c3bf", - "resource" : { - "resourceType" : "Organization", - "id" : "1729291158440524000.4a9a14e8-f667-463e-8dfe-e80f7a64c3bf", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "MSH.6" - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" - } ], - "value" : "txdshslab" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.2,HD.3" - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0301", - "code" : "ISO" - } ] - }, - "system" : "urn:ietf:rfc:3986", - "value" : "2.16.840.1.114222.4.1.181960" - } ] - } - }, { - "fullUrl" : "Organization/1729291158441463000.950c411b-bfda-4473-8570-5064f57ba569", - "resource" : { - "resourceType" : "Organization", - "id" : "1729291158441463000.950c411b-bfda-4473-8570-5064f57ba569", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "MSH.6" - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" - } ], - "value" : "txdshslab" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.2,HD.3" - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0301", - "code" : "ISO" - } ] - }, - "system" : "urn:ietf:rfc:3986", - "value" : "2.16.840.1.114222.4.1.181960" - } ] - } - }, { - "fullUrl" : "Location/1729291158442500000.906419f2-c65e-47de-92b4-cf09264b1a9c", - "resource" : { - "resourceType" : "Location", - "id" : "1729291158442500000.906419f2-c65e-47de-92b4-cf09264b1a9c", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ], - "identifier" : [ { - "value" : "10.10.40.10.11380.90.22" - } ], - "name" : "Clinic B", - "physicalType" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "si" - } ] - } - } - }, { - "fullUrl" : "Organization/1729291158444286000.2ea093e2-1ae7-4c1f-9331-104b79a9e91b", - "resource" : { - "resourceType" : "Organization", - "id" : "1729291158444286000.2ea093e2-1ae7-4c1f-9331-104b79a9e91b", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } ], - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } ], - "system" : "http://loinc.org", - "version" : "1", - "code" : "1133-5", - "display" : "SomeOtherText" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } ], - "system" : "http://loinc.org", - "version" : "2", - "code" : "1298-7", - "display" : "SomeOtherAltText" - } ], - "text" : "TheOriginalText" + "type": "message", + "timestamp": "2019-07-20T09:12:29.000-07:00", + "entry": [ + { + "fullUrl": "MessageHeader/1731029042020936000.11b249e1-d39d-4c63-bf54-183be05520c6", + "resource": { + "resourceType": "MessageHeader", + "id": "1731029042020936000.11b249e1-d39d-4c63-bf54-183be05520c6", + "meta": { + "security": [ + { + "code": "msh8placeholder" } - } ], - "system" : "LN", - "version" : "1", - "code" : "1133-5", - "display" : "SomeOtherText" - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/name-representation-code", - "valueString" : "NameRepCode2" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ { - "url" : "XON.3", - "valueString" : "5555" - }, { - "url" : "XON.10", - "valueString" : "OrgIdentifier3" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "MSH.23" - } ], - "identifier" : [ { - "extension" : [ { - "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", - "valueString" : "8" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "An Authority" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "45.24.167.43" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", - "valueCode" : "CCTV" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", - "valueReference" : { - "reference" : "Location/1729291158442500000.906419f2-c65e-47de-92b4-cf09264b1a9c" - } - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "BCVan" - } ] - }, - "value" : "OrgIdentifier3" - } ], - "name" : "Receiving Responsible Org" - } - }, { - "fullUrl" : "Provenance/1729291158682591000.3aa2f8db-3410-450c-922a-8e59ae3e2d94", - "resource" : { - "resourceType" : "Provenance", - "id" : "1729291158682591000.3aa2f8db-3410-450c-922a-8e59ae3e2d94", - "recorded" : "2019-07-20T09:12:29Z", - "activity" : { - "coding" : [ { - "display" : "ORM^O01^ORM_O01" - } ] - }, - "agent" : [ { - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type", - "code" : "author" - } ] - }, - "who" : { - "reference" : "Organization/1729291158682370000.46da5679-724b-429c-97f8-3f6b961676ca" - } - } ] - } - }, { - "fullUrl" : "Location/1729291158681333000.7e124791-1a6d-41fe-8b05-44fabe352116", - "resource" : { - "resourceType" : "Location", - "id" : "1729291158681333000.7e124791-1a6d-41fe-8b05-44fabe352116", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ], - "identifier" : [ { - "value" : "1.8.440.1.1138.9.22" - } ], - "name" : "Clinic A", - "physicalType" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "si" - } ] - } - } - }, { - "fullUrl" : "Organization/1729291158682370000.46da5679-724b-429c-97f8-3f6b961676ca", - "resource" : { - "resourceType" : "Organization", - "id" : "1729291158682370000.46da5679-724b-429c-97f8-3f6b961676ca", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } ], - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } ], - "system" : "http://loinc.org", - "version" : "1", - "code" : "1357-9", - "display" : "SomeText" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } ], - "system" : "http://loinc.org", - "version" : "2", - "code" : "2468-5", - "display" : "SomeAltText" - } ], - "text" : "OriginalText" + ], + "tag": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0103", + "code": "P" + }, + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0207", + "code": "A" } - } ], - "system" : "LN", - "version" : "1", - "code" : "1357-9", - "display" : "SomeText" - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/name-representation-code", - "valueString" : "NameRepCode1" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ { - "url" : "XON.3", - "valueString" : "1111" - }, { - "url" : "XON.10", - "valueString" : "OrgIdentifier2" - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", - "valueString" : "9" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "The Authority" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "4.2.8.2" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", - "valueCode" : "BCV" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", - "valueReference" : { - "reference" : "Location/1729291158681333000.7e124791-1a6d-41fe-8b05-44fabe352116" - } - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "BC" - } ] - }, - "value" : "OrgIdentifier2" - } ], - "name" : "Sending Responsible Org" - } - }, { - "fullUrl" : "Provenance/1729291158692467000.81f00bf5-0d5f-40c5-87ab-00c9277644a3", - "resource" : { - "resourceType" : "Provenance", - "id" : "1729291158692467000.81f00bf5-0d5f-40c5-87ab-00c9277644a3", - "recorded" : "2024-10-18T15:39:18Z", - "policy" : [ "http://hl7.org/fhir/uv/v2mappings/message-oru-r01-to-bundle" ], - "activity" : { - "coding" : [ { - "code" : "v2-FHIR transformation" - } ] - }, - "agent" : [ { - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type", - "code" : "assembler" - } ] + ] }, - "who" : { - "reference" : "Organization/1729291158692202000.32900299-0e51-4355-80c3-88747c760f0c" - } - } ] - } - }, { - "fullUrl" : "Organization/1729291158692202000.32900299-0e51-4355-80c3-88747c760f0c", - "resource" : { - "resourceType" : "Organization", - "id" : "1729291158692202000.32900299-0e51-4355-80c3-88747c760f0c", - "identifier" : [ { - "value" : "CDC PRIME - Atlanta" - }, { - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0301" - } ] + "language": "ENG", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/character-set", + "valueString": "UNICODE UTF-8" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/msh-message-header", + "extension": [ + { + "url": "MSH.7", + "valueString": "20190720091229" + }, + { + "url": "MSH.13", + "valueString": "42" + }, + { + "url": "MSH.14", + "valueString": "msh14placeholder" + }, + { + "url": "MSH.15", + "valueString": "AL" + }, + { + "url": "MSH.16", + "valueString": "AL" + }, + { + "url": "MSH.19", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "ISO" + } + ], + "version": "131", + "code": "ENG", + "display": "English" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "secondary-alt-coding" + } + ], + "code": "2ndalt", + "display": "Second Alt" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "altISO" + } + ], + "version": "313", + "code": "altE", + "display": "altEnglish" + } + ], + "text": "originaltext" + } + }, + { + "url": "MSH.20", + "valueString": "UNICODE UTF-16" + }, + { + "url": "MSH.21", + "valueIdentifier": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "PHIN" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.113883.9.11" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + } + ], + "value": "PHLabReport-NoAck" + } + }, + { + "url": "MSH.24", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "SendingNetworkAddress" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "1.23.987.1.114222.XXX" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "ISO" + } + ] + } + ] + } + ], + "eventCoding": { + "system": "http://terminology.hl7.org/CodeSystem/v2-0003", + "code": "O01", + "display": "ORM^O01^ORM_O01" }, - "system" : "urn:ietf:rfc:3986", - "value" : "2.16.840.1.114222.4.1.237821" - } ] - } - }, { - "fullUrl" : "Patient/1729291158722364000.e8c01fe7-7d55-4eaf-b52d-9df910c647ca", - "resource" : { - "resourceType" : "Patient", - "id" : "1729291158722364000.e8c01fe7-7d55-4eaf-b52d-9df910c647ca", - "meta" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/last-updated-facility-namespace-id", - "valueReference" : { - "reference" : "Organization/1729291158719836000.420f6702-d1f5-49e2-bfb0-0dfdd0e24071" - } - } ], - "lastUpdated" : "2024-08-21T11:38:00Z", - "_lastUpdated" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "202408211138" - } ] - } - }, - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/patient-notes", - "valueAnnotation" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ { - "url" : "NTE.2", - "valueId" : "L" - }, { - "url" : "NTE.7", - "valueString" : "20230601" - }, { - "url" : "NTE.8", - "valueString" : "20350201" - }, { - "url" : "NTE.9", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "CC", - "display" : "Coded comment for patient note" - } ] - } - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "Accession level coment." - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "y" - } ], - "version" : "a", - "code" : "z", - "display" : "x" - } ], - "text" : "b" + "destination": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.181960.2" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "ISO" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "MSH.5" + } + ], + "name": "txdshslabNBS", + "endpoint": "urn:oid:2.16.840.1.114222.4.1.181960.2", + "receiver": { + "reference": "Organization/1731029042017362000.106c959b-9e9e-4d4f-a7e8-f24db85a4d8e" } - } ], - "authorReference" : { - "reference" : "Practitioner/1729291158701987000.8d216794-0ca5-45e5-a48f-c30bfe8f6ceb" - }, - "time" : "2023-05-31", - "_time" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230531" - } ] - }, - "text" : "Accession level coment." - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/pid-patient", - "extension" : [ { - "url" : "PID.8", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70001" - } ], - "code" : "F", - "display" : "Female" - } ] - } - }, { - "url" : "PID.18", - "valueIdentifier" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PID.18" - } ], - "value" : "32" - } - }, { - "url" : "PID.24", - "valueString" : "Y" - }, { - "url" : "PID.30", - "valueString" : "Y" - }, { - "url" : "PID.32", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70445" - } ], - "code" : "AL", - "display" : "Alias" - } ] - } - }, { - "url" : "PID.38", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70429" - } ], - "code" : "RA", - "display" : "Racing" - } ] - } - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/veteran-military-status", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70172" - } ], - "code" : "NA", - "display" : "Not Applicable" - } ] - } - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/patient-nationality", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/code", - "valueCodeableConcept" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PID.28" - } ], - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70212" - } ], - "code" : "A", - "display" : "American" - } ] - } - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identity-unknown", - "valueString" : "N" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/patient-animal", - "extension" : [ { - "url" : "species", - "valueCodeableConcept" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PID.35" - } ], - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70446" - } ], - "code" : "D", - "display" : "Dog" - } ] - } - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/studentStatus", - "valueCodeableConcept" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", - "valueOid" : "urn:oid:8.44.235.1.113883.3.3" - } ], - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70231" - } ], - "version" : "2.5.1", - "code" : "F", - "display" : "Full-time student" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "secondary-alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70231" - } ], - "version" : "2.5.1", - "code" : "N", - "display" : "Not a student" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70231" - } ], - "version" : "4", - "code" : "N", - "display" : "Not a student" - } ], - "text" : "TEST" - } - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/patient-disability", - "valueCodeableConcept" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", - "valueOid" : "urn:oid:8.44.235.1.113883.3.3" - } ], - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70295" - } ], - "version" : "2.5.1", - "code" : "T", - "display" : "TEST" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "secondary-alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70295" - } ], - "version" : "2.5.1", - "code" : "D", - "display" : "Debug" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70295" - } ], - "version" : "4", - "code" : "P", - "display" : "Prod" - } ], - "text" : "TEST" - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/livingWill", - "valueCodeableConcept" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", - "valueOid" : "urn:oid:8.44.235.1.113883.3.3" - } ], - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70315" - } ], - "version" : "2.5.1", - "code" : "F", - "display" : "Yes, patient has a living will but it is not on file" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "secondary-alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70315" - } ], - "version" : "2.5.1", - "code" : "U", - "display" : "Unknown" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70315" - } ], - "version" : "4", - "code" : "I", - "display" : "No, patient does not have a living will but information was provided" - } ], - "text" : "TEST" - } - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/patient-congregation", - "valueString" : "1st Ordering Facility" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/patient-congregation", - "valueString" : "2nd Ordering Facility" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/pd1-patient-additional-demographic", - "extension" : [ { - "url" : "PD1.1", - "valueCodeableConcept" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", - "valueOid" : "urn:oid:8.44.235.1.113883.3.3" - } ], - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70223" - } ], - "version" : "2.5.1", - "code" : "C", - "display" : "Small Children Dependent" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "secondary-alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70223" - } ], - "version" : "2.5.1", - "code" : "M", - "display" : "Medical Supervision Required" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70223" - } ], - "version" : "4", - "code" : "M", - "display" : "Medical Supervision Required" - } ], - "text" : "TEST" - } - }, { - "url" : "PD1.1", - "valueCodeableConcept" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", - "valueOid" : "urn:oid:8.44.235.1.113883.3.3" - } ], - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70223" - } ], - "version" : "2.5.1", - "code" : "O", - "display" : "Other" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "secondary-alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70223" - } ], - "version" : "2.5.1", - "code" : "M", - "display" : "Medical Supervision Required" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70223" - } ], - "version" : "4", - "code" : "U", - "display" : "Unknown" - } ], - "text" : "TEST" - } - }, { - "url" : "PD1.2", - "valueCodeableConcept" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", - "valueOid" : "urn:oid:8.44.235.1.113883.3.3" - } ], - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70220" - } ], - "version" : "2.5.1", - "code" : "A", - "display" : "Alone" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "secondary-alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70220" - } ], - "version" : "2.5.1", - "code" : "F", - "display" : "Family" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70220" - } ], - "version" : "4", - "code" : "F", - "display" : "Family" - } ], - "text" : "TEST" - } - }, { - "url" : "PD1.16", - "valueCodeableConcept" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", - "valueOid" : "urn:oid:8.44.235.1.113883.3.3" - } ], - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70441" - } ], - "version" : "2.5.1", - "code" : "A", - "display" : "Active" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "secondary-alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70441" - } ], - "version" : "2.5.1", - "code" : "O", - "display" : "Other" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70441" - } ], - "version" : "4", - "code" : "I", - "display" : "Inactive" - } ], - "text" : "TEST" - } - }, { - "url" : "PD1.17", - "valueString" : "20230501102532-0400" - }, { - "url" : "PD1.18", - "valueString" : "20230501102533-0400" - }, { - "url" : "PD1.19", - "valueCodeableConcept" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", - "valueOid" : "urn:oid:8.44.235.1.113883.3.3" - } ], - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70140" - } ], - "version" : "2.5.1", - "code" : "AUSA", - "display" : "Australian Army" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "secondary-alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70140" - } ], - "version" : "2.5.1", - "code" : "AUSN", - "display" : "Australian Navy" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70140" - } ], - "version" : "4", - "code" : "AUSFA", - "display" : "Australian Air Force" - } ], - "text" : "TEST" - } - }, { - "url" : "PD1.20", - "valueCodeableConcept" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", - "valueOid" : "urn:oid:8.44.235.1.113883.3.3" - } ], - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70141" - } ], - "version" : "2.5.1", - "code" : "E1... E9", - "display" : "Enlisted" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "secondary-alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70141" - } ], - "version" : "2.5.1", - "code" : "W1 ... W4", - "display" : "Warrent Officers" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70141" - } ], - "version" : "4", - "code" : "O1 ... O9", - "display" : "Officers" - } ], - "text" : "TEST" - } - }, { - "url" : "PD1.21", - "valueCodeableConcept" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", - "valueOid" : "urn:oid:8.44.235.1.113883.3.3" - } ], - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70142" - } ], - "version" : "2.5.1", - "code" : "ACT", - "display" : "Active duty" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "secondary-alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70142" - } ], - "version" : "2.5.1", - "code" : "RET", - "display" : "Retired" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70142" - } ], - "version" : "4", - "code" : "DEC", - "display" : "Deceased" - } ], - "text" : "TEST" - } - }, { - "url" : "PD1.22", - "valueString" : "20230501102531-0400" - }, { - "url" : "PD1.8", - "valueCodeableConcept" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", - "valueOid" : "urn:oid:8.44.235.1.113883.3.3" - } ], - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70316" - } ], - "version" : "2.5.1", - "code" : "F", - "display" : "Yes, patient is a documented donor, but documentation is not on file" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "secondary-alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70316" - } ], - "version" : "2.5.1", - "code" : "U", - "display" : "Unknown" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70316" - } ], - "version" : "4", - "code" : "I", - "display" : "No, patient is not a documented donor, but information was provided" - } ], - "text" : "TEST" - } - }, { - "url" : "PD1.9", - "valueString" : "N" - }, { - "url" : "PD1.10", - "valueIdentifier" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-facility", - "valueReference" : { - "reference" : "Organization/1729291158708547000.3bff1341-e3b5-4ca0-946c-2f376095a7fa" - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier", - "extension" : [ { - "url" : "CX.5", - "valueString" : "MR" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PD1.10" - } ], - "type" : { - "coding" : [ { - "code" : "MR" - } ] - }, - "system" : "NIST MPI", - "_system" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "NIST MPI" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.113883.3.72.5.30.2" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" - } ] - }, - "value" : "18547545" - } - }, { - "url" : "PD1.10", - "valueIdentifier" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-facility", - "valueReference" : { - "reference" : "Organization/1729291158709132000.8247efc1-33e5-4433-8fa3-e2c0e44d92d9" - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier", - "extension" : [ { - "url" : "CX.5", - "valueString" : "SS" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PD1.10" - } ], - "type" : { - "coding" : [ { - "code" : "SS" - } ] - }, - "system" : "SSN", - "_system" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "SSN" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.113883.4.1" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" - } ] - }, - "value" : "111111111" - } - }, { - "url" : "PD1.11", - "valueCodeableConcept" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", - "valueOid" : "urn:oid:8.44.235.1.113883.3.3" - } ], - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70215" - } ], - "version" : "2.5.1", - "code" : "F", - "display" : "Family only" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "secondary-alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70215" - } ], - "version" : "2.5.1", - "code" : "U", - "display" : "Unknown" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70215" - } ], - "version" : "4", - "code" : "N", - "display" : "No Publicity" - } ], - "text" : "TEST" - } - }, { - "url" : "PD1.12", - "valueString" : "N" - }, { - "url" : "PD1.13", - "valueString" : "20230501102531-0400" - }, { - "url" : "PD1.14", - "valueReference" : { - "reference" : "Organization/1729291158710563000.6b230d40-3ab6-4443-85ca-216e7072104c" - } - }, { - "url" : "PD1.14", - "valueReference" : { - "reference" : "Organization/1729291158711467000.1dd13ee9-6787-4ba3-bc0f-ff8543978073" - } - }, { - "url" : "PD1.15", - "valueCodeableConcept" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", - "valueOid" : "urn:oid:8.44.235.1.113883.3.3" - } ], - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70435" - } ], - "version" : "2.5.1", - "code" : "DNR", - "display" : "Do not resuscitate" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "secondary-alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70435" - } ], - "version" : "2.5.1", - "code" : "N", - "display" : "No directive" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70435" - } ], - "version" : "4", - "code" : "N", - "display" : "No directive" - } ], - "text" : "TEST" - } - }, { - "url" : "PD1.15", - "valueCodeableConcept" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", - "valueOid" : "urn:oid:8.44.235.1.113883.3.3" - } ], - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70435" - } ], - "version" : "2.5.1", - "code" : "DNR", - "display" : "Do not resuscitate" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "secondary-alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70435" - } ], - "version" : "2.5.1", - "code" : "N", - "display" : "No directive" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70435" - } ], - "version" : "4", - "code" : "N", - "display" : "No directive" - } ], - "text" : "TEST" - } - } ] - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/patient-mothersMaidenName", - "valueHumanName" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", - "extension" : [ { - "url" : "XPN.2", - "valueString" : "FHIR" - }, { - "url" : "XPN.3", - "valueString" : "WI" - }, { - "url" : "XPN.7", - "valueString" : "L" - } ] - } ], - "use" : "official", - "family" : "Mind", - "given" : [ "FHIR", "WI" ] - } - }, { - "url" : "http://ibm.com/fhir/cdm/StructureDefinition/local-race-cd", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70005" - } ], - "system" : "http://terminology.hl7.org/CodeSystem/v3-Race", - "code" : "2106-3", - "display" : "White" - } ] - } - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/patient-religion", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70006" - } ], - "code" : "AGN", - "display" : "Agnostic" - } ] - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/ethnic-group", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70189" - } ], - "system" : "http://terminology.hl7.org/CodeSystem/v2-0189", - "code" : "U", - "display" : "Uknown" - } ] - } - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/patient-birthPlace", - "valueAddress" : { - "text" : "Bayou" - } - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/patient-citizenship", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/code", - "valueCodeableConcept" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PID.26" - } ], - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70171" - } ], - "code" : "USA", - "display" : "United States" - } ] - } - } ] - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/patient-citizenship", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/code", - "valueCodeableConcept" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PID.39" - } ], - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70171" - } ], - "code" : "N", - "display" : "None" - } ] - } - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", - "valueString" : "forty" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", - "valueString" : "123" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-facility", - "valueReference" : { - "reference" : "Organization/1729291158698371000.c4298f73-011e-4bdf-943c-3a6d3671089f" - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier", - "extension" : [ { - "url" : "CX.5", - "valueString" : "PI" - }, { - "url" : "CX.9", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL7123" - } ], - "code" : "IX", - "display" : "Ninth" - } ] + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "9.87.123.1.114222.XXX" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "ISO" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "MSH.25" + } + ], + "name": "ReceivingNetworkAddress", + "endpoint": "urn:oid:9.87.123.1.114222.XXX", + "receiver": { + "reference": "Organization/1731029042018204000.aee781f0-7046-460d-b453-df6eb98361fd" } - }, { - "url" : "CX.10", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL7123" - } ], - "code" : "X", - "display" : "Tenth" - } ] + }, + { + "receiver": { + "reference": "Organization/1731029042020729000.07d4fabb-3c13-4e3e-9073-139ea792def6" } - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PID.3" - } ], - "type" : { - "coding" : [ { - "code" : "PI" - } ] - }, - "system" : "STARLIMS.CDC.Stag", - "_system" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "STARLIMS.CDC.Stag" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.3.3.2.1.2" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" - } ] - }, - "value" : "Patidlist", - "period" : { - "start" : "2021-01-13", - "_start" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210113" - } ] - }, - "end" : "2021-12-30", - "_end" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20211230" - } ] } - } - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier", - "extension" : [ { - "url" : "CX.5", - "valueString" : "PI" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PID.3" - } ], - "type" : { - "coding" : [ { - "code" : "PI" - } ] - }, - "system" : "SPHL-000048", - "_system" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "SPHL-000048" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.10765" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" - } ] + ], + "sender": { + "reference": "Organization/1731029041997646000.0e5c02cb-8c43-4143-9430-46e27ea77fe0" }, - "value" : "PID123" - } ], - "name" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", - "extension" : [ { - "url" : "XPN.2", - "valueString" : "HL7" - }, { - "url" : "XPN.3", - "valueString" : "MI" - }, { - "url" : "XPN.14", - "valueString" : "Prof" - }, { - "url" : "XPN.4", - "valueString" : "V" - }, { - "url" : "XPN.6", - "valueString" : "BCN" - }, { - "url" : "XPN.7", - "valueString" : "L" - }, { - "url" : "XPN.8", - "valueString" : "Naaame" - }, { - "url" : "XPN.9", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL7444" - } ], - "code" : "C", - "display" : "Name Context" - } ] + "source": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "OrderingFacilityApplicationName" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.XXX" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "ISO" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "MSH.3" } - }, { - "url" : "XPN.10", - "extension" : [ { - "url" : "XPN.10.2" - }, { - "url" : "XPN.10.1", - "valueString" : "Yes" - } ] - }, { - "url" : "XPN.12", - "valueString" : "19900503" - }, { - "url" : "XPN.13", - "valueString" : "20030503" - } ] - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", - "valueCode" : "G" - } ], - "use" : "official", - "family" : "Mega", - "_family" : { - "extension" : [ { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", - "valueString" : "Mr" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name", - "valueString" : "MrOwnMega" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", - "valueString" : "Mrs" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", - "valueString" : "MrsOwn" - } ] + ], + "endpoint": "urn:oid:2.16.840.1.114222.XXX" }, - "given" : [ "HL7", "MI" ], - "prefix" : [ "DR" ], - "suffix" : [ "V", "BCN", "Prof" ], - "period" : { - "start" : "1990-05-03", - "end" : "2003-05-03" + "responsible": { + "reference": "Organization/1731029042016675000.a4b74f1e-f4df-458a-ac8b-261f7f96e3d2" } - } ], - "telecom" : [ { - "extension" : [ { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", - "valueString" : "1" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", - "valueString" : "713" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "5553861" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-extension", - "valueString" : "1" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ { - "url" : "XTN.1", - "valueString" : "12345" - }, { - "url" : "XTN.2", - "valueString" : "PRS" - }, { - "url" : "XTN.3", - "valueString" : "CP" - }, { - "url" : "XTN.4", - "valueString" : "real@example.com" - }, { - "url" : "XTN.7", - "valueString" : "5553861" - }, { - "url" : "XTN.9", - "valueString" : "himom" - }, { - "url" : "XTN.11", - "valueString" : "4" - }, { - "url" : "XTN.12", - "valueString" : "17135553862" - } ] - } ], - "system" : "phone", - "value" : "17135553862", - "use" : "home", - "rank" : 7, - "period" : { - "start" : "1999", - "_start" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "1999" - } ] - }, - "end" : "2000", - "_end" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "2000" - } ] + } + }, + { + "fullUrl": "Organization/1731029041997646000.0e5c02cb-8c43-4143-9430-46e27ea77fe0", + "resource": { + "resourceType": "Organization", + "id": "1731029041997646000.0e5c02cb-8c43-4143-9430-46e27ea77fe0", + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" + } + ], + "value": "OrderingFacilityName" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0301", + "code": "ISO" + } + ] + }, + "system": "urn:ietf:rfc:3986", + "value": "2.16.840.1.114222.XXX" } - } - }, { - "extension" : [ { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", - "valueString" : "1" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", - "valueString" : "281" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "5553861" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ { - "url" : "XTN.1", - "valueString" : "9865" - }, { - "url" : "XTN.2", - "valueString" : "EMR" - }, { - "url" : "XTN.3", - "valueString" : "SAT" - }, { - "url" : "XTN.4", - "valueString" : "alsoreal@exmaple.com" - }, { - "url" : "XTN.7", - "valueString" : "5553861" - } ] - } ], - "system" : "other", - "use" : "work" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ { - "url" : "XTN.1", - "valueString" : "40" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PID.40" - } ], - "_system" : { - "extension" : [ { - "url" : "http://hl7.org/fhir/StructureDefinition/data-absent-reason", - "valueCode" : "unknown" - } ] - }, - "value" : "40" - } ], - "gender" : "female", - "birthDate" : "1640", - "_birthDate" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "1640" - } ] - }, - "deceasedDateTime" : "2031", - "_deceasedDateTime" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "2031" - } ] - }, - "address" : [ { - "extension" : [ { - "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-censusTract", - "valueCode" : "Census" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ { - "url" : "SAD.1", - "valueString" : "123 Main St" - } ] - }, { - "url" : "XAD.2", - "valueString" : "Altxad" - }, { - "url" : "XAD.7", - "valueCode" : "H" - }, { - "url" : "XAD.8", - "valueString" : "MahHome" - }, { - "url" : "XAD.11", - "valueCode" : "A" - }, { - "url" : "XAD.12", - "extension" : [ { - "url" : "XAD.12.1", - "valueString" : "2020" - }, { - "url" : "XAD.12.2", - "valueString" : "2024" - } ] - }, { - "url" : "XAD.13", - "valueString" : "2022" - }, { - "url" : "XAD.14", - "valueString" : "2027" - }, { - "url" : "XAD.19", - "valueCode" : "MrSir" - } ] - } ], - "use" : "home", - "line" : [ "123 Main St", "Altxad", "MrSir" ], - "city" : "AnyTown", - "district" : "ThoCo", - "state" : "IG", - "postalCode" : "95802", - "country" : "USA", - "period" : { - "start" : "2022", - "end" : "2027" - } - } ], - "maritalStatus" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70002" - } ], - "code" : "P", - "display" : "Domestic Partnet" - } ] - }, - "multipleBirthInteger" : 11, - "communication" : [ { - "language" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70296" - } ], - "code" : "E", - "display" : "English" - } ] - } - } ], - "generalPractitioner" : [ { - "reference" : "Organization/1729291158701189000.1959ff7f-9a3c-458c-8d8e-d916a80ccda7" - } ], - "link" : [ { - "other" : { - "reference" : "RelatedPerson/1729291158716299000.b06139e1-28ca-4e80-9b3f-4fbf3dd8b5dd" - }, - "type" : "seealso" - } ] - } - }, { - "fullUrl" : "Organization/1729291158698371000.c4298f73-011e-4bdf-943c-3a6d3671089f", - "resource" : { - "resourceType" : "Organization", - "id" : "1729291158698371000.c4298f73-011e-4bdf-943c-3a6d3671089f", - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" - } ], - "value" : "STARLINKED.CDC.Stag" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.2,HD.3" - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0301", - "code" : "ISO" - } ] - }, - "system" : "urn:ietf:rfc:3986", - "value" : "2.16.840.1.114222.9.8.7.6.3.2" - } ] - } - }, { - "fullUrl" : "Location/1729291158700380000.e59e52d8-e1d4-40c9-b0f9-16058865ad76", - "resource" : { - "resourceType" : "Location", - "id" : "1729291158700380000.e59e52d8-e1d4-40c9-b0f9-16058865ad76", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ], - "identifier" : [ { - "value" : "10.10.40.10.11380.90.22" - } ], - "name" : "Clinic B", - "physicalType" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "si" - } ] + ], + "address": [ + { + "country": "FR" + } + ] } - } - }, { - "fullUrl" : "Organization/1729291158701189000.1959ff7f-9a3c-458c-8d8e-d916a80ccda7", - "resource" : { - "resourceType" : "Organization", - "id" : "1729291158701189000.1959ff7f-9a3c-458c-8d8e-d916a80ccda7", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } ], - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } ], - "system" : "http://loinc.org", - "version" : "1", - "code" : "1133-5", - "display" : "SomeOtherText" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } ], - "system" : "http://loinc.org", - "version" : "2", - "code" : "1298-7", - "display" : "SomeOtherAltText" - } ], - "text" : "TheOriginalText" + }, + { + "fullUrl": "Location/1731029042013195000.465bf635-a79d-4108-b166-ad2dfd5d0106", + "resource": { + "resourceType": "Location", + "id": "1731029042013195000.465bf635-a79d-4108-b166-ad2dfd5d0106", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ], + "identifier": [ + { + "value": "1.8.440.1.1138.9.22" + } + ], + "name": "Clinic A", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" } - } ], - "system" : "LN", - "version" : "1", - "code" : "1133-5", - "display" : "SomeOtherText" + ] } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/name-representation-code", - "valueString" : "NameRepCode2" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ { - "url" : "XON.3", - "valueString" : "5555" - }, { - "url" : "XON.10", - "valueString" : "OrgIdentifier3" - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", - "valueString" : "8" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "An Authority" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "45.24.167.43" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", - "valueCode" : "CCTV" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", - "valueReference" : { - "reference" : "Location/1729291158700380000.e59e52d8-e1d4-40c9-b0f9-16058865ad76" - } - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "BCVan" - } ] - }, - "value" : "OrgIdentifier3" - } ], - "name" : "Receiving Responsible Org" - } - }, { - "fullUrl" : "Practitioner/1729291158701987000.8d216794-0ca5-45e5-a48f-c30bfe8f6ceb", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1729291158701987000.8d216794-0ca5-45e5-a48f-c30bfe8f6ceb", - "identifier" : [ { - "value" : "Bob R.N." - } ] - } - }, { - "fullUrl" : "Organization/1729291158708547000.3bff1341-e3b5-4ca0-946c-2f376095a7fa", - "resource" : { - "resourceType" : "Organization", - "id" : "1729291158708547000.3bff1341-e3b5-4ca0-946c-2f376095a7fa", - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" - } ], - "value" : "University H" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.2,HD.3" - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0301", - "code" : "ISO" - } ] - }, - "system" : "urn:ietf:rfc:3986", - "value" : "2.16.840.1.113883.3.0" - } ] - } - }, { - "fullUrl" : "Organization/1729291158709132000.8247efc1-33e5-4433-8fa3-e2c0e44d92d9", - "resource" : { - "resourceType" : "Organization", - "id" : "1729291158709132000.8247efc1-33e5-4433-8fa3-e2c0e44d92d9", - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" - } ], - "value" : "SSA" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.2,HD.3" - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0301", - "code" : "ISO" - } ] - }, - "system" : "urn:ietf:rfc:3986", - "value" : "2.16.840.1.113883.3.184" - } ] - } - }, { - "fullUrl" : "Location/1729291158710057000.6597955e-70de-432a-9be6-7607f43ce58a", - "resource" : { - "resourceType" : "Location", - "id" : "1729291158710057000.6597955e-70de-432a-9be6-7607f43ce58a", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ], - "identifier" : [ { - "value" : "2.16.840.1.113883.9.11" - } ], - "name" : "Hospital A", - "physicalType" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "si" - } ] } - } - }, { - "fullUrl" : "Organization/1729291158710563000.6b230d40-3ab6-4443-85ca-216e7072104c", - "resource" : { - "resourceType" : "Organization", - "id" : "1729291158710563000.6b230d40-3ab6-4443-85ca-216e7072104c", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } ], - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } ], - "system" : "http://loinc.org", - "version" : "1", - "code" : "1234-5", - "display" : "TestText" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } ], - "system" : "http://loinc.org", - "version" : "2", - "code" : "1234-5", - "display" : "TestAltText" - } ], - "text" : "OriginalText" + }, + { + "fullUrl": "Organization/1731029042016675000.a4b74f1e-f4df-458a-ac8b-261f7f96e3d2", + "resource": { + "resourceType": "Organization", + "id": "1731029042016675000.a4b74f1e-f4df-458a-ac8b-261f7f96e3d2", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "version": "1", + "code": "1357-9", + "display": "SomeText" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "version": "2", + "code": "2468-5", + "display": "SomeAltText" + } + ], + "text": "OriginalText" + } + } + ], + "system": "LN", + "version": "1", + "code": "1357-9", + "display": "SomeText" } - } ], - "system" : "LN", - "version" : "1", - "code" : "1234-5", - "display" : "TestText" - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/name-representation-code", - "valueString" : "NameRepCode" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ { - "url" : "XON.3", - "valueString" : "123" - }, { - "url" : "XON.10", - "valueString" : "1st OrgIdentifier" - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", - "valueString" : "Check Digit" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Assigning Authority" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.1.4.1" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", - "valueCode" : "C1" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", - "valueReference" : { - "reference" : "Location/1729291158710057000.6597955e-70de-432a-9be6-7607f43ce58a" - } - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "MD" - } ] - }, - "value" : "1st OrgIdentifier" - } ], - "name" : "1st Ordering Facility" - } - }, { - "fullUrl" : "Location/1729291158710863000.3c694dae-359e-40f9-9970-4f1238b7348a", - "resource" : { - "resourceType" : "Location", - "id" : "1729291158710863000.3c694dae-359e-40f9-9970-4f1238b7348a", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ], - "identifier" : [ { - "value" : "2.16.840.1.113883.9.11" - } ], - "name" : "Hospital A", - "physicalType" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "si" - } ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/name-representation-code", + "valueString": "NameRepCode1" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ + { + "url": "XON.3", + "valueString": "1111" + }, + { + "url": "XON.10", + "valueString": "OrgIdentifier2" + } + ] + } + ], + "identifier": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString": "9" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "The Authority" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "4.2.8.2" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode": "BCV" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference": { + "reference": "Location/1731029042013195000.465bf635-a79d-4108-b166-ad2dfd5d0106" + } + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "BC" + } + ] + }, + "value": "OrgIdentifier2" + } + ], + "name": "Sending Responsible Org" } - } - }, { - "fullUrl" : "Organization/1729291158711467000.1dd13ee9-6787-4ba3-bc0f-ff8543978073", - "resource" : { - "resourceType" : "Organization", - "id" : "1729291158711467000.1dd13ee9-6787-4ba3-bc0f-ff8543978073", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } ], - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } ], - "system" : "http://loinc.org", - "version" : "1", - "code" : "1234-5", - "display" : "TestText" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } ], - "system" : "http://loinc.org", - "version" : "2", - "code" : "1234-5", - "display" : "TestAltText" - } ], - "text" : "OriginalText" - } - } ], - "system" : "LN", - "version" : "1", - "code" : "1234-5", - "display" : "TestText" - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/name-representation-code", - "valueString" : "NameRepCode" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ { - "url" : "XON.3", - "valueString" : "123" - }, { - "url" : "XON.10", - "valueString" : "2nd OrgIdentifier" - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", - "valueString" : "Check Digit" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Assigning Authority" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.1.4.1" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", - "valueCode" : "C1" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", - "valueReference" : { - "reference" : "Location/1729291158710863000.3c694dae-359e-40f9-9970-4f1238b7348a" - } - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "MD" - } ] - }, - "value" : "2nd OrgIdentifier" - } ], - "name" : "2nd Ordering Facility" - } - }, { - "fullUrl" : "RelatedPerson/1729291158716299000.b06139e1-28ca-4e80-9b3f-4fbf3dd8b5dd", - "resource" : { - "resourceType" : "RelatedPerson", - "id" : "1729291158716299000.b06139e1-28ca-4e80-9b3f-4fbf3dd8b5dd", - "identifier" : [ { - "value" : "maybe" - } ] - } - }, { - "fullUrl" : "Organization/1729291158719836000.420f6702-d1f5-49e2-bfb0-0dfdd0e24071", - "resource" : { - "resourceType" : "Organization", - "id" : "1729291158719836000.420f6702-d1f5-49e2-bfb0-0dfdd0e24071", - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" - } ], - "value" : "RSDT" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.2,HD.3" - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0301", - "code" : "ISO" - } ] - }, - "system" : "urn:ietf:rfc:3986", - "value" : "0.0.0.1.1138" - } ] - } - }, { - "fullUrl" : "Provenance/1729291158733312000.2aa254f0-1afa-44db-90dc-d51ad7f8549a", - "resource" : { - "resourceType" : "Provenance", - "id" : "1729291158733312000.2aa254f0-1afa-44db-90dc-d51ad7f8549a", - "target" : [ { - "reference" : "Patient/1729291158722364000.e8c01fe7-7d55-4eaf-b52d-9df910c647ca" - } ], - "occurredDateTime" : "2024-08-21T11:38:00Z", - "recorded" : "2024-10-18T15:39:18Z", - "activity" : { - "coding" : [ { - "system" : "https://terminology.hl7.org/CodeSystem/v3-DataOperation", - "code" : "UPDATE" - } ] - }, - "agent" : [ { - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type", - "code" : "performer" - } ] - }, - "who" : { - "reference" : "Organization/1729291158733087000.50565d7a-c138-4ad7-90c4-352ab5a17e37" - } - } ] - } - }, { - "fullUrl" : "Organization/1729291158733087000.50565d7a-c138-4ad7-90c4-352ab5a17e37", - "resource" : { - "resourceType" : "Organization", - "id" : "1729291158733087000.50565d7a-c138-4ad7-90c4-352ab5a17e37", - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" - } ], - "value" : "RSDT" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.2,HD.3" - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0301", - "code" : "ISO" - } ] - }, - "system" : "urn:ietf:rfc:3986", - "value" : "0.0.0.1.1138" - } ] - } - }, { - "fullUrl" : "Encounter/1729291158748523000.e6b583e7-17ac-422d-a986-97f72ad3bbda", - "resource" : { - "resourceType" : "Encounter", - "id" : "1729291158748523000.e6b583e7-17ac-422d-a986-97f72ad3bbda", - "meta" : { - "security" : [ { - "code" : "SEC" - } ] - }, - "text" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/pv2-visit-description", - "valueString" : "Description" - } ], - "div" : "
          Description
          " - }, - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/visit-user-code", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "413", - "display" : "V" - } ] - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/visit-user-code", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "423", - "display" : "X" - } ] - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/planned-start-date", - "valueDateTime" : "2023-06-01T10:25:31-04:00", - "_valueDateTime" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230601102531-0400" - } ] - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/planned-discharge-date", - "valueDateTime" : "2023-07-01T10:25:31-04:00", - "_valueDateTime" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230701102531-0400" - } ] - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/estimated-length", - "valueQuantity" : { - "value" : 5, - "unit" : "days", - "system" : "http://unitsofmeasure.org/", - "code" : "d" - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/publicity-code", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "100", - "display" : "PublicCode" - } ] - } - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/encounter-modeOfArrival", - "valueCoding" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "444", - "display" : "MODE" - } ] - } - } ], - "code" : "444", - "display" : "MODE" - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/admission-level-of-care", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "123", - "display" : "CARELEVEL1" - } ] - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/pv1-patient-visit", - "extension" : [ { - "url" : "PV1.12", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70087" - } ], - "code" : "P", - "display" : "Passed" - } ] - } - }, { - "url" : "PV1.18", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70018" - } ], - "code" : "H", - "display" : "Human Patient" - } ] - } - }, { - "url" : "PV1.46", - "valueDecimal" : 100 - }, { - "url" : "PV1.47", - "valueDecimal" : 199 - }, { - "url" : "PV1.48", - "valueDecimal" : 142 - }, { - "url" : "PV1.49", - "valueDecimal" : 130 - }, { - "url" : "PV1.51", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70326" - } ], - "code" : "A", - "display" : "Account Level" - } ] - } - }, { - "url" : "PV1.30", - "valueString" : "20020101" - }, { - "url" : "PV1.31", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70021" - } ], - "code" : "C", - "display" : "Collectors" - } ] - } - }, { - "url" : "PV1.32", - "valueDecimal" : 1 - }, { - "url" : "PV1.33", - "valueDecimal" : 0 - }, { - "url" : "PV1.34", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70111" - } ], - "code" : "Y", - "display" : "Yes" - } ] - } - }, { - "url" : "PV1.35", - "valueString" : "20080101" - }, { - "url" : "PV1.39", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70115" - } ], - "code" : "H", - "display" : "A Hospital Of Course" - } ] - } - }, { - "url" : "PV1.41", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70117" - } ], - "code" : "A", - "display" : "Active" - } ] - } - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/pv2-patient-visit-additional-information", - "extension" : [ { - "url" : "PV2.15", - "valueString" : "EMP_ILL" - }, { - "url" : "PV2.23", - "valueReference" : { - "reference" : "Organization/1729291158738420000.6d04e7cc-b589-4c68-b86d-e696bdd9c79a" - } - }, { - "url" : "PV2.23", - "valueReference" : { - "reference" : "Organization/1729291158739092000.41467303-40b2-49a5-ad38-5a3005001aea" - } - }, { - "url" : "PV2.26", - "valueString" : "20230501102531-0400" - }, { - "url" : "PV2.29", - "valueString" : "20220501102531-0400" - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PV1.19" - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "VN" - } ], - "text" : "visit number" - }, - "value" : "22" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PV1.50" - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203" - } ] - }, - "value" : "alternate visit" - } ], - "status" : "finished", - "class" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/pv1-2-patient-class", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "O" - } ] - } - } ], - "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode", - "code" : "AMB", - "display" : "ambulatory" - }, - "type" : [ { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70007" - } ], - "code" : "R", - "display" : "Routine" - } ] - } ], - "serviceType" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70069" - } ], - "code" : "URO", - "display" : "Urology Service" - } ] - }, - "priority" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70217" - } ], - "code" : "3", - "display" : "Elective" - } ] - }, - "subject" : { - "reference" : "Patient/1729291158722364000.e8c01fe7-7d55-4eaf-b52d-9df910c647ca" - }, - "episodeOfCare" : [ { - "reference" : "EpisodeOfCare/1729291158748813000.c59d255f-d42b-43d4-8ede-0790a713c636" - } ], - "participant" : [ { - "type" : [ { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", - "code" : "ATND", - "display" : "attender" - } ] - } ], - "individual" : { - "reference" : "Practitioner/1729291158741030000.e55e13df-f30f-43bc-adc0-a73edeb12bc9" - } - }, { - "type" : [ { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", - "code" : "REF" - } ], - "text" : "referrer" - } ], - "individual" : { - "reference" : "Practitioner/1729291158741390000.bc08036e-cf62-4891-b2ce-29ad1424e1a1" - } - }, { - "type" : [ { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", - "code" : "CON" - } ], - "text" : "consultant" - } ], - "individual" : { - "reference" : "Practitioner/1729291158741726000.d67fc45e-a676-48e7-bcfb-8ccc71865d0b" - } - }, { - "type" : [ { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", - "code" : "ADM" - } ], - "text" : "admitter" - } ], - "individual" : { - "reference" : "Practitioner/1729291158742048000.34d785a5-c6e1-4e6f-8907-da22ccfc556f" - } - }, { - "type" : [ { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", - "code" : "REF" - } ], - "text" : "referrer" - } ], - "individual" : { - "reference" : "Practitioner/1729291158743468000.ed6f274b-d9e5-4ab6-b81f-ceaf451719b4" - } - }, { - "type" : [ { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", - "code" : "REF" - } ], - "text" : "referrer" - } ], - "individual" : { - "reference" : "Practitioner/1729291158745041000.19b24241-7c15-4c94-a76c-dcbc1c881736" - } - } ], - "period" : { - "start" : "2024-08-01T10:25:31-04:00", - "_start" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20240801102531-0400" - } ] - }, - "end" : "2024-08-01T10:25:31-04:00", - "_end" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20240801102531-0400" - } ] - } - }, - "length" : { - "value" : 12, - "unit" : "days", - "system" : "http://unitsofmeasure.org/", - "code" : "d" - }, - "reasonCode" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PV2.3" - } ], - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "1", - "display" : "AD" - } ] - } ], - "hospitalization" : { - "preAdmissionIdentifier" : { - "value" : "232323" - }, - "admitSource" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70023" - } ], - "code" : "RL", - "display" : "Real Life" - } ] - }, - "reAdmission" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70092" - } ], - "code" : "R", - "display" : "Re-admission" - } ] - }, - "dietPreference" : [ { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70114" - } ], - "code" : "F", - "display" : "Fed" - } ] - } ], - "specialCourtesy" : [ { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70099" - } ], - "code" : "VIP", - "display" : "Very Interesting Person" - } ] - } ], - "destination" : { - "reference" : "Location/1729291158739420000.8be22947-a2a6-49f1-af12-f9c74ea4c476" - }, - "dischargeDisposition" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70112" - } ], - "code" : "H", - "display" : "Happy" - } ] - } - }, - "location" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PV1.3" - } ], - "location" : { - "reference" : "Location/1729291158746760000.e24b446c-5bda-4542-aabb-d04a01437571" - }, - "status" : "active" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PV1.6" - } ], - "location" : { - "reference" : "Location/1729291158747320000.20ca44ca-d5b4-492a-a124-bab78f7f198d" - }, - "status" : "completed" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PV1.11" - }, { - "url" : "https://hl7.org/fhir/StructureDefinition/temporary-location", - "valueBoolean" : true - } ], - "location" : { - "reference" : "Location/1729291158747527000.add84404-ebf5-43b7-9a4c-fcbed365fd19" - }, - "status" : "active" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PV1.42" - } ], - "location" : { - "reference" : "Location/1729291158747717000.3aa3d8c3-8d88-4062-87ac-96d709e8d9da" - }, - "status" : "planned" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PV1.43" - }, { - "url" : "https://hl7.org/fhir/StructureDefinition/temporary-location", - "valueBoolean" : true - } ], - "location" : { - "reference" : "Location/1729291158747913000.375006a0-e443-4da8-892f-93961957b78d" - }, - "status" : "completed" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PV2.1" - }, { - "url" : "https://hl7.org/fhir/StructureDefinition/temporary-location", - "valueBoolean" : false - } ], - "location" : { - "reference" : "Location/1729291158748439000.e72f22c5-f524-4591-a3ea-3a428bac395d" - }, - "status" : "planned" - } ] - } - }, { - "fullUrl" : "Location/1729291158738011000.baff084e-f4e5-411f-98f0-299570ebf9e8", - "resource" : { - "resourceType" : "Location", - "id" : "1729291158738011000.baff084e-f4e5-411f-98f0-299570ebf9e8", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ], - "identifier" : [ { - "value" : "2.16.840.1.113883.9.11" - } ], - "name" : "Hospital A", - "physicalType" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "si" - } ] + }, + { + "fullUrl": "Organization/1731029042017362000.106c959b-9e9e-4d4f-a7e8-f24db85a4d8e", + "resource": { + "resourceType": "Organization", + "id": "1731029042017362000.106c959b-9e9e-4d4f-a7e8-f24db85a4d8e", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "MSH.6" + } + ], + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" + } + ], + "value": "txdshslab" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0301", + "code": "ISO" + } + ] + }, + "system": "urn:ietf:rfc:3986", + "value": "2.16.840.1.114222.4.1.181960" + } + ] } - } - }, { - "fullUrl" : "Organization/1729291158738420000.6d04e7cc-b589-4c68-b86d-e696bdd9c79a", - "resource" : { - "resourceType" : "Organization", - "id" : "1729291158738420000.6d04e7cc-b589-4c68-b86d-e696bdd9c79a", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } ], - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } ], - "system" : "http://loinc.org", - "version" : "1", - "code" : "1234-5", - "display" : "TestText" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } ], - "system" : "http://loinc.org", - "version" : "2", - "code" : "1234-5", - "display" : "TestAltText" - } ], - "text" : "OriginalText" - } - } ], - "system" : "LN", - "version" : "1", - "code" : "1234-5", - "display" : "TestText" - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ { - "url" : "XON.3", - "valueString" : "123" - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", - "valueString" : "Check Digit" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Assigning Authority" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.1.4.1" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", - "valueCode" : "C1" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", - "valueReference" : { - "reference" : "Location/1729291158738011000.baff084e-f4e5-411f-98f0-299570ebf9e8" - } - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "MD" - } ] - }, - "value" : "123" - } ], - "name" : "Org1" - } - }, { - "fullUrl" : "Location/1729291158738709000.6d090695-9048-4246-8a54-d16bd4e7233c", - "resource" : { - "resourceType" : "Location", - "id" : "1729291158738709000.6d090695-9048-4246-8a54-d16bd4e7233c", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ], - "identifier" : [ { - "value" : "2.16.840.1.113883.9.11" - } ], - "name" : "Hospital A", - "physicalType" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "si" - } ] + }, + { + "fullUrl": "Organization/1731029042018204000.aee781f0-7046-460d-b453-df6eb98361fd", + "resource": { + "resourceType": "Organization", + "id": "1731029042018204000.aee781f0-7046-460d-b453-df6eb98361fd", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "MSH.6" + } + ], + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" + } + ], + "value": "txdshslab" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0301", + "code": "ISO" + } + ] + }, + "system": "urn:ietf:rfc:3986", + "value": "2.16.840.1.114222.4.1.181960" + } + ] } - } - }, { - "fullUrl" : "Organization/1729291158739092000.41467303-40b2-49a5-ad38-5a3005001aea", - "resource" : { - "resourceType" : "Organization", - "id" : "1729291158739092000.41467303-40b2-49a5-ad38-5a3005001aea", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } ], - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } ], - "system" : "http://loinc.org", - "version" : "1", - "code" : "1234-5", - "display" : "TestText" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } ], - "system" : "http://loinc.org", - "version" : "2", - "code" : "1234-5", - "display" : "TestAltText" - } ], - "text" : "OriginalText" + }, + { + "fullUrl": "Location/1731029042019265000.0e7b637a-eb35-412f-88d9-412d14965fd3", + "resource": { + "resourceType": "Location", + "id": "1731029042019265000.0e7b637a-eb35-412f-88d9-412d14965fd3", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ], + "identifier": [ + { + "value": "10.10.40.10.11380.90.22" + } + ], + "name": "Clinic B", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" } - } ], - "system" : "LN", - "version" : "1", - "code" : "1234-5", - "display" : "TestText" - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ { - "url" : "XON.3", - "valueString" : "123" - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", - "valueString" : "Check Digit" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Assigning Authority" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.1.4.1" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", - "valueCode" : "C1" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", - "valueReference" : { - "reference" : "Location/1729291158738709000.6d090695-9048-4246-8a54-d16bd4e7233c" - } - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "MD" - } ] - }, - "value" : "123" - } ], - "name" : "Org2" - } - }, { - "fullUrl" : "Location/1729291158739420000.8be22947-a2a6-49f1-af12-f9c74ea4c476", - "resource" : { - "resourceType" : "Location", - "id" : "1729291158739420000.8be22947-a2a6-49f1-af12-f9c74ea4c476", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/dld2-effective-date", - "valueString" : "202305061200" - } ] - } - }, { - "fullUrl" : "Practitioner/1729291158741030000.e55e13df-f30f-43bc-adc0-a73edeb12bc9", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1729291158741030000.e55e13df-f30f-43bc-adc0-a73edeb12bc9", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Namespace" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "AssigningSystem" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "UUID" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ { - "url" : "XCN.3", - "valueString" : "LUDWIG" - }, { - "url" : "XCN.4", - "valueString" : "B" - }, { - "url" : "XCN.21", - "valueString" : "MD" - }, { - "url" : "XCN.5", - "valueString" : "2ND" - }, { - "url" : "XCN.7", - "valueString" : "MD" - }, { - "url" : "XCN.10", - "valueString" : "B" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PV1.7" - } ], - "identifier" : [ { - "type" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } ], - "code" : "DL" - } ] - }, - "system" : "Namespace", - "value" : "1" - } ], - "name" : [ { - "use" : "official", - "family" : "BEETHOVEN", - "given" : [ "LUDWIG", "B" ], - "prefix" : [ "DR" ], - "suffix" : [ "2ND", "MD", "MD" ] - } ] - } - }, { - "fullUrl" : "Practitioner/1729291158741390000.bc08036e-cf62-4891-b2ce-29ad1424e1a1", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1729291158741390000.bc08036e-cf62-4891-b2ce-29ad1424e1a1", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PV1.8" - } ], - "identifier" : [ { - "value" : "1" - } ], - "name" : [ { - "family" : "MOZART" - } ] - } - }, { - "fullUrl" : "Practitioner/1729291158741726000.d67fc45e-a676-48e7-bcfb-8ccc71865d0b", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1729291158741726000.d67fc45e-a676-48e7-bcfb-8ccc71865d0b", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PV1.9" - } ], - "identifier" : [ { - "value" : "1" - } ], - "name" : [ { - "family" : "CHOPIN" - } ] - } - }, { - "fullUrl" : "Practitioner/1729291158742048000.34d785a5-c6e1-4e6f-8907-da22ccfc556f", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1729291158742048000.34d785a5-c6e1-4e6f-8907-da22ccfc556f", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PV1.17" - } ], - "identifier" : [ { - "value" : "1" - } ], - "name" : [ { - "family" : "BACH" - } ] - } - }, { - "fullUrl" : "Practitioner/1729291158743468000.ed6f274b-d9e5-4ab6-b81f-ceaf451719b4", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1729291158743468000.ed6f274b-d9e5-4ab6-b81f-ceaf451719b4", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "AssigningSystem" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ { - "url" : "XCN.3", - "valueString" : "LUDWIG" - }, { - "url" : "XCN.4", - "valueString" : "B" - }, { - "url" : "XCN.20", - "valueString" : "20230501102531-0400" - }, { - "url" : "XCN.21", - "valueString" : "MD" - }, { - "url" : "XCN.22", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "AssignJ" - } ] - } - }, { - "url" : "XCN.23", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "AssignA" - } ] - } - }, { - "url" : "XCN.5", - "valueString" : "2ND" - }, { - "url" : "XCN.7", - "valueString" : "MD" - }, { - "url" : "XCN.8", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "SRC" - } ] - } - }, { - "url" : "XCN.10", - "valueString" : "B" - }, { - "url" : "XCN.15", - "valueString" : "A" - }, { - "url" : "XCN.16", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "NameContext" - } ] - } - }, { - "url" : "XCN.19", - "valueString" : "20220501102531-0400" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PV2.13" - } ], - "identifier" : [ { - "extension" : [ { - "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", - "valueString" : "A" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", - "valueCode" : "NPI" - } ], - "type" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } ], - "code" : "DL" - } ] - }, - "system" : "urn:oid:AssigningSystem", - "value" : "1" - } ], - "name" : [ { - "extension" : [ { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", - "valueCode" : "G" - } ], - "use" : "official", - "family" : "BEETHOVEN", - "_family" : { - "extension" : [ { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", - "valueString" : "VAN" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name", - "valueString" : "Referral Source Code1" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", - "valueString" : "VAL" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", - "valueString" : "ROGER" - } ] - }, - "given" : [ "LUDWIG", "B" ], - "prefix" : [ "DR" ], - "suffix" : [ "2ND", "MD", "MD" ], - "period" : { - "start" : "2022-05-01T10:25:31-04:00", - "end" : "2023-05-01T10:25:31-04:00" - } - } ] - } - }, { - "fullUrl" : "Practitioner/1729291158745041000.19b24241-7c15-4c94-a76c-dcbc1c881736", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1729291158745041000.19b24241-7c15-4c94-a76c-dcbc1c881736", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "AssigningSystem" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ { - "url" : "XCN.3", - "valueString" : "LUDWIG" - }, { - "url" : "XCN.4", - "valueString" : "B" - }, { - "url" : "XCN.20", - "valueString" : "20230501102531-0400" - }, { - "url" : "XCN.21", - "valueString" : "MD" - }, { - "url" : "XCN.22", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "AssignJ" - } ] - } - }, { - "url" : "XCN.23", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "AssignA" - } ] - } - }, { - "url" : "XCN.5", - "valueString" : "2ND" - }, { - "url" : "XCN.7", - "valueString" : "MD" - }, { - "url" : "XCN.8", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "SRC" - } ] - } - }, { - "url" : "XCN.10", - "valueString" : "B" - }, { - "url" : "XCN.15", - "valueString" : "A" - }, { - "url" : "XCN.16", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "NameContext" - } ] - } - }, { - "url" : "XCN.19", - "valueString" : "20220501102531-0400" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PV2.13" - } ], - "identifier" : [ { - "extension" : [ { - "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", - "valueString" : "A" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", - "valueCode" : "NPI" - } ], - "type" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } ], - "code" : "DL" - } ] - }, - "system" : "urn:oid:AssigningSystem", - "value" : "1" - } ], - "name" : [ { - "extension" : [ { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", - "valueCode" : "G" - } ], - "use" : "official", - "family" : "BEETHOVEN", - "_family" : { - "extension" : [ { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", - "valueString" : "VAN" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name", - "valueString" : "Referral Source Code2" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", - "valueString" : "VAL" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", - "valueString" : "ROGER" - } ] - }, - "given" : [ "LUDWIG", "B" ], - "prefix" : [ "DR" ], - "suffix" : [ "2ND", "MD", "MD" ], - "period" : { - "start" : "2022-05-01T10:25:31-04:00", - "end" : "2023-05-01T10:25:31-04:00" + ] } - } ] - } - }, { - "fullUrl" : "Organization/1729291158745373000.e136730d-a978-4ee2-b38d-9cd80cbe874c", - "resource" : { - "resourceType" : "Organization", - "id" : "1729291158745373000.e136730d-a978-4ee2-b38d-9cd80cbe874c", - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" - } ], - "value" : "AA" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.2,HD.3" - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0301", - "code" : "ISO" - } ] - }, - "system" : "urn:ietf:rfc:3986", - "value" : "AssigningAUTH" - } ] - } - }, { - "fullUrl" : "Location/1729291158746274000.47571273-436d-4895-b58f-49f432919b86", - "resource" : { - "resourceType" : "Location", - "id" : "1729291158746274000.47571273-436d-4895-b58f-49f432919b86", - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" - } ], - "value" : "Hospital Assigned" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.2,HD.3" - } ], - "type" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } ], - "code" : "ISO" - } ] - }, - "value" : "2.4.4.4" - } ], - "physicalType" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "si" - } ] - } - } - }, { - "fullUrl" : "Location/1729291158746352000.e5fc878f-3c1c-474d-9504-c651dbc0b331", - "resource" : { - "resourceType" : "Location", - "id" : "1729291158746352000.e5fc878f-3c1c-474d-9504-c651dbc0b331", - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" - } ] - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.2,HD.3" - } ], - "value" : "Building" - } ], - "physicalType" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "bu" - } ] - }, - "partOf" : { - "reference" : "Location/1729291158746274000.47571273-436d-4895-b58f-49f432919b86" - } - } - }, { - "fullUrl" : "Location/1729291158746443000.a9eac0a3-bb7c-43be-a97e-f1b3958d34c2", - "resource" : { - "resourceType" : "Location", - "id" : "1729291158746443000.a9eac0a3-bb7c-43be-a97e-f1b3958d34c2", - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" - } ] - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.2,HD.3" - } ], - "value" : "Floor" - } ], - "physicalType" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "lvl" - } ] - }, - "partOf" : { - "reference" : "Location/1729291158746352000.e5fc878f-3c1c-474d-9504-c651dbc0b331" } - } - }, { - "fullUrl" : "Location/1729291158746534000.3cd19c04-bec3-4b1e-ba2e-3f13289884c1", - "resource" : { - "resourceType" : "Location", - "id" : "1729291158746534000.3cd19c04-bec3-4b1e-ba2e-3f13289884c1", - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" - } ], - "value" : "A" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.2,HD.3" - } ], - "type" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } ], - "code" : "C" - } ] - }, - "value" : "Point OF Care" - } ], - "physicalType" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "_code" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/location-physical-type-poc", - "valueString" : "poc" - } ] - } - } ] - }, - "partOf" : { - "reference" : "Location/1729291158746443000.a9eac0a3-bb7c-43be-a97e-f1b3958d34c2" + }, + { + "fullUrl": "Organization/1731029042020729000.07d4fabb-3c13-4e3e-9073-139ea792def6", + "resource": { + "resourceType": "Organization", + "id": "1731029042020729000.07d4fabb-3c13-4e3e-9073-139ea792def6", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "version": "1", + "code": "1133-5", + "display": "SomeOtherText" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "version": "2", + "code": "1298-7", + "display": "SomeOtherAltText" + } + ], + "text": "TheOriginalText" + } + } + ], + "system": "LN", + "version": "1", + "code": "1133-5", + "display": "SomeOtherText" + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/name-representation-code", + "valueString": "NameRepCode2" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ + { + "url": "XON.3", + "valueString": "5555" + }, + { + "url": "XON.10", + "valueString": "OrgIdentifier3" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "MSH.23" + } + ], + "identifier": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString": "8" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "An Authority" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "45.24.167.43" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode": "CCTV" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference": { + "reference": "Location/1731029042019265000.0e7b637a-eb35-412f-88d9-412d14965fd3" + } + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "BCVan" + } + ] + }, + "value": "OrgIdentifier3" + } + ], + "name": "Receiving Responsible Org" } - } - }, { - "fullUrl" : "Location/1729291158746616000.0607e80e-1ec1-45f5-8861-bcd9ca75caea", - "resource" : { - "resourceType" : "Location", - "id" : "1729291158746616000.0607e80e-1ec1-45f5-8861-bcd9ca75caea", - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" - } ], - "value" : "1" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.2,HD.3" - } ], - "type" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } ], - "code" : "3" - } ] + }, + { + "fullUrl": "Provenance/1731029042255928000.7a039cd4-4b47-477e-afb0-4ed3bc68bb61", + "resource": { + "resourceType": "Provenance", + "id": "1731029042255928000.7a039cd4-4b47-477e-afb0-4ed3bc68bb61", + "recorded": "2019-07-20T09:12:29Z", + "activity": { + "coding": [ + { + "display": "ORM^O01^ORM_O01" + } + ] }, - "value" : "Room" - } ], - "physicalType" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "ro" - } ] - }, - "partOf" : { - "reference" : "Location/1729291158746534000.3cd19c04-bec3-4b1e-ba2e-3f13289884c1" + "agent": [ + { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type", + "code": "author" + } + ] + }, + "who": { + "reference": "Organization/1731029042255695000.3cdd1b82-df0c-4f16-88d7-bf3f9455885b" + } + } + ] } - } - }, { - "fullUrl" : "Location/1729291158746760000.e24b446c-5bda-4542-aabb-d04a01437571", - "resource" : { - "resourceType" : "Location", - "id" : "1729291158746760000.e24b446c-5bda-4542-aabb-d04a01437571", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/pl6-person-location-type", - "valueString" : "R" - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" - } ], - "value" : "B" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.2,HD.3" - } ], - "type" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } ], - "code" : "A" - } ] - }, - "value" : "Bed" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "UID4This" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/ei-assigner-organization-type", - "valueString" : "organization" - } ], - "value" : "Comprehensive", - "assigner" : { - "reference" : "Organization/1729291158745373000.e136730d-a978-4ee2-b38d-9cd80cbe874c" + }, + { + "fullUrl": "Location/1731029042254728000.e748abca-2697-4c52-9736-739a09f6c29b", + "resource": { + "resourceType": "Location", + "id": "1731029042254728000.e748abca-2697-4c52-9736-739a09f6c29b", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ], + "identifier": [ + { + "value": "1.8.440.1.1138.9.22" + } + ], + "name": "Clinic A", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" + } + ] } - } ], - "description" : "Totally A Real Location", - "mode" : "instance", - "physicalType" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "bd" - } ] - }, - "partOf" : { - "reference" : "Location/1729291158746616000.0607e80e-1ec1-45f5-8861-bcd9ca75caea" } - } - }, { - "fullUrl" : "Organization/1729291158747044000.94e173a6-3244-489e-b58d-ec65b2c03d83", - "resource" : { - "resourceType" : "Organization", - "id" : "1729291158747044000.94e173a6-3244-489e-b58d-ec65b2c03d83", - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" - } ], - "value" : "ASSIGNEE" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.2,HD.3" - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0301", - "code" : "UUID" - } ] - }, - "system" : "urn:ietf:rfc:3986", - "value" : "222.1111.22222" - } ] - } - }, { - "fullUrl" : "Location/1729291158747320000.20ca44ca-d5b4-492a-a124-bab78f7f198d", - "resource" : { - "resourceType" : "Location", - "id" : "1729291158747320000.20ca44ca-d5b4-492a-a124-bab78f7f198d", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/pl6-person-location-type", - "valueString" : "location type" - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" - } ], - "value" : "Hospital Prio" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.2,HD.3" - } ], - "type" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } ], - "code" : "ISO" - } ] - }, - "value" : "2.4.4.4" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "NAME" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "UNI" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/ei-assigner-organization-type", - "valueString" : "organization" - } ], - "value" : "Entity ID", - "assigner" : { - "reference" : "Organization/1729291158747044000.94e173a6-3244-489e-b58d-ec65b2c03d83" - } - } ], - "status" : "active", - "description" : "Description", - "mode" : "instance", - "physicalType" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "si" - } ] + }, + { + "fullUrl": "Organization/1731029042255695000.3cdd1b82-df0c-4f16-88d7-bf3f9455885b", + "resource": { + "resourceType": "Organization", + "id": "1731029042255695000.3cdd1b82-df0c-4f16-88d7-bf3f9455885b", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "version": "1", + "code": "1357-9", + "display": "SomeText" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "version": "2", + "code": "2468-5", + "display": "SomeAltText" + } + ], + "text": "OriginalText" + } + } + ], + "system": "LN", + "version": "1", + "code": "1357-9", + "display": "SomeText" + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/name-representation-code", + "valueString": "NameRepCode1" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ + { + "url": "XON.3", + "valueString": "1111" + }, + { + "url": "XON.10", + "valueString": "OrgIdentifier2" + } + ] + } + ], + "identifier": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString": "9" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "The Authority" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "4.2.8.2" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode": "BCV" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference": { + "reference": "Location/1731029042254728000.e748abca-2697-4c52-9736-739a09f6c29b" + } + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "BC" + } + ] + }, + "value": "OrgIdentifier2" + } + ], + "name": "Sending Responsible Org" } - } - }, { - "fullUrl" : "Location/1729291158747527000.add84404-ebf5-43b7-9a4c-fcbed365fd19", - "resource" : { - "resourceType" : "Location", - "id" : "1729291158747527000.add84404-ebf5-43b7-9a4c-fcbed365fd19", - "description" : "Its Temporary", - "mode" : "instance" - } - }, { - "fullUrl" : "Location/1729291158747717000.3aa3d8c3-8d88-4062-87ac-96d709e8d9da", - "resource" : { - "resourceType" : "Location", - "id" : "1729291158747717000.3aa3d8c3-8d88-4062-87ac-96d709e8d9da", - "description" : "Pending Location", - "mode" : "instance" - } - }, { - "fullUrl" : "Location/1729291158747913000.375006a0-e443-4da8-892f-93961957b78d", - "resource" : { - "resourceType" : "Location", - "id" : "1729291158747913000.375006a0-e443-4da8-892f-93961957b78d", - "description" : "Prior Location", - "mode" : "instance" - } - }, { - "fullUrl" : "Organization/1729291158748165000.8e8db3a2-7ead-49cd-8137-111e1d7d43f2", - "resource" : { - "resourceType" : "Organization", - "id" : "1729291158748165000.8e8db3a2-7ead-49cd-8137-111e1d7d43f2", - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" - } ], - "value" : "ASSIGNEE" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.2,HD.3" - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0301", - "code" : "UUID" - } ] - }, - "system" : "urn:ietf:rfc:3986", - "value" : "222.1111.22222" - } ] - } - }, { - "fullUrl" : "Location/1729291158748439000.e72f22c5-f524-4591-a3ea-3a428bac395d", - "resource" : { - "resourceType" : "Location", - "id" : "1729291158748439000.e72f22c5-f524-4591-a3ea-3a428bac395d", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/pl6-person-location-type", - "valueString" : "location type" - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" - } ], - "value" : "Hospital PriorPending" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.2,HD.3" - } ], - "type" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } ], - "code" : "ISO" - } ] + }, + { + "fullUrl": "Provenance/1731029042266187000.70e81727-b4fe-47f7-91b1-5d121def562d", + "resource": { + "resourceType": "Provenance", + "id": "1731029042266187000.70e81727-b4fe-47f7-91b1-5d121def562d", + "recorded": "2024-11-07T17:24:02Z", + "policy": [ + "http://hl7.org/fhir/uv/v2mappings/message-oru-r01-to-bundle" + ], + "activity": { + "coding": [ + { + "code": "v2-FHIR transformation" + } + ] }, - "value" : "2.4.4.4" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "NAME" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "UNI" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/ei-assigner-organization-type", - "valueString" : "organization" - } ], - "value" : "Entity ID", - "assigner" : { - "reference" : "Organization/1729291158748165000.8e8db3a2-7ead-49cd-8137-111e1d7d43f2" - } - } ], - "status" : "active", - "description" : "Description", - "mode" : "instance", - "physicalType" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "si" - } ] + "agent": [ + { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type", + "code": "assembler" + } + ] + }, + "who": { + "reference": "Organization/1731029042265934000.c0677c2f-a995-46c8-8b69-60bc3b2815ad" + } + } + ] } - } - }, { - "fullUrl" : "EpisodeOfCare/1729291158748813000.c59d255f-d42b-43d4-8ede-0790a713c636", - "resource" : { - "resourceType" : "EpisodeOfCare", - "id" : "1729291158748813000.c59d255f-d42b-43d4-8ede-0790a713c636", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PV1.54" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/episode-of-care-name", - "valueString" : "Service Description" - } ], - "identifier" : [ { - "value" : "episode identifier" - } ] - } - }, { - "fullUrl" : "Observation/1729291158910998000.27dcecd6-0296-4d0e-9d34-a9b2cdc172a3", - "resource" : { - "resourceType" : "Observation", - "id" : "1729291158910998000.27dcecd6-0296-4d0e-9d34-a9b2cdc172a3", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "subid" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nature-of-abnormal-test", - "valueId" : "ST" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2023-09-12T18:08:02-04:00", - "_valueDateTime" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230912180802-0400" - } ] - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueCode" : "30" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ { - "url" : "OBX.2", - "valueId" : "CWE" - }, { - "url" : "OBX.6", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL79999" - } ], - "code" : "g", - "display" : "gram" - } ] - } - }, { - "url" : "OBX.27", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL79900" - } ], - "code" : "RC", - "display" : "root cause" - } ] - } - }, { - "url" : "OBX.28", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL79900" - } ], - "code" : "LPC", - "display" : "Local Process" - } ] - } - }, { - "url" : "OBX.29", - "valueId" : "QST" - }, { - "url" : "OBX.31", - "valueId" : "31" - }, { - "url" : "OBX.32", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "32", - "display" : "value absent reason" - } ] - } - }, { - "url" : "OBX.33", - "valueIdentifier" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/filler-assigned-identifier", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", - "valueString" : "eip" - } ] - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PGN" - } ] + }, + { + "fullUrl": "Organization/1731029042265934000.c0677c2f-a995-46c8-8b69-60bc3b2815ad", + "resource": { + "resourceType": "Organization", + "id": "1731029042265934000.c0677c2f-a995-46c8-8b69-60bc3b2815ad", + "identifier": [ + { + "value": "CDC PRIME - Atlanta" + }, + { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0301" + } + ] }, - "value" : "33" - } - }, { - "url" : "OBX.9", - "valueString" : "99" - }, { - "url" : "OBX.11", - "valueString" : "F" - }, { - "url" : "OBX.12", - "valueString" : "20000101" - }, { - "url" : "OBX.13", - "valueString" : "user defined" - }, { - "url" : "OBX.17", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "display" : "BD Veritor System for Rapid Detection of SARS-CoV-2" - } ] - } - }, { - "url" : "OBX.18", - "valueReference" : { - "reference" : "Device/1729291158910103000.91225479-ceca-43b2-b057-ba4d4db721da" - } - }, { - "url" : "OBX.20", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70163" - } ], - "system" : "http://terminology.hl7.org/CodeSystem/v2-0163", - "code" : "BE", - "display" : "Bilateral Ears" - } ] - } - }, { - "url" : "OBX.26", - "valueId" : "26" - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.21" - } ], - "type" : { - "coding" : [ { - "code" : "FILL" - } ] - }, - "value" : "entity id" - } ], - "status" : "final", - "code" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } ], - "system" : "http://loinc.org", - "code" : "80383-3", - "display" : "Flu B" - } ] - }, - "subject" : { - "reference" : "Patient/1729291158722364000.e8c01fe7-7d55-4eaf-b52d-9df910c647ca" - }, - "encounter" : { - "reference" : "Encounter/1729291158748523000.e6b583e7-17ac-422d-a986-97f72ad3bbda" - }, - "effectiveDateTime" : "2023-01-01T00:00:00Z", - "_effectiveDateTime" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230101000000" - } ] - }, - "performer" : [ { - "reference" : "Organization/1729291158911367000.7a49c034-9660-433b-b57b-c3e28f1add68" - }, { - "reference" : "PractitionerRole/1729291158911505000.58d7f57a-a296-4c05-b24a-1e613f552e0f" - }, { - "reference" : "PractitionerRole/1729291158912015000.887b6c87-2497-4a38-945e-807a6c3cb6a9" - } ], - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "SCT" - } ], - "system" : "http://snomed.info/sct", - "code" : "260415000", - "display" : "Not detected" - } ] - }, - "interpretation" : [ { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "UP", - "display" : "Up to you" - } ] - } ], - "note" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ { - "url" : "NTE.2", - "valueId" : "L" - }, { - "url" : "NTE.7", - "valueString" : "20230202" - }, { - "url" : "NTE.8", - "valueString" : "20230203" - }, { - "url" : "NTE.9", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "CC", - "display" : "This is a coded comment for an observation note" - } ] + "system": "urn:ietf:rfc:3986", + "value": "2.16.840.1.114222.4.1.237821" + } + ] + } + }, + { + "fullUrl": "Patient/1731029042299508000.1f95ce50-d413-4108-aa07-665724a5a896", + "resource": { + "resourceType": "Patient", + "id": "1731029042299508000.1f95ce50-d413-4108-aa07-665724a5a896", + "meta": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/last-updated-facility-namespace-id", + "valueReference": { + "reference": "Organization/1731029042296068000.218e21be-9d09-4b28-9860-d821b93ca3b2" + } } - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "OBX Note" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "RE", - "display" : "Remark" - } ] - } - } ], - "authorReference" : { - "reference" : "Practitioner/1729291158913363000.75217d83-e1ab-44f6-95ec-af347663a462" - }, - "time" : "2023-02-01", - "_time" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230201" - } ] - }, - "text" : "OBX Note" - } ], - "bodySite" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70163" - } ], - "system" : "http://terminology.hl7.org/CodeSystem/v2-0163", - "code" : "BE", - "display" : "Bilateral Ears" - } ] - }, - "method" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "display" : "BD Veritor System for Rapid Detection of SARS-CoV-2" - } ] - }, - "device" : { - "reference" : "Device/1729291158914164000.6895e08f-76fc-4155-b584-5362fd325e1a" - }, - "referenceRange" : [ { - "text" : "range of a few" - } ] - } - }, { - "fullUrl" : "Device/1729291158910103000.91225479-ceca-43b2-b057-ba4d4db721da", - "resource" : { - "resourceType" : "Device", - "id" : "1729291158910103000.91225479-ceca-43b2-b057-ba4d4db721da", - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "SPTRDEV-001" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.17.840" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - } ], - "value" : "Device 001" - } ] - } - }, { - "fullUrl" : "Organization/1729291158911367000.7a49c034-9660-433b-b57b-c3e28f1add68", - "resource" : { - "resourceType" : "Organization", - "id" : "1729291158911367000.7a49c034-9660-433b-b57b-c3e28f1add68", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "CLIA" - } ], - "code" : "11D1111111", - "display" : "CSV uploads" - } ] - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } ], - "identifier" : [ { - "system" : "CLIA", - "value" : "11D1111111" - } ], - "name" : "CSV uploads" - } - }, { - "fullUrl" : "Practitioner/1729291158911855000.98f68938-0ab1-49a5-8b0f-30c5511db7f5", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1729291158911855000.98f68938-0ab1-49a5-8b0f-30c5511db7f5", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ { - "url" : "XCN.3", - "valueString" : "Quinlen" - } ] - } ], - "identifier" : [ { - "value" : "1" - } ], - "name" : [ { - "family" : "Frances", - "given" : [ "Quinlen" ] - } ] - } - }, { - "fullUrl" : "PractitionerRole/1729291158911505000.58d7f57a-a296-4c05-b24a-1e613f552e0f", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1729291158911505000.58d7f57a-a296-4c05-b24a-1e613f552e0f", - "practitioner" : { - "reference" : "Practitioner/1729291158911855000.98f68938-0ab1-49a5-8b0f-30c5511db7f5" - }, - "code" : [ { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/practitioner-role", - "code" : "responsibleObserver" - } ] - } ] - } - }, { - "fullUrl" : "Practitioner/1729291158912293000.d3a1870f-41a5-4bcb-a8d9-8e66238e9465", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1729291158912293000.d3a1870f-41a5-4bcb-a8d9-8e66238e9465", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ { - "url" : "XCN.3", - "valueString" : "Quinlen" - } ] - } ], - "identifier" : [ { - "value" : "1" - } ], - "name" : [ { - "family" : "Mark", - "given" : [ "Quinlen" ] - } ] - } - }, { - "fullUrl" : "Organization/1729291158912791000.80a47615-5d9e-4b9c-8dfa-37f91af387c6", - "resource" : { - "resourceType" : "Organization", - "id" : "1729291158912791000.80a47615-5d9e-4b9c-8dfa-37f91af387c6", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ { - "url" : "XON.10", - "valueString" : "11D1111111" - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "CLIA" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.113883.4.7" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" - } ] + ], + "lastUpdated": "2024-08-21T11:38:00Z", + "_lastUpdated": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "202408211138" + } + ] + } }, - "value" : "11D1111111" - } ], - "name" : "CSV uploads-11D1111111", - "address" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ { - "url" : "SAD.1", - "valueString" : "2 Second Dr" - } ] - } ] - } ], - "line" : [ "2 Second Dr" ], - "state" : "IG", - "postalCode" : "94553", - "country" : "USA" - } ] - } - }, { - "fullUrl" : "PractitionerRole/1729291158912015000.887b6c87-2497-4a38-945e-807a6c3cb6a9", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1729291158912015000.887b6c87-2497-4a38-945e-807a6c3cb6a9", - "practitioner" : { - "reference" : "Practitioner/1729291158912293000.d3a1870f-41a5-4bcb-a8d9-8e66238e9465" - }, - "organization" : { - "reference" : "Organization/1729291158912791000.80a47615-5d9e-4b9c-8dfa-37f91af387c6" - }, - "code" : [ { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } ] - } ] - } - }, { - "fullUrl" : "Practitioner/1729291158913363000.75217d83-e1ab-44f6-95ec-af347663a462", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1729291158913363000.75217d83-e1ab-44f6-95ec-af347663a462", - "identifier" : [ { - "value" : "Bob R.N.A." - } ] - } - }, { - "fullUrl" : "Device/1729291158914164000.6895e08f-76fc-4155-b584-5362fd325e1a", - "resource" : { - "resourceType" : "Device", - "id" : "1729291158914164000.6895e08f-76fc-4155-b584-5362fd325e1a", - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "SPTRDEV-001" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.17.840" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - } ], - "value" : "Device 001" - } ] - } - }, { - "fullUrl" : "ServiceRequest/1729291158936263000.5f403463-87f3-4c92-9f47-e5f0d48e7186", - "resource" : { - "resourceType" : "ServiceRequest", - "id" : "1729291158936263000.5f403463-87f3-4c92-9f47-e5f0d48e7186", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", - "valueCode" : "RE" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", - "valueString" : "20230725" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/status-modifier", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL79999" - } ], - "code" : "OS", - "display" : "order status" - } ] - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/orc-common-order", - "extension" : [ { - "url" : "ORC.5", - "valueString" : "CM" - }, { - "url" : "ORC.6", - "valueString" : "E" - }, { - "url" : "ORC.19", - "valueReference" : { - "reference" : "Practitioner/1729291158920752000.024c5626-05c5-45f7-a14c-30b7c81c7700" - } - }, { - "url" : "orc-21-ordering-facility-name", - "valueReference" : { - "reference" : "Organization/1729291158921164000.d9c2a1ef-fa84-403d-ae73-b9cd9dc7aa6d" - } - }, { - "url" : "orc-22-ordering-facility-address", - "valueAddress" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ { - "url" : "SAD.1", - "valueString" : "111 Street St" - } ] - } ] - } ], - "line" : [ "111 Street St" ], - "city" : "Streetsville", - "state" : "ST" - } - }, { - "url" : "orc-24-ordering-provider-address", - "valueAddress" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ { - "url" : "SAD.1", - "valueString" : "111 Road Rd" - } ] - } ] - } ], - "line" : [ "111 Road Rd" ], - "city" : "Roadsville", - "state" : "RD" - } - }, { - "url" : "ORC.27", - "valueString" : "20260404" - }, { - "url" : "ORC.28", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70177" - } ], - "code" : "EMP", - "display" : "Employee" - } ] - } - }, { - "url" : "ORC.30", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cne-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cne-coding-system", - "valueString" : "HL70483" - } ], - "code" : "EL", - "display" : "Electronic" - } ] - } - }, { - "url" : "ORC.31", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70000" - } ], - "code" : "UMM", - "display" : "Universal Modifier" - } ] - } - }, { - "url" : "ORC.32", - "valueString" : "20250403" - }, { - "url" : "ORC.8", - "valueIdentifier" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "SPHL-000048" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.10765" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/filler-assigned-identifier", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", - "valueString" : "Specimen12333454" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "SPHL-000048" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.10765" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" - } ] - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PGN" - } ] - }, - "value" : "Specimen12333" - } - }, { - "url" : "ORC.10", - "valueReference" : { - "reference" : "Practitioner/1729291158922473000.c533de3e-d2ba-44e0-8b6b-453b1576663e" - } - }, { - "url" : "ORC.11", - "valueReference" : { - "reference" : "Practitioner/1729291158922799000.5359badb-22f7-48ba-9960-6e64b3441c64" - } - }, { - "url" : "orc-12-ordering-provider", - "valueReference" : { - "reference" : "Practitioner/1729291158923141000.1b20e06c-4c1e-45ab-bb17-2a0f784195bd" - } - }, { - "url" : "ORC.13", - "valueReference" : { - "reference" : "Location/1729291158923690000.bce36e37-6828-4d55-ac5e-c84b72ed8864" - } - }, { - "url" : "ORC.15", - "valueString" : "202101021000" - }, { - "url" : "ORC.17", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL79999" - } ], - "code" : "EO", - "display" : "entering org text" - } ] - } - }, { - "url" : "ORC.18", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL79999" - } ], - "code" : "ED", - "display" : "entering device text" - } ] - } - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", - "extension" : [ { - "url" : "OBR.2", - "valueIdentifier" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Placer Identifier Namespace" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "Placer Universal ID" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - } ], - "value" : "Placer Identifier" - } - }, { - "url" : "OBR.3", - "valueIdentifier" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Filler Identifier Namespace" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "Filler Universal ID" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - } ], - "value" : "Filler Identifier" - } - }, { - "url" : "OBR.20", - "valueString" : "filler1" - }, { - "url" : "OBR.21", - "valueString" : "filler2" - }, { - "url" : "OBR.23", - "extension" : [ { - "url" : "moc-1-1-monetary-amount", - "valueString" : "100" - }, { - "url" : "moc-1-2-monetary-denomination", - "valueString" : "$" - }, { - "url" : "moc-2-charge-code", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "16", - "display" : "code" - } ] + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/patient-notes", + "valueAnnotation": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension": [ + { + "url": "NTE.2", + "valueId": "L" + }, + { + "url": "NTE.7", + "valueString": "20230601" + }, + { + "url": "NTE.8", + "valueString": "20350201" + }, + { + "url": "NTE.9", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "CC", + "display": "Coded comment for patient note" + } + ] + } + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId": "Accession level coment." + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70364" + } + ], + "version": "2.5.1", + "code": "RE", + "display": "Remark" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "y" + } + ], + "version": "a", + "code": "z", + "display": "x" + } + ], + "text": "b" + } + } + ], + "authorReference": { + "reference": "Practitioner/1731029042278089000.dcac21f6-7843-4a7d-9e94-f835c89dd949" + }, + "time": "2023-05-31", + "_time": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230531" + } + ] + }, + "text": "Accession level coment." } - } ] - }, { - "url" : "OBR.24", - "valueId" : "OTH" - }, { - "url" : "OBR.25", - "valueId" : "F" - }, { - "url" : "OBR.26", - "extension" : [ { - "url" : "prl-1-parent-observation-identifier", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "444", - "display" : "ParentId" - } ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/patient-notes", + "valueAnnotation": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension": [ + { + "url": "NTE.2", + "valueId": "L" + }, + { + "url": "NTE.7", + "valueString": "20230601" + }, + { + "url": "NTE.8", + "valueString": "20350201" + }, + { + "url": "NTE.9", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "CC", + "display": "Coded comment for patient note" + } + ] + } + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId": "Accession level coment 2" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70364" + } + ], + "version": "2.5.1", + "code": "RE", + "display": "Remark" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "y" + } + ], + "version": "a", + "code": "z", + "display": "x" + } + ], + "text": "b" + } + } + ], + "authorReference": { + "reference": "Practitioner/1731029042279250000.30d1176d-d94b-48a5-bda0-b965e559f312" + }, + "time": "2023-05-31", + "_time": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230531" + } + ] + }, + "text": "Accession level coment 2" } - }, { - "url" : "prl-2-parent-observation-sub-identifier", - "valueString" : "888" - }, { - "url" : "prl-3-parent-observation-descriptor", - "valueString" : "ParentOBSdescriptor" - } ] - }, { - "url" : "OBR.28", - "valueReference" : { - "reference" : "Practitioner/1729291158924936000.f7d9f43a-4887-49ab-8756-ef1d1d1f9e1f" - } - }, { - "url" : "OBR.29", - "valueIdentifier" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "CSV" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "11D1111111" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "CLIA" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/filler-assigned-identifier", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", - "valueString" : "f34b0f57-1601-4480-ae8a-d4006e50f38d" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Other CSV" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "22D2222222" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "CLIA2" - } ] - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PGN" - } ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/pid-patient", + "extension": [ + { + "url": "PID.8", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70001" + } + ], + "code": "F", + "display": "Female" + } + ] + } + }, + { + "url": "PID.18", + "valueIdentifier": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PID.18" + } + ], + "value": "32" + } + }, + { + "url": "PID.24", + "valueString": "Y" + }, + { + "url": "PID.30", + "valueString": "Y" + }, + { + "url": "PID.32", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70445" + } + ], + "code": "AL", + "display": "Alias" + } + ] + } + }, + { + "url": "PID.32", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70445" + } + ], + "code": "UA", + "display": "Unknown" + } + ] + } + }, + { + "url": "PID.38", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70429" + } + ], + "code": "RA", + "display": "Racing" + } + ] + } + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/veteran-military-status", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70172" + } + ], + "code": "NA", + "display": "Not Applicable" + } + ] + } + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/patient-nationality", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/code", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PID.28" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70212" + } + ], + "code": "A", + "display": "American" + } + ] + } + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identity-unknown", + "valueString": "N" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/patient-animal", + "extension": [ + { + "url": "species", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PID.35" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70446" + } + ], + "code": "D", + "display": "Dog" + } + ] + } + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/studentStatus", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", + "valueOid": "urn:oid:8.44.235.1.113883.3.3" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70231" + } + ], + "version": "2.5.1", + "code": "F", + "display": "Full-time student" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "secondary-alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70231" + } + ], + "version": "2.5.1", + "code": "N", + "display": "Not a student" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70231" + } + ], + "version": "4", + "code": "N", + "display": "Not a student" + } + ], + "text": "TEST" + } + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/patient-disability", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", + "valueOid": "urn:oid:8.44.235.1.113883.3.3" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70295" + } + ], + "version": "2.5.1", + "code": "T", + "display": "TEST" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "secondary-alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70295" + } + ], + "version": "2.5.1", + "code": "D", + "display": "Debug" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70295" + } + ], + "version": "4", + "code": "P", + "display": "Prod" + } + ], + "text": "TEST" + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/livingWill", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", + "valueOid": "urn:oid:8.44.235.1.113883.3.3" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70315" + } + ], + "version": "2.5.1", + "code": "F", + "display": "Yes, patient has a living will but it is not on file" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "secondary-alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70315" + } + ], + "version": "2.5.1", + "code": "U", + "display": "Unknown" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70315" + } + ], + "version": "4", + "code": "I", + "display": "No, patient does not have a living will but information was provided" + } + ], + "text": "TEST" + } + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/patient-congregation", + "valueString": "1st Ordering Facility" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/patient-congregation", + "valueString": "2nd Ordering Facility" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/pd1-patient-additional-demographic", + "extension": [ + { + "url": "PD1.1", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", + "valueOid": "urn:oid:8.44.235.1.113883.3.3" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70223" + } + ], + "version": "2.5.1", + "code": "C", + "display": "Small Children Dependent" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "secondary-alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70223" + } + ], + "version": "2.5.1", + "code": "M", + "display": "Medical Supervision Required" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70223" + } + ], + "version": "4", + "code": "M", + "display": "Medical Supervision Required" + } + ], + "text": "TEST" + } + }, + { + "url": "PD1.1", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", + "valueOid": "urn:oid:8.44.235.1.113883.3.3" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70223" + } + ], + "version": "2.5.1", + "code": "O", + "display": "Other" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "secondary-alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70223" + } + ], + "version": "2.5.1", + "code": "M", + "display": "Medical Supervision Required" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70223" + } + ], + "version": "4", + "code": "U", + "display": "Unknown" + } + ], + "text": "TEST" + } + }, + { + "url": "PD1.2", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", + "valueOid": "urn:oid:8.44.235.1.113883.3.3" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70220" + } + ], + "version": "2.5.1", + "code": "A", + "display": "Alone" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "secondary-alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70220" + } + ], + "version": "2.5.1", + "code": "F", + "display": "Family" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70220" + } + ], + "version": "4", + "code": "F", + "display": "Family" + } + ], + "text": "TEST" + } + }, + { + "url": "PD1.16", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", + "valueOid": "urn:oid:8.44.235.1.113883.3.3" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70441" + } + ], + "version": "2.5.1", + "code": "A", + "display": "Active" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "secondary-alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70441" + } + ], + "version": "2.5.1", + "code": "O", + "display": "Other" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70441" + } + ], + "version": "4", + "code": "I", + "display": "Inactive" + } + ], + "text": "TEST" + } + }, + { + "url": "PD1.17", + "valueString": "20230501102532-0400" + }, + { + "url": "PD1.18", + "valueString": "20230501102533-0400" + }, + { + "url": "PD1.19", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", + "valueOid": "urn:oid:8.44.235.1.113883.3.3" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70140" + } + ], + "version": "2.5.1", + "code": "AUSA", + "display": "Australian Army" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "secondary-alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70140" + } + ], + "version": "2.5.1", + "code": "AUSN", + "display": "Australian Navy" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70140" + } + ], + "version": "4", + "code": "AUSFA", + "display": "Australian Air Force" + } + ], + "text": "TEST" + } + }, + { + "url": "PD1.20", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", + "valueOid": "urn:oid:8.44.235.1.113883.3.3" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70141" + } + ], + "version": "2.5.1", + "code": "E1... E9", + "display": "Enlisted" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "secondary-alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70141" + } + ], + "version": "2.5.1", + "code": "W1 ... W4", + "display": "Warrent Officers" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70141" + } + ], + "version": "4", + "code": "O1 ... O9", + "display": "Officers" + } + ], + "text": "TEST" + } + }, + { + "url": "PD1.21", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", + "valueOid": "urn:oid:8.44.235.1.113883.3.3" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70142" + } + ], + "version": "2.5.1", + "code": "ACT", + "display": "Active duty" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "secondary-alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70142" + } + ], + "version": "2.5.1", + "code": "RET", + "display": "Retired" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70142" + } + ], + "version": "4", + "code": "DEC", + "display": "Deceased" + } + ], + "text": "TEST" + } + }, + { + "url": "PD1.22", + "valueString": "20230501102531-0400" + }, + { + "url": "PD1.8", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", + "valueOid": "urn:oid:8.44.235.1.113883.3.3" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70316" + } + ], + "version": "2.5.1", + "code": "F", + "display": "Yes, patient is a documented donor, but documentation is not on file" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "secondary-alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70316" + } + ], + "version": "2.5.1", + "code": "U", + "display": "Unknown" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70316" + } + ], + "version": "4", + "code": "I", + "display": "No, patient is not a documented donor, but information was provided" + } + ], + "text": "TEST" + } + }, + { + "url": "PD1.9", + "valueString": "N" + }, + { + "url": "PD1.10", + "valueIdentifier": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-facility", + "valueReference": { + "reference": "Organization/1731029042283964000.e3b1bba3-e4f7-405e-89e1-d733a478c1b9" + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier", + "extension": [ + { + "url": "CX.5", + "valueString": "MR" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PD1.10" + } + ], + "type": { + "coding": [ + { + "code": "MR" + } + ] + }, + "system": "NIST MPI", + "_system": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "NIST MPI" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.113883.3.72.5.30.2" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "ISO" + } + ] + }, + "value": "18547545" + } + }, + { + "url": "PD1.10", + "valueIdentifier": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-facility", + "valueReference": { + "reference": "Organization/1731029042284454000.a74b8594-2b75-4b7e-b40a-21703482cbd3" + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier", + "extension": [ + { + "url": "CX.5", + "valueString": "SS" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PD1.10" + } + ], + "type": { + "coding": [ + { + "code": "SS" + } + ] + }, + "system": "SSN", + "_system": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "SSN" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.113883.4.1" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "ISO" + } + ] + }, + "value": "111111111" + } + }, + { + "url": "PD1.11", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", + "valueOid": "urn:oid:8.44.235.1.113883.3.3" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70215" + } + ], + "version": "2.5.1", + "code": "F", + "display": "Family only" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "secondary-alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70215" + } + ], + "version": "2.5.1", + "code": "U", + "display": "Unknown" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70215" + } + ], + "version": "4", + "code": "N", + "display": "No Publicity" + } + ], + "text": "TEST" + } + }, + { + "url": "PD1.12", + "valueString": "N" + }, + { + "url": "PD1.13", + "valueString": "20230501102531-0400" + }, + { + "url": "PD1.14", + "valueReference": { + "reference": "Organization/1731029042285778000.f0325b07-69bd-43a4-b608-75926ed76ef9" + } + }, + { + "url": "PD1.14", + "valueReference": { + "reference": "Organization/1731029042286633000.1d3d00af-d0be-4208-b248-cb16b26bcd0b" + } + }, + { + "url": "PD1.15", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", + "valueOid": "urn:oid:8.44.235.1.113883.3.3" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70435" + } + ], + "version": "2.5.1", + "code": "DNR", + "display": "Do not resuscitate" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "secondary-alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70435" + } + ], + "version": "2.5.1", + "code": "N", + "display": "No directive" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70435" + } + ], + "version": "4", + "code": "N", + "display": "No directive" + } + ], + "text": "TEST" + } + }, + { + "url": "PD1.15", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", + "valueOid": "urn:oid:8.44.235.1.113883.3.3" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70435" + } + ], + "version": "2.5.1", + "code": "DNR", + "display": "Do not resuscitate" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "secondary-alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70435" + } + ], + "version": "2.5.1", + "code": "N", + "display": "No directive" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70435" + } + ], + "version": "4", + "code": "N", + "display": "No directive" + } + ], + "text": "TEST" + } + } + ] + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/patient-mothersMaidenName", + "valueHumanName": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", + "extension": [ + { + "url": "XPN.2", + "valueString": "FHIR" + }, + { + "url": "XPN.3", + "valueString": "WI" + }, + { + "url": "XPN.7", + "valueString": "L" + } + ] + } + ], + "use": "official", + "family": "Mind", + "given": [ + "FHIR", + "WI" + ] + } + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/patient-mothersMaidenName", + "valueHumanName": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", + "extension": [ + { + "url": "XPN.2", + "valueString": "FHIR" + }, + { + "url": "XPN.3", + "valueString": "WI" + }, + { + "url": "XPN.7", + "valueString": "L" + } + ] + } + ], + "use": "official", + "family": "Mind2x", + "given": [ + "FHIR", + "WI" + ] + } + }, + { + "url": "http://ibm.com/fhir/cdm/StructureDefinition/local-race-cd", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70005" + } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-Race", + "code": "2106-3", + "display": "White" + } + ] + } + }, + { + "url": "http://ibm.com/fhir/cdm/StructureDefinition/local-race-cd", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70005" + } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-Race", + "code": "2131-1", + "display": "Other Race" + } + ] + } + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/patient-religion", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70006" + } + ], + "code": "AGN", + "display": "Agnostic" + } + ] + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/ethnic-group", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70189" + } + ], + "system": "http://terminology.hl7.org/CodeSystem/v2-0189", + "code": "U", + "display": "Uknown" + } + ] + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/ethnic-group", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70189" + } + ], + "system": "http://terminology.hl7.org/CodeSystem/v2-0189", + "code": "AU", + "display": "Also Uknown" + } + ] + } + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/patient-birthPlace", + "valueAddress": { + "text": "Bayou" + } + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/patient-citizenship", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/code", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PID.26" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70171" + } + ], + "code": "USA", + "display": "United States" + } + ] + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/code", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PID.26" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70171" + } + ], + "code": "CAN", + "display": "Canada" + } + ] + } + } + ] + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/patient-citizenship", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/code", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PID.39" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70171" + } + ], + "code": "N", + "display": "None" + } + ] + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/code", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PID.39" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70171" + } + ], + "code": "SN", + "display": "Still None" + } + ] + } + } + ] + } + ], + "identifier": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString": "forty" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueString": "123" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-facility", + "valueReference": { + "reference": "Organization/1731029042272209000.1cef4d16-bd86-473b-b83c-1ab46ba1f0fc" + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier", + "extension": [ + { + "url": "CX.5", + "valueString": "PI" + }, + { + "url": "CX.9", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL7123" + } + ], + "code": "IX", + "display": "Ninth" + } + ] + } + }, + { + "url": "CX.10", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL7123" + } + ], + "code": "X", + "display": "Tenth" + } + ] + } + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PID.3" + } + ], + "type": { + "coding": [ + { + "code": "PI" + } + ] + }, + "system": "STARLIMS.CDC.Stag", + "_system": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "STARLIMS.CDC.Stag" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.3.3.2.1.2" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "ISO" + } + ] + }, + "value": "Patidlist", + "period": { + "start": "2021-01-13", + "_start": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20210113" + } + ] + }, + "end": "2021-12-30", + "_end": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20211230" + } + ] + } + } + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier", + "extension": [ + { + "url": "CX.5", + "valueString": "PI" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PID.3" + } + ], + "type": { + "coding": [ + { + "code": "PI" + } + ] + }, + "system": "SPHL-000048", + "_system": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "SPHL-000048" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.10765" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "ISO" + } + ] + }, + "value": "PID123" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-facility", + "valueReference": { + "reference": "Organization/1731029042274008000.c9730404-84b5-4280-aa11-aeae7230d310" + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier", + "extension": [ + { + "url": "CX.5", + "valueString": "PI" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PID.3" + } + ], + "type": { + "coding": [ + { + "code": "PI" + } + ] + }, + "system": "STARLIMS.CDC.Stag", + "_system": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "STARLIMS.CDC.Stag" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.3.3.2.1.2" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "ISO" + } + ] + }, + "value": "test" + } + ], + "name": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", + "extension": [ + { + "url": "XPN.2", + "valueString": "HL7" + }, + { + "url": "XPN.3", + "valueString": "MI" + }, + { + "url": "XPN.14", + "valueString": "Prof" + }, + { + "url": "XPN.4", + "valueString": "V" + }, + { + "url": "XPN.6", + "valueString": "BCN" + }, + { + "url": "XPN.7", + "valueString": "L" + }, + { + "url": "XPN.8", + "valueString": "Naaame" + }, + { + "url": "XPN.9", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL7444" + } + ], + "code": "C", + "display": "Name Context" + } + ] + } + }, + { + "url": "XPN.10", + "extension": [ + { + "url": "XPN.10.2" + }, + { + "url": "XPN.10.1", + "valueString": "Yes" + } + ] + }, + { + "url": "XPN.12", + "valueString": "19900503" + }, + { + "url": "XPN.13", + "valueString": "20030503" + } + ] + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", + "valueCode": "G" + } + ], + "use": "official", + "family": "Mega", + "_family": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", + "valueString": "Mr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name", + "valueString": "MrOwnMega" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", + "valueString": "Mrs" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", + "valueString": "MrsOwn" + } + ] + }, + "given": [ + "HL7", + "MI" + ], + "prefix": [ + "DR" + ], + "suffix": [ + "V", + "BCN", + "Prof" + ], + "period": { + "start": "1990-05-03", + "end": "2003-05-03" + } + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", + "extension": [ + { + "url": "XPN.2", + "valueString": "HL7" + }, + { + "url": "XPN.3", + "valueString": "MI" + }, + { + "url": "XPN.14", + "valueString": "Prof" + }, + { + "url": "XPN.4", + "valueString": "V" + }, + { + "url": "XPN.6", + "valueString": "BCN" + }, + { + "url": "XPN.7", + "valueString": "L" + }, + { + "url": "XPN.8", + "valueString": "Naaame" + }, + { + "url": "XPN.9", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL7444" + } + ], + "code": "C", + "display": "Name Context" + } + ] + } + }, + { + "url": "XPN.10", + "extension": [ + { + "url": "XPN.10.2" + }, + { + "url": "XPN.10.1", + "valueString": "Yes" + } + ] + }, + { + "url": "XPN.12", + "valueString": "19900503" + }, + { + "url": "XPN.13", + "valueString": "20030503" + } + ] + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", + "valueCode": "G" + } + ], + "use": "official", + "family": "Mega", + "_family": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", + "valueString": "Mr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name", + "valueString": "MrOwnMega" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", + "valueString": "Mrs" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", + "valueString": "MrsOwn" + } + ] + }, + "given": [ + "HL7", + "MI" + ], + "prefix": [ + "DR" + ], + "suffix": [ + "V", + "BCN", + "Prof" + ], + "period": { + "start": "1990-05-03", + "end": "2003-05-03" + } + } + ], + "telecom": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString": "1" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString": "713" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString": "5553861" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-extension", + "valueString": "1" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ + { + "url": "XTN.1", + "valueString": "12345" + }, + { + "url": "XTN.2", + "valueString": "PRS" + }, + { + "url": "XTN.3", + "valueString": "CP" + }, + { + "url": "XTN.4", + "valueString": "real@example.com" + }, + { + "url": "XTN.7", + "valueString": "5553861" + }, + { + "url": "XTN.9", + "valueString": "himom" + }, + { + "url": "XTN.11", + "valueString": "4" + }, + { + "url": "XTN.12", + "valueString": "17145553862" + } + ] + } + ], + "system": "phone", + "value": "17145553862", + "use": "home", + "rank": 7, + "period": { + "start": "1999", + "_start": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "1999" + } + ] + }, + "end": "2000", + "_end": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "2000" + } + ] + } + } + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString": "1" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString": "714" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString": "5553861" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-extension", + "valueString": "1" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ + { + "url": "XTN.1", + "valueString": "12345" + }, + { + "url": "XTN.2", + "valueString": "PRS" + }, + { + "url": "XTN.3", + "valueString": "CP" + }, + { + "url": "XTN.4", + "valueString": "notreal@example.com" + }, + { + "url": "XTN.7", + "valueString": "5553861" + }, + { + "url": "XTN.9", + "valueString": "himom" + }, + { + "url": "XTN.11", + "valueString": "4" + }, + { + "url": "XTN.12", + "valueString": "17135553862" + } + ] + } + ], + "system": "phone", + "value": "17135553862", + "use": "home" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString": "1" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString": "281" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString": "5553861" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ + { + "url": "XTN.1", + "valueString": "9865" + }, + { + "url": "XTN.2", + "valueString": "EMR" + }, + { + "url": "XTN.3", + "valueString": "SAT" + }, + { + "url": "XTN.4", + "valueString": "alsoreal@exmaple.com" + }, + { + "url": "XTN.7", + "valueString": "5553861" + } + ] + } + ], + "system": "other", + "use": "work" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ + { + "url": "XTN.1", + "valueString": "40" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PID.40" + } + ], + "_system": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCode": "unknown" + } + ] + }, + "value": "40" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ + { + "url": "XTN.1", + "valueString": "41" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PID.40" + } + ], + "_system": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "valueCode": "unknown" + } + ] + }, + "value": "41" + } + ], + "gender": "female", + "birthDate": "1640", + "_birthDate": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "1640" + } + ] + }, + "deceasedDateTime": "2031", + "_deceasedDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "2031" + } + ] + }, + "address": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-censusTract", + "valueCode": "Census" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ + { + "url": "SAD.1", + "valueString": "123 Main St" + } + ] + }, + { + "url": "XAD.2", + "valueString": "Altxad" + }, + { + "url": "XAD.7", + "valueCode": "H" + }, + { + "url": "XAD.8", + "valueString": "MahHome" + }, + { + "url": "XAD.11", + "valueCode": "A" + }, + { + "url": "XAD.12", + "extension": [ + { + "url": "XAD.12.1", + "valueString": "2020" + }, + { + "url": "XAD.12.2", + "valueString": "2024" + } + ] + }, + { + "url": "XAD.13", + "valueString": "2022" + }, + { + "url": "XAD.14", + "valueString": "2027" + }, + { + "url": "XAD.19", + "valueCode": "MrSir" + } + ] + } + ], + "use": "home", + "line": [ + "123 Main St", + "Altxad", + "MrSir" + ], + "city": "AnyTown", + "district": "ThoCo", + "state": "IG", + "postalCode": "95802", + "country": "USA", + "period": { + "start": "2022", + "end": "2027" + } + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ + { + "url": "SAD.1", + "valueString": "1234 Main St" + } + ] + }, + { + "url": "XAD.2", + "valueString": "Address 2x" + }, + { + "url": "XAD.7", + "valueCode": "H" + }, + { + "url": "XAD.12", + "extension": [ + { + "url": "XAD.12.1", + "valueString": "2020" + }, + { + "url": "XAD.12.2", + "valueString": "2024" + } + ] + } + ] + } + ], + "use": "home", + "line": [ + "1234 Main St", + "Address 2x" + ], + "city": "AnyTown", + "district": "Thurston County", + "state": "IG", + "postalCode": "95802", + "country": "USA", + "period": { + "start": "2020", + "end": "2024" + } + } + ], + "maritalStatus": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70002" + } + ], + "code": "P", + "display": "Domestic Partnet" + } + ] + }, + "multipleBirthInteger": 11, + "communication": [ + { + "language": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70296" + } + ], + "code": "E", + "display": "English" + } + ] + } + } + ], + "generalPractitioner": [ + { + "reference": "Organization/1731029042275811000.e30e89df-3168-48e5-a793-7f3bca1892b9" + }, + { + "reference": "Organization/1731029042277151000.608595c1-1031-4aff-95ef-28cd62805833" + } + ], + "link": [ + { + "other": { + "reference": "RelatedPerson/1731029042292411000.661fa483-f834-4f80-9850-7b88e6d5bf07" + }, + "type": "seealso" + }, + { + "other": { + "reference": "RelatedPerson/1731029042292650000.97d6703f-1989-480e-be9c-f0d017e0ef9e" + }, + "type": "seealso" + } + ] + } + }, + { + "fullUrl": "Organization/1731029042272209000.1cef4d16-bd86-473b-b83c-1ab46ba1f0fc", + "resource": { + "resourceType": "Organization", + "id": "1731029042272209000.1cef4d16-bd86-473b-b83c-1ab46ba1f0fc", + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" + } + ], + "value": "STARLINKED.CDC.Stag" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0301", + "code": "ISO" + } + ] + }, + "system": "urn:ietf:rfc:3986", + "value": "2.16.840.1.114222.9.8.7.6.3.2" + } + ] + } + }, + { + "fullUrl": "Organization/1731029042274008000.c9730404-84b5-4280-aa11-aeae7230d310", + "resource": { + "resourceType": "Organization", + "id": "1731029042274008000.c9730404-84b5-4280-aa11-aeae7230d310", + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" + } + ], + "value": "STARLINKED.CDC.Stag" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0301", + "code": "ISO" + } + ] + }, + "system": "urn:ietf:rfc:3986", + "value": "2.16.840.1.114222.9.8.7.6.3.2" + } + ] + } + }, + { + "fullUrl": "Location/1731029042275069000.ddcf45c9-3c4a-4ce6-9a72-929cd8cab495", + "resource": { + "resourceType": "Location", + "id": "1731029042275069000.ddcf45c9-3c4a-4ce6-9a72-929cd8cab495", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ], + "identifier": [ + { + "value": "10.10.40.10.11380.90.22" + } + ], + "name": "Clinic B", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" + } + ] + } + } + }, + { + "fullUrl": "Organization/1731029042275811000.e30e89df-3168-48e5-a793-7f3bca1892b9", + "resource": { + "resourceType": "Organization", + "id": "1731029042275811000.e30e89df-3168-48e5-a793-7f3bca1892b9", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "version": "1", + "code": "1133-5", + "display": "SomeOtherText" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "version": "2", + "code": "1298-7", + "display": "SomeOtherAltText" + } + ], + "text": "TheOriginalText" + } + } + ], + "system": "LN", + "version": "1", + "code": "1133-5", + "display": "SomeOtherText" + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/name-representation-code", + "valueString": "NameRepCode2" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ + { + "url": "XON.3", + "valueString": "5555" + }, + { + "url": "XON.10", + "valueString": "OrgIdentifier3" + } + ] + } + ], + "identifier": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString": "8" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "An Authority" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "45.24.167.43" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode": "CCTV" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference": { + "reference": "Location/1731029042275069000.ddcf45c9-3c4a-4ce6-9a72-929cd8cab495" + } + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "BCVan" + } + ] + }, + "value": "OrgIdentifier3" + } + ], + "name": "Receiving Responsible Org" + } + }, + { + "fullUrl": "Location/1731029042276287000.885d46fb-a834-4cf4-9b84-b8885351e052", + "resource": { + "resourceType": "Location", + "id": "1731029042276287000.885d46fb-a834-4cf4-9b84-b8885351e052", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ], + "identifier": [ + { + "value": "10.10.40.10.11380.90.22" + } + ], + "name": "Clinic B", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" + } + ] + } + } + }, + { + "fullUrl": "Organization/1731029042277151000.608595c1-1031-4aff-95ef-28cd62805833", + "resource": { + "resourceType": "Organization", + "id": "1731029042277151000.608595c1-1031-4aff-95ef-28cd62805833", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "version": "1", + "code": "1133-5", + "display": "SomeOtherText" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "version": "2", + "code": "1298-7", + "display": "SomeOtherAltText" + } + ], + "text": "TheOriginalText" + } + } + ], + "system": "LN", + "version": "1", + "code": "1133-5", + "display": "SomeOtherText" + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/name-representation-code", + "valueString": "NameRepCode2" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ + { + "url": "XON.3", + "valueString": "5555" + }, + { + "url": "XON.10", + "valueString": "OrgIdentifier3" + } + ] + } + ], + "identifier": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString": "8" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "An Authority" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "45.24.167.43" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode": "CCTV" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference": { + "reference": "Location/1731029042276287000.885d46fb-a834-4cf4-9b84-b8885351e052" + } + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "BCVan" + } + ] + }, + "value": "OrgIdentifier3" + } + ], + "name": "Receiving Responsible Org" + } + }, + { + "fullUrl": "Practitioner/1731029042278089000.dcac21f6-7843-4a7d-9e94-f835c89dd949", + "resource": { + "resourceType": "Practitioner", + "id": "1731029042278089000.dcac21f6-7843-4a7d-9e94-f835c89dd949", + "identifier": [ + { + "value": "Bob R.N." + } + ] + } + }, + { + "fullUrl": "Practitioner/1731029042279250000.30d1176d-d94b-48a5-bda0-b965e559f312", + "resource": { + "resourceType": "Practitioner", + "id": "1731029042279250000.30d1176d-d94b-48a5-bda0-b965e559f312", + "identifier": [ + { + "value": "Bob R.N." + } + ] + } + }, + { + "fullUrl": "Organization/1731029042283964000.e3b1bba3-e4f7-405e-89e1-d733a478c1b9", + "resource": { + "resourceType": "Organization", + "id": "1731029042283964000.e3b1bba3-e4f7-405e-89e1-d733a478c1b9", + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" + } + ], + "value": "University H" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0301", + "code": "ISO" + } + ] + }, + "system": "urn:ietf:rfc:3986", + "value": "2.16.840.1.113883.3.0" + } + ] + } + }, + { + "fullUrl": "Organization/1731029042284454000.a74b8594-2b75-4b7e-b40a-21703482cbd3", + "resource": { + "resourceType": "Organization", + "id": "1731029042284454000.a74b8594-2b75-4b7e-b40a-21703482cbd3", + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" + } + ], + "value": "SSA" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0301", + "code": "ISO" + } + ] + }, + "system": "urn:ietf:rfc:3986", + "value": "2.16.840.1.113883.3.184" + } + ] + } + }, + { + "fullUrl": "Location/1731029042285256000.8a4e6c7d-7f23-49a8-93b4-492994dc0f67", + "resource": { + "resourceType": "Location", + "id": "1731029042285256000.8a4e6c7d-7f23-49a8-93b4-492994dc0f67", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ], + "identifier": [ + { + "value": "2.16.840.1.113883.9.11" + } + ], + "name": "Hospital A", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" + } + ] + } + } + }, + { + "fullUrl": "Organization/1731029042285778000.f0325b07-69bd-43a4-b608-75926ed76ef9", + "resource": { + "resourceType": "Organization", + "id": "1731029042285778000.f0325b07-69bd-43a4-b608-75926ed76ef9", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "version": "1", + "code": "1234-5", + "display": "TestText" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "version": "2", + "code": "1234-5", + "display": "TestAltText" + } + ], + "text": "OriginalText" + } + } + ], + "system": "LN", + "version": "1", + "code": "1234-5", + "display": "TestText" + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/name-representation-code", + "valueString": "NameRepCode" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ + { + "url": "XON.3", + "valueString": "123" + }, + { + "url": "XON.10", + "valueString": "1st OrgIdentifier" + } + ] + } + ], + "identifier": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString": "Check Digit" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Assigning Authority" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.1.4.1" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode": "C1" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference": { + "reference": "Location/1731029042285256000.8a4e6c7d-7f23-49a8-93b4-492994dc0f67" + } + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "MD" + } + ] + }, + "value": "1st OrgIdentifier" + } + ], + "name": "1st Ordering Facility" + } + }, + { + "fullUrl": "Location/1731029042286162000.32b8295e-1c7c-4137-a033-a19ea733c565", + "resource": { + "resourceType": "Location", + "id": "1731029042286162000.32b8295e-1c7c-4137-a033-a19ea733c565", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ], + "identifier": [ + { + "value": "2.16.840.1.113883.9.11" + } + ], + "name": "Hospital A", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" + } + ] + } + } + }, + { + "fullUrl": "Organization/1731029042286633000.1d3d00af-d0be-4208-b248-cb16b26bcd0b", + "resource": { + "resourceType": "Organization", + "id": "1731029042286633000.1d3d00af-d0be-4208-b248-cb16b26bcd0b", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "version": "1", + "code": "1234-5", + "display": "TestText" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "version": "2", + "code": "1234-5", + "display": "TestAltText" + } + ], + "text": "OriginalText" + } + } + ], + "system": "LN", + "version": "1", + "code": "1234-5", + "display": "TestText" + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/name-representation-code", + "valueString": "NameRepCode" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ + { + "url": "XON.3", + "valueString": "123" + }, + { + "url": "XON.10", + "valueString": "2nd OrgIdentifier" + } + ] + } + ], + "identifier": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString": "Check Digit" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Assigning Authority" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.1.4.1" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode": "C1" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference": { + "reference": "Location/1731029042286162000.32b8295e-1c7c-4137-a033-a19ea733c565" + } + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "MD" + } + ] + }, + "value": "2nd OrgIdentifier" + } + ], + "name": "2nd Ordering Facility" + } + }, + { + "fullUrl": "RelatedPerson/1731029042292411000.661fa483-f834-4f80-9850-7b88e6d5bf07", + "resource": { + "resourceType": "RelatedPerson", + "id": "1731029042292411000.661fa483-f834-4f80-9850-7b88e6d5bf07", + "identifier": [ + { + "value": "maybe" + } + ] + } + }, + { + "fullUrl": "RelatedPerson/1731029042292650000.97d6703f-1989-480e-be9c-f0d017e0ef9e", + "resource": { + "resourceType": "RelatedPerson", + "id": "1731029042292650000.97d6703f-1989-480e-be9c-f0d017e0ef9e", + "identifier": [ + { + "value": "maybe not" + } + ] + } + }, + { + "fullUrl": "Organization/1731029042296068000.218e21be-9d09-4b28-9860-d821b93ca3b2", + "resource": { + "resourceType": "Organization", + "id": "1731029042296068000.218e21be-9d09-4b28-9860-d821b93ca3b2", + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" + } + ], + "value": "RSDT" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0301", + "code": "ISO" + } + ] + }, + "system": "urn:ietf:rfc:3986", + "value": "0.0.0.1.1138" + } + ] + } + }, + { + "fullUrl": "Provenance/1731029042311258000.d22bb015-09b4-4420-ad85-3985d2838fae", + "resource": { + "resourceType": "Provenance", + "id": "1731029042311258000.d22bb015-09b4-4420-ad85-3985d2838fae", + "target": [ + { + "reference": "Patient/1731029042299508000.1f95ce50-d413-4108-aa07-665724a5a896" + } + ], + "occurredDateTime": "2024-08-21T11:38:00Z", + "recorded": "2024-11-07T17:24:02Z", + "activity": { + "coding": [ + { + "system": "https://terminology.hl7.org/CodeSystem/v3-DataOperation", + "code": "UPDATE" + } + ] + }, + "agent": [ + { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type", + "code": "performer" + } + ] + }, + "who": { + "reference": "Organization/1731029042311028000.c8e18451-6def-4300-8585-9061dc6d7d98" + } + } + ] + } + }, + { + "fullUrl": "Organization/1731029042311028000.c8e18451-6def-4300-8585-9061dc6d7d98", + "resource": { + "resourceType": "Organization", + "id": "1731029042311028000.c8e18451-6def-4300-8585-9061dc6d7d98", + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" + } + ], + "value": "RSDT" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0301", + "code": "ISO" + } + ] + }, + "system": "urn:ietf:rfc:3986", + "value": "0.0.0.1.1138" + } + ] + } + }, + { + "fullUrl": "Encounter/1731029042331483000.6ae6a93b-42d4-4a92-978f-005dfe836104", + "resource": { + "resourceType": "Encounter", + "id": "1731029042331483000.6ae6a93b-42d4-4a92-978f-005dfe836104", + "meta": { + "security": [ + { + "code": "SEC" + } + ] + }, + "text": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/pv2-visit-description", + "valueString": "Description" + } + ], + "div": "\u003cdiv xmlns\u003d\"http://www.w3.org/1999/xhtml\"\u003eDescription\u003c/div\u003e" + }, + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/visit-user-code", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "413", + "display": "V" + } + ] + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/visit-user-code", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "423", + "display": "X" + } + ] + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/planned-start-date", + "valueDateTime": "2023-06-01T10:25:31-04:00", + "_valueDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230601102531-0400" + } + ] + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/planned-discharge-date", + "valueDateTime": "2023-07-01T10:25:31-04:00", + "_valueDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230701102531-0400" + } + ] + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/estimated-length", + "valueQuantity": { + "value": 5, + "unit": "days", + "system": "http://unitsofmeasure.org/", + "code": "d" + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/publicity-code", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "100", + "display": "PublicCode" + } + ] + } + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/encounter-modeOfArrival", + "valueCoding": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "444", + "display": "MODE" + } + ] + } + } + ], + "code": "444", + "display": "MODE" + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/admission-level-of-care", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "123", + "display": "CARELEVEL1" + } + ] + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/pv1-patient-visit", + "extension": [ + { + "url": "PV1.12", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70087" + } + ], + "code": "P", + "display": "Passed" + } + ] + } + }, + { + "url": "PV1.18", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70018" + } + ], + "code": "H", + "display": "Human Patient" + } + ] + } + }, + { + "url": "PV1.46", + "valueDecimal": 100 + }, + { + "url": "PV1.47", + "valueDecimal": 199 + }, + { + "url": "PV1.48", + "valueDecimal": 142 + }, + { + "url": "PV1.49", + "valueDecimal": 130 + }, + { + "url": "PV1.51", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70326" + } + ], + "code": "A", + "display": "Account Level" + } + ] + } + }, + { + "url": "PV1.30", + "valueString": "20020101" + }, + { + "url": "PV1.31", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70021" + } + ], + "code": "C", + "display": "Collectors" + } + ] + } + }, + { + "url": "PV1.32", + "valueDecimal": 1 + }, + { + "url": "PV1.33", + "valueDecimal": 0 + }, + { + "url": "PV1.34", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70111" + } + ], + "code": "Y", + "display": "Yes" + } + ] + } + }, + { + "url": "PV1.35", + "valueString": "20080101" + }, + { + "url": "PV1.39", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70115" + } + ], + "code": "H", + "display": "A Hospital Of Course" + } + ] + } + }, + { + "url": "PV1.41", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70117" + } + ], + "code": "A", + "display": "Active" + } + ] + } + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/pv2-patient-visit-additional-information", + "extension": [ + { + "url": "PV2.15", + "valueString": "EMP_ILL" + }, + { + "url": "PV2.23", + "valueReference": { + "reference": "Organization/1731029042317379000.57926e6d-cb39-43b3-b333-92e2fc4e4d60" + } + }, + { + "url": "PV2.23", + "valueReference": { + "reference": "Organization/1731029042318219000.dba7f4ef-0d77-4a6c-b829-e27e678abd92" + } + }, + { + "url": "PV2.26", + "valueString": "20230501102531-0400" + }, + { + "url": "PV2.29", + "valueString": "20220501102531-0400" + } + ] + } + ], + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PV1.19" + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "VN" + } + ], + "text": "visit number" + }, + "value": "22" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PV1.50" + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203" + } + ] + }, + "value": "alternate visit" + } + ], + "status": "finished", + "class": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/pv1-2-patient-class", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "O" + } + ] + } + } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode", + "code": "AMB", + "display": "ambulatory" + }, + "type": [ + { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70007" + } + ], + "code": "R", + "display": "Routine" + } + ] + } + ], + "serviceType": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70069" + } + ], + "code": "URO", + "display": "Urology Service" + } + ] + }, + "priority": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70217" + } + ], + "code": "3", + "display": "Elective" + } + ] + }, + "subject": { + "reference": "Patient/1731029042299508000.1f95ce50-d413-4108-aa07-665724a5a896" + }, + "episodeOfCare": [ + { + "reference": "EpisodeOfCare/1731029042331847000.1c9c85d5-02ea-481d-8ce5-ca0310f1232f" + } + ], + "participant": [ + { + "type": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "code": "ATND", + "display": "attender" + } + ] + } + ], + "individual": { + "reference": "Practitioner/1731029042321088000.86bea183-992c-47f8-8a90-a2882e6020b5" + } + }, + { + "type": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "code": "REF" + } + ], + "text": "referrer" + } + ], + "individual": { + "reference": "Practitioner/1731029042321600000.0bd1f945-58f3-407b-8f76-58fa7c24e2d5" + } + }, + { + "type": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "code": "CON" + } + ], + "text": "consultant" + } + ], + "individual": { + "reference": "Practitioner/1731029042322118000.1fd2385d-d3ba-448d-8043-ed9498e9147b" + } + }, + { + "type": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "code": "ADM" + } + ], + "text": "admitter" + } + ], + "individual": { + "reference": "Practitioner/1731029042322587000.cbcaafb8-c6dd-433e-a765-a7fef57754e3" + } + }, + { + "type": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "code": "REF" + } + ], + "text": "referrer" + } + ], + "individual": { + "reference": "Practitioner/1731029042324738000.6f9e8651-3dbf-4b26-83cc-493209901f1f" + } + }, + { + "type": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "code": "REF" + } + ], + "text": "referrer" + } + ], + "individual": { + "reference": "Practitioner/1731029042326851000.4ef46635-aadf-44c8-96c9-1002140f0c02" + } + } + ], + "period": { + "start": "2024-08-01T10:25:31-04:00", + "_start": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20240801102531-0400" + } + ] + }, + "end": "2024-08-01T10:25:31-04:00", + "_end": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20240801102531-0400" + } + ] + } + }, + "length": { + "value": 12, + "unit": "days", + "system": "http://unitsofmeasure.org/", + "code": "d" + }, + "reasonCode": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PV2.3" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "1", + "display": "AD" + } + ] + } + ], + "hospitalization": { + "preAdmissionIdentifier": { + "value": "232323" + }, + "admitSource": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70023" + } + ], + "code": "RL", + "display": "Real Life" + } + ] + }, + "reAdmission": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70092" + } + ], + "code": "R", + "display": "Re-admission" + } + ] + }, + "dietPreference": [ + { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70114" + } + ], + "code": "F", + "display": "Fed" + } + ] + } + ], + "specialCourtesy": [ + { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70099" + } + ], + "code": "VIP", + "display": "Very Interesting Person" + } + ] + } + ], + "destination": { + "reference": "Location/1731029042318728000.71c7d82b-a37b-40e0-8d41-7a5b4a4c853f" + }, + "dischargeDisposition": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70112" + } + ], + "code": "H", + "display": "Happy" + } + ] + } + }, + "location": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PV1.3" + } + ], + "location": { + "reference": "Location/1731029042329136000.d59be87f-e677-4ffb-95b9-168e179c5929" + }, + "status": "active" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PV1.6" + } + ], + "location": { + "reference": "Location/1731029042329907000.6521e046-6cd3-4b61-bb3f-36abf644e146" + }, + "status": "completed" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PV1.11" + }, + { + "url": "https://hl7.org/fhir/StructureDefinition/temporary-location", + "valueBoolean": true + } + ], + "location": { + "reference": "Location/1731029042330143000.deda941e-7806-40ff-b7da-53dc1bac0424" + }, + "status": "active" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PV1.42" + } + ], + "location": { + "reference": "Location/1731029042330364000.f47d2828-8a4f-482e-8903-3cc2c49e240f" + }, + "status": "planned" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PV1.43" + }, + { + "url": "https://hl7.org/fhir/StructureDefinition/temporary-location", + "valueBoolean": true + } + ], + "location": { + "reference": "Location/1731029042330629000.059cde0e-7206-4d2c-8cc8-76af4aa8dc30" + }, + "status": "completed" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PV2.1" + }, + { + "url": "https://hl7.org/fhir/StructureDefinition/temporary-location", + "valueBoolean": false + } + ], + "location": { + "reference": "Location/1731029042331393000.1b0a0aef-0bb2-409a-b1b3-4e9a9f79868d" + }, + "status": "planned" + } + ] + } + }, + { + "fullUrl": "Location/1731029042316845000.b1bd2555-f637-4436-94f2-31de851dd740", + "resource": { + "resourceType": "Location", + "id": "1731029042316845000.b1bd2555-f637-4436-94f2-31de851dd740", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ], + "identifier": [ + { + "value": "2.16.840.1.113883.9.11" + } + ], + "name": "Hospital A", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" + } + ] + } + } + }, + { + "fullUrl": "Organization/1731029042317379000.57926e6d-cb39-43b3-b333-92e2fc4e4d60", + "resource": { + "resourceType": "Organization", + "id": "1731029042317379000.57926e6d-cb39-43b3-b333-92e2fc4e4d60", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "version": "1", + "code": "1234-5", + "display": "TestText" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "version": "2", + "code": "1234-5", + "display": "TestAltText" + } + ], + "text": "OriginalText" + } + } + ], + "system": "LN", + "version": "1", + "code": "1234-5", + "display": "TestText" + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ + { + "url": "XON.3", + "valueString": "123" + } + ] + } + ], + "identifier": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString": "Check Digit" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Assigning Authority" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.1.4.1" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode": "C1" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference": { + "reference": "Location/1731029042316845000.b1bd2555-f637-4436-94f2-31de851dd740" + } + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "MD" + } + ] + }, + "value": "123" + } + ], + "name": "Org1" + } + }, + { + "fullUrl": "Location/1731029042317733000.d410255c-e32c-4682-8c53-7bb49f03d289", + "resource": { + "resourceType": "Location", + "id": "1731029042317733000.d410255c-e32c-4682-8c53-7bb49f03d289", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ], + "identifier": [ + { + "value": "2.16.840.1.113883.9.11" + } + ], + "name": "Hospital A", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" + } + ] + } + } + }, + { + "fullUrl": "Organization/1731029042318219000.dba7f4ef-0d77-4a6c-b829-e27e678abd92", + "resource": { + "resourceType": "Organization", + "id": "1731029042318219000.dba7f4ef-0d77-4a6c-b829-e27e678abd92", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "version": "1", + "code": "1234-5", + "display": "TestText" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "version": "2", + "code": "1234-5", + "display": "TestAltText" + } + ], + "text": "OriginalText" + } + } + ], + "system": "LN", + "version": "1", + "code": "1234-5", + "display": "TestText" + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ + { + "url": "XON.3", + "valueString": "123" + } + ] + } + ], + "identifier": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString": "Check Digit" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Assigning Authority" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.1.4.1" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode": "C1" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference": { + "reference": "Location/1731029042317733000.d410255c-e32c-4682-8c53-7bb49f03d289" + } + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "MD" + } + ] + }, + "value": "123" + } + ], + "name": "Org2" + } + }, + { + "fullUrl": "Location/1731029042318728000.71c7d82b-a37b-40e0-8d41-7a5b4a4c853f", + "resource": { + "resourceType": "Location", + "id": "1731029042318728000.71c7d82b-a37b-40e0-8d41-7a5b4a4c853f", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/dld2-effective-date", + "valueString": "202305061200" + } + ] + } + }, + { + "fullUrl": "Practitioner/1731029042321088000.86bea183-992c-47f8-8a90-a2882e6020b5", + "resource": { + "resourceType": "Practitioner", + "id": "1731029042321088000.86bea183-992c-47f8-8a90-a2882e6020b5", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Namespace" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "AssigningSystem" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "UUID" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ + { + "url": "XCN.3", + "valueString": "LUDWIG" + }, + { + "url": "XCN.4", + "valueString": "B" + }, + { + "url": "XCN.21", + "valueString": "MD" + }, + { + "url": "XCN.5", + "valueString": "2ND" + }, + { + "url": "XCN.7", + "valueString": "MD" + }, + { + "url": "XCN.10", + "valueString": "B" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PV1.7" + } + ], + "identifier": [ + { + "type": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true + } + ], + "code": "DL" + } + ] + }, + "system": "Namespace", + "value": "1" + } + ], + "name": [ + { + "use": "official", + "family": "BEETHOVEN", + "given": [ + "LUDWIG", + "B" + ], + "prefix": [ + "DR" + ], + "suffix": [ + "2ND", + "MD", + "MD" + ] + } + ] + } + }, + { + "fullUrl": "Practitioner/1731029042321600000.0bd1f945-58f3-407b-8f76-58fa7c24e2d5", + "resource": { + "resourceType": "Practitioner", + "id": "1731029042321600000.0bd1f945-58f3-407b-8f76-58fa7c24e2d5", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PV1.8" + } + ], + "identifier": [ + { + "value": "1" + } + ], + "name": [ + { + "family": "MOZART" + } + ] + } + }, + { + "fullUrl": "Practitioner/1731029042322118000.1fd2385d-d3ba-448d-8043-ed9498e9147b", + "resource": { + "resourceType": "Practitioner", + "id": "1731029042322118000.1fd2385d-d3ba-448d-8043-ed9498e9147b", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PV1.9" + } + ], + "identifier": [ + { + "value": "1" + } + ], + "name": [ + { + "family": "CHOPIN" + } + ] + } + }, + { + "fullUrl": "Practitioner/1731029042322587000.cbcaafb8-c6dd-433e-a765-a7fef57754e3", + "resource": { + "resourceType": "Practitioner", + "id": "1731029042322587000.cbcaafb8-c6dd-433e-a765-a7fef57754e3", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PV1.17" + } + ], + "identifier": [ + { + "value": "1" + } + ], + "name": [ + { + "family": "BACH" + } + ] + } + }, + { + "fullUrl": "Practitioner/1731029042324738000.6f9e8651-3dbf-4b26-83cc-493209901f1f", + "resource": { + "resourceType": "Practitioner", + "id": "1731029042324738000.6f9e8651-3dbf-4b26-83cc-493209901f1f", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "AssigningSystem" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ + { + "url": "XCN.3", + "valueString": "LUDWIG" + }, + { + "url": "XCN.4", + "valueString": "B" + }, + { + "url": "XCN.20", + "valueString": "20230501102531-0400" + }, + { + "url": "XCN.21", + "valueString": "MD" + }, + { + "url": "XCN.22", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "AssignJ" + } + ] + } + }, + { + "url": "XCN.23", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "AssignA" + } + ] + } + }, + { + "url": "XCN.5", + "valueString": "2ND" + }, + { + "url": "XCN.7", + "valueString": "MD" + }, + { + "url": "XCN.8", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "SRC" + } + ] + } + }, + { + "url": "XCN.10", + "valueString": "B" + }, + { + "url": "XCN.15", + "valueString": "A" + }, + { + "url": "XCN.16", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "NameContext" + } + ] + } + }, + { + "url": "XCN.19", + "valueString": "20220501102531-0400" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PV2.13" + } + ], + "identifier": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString": "A" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode": "NPI" + } + ], + "type": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true + } + ], + "code": "DL" + } + ] + }, + "system": "urn:oid:AssigningSystem", + "value": "1" + } + ], + "name": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", + "valueCode": "G" + } + ], + "use": "official", + "family": "BEETHOVEN", + "_family": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", + "valueString": "VAN" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name", + "valueString": "Referral Source Code1" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", + "valueString": "VAL" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", + "valueString": "ROGER" + } + ] + }, + "given": [ + "LUDWIG", + "B" + ], + "prefix": [ + "DR" + ], + "suffix": [ + "2ND", + "MD", + "MD" + ], + "period": { + "start": "2022-05-01T10:25:31-04:00", + "end": "2023-05-01T10:25:31-04:00" + } + } + ] + } + }, + { + "fullUrl": "Practitioner/1731029042326851000.4ef46635-aadf-44c8-96c9-1002140f0c02", + "resource": { + "resourceType": "Practitioner", + "id": "1731029042326851000.4ef46635-aadf-44c8-96c9-1002140f0c02", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "AssigningSystem" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ + { + "url": "XCN.3", + "valueString": "LUDWIG" + }, + { + "url": "XCN.4", + "valueString": "B" + }, + { + "url": "XCN.20", + "valueString": "20230501102531-0400" + }, + { + "url": "XCN.21", + "valueString": "MD" + }, + { + "url": "XCN.22", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "AssignJ" + } + ] + } + }, + { + "url": "XCN.23", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "AssignA" + } + ] + } + }, + { + "url": "XCN.5", + "valueString": "2ND" + }, + { + "url": "XCN.7", + "valueString": "MD" + }, + { + "url": "XCN.8", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "SRC" + } + ] + } + }, + { + "url": "XCN.10", + "valueString": "B" + }, + { + "url": "XCN.15", + "valueString": "A" + }, + { + "url": "XCN.16", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "NameContext" + } + ] + } + }, + { + "url": "XCN.19", + "valueString": "20220501102531-0400" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PV2.13" + } + ], + "identifier": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString": "A" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode": "NPI" + } + ], + "type": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true + } + ], + "code": "DL" + } + ] + }, + "system": "urn:oid:AssigningSystem", + "value": "1" + } + ], + "name": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", + "valueCode": "G" + } + ], + "use": "official", + "family": "BEETHOVEN", + "_family": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", + "valueString": "VAN" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name", + "valueString": "Referral Source Code2" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", + "valueString": "VAL" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", + "valueString": "ROGER" + } + ] + }, + "given": [ + "LUDWIG", + "B" + ], + "prefix": [ + "DR" + ], + "suffix": [ + "2ND", + "MD", + "MD" + ], + "period": { + "start": "2022-05-01T10:25:31-04:00", + "end": "2023-05-01T10:25:31-04:00" + } + } + ] + } + }, + { + "fullUrl": "Organization/1731029042327268000.d27b16f8-707f-4a7a-a453-fa5ae0640d87", + "resource": { + "resourceType": "Organization", + "id": "1731029042327268000.d27b16f8-707f-4a7a-a453-fa5ae0640d87", + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" + } + ], + "value": "AA" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0301", + "code": "ISO" + } + ] + }, + "system": "urn:ietf:rfc:3986", + "value": "AssigningAUTH" + } + ] + } + }, + { + "fullUrl": "Location/1731029042328589000.972ca0a9-5fd1-4fc9-bf0f-7a6e5a0733a9", + "resource": { + "resourceType": "Location", + "id": "1731029042328589000.972ca0a9-5fd1-4fc9-bf0f-7a6e5a0733a9", + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" + } + ], + "value": "Hospital Assigned" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" + } + ], + "type": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true + } + ], + "code": "ISO" + } + ] + }, + "value": "2.4.4.4" + } + ], + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" + } + ] + } + } + }, + { + "fullUrl": "Location/1731029042328669000.8fdf7293-0845-4db4-8425-88754a36de5a", + "resource": { + "resourceType": "Location", + "id": "1731029042328669000.8fdf7293-0845-4db4-8425-88754a36de5a", + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" + } + ] + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" + } + ], + "value": "Building" + } + ], + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "bu" + } + ] + }, + "partOf": { + "reference": "Location/1731029042328589000.972ca0a9-5fd1-4fc9-bf0f-7a6e5a0733a9" + } + } + }, + { + "fullUrl": "Location/1731029042328768000.f827eaa8-19de-4595-a756-1ad8023c0a86", + "resource": { + "resourceType": "Location", + "id": "1731029042328768000.f827eaa8-19de-4595-a756-1ad8023c0a86", + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" + } + ] + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" + } + ], + "value": "Floor" + } + ], + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "lvl" + } + ] + }, + "partOf": { + "reference": "Location/1731029042328669000.8fdf7293-0845-4db4-8425-88754a36de5a" + } + } + }, + { + "fullUrl": "Location/1731029042328870000.7aa55881-4e74-4ca8-a055-5488cee1ed0f", + "resource": { + "resourceType": "Location", + "id": "1731029042328870000.7aa55881-4e74-4ca8-a055-5488cee1ed0f", + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" + } + ], + "value": "A" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" + } + ], + "type": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true + } + ], + "code": "C" + } + ] + }, + "value": "Point OF Care" + } + ], + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "_code": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/location-physical-type-poc", + "valueString": "poc" + } + ] + } + } + ] + }, + "partOf": { + "reference": "Location/1731029042328768000.f827eaa8-19de-4595-a756-1ad8023c0a86" + } + } + }, + { + "fullUrl": "Location/1731029042328963000.38730984-8c87-4e50-b141-bfb8aa2e11c2", + "resource": { + "resourceType": "Location", + "id": "1731029042328963000.38730984-8c87-4e50-b141-bfb8aa2e11c2", + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" + } + ], + "value": "1" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" + } + ], + "type": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true + } + ], + "code": "3" + } + ] + }, + "value": "Room" + } + ], + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "ro" + } + ] + }, + "partOf": { + "reference": "Location/1731029042328870000.7aa55881-4e74-4ca8-a055-5488cee1ed0f" + } + } + }, + { + "fullUrl": "Location/1731029042329136000.d59be87f-e677-4ffb-95b9-168e179c5929", + "resource": { + "resourceType": "Location", + "id": "1731029042329136000.d59be87f-e677-4ffb-95b9-168e179c5929", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/pl6-person-location-type", + "valueString": "R" + } + ], + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" + } + ], + "value": "B" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" + } + ], + "type": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true + } + ], + "code": "A" + } + ] + }, + "value": "Bed" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "UID4This" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/ei-assigner-organization-type", + "valueString": "organization" + } + ], + "value": "Comprehensive", + "assigner": { + "reference": "Organization/1731029042327268000.d27b16f8-707f-4a7a-a453-fa5ae0640d87" + } + } + ], + "description": "Totally A Real Location", + "mode": "instance", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "bd" + } + ] + }, + "partOf": { + "reference": "Location/1731029042328963000.38730984-8c87-4e50-b141-bfb8aa2e11c2" + } + } + }, + { + "fullUrl": "Organization/1731029042329521000.1b77c0d0-98fa-46dc-ab3c-dc90ad720cba", + "resource": { + "resourceType": "Organization", + "id": "1731029042329521000.1b77c0d0-98fa-46dc-ab3c-dc90ad720cba", + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" + } + ], + "value": "ASSIGNEE" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0301", + "code": "UUID" + } + ] + }, + "system": "urn:ietf:rfc:3986", + "value": "222.1111.22222" + } + ] + } + }, + { + "fullUrl": "Location/1731029042329907000.6521e046-6cd3-4b61-bb3f-36abf644e146", + "resource": { + "resourceType": "Location", + "id": "1731029042329907000.6521e046-6cd3-4b61-bb3f-36abf644e146", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/pl6-person-location-type", + "valueString": "location type" + } + ], + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" + } + ], + "value": "Hospital Prio" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" + } + ], + "type": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true + } + ], + "code": "ISO" + } + ] + }, + "value": "2.4.4.4" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "NAME" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "UNI" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "ISO" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/ei-assigner-organization-type", + "valueString": "organization" + } + ], + "value": "Entity ID", + "assigner": { + "reference": "Organization/1731029042329521000.1b77c0d0-98fa-46dc-ab3c-dc90ad720cba" + } + } + ], + "status": "active", + "description": "Description", + "mode": "instance", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" + } + ] + } + } + }, + { + "fullUrl": "Location/1731029042330143000.deda941e-7806-40ff-b7da-53dc1bac0424", + "resource": { + "resourceType": "Location", + "id": "1731029042330143000.deda941e-7806-40ff-b7da-53dc1bac0424", + "description": "Its Temporary", + "mode": "instance" + } + }, + { + "fullUrl": "Location/1731029042330364000.f47d2828-8a4f-482e-8903-3cc2c49e240f", + "resource": { + "resourceType": "Location", + "id": "1731029042330364000.f47d2828-8a4f-482e-8903-3cc2c49e240f", + "description": "Pending Location", + "mode": "instance" + } + }, + { + "fullUrl": "Location/1731029042330629000.059cde0e-7206-4d2c-8cc8-76af4aa8dc30", + "resource": { + "resourceType": "Location", + "id": "1731029042330629000.059cde0e-7206-4d2c-8cc8-76af4aa8dc30", + "description": "Prior Location", + "mode": "instance" + } + }, + { + "fullUrl": "Organization/1731029042330973000.322dedc4-abdd-4886-8f07-c7539d8635f7", + "resource": { + "resourceType": "Organization", + "id": "1731029042330973000.322dedc4-abdd-4886-8f07-c7539d8635f7", + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" + } + ], + "value": "ASSIGNEE" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0301", + "code": "UUID" + } + ] + }, + "system": "urn:ietf:rfc:3986", + "value": "222.1111.22222" + } + ] + } + }, + { + "fullUrl": "Location/1731029042331393000.1b0a0aef-0bb2-409a-b1b3-4e9a9f79868d", + "resource": { + "resourceType": "Location", + "id": "1731029042331393000.1b0a0aef-0bb2-409a-b1b3-4e9a9f79868d", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/pl6-person-location-type", + "valueString": "location type" + } + ], + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" + } + ], + "value": "Hospital PriorPending" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" + } + ], + "type": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true + } + ], + "code": "ISO" + } + ] + }, + "value": "2.4.4.4" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "NAME" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "UNI" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "ISO" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/ei-assigner-organization-type", + "valueString": "organization" + } + ], + "value": "Entity ID", + "assigner": { + "reference": "Organization/1731029042330973000.322dedc4-abdd-4886-8f07-c7539d8635f7" + } + } + ], + "status": "active", + "description": "Description", + "mode": "instance", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" + } + ] + } + } + }, + { + "fullUrl": "EpisodeOfCare/1731029042331847000.1c9c85d5-02ea-481d-8ce5-ca0310f1232f", + "resource": { + "resourceType": "EpisodeOfCare", + "id": "1731029042331847000.1c9c85d5-02ea-481d-8ce5-ca0310f1232f", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PV1.54" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/episode-of-care-name", + "valueString": "Service Description" + } + ], + "identifier": [ + { + "value": "episode identifier" + } + ] + } + }, + { + "fullUrl": "Observation/1731029042509217000.62819b92-2016-4e46-a275-e51fddda8685", + "resource": { + "resourceType": "Observation", + "id": "1731029042509217000.62819b92-2016-4e46-a275-e51fddda8685", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "subid" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/nature-of-abnormal-test", + "valueId": "ST" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime": "2023-09-12T18:08:02-04:00", + "_valueDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230912180802-0400" + } + ] + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", + "valueCode": "30" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ + { + "url": "OBX.2", + "valueId": "CWE" + }, + { + "url": "OBX.6", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL79999" + } + ], + "code": "g", + "display": "gram" + } + ] + } + }, + { + "url": "OBX.27", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL79900" + } + ], + "code": "RC", + "display": "root cause" + } + ] + } + }, + { + "url": "OBX.28", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL79900" + } + ], + "code": "LPC", + "display": "Local Process" + } + ] + } + }, + { + "url": "OBX.29", + "valueId": "QST" + }, + { + "url": "OBX.31", + "valueId": "31" + }, + { + "url": "OBX.32", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "32", + "display": "value absent reason" + } + ] + } + }, + { + "url": "OBX.33", + "valueIdentifier": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/filler-assigned-identifier", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", + "valueString": "eip" + } + ] + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "PGN" + } + ] + }, + "value": "33" + } + }, + { + "url": "OBX.9", + "valueString": "99" + }, + { + "url": "OBX.11", + "valueString": "F" + }, + { + "url": "OBX.12", + "valueString": "20000101" + }, + { + "url": "OBX.13", + "valueString": "user defined" + }, + { + "url": "OBX.17", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "display": "BD Veritor System for Rapid Detection of SARS-CoV-2" + } + ] + } + }, + { + "url": "OBX.18", + "valueReference": { + "reference": "Device/1731029042507173000.2a3e87ca-0da8-4722-b2eb-381bb60e03bf" + } + }, + { + "url": "OBX.20", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70163" + } + ], + "system": "http://terminology.hl7.org/CodeSystem/v2-0163", + "code": "BE", + "display": "Bilateral Ears" + } + ] + } + }, + { + "url": "OBX.26", + "valueId": "26" + } + ] + } + ], + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBX.21" + } + ], + "type": { + "coding": [ + { + "code": "FILL" + } + ] + }, + "value": "entity id" + } + ], + "status": "final", + "code": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "code": "80383-3", + "display": "Flu B" + } + ] + }, + "subject": { + "reference": "Patient/1731029042299508000.1f95ce50-d413-4108-aa07-665724a5a896" + }, + "encounter": { + "reference": "Encounter/1731029042331483000.6ae6a93b-42d4-4a92-978f-005dfe836104" + }, + "effectiveDateTime": "2023-01-01T00:00:00Z", + "_effectiveDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230101000000" + } + ] + }, + "performer": [ + { + "reference": "Organization/1731029042509560000.7c7d07fa-8135-4f91-8f8a-964cd46aa264" + }, + { + "reference": "PractitionerRole/1731029042509684000.e81163de-d00b-4aa9-b6f2-0358240f6108" + }, + { + "reference": "PractitionerRole/1731029042510153000.13b0fc8f-7091-4c15-bb3b-0486c3a1ce5a" + } + ], + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "SCT" + } + ], + "system": "http://snomed.info/sct", + "code": "260415000", + "display": "Not detected" + } + ] + }, + "interpretation": [ + { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "UP", + "display": "Up to you" + } + ] + } + ], + "note": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension": [ + { + "url": "NTE.2", + "valueId": "L" + }, + { + "url": "NTE.7", + "valueString": "20230202" + }, + { + "url": "NTE.8", + "valueString": "20230203" + }, + { + "url": "NTE.9", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "CC", + "display": "This is a coded comment for an observation note" + } + ] + } + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId": "OBX Note" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId": "second comment" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "RE", + "display": "Remark" + } + ] + } + } + ], + "authorReference": { + "reference": "Practitioner/1731029042511716000.7b03a377-85af-48ee-98a1-98a6247d56cc" + }, + "time": "2023-02-01", + "_time": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230201" + } + ] + }, + "text": "OBX Note" + } + ], + "bodySite": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70163" + } + ], + "system": "http://terminology.hl7.org/CodeSystem/v2-0163", + "code": "BE", + "display": "Bilateral Ears" + } + ] + }, + "method": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "display": "BD Veritor System for Rapid Detection of SARS-CoV-2" + } + ] + }, + "device": { + "reference": "Device/1731029042512703000.da124198-ccd1-42b6-b3e0-c100f8fcf8e5" + }, + "referenceRange": [ + { + "text": "range of a few" + } + ] + } + }, + { + "fullUrl": "Device/1731029042507173000.2a3e87ca-0da8-4722-b2eb-381bb60e03bf", + "resource": { + "resourceType": "Device", + "id": "1731029042507173000.2a3e87ca-0da8-4722-b2eb-381bb60e03bf", + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "SPTRDEV-001" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.17.840" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + } + ], + "value": "Device 001" + } + ] + } + }, + { + "fullUrl": "Organization/1731029042509560000.7c7d07fa-8135-4f91-8f8a-964cd46aa264", + "resource": { + "resourceType": "Organization", + "id": "1731029042509560000.7c7d07fa-8135-4f91-8f8a-964cd46aa264", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "CLIA" + } + ], + "code": "11D1111111", + "display": "CSV uploads" + } + ] + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBX.15" + } + ], + "identifier": [ + { + "system": "CLIA", + "value": "11D1111111" + } + ], + "name": "CSV uploads" + } + }, + { + "fullUrl": "Practitioner/1731029042510009000.f98f138f-5671-44ed-a022-d0eb862ca60c", + "resource": { + "resourceType": "Practitioner", + "id": "1731029042510009000.f98f138f-5671-44ed-a022-d0eb862ca60c", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ + { + "url": "XCN.3", + "valueString": "Quinlen" + } + ] + } + ], + "identifier": [ + { + "value": "1" + } + ], + "name": [ + { + "family": "Frances", + "given": [ + "Quinlen" + ] + } + ] + } + }, + { + "fullUrl": "PractitionerRole/1731029042509684000.e81163de-d00b-4aa9-b6f2-0358240f6108", + "resource": { + "resourceType": "PractitionerRole", + "id": "1731029042509684000.e81163de-d00b-4aa9-b6f2-0358240f6108", + "practitioner": { + "reference": "Practitioner/1731029042510009000.f98f138f-5671-44ed-a022-d0eb862ca60c" + }, + "code": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/practitioner-role", + "code": "responsibleObserver" + } + ] + } + ] + } + }, + { + "fullUrl": "Practitioner/1731029042510466000.d6c46621-d63e-4ace-91b6-7575d3c5b887", + "resource": { + "resourceType": "Practitioner", + "id": "1731029042510466000.d6c46621-d63e-4ace-91b6-7575d3c5b887", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ + { + "url": "XCN.3", + "valueString": "Quinlen" + } + ] + } + ], + "identifier": [ + { + "value": "1" + } + ], + "name": [ + { + "family": "Mark", + "given": [ + "Quinlen" + ] + } + ] + } + }, + { + "fullUrl": "Organization/1731029042511006000.0e1a49dc-a6ba-4510-88f7-7e207f9a7b45", + "resource": { + "resourceType": "Organization", + "id": "1731029042511006000.0e1a49dc-a6ba-4510-88f7-7e207f9a7b45", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ + { + "url": "XON.10", + "valueString": "11D1111111" + } + ] + } + ], + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "CLIA" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.113883.4.7" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "XX" + } + ] }, - "value" : "adb4a5cc-50ec-4f1e-95d7-0c1f77cacee1" - } - }, { - "url" : "OBR.33", - "valueReference" : { - "reference" : "PractitionerRole/1729291158931548000.0a58e2a6-5f45-48e8-8eb7-b8331a7c6350" - } - }, { - "url" : "OBR.10", - "valueReference" : { - "reference" : "Practitioner/1729291158932532000.051e3555-203d-4835-9150-46847e25ffcd" - } - }, { - "url" : "OBR.36", - "valueString" : "20230806123359-0500" - }, { - "url" : "OBR.39", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "4438", - "display" : "Collectors Comment" - } ] - } - }, { - "url" : "OBR.39", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "4438", - "display" : "Collectors Comment2" - } ] - } - }, { - "url" : "OBR.44", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cne-coding", - "valueString" : "coding" - } ], - "code" : "5019", - "display" : "Procedure Code" - } ] - } - }, { - "url" : "obr-45-procedure-code-modifier", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cne-coding", - "valueString" : "coding" - } ], - "code" : "887766", - "display" : "Procedure Code Modifier" - } ] - } - }, { - "url" : "obr-45-procedure-code-modifier", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cne-coding", - "valueString" : "coding" - } ], - "code" : "887766", - "display" : "Procedure Code Modifier2" - } ] - } - }, { - "url" : "OBR.48", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "71435", - "display" : "Medically Necessary Duplicate Procedure" - } ] - } - }, { - "url" : "OBR.49", - "valueString" : "N" - }, { - "url" : "OBR.50", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "443331", - "display" : "Parent Universal Service Identifier" - } ] - } - }, { - "url" : "OBR.53", - "valueIdentifier" : { - "extension" : [ { - "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", - "valueString" : "Placer Order" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBR.53" - } ], - "value" : "Alt" - } - }, { - "url" : "OBR.53", - "valueIdentifier" : { - "extension" : [ { - "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", - "valueString" : "Placer Order2" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBR.53" - } ], - "value" : "Alt" - } - }, { - "url" : "OBR.54", - "valueIdentifier" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "CSV" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "11D1111111" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "CLIA" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/filler-assigned-identifier", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", - "valueString" : "f34b0f57-1601-4480-ae8a-d4006e50f38d" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Other CSV" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "22D2222222" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "CLIA2" - } ] - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PGN" - } ] + "value": "11D1111111" + } + ], + "name": "CSV uploads-11D1111111", + "address": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ + { + "url": "SAD.1", + "valueString": "2 Second Dr" + } + ] + } + ] + } + ], + "line": [ + "2 Second Dr" + ], + "state": "IG", + "postalCode": "94553", + "country": "USA" + } + ] + } + }, + { + "fullUrl": "PractitionerRole/1731029042510153000.13b0fc8f-7091-4c15-bb3b-0486c3a1ce5a", + "resource": { + "resourceType": "PractitionerRole", + "id": "1731029042510153000.13b0fc8f-7091-4c15-bb3b-0486c3a1ce5a", + "practitioner": { + "reference": "Practitioner/1731029042510466000.d6c46621-d63e-4ace-91b6-7575d3c5b887" + }, + "organization": { + "reference": "Organization/1731029042511006000.0e1a49dc-a6ba-4510-88f7-7e207f9a7b45" + }, + "code": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0912", + "code": "MDIR" + } + ] + } + ] + } + }, + { + "fullUrl": "Practitioner/1731029042511716000.7b03a377-85af-48ee-98a1-98a6247d56cc", + "resource": { + "resourceType": "Practitioner", + "id": "1731029042511716000.7b03a377-85af-48ee-98a1-98a6247d56cc", + "identifier": [ + { + "value": "Bob R.N.A." + } + ] + } + }, + { + "fullUrl": "Device/1731029042512703000.da124198-ccd1-42b6-b3e0-c100f8fcf8e5", + "resource": { + "resourceType": "Device", + "id": "1731029042512703000.da124198-ccd1-42b6-b3e0-c100f8fcf8e5", + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "SPTRDEV-001" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.17.840" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + } + ], + "value": "Device 001" + } + ] + } + }, + { + "fullUrl": "Observation/1731029042514598000.c8593529-7867-45af-8586-0c6a09b4b45e", + "resource": { + "resourceType": "Observation", + "id": "1731029042514598000.c8593529-7867-45af-8586-0c6a09b4b45e", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "subid" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/nature-of-abnormal-test", + "valueId": "ST" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime": "2023-09-12T18:08:02-04:00", + "_valueDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230912180802-0400" + } + ] + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", + "valueCode": "30" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ + { + "url": "OBX.2", + "valueId": "CWE" + }, + { + "url": "OBX.6", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL79999" + } + ], + "code": "g", + "display": "gram" + } + ] + } + }, + { + "url": "OBX.27", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL79900" + } + ], + "code": "RC", + "display": "root cause" + } + ] + } + }, + { + "url": "OBX.28", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL79900" + } + ], + "code": "LPC", + "display": "Local Process" + } + ] + } + }, + { + "url": "OBX.29", + "valueId": "QST" + }, + { + "url": "OBX.31", + "valueId": "31" + }, + { + "url": "OBX.32", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "32", + "display": "value absent reason" + } + ] + } + }, + { + "url": "OBX.33", + "valueIdentifier": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/filler-assigned-identifier", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", + "valueString": "eip" + } + ] + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "PGN" + } + ] + }, + "value": "33" + } + }, + { + "url": "OBX.9", + "valueString": "99" + }, + { + "url": "OBX.11", + "valueString": "F" + }, + { + "url": "OBX.12", + "valueString": "20000101" + }, + { + "url": "OBX.13", + "valueString": "user defined" + }, + { + "url": "OBX.17", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "display": "BD Veritor System for Rapid Detection of SARS-CoV-2" + } + ] + } + }, + { + "url": "OBX.18", + "valueReference": { + "reference": "Device/1731029042513924000.740dfbab-302c-45a8-91e5-e274d06cc3f3" + } + }, + { + "url": "OBX.20", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70163" + } + ], + "system": "http://terminology.hl7.org/CodeSystem/v2-0163", + "code": "BE", + "display": "Bilateral Ears" + } + ] + } + }, + { + "url": "OBX.26", + "valueId": "26" + } + ] + } + ], + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBX.21" + } + ], + "type": { + "coding": [ + { + "code": "FILL" + } + ] }, - "value" : "adb4a5cc-50ec-4f1e-95d7-0c1f77cacee1" - } - }, { - "url" : "OBR.11", - "valueString" : "G" - }, { - "url" : "OBR.12", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "512", - "display" : "Danger code" - } ] - } - }, { - "url" : "OBR.13", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "relevent info" - } ] - } - }, { - "url" : "OBR.16", - "valueReference" : { - "reference" : "Practitioner/1729291158934431000.fd15a4f2-9549-4ee5-832d-709bc029246a" - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", - "valueContactPoint" : { - "extension" : [ { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", - "valueString" : "1" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", - "valueString" : "260" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "7595016" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ { - "url" : "XTN.2", - "valueString" : "WPN" - }, { - "url" : "XTN.3", - "valueString" : "BP" - }, { - "url" : "XTN.7", - "valueString" : "7595016" - }, { - "url" : "XTN.12", - "valueString" : "+1 260 759 5016" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBR.17" - } ], - "system" : "pager", - "value" : "+1 260 759 5016", - "use" : "work" - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", - "valueContactPoint" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ { - "url" : "XTN.2", - "valueString" : "WPN" - }, { - "url" : "XTN.3", - "valueString" : "Internet" - }, { - "url" : "XTN.4", - "valueString" : "order.callback@email.com" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBR.17" - } ], - "system" : "email", - "value" : "order.callback@email.com", - "use" : "work" - } - }, { - "url" : "OBR.18", - "valueString" : "placer1" - }, { - "url" : "OBR.19", - "valueString" : "placer2" - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.2" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "SPHL-000048" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.10765" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PLAC" - } ] + "value": "entity id" + } + ], + "status": "final", + "code": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/condition-code", + "valueCoding": { + "system": "SNOMEDCT", + "code": "6142004", + "display": "Influenza (disorder)" + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/condition-code", + "valueCoding": { + "system": "SNOMEDCT", + "code": "6142004", + "display": "Influenza (disorder)" + } + } + ], + "system": "http://loinc.org", + "code": "80383-3", + "display": "Flu B" + } + ] + }, + "subject": { + "reference": "Patient/1731029042299508000.1f95ce50-d413-4108-aa07-665724a5a896" }, - "value" : "Specimen123" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.3" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "SPHL-000048" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.10765" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FILL" - } ] + "encounter": { + "reference": "Encounter/1731029042331483000.6ae6a93b-42d4-4a92-978f-005dfe836104" }, - "value" : "Specimen12311" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.4" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "SPHL-000048" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.10765" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PGN" - } ] + "effectiveDateTime": "2023-01-01T00:00:00Z", + "_effectiveDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230101000000" + } + ] + }, + "performer": [ + { + "reference": "Organization/1731029042514917000.99085b5a-c4a7-4f80-bb84-dba529f7031c" + }, + { + "reference": "PractitionerRole/1731029042515031000.5ae3ee26-552d-423f-a62b-cb8480a9dbbf" + }, + { + "reference": "PractitionerRole/1731029042515450000.277df620-686c-4ff8-b771-961b2811afc8" + } + ], + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "SCT" + } + ], + "system": "http://snomed.info/sct", + "code": "260415000", + "display": "Not detected" + } + ] }, - "value" : "Specimen12322" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.4" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "SPHL-000048" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.10765" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FGN" - } ] + "interpretation": [ + { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "UP", + "display": "Up to you" + } + ] + } + ], + "note": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension": [ + { + "url": "NTE.2", + "valueId": "L" + }, + { + "url": "NTE.7", + "valueString": "20230202" + }, + { + "url": "NTE.8", + "valueString": "20230203" + }, + { + "url": "NTE.9", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "CC", + "display": "This is a coded comment for an observation note" + } + ] + } + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId": "OBX Note" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId": "second comment" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "RE", + "display": "Remark" + } + ] + } + } + ], + "authorReference": { + "reference": "Practitioner/1731029042516892000.5fdb9531-b2fe-44db-889a-12d633a8b5ee" + }, + "time": "2023-02-01", + "_time": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230201" + } + ] + }, + "text": "OBX Note" + } + ], + "bodySite": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70163" + } + ], + "system": "http://terminology.hl7.org/CodeSystem/v2-0163", + "code": "BE", + "display": "Bilateral Ears" + } + ] }, - "value" : "Specimen12322" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.33" - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PLAC" - } ] + "method": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "display": "BD Veritor System for Rapid Detection of SARS-CoV-2" + } + ] }, - "value" : "33" - } ], - "status" : "completed", - "intent" : "order", - "code" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "123", - "display" : "Universal service identifier" - } ] - }, - "orderDetail" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBR.46" - } ], - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "7461", - "display" : "Placer Supplemental" - } ] - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBR.46" - } ], - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "7461", - "display" : "Placer Supplemental2" - } ] - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBR.47" - } ], - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "8811", - "display" : "Fillter Supplemental" - } ] - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBR.47" - } ], - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "8811", - "display" : "Fillter Supplemental2" - } ] - } ], - "subject" : { - "reference" : "Patient/1729291158722364000.e8c01fe7-7d55-4eaf-b52d-9df910c647ca" - }, - "occurrenceDateTime" : "2022-02-02T10:22:00Z", - "_occurrenceDateTime" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "202202021022" - } ] - }, - "requester" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", - "valueContactPoint" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ { - "url" : "XTN.1", - "valueString" : "123" - }, { - "url" : "XTN.4", - "valueString" : "+123" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.14" - } ], - "system" : "email", - "value" : "123" - } - } ], - "reference" : "PractitionerRole/1729291158917089000.11c90c5e-0ed2-4f77-b6ba-7eedcf0195d9" - }, - "locationCode" : [ { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70482" - } ], - "code" : "I", - "display" : "Inpatient Order" - } ] - } ], - "reasonCode" : [ { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "3216", - "display" : "ReasonForStudy" - } ] - }, { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "3216", - "display" : "ReasonForStudy2" - } ] - } ], - "supportingInfo" : [ { - "reference" : "Observation/1729291158910998000.27dcecd6-0296-4d0e-9d34-a9b2cdc172a3" - } ] - } - }, { - "fullUrl" : "Practitioner/1729291158917713000.cab4cddf-a711-40a0-a063-4ad646ddf375", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1729291158917713000.cab4cddf-a711-40a0-a063-4ad646ddf375", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ { - "url" : "XCN.3", - "valueString" : "ORC.12Name" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.12" - } ], - "identifier" : [ { - "value" : "93" - } ], - "name" : [ { - "given" : [ "ORC.12Name" ] - } ], - "address" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ { - "url" : "SAD.1", - "valueString" : "111 Road Rd" - } ] - } ] - } ], - "line" : [ "111 Road Rd" ], - "city" : "Roadsville", - "state" : "RD" - } ] - } - }, { - "fullUrl" : "Location/1729291158918001000.d47fb820-ae92-4621-a8e3-b1053ae79193", - "resource" : { - "resourceType" : "Location", - "id" : "1729291158918001000.d47fb820-ae92-4621-a8e3-b1053ae79193", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ], - "identifier" : [ { - "value" : "2.16.840.1.114222.8.7.6.5.4.1" - } ], - "name" : "STARLINKS.CDC.Stag", - "physicalType" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "si" - } ] + "device": { + "reference": "Device/1731029042517591000.2a509bad-1960-461f-8ca5-4bd97dfcd7bf" + }, + "referenceRange": [ + { + "text": "range of a few" + } + ] } - } - }, { - "fullUrl" : "Organization/1729291158918665000.f64034a5-85f2-407e-bc34-76b5da8e2570", - "resource" : { - "resourceType" : "Organization", - "id" : "1729291158918665000.f64034a5-85f2-407e-bc34-76b5da8e2570", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/name-representation-code", - "valueString" : "A" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ { - "url" : "XON.10", - "valueString" : "SPHL-000048" - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "STARLIMS.CDC.Stag" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.3.3.2.1.2" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", - "valueReference" : { - "reference" : "Location/1729291158918001000.d47fb820-ae92-4621-a8e3-b1053ae79193" - } - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" - } ] + }, + { + "fullUrl": "Device/1731029042513924000.740dfbab-302c-45a8-91e5-e274d06cc3f3", + "resource": { + "resourceType": "Device", + "id": "1731029042513924000.740dfbab-302c-45a8-91e5-e274d06cc3f3", + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "SPTRDEV-001" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.17.840" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + } + ], + "value": "Device 001" + } + ] + } + }, + { + "fullUrl": "Organization/1731029042514917000.99085b5a-c4a7-4f80-bb84-dba529f7031c", + "resource": { + "resourceType": "Organization", + "id": "1731029042514917000.99085b5a-c4a7-4f80-bb84-dba529f7031c", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "CLIA" + } + ], + "code": "11D1111111", + "display": "CSV uploads" + } + ] + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBX.15" + } + ], + "identifier": [ + { + "system": "CLIA", + "value": "11D1111111" + } + ], + "name": "CSV uploads" + } + }, + { + "fullUrl": "Practitioner/1731029042515302000.b79b047a-c88f-4830-b0ef-4e6f5acfb947", + "resource": { + "resourceType": "Practitioner", + "id": "1731029042515302000.b79b047a-c88f-4830-b0ef-4e6f5acfb947", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ + { + "url": "XCN.3", + "valueString": "Quinlen" + } + ] + } + ], + "identifier": [ + { + "value": "1" + } + ], + "name": [ + { + "family": "Frances", + "given": [ + "Quinlen" + ] + } + ] + } + }, + { + "fullUrl": "PractitionerRole/1731029042515031000.5ae3ee26-552d-423f-a62b-cb8480a9dbbf", + "resource": { + "resourceType": "PractitionerRole", + "id": "1731029042515031000.5ae3ee26-552d-423f-a62b-cb8480a9dbbf", + "practitioner": { + "reference": "Practitioner/1731029042515302000.b79b047a-c88f-4830-b0ef-4e6f5acfb947" }, - "value" : "SPHL-000048" - } ], - "name" : "CDPH, Viral and Rickettsial Disease Laboratory", - "telecom" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ { - "url" : "XTN.1", - "valueString" : "456" - }, { - "url" : "XTN.4", - "valueString" : "+456" - } ] - } ], - "system" : "email", - "value" : "456" - } ], - "address" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ { - "url" : "SAD.1", - "valueString" : "111 Street St" - } ] - } ] - } ], - "line" : [ "111 Street St" ], - "city" : "Streetsville", - "state" : "ST" - } ] - } - }, { - "fullUrl" : "PractitionerRole/1729291158917089000.11c90c5e-0ed2-4f77-b6ba-7eedcf0195d9", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1729291158917089000.11c90c5e-0ed2-4f77-b6ba-7eedcf0195d9", - "practitioner" : { - "reference" : "Practitioner/1729291158917713000.cab4cddf-a711-40a0-a063-4ad646ddf375" - }, - "organization" : { - "reference" : "Organization/1729291158918665000.f64034a5-85f2-407e-bc34-76b5da8e2570" + "code": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/practitioner-role", + "code": "responsibleObserver" + } + ] + } + ] } - } - }, { - "fullUrl" : "Practitioner/1729291158920752000.024c5626-05c5-45f7-a14c-30b7c81c7700", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1729291158920752000.024c5626-05c5-45f7-a14c-30b7c81c7700", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ { - "url" : "XCN.3", - "valueString" : "ORC.19Name" - } ] - } ], - "identifier" : [ { - "value" : "60" - } ], - "name" : [ { - "given" : [ "ORC.19Name" ] - } ] - } - }, { - "fullUrl" : "Location/1729291158920994000.1f23c2c7-b4de-418c-8a4c-51530300d30e", - "resource" : { - "resourceType" : "Location", - "id" : "1729291158920994000.1f23c2c7-b4de-418c-8a4c-51530300d30e", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ], - "identifier" : [ { - "value" : "2.16.840.1.114222.8.7.6.5.4.1" - } ], - "name" : "STARLINKS.CDC.Stag", - "physicalType" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "si" - } ] + }, + { + "fullUrl": "Practitioner/1731029042515771000.5ca8401e-6ed3-4aeb-b197-7a125cb8d510", + "resource": { + "resourceType": "Practitioner", + "id": "1731029042515771000.5ca8401e-6ed3-4aeb-b197-7a125cb8d510", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ + { + "url": "XCN.3", + "valueString": "Quinlen" + } + ] + } + ], + "identifier": [ + { + "value": "1" + } + ], + "name": [ + { + "family": "Mark", + "given": [ + "Quinlen" + ] + } + ] } - } - }, { - "fullUrl" : "Organization/1729291158921164000.d9c2a1ef-fa84-403d-ae73-b9cd9dc7aa6d", - "resource" : { - "resourceType" : "Organization", - "id" : "1729291158921164000.d9c2a1ef-fa84-403d-ae73-b9cd9dc7aa6d", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/name-representation-code", - "valueString" : "A" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ { - "url" : "XON.10", - "valueString" : "SPHL-000048" - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "STARLIMS.CDC.Stag" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.3.3.2.1.2" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", - "valueReference" : { - "reference" : "Location/1729291158920994000.1f23c2c7-b4de-418c-8a4c-51530300d30e" - } - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" - } ] + }, + { + "fullUrl": "Organization/1731029042516268000.b1a908b0-2a73-4c88-bc19-a4396e9a66b5", + "resource": { + "resourceType": "Organization", + "id": "1731029042516268000.b1a908b0-2a73-4c88-bc19-a4396e9a66b5", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ + { + "url": "XON.10", + "valueString": "11D1111111" + } + ] + } + ], + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "CLIA" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.113883.4.7" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "XX" + } + ] + }, + "value": "11D1111111" + } + ], + "name": "CSV uploads-11D1111111", + "address": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ + { + "url": "SAD.1", + "valueString": "2 Second Dr" + } + ] + } + ] + } + ], + "line": [ + "2 Second Dr" + ], + "state": "IG", + "postalCode": "94553", + "country": "USA" + } + ] + } + }, + { + "fullUrl": "PractitionerRole/1731029042515450000.277df620-686c-4ff8-b771-961b2811afc8", + "resource": { + "resourceType": "PractitionerRole", + "id": "1731029042515450000.277df620-686c-4ff8-b771-961b2811afc8", + "practitioner": { + "reference": "Practitioner/1731029042515771000.5ca8401e-6ed3-4aeb-b197-7a125cb8d510" }, - "value" : "SPHL-000048" - } ], - "name" : "CDPH, Viral and Rickettsial Disease Laboratory" - } - }, { - "fullUrl" : "Practitioner/1729291158922473000.c533de3e-d2ba-44e0-8b6b-453b1576663e", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1729291158922473000.c533de3e-d2ba-44e0-8b6b-453b1576663e", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ { - "url" : "XCN.3", - "valueString" : "ORC.10Name" - } ] - } ], - "identifier" : [ { - "value" : "71" - } ], - "name" : [ { - "given" : [ "ORC.10Name" ] - } ] - } - }, { - "fullUrl" : "Practitioner/1729291158922799000.5359badb-22f7-48ba-9960-6e64b3441c64", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1729291158922799000.5359badb-22f7-48ba-9960-6e64b3441c64", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ { - "url" : "XCN.3", - "valueString" : "ORC.11Name" - } ] - } ], - "identifier" : [ { - "value" : "82" - } ], - "name" : [ { - "given" : [ "ORC.11Name" ] - } ] - } - }, { - "fullUrl" : "Practitioner/1729291158923141000.1b20e06c-4c1e-45ab-bb17-2a0f784195bd", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1729291158923141000.1b20e06c-4c1e-45ab-bb17-2a0f784195bd", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ { - "url" : "XCN.3", - "valueString" : "ORC.12Name" - } ] - } ], - "identifier" : [ { - "value" : "93" - } ], - "name" : [ { - "given" : [ "ORC.12Name" ] - } ] - } - }, { - "fullUrl" : "Location/1729291158923548000.01d5590c-8270-4b72-b3c6-37d52d174108", - "resource" : { - "resourceType" : "Location", - "id" : "1729291158923548000.01d5590c-8270-4b72-b3c6-37d52d174108", - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" - } ], - "value" : "12.12.12" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.2,HD.3" - } ], - "type" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } ], - "code" : "L" - } ] + "organization": { + "reference": "Organization/1731029042516268000.b1a908b0-2a73-4c88-bc19-a4396e9a66b5" }, - "value" : "enter location id" - } ], - "physicalType" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "_code" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/location-physical-type-poc", - "valueString" : "poc" - } ] - } - } ] + "code": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0912", + "code": "MDIR" + } + ] + } + ] } - } - }, { - "fullUrl" : "Location/1729291158923690000.bce36e37-6828-4d55-ac5e-c84b72ed8864", - "resource" : { - "resourceType" : "Location", - "id" : "1729291158923690000.bce36e37-6828-4d55-ac5e-c84b72ed8864", - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" - } ], - "value" : "12.12.12" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.2,HD.3" - } ], - "type" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } ], - "code" : "L" - } ] + }, + { + "fullUrl": "Practitioner/1731029042516892000.5fdb9531-b2fe-44db-889a-12d633a8b5ee", + "resource": { + "resourceType": "Practitioner", + "id": "1731029042516892000.5fdb9531-b2fe-44db-889a-12d633a8b5ee", + "identifier": [ + { + "value": "Bob R.N.A." + } + ] + } + }, + { + "fullUrl": "Device/1731029042517591000.2a509bad-1960-461f-8ca5-4bd97dfcd7bf", + "resource": { + "resourceType": "Device", + "id": "1731029042517591000.2a509bad-1960-461f-8ca5-4bd97dfcd7bf", + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "SPTRDEV-001" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.17.840" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + } + ], + "value": "Device 001" + } + ] + } + }, + { + "fullUrl": "ServiceRequest/1731029042542077000.4dc1bbff-9f98-4119-acfd-865c22f07f30", + "resource": { + "resourceType": "ServiceRequest", + "id": "1731029042542077000.4dc1bbff-9f98-4119-acfd-865c22f07f30", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", + "valueCode": "RE" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", + "valueString": "20230725" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/status-modifier", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL79999" + } + ], + "code": "OS", + "display": "order status" + } + ] + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/orc-common-order", + "extension": [ + { + "url": "ORC.5", + "valueString": "CM" + }, + { + "url": "ORC.6", + "valueString": "E" + }, + { + "url": "ORC.19", + "valueReference": { + "reference": "Practitioner/1731029042525342000.150e5a31-c0ff-46d4-a6c4-b0e3e878e291" + } + }, + { + "url": "orc-21-ordering-facility-name", + "valueReference": { + "reference": "Organization/1731029042527044000.bfa7a20e-da05-41a9-bad1-76fcec5abe1b" + } + }, + { + "url": "orc-22-ordering-facility-address", + "valueAddress": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ + { + "url": "SAD.1", + "valueString": "111 Street St" + } + ] + } + ] + } + ], + "line": [ + "111 Street St" + ], + "city": "Streetsville", + "state": "ST" + } + }, + { + "url": "orc-24-ordering-provider-address", + "valueAddress": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ + { + "url": "SAD.1", + "valueString": "111 Road Rd" + } + ] + } + ] + } + ], + "line": [ + "111 Road Rd" + ], + "city": "Roadsville", + "state": "RD" + } + }, + { + "url": "ORC.27", + "valueString": "20260404" + }, + { + "url": "ORC.28", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70177" + } + ], + "code": "EMP", + "display": "Employee" + } + ] + } + }, + { + "url": "ORC.30", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cne-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cne-coding-system", + "valueString": "HL70483" + } + ], + "code": "EL", + "display": "Electronic" + } + ] + } + }, + { + "url": "ORC.31", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70000" + } + ], + "code": "UMM", + "display": "Universal Modifier" + } + ] + } + }, + { + "url": "ORC.32", + "valueString": "20250403" + }, + { + "url": "ORC.8", + "valueIdentifier": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "SPHL-000048" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.10765" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "ISO" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/filler-assigned-identifier", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", + "valueString": "Specimen12333454" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "SPHL-000048" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.10765" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "ISO" + } + ] + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "PGN" + } + ] + }, + "value": "Specimen12333" + } + }, + { + "url": "ORC.10", + "valueReference": { + "reference": "Practitioner/1731029042528224000.226de79f-df33-46bb-a83d-87e75cdf4b9e" + } + }, + { + "url": "ORC.11", + "valueReference": { + "reference": "Practitioner/1731029042528539000.0cc82500-af2b-416c-a7d3-3ff96fd4c5e4" + } + }, + { + "url": "orc-12-ordering-provider", + "valueReference": { + "reference": "Practitioner/1731029042528837000.1dc5284b-fc12-46b8-b850-90532cc012a9" + } + }, + { + "url": "ORC.13", + "valueReference": { + "reference": "Location/1731029042529379000.75bcbc72-ac41-4adb-bd62-5b50075ad8e8" + } + }, + { + "url": "ORC.15", + "valueString": "202101021000" + }, + { + "url": "ORC.17", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL79999" + } + ], + "code": "EO", + "display": "entering org text" + } + ] + } + }, + { + "url": "ORC.18", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL79999" + } + ], + "code": "ED", + "display": "entering device text" + } + ] + } + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", + "extension": [ + { + "url": "OBR.2", + "valueIdentifier": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Placer Identifier Namespace" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "Placer Universal ID" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + } + ], + "value": "Placer Identifier" + } + }, + { + "url": "OBR.3", + "valueIdentifier": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Filler Identifier Namespace" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "Filler Universal ID" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + } + ], + "value": "Filler Identifier" + } + }, + { + "url": "OBR.20", + "valueString": "filler1" + }, + { + "url": "OBR.21", + "valueString": "filler2" + }, + { + "url": "OBR.23", + "extension": [ + { + "url": "moc-1-1-monetary-amount", + "valueString": "100" + }, + { + "url": "moc-1-2-monetary-denomination", + "valueString": "$" + }, + { + "url": "moc-2-charge-code", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "16", + "display": "code" + } + ] + } + } + ] + }, + { + "url": "OBR.24", + "valueId": "OTH" + }, + { + "url": "OBR.25", + "valueId": "F" + }, + { + "url": "OBR.26", + "extension": [ + { + "url": "prl-1-parent-observation-identifier", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "444", + "display": "ParentId" + } + ] + } + }, + { + "url": "prl-2-parent-observation-sub-identifier", + "valueString": "888" + }, + { + "url": "prl-3-parent-observation-descriptor", + "valueString": "ParentOBSdescriptor" + } + ] + }, + { + "url": "OBR.28", + "valueReference": { + "reference": "Practitioner/1731029042530699000.d7f77636-969a-4c51-9188-b32affa94391" + } + }, + { + "url": "OBR.29", + "valueIdentifier": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "CSV" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "11D1111111" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "CLIA" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/filler-assigned-identifier", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", + "valueString": "f34b0f57-1601-4480-ae8a-d4006e50f38d" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Other CSV" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "22D2222222" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "CLIA2" + } + ] + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "PGN" + } + ] + }, + "value": "adb4a5cc-50ec-4f1e-95d7-0c1f77cacee1" + } + }, + { + "url": "OBR.33", + "valueReference": { + "reference": "PractitionerRole/1731029042537733000.6b028e3d-fcd8-456a-8106-8ef2a984bacb" + } + }, + { + "url": "OBR.10", + "valueReference": { + "reference": "Practitioner/1731029042538572000.90dbb60c-9bb6-4ec0-aec2-341f36e90f04" + } + }, + { + "url": "OBR.36", + "valueString": "20230806123359-0500" + }, + { + "url": "OBR.39", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "4438", + "display": "Collectors Comment" + } + ] + } + }, + { + "url": "OBR.39", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "4438", + "display": "Collectors Comment2" + } + ] + } + }, + { + "url": "OBR.44", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cne-coding", + "valueString": "coding" + } + ], + "code": "5019", + "display": "Procedure Code" + } + ] + } + }, + { + "url": "obr-45-procedure-code-modifier", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cne-coding", + "valueString": "coding" + } + ], + "code": "887766", + "display": "Procedure Code Modifier" + } + ] + } + }, + { + "url": "obr-45-procedure-code-modifier", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cne-coding", + "valueString": "coding" + } + ], + "code": "887766", + "display": "Procedure Code Modifier2" + } + ] + } + }, + { + "url": "OBR.48", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "71435", + "display": "Medically Necessary Duplicate Procedure" + } + ] + } + }, + { + "url": "OBR.49", + "valueString": "N" + }, + { + "url": "OBR.50", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "443331", + "display": "Parent Universal Service Identifier" + } + ] + } + }, + { + "url": "OBR.53", + "valueIdentifier": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString": "Placer Order" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBR.53" + } + ], + "value": "Alt" + } + }, + { + "url": "OBR.53", + "valueIdentifier": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString": "Placer Order2" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBR.53" + } + ], + "value": "Alt" + } + }, + { + "url": "OBR.54", + "valueIdentifier": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "CSV" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "11D1111111" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "CLIA" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/filler-assigned-identifier", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", + "valueString": "f34b0f57-1601-4480-ae8a-d4006e50f38d" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Other CSV" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "22D2222222" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "CLIA2" + } + ] + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "PGN" + } + ] + }, + "value": "adb4a5cc-50ec-4f1e-95d7-0c1f77cacee1" + } + }, + { + "url": "OBR.11", + "valueString": "G" + }, + { + "url": "OBR.12", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "512", + "display": "Danger code" + } + ] + } + }, + { + "url": "OBR.13", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "relevent info" + } + ] + } + }, + { + "url": "OBR.16", + "valueReference": { + "reference": "Practitioner/1731029042540210000.f5efdbc1-b15c-4e43-9db3-089878040a8e" + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", + "valueContactPoint": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString": "1" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString": "260" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString": "7595016" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ + { + "url": "XTN.2", + "valueString": "WPN" + }, + { + "url": "XTN.3", + "valueString": "BP" + }, + { + "url": "XTN.7", + "valueString": "7595016" + }, + { + "url": "XTN.12", + "valueString": "+1 260 759 5016" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBR.17" + } + ], + "system": "pager", + "value": "+1 260 759 5016", + "use": "work" + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", + "valueContactPoint": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ + { + "url": "XTN.2", + "valueString": "WPN" + }, + { + "url": "XTN.3", + "valueString": "Internet" + }, + { + "url": "XTN.4", + "valueString": "order.callback@email.com" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBR.17" + } + ], + "system": "email", + "value": "order.callback@email.com", + "use": "work" + } + }, + { + "url": "OBR.18", + "valueString": "placer1" + }, + { + "url": "OBR.19", + "valueString": "placer2" + } + ] + } + ], + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "ORC.2" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "SPHL-000048" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.10765" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "PLAC" + } + ] + }, + "value": "Specimen123" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "ORC.3" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "SPHL-000048" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.10765" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "FILL" + } + ] + }, + "value": "Specimen12311" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "ORC.4" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "SPHL-000048" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.10765" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "PGN" + } + ] + }, + "value": "Specimen12322" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "ORC.4" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "SPHL-000048" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.10765" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "FGN" + } + ] + }, + "value": "Specimen12322" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "ORC.33" + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "PLAC" + } + ] + }, + "value": "33" + } + ], + "status": "completed", + "intent": "order", + "code": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "123", + "display": "Universal service identifier" + } + ] + }, + "orderDetail": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBR.46" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "7461", + "display": "Placer Supplemental" + } + ] + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBR.46" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "7461", + "display": "Placer Supplemental2" + } + ] + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBR.47" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "8811", + "display": "Fillter Supplemental" + } + ] + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBR.47" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "8811", + "display": "Fillter Supplemental2" + } + ] + } + ], + "subject": { + "reference": "Patient/1731029042299508000.1f95ce50-d413-4108-aa07-665724a5a896" + }, + "occurrenceDateTime": "2022-02-02T10:22:00Z", + "_occurrenceDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "202202021022" + } + ] + }, + "requester": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", + "valueContactPoint": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ + { + "url": "XTN.1", + "valueString": "123" + }, + { + "url": "XTN.4", + "valueString": "+123" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "ORC.14" + } + ], + "system": "email", + "value": "123" + } + } + ], + "reference": "PractitionerRole/1731029042522064000.0b6e4396-559d-449f-8457-a4ad44884a34" }, - "value" : "enter location id" - } ], - "mode" : "instance", - "physicalType" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "_code" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/location-physical-type-poc", - "valueString" : "poc" - } ] - } - } ] - }, - "partOf" : { - "reference" : "Location/1729291158923548000.01d5590c-8270-4b72-b3c6-37d52d174108" + "locationCode": [ + { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70482" + } + ], + "code": "I", + "display": "Inpatient Order" + } + ] + } + ], + "reasonCode": [ + { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "3216", + "display": "ReasonForStudy" + } + ] + }, + { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "3216", + "display": "ReasonForStudy2" + } + ] + } + ], + "supportingInfo": [ + { + "reference": "Observation/1731029042509217000.62819b92-2016-4e46-a275-e51fddda8685" + }, + { + "reference": "Observation/1731029042514598000.c8593529-7867-45af-8586-0c6a09b4b45e" + } + ] } - } - }, { - "fullUrl" : "Practitioner/1729291158924936000.f7d9f43a-4887-49ab-8756-ef1d1d1f9e1f", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1729291158924936000.f7d9f43a-4887-49ab-8756-ef1d1d1f9e1f", - "identifier" : [ { - "value" : "1" - } ], - "name" : [ { - "family" : "result", - "_family" : { - "extension" : [ { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", - "valueString" : "VAN" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name", - "valueString" : "copiesto" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", - "valueString" : "VAL" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", - "valueString" : "NotSoJollyROGER" - } ] + }, + { + "fullUrl": "Practitioner/1731029042522657000.080972e9-fe45-4c4a-8303-15adf38345e5", + "resource": { + "resourceType": "Practitioner", + "id": "1731029042522657000.080972e9-fe45-4c4a-8303-15adf38345e5", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ + { + "url": "XCN.3", + "valueString": "ORC.12Name" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "ORC.12" + } + ], + "identifier": [ + { + "value": "93" + } + ], + "name": [ + { + "given": [ + "ORC.12Name" + ] + } + ], + "address": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ + { + "url": "SAD.1", + "valueString": "111 Road Rd" + } + ] + } + ] + } + ], + "line": [ + "111 Road Rd" + ], + "city": "Roadsville", + "state": "RD" + } + ] + } + }, + { + "fullUrl": "Location/1731029042522912000.df643ba6-84f0-4a74-bf99-c7f16b4a898d", + "resource": { + "resourceType": "Location", + "id": "1731029042522912000.df643ba6-84f0-4a74-bf99-c7f16b4a898d", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ], + "identifier": [ + { + "value": "2.16.840.1.114222.8.7.6.5.4.1" + } + ], + "name": "STARLINKS.CDC.Stag", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" + } + ] } - } ] - } - }, { - "fullUrl" : "Practitioner/1729291158925581000.1c33c538-0576-485b-ad9d-06b8150ba604", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1729291158925581000.1c33c538-0576-485b-ad9d-06b8150ba604", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cnn-practitioner", - "extension" : [ { - "url" : "CNN.3", - "valueString" : "Results Interpreter" - }, { - "url" : "CNN.4", - "valueString" : "S" - }, { - "url" : "CNN.5", - "valueString" : "ESQ" - }, { - "url" : "CNN.7", - "valueString" : "MD" - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Assigning Authority" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.1.4.1" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - } ], - "value" : "123" - } ], - "name" : [ { - "family" : "Assistant", - "given" : [ "Results Interpreter", "S" ], - "prefix" : [ "DR" ], - "suffix" : [ "ESQ", "MD" ] - } ] - } - }, { - "fullUrl" : "Location/1729291158926027000.dee5bea7-5a46-4d21-821a-4bf064becb60", - "resource" : { - "resourceType" : "Location", - "id" : "1729291158926027000.dee5bea7-5a46-4d21-821a-4bf064becb60", - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" - } ], - "value" : "Hospital A" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.2,HD.3" - } ], - "type" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } ], - "code" : "ISO" - } ] + } + }, + { + "fullUrl": "Organization/1731029042523476000.b6af097c-7449-4c56-a417-0caf14cc1fda", + "resource": { + "resourceType": "Organization", + "id": "1731029042523476000.b6af097c-7449-4c56-a417-0caf14cc1fda", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/name-representation-code", + "valueString": "A" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ + { + "url": "XON.10", + "valueString": "SPHL-000048" + } + ] + } + ], + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "STARLIMS.CDC.Stag" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.3.3.2.1.2" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference": { + "reference": "Location/1731029042522912000.df643ba6-84f0-4a74-bf99-c7f16b4a898d" + } + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "XX" + } + ] + }, + "value": "SPHL-000048" + } + ], + "name": "CDPH, Viral and Rickettsial Disease Laboratory", + "telecom": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ + { + "url": "XTN.1", + "valueString": "456" + }, + { + "url": "XTN.4", + "valueString": "+456" + } + ] + } + ], + "system": "email", + "value": "456" + } + ], + "address": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ + { + "url": "SAD.1", + "valueString": "111 Street St" + } + ] + } + ] + } + ], + "line": [ + "111 Street St" + ], + "city": "Streetsville", + "state": "ST" + } + ] + } + }, + { + "fullUrl": "PractitionerRole/1731029042522064000.0b6e4396-559d-449f-8457-a4ad44884a34", + "resource": { + "resourceType": "PractitionerRole", + "id": "1731029042522064000.0b6e4396-559d-449f-8457-a4ad44884a34", + "practitioner": { + "reference": "Practitioner/1731029042522657000.080972e9-fe45-4c4a-8303-15adf38345e5" }, - "value" : "2.16.840.1.113883.9.11" - } ], - "status" : "active", - "mode" : "instance", - "physicalType" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "si" - } ] + "organization": { + "reference": "Organization/1731029042523476000.b6af097c-7449-4c56-a417-0caf14cc1fda" + } } - } - }, { - "fullUrl" : "Location/1729291158930548000.af295f16-53b5-4748-b98a-562de34612cd", - "resource" : { - "resourceType" : "Location", - "id" : "1729291158930548000.af295f16-53b5-4748-b98a-562de34612cd", - "identifier" : [ { - "value" : "Building 123" - } ], - "status" : "active", - "mode" : "instance", - "physicalType" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "bu" - } ] + }, + { + "fullUrl": "Practitioner/1731029042525342000.150e5a31-c0ff-46d4-a6c4-b0e3e878e291", + "resource": { + "resourceType": "Practitioner", + "id": "1731029042525342000.150e5a31-c0ff-46d4-a6c4-b0e3e878e291", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ + { + "url": "XCN.3", + "valueString": "ORC.19Name" + } + ] + } + ], + "identifier": [ + { + "value": "60" + } + ], + "name": [ + { + "given": [ + "ORC.19Name" + ] + } + ] } - } - }, { - "fullUrl" : "Location/1729291158930874000.8b958775-eb86-426e-beff-0ab25bcd1849", - "resource" : { - "resourceType" : "Location", - "id" : "1729291158930874000.8b958775-eb86-426e-beff-0ab25bcd1849", - "identifier" : [ { - "value" : "Point of Care" - } ], - "status" : "active", - "mode" : "instance", - "physicalType" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "_code" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/location-physical-type-poc", - "valueString" : "poc" - } ] - } - } ] + }, + { + "fullUrl": "Location/1731029042525561000.55a3f93f-3592-4945-b81d-5c8f584dbb62", + "resource": { + "resourceType": "Location", + "id": "1731029042525561000.55a3f93f-3592-4945-b81d-5c8f584dbb62", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ], + "identifier": [ + { + "value": "2.16.840.1.114222.8.7.6.5.4.1" + } + ], + "name": "STARLINKS.CDC.Stag", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" + } + ] + } } - } - }, { - "fullUrl" : "Location/1729291158931094000.0c7579ad-e3cb-4868-bb29-a9ade5bcd506", - "resource" : { - "resourceType" : "Location", - "id" : "1729291158931094000.0c7579ad-e3cb-4868-bb29-a9ade5bcd506", - "identifier" : [ { - "value" : "Floor A" - } ], - "status" : "active", - "mode" : "instance", - "physicalType" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "lvl" - } ] + }, + { + "fullUrl": "Organization/1731029042527044000.bfa7a20e-da05-41a9-bad1-76fcec5abe1b", + "resource": { + "resourceType": "Organization", + "id": "1731029042527044000.bfa7a20e-da05-41a9-bad1-76fcec5abe1b", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/name-representation-code", + "valueString": "A" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ + { + "url": "XON.10", + "valueString": "SPHL-000048" + } + ] + } + ], + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "STARLIMS.CDC.Stag" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.3.3.2.1.2" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference": { + "reference": "Location/1731029042525561000.55a3f93f-3592-4945-b81d-5c8f584dbb62" + } + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "XX" + } + ] + }, + "value": "SPHL-000048" + } + ], + "name": "CDPH, Viral and Rickettsial Disease Laboratory" } - } - }, { - "fullUrl" : "Location/1729291158931277000.14b089ea-b623-406c-a101-c2ad4674f37f", - "resource" : { - "resourceType" : "Location", - "id" : "1729291158931277000.14b089ea-b623-406c-a101-c2ad4674f37f", - "identifier" : [ { - "value" : "Room 101" - } ], - "status" : "active", - "mode" : "instance", - "physicalType" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "ro" - } ] + }, + { + "fullUrl": "Practitioner/1731029042528224000.226de79f-df33-46bb-a83d-87e75cdf4b9e", + "resource": { + "resourceType": "Practitioner", + "id": "1731029042528224000.226de79f-df33-46bb-a83d-87e75cdf4b9e", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ + { + "url": "XCN.3", + "valueString": "ORC.10Name" + } + ] + } + ], + "identifier": [ + { + "value": "71" + } + ], + "name": [ + { + "given": [ + "ORC.10Name" + ] + } + ] } - } - }, { - "fullUrl" : "Location/1729291158931473000.923f8586-db44-42a2-b826-9443f81b36ab", - "resource" : { - "resourceType" : "Location", - "id" : "1729291158931473000.923f8586-db44-42a2-b826-9443f81b36ab", - "identifier" : [ { - "value" : "Bed A" - } ], - "status" : "active", - "mode" : "instance", - "physicalType" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "bd" - } ] + }, + { + "fullUrl": "Practitioner/1731029042528539000.0cc82500-af2b-416c-a7d3-3ff96fd4c5e4", + "resource": { + "resourceType": "Practitioner", + "id": "1731029042528539000.0cc82500-af2b-416c-a7d3-3ff96fd4c5e4", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ + { + "url": "XCN.3", + "valueString": "ORC.11Name" + } + ] + } + ], + "identifier": [ + { + "value": "82" + } + ], + "name": [ + { + "given": [ + "ORC.11Name" + ] + } + ] } - } - }, { - "fullUrl" : "PractitionerRole/1729291158931548000.0a58e2a6-5f45-48e8-8eb7-b8331a7c6350", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1729291158931548000.0a58e2a6-5f45-48e8-8eb7-b8331a7c6350", - "period" : { - "start" : "2023-04-01T10:25:31-04:00", - "_start" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230401102531-0400" - } ] + }, + { + "fullUrl": "Practitioner/1731029042528837000.1dc5284b-fc12-46b8-b850-90532cc012a9", + "resource": { + "resourceType": "Practitioner", + "id": "1731029042528837000.1dc5284b-fc12-46b8-b850-90532cc012a9", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ + { + "url": "XCN.3", + "valueString": "ORC.12Name" + } + ] + } + ], + "identifier": [ + { + "value": "93" + } + ], + "name": [ + { + "given": [ + "ORC.12Name" + ] + } + ] + } + }, + { + "fullUrl": "Location/1731029042529208000.e690adea-886e-49eb-bc2d-9aadf32e191f", + "resource": { + "resourceType": "Location", + "id": "1731029042529208000.e690adea-886e-49eb-bc2d-9aadf32e191f", + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" + } + ], + "value": "12.12.12" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" + } + ], + "type": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true + } + ], + "code": "L" + } + ] + }, + "value": "enter location id" + } + ], + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "_code": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/location-physical-type-poc", + "valueString": "poc" + } + ] + } + } + ] + } + } + }, + { + "fullUrl": "Location/1731029042529379000.75bcbc72-ac41-4adb-bd62-5b50075ad8e8", + "resource": { + "resourceType": "Location", + "id": "1731029042529379000.75bcbc72-ac41-4adb-bd62-5b50075ad8e8", + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" + } + ], + "value": "12.12.12" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" + } + ], + "type": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true + } + ], + "code": "L" + } + ] + }, + "value": "enter location id" + } + ], + "mode": "instance", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "_code": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/location-physical-type-poc", + "valueString": "poc" + } + ] + } + } + ] }, - "end" : "2023-05-01T10:25:31-04:00", - "_end" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230501102531-0400" - } ] + "partOf": { + "reference": "Location/1731029042529208000.e690adea-886e-49eb-bc2d-9aadf32e191f" } - }, - "practitioner" : { - "reference" : "Practitioner/1729291158925581000.1c33c538-0576-485b-ad9d-06b8150ba604" - }, - "location" : [ { - "reference" : "Location/1729291158926027000.dee5bea7-5a46-4d21-821a-4bf064becb60" - }, { - "reference" : "Location/1729291158930548000.af295f16-53b5-4748-b98a-562de34612cd" - }, { - "reference" : "Location/1729291158930874000.8b958775-eb86-426e-beff-0ab25bcd1849" - }, { - "reference" : "Location/1729291158931094000.0c7579ad-e3cb-4868-bb29-a9ade5bcd506" - }, { - "reference" : "Location/1729291158931277000.14b089ea-b623-406c-a101-c2ad4674f37f" - }, { - "reference" : "Location/1729291158931473000.923f8586-db44-42a2-b826-9443f81b36ab" - } ] - } - }, { - "fullUrl" : "Practitioner/1729291158932532000.051e3555-203d-4835-9150-46847e25ffcd", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1729291158932532000.051e3555-203d-4835-9150-46847e25ffcd", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "AssigningSystem" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ { - "url" : "XCN.3", - "valueString" : "LUDWIG" - }, { - "url" : "XCN.4", - "valueString" : "B" - }, { - "url" : "XCN.5", - "valueString" : "2ND" - }, { - "url" : "XCN.7", - "valueString" : "MD" - }, { - "url" : "XCN.8", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "SRC" - } ] - } - }, { - "url" : "XCN.10", - "valueString" : "B" - }, { - "url" : "XCN.15", - "valueString" : "A" - }, { - "url" : "XCN.16", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "NameContext" - } ] - } - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", - "valueString" : "A" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", - "valueCode" : "NPI" - } ], - "type" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } ], - "code" : "DL" - } ] + } + }, + { + "fullUrl": "Practitioner/1731029042530699000.d7f77636-969a-4c51-9188-b32affa94391", + "resource": { + "resourceType": "Practitioner", + "id": "1731029042530699000.d7f77636-969a-4c51-9188-b32affa94391", + "identifier": [ + { + "value": "1" + } + ], + "name": [ + { + "family": "result", + "_family": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", + "valueString": "VAN" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name", + "valueString": "copiesto" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", + "valueString": "VAL" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", + "valueString": "NotSoJollyROGER" + } + ] + } + } + ] + } + }, + { + "fullUrl": "Practitioner/1731029042531298000.2c40837c-9a34-4ba8-80df-254b9cfc56ba", + "resource": { + "resourceType": "Practitioner", + "id": "1731029042531298000.2c40837c-9a34-4ba8-80df-254b9cfc56ba", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cnn-practitioner", + "extension": [ + { + "url": "CNN.3", + "valueString": "Results Interpreter" + }, + { + "url": "CNN.4", + "valueString": "S" + }, + { + "url": "CNN.5", + "valueString": "ESQ" + }, + { + "url": "CNN.7", + "valueString": "MD" + } + ] + } + ], + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Assigning Authority" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.1.4.1" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + } + ], + "value": "123" + } + ], + "name": [ + { + "family": "Assistant", + "given": [ + "Results Interpreter", + "S" + ], + "prefix": [ + "DR" + ], + "suffix": [ + "ESQ", + "MD" + ] + } + ] + } + }, + { + "fullUrl": "Location/1731029042531739000.ff593e46-fba9-4ab8-b081-14f110197901", + "resource": { + "resourceType": "Location", + "id": "1731029042531739000.ff593e46-fba9-4ab8-b081-14f110197901", + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" + } + ], + "value": "Hospital A" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" + } + ], + "type": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true + } + ], + "code": "ISO" + } + ] + }, + "value": "2.16.840.1.113883.9.11" + } + ], + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" + } + ] + } + } + }, + { + "fullUrl": "Location/1731029042536429000.63204f0c-9090-4d6c-b357-8a741dc150e7", + "resource": { + "resourceType": "Location", + "id": "1731029042536429000.63204f0c-9090-4d6c-b357-8a741dc150e7", + "identifier": [ + { + "value": "Building 123" + } + ], + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "bu" + } + ] + } + } + }, + { + "fullUrl": "Location/1731029042536823000.932a63be-8d92-41c9-a014-2c148ce90a7d", + "resource": { + "resourceType": "Location", + "id": "1731029042536823000.932a63be-8d92-41c9-a014-2c148ce90a7d", + "identifier": [ + { + "value": "Point of Care" + } + ], + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "_code": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/location-physical-type-poc", + "valueString": "poc" + } + ] + } + } + ] + } + } + }, + { + "fullUrl": "Location/1731029042537307000.c51fce2f-bfa1-4a89-bd3b-34d61e6f199c", + "resource": { + "resourceType": "Location", + "id": "1731029042537307000.c51fce2f-bfa1-4a89-bd3b-34d61e6f199c", + "identifier": [ + { + "value": "Floor A" + } + ], + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "lvl" + } + ] + } + } + }, + { + "fullUrl": "Location/1731029042537492000.be6c8864-6928-49ee-b594-c60c731fa7d6", + "resource": { + "resourceType": "Location", + "id": "1731029042537492000.be6c8864-6928-49ee-b594-c60c731fa7d6", + "identifier": [ + { + "value": "Room 101" + } + ], + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "ro" + } + ] + } + } + }, + { + "fullUrl": "Location/1731029042537660000.246e80fe-663d-455a-bad0-cf4072c015d0", + "resource": { + "resourceType": "Location", + "id": "1731029042537660000.246e80fe-663d-455a-bad0-cf4072c015d0", + "identifier": [ + { + "value": "Bed A" + } + ], + "status": "active", + "mode": "instance", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "bd" + } + ] + } + } + }, + { + "fullUrl": "PractitionerRole/1731029042537733000.6b028e3d-fcd8-456a-8106-8ef2a984bacb", + "resource": { + "resourceType": "PractitionerRole", + "id": "1731029042537733000.6b028e3d-fcd8-456a-8106-8ef2a984bacb", + "period": { + "start": "2023-04-01T10:25:31-04:00", + "_start": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230401102531-0400" + } + ] + }, + "end": "2023-05-01T10:25:31-04:00", + "_end": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230501102531-0400" + } + ] + } }, - "system" : "urn:oid:AssigningSystem", - "value" : "1" - } ], - "name" : [ { - "use" : "official", - "family" : "Collector", - "_family" : { - "extension" : [ { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", - "valueString" : "VAN" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name", - "valueString" : "Identifier" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", - "valueString" : "VAL" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", - "valueString" : "ROGER" - } ] + "practitioner": { + "reference": "Practitioner/1731029042531298000.2c40837c-9a34-4ba8-80df-254b9cfc56ba" }, - "given" : [ "LUDWIG", "B" ], - "prefix" : [ "DR" ], - "suffix" : [ "2ND", "MD" ] - } ] - } - }, { - "fullUrl" : "Practitioner/1729291158934431000.fd15a4f2-9549-4ee5-832d-709bc029246a", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1729291158934431000.fd15a4f2-9549-4ee5-832d-709bc029246a", - "identifier" : [ { - "value" : "1" - } ], - "name" : [ { - "family" : "Ordering", - "_family" : { - "extension" : [ { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", - "valueString" : "VAN" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name", - "valueString" : "Provider" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", - "valueString" : "VAL" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", - "valueString" : "JollyROGER" - } ] - } - } ] + "location": [ + { + "reference": "Location/1731029042531739000.ff593e46-fba9-4ab8-b081-14f110197901" + }, + { + "reference": "Location/1731029042536429000.63204f0c-9090-4d6c-b357-8a741dc150e7" + }, + { + "reference": "Location/1731029042536823000.932a63be-8d92-41c9-a014-2c148ce90a7d" + }, + { + "reference": "Location/1731029042537307000.c51fce2f-bfa1-4a89-bd3b-34d61e6f199c" + }, + { + "reference": "Location/1731029042537492000.be6c8864-6928-49ee-b594-c60c731fa7d6" + }, + { + "reference": "Location/1731029042537660000.246e80fe-663d-455a-bad0-cf4072c015d0" + } + ] + } + }, + { + "fullUrl": "Practitioner/1731029042538572000.90dbb60c-9bb6-4ec0-aec2-341f36e90f04", + "resource": { + "resourceType": "Practitioner", + "id": "1731029042538572000.90dbb60c-9bb6-4ec0-aec2-341f36e90f04", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "AssigningSystem" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ + { + "url": "XCN.3", + "valueString": "LUDWIG" + }, + { + "url": "XCN.4", + "valueString": "B" + }, + { + "url": "XCN.5", + "valueString": "2ND" + }, + { + "url": "XCN.7", + "valueString": "MD" + }, + { + "url": "XCN.8", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "SRC" + } + ] + } + }, + { + "url": "XCN.10", + "valueString": "B" + }, + { + "url": "XCN.15", + "valueString": "A" + }, + { + "url": "XCN.16", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "NameContext" + } + ] + } + } + ] + } + ], + "identifier": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString": "A" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode": "NPI" + } + ], + "type": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true + } + ], + "code": "DL" + } + ] + }, + "system": "urn:oid:AssigningSystem", + "value": "1" + } + ], + "name": [ + { + "use": "official", + "family": "Collector", + "_family": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", + "valueString": "VAN" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name", + "valueString": "Identifier" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", + "valueString": "VAL" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", + "valueString": "ROGER" + } + ] + }, + "given": [ + "LUDWIG", + "B" + ], + "prefix": [ + "DR" + ], + "suffix": [ + "2ND", + "MD" + ] + } + ] + } + }, + { + "fullUrl": "Practitioner/1731029042540210000.f5efdbc1-b15c-4e43-9db3-089878040a8e", + "resource": { + "resourceType": "Practitioner", + "id": "1731029042540210000.f5efdbc1-b15c-4e43-9db3-089878040a8e", + "identifier": [ + { + "value": "1" + } + ], + "name": [ + { + "family": "Ordering", + "_family": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", + "valueString": "VAN" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name", + "valueString": "Provider" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", + "valueString": "VAL" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", + "valueString": "JollyROGER" + } + ] + } + } + ] + } } - } ] + ] } \ No newline at end of file diff --git a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/ormo01/orm_o01-full.hl7 b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/ormo01/orm_o01-full.hl7 index 44981ed2f2f..003877c1bbe 100644 --- a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/ormo01/orm_o01-full.hl7 +++ b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/ormo01/orm_o01-full.hl7 @@ -1,10 +1,13 @@ MSH|^~\&|OrderingFacilityApplicationName^2.16.840.1.114222.XXX^ISO|OrderingFacilityName^2.16.840.1.114222.XXX^ISO|txdshslabNBS^2.16.840.1.114222.4.1.181960.2^ISO|txdshslab^2.16.840.1.114222.4.1.181960^ISO|20190720091229|msh8placeholder|ORM^O01^ORM_O01|0123|P^A|2.5.1|42|msh14placeholder|AL|AL|FR|UNICODE UTF-8|ENG^English^ISO^altE^altEnglish^altISO^131^313^originaltext^2ndalt^Second Alt|UNICODE UTF-16|PHLabReport-NoAck^PHIN^2.16.840.1.113883.9.11^ISO|Sending Responsible Org^1357-9&SomeText&LN&2468-5&SomeAltText&LN&1&2&OriginalText^1111^9^BCV^The Authority&4.2.8.2&ISO^BC^Clinic A&1.8.440.1.1138.9.22&ISO^NameRepCode1^OrgIdentifier2|Receiving Responsible Org^1133-5&SomeOtherText&LN&1298-7&SomeOtherAltText&LN&1&2&TheOriginalText^5555^8^CCTV^An Authority&45.24.167.43&ISO^BCVan^Clinic B&10.10.40.10.11380.90.22&ISO^NameRepCode2^OrgIdentifier3|SendingNetworkAddress^1.23.987.1.114222.XXX^ISO|ReceivingNetworkAddress^9.87.123.1.114222.XXX^ISO -PID|1||Patidlist^forty^123^STARLIMS.CDC.Stag&2.16.840.1.114222.4.3.3.2.1.2&ISO^PI^STARLINKED.CDC.Stag&2.16.840.1.114222.9.8.7.6.3.2&ISO^20210113^20211230^IX&Ninth&HL7123^X&Tenth&HL7123~PID123^^^SPHL-000048&2.16.840.1.114222.4.1.10765&ISO^PI||Mega&Mr&MrOwnMega&Mrs&MrsOwn^HL7^MI^V^DR^BCN^L^Naaame^C&Name Context&HL7444^Yes^G^19900503^20030503^Prof|Mind^FHIR^WI^^^^L|1640|F^Female^HL70001||2106-3^White^HL70005|123 Main St^Altxad^AnyTown^IG^95802^USA^H^MahHome^ThoCo^Census^A^2020&2024^2022^2027^^^^^MrSir||12345^PRS^CP^real@example.com^1^713^5553861^1^himom^^4^17135553862^1999^2000^^^^7|9865^EMR^SAT^alsoreal@exmaple.com^1^281^5553861|E^English^HL70296|P^Domestic Partnet^HL70002|AGN^Agnostic^HL70006|32|||maybe|U^Uknown^HL70189|Bayou|Y|11|USA^United States^HL70171|NA^Not Applicable^HL70172|A^American^HL70212|2031|Y|N|AL^Alias^HL70445|202408211138|RSDT^0.0.0.1.1138^ISO|D^Dog^HL70446|||RA^Racing^HL70429|N^None^HL70171|40 -PD1|C^Small Children Dependent^HL70223^M^Medical Supervision Required^HL70223^2.5.1^4^TEST^M^Medical Supervision Required^HL70223^2.5.1^8.44.235.1.113883.3.3~O^Other^HL70223^U^Unknown^HL70223^2.5.1^4^TEST^M^Medical Supervision Required^HL70223^2.5.1^8.44.235.1.113883.3.3|A^Alone^HL70220^F^Family^HL70220^2.5.1^4^TEST^F^Family^HL70220^2.5.1^8.44.235.1.113883.3.3|Receiving Responsible Org^1133-5&SomeOtherText&LN&1298-7&SomeOtherAltText&LN&1&2&TheOriginalText^5555^8^CCTV^An Authority&45.24.167.43&ISO^BCVan^Clinic B&10.10.40.10.11380.90.22&ISO^NameRepCode2^OrgIdentifier3||F^Full-time student^HL70231^N^Not a student^HL70231^2.5.1^4^TEST^N^Not a student^HL70231^2.5.1^8.44.235.1.113883.3.3|T^TEST^HL70295^P^Prod^HL70295^2.5.1^4^TEST^D^Debug^HL70295^2.5.1^8.44.235.1.113883.3.3|F^Yes, patient has a living will but it is not on file^HL70315^I^No, patient does not have a living will but information was provided^HL70315^2.5.1^4^TEST^U^Unknown^HL70315^2.5.1^8.44.235.1.113883.3.3|F^Yes, patient is a documented donor, but documentation is not on file^HL70316^I^No, patient is not a documented donor, but information was provided^HL70316^2.5.1^4^TEST^U^Unknown^HL70316^2.5.1^8.44.235.1.113883.3.3|N|18547545^^^NIST MPI&2.16.840.1.113883.3.72.5.30.2&ISO^MR^University H&2.16.840.1.113883.3.0&ISO~111111111^^^SSN&2.16.840.1.113883.4.1&ISO^SS^SSA&2.16.840.1.113883.3.184&ISO|F^Family only^HL70215^N^No Publicity^HL70215^2.5.1^4^TEST^U^Unknown^HL70215^2.5.1^8.44.235.1.113883.3.3|N|20230501102531-0400|1st Ordering Facility^1234-5&TestText&LN&1234-5&TestAltText&LN&1&2&OriginalText^123^Check Digit^C1^Assigning Authority&2.1.4.1&ISO^MD^Hospital A&2.16.840.1.113883.9.11&ISO^NameRepCode^1st OrgIdentifier~2nd Ordering Facility^1234-5&TestText&LN&1234-5&TestAltText&LN&1&2&OriginalText^123^Check Digit^C1^Assigning Authority&2.1.4.1&ISO^MD^Hospital A&2.16.840.1.113883.9.11&ISO^NameRepCode^2nd OrgIdentifier|DNR^Do not resuscitate^HL70435^N^No directive^HL70435^2.5.1^4^TEST^N^No directive^HL70435^2.5.1^8.44.235.1.113883.3.3~DNR^Do not resuscitate^HL70435^N^No directive^HL70435^2.5.1^4^TEST^N^No directive^HL70435^2.5.1^8.44.235.1.113883.3.3|A^Active^HL70441^I^Inactive^HL70441^2.5.1^4^TEST^O^Other^HL70441^2.5.1^8.44.235.1.113883.3.3|20230501102532-0400|20230501102533-0400|AUSA^Australian Army^HL70140^AUSFA^Australian Air Force^HL70140^2.5.1^4^TEST^AUSN^Australian Navy^HL70140^2.5.1^8.44.235.1.113883.3.3|E1... E9^Enlisted^HL70141^O1 ... O9^Officers^HL70141^2.5.1^4^TEST^W1 ... W4^Warrent Officers^HL70141^2.5.1^8.44.235.1.113883.3.3|ACT^Active duty^HL70142^DEC^Deceased^HL70142^2.5.1^4^TEST^RET^Retired^HL70142^2.5.1^8.44.235.1.113883.3.3|20230501102531-0400 +PID|1||Patidlist^forty^123^STARLIMS.CDC.Stag&2.16.840.1.114222.4.3.3.2.1.2&ISO^PI^STARLINKED.CDC.Stag&2.16.840.1.114222.9.8.7.6.3.2&ISO^20210113^20211230^IX&Ninth&HL7123^X&Tenth&HL7123~PID123^^^SPHL-000048&2.16.840.1.114222.4.1.10765&ISO^PI~test^^^STARLIMS.CDC.Stag&2.16.840.1.114222.4.3.3.2.1.2&ISO^PI^STARLINKED.CDC.Stag&2.16.840.1.114222.9.8.7.6.3.2&ISO||Mega&Mr&MrOwnMega&Mrs&MrsOwn^HL7^MI^V^DR^BCN^L^Naaame^C&Name Context&HL7444^Yes^G^19900503^20030503^Prof~Mega&Mr&MrOwnMega&Mrs&MrsOwn^HL7^MI^V^DR^BCN^L^Naaame^C&Name Context&HL7444^Yes^G^19900503^20030503^Prof|Mind^FHIR^WI^^^^L~Mind2x^FHIR^WI^^^^L|1640|F^Female^HL70001||2106-3^White^HL70005~2131-1^Other Race^HL70005|123 Main St^Altxad^AnyTown^IG^95802^USA^H^MahHome^ThoCo^Census^A^2020&2024^2022^2027^^^^^MrSir~1234 Main St^Address 2x^AnyTown^IG^95802^USA^H^^Thurston County^^^2020&2024||12345^PRS^CP^real@example.com^1^713^5553861^1^himom^^4^17145553862^1999^2000^^^^7~12345^PRS^CP^notreal@example.com^1^714^5553861^1^himom^^4^17135553862|9865^EMR^SAT^alsoreal@exmaple.com^1^281^5553861|E^English^HL70296|P^Domestic Partnet^HL70002|AGN^Agnostic^HL70006|32|||maybe~maybe not|U^Uknown^HL70189~AU^Also Uknown^HL70189|Bayou|Y|11|USA^United States^HL70171~CAN^Canada^HL70171|NA^Not Applicable^HL70172|A^American^HL70212|2031|Y|N|AL^Alias^HL70445~UA^Unknown^HL70445|202408211138|RSDT^0.0.0.1.1138^ISO|D^Dog^HL70446|||RA^Racing^HL70429|N^None^HL70171~SN^Still None^HL70171|40~41 +PD1|C^Small Children Dependent^HL70223^M^Medical Supervision Required^HL70223^2.5.1^4^TEST^M^Medical Supervision Required^HL70223^2.5.1^8.44.235.1.113883.3.3~O^Other^HL70223^U^Unknown^HL70223^2.5.1^4^TEST^M^Medical Supervision Required^HL70223^2.5.1^8.44.235.1.113883.3.3|A^Alone^HL70220^F^Family^HL70220^2.5.1^4^TEST^F^Family^HL70220^2.5.1^8.44.235.1.113883.3.3|Receiving Responsible Org^1133-5&SomeOtherText&LN&1298-7&SomeOtherAltText&LN&1&2&TheOriginalText^5555^8^CCTV^An Authority&45.24.167.43&ISO^BCVan^Clinic B&10.10.40.10.11380.90.22&ISO^NameRepCode2^OrgIdentifier3~Receiving Responsible Org^1133-5&SomeOtherText&LN&1298-7&SomeOtherAltText&LN&1&2&TheOriginalText^5555^8^CCTV^An Authority&45.24.167.43&ISO^BCVan^Clinic B&10.10.40.10.11380.90.22&ISO^NameRepCode2^OrgIdentifier3||F^Full-time student^HL70231^N^Not a student^HL70231^2.5.1^4^TEST^N^Not a student^HL70231^2.5.1^8.44.235.1.113883.3.3|T^TEST^HL70295^P^Prod^HL70295^2.5.1^4^TEST^D^Debug^HL70295^2.5.1^8.44.235.1.113883.3.3|F^Yes, patient has a living will but it is not on file^HL70315^I^No, patient does not have a living will but information was provided^HL70315^2.5.1^4^TEST^U^Unknown^HL70315^2.5.1^8.44.235.1.113883.3.3|F^Yes, patient is a documented donor, but documentation is not on file^HL70316^I^No, patient is not a documented donor, but information was provided^HL70316^2.5.1^4^TEST^U^Unknown^HL70316^2.5.1^8.44.235.1.113883.3.3|N|18547545^^^NIST MPI&2.16.840.1.113883.3.72.5.30.2&ISO^MR^University H&2.16.840.1.113883.3.0&ISO~111111111^^^SSN&2.16.840.1.113883.4.1&ISO^SS^SSA&2.16.840.1.113883.3.184&ISO|F^Family only^HL70215^N^No Publicity^HL70215^2.5.1^4^TEST^U^Unknown^HL70215^2.5.1^8.44.235.1.113883.3.3|N|20230501102531-0400|1st Ordering Facility^1234-5&TestText&LN&1234-5&TestAltText&LN&1&2&OriginalText^123^Check Digit^C1^Assigning Authority&2.1.4.1&ISO^MD^Hospital A&2.16.840.1.113883.9.11&ISO^NameRepCode^1st OrgIdentifier~2nd Ordering Facility^1234-5&TestText&LN&1234-5&TestAltText&LN&1&2&OriginalText^123^Check Digit^C1^Assigning Authority&2.1.4.1&ISO^MD^Hospital A&2.16.840.1.113883.9.11&ISO^NameRepCode^2nd OrgIdentifier|DNR^Do not resuscitate^HL70435^N^No directive^HL70435^2.5.1^4^TEST^N^No directive^HL70435^2.5.1^8.44.235.1.113883.3.3~DNR^Do not resuscitate^HL70435^N^No directive^HL70435^2.5.1^4^TEST^N^No directive^HL70435^2.5.1^8.44.235.1.113883.3.3|A^Active^HL70441^I^Inactive^HL70441^2.5.1^4^TEST^O^Other^HL70441^2.5.1^8.44.235.1.113883.3.3|20230501102532-0400|20230501102533-0400|AUSA^Australian Army^HL70140^AUSFA^Australian Air Force^HL70140^2.5.1^4^TEST^AUSN^Australian Navy^HL70140^2.5.1^8.44.235.1.113883.3.3|E1... E9^Enlisted^HL70141^O1 ... O9^Officers^HL70141^2.5.1^4^TEST^W1 ... W4^Warrent Officers^HL70141^2.5.1^8.44.235.1.113883.3.3|ACT^Active duty^HL70142^DEC^Deceased^HL70142^2.5.1^4^TEST^RET^Retired^HL70142^2.5.1^8.44.235.1.113883.3.3|20230501102531-0400 NTE|1|L|Accession level coment.|RE^Remark^HL70364^z^x^y^2.5.1^a^b|Bob R.N.|20230531|20230601|20350201|CC^Coded comment for patient note +NTE|2|L|Accession level coment 2|RE^Remark^HL70364^z^x^y^2.5.1^a^b|Bob R.N.|20230531|20230601|20350201|CC^Coded comment for patient note PV1|1|O|A&Point OF Care&C^1&Room&3^B&Bed&A^Hospital Assigned&2.4.4.4&ISO^^R^&Building^&Floor^Totally A Real Location^Comprehensive&&UID4This^AA&AssigningAUTH&ISO|R^Routine^HL70007|232323|^^^Hospital Prio&2.4.4.4&ISO^active^location type^^^Description^Entity ID&NAME&UNI&ISO^ASSIGNEE&222.1111.22222&UUID|1^BEETHOVEN^LUDWIG^B^2ND^DR^MD^^Namespace&AssigningSystem&UUID^B^^^DL^^^^^^^^MD|1^MOZART|1^CHOPIN|URO^Urology Service^HL70069|^^^^^^^^Its Temporary|P^Passed^HL70087|R^Re-admission^HL70092|RL^Real Life^HL70023||VIP^Very Interesting Person^HL70099|1^BACH|H^Human Patient^HL70018|22|||||||||||20020101|C^Collectors^HL70021|1|0|Y^Yes^HL70111|20080101|H^Happy^HL70112|^202305061200|F^Fed^HL70114|H^A Hospital Of Course^HL70115||A^Active^HL70117|^^^^^^^^Pending Location|^^^^^^^^Prior Location|20240801102531-0400|20240801102531-0400|100|199|142|130|alternate visit|A^Account Level^HL70326||Service Description|episode identifier PV2|^^^Hospital PriorPending&2.4.4.4&ISO^active^location type^^^Description^Entity ID&NAME&UNI&ISO^ASSIGNEE&222.1111.22222&UUID||1^AD||||413^V~423^X|20230601102531-0400|20230701102531-0400|5|12|Description|1^BEETHOVEN&VAN&Referral Source Code1&VAL&ROGER^LUDWIG^B^2ND^DR^MD^SRC^&AssigningSystem&ISO^B^A^NPI^DL^^A^NameContext^^G^20220501102531-0400^20230501102531-0400^MD^AssignJ^AssignA~1^BEETHOVEN&VAN&Referral Source Code2&VAL&ROGER^LUDWIG^B^2ND^DR^MD^SRC^&AssigningSystem&ISO^B^A^NPI^DL^^A^NameContext^^G^20220501102531-0400^20230501102531-0400^MD^AssignJ^AssignA||EMP_ILL||||||100^PublicCode|SEC|Org1^1234-5&TestText&LN&1234-5&TestAltText&LN&1&2&OriginalText^123^Check Digit^C1^Assigning Authority&2.1.4.1&ISO^MD^Hospital A&2.16.840.1.113883.9.11&ISO~Org2^1234-5&TestText&LN&1234-5&TestAltText&LN&1&2&OriginalText^123^Check Digit^C1^Assigning Authority&2.1.4.1&ISO^MD^Hospital A&2.16.840.1.113883.9.11&ISO||3^Elective^HL70217|20230501102531-0400|||20220501102531-0400|||||||||444^MODE||123^CARELEVEL1 ORC|RE|Specimen123^SPHL-000048^2.16.840.1.114222.4.1.10765^ISO|Specimen12311^SPHL-000048^2.16.840.1.114222.4.1.10765^ISO|Specimen12322^SPHL-000048^2.16.840.1.114222.4.1.10765^ISO|CM|E||Specimen12333&SPHL-000048&2.16.840.1.114222.4.1.10765&ISO^Specimen12333454&SPHL-000048&2.16.840.1.114222.4.1.10765&ISO|20230725|71^^ORC.10Name|82^^ORC.11Name|93^^ORC.12Name|12.12.12&enter location id&L|123^^^+123|202101021000||EO^entering org text^HL79999|ED^entering device text^HL79999|60^^ORC.19Name||CDPH, Viral and Rickettsial Disease Laboratory^^^^^STARLIMS.CDC.Stag&2.16.840.1.114222.4.3.3.2.1.2&ISO^XX^STARLINKS.CDC.Stag&2.16.840.1.114222.8.7.6.5.4.1&ISO^A^SPHL-000048|111 Street St^^Streetsville^ST|456^^^+456|111 Road Rd^^Roadsville^RD|OS^order status^HL79999||20260404|EMP^Employee^HL70177|I^Inpatient Order^HL70482|EL^Electronic^HL70483|UMM^Universal Modifier^HL70000|20250403|33 OBR|1|Placer Identifier^Placer Identifier Namespace^Placer Universal ID^ISO|Filler Identifier^Filler Identifier Namespace^Filler Universal ID^ISO|123^Universal service identifier||202202021022||||1^Collector&VAN&Identifier&VAL&ROGER^LUDWIG^B^2ND^DR^MD^SRC^&AssigningSystem&ISO^B^A^NPI^DL^^A^NameContext|G|512^Danger code|relevent info|||1^Ordering&VAN&Provider&VAL&JollyROGER|^WPN^BP^^1^260^7595016^^^^^+1 260 759 5016~^WPN^Internet^order.callback@email.com|placer1|placer2|filler1|filler2||100&$^16&code|OTH|F|444&ParentId^888^ParentOBSdescriptor||1^result&VAN&copiesto&VAL&NotSoJollyROGER|adb4a5cc-50ec-4f1e-95d7-0c1f77cacee1&CSV&11D1111111&CLIA^f34b0f57-1601-4480-ae8a-d4006e50f38d&Other CSV&22D2222222&CLIA2||3216^ReasonForStudy~3216^ReasonForStudy2||123&Assistant&Results Interpreter&S&ESQ&DR&MD&&Assigning Authority&2.1.4.1&ISO^20230401102531-0400^20230501102531-0400^Point of Care^Room 101^Bed A^Hospital A&2.16.840.1.113883.9.11&ISO^active^^Building 123^Floor A|||20230806123359-0500|||4438^Collectors Comment~4438^Collectors Comment2|||||5019^Procedure Code|887766^Procedure Code Modifier~887766^Procedure Code Modifier2|7461^Placer Supplemental~7461^Placer Supplemental2|8811^Fillter Supplemental~8811^Fillter Supplemental2|71435^Medically Necessary Duplicate Procedure|N|443331^Parent Universal Service Identifier|||Alt^Placer Order~Alt^Placer Order2|adb4a5cc-50ec-4f1e-95d7-0c1f77cacee1&CSV&11D1111111&CLIA^f34b0f57-1601-4480-ae8a-d4006e50f38d&Other CSV&22D2222222&CLIA2 OBX|1|CWE|80383-3^Flu B^LN|subid|260415000^Not detected^SCT|g^gram^HL79999|range of a few|UP^Up to you|99|ST|F|20000101|user defined|20230101000000|11D1111111^CSV uploads^CLIA|1^Frances^Quinlen|^BD Veritor System for Rapid Detection of SARS-CoV-2|Device 001^SPTRDEV-001^2.17.840^ISO|20230912180802-0400|BE^Bilateral Ears^HL70163|entity id||CSV uploads-11D1111111^^^^^CLIA&2.16.840.1.113883.4.7&ISO^XX^^^11D1111111|2 Second Dr^^^IG^94553^USA|1^Mark^Quinlen|26|RC^root cause^HL79900|LPC^Local Process^HL79900|QST|30|31|32^value absent reason|33^eip -NTE|1|L|OBX Note|RE^Remark|Bob R.N.A.|20230201|20230202|20230203|CC^This is a coded comment for an observation note \ No newline at end of file +NTE|1|L|OBX Note~second comment|RE^Remark|Bob R.N.A.|20230201|20230202|20230203|CC^This is a coded comment for an observation note +OBX|2|CWE|80383-3^Flu B^LN|subid|260415000^Not detected^SCT|g^gram^HL79999|range of a few|UP^Up to you|99|ST|F|20000101|user defined|20230101000000|11D1111111^CSV uploads^CLIA|1^Frances^Quinlen|^BD Veritor System for Rapid Detection of SARS-CoV-2|Device 001^SPTRDEV-001^2.17.840^ISO|20230912180802-0400|BE^Bilateral Ears^HL70163|entity id||CSV uploads-11D1111111^^^^^CLIA&2.16.840.1.113883.4.7&ISO^XX^^^11D1111111|2 Second Dr^^^IG^94553^USA|1^Mark^Quinlen|26|RC^root cause^HL79900|LPC^Local Process^HL79900|QST|30|31|32^value absent reason|33^eip +NTE|1|L|OBX Note~second comment|RE^Remark|Bob R.N.A.|20230201|20230202|20230203|CC^This is a coded comment for an observation note \ No newline at end of file diff --git a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orur01/oru_r01-full.fhir b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orur01/oru_r01-full.fhir index 650ccf43797..1165b38bc18 100644 --- a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orur01/oru_r01-full.fhir +++ b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orur01/oru_r01-full.fhir @@ -5635,6 +5635,18 @@ "system" : "email", "value" : "MWaKabon@placer.ca.gov" } + }, + { + "url" : "OBR.7", + "valueDateTime" : "2023-07-24T15:24:00Z", + "_valueDateTime" : { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "202307241524" + } + ] + } } ] } @@ -6224,6 +6236,12 @@ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", "extension" : [ + { + "url" : "OBR.16", + "valueReference" : { + "reference" : "Practitioner/1731693452435563000.a1c0b0dd-bd8a-4229-a55c-a3f6f0cea9ec" + } + }, { "url" : "OBR.22", "valueString" : "202308021726-0400" @@ -6233,9 +6251,15 @@ "valueId" : "F" }, { - "url" : "OBR.16", - "valueReference" : { - "reference" : "Practitioner/1716964508680805000.39455907-1413-4e43-9f80-c88959094250" + "url" : "OBR.7", + "valueDateTime" : "2023-07-24T15:24:00Z", + "_valueDateTime" : { + "extension" : [ + { + "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString" : "202307241524" + } + ] } } ] @@ -6558,10 +6582,10 @@ } }, { - "fullUrl" : "Practitioner/1716964508680805000.39455907-1413-4e43-9f80-c88959094250", + "fullUrl" : "Practitioner/1731693452435563000.a1c0b0dd-bd8a-4229-a55c-a3f6f0cea9ec", "resource" : { "resourceType" : "Practitioner", - "id" : "1716964508680805000.39455907-1413-4e43-9f80-c88959094250", + "id" : "1731693452435563000.a1c0b0dd-bd8a-4229-a55c-a3f6f0cea9ec", "extension" : [ { "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", From 5b0d24ada7dbee41a1e877cc0f8dfe126f7ffd60 Mon Sep 17 00:00:00 2001 From: david-navapbc <165852085+david-navapbc@users.noreply.github.com> Date: Fri, 22 Nov 2024 12:04:25 -0700 Subject: [PATCH 58/61] 21 nov 24 dependabot (#16625) * Bump jacksonVersion from 2.18.0 to 2.18.1 in /prime-router Bumps `jacksonVersion` from 2.18.0 to 2.18.1. Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-yaml` from 2.18.0 to 2.18.1 - [Commits](https://github.com/FasterXML/jackson-dataformats-text/compare/jackson-dataformats-text-2.18.0...jackson-dataformats-text-2.18.1) Updates `com.fasterxml.jackson.core:jackson-databind` from 2.18.0 to 2.18.1 - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Bump com.microsoft.azure:applicationinsights-web in /submissions Bumps [com.microsoft.azure:applicationinsights-web](https://github.com/Microsoft/ApplicationInsights-Java) from 3.5.4 to 3.6.2. - [Release notes](https://github.com/Microsoft/ApplicationInsights-Java/releases) - [Changelog](https://github.com/microsoft/ApplicationInsights-Java/blob/main/CHANGELOG.md) - [Commits](https://github.com/Microsoft/ApplicationInsights-Java/compare/3.5.4...3.6.2) --- updated-dependencies: - dependency-name: com.microsoft.azure:applicationinsights-web dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Bump com.microsoft.azure:applicationinsights-runtime-attach Bumps [com.microsoft.azure:applicationinsights-runtime-attach](https://github.com/Microsoft/ApplicationInsights-Java) from 3.5.4 to 3.6.2. - [Release notes](https://github.com/Microsoft/ApplicationInsights-Java/releases) - [Changelog](https://github.com/microsoft/ApplicationInsights-Java/blob/main/CHANGELOG.md) - [Commits](https://github.com/Microsoft/ApplicationInsights-Java/compare/3.5.4...3.6.2) --- updated-dependencies: - dependency-name: com.microsoft.azure:applicationinsights-runtime-attach dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Bump com.azure.spring:spring-cloud-azure-dependencies in /auth Bumps [com.azure.spring:spring-cloud-azure-dependencies](https://github.com/Azure/azure-sdk-for-java) from 5.16.0 to 5.18.0. - [Release notes](https://github.com/Azure/azure-sdk-for-java/releases) - [Commits](https://github.com/Azure/azure-sdk-for-java/compare/spring-cloud-azure_5.16.0...spring-messaging-azure_5.18.0) --- updated-dependencies: - dependency-name: com.azure.spring:spring-cloud-azure-dependencies dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Bump the hapifhir group across 1 directory with 3 updates Bumps the hapifhir group with 3 updates in the /prime-router directory: ca.uhn.hapi.fhir:hapi-fhir-structures-r4, ca.uhn.hapi.fhir:hapi-fhir-caching-caffeine and ca.uhn.hapi.fhir:hapi-fhir-client. Updates `ca.uhn.hapi.fhir:hapi-fhir-structures-r4` from 7.4.2 to 7.4.5 Updates `ca.uhn.hapi.fhir:hapi-fhir-caching-caffeine` from 7.4.2 to 7.4.5 Updates `ca.uhn.hapi.fhir:hapi-fhir-client` from 7.4.2 to 7.4.5 --- updated-dependencies: - dependency-name: ca.uhn.hapi.fhir:hapi-fhir-structures-r4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: hapifhir - dependency-name: ca.uhn.hapi.fhir:hapi-fhir-caching-caffeine dependency-type: direct:production update-type: version-update:semver-patch dependency-group: hapifhir - dependency-name: ca.uhn.hapi.fhir:hapi-fhir-client dependency-type: direct:production update-type: version-update:semver-patch dependency-group: hapifhir ... Signed-off-by: dependabot[bot] * Bump the bouncycastle group in /prime-router with 3 updates Bumps the bouncycastle group in /prime-router with 3 updates: [org.bouncycastle:bcprov-jdk15to18](https://github.com/bcgit/bc-java), [org.bouncycastle:bcprov-jdk18on](https://github.com/bcgit/bc-java) and [org.bouncycastle:bcmail-jdk15to18](https://github.com/bcgit/bc-java). Updates `org.bouncycastle:bcprov-jdk15to18` from 1.78.1 to 1.79 - [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html) - [Commits](https://github.com/bcgit/bc-java/commits) Updates `org.bouncycastle:bcprov-jdk18on` from 1.78.1 to 1.79 - [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html) - [Commits](https://github.com/bcgit/bc-java/commits) Updates `org.bouncycastle:bcmail-jdk15to18` from 1.78.1 to 1.79 - [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html) - [Commits](https://github.com/bcgit/bc-java/commits) --- updated-dependencies: - dependency-name: org.bouncycastle:bcprov-jdk15to18 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: bouncycastle - dependency-name: org.bouncycastle:bcprov-jdk18on dependency-type: direct:production update-type: version-update:semver-minor dependency-group: bouncycastle - dependency-name: org.bouncycastle:bcmail-jdk15to18 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: bouncycastle ... Signed-off-by: dependabot[bot] * Bump the flyway group across 1 directory with 3 updates Bumps the flyway group with 3 updates in the /prime-router directory: org.flywaydb:flyway-database-postgresql, [org.flywaydb:flyway-core](https://github.com/flyway/flyway) and org.flywaydb.flyway. Updates `org.flywaydb:flyway-database-postgresql` from 10.18.2 to 10.21.0 Updates `org.flywaydb:flyway-core` from 10.18.2 to 10.21.0 - [Release notes](https://github.com/flyway/flyway/releases) - [Commits](https://github.com/flyway/flyway/compare/flyway-10.18.2...flyway-10.21.0) Updates `org.flywaydb.flyway` from 10.18.2 to 10.21.0 --- updated-dependencies: - dependency-name: org.flywaydb:flyway-database-postgresql dependency-type: direct:production update-type: version-update:semver-minor dependency-group: flyway - dependency-name: org.flywaydb:flyway-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: flyway - dependency-name: org.flywaydb.flyway dependency-type: direct:production update-type: version-update:semver-minor dependency-group: flyway ... Signed-off-by: dependabot[bot] * Bump com.googlecode.libphonenumber:libphonenumber in /prime-router Bumps [com.googlecode.libphonenumber:libphonenumber](https://github.com/google/libphonenumber) from 8.13.46 to 8.13.50. - [Release notes](https://github.com/google/libphonenumber/releases) - [Changelog](https://github.com/google/libphonenumber/blob/master/making-metadata-changes.md) - [Commits](https://github.com/google/libphonenumber/compare/v8.13.46...v8.13.50) --- updated-dependencies: - dependency-name: com.googlecode.libphonenumber:libphonenumber dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Bump com.nimbusds:nimbus-jose-jwt from 9.41.1 to 9.47 in /prime-router Bumps [com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) from 9.41.1 to 9.47. - [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt) - [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/9.47..9.41.1) --- updated-dependencies: - dependency-name: com.nimbusds:nimbus-jose-jwt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Bump com.azure:azure-identity from 1.14.0 to 1.14.2 in /prime-router Bumps [com.azure:azure-identity](https://github.com/Azure/azure-sdk-for-java) from 1.14.0 to 1.14.2. - [Release notes](https://github.com/Azure/azure-sdk-for-java/releases) - [Commits](https://github.com/Azure/azure-sdk-for-java/compare/azure-core_1.14.0...azure-identity_1.14.2) --- updated-dependencies: - dependency-name: com.azure:azure-identity dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Bump com.zaxxer:HikariCP from 6.0.0 to 6.2.0 in /prime-router Bumps [com.zaxxer:HikariCP](https://github.com/brettwooldridge/HikariCP) from 6.0.0 to 6.2.0. - [Changelog](https://github.com/brettwooldridge/HikariCP/blob/dev/CHANGES) - [Commits](https://github.com/brettwooldridge/HikariCP/compare/HikariCP-6.0.0...HikariCP-6.2.0) --- updated-dependencies: - dependency-name: com.zaxxer:HikariCP dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: David Holiday Co-authored-by: Jack Wang --- auth/build.gradle.kts | 2 +- prime-router/build.gradle.kts | 30 +++++++++++++++--------------- submissions/build.gradle.kts | 4 ++-- 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/auth/build.gradle.kts b/auth/build.gradle.kts index 6331fb35e76..7984f5cc768 100644 --- a/auth/build.gradle.kts +++ b/auth/build.gradle.kts @@ -48,7 +48,7 @@ configurations.all { dependencyManagement { imports { - mavenBom("com.azure.spring:spring-cloud-azure-dependencies:5.17.1") + mavenBom("com.azure.spring:spring-cloud-azure-dependencies:5.18.0") mavenBom("org.springframework.cloud:spring-cloud-dependencies:2023.0.3") } } diff --git a/prime-router/build.gradle.kts b/prime-router/build.gradle.kts index 66f83c3a1f8..d489a8564d7 100644 --- a/prime-router/build.gradle.kts +++ b/prime-router/build.gradle.kts @@ -35,7 +35,7 @@ apply(from = rootProject.file("buildSrc/shared.gradle.kts")) plugins { val kotlinVersion by System.getProperties() id("reportstream.project-conventions") - id("org.flywaydb.flyway") version "10.18.2" + id("org.flywaydb.flyway") version "10.21.0" id("nu.studer.jooq") version "9.0" id("com.github.johnrengelman.shadow") version "8.1.1" id("com.microsoft.azure.azurefunctions") version "1.16.1" @@ -75,7 +75,7 @@ val javaVersion = when (appJvmTarget) { } val ktorVersion = "2.3.12" val kotlinVersion by System.getProperties() -val jacksonVersion = "2.18.0" +val jacksonVersion = "2.18.1" jacoco.toolVersion = "0.8.12" // Local database information, first one wins: @@ -840,7 +840,7 @@ buildscript { // will need to be removed once this issue is resolved in Maven. classpath("net.minidev:json-smart:2.5.1") // as per flyway v10 docs the postgres flyway module must be on the project buildpath - classpath("org.flywaydb:flyway-database-postgresql:10.18.2") + classpath("org.flywaydb:flyway-database-postgresql:10.21.0") } } @@ -872,11 +872,11 @@ dependencies { exclude(group = "com.azure", module = "azure-core") exclude(group = "com.azure", module = "azure-core-http-netty") } - implementation("com.azure:azure-identity:1.14.0") { + implementation("com.azure:azure-identity:1.14.2") { exclude(group = "com.azure", module = "azure-core") exclude(group = "com.azure", module = "azure-core-http-netty") } - implementation("com.nimbusds:nimbus-jose-jwt:9.41.1") + implementation("com.nimbusds:nimbus-jose-jwt:9.47") implementation("org.apache.logging.log4j:log4j-api:2.24.0") implementation("org.apache.logging.log4j:log4j-core:2.24.0") implementation("org.apache.logging.log4j:log4j-slf4j2-impl:2.24.0") @@ -898,17 +898,17 @@ dependencies { branch = "master" } } - implementation("ca.uhn.hapi.fhir:hapi-fhir-structures-r4:7.4.2") + implementation("ca.uhn.hapi.fhir:hapi-fhir-structures-r4:7.4.5") // https://mvnrepository.com/artifact/ca.uhn.hapi.fhir/hapi-fhir-caching-caffeine - implementation("ca.uhn.hapi.fhir:hapi-fhir-caching-caffeine:7.4.2") - implementation("ca.uhn.hapi.fhir:hapi-fhir-client:7.4.2") + implementation("ca.uhn.hapi.fhir:hapi-fhir-caching-caffeine:7.4.5") + implementation("ca.uhn.hapi.fhir:hapi-fhir-client:7.4.5") // pin implementation("ca.uhn.hapi.fhir:org.hl7.fhir.utilities:6.4.0") implementation("ca.uhn.hapi.fhir:org.hl7.fhir.r4:6.4.0") implementation("ca.uhn.hapi:hapi-base:2.5.1") implementation("ca.uhn.hapi:hapi-structures-v251:2.5.1") implementation("ca.uhn.hapi:hapi-structures-v27:2.5.1") - implementation("com.googlecode.libphonenumber:libphonenumber:8.13.46") + implementation("com.googlecode.libphonenumber:libphonenumber:8.13.50") implementation("org.thymeleaf:thymeleaf:3.1.2.RELEASE") implementation("com.sendgrid:sendgrid-java:4.10.3") implementation("com.okta.jwt:okta-jwt-verifier:0.5.7") @@ -923,15 +923,15 @@ dependencies { implementation("commons-codec:commons-codec:1.17.1") implementation("commons-io:commons-io:2.17.0") implementation("org.postgresql:postgresql:42.7.4") - implementation("com.zaxxer:HikariCP:6.0.0") - implementation("org.flywaydb:flyway-core:10.18.2") - implementation("org.flywaydb:flyway-database-postgresql:10.18.2") + implementation("com.zaxxer:HikariCP:6.2.0") + implementation("org.flywaydb:flyway-core:10.21.0") + implementation("org.flywaydb:flyway-database-postgresql:10.21.0") implementation("org.commonmark:commonmark:0.24.0") implementation("com.google.guava:guava:33.3.1-jre") implementation("com.helger.as2:as2-lib:5.1.2") - implementation("org.bouncycastle:bcprov-jdk15to18:1.78.1") - implementation("org.bouncycastle:bcprov-jdk18on:1.78.1") - implementation("org.bouncycastle:bcmail-jdk15to18:1.78.1") + implementation("org.bouncycastle:bcprov-jdk15to18:1.79") + implementation("org.bouncycastle:bcprov-jdk18on:1.79") + implementation("org.bouncycastle:bcmail-jdk15to18:1.79") implementation("commons-net:commons-net:3.11.1") implementation("com.cronutils:cron-utils:9.2.1") diff --git a/submissions/build.gradle.kts b/submissions/build.gradle.kts index 71bc7870d2e..63f690bc6c9 100644 --- a/submissions/build.gradle.kts +++ b/submissions/build.gradle.kts @@ -19,8 +19,8 @@ dependencies { implementation("org.springframework.security:spring-security-oauth2-jose:6.3.4") implementation("com.azure.spring:spring-cloud-azure-starter-storage") - implementation("com.microsoft.azure:applicationinsights-runtime-attach:3.5.4") - implementation("com.microsoft.azure:applicationinsights-web:3.5.4") + implementation("com.microsoft.azure:applicationinsights-runtime-attach:3.6.2") + implementation("com.microsoft.azure:applicationinsights-web:3.6.2") implementation("com.microsoft.azure:applicationinsights-logging-logback:2.6.4") implementation("com.fasterxml.jackson.module:jackson-module-kotlin") implementation("org.jetbrains.kotlin:kotlin-reflect") From 4869b13d21593d471770f548fae7b1329ac0e566 Mon Sep 17 00:00:00 2001 From: Joseph Andersen <12385932+jpandersen87@users.noreply.github.com> Date: Fri, 22 Nov 2024 15:25:10 -0600 Subject: [PATCH 59/61] Un-skip E2E test: receiver-status-page-user-flow.spec.ts (#16603) * Un-skip E2E test: receiver-status-page-user-flow.spec.ts Fixes #16061 --- .../authenticated/admin/receiver-status.ts | 89 +++-- .../receiver-status-page-user-flow.spec.ts | 308 +++++++----------- .../AdminReceiverDashboardPage.tsx | 120 ++----- .../ReceiversStatusesDisplay.tsx | 100 ++---- .../pages/admin/receiver-dashboard/utils.ts | 89 ++--- 5 files changed, 270 insertions(+), 436 deletions(-) diff --git a/frontend-react/e2e/pages/authenticated/admin/receiver-status.ts b/frontend-react/e2e/pages/authenticated/admin/receiver-status.ts index 2f0673d9892..baa3808c4c4 100644 --- a/frontend-react/e2e/pages/authenticated/admin/receiver-status.ts +++ b/frontend-react/e2e/pages/authenticated/admin/receiver-status.ts @@ -4,6 +4,9 @@ import type { RSOrganizationSettings } from "../../../../src/config/endpoints/se import { RSReceiverStatus } from "../../../../src/hooks/api/UseReceiversConnectionStatus/UseReceiversConnectionStatus"; import { createStatusTimePeriodData, + isConnectionResultMatch, + MATCHING_FILTER_CLASSNAME_MAP, + MatchingFilter, SUCCESS_RATE_CLASSNAME_MAP, SuccessRate, } from "../../../../src/pages/admin/receiver-dashboard/utils"; @@ -403,9 +406,13 @@ export class AdminReceiverStatusPage extends BasePage { } async testReceiverStatusDisplay(isSmoke = false) { + const selectedSuccessRate = this.filterFormInputs.successType.value as SuccessRate; const [startDate, endDate] = this.filterFormInputs.dateRange.value; const statusRows = this.receiverStatusRowsLocator; - await expect(statusRows).toHaveCount(new Set(this.receiverStatus?.map((r) => r.receiverId)).size); + const timePeriodData = this.timePeriodData.filter( + (d) => selectedSuccessRate === SuccessRate.UNDEFINED || d.successRateType === selectedSuccessRate, + ); + await expect(statusRows).toHaveCount(timePeriodData.length); const expectedDaysText = [ dateShortFormat(startDate), @@ -415,7 +422,7 @@ export class AdminReceiverStatusPage extends BasePage { for (const [ i, { days, successRate, organizationName, receiverName, successRateType }, - ] of this.timePeriodData.entries()) { + ] of timePeriodData.entries()) { const { title, display, days: daysLoc } = statusRows.nthCustom(i); const expectedTitleText = this.getExpectedReceiverStatusRowTitle( @@ -438,9 +445,31 @@ export class AdminReceiverStatusPage extends BasePage { const daySlices = daysLoc.nthCustom(i).timePeriods; await expect(daySlices).toHaveCount(timePeriods.length); - for (const [i, { successRateType }] of timePeriods.entries()) { + for (const [i, { successRateType, entries }] of timePeriods.entries()) { const sliceEle = daySlices.nth(i); - const expectedClass = new RegExp(SUCCESS_RATE_CLASSNAME_MAP[successRateType]); + // filtering status isn't recalculated automatically, so do it here + const isResultFilterMatch = + this.filterFormInputs.resultMessage.value === "" + ? undefined + : entries.some((e) => + isConnectionResultMatch( + e.connectionCheckResult, + this.filterFormInputs.resultMessage.value, + ), + ); + const classStr = [ + SUCCESS_RATE_CLASSNAME_MAP[successRateType], + MATCHING_FILTER_CLASSNAME_MAP[ + isResultFilterMatch == null + ? MatchingFilter.NO_FILTER + : isResultFilterMatch + ? MatchingFilter.FILTER_IS_MATCHED + : MatchingFilter.FILTER_NOT_MATCHED + ], + ] + .filter(Boolean) + .join(" "); + const expectedClass = new RegExp(classStr); await expect(sliceEle).toBeVisible(); await expect(sliceEle).toHaveClass(expectedClass); @@ -456,17 +485,15 @@ export class AdminReceiverStatusPage extends BasePage { } async testReceiverName() { - const { organizationName, receiverName, successRate } = - this.timePeriodData[1]; + const { organizationName, receiverName, successRate } = this.timePeriodData[1]; const receiversStatusRows = this.receiverStatusRowsLocator; const expectedReceiverStatusRow = receiversStatusRows.nthCustom(0); - const expectedReceiverStatusRowTitle = - this.getExpectedReceiverStatusRowTitle( - organizationName, - receiverName, - successRate, - ); + const expectedReceiverStatusRowTitle = this.getExpectedReceiverStatusRowTitle( + organizationName, + receiverName, + successRate, + ); await expect(receiversStatusRows).toHaveCount(this.timePeriodData.length); @@ -491,8 +518,8 @@ export class AdminReceiverStatusPage extends BasePage { const dayI = 0; const timePeriodI = 2; const entryI = 0; - const {days} = this.timePeriodData[receiverI]; - const {connectionCheckResult} = days[dayI].timePeriods[timePeriodI].entries[entryI]; + const { days } = this.timePeriodData[receiverI]; + const { connectionCheckResult } = days[dayI].timePeriods[timePeriodI].entries[entryI]; const receiversStatusRows = this.receiverStatusRowsLocator; @@ -500,11 +527,11 @@ export class AdminReceiverStatusPage extends BasePage { resultMessage: connectionCheckResult, }); - for (const [i, {days}] of this.timePeriodData.entries()) { + for (const [i, { days }] of this.timePeriodData.entries()) { const isRowExpected = i === receiverI; const row = receiversStatusRows.nthCustom(i); - for (const [i, {timePeriods}] of days.entries()) { + for (const [i, { timePeriods }] of days.entries()) { const isDayExpected = isRowExpected && i === dayI; const rowDay = row.days.nthCustom(i); @@ -537,20 +564,18 @@ export class AdminReceiverStatusPage extends BasePage { const link = row.title.getByRole("link", { name: organizationName, exact: true }).first(); const expectedUrl = this.getExpectedStatusOrganizationUrl(i); await expect(link).toBeVisible(); - const p = this.page.route( - `/api/settings/organizations/${organizationName}`, - (route) => - route.fulfill({ - json: { - description: "fake", - filters: [], - name: organizationName, - jurisdiction: "fake", - version: 0, - createdAt: "", - createdBy: "", - } satisfies RSOrganizationSettings, - }), + const p = this.page.route(`/api/settings/organizations/${organizationName}`, (route) => + route.fulfill({ + json: { + description: "fake", + filters: [], + name: organizationName, + jurisdiction: "fake", + version: 0, + createdAt: "", + createdBy: "", + } satisfies RSOrganizationSettings, + }), ); await link.click(); await expect(this.page).toHaveURL(expectedUrl); @@ -624,9 +649,7 @@ export class AdminReceiverStatusPage extends BasePage { }); await expect(link).toBeVisible(); await link.click(); - await expect(this.page).toHaveURL( - this.getExpectedStatusReceiverUrl(i), - ); + await expect(this.page).toHaveURL(this.getExpectedStatusReceiverUrl(i)); await this.page.goBack(); if (isSmoke && i === 0) { diff --git a/frontend-react/e2e/spec/chromium-only/authenticated/receiver-status-page-user-flow.spec.ts b/frontend-react/e2e/spec/chromium-only/authenticated/receiver-status-page-user-flow.spec.ts index 8cb59f03528..152996d902e 100644 --- a/frontend-react/e2e/spec/chromium-only/authenticated/receiver-status-page-user-flow.spec.ts +++ b/frontend-react/e2e/spec/chromium-only/authenticated/receiver-status-page-user-flow.spec.ts @@ -1,4 +1,5 @@ import { addDays, endOfDay, startOfDay, subDays } from "date-fns"; +import { SuccessRate } from "../../../../src/pages/admin/receiver-dashboard/utils"; import { AdminReceiverStatusPage } from "../../../pages/authenticated/admin/receiver-status"; import { test as baseTest, expect, logins } from "../../../test"; @@ -36,74 +37,70 @@ const test = baseTest.extend({ }, }); -test.describe("Admin Receiver Status Page", +test.describe( + "Admin Receiver Status Page", { // TODO: Investigate Admin Receiver Status Page › functions correctly › receiver statuses › time period modals - // tag: "@smoke", - }, () => { + tag: "@smoke", + }, + () => { test.use({ storageState: logins.admin.path }); test.describe("displays correctly", () => { test.describe("header", () => { - test( - "has correct title + heading", - async ({ adminReceiverStatusPage }) => { - await adminReceiverStatusPage.testHeader(); - }, - ); + test("has correct title + heading", async ({ adminReceiverStatusPage }) => { + await adminReceiverStatusPage.testHeader(); + }); }); - test.describe( - "filters", - () => { - test("date range", async ({ adminReceiverStatusPage }) => { - const { button, label, modalOverlay, valueDisplay } = - adminReceiverStatusPage.filterFormInputs.dateRange; - await expect(label).toBeVisible(); - await expect(button).toBeVisible(); - await expect(valueDisplay).toHaveText(adminReceiverStatusPage.expectedDateRangeLabelText); - await expect(modalOverlay).toBeHidden(); - }); + test.describe("filters", () => { + test("date range", async ({ adminReceiverStatusPage }) => { + const { button, label, modalOverlay, valueDisplay } = + adminReceiverStatusPage.filterFormInputs.dateRange; + await expect(label).toBeVisible(); + await expect(button).toBeVisible(); + await expect(valueDisplay).toHaveText(adminReceiverStatusPage.expectedDateRangeLabelText); + await expect(modalOverlay).toBeHidden(); + }); - test("receiver name", async ({ adminReceiverStatusPage }) => { - const { input, expectedTooltipText, label, tooltip, expectedDefaultValue } = - adminReceiverStatusPage.filterFormInputs.receiverName; - await expect(label).toBeVisible(); - await expect(input).toBeVisible(); - await expect(input).toHaveValue(expectedDefaultValue); - - await expect(tooltip).toBeHidden(); - await input.hover(); - await expect(tooltip).toBeVisible(); - await expect(tooltip).toHaveText(expectedTooltipText); - }); + test("receiver name", async ({ adminReceiverStatusPage }) => { + const { input, expectedTooltipText, label, tooltip, expectedDefaultValue } = + adminReceiverStatusPage.filterFormInputs.receiverName; + await expect(label).toBeVisible(); + await expect(input).toBeVisible(); + await expect(input).toHaveValue(expectedDefaultValue); + + await expect(tooltip).toBeHidden(); + await input.hover(); + await expect(tooltip).toBeVisible(); + await expect(tooltip).toHaveText(expectedTooltipText); + }); - test("results message", async ({ adminReceiverStatusPage }) => { - const { input, expectedTooltipText, label, tooltip, expectedDefaultValue } = - adminReceiverStatusPage.filterFormInputs.resultMessage; - await expect(label).toBeVisible(); - await expect(input).toBeVisible(); - await expect(input).toHaveValue(expectedDefaultValue); - - await expect(tooltip).toBeHidden(); - await input.hover(); - await expect(tooltip).toBeVisible(); - await expect(tooltip).toHaveText(expectedTooltipText); - }); + test("results message", async ({ adminReceiverStatusPage }) => { + const { input, expectedTooltipText, label, tooltip, expectedDefaultValue } = + adminReceiverStatusPage.filterFormInputs.resultMessage; + await expect(label).toBeVisible(); + await expect(input).toBeVisible(); + await expect(input).toHaveValue(expectedDefaultValue); + + await expect(tooltip).toBeHidden(); + await input.hover(); + await expect(tooltip).toBeVisible(); + await expect(tooltip).toHaveText(expectedTooltipText); + }); - test("success type", async ({ adminReceiverStatusPage }) => { - const { input, expectedTooltipText, label, tooltip, expectedDefaultValue } = - adminReceiverStatusPage.filterFormInputs.successType; - await expect(label).toBeVisible(); - await expect(input).toBeVisible(); - await expect(input).toHaveValue(expectedDefaultValue); - - await expect(tooltip).toBeHidden(); - await input.hover(); - await expect(tooltip).toBeVisible(); - await expect(tooltip).toHaveText(expectedTooltipText); - }); - }, - ); + test("success type", async ({ adminReceiverStatusPage }) => { + const { input, expectedTooltipText, label, tooltip, expectedDefaultValue } = + adminReceiverStatusPage.filterFormInputs.successType; + await expect(label).toBeVisible(); + await expect(input).toBeVisible(); + await expect(input).toHaveValue(expectedDefaultValue); + + await expect(tooltip).toBeHidden(); + await input.hover(); + await expect(tooltip).toBeVisible(); + await expect(tooltip).toHaveText(expectedTooltipText); + }); + }); // Failures here indicate potential misalignment of playwright/browser timezone test.describe("receiver statuses", () => { @@ -114,85 +111,72 @@ test.describe("Admin Receiver Status Page", }); test.describe("has footer", () => { - test("has footer and explicit scroll to footer and scroll to top", - async ({ - adminReceiverStatusPage, - }) => { - await adminReceiverStatusPage.testFooter(); - }); + test("has footer and explicit scroll to footer and scroll to top", async ({ + adminReceiverStatusPage, + }) => { + await adminReceiverStatusPage.testFooter(); + }); }); }); test.describe("functions correctly", () => { test.describe("filters", () => { - test.describe( - "date range", - () => { - test("works through calendar", async ({ adminReceiverStatusPage }) => { - const { valueDisplay } = adminReceiverStatusPage.filterFormInputs.dateRange; - const now = new Date(); - const targetFrom = startOfDay(subDays(now, 3)); - const targetTo = addDays(endOfDay(now), 1); - - const reqUrl = await adminReceiverStatusPage.updateFilters({ - dateRange: { - value: [targetFrom, targetTo], - }, - }); - expect(reqUrl).toBeDefined(); - - await expect(valueDisplay).toHaveText( - adminReceiverStatusPage.expectedDateRangeLabelText, - ); - expect(Object.fromEntries(reqUrl!.searchParams.entries())).toMatchObject({ - start_date: targetFrom.toISOString(), - end_date: targetTo.toISOString(), - }); + test.describe("date range", () => { + test("works through calendar", async ({ adminReceiverStatusPage }) => { + const { valueDisplay } = adminReceiverStatusPage.filterFormInputs.dateRange; + const now = new Date(); + const targetFrom = startOfDay(subDays(now, 3)); + const targetTo = addDays(endOfDay(now), 1); + + const reqUrl = await adminReceiverStatusPage.updateFilters({ + dateRange: { + value: [targetFrom, targetTo], + }, + }); + expect(reqUrl).toBeDefined(); + + await expect(valueDisplay).toHaveText(adminReceiverStatusPage.expectedDateRangeLabelText); + expect(Object.fromEntries(reqUrl!.searchParams.entries())).toMatchObject({ + start_date: targetFrom.toISOString(), + end_date: targetTo.toISOString(), + }); + }); + + test("works through textboxes", async ({ adminReceiverStatusPage }) => { + const { valueDisplay } = adminReceiverStatusPage.filterFormInputs.dateRange; + await expect(adminReceiverStatusPage.receiverStatusRowsLocator).not.toHaveCount(0); + const now = new Date(); + const targetFrom = startOfDay(subDays(now, 3)); + const targetTo = addDays(endOfDay(now), 1); + + const reqUrl = await adminReceiverStatusPage.updateFilters({ + dateRange: { + value: [targetFrom, targetTo], + }, }); - test("works through textboxes", async ({ adminReceiverStatusPage }) => { - const { valueDisplay } = adminReceiverStatusPage.filterFormInputs.dateRange; - await expect(adminReceiverStatusPage.receiverStatusRowsLocator).not.toHaveCount(0); - const now = new Date(); - const targetFrom = startOfDay(subDays(now, 3)); - const targetTo = addDays(endOfDay(now), 1); - - const reqUrl = await adminReceiverStatusPage.updateFilters({ - dateRange: { - value: [targetFrom, targetTo], - }, - }); - - expect(reqUrl).toBeDefined(); - - await expect(valueDisplay).toHaveText( - adminReceiverStatusPage.expectedDateRangeLabelText, - ); - expect(Object.fromEntries(reqUrl!.searchParams.entries())).toMatchObject({ - start_date: targetFrom.toISOString(), - end_date: targetTo.toISOString(), - }); + expect(reqUrl).toBeDefined(); + + await expect(valueDisplay).toHaveText(adminReceiverStatusPage.expectedDateRangeLabelText); + expect(Object.fromEntries(reqUrl!.searchParams.entries())).toMatchObject({ + start_date: targetFrom.toISOString(), + end_date: targetTo.toISOString(), }); - }, - ); + }); + }); - // TODO: revisit after filters have been fixed per ticket #15737 - test.skip("receiver name", async ({adminReceiverStatusPage, isMockDisabled}) => { - test.skip(!isMockDisabled, "Mocks are ENABLED, skipping 'receiver name' test"); - const {organizationName, receiverName, successRate} = - adminReceiverStatusPage.timePeriodData[1]; + test("receiver name", async ({ adminReceiverStatusPage }) => { + const { organizationName, receiverName, successRate } = adminReceiverStatusPage.timePeriodData[1]; const receiversStatusRows = adminReceiverStatusPage.receiverStatusRowsLocator; + await expect(receiversStatusRows).toHaveCount(adminReceiverStatusPage.timePeriodData.length); const defaultReceiversStatusRowsCount = await receiversStatusRows.count(); const expectedReceiverStatusRow = receiversStatusRows.nthCustom(0); - const expectedReceiverStatusRowTitle = - adminReceiverStatusPage.getExpectedReceiverStatusRowTitle( - organizationName, - receiverName, - successRate, - ); - - expect(defaultReceiversStatusRowsCount).toBe(adminReceiverStatusPage.timePeriodData.length); + const expectedReceiverStatusRowTitle = adminReceiverStatusPage.getExpectedReceiverStatusRowTitle( + organizationName, + receiverName, + successRate, + ); await adminReceiverStatusPage.updateFilters({ receiverName, @@ -208,82 +192,33 @@ test.describe("Admin Receiver Status Page", expect(defaultReceiversStatusRowsCount).toBe(adminReceiverStatusPage.timePeriodData.length); }); - test.skip("result message", async ({adminReceiverStatusPage, isMockDisabled}) => { - test.skip(!isMockDisabled, "Mocks are ENABLED, skipping 'result message' test"); + test("result message", async ({ adminReceiverStatusPage }) => { // get first entry's result from all-fail receiver's first day -> third time period const receiverI = 0; const dayI = 0; const timePeriodI = 2; const entryI = 0; - const {days} = adminReceiverStatusPage.timePeriodData[receiverI]; - const {connectionCheckResult} = days[dayI].timePeriods[timePeriodI].entries[entryI]; - - const receiversStatusRows = adminReceiverStatusPage.receiverStatusRowsLocator; + const { days } = adminReceiverStatusPage.timePeriodData[receiverI]; + const { connectionCheckResult } = days[dayI].timePeriods[timePeriodI].entries[entryI]; await adminReceiverStatusPage.updateFilters({ resultMessage: connectionCheckResult, }); - for (const [i, {days}] of adminReceiverStatusPage.timePeriodData.entries()) { - const row = receiversStatusRows.nthCustom(i); - - for (const [i, {timePeriods}] of days.entries()) { - const rowDay = row.days.nthCustom(i); - - for (const [i] of timePeriods.entries()) { - const rowDayTimePeriod = rowDay.timePeriods.nth(i); - - await expect(rowDayTimePeriod).toHaveClass(/success-result-hidden/); - } - } - } + await adminReceiverStatusPage.testReceiverStatusDisplay(); await adminReceiverStatusPage.resetFilters(); - // TODO: revisit after filters have been fixed per ticket #15737 - // await adminReceiverStatusPage.testReceiverStatusDisplay(); + await adminReceiverStatusPage.testReceiverStatusDisplay(); }); - test.skip("success type", async ({ adminReceiverStatusPage, isMockDisabled }) => { - test.skip(!isMockDisabled, "Mocks are ENABLED, skipping 'success type' test"); - const [failRow, ,] = adminReceiverStatusPage.timePeriodData; - const failRowTitle = adminReceiverStatusPage.getExpectedReceiverStatusRowTitle( - failRow.organizationName, - failRow.receiverName, - failRow.successRate, - ); - // const mixedRowTitle = adminReceiverStatusPage.getExpectedReceiverStatusRowTitle( - // mixedRow.organizationName, - // mixedRow.receiverName, - // mixedRow.successRate, - // ); - - const receiversStatusRows = adminReceiverStatusPage.receiverStatusRowsLocator; - const defaultReceiversStatusRowsCount = await receiversStatusRows.count(); - const expectedRow = receiversStatusRows.nthCustom(0); - - expect(defaultReceiversStatusRowsCount).toBe(adminReceiverStatusPage.timePeriodData.length); - - await adminReceiverStatusPage.updateFilters({ - successType: "ALL_FAILURE", - }); - let receiversStatusRowsCount = await receiversStatusRows.count(); - - expect(receiversStatusRowsCount).toBeGreaterThanOrEqual(1); - await expect(expectedRow.title).toHaveText(failRowTitle); - - await adminReceiverStatusPage.updateFilters({ - successType: "MIXED_SUCCESS", - }); - receiversStatusRowsCount = await receiversStatusRows.count(); - expect(receiversStatusRowsCount).toBeGreaterThanOrEqual(1); - // TODO: revisit after filters have been fixed per ticket #15737 - // await expect(expectedRow.title).toHaveText(mixedRowTitle); + test("success type", async ({ adminReceiverStatusPage }) => { + const successTypes = [SuccessRate.ALL_FAILURE, SuccessRate.MIXED_SUCCESS, SuccessRate.UNDEFINED]; - // await adminReceiverStatusPage.resetFilters(); - // receiversStatusRowsCount = await receiversStatusRows.count(); - // - // expect(receiversStatusRowsCount).toBe(defaultReceiversStatusRowsCount); + for (const successType of successTypes) { + await adminReceiverStatusPage.updateFilterSuccessType(successType); + await adminReceiverStatusPage.testReceiverStatusDisplay(); + } }); }); @@ -320,7 +255,7 @@ test.describe("Admin Receiver Status Page", }); }); - test.skip("time period modals", async ({ adminReceiverStatusPage }) => { + test("time period modals", async ({ adminReceiverStatusPage }) => { const result = await adminReceiverStatusPage.testReceiverTimePeriodModals(true); expect(result).toBe(true); }); @@ -336,4 +271,5 @@ test.describe("Admin Receiver Status Page", }); }); }); - }); + }, +); diff --git a/frontend-react/src/pages/admin/receiver-dashboard/AdminReceiverDashboardPage/AdminReceiverDashboardPage.tsx b/frontend-react/src/pages/admin/receiver-dashboard/AdminReceiverDashboardPage/AdminReceiverDashboardPage.tsx index 33e5bbba69e..9a132dd5b05 100644 --- a/frontend-react/src/pages/admin/receiver-dashboard/AdminReceiverDashboardPage/AdminReceiverDashboardPage.tsx +++ b/frontend-react/src/pages/admin/receiver-dashboard/AdminReceiverDashboardPage/AdminReceiverDashboardPage.tsx @@ -1,13 +1,4 @@ -import { - GridContainer, - Label, - Modal, - ModalRef, - Select, - SiteAlert, - TextInput, - Tooltip, -} from "@trussworks/react-uswds"; +import { GridContainer, Label, Modal, ModalRef, Select, SiteAlert, TextInput, Tooltip } from "@trussworks/react-uswds"; import { endOfDay, startOfDay, subDays } from "date-fns"; import { useCallback, useMemo, useRef, useState } from "react"; @@ -32,22 +23,16 @@ function AdminReceiverDashboardPage() { end: endOfDay(new Date()), }); - const [startDate, setStartDate] = useState( - defaultDatesRef.current.start, - ); + const [startDate, setStartDate] = useState(defaultDatesRef.current.start); const [endDate, setEndDate] = useState(defaultDatesRef.current.end); // this is the text input box filter const [filterReceiver, setFilterReceiver] = useState(""); const [filterResultMessage, setFilterResultMessage] = useState(""); - const [filterSuccessState, setFilterSuccessState] = useState( - SuccessRate.UNDEFINED, - ); + const [filterSuccessState, setFilterSuccessState] = useState(SuccessRate.UNDEFINED); // used to show hide the modal const modalShowInfoRef = useRef(null); - const [timePeriodStatuses, setTimePeriodStatuses] = useState< - RSReceiverStatusParsed[] - >([]); + const [timePeriodStatuses, setTimePeriodStatuses] = useState([]); const handleTimePeriodClick = useCallback(({ entries }: TimePeriodData) => { setTimePeriodStatuses(entries); @@ -70,28 +55,13 @@ function AdminReceiverDashboardPage() { [endDate, filterResultMessage, results, startDate, timePeriodMinutes], ); - if (data.length === 0) { - return
          No Data
          ; - } - - const filteredData = filterStatuses( - data, - filterReceiver, - filterSuccessState, - ); - - if (filteredData.length === 0) { - return
          No data matching filters
          ; - } + const filteredData = filterStatuses(data, filterReceiver, filterSuccessState); return ( Receiver status dashboard - Admin - + CRON job results that check if receivers are working.
          - Each slot is a 2hr time slice. Colored slots had a check - run. Clicking on a slot shows details. + Each slot is a 2hr time slice. Colored slots had a check run. Clicking on a slot shows details. { "Times shown are in YOUR LOCAL timezone. Be aware that receivers and servers may be in different zones." } -
          +
          -
          -
          -
          -
          - - - 0 && ( + + )} + + diff --git a/frontend-react/src/pages/admin/receiver-dashboard/ReceiversStatusesDisplay/ReceiversStatusesDisplay.tsx b/frontend-react/src/pages/admin/receiver-dashboard/ReceiversStatusesDisplay/ReceiversStatusesDisplay.tsx index b2cbb786713..716d0a6cb13 100644 --- a/frontend-react/src/pages/admin/receiver-dashboard/ReceiversStatusesDisplay/ReceiversStatusesDisplay.tsx +++ b/frontend-react/src/pages/admin/receiver-dashboard/ReceiversStatusesDisplay/ReceiversStatusesDisplay.tsx @@ -113,26 +113,19 @@ export interface ReceiversStatusesDisplayProps { * - perday-perslice-column has 4 color states as well * */ -export function ReceiversStatusesDisplay({ - receiverStatuses, - onTimePeriodClick, -}: ReceiversStatusesDisplayProps) { +export function ReceiversStatusesDisplay({ receiverStatuses, onTimePeriodClick }: ReceiversStatusesDisplayProps) { return ( {receiverStatuses.map((d) => ( - +
          - + {d.organizationName}
          @@ -148,60 +141,37 @@ export function ReceiversStatusesDisplay({ - {d.days.map( - ({ day, dayString, timePeriods }) => { - return ( - - - {dateShortFormat(day)} - - - {timePeriods.map( - (t) => { - return ( - - onTimePeriodClick?.( - t, - ) - } - > - {" "} - - ); - }, - )} - - - ); - }, - )} + {d.days.map(({ day, dayString, timePeriods }) => { + return ( + + + {dateShortFormat(day)} + + + {timePeriods.map((t) => { + return ( + onTimePeriodClick?.(t) + } + > + {" "} + + ); + })} + + + ); + })} diff --git a/frontend-react/src/pages/admin/receiver-dashboard/utils.ts b/frontend-react/src/pages/admin/receiver-dashboard/utils.ts index 4638f09fadc..3aee9572a76 100644 --- a/frontend-react/src/pages/admin/receiver-dashboard/utils.ts +++ b/frontend-react/src/pages/admin/receiver-dashboard/utils.ts @@ -32,11 +32,7 @@ export const MATCHING_FILTER_CLASSNAME_MAP = { * build the dictionary with a special path+key * @param dataIn */ -export const sortStatusData = < - T extends RSReceiverStatus[] | RSReceiverStatusParsed[], ->( - dataIn: T, -): T => { +export const sortStatusData = (dataIn: T): T => { const data = structuredClone(dataIn); const { orgNameMaxLength, receiverNameMaxLength } = data.reduce( (prev, curr) => { @@ -58,23 +54,17 @@ export const sortStatusData = < ); // sorting by organizationName, then receiverName, then connectionCheckStartedAt - data.sort( - ( - d1: RSReceiverStatus | RSReceiverStatusParsed, - d2: RSReceiverStatus | RSReceiverStatusParsed, - ) => { - // ideally the shape of this type will change so that all receivers, regardless if any status data was found, will get sorted - const [sortStrA, sortStrB] = [d1, d2].map( - (x) => - `${x.organizationName.padEnd(orgNameMaxLength, "-")}${x.receiverName.padEnd(receiverNameMaxLength, "-")}${new Date(x.connectionCheckStartedAt || Date.now()).toISOString()}`, - ); + data.sort((d1: RSReceiverStatus | RSReceiverStatusParsed, d2: RSReceiverStatus | RSReceiverStatusParsed) => { + // ideally the shape of this type will change so that all receivers, regardless if any status data was found, will get sorted + const [sortStrA, sortStrB] = [d1, d2].map( + (x) => + `${x.organizationName.padEnd(orgNameMaxLength, "-")}${x.receiverName.padEnd(receiverNameMaxLength, "-")}${new Date(x.connectionCheckStartedAt || Date.now()).toISOString()}`, + ); - const result = - sortStrA > sortStrB ? 1 : sortStrA < sortStrB ? -1 : 0; + const result = sortStrA > sortStrB ? 1 : sortStrA < sortStrB ? -1 : 0; - return result; - }, - ); + return result; + }); return data; }; @@ -103,33 +93,24 @@ export function createStatusTimePeriodData({ }): ReceiverStatusTimePeriod[] { const inter = interval(startDate, endDate, { assertPositive: true }); const numTimePeriodsPerDay = (24 * 60) / timePeriodMinutes; - if (numTimePeriodsPerDay % 1 !== 0) - throw new Error("Invalid time period duration"); + if (numTimePeriodsPerDay % 1 !== 0) throw new Error("Invalid time period duration"); - const timePeriodLabels = Array.from(Array(numTimePeriodsPerDay).keys()).map( - (_, i) => - addMinutes( - startDate, - (i + 1) * timePeriodMinutes, - ).toLocaleTimeString(), + const timePeriodLabels = Array.from(Array(numTimePeriodsPerDay).keys()).map((_, i) => + addMinutes(startDate, (i + 1) * timePeriodMinutes).toLocaleTimeString(), ); const sortedData = sortStatusData(data).map((d) => ({ ...d, connectionCheckCompletedAt: new Date(d.connectionCheckCompletedAt), connectionCheckStartedAt: new Date(d.connectionCheckStartedAt), })); - const receiverIds = Array.from( - new Set(sortedData.map((d) => d.receiverId)), - ); + const receiverIds = Array.from(new Set(sortedData.map((d) => d.receiverId))); return receiverIds.map((id) => { const entries = sortedData.filter((d) => d.receiverId === id); const { organizationName, receiverName } = entries[0]; const days = eachDayOfInterval(inter).map((day) => { const dayEntries = entries.filter( - (e) => - e.connectionCheckCompletedAt.toLocaleDateString() === - day.toLocaleDateString(), + (e) => e.connectionCheckCompletedAt.toLocaleDateString() === day.toLocaleDateString(), ); const dayString = day.toLocaleDateString(); const timePeriods = timePeriodLabels.map((time) => { @@ -137,26 +118,18 @@ export function createStatusTimePeriodData({ const end = addMinutes(start, timePeriodMinutes); const timePeriodEntries = dayEntries.filter((e) => { - return ( - e.connectionCheckCompletedAt >= start && - e.connectionCheckCompletedAt < end - ); + return e.connectionCheckCompletedAt >= start && e.connectionCheckCompletedAt < end; }); const agg = timePeriodEntries.reduce( - ( - agg, - { connectionCheckSuccessful, connectionCheckResult }, - ) => { + (agg, { connectionCheckSuccessful, connectionCheckResult }) => { if (connectionCheckSuccessful) agg.success += 1; else { agg.fail += 1; - if ( - connectionCheckResult - .toLowerCase() - .includes(filterResultMessage.toLowerCase()) - ) { - agg.isResultFilterMatch = true; - } + if (!agg.isResultFilterMatch) + agg.isResultFilterMatch = isConnectionResultMatch( + connectionCheckResult, + filterResultMessage, + ); } return agg; }, @@ -188,6 +161,7 @@ export function createStatusTimePeriodData({ successRateType, matchingFilter, entries: timePeriodEntries, + q: filterResultMessage, }; }); return { @@ -208,10 +182,7 @@ export function createStatusTimePeriodData({ }, { success: 0, fail: 0 }, ); - const successRate = - !!success || !!fail - ? Math.round((100 * success) / (success + fail)) - : 0; + const successRate = !!success || !!fail ? Math.round((100 * success) / (success + fail)) : 0; const successRateType = !success && !fail ? SuccessRate.UNDEFINED @@ -270,12 +241,14 @@ export function filterStatuses( ) { return statuses.filter(({ receiverName, successRateType }) => { const result = - (!receiverNameLike || - receiverName.toLowerCase().includes(receiverNameLike)) && - (!successRateLike || - successRateLike === SuccessRate.UNDEFINED || - successRateType === successRateLike); + (!receiverNameLike || receiverName.toLowerCase().includes(receiverNameLike)) && + (!successRateLike || successRateLike === SuccessRate.UNDEFINED || successRateType === successRateLike); return result; }); } + +export function isConnectionResultMatch(result: string, query: string) { + if (query === "") return true; + return result.toLowerCase().includes(query.toLowerCase()); +} From 7e63ee8fdf3a57a531cfc6d2ed8e7a3dc3e1fc04 Mon Sep 17 00:00:00 2001 From: Jack Wang Date: Mon, 25 Nov 2024 11:29:06 -0500 Subject: [PATCH 60/61] 16307 orm and oml java classes (#16549) * insurance group * patient * order, order detail, observation * insurance fixes * oml, fixes * complete oml * fix imports * small fixes --- prime-router/build.gradle.kts | 1 - .../group/OML_O21_CONTAINER.java | 167 ++ .../group/OML_O21_CONTAINER_OBSERVATION.java | 169 ++ .../group/OML_O21_INSURANCE.java | 122 + .../group/OML_O21_OBSERVATION.java | 1 + .../group/OML_O21_OBSERVATION_PRIOR.java | 243 ++ .../group/OML_O21_OBSERVATION_REQUEST.java | 4 +- .../fhirinventory/group/OML_O21_ORDER.java | 3 +- .../group/OML_O21_ORDER_PRIOR.java | 407 +++ .../fhirinventory/group/OML_O21_PATIENT.java | 4 +- .../group/OML_O21_PATIENT_PRIOR.java | 184 ++ .../group/OML_O21_PATIENT_VISIT.java | 3 +- .../group/OML_O21_PATIENT_VISIT_PRIOR.java | 183 ++ .../group/OML_O21_PRIOR_RESULT.java | 256 ++ .../fhirinventory/group/OML_O21_SPECIMEN.java | 3 +- .../group/OML_O21_SPECIMEN_OBSERVATION.java | 169 ++ .../group/ORM_O01_INSURANCE.java | 123 + .../group/ORM_O01_OBSERVATION.java | 4 +- .../fhirinventory/group/ORM_O01_ORDER.java | 4 +- .../group/ORM_O01_ORDER_DETAIL.java | 12 +- .../fhirinventory/group/ORM_O01_PATIENT.java | 11 +- .../group/ORM_O01_PATIENT_VISIT.java | 8 +- .../group/ORU_R01_ORDER_OBSERVATION.java | 4 +- .../fhirinventory/group/ORU_R01_PATIENT.java | 7 +- .../group/ORU_R01_PATIENT_OBSERVATION.java | 4 +- .../group/ORU_R01_SPECIMEN_OBSERVATION.java | 4 +- .../fhirinventory/group/ORU_R01_VISIT.java | 8 +- .../structures/fhirinventory/segment/AL1.java | 312 ++ .../structures/fhirinventory/segment/DG1.java | 772 +++++ .../structures/fhirinventory/segment/FT1.java | 1786 ++++++++++++ .../structures/fhirinventory/segment/IN1.java | 2591 +++++++++++++++++ .../structures/fhirinventory/segment/IN3.java | 1415 +++++++++ .../structures/fhirinventory/segment/NTE.java | 2 +- .../structures/fhirinventory/segment/PV1.java | 2395 +++++++++++++++ 34 files changed, 11349 insertions(+), 32 deletions(-) create mode 100644 prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_CONTAINER.java create mode 100644 prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_CONTAINER_OBSERVATION.java create mode 100644 prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_INSURANCE.java create mode 100644 prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_OBSERVATION_PRIOR.java create mode 100644 prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_ORDER_PRIOR.java create mode 100644 prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_PATIENT_PRIOR.java create mode 100644 prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_PATIENT_VISIT_PRIOR.java create mode 100644 prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_PRIOR_RESULT.java create mode 100644 prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_SPECIMEN_OBSERVATION.java create mode 100644 prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/ORM_O01_INSURANCE.java create mode 100644 prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/segment/AL1.java create mode 100644 prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/segment/DG1.java create mode 100644 prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/segment/FT1.java create mode 100644 prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/segment/IN1.java create mode 100644 prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/segment/IN3.java create mode 100644 prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/segment/PV1.java diff --git a/prime-router/build.gradle.kts b/prime-router/build.gradle.kts index ec93feb98ce..267caf5989d 100644 --- a/prime-router/build.gradle.kts +++ b/prime-router/build.gradle.kts @@ -907,7 +907,6 @@ dependencies { implementation("ca.uhn.hapi.fhir:org.hl7.fhir.r4:6.3.24") implementation("ca.uhn.hapi:hapi-base:2.5.1") implementation("ca.uhn.hapi:hapi-structures-v251:2.5.1") - implementation("ca.uhn.hapi:hapi-structures-v26:2.5.1") implementation("ca.uhn.hapi:hapi-structures-v27:2.5.1") implementation("com.googlecode.libphonenumber:libphonenumber:8.13.46") implementation("org.thymeleaf:thymeleaf:3.1.2.RELEASE") diff --git a/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_CONTAINER.java b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_CONTAINER.java new file mode 100644 index 00000000000..87c9e5885e9 --- /dev/null +++ b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_CONTAINER.java @@ -0,0 +1,167 @@ +/* + * This class is an auto-generated source file for a HAPI + * HL7 v2.x standard structure class. + * + * For more information, visit: http://hl7api.sourceforge.net/ + * + * The contents of this file are subject to the Mozilla Public License Version 1.1 + * (the "License"); you may not use this file except in compliance with the License. + * You may obtain a copy of the License at http://www.mozilla.org/MPL/ + * Software distributed under the License is distributed on an "AS IS" basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the + * specific language governing rights and limitations under the License. + * + * The Original Code is "[file_name]". Description: + * "[one_line_description]" + * + * The Initial Developer of the Original Code is University Health Network. Copyright (C) + * 2012. All Rights Reserved. + * + * Contributor(s): ______________________________________. + * + * Alternatively, the contents of this file may be used under the terms of the + * GNU General Public License (the "GPL"), in which case the provisions of the GPL are + * applicable instead of those above. If you wish to allow use of your version of this + * file only under the terms of the GPL and not to allow others to use your version + * of this file under the MPL, indicate your decision by deleting the provisions above + * and replace them with the notice and other provisions required by the GPL License. + * If you do not delete the provisions above, a recipient may use your version of + * this file under either the MPL or the GPL. + * + */ + + +package fhirengine.translation.hl7.structures.fhirinventory.group; + +import ca.uhn.hl7v2.HL7Exception; +import ca.uhn.hl7v2.model.AbstractGroup; +import ca.uhn.hl7v2.model.Group; +import ca.uhn.hl7v2.model.Structure; +import ca.uhn.hl7v2.model.v27.segment.SAC; +import ca.uhn.hl7v2.parser.ModelClassFactory; + +/** + *

          Represents a OML_O21_CONTAINER group structure (a Group object). + * A Group is an ordered collection of message segments that can repeat together or be optionally in/excluded together. + * This Group contains the following elements: + *

          + *
            + *
          • 1: SAC (Specimen Container detail)
          • + *
          • 2: OML_O21_CONTAINER_OBSERVATION (a Group object) optional repeating
          • + *
          + */ +//@SuppressWarnings("unused") +public class OML_O21_CONTAINER extends AbstractGroup { + + /** + * Creates a new OML_O21_CONTAINER group + */ + public OML_O21_CONTAINER(Group parent, ModelClassFactory factory) { + super(parent, factory); + init(factory); + } + + private void init(ModelClassFactory factory) { + try { + this.add(SAC.class, true, false, false); + this.add(OML_O21_CONTAINER_OBSERVATION.class, false, true, false); + } catch(HL7Exception e) { + log.error("Unexpected error creating OML_O21_CONTAINER - this is probably a bug in the source code generator.", e); + } + } + + /** + * Returns "2.7" + */ + public String getVersion() { + return "2.7"; + } + + + + /** + * Returns + * SAC (Specimen Container detail) - creates it if necessary + */ + public SAC getSAC() { + SAC retVal = getTyped("SAC", SAC.class); + return retVal; + } + + + + + /** + * Returns + * the first repetition of + * CONTAINER_OBSERVATION (a Group object) - creates it if necessary + */ + public OML_O21_CONTAINER_OBSERVATION getCONTAINER_OBSERVATION() { + OML_O21_CONTAINER_OBSERVATION retVal = getTyped("CONTAINER_OBSERVATION", OML_O21_CONTAINER_OBSERVATION.class); + return retVal; + } + + + /** + * Returns a specific repetition of + * CONTAINER_OBSERVATION (a Group object) - creates it if necessary + * + * @param rep The repetition index (0-indexed, i.e. the first repetition is at index 0) + * @throws HL7Exception if the repetition requested is more than one + * greater than the number of existing repetitions. + */ + public OML_O21_CONTAINER_OBSERVATION getCONTAINER_OBSERVATION(int rep) { + OML_O21_CONTAINER_OBSERVATION retVal = getTyped("CONTAINER_OBSERVATION", rep, OML_O21_CONTAINER_OBSERVATION.class); + return retVal; + } + + /** + * Returns the number of existing repetitions of CONTAINER_OBSERVATION + */ + public int getCONTAINER_OBSERVATIONReps() { + return getReps("CONTAINER_OBSERVATION"); + } + + /** + *

          + * Returns a non-modifiable List containing all current existing repetitions of CONTAINER_OBSERVATION. + *

          + *

          + * Note that unlike {@link #getCONTAINER_OBSERVATION()}, this method will not create any reps + * if none are already present, so an empty list may be returned. + *

          + */ + public java.util.List getCONTAINER_OBSERVATIONAll() throws HL7Exception { + return getAllAsList("CONTAINER_OBSERVATION", OML_O21_CONTAINER_OBSERVATION.class); + } + + /** + * Inserts a specific repetition of CONTAINER_OBSERVATION (a Group object) + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public void insertCONTAINER_OBSERVATION(OML_O21_CONTAINER_OBSERVATION structure, int rep) throws HL7Exception { + super.insertRepetition("CONTAINER_OBSERVATION", structure, rep); + } + + + /** + * Inserts a specific repetition of CONTAINER_OBSERVATION (a Group object) + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public OML_O21_CONTAINER_OBSERVATION insertCONTAINER_OBSERVATION(int rep) throws HL7Exception { + return (OML_O21_CONTAINER_OBSERVATION)super.insertRepetition("CONTAINER_OBSERVATION", rep); + } + + + /** + * Removes a specific repetition of CONTAINER_OBSERVATION (a Group object) + * @see AbstractGroup#removeRepetition(String, int) + */ + public OML_O21_CONTAINER_OBSERVATION removeCONTAINER_OBSERVATION(int rep) throws HL7Exception { + return (OML_O21_CONTAINER_OBSERVATION)super.removeRepetition("CONTAINER_OBSERVATION", rep); + } + + + +} + diff --git a/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_CONTAINER_OBSERVATION.java b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_CONTAINER_OBSERVATION.java new file mode 100644 index 00000000000..a3f0c2961b3 --- /dev/null +++ b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_CONTAINER_OBSERVATION.java @@ -0,0 +1,169 @@ +/* + * This class is an auto-generated source file for a HAPI + * HL7 v2.x standard structure class. + * + * For more information, visit: http://hl7api.sourceforge.net/ + * + * The contents of this file are subject to the Mozilla Public License Version 1.1 + * (the "License"); you may not use this file except in compliance with the License. + * You may obtain a copy of the License at http://www.mozilla.org/MPL/ + * Software distributed under the License is distributed on an "AS IS" basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the + * specific language governing rights and limitations under the License. + * + * The Original Code is "[file_name]". Description: + * "[one_line_description]" + * + * The Initial Developer of the Original Code is University Health Network. Copyright (C) + * 2012. All Rights Reserved. + * + * Contributor(s): ______________________________________. + * + * Alternatively, the contents of this file may be used under the terms of the + * GNU General Public License (the "GPL"), in which case the provisions of the GPL are + * applicable instead of those above. If you wish to allow use of your version of this + * file only under the terms of the GPL and not to allow others to use your version + * of this file under the MPL, indicate your decision by deleting the provisions above + * and replace them with the notice and other provisions required by the GPL License. + * If you do not delete the provisions above, a recipient may use your version of + * this file under either the MPL or the GPL. + * + */ + + +package fhirengine.translation.hl7.structures.fhirinventory.group; + +import ca.uhn.hl7v2.HL7Exception; +import ca.uhn.hl7v2.model.AbstractGroup; +import ca.uhn.hl7v2.model.Group; +import ca.uhn.hl7v2.model.Structure; +import ca.uhn.hl7v2.parser.ModelClassFactory; +import fhirengine.translation.hl7.structures.fhirinventory.segment.OBX; +import fhirengine.translation.hl7.structures.fhirinventory.segment.PRT; + + +/** + *

          Represents a OML_O21_CONTAINER_OBSERVATION group structure (a Group object). + * A Group is an ordered collection of message segments that can repeat together or be optionally in/excluded together. + * This Group contains the following elements: + *

          + *
            + *
          • 1: OBX (Observation/Result)
          • + *
          • 2: PRT (Participation Information) optional repeating
          • + *
          + */ +//@SuppressWarnings("unused") +public class OML_O21_CONTAINER_OBSERVATION extends AbstractGroup { + + /** + * Creates a new OML_O21_CONTAINER_OBSERVATION group + */ + public OML_O21_CONTAINER_OBSERVATION(Group parent, ModelClassFactory factory) { + super(parent, factory); + init(factory); + } + + private void init(ModelClassFactory factory) { + try { + this.add(OBX.class, true, false, false); + this.add(PRT.class, false, true, false); + } catch(HL7Exception e) { + log.error("Unexpected error creating OML_O21_CONTAINER_OBSERVATION - this is probably a bug in the source code generator.", e); + } + } + + /** + * Returns "2.7" + */ + public String getVersion() { + return "2.7"; + } + + + + /** + * Returns + * OBX (Observation/Result) - creates it if necessary + */ + public OBX getOBX() { + OBX retVal = getTyped("OBX", OBX.class); + return retVal; + } + + + + + /** + * Returns + * the first repetition of + * PRT (Participation Information) - creates it if necessary + */ + public PRT getPRT() { + PRT retVal = getTyped("PRT", PRT.class); + return retVal; + } + + + /** + * Returns a specific repetition of + * PRT (Participation Information) - creates it if necessary + * + * @param rep The repetition index (0-indexed, i.e. the first repetition is at index 0) + * @throws HL7Exception if the repetition requested is more than one + * greater than the number of existing repetitions. + */ + public PRT getPRT(int rep) { + PRT retVal = getTyped("PRT", rep, PRT.class); + return retVal; + } + + /** + * Returns the number of existing repetitions of PRT + */ + public int getPRTReps() { + return getReps("PRT"); + } + + /** + *

          + * Returns a non-modifiable List containing all current existing repetitions of PRT. + *

          + *

          + * Note that unlike {@link #getPRT()}, this method will not create any reps + * if none are already present, so an empty list may be returned. + *

          + */ + public java.util.List getPRTAll() throws HL7Exception { + return getAllAsList("PRT", PRT.class); + } + + /** + * Inserts a specific repetition of PRT (Participation Information) + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public void insertPRT(PRT structure, int rep) throws HL7Exception { + super.insertRepetition("PRT", structure, rep); + } + + + /** + * Inserts a specific repetition of PRT (Participation Information) + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public PRT insertPRT(int rep) throws HL7Exception { + return (PRT)super.insertRepetition("PRT", rep); + } + + + /** + * Removes a specific repetition of PRT (Participation Information) + * @see AbstractGroup#removeRepetition(String, int) + */ + public PRT removePRT(int rep) throws HL7Exception { + return (PRT)super.removeRepetition("PRT", rep); + } + + + +} + diff --git a/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_INSURANCE.java b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_INSURANCE.java new file mode 100644 index 00000000000..e84f2c62e1d --- /dev/null +++ b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_INSURANCE.java @@ -0,0 +1,122 @@ +/* + * This class is an auto-generated source file for a HAPI + * HL7 v2.x standard structure class. + * + * For more information, visit: http://hl7api.sourceforge.net/ + * + * The contents of this file are subject to the Mozilla Public License Version 1.1 + * (the "License"); you may not use this file except in compliance with the License. + * You may obtain a copy of the License at http://www.mozilla.org/MPL/ + * Software distributed under the License is distributed on an "AS IS" basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the + * specific language governing rights and limitations under the License. + * + * The Original Code is "[file_name]". Description: + * "[one_line_description]" + * + * The Initial Developer of the Original Code is University Health Network. Copyright (C) + * 2012. All Rights Reserved. + * + * Contributor(s): ______________________________________. + * + * Alternatively, the contents of this file may be used under the terms of the + * GNU General Public License (the "GPL"), in which case the provisions of the GPL are + * applicable instead of those above. If you wish to allow use of your version of this + * file only under the terms of the GPL and not to allow others to use your version + * of this file under the MPL, indicate your decision by deleting the provisions above + * and replace them with the notice and other provisions required by the GPL License. + * If you do not delete the provisions above, a recipient may use your version of + * this file under either the MPL or the GPL. + * + */ + + +package fhirengine.translation.hl7.structures.fhirinventory.group; + +import ca.uhn.hl7v2.HL7Exception; +import ca.uhn.hl7v2.model.AbstractGroup; +import ca.uhn.hl7v2.model.Group; +import ca.uhn.hl7v2.model.v27.segment.IN2; +import ca.uhn.hl7v2.parser.ModelClassFactory; +import fhirengine.translation.hl7.structures.fhirinventory.segment.IN1; +import fhirengine.translation.hl7.structures.fhirinventory.segment.IN3; + +/** + *

          Represents a OML_O21_INSURANCE group structure (a Group object). + * A Group is an ordered collection of message segments that can repeat together or be optionally in/excluded together. + * This Group contains the following elements: + *

          + *
            + *
          • 1: IN1 (Insurance)
          • + *
          • 2: IN2 (Insurance Additional Information) optional
          • + *
          • 3: IN3 (Insurance Additional Information, Certification) optional
          • + *
          + */ +//@SuppressWarnings("unused") +public class OML_O21_INSURANCE extends AbstractGroup { + + /** + * Creates a new OML_O21_INSURANCE group + */ + public OML_O21_INSURANCE(Group parent, ModelClassFactory factory) { + super(parent, factory); + init(factory); + } + + private void init(ModelClassFactory factory) { + try { + this.add(IN1.class, true, false, false); + this.add(IN2.class, false, false, false); + this.add(IN3.class, false, false, false); + } catch(HL7Exception e) { + log.error("Unexpected error creating OML_O21_INSURANCE - this is probably a bug in the source code generator.", e); + } + } + + /** + * Returns "2.7" + */ + public String getVersion() { + return "2.7"; + } + + + + /** + * Returns + * IN1 (Insurance) - creates it if necessary + */ + public IN1 getIN1() { + IN1 retVal = getTyped("IN1", IN1.class); + return retVal; + } + + + + + /** + * Returns + * IN2 (Insurance Additional Information) - creates it if necessary + */ + public IN2 getIN2() { + IN2 retVal = getTyped("IN2", IN2.class); + return retVal; + } + + + + + /** + * Returns + * IN3 (Insurance Additional Information, Certification) - creates it if necessary + */ + public IN3 getIN3() { + IN3 retVal = getTyped("IN3", IN3.class); + return retVal; + } + + + + +} + diff --git a/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_OBSERVATION.java b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_OBSERVATION.java index 2c642089c1e..952a9ef4fba 100644 --- a/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_OBSERVATION.java +++ b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_OBSERVATION.java @@ -35,6 +35,7 @@ import ca.uhn.hl7v2.HL7Exception; import ca.uhn.hl7v2.model.AbstractGroup; import ca.uhn.hl7v2.model.Group; +import ca.uhn.hl7v2.model.Structure; import ca.uhn.hl7v2.model.v27.segment.TCD; import ca.uhn.hl7v2.parser.ModelClassFactory; import fhirengine.translation.hl7.structures.fhirinventory.segment.NTE; diff --git a/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_OBSERVATION_PRIOR.java b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_OBSERVATION_PRIOR.java new file mode 100644 index 00000000000..cfa7ccf4483 --- /dev/null +++ b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_OBSERVATION_PRIOR.java @@ -0,0 +1,243 @@ +/* + * This class is an auto-generated source file for a HAPI + * HL7 v2.x standard structure class. + * + * For more information, visit: http://hl7api.sourceforge.net/ + * + * The contents of this file are subject to the Mozilla Public License Version 1.1 + * (the "License"); you may not use this file except in compliance with the License. + * You may obtain a copy of the License at http://www.mozilla.org/MPL/ + * Software distributed under the License is distributed on an "AS IS" basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the + * specific language governing rights and limitations under the License. + * + * The Original Code is "[file_name]". Description: + * "[one_line_description]" + * + * The Initial Developer of the Original Code is University Health Network. Copyright (C) + * 2012. All Rights Reserved. + * + * Contributor(s): ______________________________________. + * + * Alternatively, the contents of this file may be used under the terms of the + * GNU General Public License (the "GPL"), in which case the provisions of the GPL are + * applicable instead of those above. If you wish to allow use of your version of this + * file only under the terms of the GPL and not to allow others to use your version + * of this file under the MPL, indicate your decision by deleting the provisions above + * and replace them with the notice and other provisions required by the GPL License. + * If you do not delete the provisions above, a recipient may use your version of + * this file under either the MPL or the GPL. + * + */ + + +package fhirengine.translation.hl7.structures.fhirinventory.group; + +import ca.uhn.hl7v2.HL7Exception; +import ca.uhn.hl7v2.model.AbstractGroup; +import ca.uhn.hl7v2.model.Group; +import ca.uhn.hl7v2.model.Structure; +import ca.uhn.hl7v2.parser.ModelClassFactory; +import fhirengine.translation.hl7.structures.fhirinventory.segment.NTE; +import fhirengine.translation.hl7.structures.fhirinventory.segment.OBX; +import fhirengine.translation.hl7.structures.fhirinventory.segment.PRT; + +/** + *

          Represents a OML_O21_OBSERVATION_PRIOR group structure (a Group object). + * A Group is an ordered collection of message segments that can repeat together or be optionally in/excluded together. + * This Group contains the following elements: + *

          + *
            + *
          • 1: OBX (Observation/Result)
          • + *
          • 2: PRT (Participation Information) optional repeating
          • + *
          • 3: NTE (Notes and Comments) optional repeating
          • + *
          + */ +//@SuppressWarnings("unused") +public class OML_O21_OBSERVATION_PRIOR extends AbstractGroup { + + /** + * Creates a new OML_O21_OBSERVATION_PRIOR group + */ + public OML_O21_OBSERVATION_PRIOR(Group parent, ModelClassFactory factory) { + super(parent, factory); + init(factory); + } + + private void init(ModelClassFactory factory) { + try { + this.add(OBX.class, true, false, false); + this.add(PRT.class, false, true, false); + this.add(NTE.class, false, true, false); + } catch(HL7Exception e) { + log.error("Unexpected error creating OML_O21_OBSERVATION_PRIOR - this is probably a bug in the source code generator.", e); + } + } + + /** + * Returns "2.7" + */ + public String getVersion() { + return "2.7"; + } + + + + /** + * Returns + * OBX (Observation/Result) - creates it if necessary + */ + public OBX getOBX() { + OBX retVal = getTyped("OBX", OBX.class); + return retVal; + } + + + + + /** + * Returns + * the first repetition of + * PRT (Participation Information) - creates it if necessary + */ + public PRT getPRT() { + PRT retVal = getTyped("PRT", PRT.class); + return retVal; + } + + + /** + * Returns a specific repetition of + * PRT (Participation Information) - creates it if necessary + * + * @param rep The repetition index (0-indexed, i.e. the first repetition is at index 0) + * @throws HL7Exception if the repetition requested is more than one + * greater than the number of existing repetitions. + */ + public PRT getPRT(int rep) { + PRT retVal = getTyped("PRT", rep, PRT.class); + return retVal; + } + + /** + * Returns the number of existing repetitions of PRT + */ + public int getPRTReps() { + return getReps("PRT"); + } + + /** + *

          + * Returns a non-modifiable List containing all current existing repetitions of PRT. + *

          + *

          + * Note that unlike {@link #getPRT()}, this method will not create any reps + * if none are already present, so an empty list may be returned. + *

          + */ + public java.util.List getPRTAll() throws HL7Exception { + return getAllAsList("PRT", PRT.class); + } + + /** + * Inserts a specific repetition of PRT (Participation Information) + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public void insertPRT(PRT structure, int rep) throws HL7Exception { + super.insertRepetition("PRT", structure, rep); + } + + + /** + * Inserts a specific repetition of PRT (Participation Information) + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public PRT insertPRT(int rep) throws HL7Exception { + return (PRT)super.insertRepetition("PRT", rep); + } + + + /** + * Removes a specific repetition of PRT (Participation Information) + * @see AbstractGroup#removeRepetition(String, int) + */ + public PRT removePRT(int rep) throws HL7Exception { + return (PRT)super.removeRepetition("PRT", rep); + } + + + + /** + * Returns + * the first repetition of + * NTE (Notes and Comments) - creates it if necessary + */ + public NTE getNTE() { + NTE retVal = getTyped("NTE", NTE.class); + return retVal; + } + + + /** + * Returns a specific repetition of + * NTE (Notes and Comments) - creates it if necessary + * + * @param rep The repetition index (0-indexed, i.e. the first repetition is at index 0) + * @throws HL7Exception if the repetition requested is more than one + * greater than the number of existing repetitions. + */ + public NTE getNTE(int rep) { + NTE retVal = getTyped("NTE", rep, NTE.class); + return retVal; + } + + /** + * Returns the number of existing repetitions of NTE + */ + public int getNTEReps() { + return getReps("NTE"); + } + + /** + *

          + * Returns a non-modifiable List containing all current existing repetitions of NTE. + *

          + *

          + * Note that unlike {@link #getNTE()}, this method will not create any reps + * if none are already present, so an empty list may be returned. + *

          + */ + public java.util.List getNTEAll() throws HL7Exception { + return getAllAsList("NTE", NTE.class); + } + + /** + * Inserts a specific repetition of NTE (Notes and Comments) + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public void insertNTE(NTE structure, int rep) throws HL7Exception { + super.insertRepetition("NTE", structure, rep); + } + + + /** + * Inserts a specific repetition of NTE (Notes and Comments) + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public NTE insertNTE(int rep) throws HL7Exception { + return (NTE)super.insertRepetition("NTE", rep); + } + + + /** + * Removes a specific repetition of NTE (Notes and Comments) + * @see AbstractGroup#removeRepetition(String, int) + */ + public NTE removeNTE(int rep) throws HL7Exception { + return (NTE)super.removeRepetition("NTE", rep); + } + + + +} + diff --git a/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_OBSERVATION_REQUEST.java b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_OBSERVATION_REQUEST.java index 9dc2ea7041e..c2a6586e97f 100644 --- a/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_OBSERVATION_REQUEST.java +++ b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_OBSERVATION_REQUEST.java @@ -35,11 +35,11 @@ import ca.uhn.hl7v2.HL7Exception; import ca.uhn.hl7v2.model.AbstractGroup; import ca.uhn.hl7v2.model.Group; -import ca.uhn.hl7v2.model.v27.group.OML_O21_PRIOR_RESULT; +import ca.uhn.hl7v2.model.Structure; import ca.uhn.hl7v2.model.v27.segment.CTD; -import ca.uhn.hl7v2.model.v27.segment.DG1; import ca.uhn.hl7v2.model.v27.segment.TCD; import ca.uhn.hl7v2.parser.ModelClassFactory; +import fhirengine.translation.hl7.structures.fhirinventory.segment.DG1; import fhirengine.translation.hl7.structures.fhirinventory.segment.NTE; import fhirengine.translation.hl7.structures.fhirinventory.segment.OBR; import fhirengine.translation.hl7.structures.fhirinventory.segment.PRT; diff --git a/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_ORDER.java b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_ORDER.java index de368e74ff2..d67f7ce58cb 100644 --- a/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_ORDER.java +++ b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_ORDER.java @@ -35,11 +35,12 @@ import ca.uhn.hl7v2.HL7Exception; import ca.uhn.hl7v2.model.AbstractGroup; import ca.uhn.hl7v2.model.Group; +import ca.uhn.hl7v2.model.Structure; import ca.uhn.hl7v2.model.v27.group.OML_O21_TIMING; import ca.uhn.hl7v2.model.v27.segment.BLG; import ca.uhn.hl7v2.model.v27.segment.CTI; -import ca.uhn.hl7v2.model.v27.segment.FT1; import ca.uhn.hl7v2.parser.ModelClassFactory; +import fhirengine.translation.hl7.structures.fhirinventory.segment.FT1; import fhirengine.translation.hl7.structures.fhirinventory.segment.ORC; import fhirengine.translation.hl7.structures.fhirinventory.segment.PRT; diff --git a/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_ORDER_PRIOR.java b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_ORDER_PRIOR.java new file mode 100644 index 00000000000..11f33299fda --- /dev/null +++ b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_ORDER_PRIOR.java @@ -0,0 +1,407 @@ +/* + * This class is an auto-generated source file for a HAPI + * HL7 v2.x standard structure class. + * + * For more information, visit: http://hl7api.sourceforge.net/ + * + * The contents of this file are subject to the Mozilla Public License Version 1.1 + * (the "License"); you may not use this file except in compliance with the License. + * You may obtain a copy of the License at http://www.mozilla.org/MPL/ + * Software distributed under the License is distributed on an "AS IS" basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the + * specific language governing rights and limitations under the License. + * + * The Original Code is "[file_name]". Description: + * "[one_line_description]" + * + * The Initial Developer of the Original Code is University Health Network. Copyright (C) + * 2012. All Rights Reserved. + * + * Contributor(s): ______________________________________. + * + * Alternatively, the contents of this file may be used under the terms of the + * GNU General Public License (the "GPL"), in which case the provisions of the GPL are + * applicable instead of those above. If you wish to allow use of your version of this + * file only under the terms of the GPL and not to allow others to use your version + * of this file under the MPL, indicate your decision by deleting the provisions above + * and replace them with the notice and other provisions required by the GPL License. + * If you do not delete the provisions above, a recipient may use your version of + * this file under either the MPL or the GPL. + * + */ + + +package fhirengine.translation.hl7.structures.fhirinventory.group; + +import ca.uhn.hl7v2.model.v27.group.OML_O21_TIMING_PRIOR; +import ca.uhn.hl7v2.HL7Exception; +import ca.uhn.hl7v2.model.AbstractGroup; +import ca.uhn.hl7v2.model.Group; +import ca.uhn.hl7v2.model.Structure; +import ca.uhn.hl7v2.parser.ModelClassFactory; +import fhirengine.translation.hl7.structures.fhirinventory.segment.OBR; +import fhirengine.translation.hl7.structures.fhirinventory.segment.ORC; +import fhirengine.translation.hl7.structures.fhirinventory.segment.NTE; +import fhirengine.translation.hl7.structures.fhirinventory.segment.PRT; + +/** + *

          Represents a OML_O21_ORDER_PRIOR group structure (a Group object). + * A Group is an ordered collection of message segments that can repeat together or be optionally in/excluded together. + * This Group contains the following elements: + *

          + *
            + *
          • 1: ORC (Common Order)
          • + *
          • 2: OBR (Observation Request)
          • + *
          • 3: NTE (Notes and Comments) optional repeating
          • + *
          • 4: PRT (Participation Information) optional repeating
          • + *
          • 5: OML_O21_TIMING_PRIOR (a Group object) optional repeating
          • + *
          • 6: OML_O21_OBSERVATION_PRIOR (a Group object) repeating
          • + *
          + */ +//@SuppressWarnings("unused") +public class OML_O21_ORDER_PRIOR extends AbstractGroup { + + /** + * Creates a new OML_O21_ORDER_PRIOR group + */ + public OML_O21_ORDER_PRIOR(Group parent, ModelClassFactory factory) { + super(parent, factory); + init(factory); + } + + private void init(ModelClassFactory factory) { + try { + this.add(ORC.class, true, false, false); + this.add(OBR.class, true, false, false); + this.add(NTE.class, false, true, false); + this.add(PRT.class, false, true, false); + this.add(OML_O21_TIMING_PRIOR.class, false, true, false); + this.add(OML_O21_OBSERVATION_PRIOR.class, true, true, false); + } catch(HL7Exception e) { + log.error("Unexpected error creating OML_O21_ORDER_PRIOR - this is probably a bug in the source code generator.", e); + } + } + + /** + * Returns "2.7" + */ + public String getVersion() { + return "2.7"; + } + + + + /** + * Returns + * ORC (Common Order) - creates it if necessary + */ + public ORC getORC() { + ORC retVal = getTyped("ORC", ORC.class); + return retVal; + } + + + + + /** + * Returns + * OBR (Observation Request) - creates it if necessary + */ + public OBR getOBR() { + OBR retVal = getTyped("OBR", OBR.class); + return retVal; + } + + + + + /** + * Returns + * the first repetition of + * NTE (Notes and Comments) - creates it if necessary + */ + public NTE getNTE() { + NTE retVal = getTyped("NTE", NTE.class); + return retVal; + } + + + /** + * Returns a specific repetition of + * NTE (Notes and Comments) - creates it if necessary + * + * @param rep The repetition index (0-indexed, i.e. the first repetition is at index 0) + * @throws HL7Exception if the repetition requested is more than one + * greater than the number of existing repetitions. + */ + public NTE getNTE(int rep) { + NTE retVal = getTyped("NTE", rep, NTE.class); + return retVal; + } + + /** + * Returns the number of existing repetitions of NTE + */ + public int getNTEReps() { + return getReps("NTE"); + } + + /** + *

          + * Returns a non-modifiable List containing all current existing repetitions of NTE. + *

          + *

          + * Note that unlike {@link #getNTE()}, this method will not create any reps + * if none are already present, so an empty list may be returned. + *

          + */ + public java.util.List getNTEAll() throws HL7Exception { + return getAllAsList("NTE", NTE.class); + } + + /** + * Inserts a specific repetition of NTE (Notes and Comments) + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public void insertNTE(NTE structure, int rep) throws HL7Exception { + super.insertRepetition("NTE", structure, rep); + } + + + /** + * Inserts a specific repetition of NTE (Notes and Comments) + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public NTE insertNTE(int rep) throws HL7Exception { + return (NTE)super.insertRepetition("NTE", rep); + } + + + /** + * Removes a specific repetition of NTE (Notes and Comments) + * @see AbstractGroup#removeRepetition(String, int) + */ + public NTE removeNTE(int rep) throws HL7Exception { + return (NTE)super.removeRepetition("NTE", rep); + } + + + + /** + * Returns + * the first repetition of + * PRT (Participation Information) - creates it if necessary + */ + public PRT getPRT() { + PRT retVal = getTyped("PRT", PRT.class); + return retVal; + } + + + /** + * Returns a specific repetition of + * PRT (Participation Information) - creates it if necessary + * + * @param rep The repetition index (0-indexed, i.e. the first repetition is at index 0) + * @throws HL7Exception if the repetition requested is more than one + * greater than the number of existing repetitions. + */ + public PRT getPRT(int rep) { + PRT retVal = getTyped("PRT", rep, PRT.class); + return retVal; + } + + /** + * Returns the number of existing repetitions of PRT + */ + public int getPRTReps() { + return getReps("PRT"); + } + + /** + *

          + * Returns a non-modifiable List containing all current existing repetitions of PRT. + *

          + *

          + * Note that unlike {@link #getPRT()}, this method will not create any reps + * if none are already present, so an empty list may be returned. + *

          + */ + public java.util.List getPRTAll() throws HL7Exception { + return getAllAsList("PRT", PRT.class); + } + + /** + * Inserts a specific repetition of PRT (Participation Information) + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public void insertPRT(PRT structure, int rep) throws HL7Exception { + super.insertRepetition("PRT", structure, rep); + } + + + /** + * Inserts a specific repetition of PRT (Participation Information) + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public PRT insertPRT(int rep) throws HL7Exception { + return (PRT)super.insertRepetition("PRT", rep); + } + + + /** + * Removes a specific repetition of PRT (Participation Information) + * @see AbstractGroup#removeRepetition(String, int) + */ + public PRT removePRT(int rep) throws HL7Exception { + return (PRT)super.removeRepetition("PRT", rep); + } + + + + /** + * Returns + * the first repetition of + * TIMING_PRIOR (a Group object) - creates it if necessary + */ + public OML_O21_TIMING_PRIOR getTIMING_PRIOR() { + OML_O21_TIMING_PRIOR retVal = getTyped("TIMING_PRIOR", OML_O21_TIMING_PRIOR.class); + return retVal; + } + + + /** + * Returns a specific repetition of + * TIMING_PRIOR (a Group object) - creates it if necessary + * + * @param rep The repetition index (0-indexed, i.e. the first repetition is at index 0) + * @throws HL7Exception if the repetition requested is more than one + * greater than the number of existing repetitions. + */ + public OML_O21_TIMING_PRIOR getTIMING_PRIOR(int rep) { + OML_O21_TIMING_PRIOR retVal = getTyped("TIMING_PRIOR", rep, OML_O21_TIMING_PRIOR.class); + return retVal; + } + + /** + * Returns the number of existing repetitions of TIMING_PRIOR + */ + public int getTIMING_PRIORReps() { + return getReps("TIMING_PRIOR"); + } + + /** + *

          + * Returns a non-modifiable List containing all current existing repetitions of TIMING_PRIOR. + *

          + *

          + * Note that unlike {@link #getTIMING_PRIOR()}, this method will not create any reps + * if none are already present, so an empty list may be returned. + *

          + */ + public java.util.List getTIMING_PRIORAll() throws HL7Exception { + return getAllAsList("TIMING_PRIOR", OML_O21_TIMING_PRIOR.class); + } + + /** + * Inserts a specific repetition of TIMING_PRIOR (a Group object) + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public void insertTIMING_PRIOR(OML_O21_TIMING_PRIOR structure, int rep) throws HL7Exception { + super.insertRepetition("TIMING_PRIOR", structure, rep); + } + + + /** + * Inserts a specific repetition of TIMING_PRIOR (a Group object) + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public OML_O21_TIMING_PRIOR insertTIMING_PRIOR(int rep) throws HL7Exception { + return (OML_O21_TIMING_PRIOR)super.insertRepetition("TIMING_PRIOR", rep); + } + + + /** + * Removes a specific repetition of TIMING_PRIOR (a Group object) + * @see AbstractGroup#removeRepetition(String, int) + */ + public OML_O21_TIMING_PRIOR removeTIMING_PRIOR(int rep) throws HL7Exception { + return (OML_O21_TIMING_PRIOR)super.removeRepetition("TIMING_PRIOR", rep); + } + + + + /** + * Returns + * the first repetition of + * OBSERVATION_PRIOR (a Group object) - creates it if necessary + */ + public OML_O21_OBSERVATION_PRIOR getOBSERVATION_PRIOR() { + OML_O21_OBSERVATION_PRIOR retVal = getTyped("OBSERVATION_PRIOR", OML_O21_OBSERVATION_PRIOR.class); + return retVal; + } + + + /** + * Returns a specific repetition of + * OBSERVATION_PRIOR (a Group object) - creates it if necessary + * + * @param rep The repetition index (0-indexed, i.e. the first repetition is at index 0) + * @throws HL7Exception if the repetition requested is more than one + * greater than the number of existing repetitions. + */ + public OML_O21_OBSERVATION_PRIOR getOBSERVATION_PRIOR(int rep) { + OML_O21_OBSERVATION_PRIOR retVal = getTyped("OBSERVATION_PRIOR", rep, OML_O21_OBSERVATION_PRIOR.class); + return retVal; + } + + /** + * Returns the number of existing repetitions of OBSERVATION_PRIOR + */ + public int getOBSERVATION_PRIORReps() { + return getReps("OBSERVATION_PRIOR"); + } + + /** + *

          + * Returns a non-modifiable List containing all current existing repetitions of OBSERVATION_PRIOR. + *

          + *

          + * Note that unlike {@link #getOBSERVATION_PRIOR()}, this method will not create any reps + * if none are already present, so an empty list may be returned. + *

          + */ + public java.util.List getOBSERVATION_PRIORAll() throws HL7Exception { + return getAllAsList("OBSERVATION_PRIOR", OML_O21_OBSERVATION_PRIOR.class); + } + + /** + * Inserts a specific repetition of OBSERVATION_PRIOR (a Group object) + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public void insertOBSERVATION_PRIOR(OML_O21_OBSERVATION_PRIOR structure, int rep) throws HL7Exception { + super.insertRepetition("OBSERVATION_PRIOR", structure, rep); + } + + + /** + * Inserts a specific repetition of OBSERVATION_PRIOR (a Group object) + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public OML_O21_OBSERVATION_PRIOR insertOBSERVATION_PRIOR(int rep) throws HL7Exception { + return (OML_O21_OBSERVATION_PRIOR)super.insertRepetition("OBSERVATION_PRIOR", rep); + } + + + /** + * Removes a specific repetition of OBSERVATION_PRIOR (a Group object) + * @see AbstractGroup#removeRepetition(String, int) + */ + public OML_O21_OBSERVATION_PRIOR removeOBSERVATION_PRIOR(int rep) throws HL7Exception { + return (OML_O21_OBSERVATION_PRIOR)super.removeRepetition("OBSERVATION_PRIOR", rep); + } + + + +} + diff --git a/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_PATIENT.java b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_PATIENT.java index ce8a489a776..ca80f07eff1 100644 --- a/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_PATIENT.java +++ b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_PATIENT.java @@ -35,11 +35,11 @@ import ca.uhn.hl7v2.HL7Exception; import ca.uhn.hl7v2.model.AbstractGroup; import ca.uhn.hl7v2.model.Group; -import ca.uhn.hl7v2.model.v27.segment.AL1; +import ca.uhn.hl7v2.model.Structure; import ca.uhn.hl7v2.model.v27.segment.GT1; import ca.uhn.hl7v2.model.v27.segment.NK1; -import ca.uhn.hl7v2.model.v27.group.OML_O21_INSURANCE; import ca.uhn.hl7v2.parser.ModelClassFactory; +import fhirengine.translation.hl7.structures.fhirinventory.segment.AL1; import fhirengine.translation.hl7.structures.fhirinventory.segment.NTE; import fhirengine.translation.hl7.structures.fhirinventory.segment.PD1; import fhirengine.translation.hl7.structures.fhirinventory.segment.PID; diff --git a/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_PATIENT_PRIOR.java b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_PATIENT_PRIOR.java new file mode 100644 index 00000000000..13d8100347a --- /dev/null +++ b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_PATIENT_PRIOR.java @@ -0,0 +1,184 @@ +/* + * This class is an auto-generated source file for a HAPI + * HL7 v2.x standard structure class. + * + * For more information, visit: http://hl7api.sourceforge.net/ + * + * The contents of this file are subject to the Mozilla Public License Version 1.1 + * (the "License"); you may not use this file except in compliance with the License. + * You may obtain a copy of the License at http://www.mozilla.org/MPL/ + * Software distributed under the License is distributed on an "AS IS" basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the + * specific language governing rights and limitations under the License. + * + * The Original Code is "[file_name]". Description: + * "[one_line_description]" + * + * The Initial Developer of the Original Code is University Health Network. Copyright (C) + * 2012. All Rights Reserved. + * + * Contributor(s): ______________________________________. + * + * Alternatively, the contents of this file may be used under the terms of the + * GNU General Public License (the "GPL"), in which case the provisions of the GPL are + * applicable instead of those above. If you wish to allow use of your version of this + * file only under the terms of the GPL and not to allow others to use your version + * of this file under the MPL, indicate your decision by deleting the provisions above + * and replace them with the notice and other provisions required by the GPL License. + * If you do not delete the provisions above, a recipient may use your version of + * this file under either the MPL or the GPL. + * + */ + + +package fhirengine.translation.hl7.structures.fhirinventory.group; + +import ca.uhn.hl7v2.HL7Exception; +import ca.uhn.hl7v2.model.AbstractGroup; +import ca.uhn.hl7v2.model.Group; +import ca.uhn.hl7v2.model.Structure; +import ca.uhn.hl7v2.parser.ModelClassFactory; +import fhirengine.translation.hl7.structures.fhirinventory.segment.PD1; +import fhirengine.translation.hl7.structures.fhirinventory.segment.PID; +import fhirengine.translation.hl7.structures.fhirinventory.segment.PRT; + + +/** + *

          Represents a OML_O21_PATIENT_PRIOR group structure (a Group object). + * A Group is an ordered collection of message segments that can repeat together or be optionally in/excluded together. + * This Group contains the following elements: + *

          + *
            + *
          • 1: PID (Patient Identification)
          • + *
          • 2: PD1 (Patient Additional Demographic) optional
          • + *
          • 3: PRT (Participation Information) optional repeating
          • + *
          + */ +//@SuppressWarnings("unused") +public class OML_O21_PATIENT_PRIOR extends AbstractGroup { + + /** + * Creates a new OML_O21_PATIENT_PRIOR group + */ + public OML_O21_PATIENT_PRIOR(Group parent, ModelClassFactory factory) { + super(parent, factory); + init(factory); + } + + private void init(ModelClassFactory factory) { + try { + this.add(PID.class, true, false, false); + this.add(PD1.class, false, false, false); + this.add(PRT.class, false, true, false); + } catch(HL7Exception e) { + log.error("Unexpected error creating OML_O21_PATIENT_PRIOR - this is probably a bug in the source code generator.", e); + } + } + + /** + * Returns "2.7" + */ + public String getVersion() { + return "2.7"; + } + + + + /** + * Returns + * PID (Patient Identification) - creates it if necessary + */ + public PID getPID() { + PID retVal = getTyped("PID", PID.class); + return retVal; + } + + + + + /** + * Returns + * PD1 (Patient Additional Demographic) - creates it if necessary + */ + public PD1 getPD1() { + PD1 retVal = getTyped("PD1", PD1.class); + return retVal; + } + + + + + /** + * Returns + * the first repetition of + * PRT (Participation Information) - creates it if necessary + */ + public PRT getPRT() { + PRT retVal = getTyped("PRT", PRT.class); + return retVal; + } + + + /** + * Returns a specific repetition of + * PRT (Participation Information) - creates it if necessary + * + * @param rep The repetition index (0-indexed, i.e. the first repetition is at index 0) + * @throws HL7Exception if the repetition requested is more than one + * greater than the number of existing repetitions. + */ + public PRT getPRT(int rep) { + PRT retVal = getTyped("PRT", rep, PRT.class); + return retVal; + } + + /** + * Returns the number of existing repetitions of PRT + */ + public int getPRTReps() { + return getReps("PRT"); + } + + /** + *

          + * Returns a non-modifiable List containing all current existing repetitions of PRT. + *

          + *

          + * Note that unlike {@link #getPRT()}, this method will not create any reps + * if none are already present, so an empty list may be returned. + *

          + */ + public java.util.List getPRTAll() throws HL7Exception { + return getAllAsList("PRT", PRT.class); + } + + /** + * Inserts a specific repetition of PRT (Participation Information) + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public void insertPRT(PRT structure, int rep) throws HL7Exception { + super.insertRepetition("PRT", structure, rep); + } + + + /** + * Inserts a specific repetition of PRT (Participation Information) + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public PRT insertPRT(int rep) throws HL7Exception { + return (PRT)super.insertRepetition("PRT", rep); + } + + + /** + * Removes a specific repetition of PRT (Participation Information) + * @see AbstractGroup#removeRepetition(String, int) + */ + public PRT removePRT(int rep) throws HL7Exception { + return (PRT)super.removeRepetition("PRT", rep); + } + + + +} + diff --git a/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_PATIENT_VISIT.java b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_PATIENT_VISIT.java index 877b32c40f5..38617ac1a07 100644 --- a/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_PATIENT_VISIT.java +++ b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_PATIENT_VISIT.java @@ -34,11 +34,12 @@ import ca.uhn.hl7v2.model.AbstractGroup; import ca.uhn.hl7v2.model.Group; -import ca.uhn.hl7v2.model.v27.segment.PV1; +import ca.uhn.hl7v2.model.Structure; import ca.uhn.hl7v2.model.v27.segment.PV2; import ca.uhn.hl7v2.HL7Exception; import ca.uhn.hl7v2.parser.ModelClassFactory; import fhirengine.translation.hl7.structures.fhirinventory.segment.PRT; +import fhirengine.translation.hl7.structures.fhirinventory.segment.PV1; /** *

          Represents a OML_O21_PATIENT_VISIT group structure (a Group object). diff --git a/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_PATIENT_VISIT_PRIOR.java b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_PATIENT_VISIT_PRIOR.java new file mode 100644 index 00000000000..c0bda22c236 --- /dev/null +++ b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_PATIENT_VISIT_PRIOR.java @@ -0,0 +1,183 @@ +/* + * This class is an auto-generated source file for a HAPI + * HL7 v2.x standard structure class. + * + * For more information, visit: http://hl7api.sourceforge.net/ + * + * The contents of this file are subject to the Mozilla Public License Version 1.1 + * (the "License"); you may not use this file except in compliance with the License. + * You may obtain a copy of the License at http://www.mozilla.org/MPL/ + * Software distributed under the License is distributed on an "AS IS" basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the + * specific language governing rights and limitations under the License. + * + * The Original Code is "[file_name]". Description: + * "[one_line_description]" + * + * The Initial Developer of the Original Code is University Health Network. Copyright (C) + * 2012. All Rights Reserved. + * + * Contributor(s): ______________________________________. + * + * Alternatively, the contents of this file may be used under the terms of the + * GNU General Public License (the "GPL"), in which case the provisions of the GPL are + * applicable instead of those above. If you wish to allow use of your version of this + * file only under the terms of the GPL and not to allow others to use your version + * of this file under the MPL, indicate your decision by deleting the provisions above + * and replace them with the notice and other provisions required by the GPL License. + * If you do not delete the provisions above, a recipient may use your version of + * this file under either the MPL or the GPL. + * + */ + + +package fhirengine.translation.hl7.structures.fhirinventory.group; + +import ca.uhn.hl7v2.HL7Exception; +import ca.uhn.hl7v2.model.AbstractGroup; +import ca.uhn.hl7v2.model.Group; +import ca.uhn.hl7v2.model.Structure; +import ca.uhn.hl7v2.model.v27.segment.PV2; +import ca.uhn.hl7v2.parser.ModelClassFactory; +import fhirengine.translation.hl7.structures.fhirinventory.segment.PV1; +import fhirengine.translation.hl7.structures.fhirinventory.segment.PRT; + +/** + *

          Represents a OML_O21_PATIENT_VISIT_PRIOR group structure (a Group object). + * A Group is an ordered collection of message segments that can repeat together or be optionally in/excluded together. + * This Group contains the following elements: + *

          + *
            + *
          • 1: PV1 (Patient Visit)
          • + *
          • 2: PV2 (Patient Visit - Additional Information) optional
          • + *
          • 3: PRT (Participation Information) optional repeating
          • + *
          + */ +//@SuppressWarnings("unused") +public class OML_O21_PATIENT_VISIT_PRIOR extends AbstractGroup { + + /** + * Creates a new OML_O21_PATIENT_VISIT_PRIOR group + */ + public OML_O21_PATIENT_VISIT_PRIOR(Group parent, ModelClassFactory factory) { + super(parent, factory); + init(factory); + } + + private void init(ModelClassFactory factory) { + try { + this.add(PV1.class, true, false, false); + this.add(PV2.class, false, false, false); + this.add(PRT.class, false, true, false); + } catch(HL7Exception e) { + log.error("Unexpected error creating OML_O21_PATIENT_VISIT_PRIOR - this is probably a bug in the source code generator.", e); + } + } + + /** + * Returns "2.7" + */ + public String getVersion() { + return "2.7"; + } + + + + /** + * Returns + * PV1 (Patient Visit) - creates it if necessary + */ + public PV1 getPV1() { + PV1 retVal = getTyped("PV1", PV1.class); + return retVal; + } + + + + + /** + * Returns + * PV2 (Patient Visit - Additional Information) - creates it if necessary + */ + public PV2 getPV2() { + PV2 retVal = getTyped("PV2", PV2.class); + return retVal; + } + + + + + /** + * Returns + * the first repetition of + * PRT (Participation Information) - creates it if necessary + */ + public PRT getPRT() { + PRT retVal = getTyped("PRT", PRT.class); + return retVal; + } + + + /** + * Returns a specific repetition of + * PRT (Participation Information) - creates it if necessary + * + * @param rep The repetition index (0-indexed, i.e. the first repetition is at index 0) + * @throws HL7Exception if the repetition requested is more than one + * greater than the number of existing repetitions. + */ + public PRT getPRT(int rep) { + PRT retVal = getTyped("PRT", rep, PRT.class); + return retVal; + } + + /** + * Returns the number of existing repetitions of PRT + */ + public int getPRTReps() { + return getReps("PRT"); + } + + /** + *

          + * Returns a non-modifiable List containing all current existing repetitions of PRT. + *

          + *

          + * Note that unlike {@link #getPRT()}, this method will not create any reps + * if none are already present, so an empty list may be returned. + *

          + */ + public java.util.List getPRTAll() throws HL7Exception { + return getAllAsList("PRT", PRT.class); + } + + /** + * Inserts a specific repetition of PRT (Participation Information) + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public void insertPRT(PRT structure, int rep) throws HL7Exception { + super.insertRepetition("PRT", structure, rep); + } + + + /** + * Inserts a specific repetition of PRT (Participation Information) + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public PRT insertPRT(int rep) throws HL7Exception { + return (PRT)super.insertRepetition("PRT", rep); + } + + + /** + * Removes a specific repetition of PRT (Participation Information) + * @see AbstractGroup#removeRepetition(String, int) + */ + public PRT removePRT(int rep) throws HL7Exception { + return (PRT)super.removeRepetition("PRT", rep); + } + + + +} + diff --git a/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_PRIOR_RESULT.java b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_PRIOR_RESULT.java new file mode 100644 index 00000000000..94902d20e83 --- /dev/null +++ b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_PRIOR_RESULT.java @@ -0,0 +1,256 @@ +/* + * This class is an auto-generated source file for a HAPI + * HL7 v2.x standard structure class. + * + * For more information, visit: http://hl7api.sourceforge.net/ + * + * The contents of this file are subject to the Mozilla Public License Version 1.1 + * (the "License"); you may not use this file except in compliance with the License. + * You may obtain a copy of the License at http://www.mozilla.org/MPL/ + * Software distributed under the License is distributed on an "AS IS" basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the + * specific language governing rights and limitations under the License. + * + * The Original Code is "[file_name]". Description: + * "[one_line_description]" + * + * The Initial Developer of the Original Code is University Health Network. Copyright (C) + * 2012. All Rights Reserved. + * + * Contributor(s): ______________________________________. + * + * Alternatively, the contents of this file may be used under the terms of the + * GNU General Public License (the "GPL"), in which case the provisions of the GPL are + * applicable instead of those above. If you wish to allow use of your version of this + * file only under the terms of the GPL and not to allow others to use your version + * of this file under the MPL, indicate your decision by deleting the provisions above + * and replace them with the notice and other provisions required by the GPL License. + * If you do not delete the provisions above, a recipient may use your version of + * this file under either the MPL or the GPL. + * + */ + + +package fhirengine.translation.hl7.structures.fhirinventory.group; + +import ca.uhn.hl7v2.HL7Exception; +import ca.uhn.hl7v2.model.AbstractGroup; +import ca.uhn.hl7v2.model.Group; +import ca.uhn.hl7v2.model.Structure; +import ca.uhn.hl7v2.parser.ModelClassFactory; +import fhirengine.translation.hl7.structures.fhirinventory.segment.AL1; + + +/** + *

          Represents a OML_O21_PRIOR_RESULT group structure (a Group object). + * A Group is an ordered collection of message segments that can repeat together or be optionally in/excluded together. + * This Group contains the following elements: + *

          + *
            + *
          • 1: OML_O21_PATIENT_PRIOR (a Group object) optional
          • + *
          • 2: OML_O21_PATIENT_VISIT_PRIOR (a Group object) optional
          • + *
          • 3: AL1 (Patient Allergy Information) optional repeating
          • + *
          • 4: OML_O21_ORDER_PRIOR (a Group object) repeating
          • + *
          + */ +//@SuppressWarnings("unused") +public class OML_O21_PRIOR_RESULT extends AbstractGroup { + + /** + * Creates a new OML_O21_PRIOR_RESULT group + */ + public OML_O21_PRIOR_RESULT(Group parent, ModelClassFactory factory) { + super(parent, factory); + init(factory); + } + + private void init(ModelClassFactory factory) { + try { + this.add(OML_O21_PATIENT_PRIOR.class, false, false, false); + this.add(OML_O21_PATIENT_VISIT_PRIOR.class, false, false, false); + this.add(AL1.class, false, true, false); + this.add(OML_O21_ORDER_PRIOR.class, true, true, false); + } catch(HL7Exception e) { + log.error("Unexpected error creating OML_O21_PRIOR_RESULT - this is probably a bug in the source code generator.", e); + } + } + + /** + * Returns "2.7" + */ + public String getVersion() { + return "2.7"; + } + + + + /** + * Returns + * PATIENT_PRIOR (a Group object) - creates it if necessary + */ + public OML_O21_PATIENT_PRIOR getPATIENT_PRIOR() { + OML_O21_PATIENT_PRIOR retVal = getTyped("PATIENT_PRIOR", OML_O21_PATIENT_PRIOR.class); + return retVal; + } + + + + + /** + * Returns + * PATIENT_VISIT_PRIOR (a Group object) - creates it if necessary + */ + public OML_O21_PATIENT_VISIT_PRIOR getPATIENT_VISIT_PRIOR() { + OML_O21_PATIENT_VISIT_PRIOR retVal = getTyped("PATIENT_VISIT_PRIOR", OML_O21_PATIENT_VISIT_PRIOR.class); + return retVal; + } + + + + + /** + * Returns + * the first repetition of + * AL1 (Patient Allergy Information) - creates it if necessary + */ + public AL1 getAL1() { + AL1 retVal = getTyped("AL1", AL1.class); + return retVal; + } + + + /** + * Returns a specific repetition of + * AL1 (Patient Allergy Information) - creates it if necessary + * + * @param rep The repetition index (0-indexed, i.e. the first repetition is at index 0) + * @throws HL7Exception if the repetition requested is more than one + * greater than the number of existing repetitions. + */ + public AL1 getAL1(int rep) { + AL1 retVal = getTyped("AL1", rep, AL1.class); + return retVal; + } + + /** + * Returns the number of existing repetitions of AL1 + */ + public int getAL1Reps() { + return getReps("AL1"); + } + + /** + *

          + * Returns a non-modifiable List containing all current existing repetitions of AL1. + *

          + *

          + * Note that unlike {@link #getAL1()}, this method will not create any reps + * if none are already present, so an empty list may be returned. + *

          + */ + public java.util.List getAL1All() throws HL7Exception { + return getAllAsList("AL1", AL1.class); + } + + /** + * Inserts a specific repetition of AL1 (Patient Allergy Information) + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public void insertAL1(AL1 structure, int rep) throws HL7Exception { + super.insertRepetition("AL1", structure, rep); + } + + + /** + * Inserts a specific repetition of AL1 (Patient Allergy Information) + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public AL1 insertAL1(int rep) throws HL7Exception { + return (AL1)super.insertRepetition("AL1", rep); + } + + + /** + * Removes a specific repetition of AL1 (Patient Allergy Information) + * @see AbstractGroup#removeRepetition(String, int) + */ + public AL1 removeAL1(int rep) throws HL7Exception { + return (AL1)super.removeRepetition("AL1", rep); + } + + + + /** + * Returns + * the first repetition of + * ORDER_PRIOR (a Group object) - creates it if necessary + */ + public OML_O21_ORDER_PRIOR getORDER_PRIOR() { + OML_O21_ORDER_PRIOR retVal = getTyped("ORDER_PRIOR", OML_O21_ORDER_PRIOR.class); + return retVal; + } + + + /** + * Returns a specific repetition of + * ORDER_PRIOR (a Group object) - creates it if necessary + * + * @param rep The repetition index (0-indexed, i.e. the first repetition is at index 0) + * @throws HL7Exception if the repetition requested is more than one + * greater than the number of existing repetitions. + */ + public OML_O21_ORDER_PRIOR getORDER_PRIOR(int rep) { + OML_O21_ORDER_PRIOR retVal = getTyped("ORDER_PRIOR", rep, OML_O21_ORDER_PRIOR.class); + return retVal; + } + + /** + * Returns the number of existing repetitions of ORDER_PRIOR + */ + public int getORDER_PRIORReps() { + return getReps("ORDER_PRIOR"); + } + + /** + *

          + * Returns a non-modifiable List containing all current existing repetitions of ORDER_PRIOR. + *

          + *

          + * Note that unlike {@link #getORDER_PRIOR()}, this method will not create any reps + * if none are already present, so an empty list may be returned. + *

          + */ + public java.util.List getORDER_PRIORAll() throws HL7Exception { + return getAllAsList("ORDER_PRIOR", OML_O21_ORDER_PRIOR.class); + } + + /** + * Inserts a specific repetition of ORDER_PRIOR (a Group object) + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public void insertORDER_PRIOR(OML_O21_ORDER_PRIOR structure, int rep) throws HL7Exception { + super.insertRepetition("ORDER_PRIOR", structure, rep); + } + + + /** + * Inserts a specific repetition of ORDER_PRIOR (a Group object) + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public OML_O21_ORDER_PRIOR insertORDER_PRIOR(int rep) throws HL7Exception { + return (OML_O21_ORDER_PRIOR)super.insertRepetition("ORDER_PRIOR", rep); + } + + + /** + * Removes a specific repetition of ORDER_PRIOR (a Group object) + * @see AbstractGroup#removeRepetition(String, int) + */ + public OML_O21_ORDER_PRIOR removeORDER_PRIOR(int rep) throws HL7Exception { + return (OML_O21_ORDER_PRIOR)super.removeRepetition("ORDER_PRIOR", rep); + } + + + +} + diff --git a/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_SPECIMEN.java b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_SPECIMEN.java index 871f571ba72..0a296f61e45 100644 --- a/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_SPECIMEN.java +++ b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_SPECIMEN.java @@ -35,8 +35,7 @@ import ca.uhn.hl7v2.HL7Exception; import ca.uhn.hl7v2.model.AbstractGroup; import ca.uhn.hl7v2.model.Group; -import ca.uhn.hl7v2.model.v27.group.OML_O21_SPECIMEN_OBSERVATION; -import ca.uhn.hl7v2.model.v27.group.OML_O21_CONTAINER; +import ca.uhn.hl7v2.model.Structure; import ca.uhn.hl7v2.model.v27.segment.SPM; import ca.uhn.hl7v2.parser.ModelClassFactory; diff --git a/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_SPECIMEN_OBSERVATION.java b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_SPECIMEN_OBSERVATION.java new file mode 100644 index 00000000000..6085fb62d76 --- /dev/null +++ b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/OML_O21_SPECIMEN_OBSERVATION.java @@ -0,0 +1,169 @@ +/* + * This class is an auto-generated source file for a HAPI + * HL7 v2.x standard structure class. + * + * For more information, visit: http://hl7api.sourceforge.net/ + * + * The contents of this file are subject to the Mozilla Public License Version 1.1 + * (the "License"); you may not use this file except in compliance with the License. + * You may obtain a copy of the License at http://www.mozilla.org/MPL/ + * Software distributed under the License is distributed on an "AS IS" basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the + * specific language governing rights and limitations under the License. + * + * The Original Code is "[file_name]". Description: + * "[one_line_description]" + * + * The Initial Developer of the Original Code is University Health Network. Copyright (C) + * 2012. All Rights Reserved. + * + * Contributor(s): ______________________________________. + * + * Alternatively, the contents of this file may be used under the terms of the + * GNU General Public License (the "GPL"), in which case the provisions of the GPL are + * applicable instead of those above. If you wish to allow use of your version of this + * file only under the terms of the GPL and not to allow others to use your version + * of this file under the MPL, indicate your decision by deleting the provisions above + * and replace them with the notice and other provisions required by the GPL License. + * If you do not delete the provisions above, a recipient may use your version of + * this file under either the MPL or the GPL. + * + */ + + +package fhirengine.translation.hl7.structures.fhirinventory.group; + +import ca.uhn.hl7v2.HL7Exception; +import ca.uhn.hl7v2.model.AbstractGroup; +import ca.uhn.hl7v2.model.Group; +import ca.uhn.hl7v2.model.Structure; +import ca.uhn.hl7v2.parser.ModelClassFactory; +import fhirengine.translation.hl7.structures.fhirinventory.segment.OBX; +import fhirengine.translation.hl7.structures.fhirinventory.segment.PRT; + + +/** + *

          Represents a OML_O21_SPECIMEN_OBSERVATION group structure (a Group object). + * A Group is an ordered collection of message segments that can repeat together or be optionally in/excluded together. + * This Group contains the following elements: + *

          + *
            + *
          • 1: OBX (Observation/Result)
          • + *
          • 2: PRT (Participation Information) optional repeating
          • + *
          + */ +//@SuppressWarnings("unused") +public class OML_O21_SPECIMEN_OBSERVATION extends AbstractGroup { + + /** + * Creates a new OML_O21_SPECIMEN_OBSERVATION group + */ + public OML_O21_SPECIMEN_OBSERVATION(Group parent, ModelClassFactory factory) { + super(parent, factory); + init(factory); + } + + private void init(ModelClassFactory factory) { + try { + this.add(OBX.class, true, false, false); + this.add(PRT.class, false, true, false); + } catch(HL7Exception e) { + log.error("Unexpected error creating OML_O21_SPECIMEN_OBSERVATION - this is probably a bug in the source code generator.", e); + } + } + + /** + * Returns "2.7" + */ + public String getVersion() { + return "2.7"; + } + + + + /** + * Returns + * OBX (Observation/Result) - creates it if necessary + */ + public OBX getOBX() { + OBX retVal = getTyped("OBX", OBX.class); + return retVal; + } + + + + + /** + * Returns + * the first repetition of + * PRT (Participation Information) - creates it if necessary + */ + public PRT getPRT() { + PRT retVal = getTyped("PRT", PRT.class); + return retVal; + } + + + /** + * Returns a specific repetition of + * PRT (Participation Information) - creates it if necessary + * + * @param rep The repetition index (0-indexed, i.e. the first repetition is at index 0) + * @throws HL7Exception if the repetition requested is more than one + * greater than the number of existing repetitions. + */ + public PRT getPRT(int rep) { + PRT retVal = getTyped("PRT", rep, PRT.class); + return retVal; + } + + /** + * Returns the number of existing repetitions of PRT + */ + public int getPRTReps() { + return getReps("PRT"); + } + + /** + *

          + * Returns a non-modifiable List containing all current existing repetitions of PRT. + *

          + *

          + * Note that unlike {@link #getPRT()}, this method will not create any reps + * if none are already present, so an empty list may be returned. + *

          + */ + public java.util.List getPRTAll() throws HL7Exception { + return getAllAsList("PRT", PRT.class); + } + + /** + * Inserts a specific repetition of PRT (Participation Information) + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public void insertPRT(PRT structure, int rep) throws HL7Exception { + super.insertRepetition("PRT", structure, rep); + } + + + /** + * Inserts a specific repetition of PRT (Participation Information) + * @see AbstractGroup#insertRepetition(Structure, int) + */ + public PRT insertPRT(int rep) throws HL7Exception { + return (PRT)super.insertRepetition("PRT", rep); + } + + + /** + * Removes a specific repetition of PRT (Participation Information) + * @see AbstractGroup#removeRepetition(String, int) + */ + public PRT removePRT(int rep) throws HL7Exception { + return (PRT)super.removeRepetition("PRT", rep); + } + + + +} + diff --git a/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/ORM_O01_INSURANCE.java b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/ORM_O01_INSURANCE.java new file mode 100644 index 00000000000..aa389e17c33 --- /dev/null +++ b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/ORM_O01_INSURANCE.java @@ -0,0 +1,123 @@ +/* + * This class is an auto-generated source file for a HAPI + * HL7 v2.x standard structure class. + * + * For more information, visit: http://hl7api.sourceforge.net/ + * + * The contents of this file are subject to the Mozilla Public License Version 1.1 + * (the "License"); you may not use this file except in compliance with the License. + * You may obtain a copy of the License at http://www.mozilla.org/MPL/ + * Software distributed under the License is distributed on an "AS IS" basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the + * specific language governing rights and limitations under the License. + * + * The Original Code is "[file_name]". Description: + * "[one_line_description]" + * + * The Initial Developer of the Original Code is University Health Network. Copyright (C) + * 2012. All Rights Reserved. + * + * Contributor(s): ______________________________________. + * + * Alternatively, the contents of this file may be used under the terms of the + * GNU General Public License (the "GPL"), in which case the provisions of the GPL are + * applicable instead of those above. If you wish to allow use of your version of this + * file only under the terms of the GPL and not to allow others to use your version + * of this file under the MPL, indicate your decision by deleting the provisions above + * and replace them with the notice and other provisions required by the GPL License. + * If you do not delete the provisions above, a recipient may use your version of + * this file under either the MPL or the GPL. + * + */ + + +package fhirengine.translation.hl7.structures.fhirinventory.group; + +import ca.uhn.hl7v2.HL7Exception; +import ca.uhn.hl7v2.model.AbstractGroup; +import ca.uhn.hl7v2.model.Group; +import ca.uhn.hl7v2.model.v27.segment.IN2; +import ca.uhn.hl7v2.parser.ModelClassFactory; +import fhirengine.translation.hl7.structures.fhirinventory.segment.IN1; +import fhirengine.translation.hl7.structures.fhirinventory.segment.IN3; + + +/** + *

          Represents a ORM_O01_INSURANCE group structure (a Group object). + * A Group is an ordered collection of message segments that can repeat together or be optionally in/excluded together. + * This Group contains the following elements: + *

          + *
            + *
          • 1: IN1 (Insurance)
          • + *
          • 2: IN2 (Insurance Additional Information) optional
          • + *
          • 3: IN3 (Insurance Additional Information, Certification) optional
          • + *
          + */ +//@SuppressWarnings("unused") +public class ORM_O01_INSURANCE extends AbstractGroup { + + /** + * Creates a new ORM_O01_INSURANCE group + */ + public ORM_O01_INSURANCE(Group parent, ModelClassFactory factory) { + super(parent, factory); + init(factory); + } + + private void init(ModelClassFactory factory) { + try { + this.add(IN1.class, true, false, false); + this.add(IN2.class, false, false, false); + this.add(IN3.class, false, false, false); + } catch(HL7Exception e) { + log.error("Unexpected error creating ORM_O01_INSURANCE - this is probably a bug in the source code generator.", e); + } + } + + /** + * Returns "2.7" + */ + public String getVersion() { + return "2.7"; + } + + + + /** + * Returns + * IN1 (Insurance) - creates it if necessary + */ + public IN1 getIN1() { + IN1 retVal = getTyped("IN1", IN1.class); + return retVal; + } + + + + + /** + * Returns + * IN2 (Insurance Additional Information) - creates it if necessary + */ + public IN2 getIN2() { + IN2 retVal = getTyped("IN2", IN2.class); + return retVal; + } + + + + + /** + * Returns + * IN3 (Insurance Additional Information, Certification) - creates it if necessary + */ + public IN3 getIN3() { + IN3 retVal = getTyped("IN3", IN3.class); + return retVal; + } + + + + +} + diff --git a/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/ORM_O01_OBSERVATION.java b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/ORM_O01_OBSERVATION.java index 1c11c2f78a1..7e70edeae23 100644 --- a/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/ORM_O01_OBSERVATION.java +++ b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/ORM_O01_OBSERVATION.java @@ -33,8 +33,10 @@ package fhirengine.translation.hl7.structures.fhirinventory.group; import ca.uhn.hl7v2.HL7Exception; +import ca.uhn.hl7v2.model.AbstractGroup; +import ca.uhn.hl7v2.model.Group; +import ca.uhn.hl7v2.model.Structure; import ca.uhn.hl7v2.parser.ModelClassFactory; -import ca.uhn.hl7v2.model.*; import fhirengine.translation.hl7.structures.fhirinventory.segment.NTE; import fhirengine.translation.hl7.structures.fhirinventory.segment.OBX; diff --git a/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/ORM_O01_ORDER.java b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/ORM_O01_ORDER.java index da3457b501a..01a1dd10bd7 100644 --- a/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/ORM_O01_ORDER.java +++ b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/ORM_O01_ORDER.java @@ -36,8 +36,10 @@ import ca.uhn.hl7v2.model.AbstractGroup; import ca.uhn.hl7v2.model.Group; import ca.uhn.hl7v2.model.Structure; -import ca.uhn.hl7v2.model.v27.segment.*; +import ca.uhn.hl7v2.model.v27.segment.BLG; +import ca.uhn.hl7v2.model.v27.segment.CTI; import ca.uhn.hl7v2.parser.ModelClassFactory; +import fhirengine.translation.hl7.structures.fhirinventory.segment.FT1; import fhirengine.translation.hl7.structures.fhirinventory.segment.ORC; /** diff --git a/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/ORM_O01_ORDER_DETAIL.java b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/ORM_O01_ORDER_DETAIL.java index 391cfdc6ed3..14e83d4cf78 100644 --- a/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/ORM_O01_ORDER_DETAIL.java +++ b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/ORM_O01_ORDER_DETAIL.java @@ -33,9 +33,17 @@ package fhirengine.translation.hl7.structures.fhirinventory.group; import ca.uhn.hl7v2.HL7Exception; -import ca.uhn.hl7v2.model.v27.segment.*; -import ca.uhn.hl7v2.model.*; +import ca.uhn.hl7v2.model.AbstractGroup; +import ca.uhn.hl7v2.model.Group; +import ca.uhn.hl7v2.model.Structure; +import ca.uhn.hl7v2.model.v27.segment.CTD; +import ca.uhn.hl7v2.model.v27.segment.ODS; +import ca.uhn.hl7v2.model.v27.segment.ODT; +import ca.uhn.hl7v2.model.v27.segment.RQ1; +import ca.uhn.hl7v2.model.v27.segment.RQD; +import ca.uhn.hl7v2.model.v27.segment.RXO; import ca.uhn.hl7v2.parser.ModelClassFactory; +import fhirengine.translation.hl7.structures.fhirinventory.segment.DG1; import fhirengine.translation.hl7.structures.fhirinventory.segment.NTE; import fhirengine.translation.hl7.structures.fhirinventory.segment.OBR; diff --git a/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/ORM_O01_PATIENT.java b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/ORM_O01_PATIENT.java index 4fed5e406ae..2d23afdecc4 100644 --- a/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/ORM_O01_PATIENT.java +++ b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/ORM_O01_PATIENT.java @@ -32,12 +32,13 @@ package fhirengine.translation.hl7.structures.fhirinventory.group; -import ca.uhn.hl7v2.model.v27.segment.*; - import ca.uhn.hl7v2.HL7Exception; +import ca.uhn.hl7v2.model.AbstractGroup; +import ca.uhn.hl7v2.model.Group; +import ca.uhn.hl7v2.model.Structure; +import ca.uhn.hl7v2.model.v27.segment.GT1; import ca.uhn.hl7v2.parser.ModelClassFactory; -import ca.uhn.hl7v2.model.*; -import ca.uhn.hl7v2.model.v26.group.ORM_O01_INSURANCE; +import fhirengine.translation.hl7.structures.fhirinventory.segment.AL1; import fhirengine.translation.hl7.structures.fhirinventory.segment.NTE; import fhirengine.translation.hl7.structures.fhirinventory.segment.PD1; import fhirengine.translation.hl7.structures.fhirinventory.segment.PID; @@ -74,8 +75,6 @@ private void init(ModelClassFactory factory) { this.add(PD1.class, false, false, false); this.add(NTE.class, false, true, false); this.add(ORM_O01_PATIENT_VISIT.class, false, false, false); - // When https://github.com/CDCgov/prime-reportstream/issues/16307 is completed, and we build the java class for - // ORM_O01_INSURANCE, the hapi v26 dependencies in the gradle build can be removed. this.add(ORM_O01_INSURANCE.class, false, true, false); this.add(GT1.class, false, false, false); this.add(AL1.class, false, true, false); diff --git a/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/ORM_O01_PATIENT_VISIT.java b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/ORM_O01_PATIENT_VISIT.java index d6d939eeff5..67d8128b695 100644 --- a/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/ORM_O01_PATIENT_VISIT.java +++ b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/ORM_O01_PATIENT_VISIT.java @@ -32,11 +32,13 @@ package fhirengine.translation.hl7.structures.fhirinventory.group; -import ca.uhn.hl7v2.model.v27.segment.*; - import ca.uhn.hl7v2.HL7Exception; +import ca.uhn.hl7v2.model.AbstractGroup; +import ca.uhn.hl7v2.model.Group; +import ca.uhn.hl7v2.model.v27.segment.PV2; import ca.uhn.hl7v2.parser.ModelClassFactory; -import ca.uhn.hl7v2.model.*; +import fhirengine.translation.hl7.structures.fhirinventory.segment.PV1; + /** *

          Represents a ORM_O01_PATIENT_VISIT group structure (a Group object). diff --git a/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/ORU_R01_ORDER_OBSERVATION.java b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/ORU_R01_ORDER_OBSERVATION.java index e240f0cecfd..08fa1061335 100644 --- a/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/ORU_R01_ORDER_OBSERVATION.java +++ b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/ORU_R01_ORDER_OBSERVATION.java @@ -38,8 +38,10 @@ import ca.uhn.hl7v2.model.Group; import ca.uhn.hl7v2.model.Structure; import ca.uhn.hl7v2.model.v27.group.ORU_R01_TIMING_QTY; -import ca.uhn.hl7v2.model.v27.segment.*; +import ca.uhn.hl7v2.model.v27.segment.CTD; +import ca.uhn.hl7v2.model.v27.segment.CTI; import ca.uhn.hl7v2.parser.ModelClassFactory; +import fhirengine.translation.hl7.structures.fhirinventory.segment.FT1; import fhirengine.translation.hl7.structures.fhirinventory.segment.NTE; import fhirengine.translation.hl7.structures.fhirinventory.segment.OBR; import fhirengine.translation.hl7.structures.fhirinventory.segment.ORC; diff --git a/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/ORU_R01_PATIENT.java b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/ORU_R01_PATIENT.java index 25787c32854..5248e0b075c 100644 --- a/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/ORU_R01_PATIENT.java +++ b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/ORU_R01_PATIENT.java @@ -33,11 +33,12 @@ package fhirengine.translation.hl7.structures.fhirinventory.group; -import ca.uhn.hl7v2.model.v27.segment.*; - import ca.uhn.hl7v2.HL7Exception; +import ca.uhn.hl7v2.model.AbstractGroup; +import ca.uhn.hl7v2.model.Group; +import ca.uhn.hl7v2.model.Structure; +import ca.uhn.hl7v2.model.v27.segment.NK1; import ca.uhn.hl7v2.parser.ModelClassFactory; -import ca.uhn.hl7v2.model.*; import fhirengine.translation.hl7.structures.fhirinventory.segment.NTE; import fhirengine.translation.hl7.structures.fhirinventory.segment.PD1; import fhirengine.translation.hl7.structures.fhirinventory.segment.PID; diff --git a/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/ORU_R01_PATIENT_OBSERVATION.java b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/ORU_R01_PATIENT_OBSERVATION.java index 706f2060054..b80c08695ea 100644 --- a/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/ORU_R01_PATIENT_OBSERVATION.java +++ b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/ORU_R01_PATIENT_OBSERVATION.java @@ -34,8 +34,10 @@ package fhirengine.translation.hl7.structures.fhirinventory.group; import ca.uhn.hl7v2.HL7Exception; +import ca.uhn.hl7v2.model.AbstractGroup; +import ca.uhn.hl7v2.model.Group; +import ca.uhn.hl7v2.model.Structure; import ca.uhn.hl7v2.parser.ModelClassFactory; -import ca.uhn.hl7v2.model.*; import fhirengine.translation.hl7.structures.fhirinventory.segment.OBX; import fhirengine.translation.hl7.structures.fhirinventory.segment.PRT; diff --git a/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/ORU_R01_SPECIMEN_OBSERVATION.java b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/ORU_R01_SPECIMEN_OBSERVATION.java index f20f254b690..4fde25eb4be 100644 --- a/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/ORU_R01_SPECIMEN_OBSERVATION.java +++ b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/ORU_R01_SPECIMEN_OBSERVATION.java @@ -34,8 +34,10 @@ package fhirengine.translation.hl7.structures.fhirinventory.group; import ca.uhn.hl7v2.HL7Exception; +import ca.uhn.hl7v2.model.AbstractGroup; +import ca.uhn.hl7v2.model.Group; +import ca.uhn.hl7v2.model.Structure; import ca.uhn.hl7v2.parser.ModelClassFactory; -import ca.uhn.hl7v2.model.*; import fhirengine.translation.hl7.structures.fhirinventory.segment.OBX; import fhirengine.translation.hl7.structures.fhirinventory.segment.PRT; diff --git a/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/ORU_R01_VISIT.java b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/ORU_R01_VISIT.java index 3d1e37fef27..cbfe9aa097e 100644 --- a/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/ORU_R01_VISIT.java +++ b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/group/ORU_R01_VISIT.java @@ -33,12 +33,14 @@ package fhirengine.translation.hl7.structures.fhirinventory.group; -import ca.uhn.hl7v2.model.v27.segment.*; - import ca.uhn.hl7v2.HL7Exception; +import ca.uhn.hl7v2.model.AbstractGroup; +import ca.uhn.hl7v2.model.Group; +import ca.uhn.hl7v2.model.Structure; +import ca.uhn.hl7v2.model.v27.segment.PV2; import ca.uhn.hl7v2.parser.ModelClassFactory; -import ca.uhn.hl7v2.model.*; import fhirengine.translation.hl7.structures.fhirinventory.segment.PRT; +import fhirengine.translation.hl7.structures.fhirinventory.segment.PV1; /** *

          Represents a ORU_R01_VISIT group structure (a Group object). diff --git a/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/segment/AL1.java b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/segment/AL1.java new file mode 100644 index 00000000000..08c79b4ea1a --- /dev/null +++ b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/segment/AL1.java @@ -0,0 +1,312 @@ +/* + * This class is an auto-generated source file for a HAPI + * HL7 v2.x standard structure class. + * + * For more information, visit: http://hl7api.sourceforge.net/ + * + * The contents of this file are subject to the Mozilla Public License Version 1.1 + * (the "License"); you may not use this file except in compliance with the License. + * You may obtain a copy of the License at http://www.mozilla.org/MPL/ + * Software distributed under the License is distributed on an "AS IS" basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the + * specific language governing rights and limitations under the License. + * + * The Original Code is "[file_name]". Description: + * "[one_line_description]" + * + * The Initial Developer of the Original Code is University Health Network. Copyright (C) + * 2012. All Rights Reserved. + * + * Contributor(s): ______________________________________. + * + * Alternatively, the contents of this file may be used under the terms of the + * GNU General Public License (the "GPL"), in which case the provisions of the GPL are + * applicable instead of those above. If you wish to allow use of your version of this + * file only under the terms of the GPL and not to allow others to use your version + * of this file under the MPL, indicate your decision by deleting the provisions above + * and replace them with the notice and other provisions required by the GPL License. + * If you do not delete the provisions above, a recipient may use your version of + * this file under either the MPL or the GPL. + * + */ + + +package fhirengine.translation.hl7.structures.fhirinventory.segment; + +// import ca.uhn.hl7v2.model.v27.group.*; +import ca.uhn.hl7v2.model.v27.datatype.*; +import ca.uhn.hl7v2.HL7Exception; +import ca.uhn.hl7v2.parser.ModelClassFactory; +import ca.uhn.hl7v2.parser.DefaultModelClassFactory; +import ca.uhn.hl7v2.model.AbstractMessage; +import ca.uhn.hl7v2.model.Group; +import ca.uhn.hl7v2.model.Type; +import ca.uhn.hl7v2.model.AbstractSegment; +import ca.uhn.hl7v2.model.Varies; + + +/** + *

          Represents an HL7 AL1 message segment (Patient Allergy Information). + * This segment has the following fields:

          + *
            + *
          • AL1-1: Set ID - AL1 (SI) + *
          • AL1-2: Allergen Type Code (CWE) optional + *
          • AL1-3: Allergen Code/Mnemonic/Description (CWE) + *
          • AL1-4: Allergy Severity Code (CWE) optional + *
          • AL1-5: Allergy Reaction Code (ST) optional repeating + *
          • AL1-6: Identification Date (DT) optional + *
          + */ +@SuppressWarnings("unused") +public class AL1 extends AbstractSegment { + + /** + * Creates a new AL1 segment + */ + public AL1(Group parent, ModelClassFactory factory) { + super(parent, factory); + init(factory); + } + + private void init(ModelClassFactory factory) { + try { + this.add(SI.class, true, 1, 4, new Object[]{ getMessage() }, "Set ID - AL1"); + this.add(CWE.class, false, 1, 0, new Object[]{ getMessage() }, "Allergen Type Code"); + this.add(CWE.class, true, 1, 0, new Object[]{ getMessage() }, "Allergen Code/Mnemonic/Description"); + this.add(CWE.class, false, 1, 0, new Object[]{ getMessage() }, "Allergy Severity Code"); + this.add(ST.class, false, 0, 0, new Object[]{ getMessage() }, "Allergy Reaction Code"); + this.add(DT.class, false, 1, 0, new Object[]{ getMessage() }, "Identification Date"); + } catch(HL7Exception e) { + log.error("Unexpected error creating AL1 - this is probably a bug in the source code generator.", e); + } + } + + + + /** + * Returns + * AL1-1: "Set ID - AL1" - creates it if necessary + */ + public SI getSetIDAL1() { + SI retVal = this.getTypedField(1, 0); + return retVal; + } + + /** + * Returns + * AL1-1: "Set ID - AL1" - creates it if necessary + */ + public SI getAl11_SetIDAL1() { + SI retVal = this.getTypedField(1, 0); + return retVal; + } + + + + /** + * Returns + * AL1-2: "Allergen Type Code" - creates it if necessary + */ + public CWE getAllergenTypeCode() { + CWE retVal = this.getTypedField(2, 0); + return retVal; + } + + /** + * Returns + * AL1-2: "Allergen Type Code" - creates it if necessary + */ + public CWE getAl12_AllergenTypeCode() { + CWE retVal = this.getTypedField(2, 0); + return retVal; + } + + + + /** + * Returns + * AL1-3: "Allergen Code/Mnemonic/Description" - creates it if necessary + */ + public CWE getAllergenCodeMnemonicDescription() { + CWE retVal = this.getTypedField(3, 0); + return retVal; + } + + /** + * Returns + * AL1-3: "Allergen Code/Mnemonic/Description" - creates it if necessary + */ + public CWE getAl13_AllergenCodeMnemonicDescription() { + CWE retVal = this.getTypedField(3, 0); + return retVal; + } + + + + /** + * Returns + * AL1-4: "Allergy Severity Code" - creates it if necessary + */ + public CWE getAllergySeverityCode() { + CWE retVal = this.getTypedField(4, 0); + return retVal; + } + + /** + * Returns + * AL1-4: "Allergy Severity Code" - creates it if necessary + */ + public CWE getAl14_AllergySeverityCode() { + CWE retVal = this.getTypedField(4, 0); + return retVal; + } + + + /** + * Returns all repetitions of Allergy Reaction Code (AL1-5). + */ + public ST[] getAllergyReactionCode() { + ST[] retVal = this.getTypedField(5, new ST[0]); + return retVal; + } + + + /** + * Returns all repetitions of Allergy Reaction Code (AL1-5). + */ + public ST[] getAl15_AllergyReactionCode() { + ST[] retVal = this.getTypedField(5, new ST[0]); + return retVal; + } + + + /** + * Returns a count of the current number of repetitions of Allergy Reaction Code (AL1-5). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getAllergyReactionCodeReps() { + return this.getReps(5); + } + + + /** + * Returns a specific repetition of + * AL1-5: "Allergy Reaction Code" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public ST getAllergyReactionCode(int rep) { + ST retVal = this.getTypedField(5, rep); + return retVal; + } + + /** + * Returns a specific repetition of + * AL1-5: "Allergy Reaction Code" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public ST getAl15_AllergyReactionCode(int rep) { + ST retVal = this.getTypedField(5, rep); + return retVal; + } + + /** + * Returns a count of the current number of repetitions of Allergy Reaction Code (AL1-5). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getAl15_AllergyReactionCodeReps() { + return this.getReps(5); + } + + + /** + * Inserts a repetition of + * AL1-5: "Allergy Reaction Code" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public ST insertAllergyReactionCode(int rep) throws HL7Exception { + return (ST) super.insertRepetition(5, rep); + } + + + /** + * Inserts a repetition of + * AL1-5: "Allergy Reaction Code" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public ST insertAl15_AllergyReactionCode(int rep) throws HL7Exception { + return (ST) super.insertRepetition(5, rep); + } + + + /** + * Removes a repetition of + * AL1-5: "Allergy Reaction Code" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public ST removeAllergyReactionCode(int rep) throws HL7Exception { + return (ST) super.removeRepetition(5, rep); + } + + + /** + * Removes a repetition of + * AL1-5: "Allergy Reaction Code" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public ST removeAl15_AllergyReactionCode(int rep) throws HL7Exception { + return (ST) super.removeRepetition(5, rep); + } + + + + + /** + * Returns + * AL1-6: "Identification Date" - creates it if necessary + */ + public DT getIdentificationDate() { + DT retVal = this.getTypedField(6, 0); + return retVal; + } + + /** + * Returns + * AL1-6: "Identification Date" - creates it if necessary + */ + public DT getAl16_IdentificationDate() { + DT retVal = this.getTypedField(6, 0); + return retVal; + } + + + + + + /** {@inheritDoc} */ + protected Type createNewTypeWithoutReflection(int field) { + switch (field) { + case 0: return new SI(getMessage()); + case 1: return new CWE(getMessage()); + case 2: return new CWE(getMessage()); + case 3: return new CWE(getMessage()); + case 4: return new ST(getMessage()); + case 5: return new DT(getMessage()); + default: return null; + } + } + + +} + diff --git a/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/segment/DG1.java b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/segment/DG1.java new file mode 100644 index 00000000000..4c964231714 --- /dev/null +++ b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/segment/DG1.java @@ -0,0 +1,772 @@ +/* + * This class is an auto-generated source file for a HAPI + * HL7 v2.x standard structure class. + * + * For more information, visit: http://hl7api.sourceforge.net/ + * + * The contents of this file are subject to the Mozilla Public License Version 1.1 + * (the "License"); you may not use this file except in compliance with the License. + * You may obtain a copy of the License at http://www.mozilla.org/MPL/ + * Software distributed under the License is distributed on an "AS IS" basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the + * specific language governing rights and limitations under the License. + * + * The Original Code is "[file_name]". Description: + * "[one_line_description]" + * + * The Initial Developer of the Original Code is University Health Network. Copyright (C) + * 2012. All Rights Reserved. + * + * Contributor(s): ______________________________________. + * + * Alternatively, the contents of this file may be used under the terms of the + * GNU General Public License (the "GPL"), in which case the provisions of the GPL are + * applicable instead of those above. If you wish to allow use of your version of this + * file only under the terms of the GPL and not to allow others to use your version + * of this file under the MPL, indicate your decision by deleting the provisions above + * and replace them with the notice and other provisions required by the GPL License. + * If you do not delete the provisions above, a recipient may use your version of + * this file under either the MPL or the GPL. + * + */ + + +package fhirengine.translation.hl7.structures.fhirinventory.segment; + +// import ca.uhn.hl7v2.model.v27.group.*; +import ca.uhn.hl7v2.model.v27.datatype.*; +import ca.uhn.hl7v2.HL7Exception; +import ca.uhn.hl7v2.parser.ModelClassFactory; +import ca.uhn.hl7v2.parser.DefaultModelClassFactory; +import ca.uhn.hl7v2.model.AbstractMessage; +import ca.uhn.hl7v2.model.Group; +import ca.uhn.hl7v2.model.Type; +import ca.uhn.hl7v2.model.AbstractSegment; +import ca.uhn.hl7v2.model.Varies; + + +/** + *

          Represents an HL7 DG1 message segment (Diagnosis). + * This segment has the following fields:

          + *
            + *
          • DG1-1: Set ID - DG1 (SI) + *
          • DG1-2: Diagnosis Coding Method (ID) optional + *
          • DG1-3: Diagnosis Code - DG1 (CWE) + *
          • DG1-4: Diagnosis Description (ST) optional + *
          • DG1-5: Diagnosis Date/Time (DTM) optional + *
          • DG1-6: Diagnosis Type (CWE) + *
          • DG1-7: Major Diagnostic Category (CNE) optional + *
          • DG1-8: Diagnostic Related Group (CNE) optional + *
          • DG1-9: DRG Approval Indicator (ID) optional + *
          • DG1-10: DRG Grouper Review Code (CWE) optional + *
          • DG1-11: Outlier Type (CWE) optional + *
          • DG1-12: Outlier Days (NM) optional + *
          • DG1-13: Outlier Cost (CP) optional + *
          • DG1-14: Grouper Version And Type (ST) optional + *
          • DG1-15: Diagnosis Priority (NM) optional + *
          • DG1-16: Diagnosing Clinician (XCN) optional repeating + *
          • DG1-17: Diagnosis Classification (CWE) optional + *
          • DG1-18: Confidential Indicator (ID) optional + *
          • DG1-19: Attestation Date/Time (DTM) optional + *
          • DG1-20: Diagnosis Identifier (EI) optional + *
          • DG1-21: Diagnosis Action Code (ID) optional + *
          • DG1-22: Parent Diagnosis (EI) optional + *
          • DG1-23: DRG CCL Value Code (CWE) optional + *
          • DG1-24: DRG Grouping Usage (ID) optional + *
          • DG1-25: DRG Diagnosis Determination Status (CWE) optional + *
          • DG1-26: Present On Admission (POA) Indicator (CWE) optional + *
          + */ +@SuppressWarnings("unused") +public class DG1 extends AbstractSegment { + + /** + * Creates a new DG1 segment + */ + public DG1(Group parent, ModelClassFactory factory) { + super(parent, factory); + init(factory); + } + + private void init(ModelClassFactory factory) { + try { + this.add(SI.class, true, 1, 4, new Object[]{ getMessage() }, "Set ID - DG1"); + this.add(ID.class, false, 1, 0, new Object[]{ getMessage() }, "Diagnosis Coding Method"); + this.add(CWE.class, false, 1, 0, new Object[]{ getMessage() }, "Diagnosis Code - DG1"); + this.add(ST.class, false, 1, 0, new Object[]{ getMessage() }, "Diagnosis Description"); + this.add(DTM.class, false, 1, 0, new Object[]{ getMessage() }, "Diagnosis Date/Time"); + this.add(CWE.class, true, 1, 0, new Object[]{ getMessage() }, "Diagnosis Type"); + this.add(CNE.class, false, 1, 0, new Object[]{ getMessage() }, "Major Diagnostic Category"); + this.add(CNE.class, false, 1, 0, new Object[]{ getMessage() }, "Diagnostic Related Group"); + this.add(ID.class, false, 1, 1, new Object[]{ getMessage(), Integer.valueOf(136) }, "DRG Approval Indicator"); + this.add(CWE.class, false, 1, 0, new Object[]{ getMessage() }, "DRG Grouper Review Code"); + this.add(CWE.class, false, 1, 0, new Object[]{ getMessage() }, "Outlier Type"); + this.add(NM.class, false, 1, 0, new Object[]{ getMessage() }, "Outlier Days"); + this.add(CP.class, false, 1, 0, new Object[]{ getMessage() }, "Outlier Cost"); + this.add(ST.class, false, 1, 0, new Object[]{ getMessage() }, "Grouper Version And Type"); + this.add(NM.class, false, 1, 0, new Object[]{ getMessage() }, "Diagnosis Priority"); + this.add(XCN.class, false, 0, 0, new Object[]{ getMessage() }, "Diagnosing Clinician"); + this.add(CWE.class, false, 1, 0, new Object[]{ getMessage() }, "Diagnosis Classification"); + this.add(ID.class, false, 1, 1, new Object[]{ getMessage(), Integer.valueOf(136) }, "Confidential Indicator"); + this.add(DTM.class, false, 1, 0, new Object[]{ getMessage() }, "Attestation Date/Time"); + this.add(EI.class, false, 1, 0, new Object[]{ getMessage() }, "Diagnosis Identifier"); + this.add(ID.class, false, 1, 1, new Object[]{ getMessage(), Integer.valueOf(206) }, "Diagnosis Action Code"); + this.add(EI.class, false, 1, 0, new Object[]{ getMessage() }, "Parent Diagnosis"); + this.add(CWE.class, false, 1, 0, new Object[]{ getMessage() }, "DRG CCL Value Code"); + this.add(ID.class, false, 1, 1, new Object[]{ getMessage(), Integer.valueOf(136) }, "DRG Grouping Usage"); + this.add(CWE.class, false, 1, 0, new Object[]{ getMessage() }, "DRG Diagnosis Determination Status"); + this.add(CWE.class, false, 1, 0, new Object[]{ getMessage() }, "Present On Admission (POA) Indicator"); + } catch(HL7Exception e) { + log.error("Unexpected error creating DG1 - this is probably a bug in the source code generator.", e); + } + } + + + + /** + * Returns + * DG1-1: "Set ID - DG1" - creates it if necessary + */ + public SI getSetIDDG1() { + SI retVal = this.getTypedField(1, 0); + return retVal; + } + + /** + * Returns + * DG1-1: "Set ID - DG1" - creates it if necessary + */ + public SI getDg11_SetIDDG1() { + SI retVal = this.getTypedField(1, 0); + return retVal; + } + + + + /** + * Returns + * DG1-2: "Diagnosis Coding Method" - creates it if necessary + */ + public ID getDiagnosisCodingMethod() { + ID retVal = this.getTypedField(2, 0); + return retVal; + } + + /** + * Returns + * DG1-2: "Diagnosis Coding Method" - creates it if necessary + */ + public ID getDg12_DiagnosisCodingMethod() { + ID retVal = this.getTypedField(2, 0); + return retVal; + } + + + + /** + * Returns + * DG1-3: "Diagnosis Code - DG1" - creates it if necessary + */ + public CWE getDiagnosisCodeDG1() { + CWE retVal = this.getTypedField(3, 0); + return retVal; + } + + /** + * Returns + * DG1-3: "Diagnosis Code - DG1" - creates it if necessary + */ + public CWE getDg13_DiagnosisCodeDG1() { + CWE retVal = this.getTypedField(3, 0); + return retVal; + } + + + + /** + * Returns + * DG1-4: "Diagnosis Description" - creates it if necessary + */ + public ST getDiagnosisDescription() { + ST retVal = this.getTypedField(4, 0); + return retVal; + } + + /** + * Returns + * DG1-4: "Diagnosis Description" - creates it if necessary + */ + public ST getDg14_DiagnosisDescription() { + ST retVal = this.getTypedField(4, 0); + return retVal; + } + + + + /** + * Returns + * DG1-5: "Diagnosis Date/Time" - creates it if necessary + */ + public DTM getDiagnosisDateTime() { + DTM retVal = this.getTypedField(5, 0); + return retVal; + } + + /** + * Returns + * DG1-5: "Diagnosis Date/Time" - creates it if necessary + */ + public DTM getDg15_DiagnosisDateTime() { + DTM retVal = this.getTypedField(5, 0); + return retVal; + } + + + + /** + * Returns + * DG1-6: "Diagnosis Type" - creates it if necessary + */ + public CWE getDiagnosisType() { + CWE retVal = this.getTypedField(6, 0); + return retVal; + } + + /** + * Returns + * DG1-6: "Diagnosis Type" - creates it if necessary + */ + public CWE getDg16_DiagnosisType() { + CWE retVal = this.getTypedField(6, 0); + return retVal; + } + + + + /** + * Returns + * DG1-7: "Major Diagnostic Category" - creates it if necessary + */ + public CNE getMajorDiagnosticCategory() { + CNE retVal = this.getTypedField(7, 0); + return retVal; + } + + /** + * Returns + * DG1-7: "Major Diagnostic Category" - creates it if necessary + */ + public CNE getDg17_MajorDiagnosticCategory() { + CNE retVal = this.getTypedField(7, 0); + return retVal; + } + + + + /** + * Returns + * DG1-8: "Diagnostic Related Group" - creates it if necessary + */ + public CNE getDiagnosticRelatedGroup() { + CNE retVal = this.getTypedField(8, 0); + return retVal; + } + + /** + * Returns + * DG1-8: "Diagnostic Related Group" - creates it if necessary + */ + public CNE getDg18_DiagnosticRelatedGroup() { + CNE retVal = this.getTypedField(8, 0); + return retVal; + } + + + + /** + * Returns + * DG1-9: "DRG Approval Indicator" - creates it if necessary + */ + public ID getDRGApprovalIndicator() { + ID retVal = this.getTypedField(9, 0); + return retVal; + } + + /** + * Returns + * DG1-9: "DRG Approval Indicator" - creates it if necessary + */ + public ID getDg19_DRGApprovalIndicator() { + ID retVal = this.getTypedField(9, 0); + return retVal; + } + + + + /** + * Returns + * DG1-10: "DRG Grouper Review Code" - creates it if necessary + */ + public CWE getDRGGrouperReviewCode() { + CWE retVal = this.getTypedField(10, 0); + return retVal; + } + + /** + * Returns + * DG1-10: "DRG Grouper Review Code" - creates it if necessary + */ + public CWE getDg110_DRGGrouperReviewCode() { + CWE retVal = this.getTypedField(10, 0); + return retVal; + } + + + + /** + * Returns + * DG1-11: "Outlier Type" - creates it if necessary + */ + public CWE getOutlierType() { + CWE retVal = this.getTypedField(11, 0); + return retVal; + } + + /** + * Returns + * DG1-11: "Outlier Type" - creates it if necessary + */ + public CWE getDg111_OutlierType() { + CWE retVal = this.getTypedField(11, 0); + return retVal; + } + + + + /** + * Returns + * DG1-12: "Outlier Days" - creates it if necessary + */ + public NM getOutlierDays() { + NM retVal = this.getTypedField(12, 0); + return retVal; + } + + /** + * Returns + * DG1-12: "Outlier Days" - creates it if necessary + */ + public NM getDg112_OutlierDays() { + NM retVal = this.getTypedField(12, 0); + return retVal; + } + + + + /** + * Returns + * DG1-13: "Outlier Cost" - creates it if necessary + */ + public CP getOutlierCost() { + CP retVal = this.getTypedField(13, 0); + return retVal; + } + + /** + * Returns + * DG1-13: "Outlier Cost" - creates it if necessary + */ + public CP getDg113_OutlierCost() { + CP retVal = this.getTypedField(13, 0); + return retVal; + } + + + + /** + * Returns + * DG1-14: "Grouper Version And Type" - creates it if necessary + */ + public ST getGrouperVersionAndType() { + ST retVal = this.getTypedField(14, 0); + return retVal; + } + + /** + * Returns + * DG1-14: "Grouper Version And Type" - creates it if necessary + */ + public ST getDg114_GrouperVersionAndType() { + ST retVal = this.getTypedField(14, 0); + return retVal; + } + + + + /** + * Returns + * DG1-15: "Diagnosis Priority" - creates it if necessary + */ + public NM getDiagnosisPriority() { + NM retVal = this.getTypedField(15, 0); + return retVal; + } + + /** + * Returns + * DG1-15: "Diagnosis Priority" - creates it if necessary + */ + public NM getDg115_DiagnosisPriority() { + NM retVal = this.getTypedField(15, 0); + return retVal; + } + + + /** + * Returns all repetitions of Diagnosing Clinician (DG1-16). + */ + public XCN[] getDiagnosingClinician() { + XCN[] retVal = this.getTypedField(16, new XCN[0]); + return retVal; + } + + + /** + * Returns all repetitions of Diagnosing Clinician (DG1-16). + */ + public XCN[] getDg116_DiagnosingClinician() { + XCN[] retVal = this.getTypedField(16, new XCN[0]); + return retVal; + } + + + /** + * Returns a count of the current number of repetitions of Diagnosing Clinician (DG1-16). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getDiagnosingClinicianReps() { + return this.getReps(16); + } + + + /** + * Returns a specific repetition of + * DG1-16: "Diagnosing Clinician" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public XCN getDiagnosingClinician(int rep) { + XCN retVal = this.getTypedField(16, rep); + return retVal; + } + + /** + * Returns a specific repetition of + * DG1-16: "Diagnosing Clinician" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public XCN getDg116_DiagnosingClinician(int rep) { + XCN retVal = this.getTypedField(16, rep); + return retVal; + } + + /** + * Returns a count of the current number of repetitions of Diagnosing Clinician (DG1-16). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getDg116_DiagnosingClinicianReps() { + return this.getReps(16); + } + + + /** + * Inserts a repetition of + * DG1-16: "Diagnosing Clinician" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XCN insertDiagnosingClinician(int rep) throws HL7Exception { + return (XCN) super.insertRepetition(16, rep); + } + + + /** + * Inserts a repetition of + * DG1-16: "Diagnosing Clinician" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XCN insertDg116_DiagnosingClinician(int rep) throws HL7Exception { + return (XCN) super.insertRepetition(16, rep); + } + + + /** + * Removes a repetition of + * DG1-16: "Diagnosing Clinician" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XCN removeDiagnosingClinician(int rep) throws HL7Exception { + return (XCN) super.removeRepetition(16, rep); + } + + + /** + * Removes a repetition of + * DG1-16: "Diagnosing Clinician" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XCN removeDg116_DiagnosingClinician(int rep) throws HL7Exception { + return (XCN) super.removeRepetition(16, rep); + } + + + + + /** + * Returns + * DG1-17: "Diagnosis Classification" - creates it if necessary + */ + public CWE getDiagnosisClassification() { + CWE retVal = this.getTypedField(17, 0); + return retVal; + } + + /** + * Returns + * DG1-17: "Diagnosis Classification" - creates it if necessary + */ + public CWE getDg117_DiagnosisClassification() { + CWE retVal = this.getTypedField(17, 0); + return retVal; + } + + + + /** + * Returns + * DG1-18: "Confidential Indicator" - creates it if necessary + */ + public ID getConfidentialIndicator() { + ID retVal = this.getTypedField(18, 0); + return retVal; + } + + /** + * Returns + * DG1-18: "Confidential Indicator" - creates it if necessary + */ + public ID getDg118_ConfidentialIndicator() { + ID retVal = this.getTypedField(18, 0); + return retVal; + } + + + + /** + * Returns + * DG1-19: "Attestation Date/Time" - creates it if necessary + */ + public DTM getAttestationDateTime() { + DTM retVal = this.getTypedField(19, 0); + return retVal; + } + + /** + * Returns + * DG1-19: "Attestation Date/Time" - creates it if necessary + */ + public DTM getDg119_AttestationDateTime() { + DTM retVal = this.getTypedField(19, 0); + return retVal; + } + + + + /** + * Returns + * DG1-20: "Diagnosis Identifier" - creates it if necessary + */ + public EI getDiagnosisIdentifier() { + EI retVal = this.getTypedField(20, 0); + return retVal; + } + + /** + * Returns + * DG1-20: "Diagnosis Identifier" - creates it if necessary + */ + public EI getDg120_DiagnosisIdentifier() { + EI retVal = this.getTypedField(20, 0); + return retVal; + } + + + + /** + * Returns + * DG1-21: "Diagnosis Action Code" - creates it if necessary + */ + public ID getDiagnosisActionCode() { + ID retVal = this.getTypedField(21, 0); + return retVal; + } + + /** + * Returns + * DG1-21: "Diagnosis Action Code" - creates it if necessary + */ + public ID getDg121_DiagnosisActionCode() { + ID retVal = this.getTypedField(21, 0); + return retVal; + } + + + + /** + * Returns + * DG1-22: "Parent Diagnosis" - creates it if necessary + */ + public EI getParentDiagnosis() { + EI retVal = this.getTypedField(22, 0); + return retVal; + } + + /** + * Returns + * DG1-22: "Parent Diagnosis" - creates it if necessary + */ + public EI getDg122_ParentDiagnosis() { + EI retVal = this.getTypedField(22, 0); + return retVal; + } + + + + /** + * Returns + * DG1-23: "DRG CCL Value Code" - creates it if necessary + */ + public CWE getDRGCCLValueCode() { + CWE retVal = this.getTypedField(23, 0); + return retVal; + } + + /** + * Returns + * DG1-23: "DRG CCL Value Code" - creates it if necessary + */ + public CWE getDg123_DRGCCLValueCode() { + CWE retVal = this.getTypedField(23, 0); + return retVal; + } + + + + /** + * Returns + * DG1-24: "DRG Grouping Usage" - creates it if necessary + */ + public ID getDRGGroupingUsage() { + ID retVal = this.getTypedField(24, 0); + return retVal; + } + + /** + * Returns + * DG1-24: "DRG Grouping Usage" - creates it if necessary + */ + public ID getDg124_DRGGroupingUsage() { + ID retVal = this.getTypedField(24, 0); + return retVal; + } + + + + /** + * Returns + * DG1-25: "DRG Diagnosis Determination Status" - creates it if necessary + */ + public CWE getDRGDiagnosisDeterminationStatus() { + CWE retVal = this.getTypedField(25, 0); + return retVal; + } + + /** + * Returns + * DG1-25: "DRG Diagnosis Determination Status" - creates it if necessary + */ + public CWE getDg125_DRGDiagnosisDeterminationStatus() { + CWE retVal = this.getTypedField(25, 0); + return retVal; + } + + + + /** + * Returns + * DG1-26: "Present On Admission (POA) Indicator" - creates it if necessary + */ + public CWE getPresentOnAdmissionIndicator() { + CWE retVal = this.getTypedField(26, 0); + return retVal; + } + + /** + * Returns + * DG1-26: "Present On Admission (POA) Indicator" - creates it if necessary + */ + public CWE getDg126_PresentOnAdmissionIndicator() { + CWE retVal = this.getTypedField(26, 0); + return retVal; + } + + + + + + /** {@inheritDoc} */ + protected Type createNewTypeWithoutReflection(int field) { + switch (field) { + case 0: return new SI(getMessage()); + case 1: return new ID(getMessage()); + case 2: return new CWE(getMessage()); + case 3: return new ST(getMessage()); + case 4: return new DTM(getMessage()); + case 5: return new CWE(getMessage()); + case 6: return new CNE(getMessage()); + case 7: return new CNE(getMessage()); + case 8: return new ID(getMessage(), Integer.valueOf( 136 )); + case 9: return new CWE(getMessage()); + case 10: return new CWE(getMessage()); + case 11: return new NM(getMessage()); + case 12: return new CP(getMessage()); + case 13: return new ST(getMessage()); + case 14: return new NM(getMessage()); + case 15: return new XCN(getMessage()); + case 16: return new CWE(getMessage()); + case 17: return new ID(getMessage(), Integer.valueOf( 136 )); + case 18: return new DTM(getMessage()); + case 19: return new EI(getMessage()); + case 20: return new ID(getMessage(), Integer.valueOf( 206 )); + case 21: return new EI(getMessage()); + case 22: return new CWE(getMessage()); + case 23: return new ID(getMessage(), Integer.valueOf( 136 )); + case 24: return new CWE(getMessage()); + case 25: return new CWE(getMessage()); + default: return null; + } + } + + +} + diff --git a/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/segment/FT1.java b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/segment/FT1.java new file mode 100644 index 00000000000..8101a355574 --- /dev/null +++ b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/segment/FT1.java @@ -0,0 +1,1786 @@ +/* + * This class is an auto-generated source file for a HAPI + * HL7 v2.x standard structure class. + * + * For more information, visit: http://hl7api.sourceforge.net/ + * + * The contents of this file are subject to the Mozilla Public License Version 1.1 + * (the "License"); you may not use this file except in compliance with the License. + * You may obtain a copy of the License at http://www.mozilla.org/MPL/ + * Software distributed under the License is distributed on an "AS IS" basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the + * specific language governing rights and limitations under the License. + * + * The Original Code is "[file_name]". Description: + * "[one_line_description]" + * + * The Initial Developer of the Original Code is University Health Network. Copyright (C) + * 2012. All Rights Reserved. + * + * Contributor(s): ______________________________________. + * + * Alternatively, the contents of this file may be used under the terms of the + * GNU General Public License (the "GPL"), in which case the provisions of the GPL are + * applicable instead of those above. If you wish to allow use of your version of this + * file only under the terms of the GPL and not to allow others to use your version + * of this file under the MPL, indicate your decision by deleting the provisions above + * and replace them with the notice and other provisions required by the GPL License. + * If you do not delete the provisions above, a recipient may use your version of + * this file under either the MPL or the GPL. + * + */ + + +package fhirengine.translation.hl7.structures.fhirinventory.segment; + +// import ca.uhn.hl7v2.model.v27.group.*; +import ca.uhn.hl7v2.model.v27.datatype.*; +import ca.uhn.hl7v2.HL7Exception; +import ca.uhn.hl7v2.parser.ModelClassFactory; +import ca.uhn.hl7v2.parser.DefaultModelClassFactory; +import ca.uhn.hl7v2.model.AbstractMessage; +import ca.uhn.hl7v2.model.Group; +import ca.uhn.hl7v2.model.Type; +import ca.uhn.hl7v2.model.AbstractSegment; +import ca.uhn.hl7v2.model.Varies; + + +/** + *

          Represents an HL7 FT1 message segment (Financial Transaction). + * This segment has the following fields:

          + *
            + *
          • FT1-1: Set ID - FT1 (SI) optional + *
          • FT1-2: Transaction ID (ST) optional + *
          • FT1-3: Transaction Batch ID (ST) optional + *
          • FT1-4: Transaction Date (DR) + *
          • FT1-5: Transaction Posting Date (DTM) optional + *
          • FT1-6: Transaction Type (CWE) + *
          • FT1-7: Transaction Code (CWE) + *
          • FT1-8: Transaction Description (ST) optional + *
          • FT1-9: Transaction Description - Alt (ST) optional + *
          • FT1-10: Transaction Quantity (NM) optional + *
          • FT1-11: Transaction Amount - Extended (CP) optional + *
          • FT1-12: Transaction amount - unit (CP) optional + *
          • FT1-13: Department Code (CWE) optional + *
          • FT1-14: Health Plan ID (CWE) optional + *
          • FT1-15: Insurance Amount (CP) optional + *
          • FT1-16: Assigned Patient Location (PL) optional + *
          • FT1-17: Fee Schedule (CWE) optional + *
          • FT1-18: Patient Type (CWE) optional + *
          • FT1-19: Diagnosis Code - FT1 (CWE) optional repeating + *
          • FT1-20: Performed By Code (XCN) optional repeating + *
          • FT1-21: Ordered By Code (XCN) optional repeating + *
          • FT1-22: Unit Cost (CP) optional + *
          • FT1-23: Filler Order Number (EI) optional + *
          • FT1-24: Entered By Code (XCN) optional repeating + *
          • FT1-25: Procedure Code (CNE) optional + *
          • FT1-26: Procedure Code Modifier (CNE) optional repeating + *
          • FT1-27: Advanced Beneficiary Notice Code (CWE) optional + *
          • FT1-28: Medically Necessary Duplicate Procedure Reason (CWE) optional + *
          • FT1-29: NDC Code (CWE) optional + *
          • FT1-30: Payment Reference ID (CX) optional + *
          • FT1-31: Transaction Reference Key (SI) optional repeating + *
          • FT1-32: Performing Facility (XON) optional repeating + *
          • FT1-33: Ordering Facility (XON) optional + *
          • FT1-34: Item Number (CWE) optional + *
          • FT1-35: Model Number (ST) optional + *
          • FT1-36: Special Processing Code (CWE) optional repeating + *
          • FT1-37: Clinic Code (CWE) optional + *
          • FT1-38: Referral Number (CX) optional + *
          • FT1-39: Authorization Number (CX) optional + *
          • FT1-40: Service Provider Taxonomy Code (CWE) optional + *
          • FT1-41: Revenue Code (CWE) optional + *
          • FT1-42: Prescription Number (ST) optional + *
          • FT1-43: NDC Qty and UOM (CQ) optional + *
          + */ +@SuppressWarnings("unused") +public class FT1 extends AbstractSegment { + + /** + * Creates a new FT1 segment + */ + public FT1(Group parent, ModelClassFactory factory) { + super(parent, factory); + init(factory); + } + + private void init(ModelClassFactory factory) { + try { + this.add(SI.class, false, 1, 4, new Object[]{ getMessage() }, "Set ID - FT1"); + this.add(ST.class, false, 1, 12, new Object[]{ getMessage() }, "Transaction ID"); + this.add(ST.class, false, 1, 10, new Object[]{ getMessage() }, "Transaction Batch ID"); + this.add(DR.class, true, 1, 0, new Object[]{ getMessage() }, "Transaction Date"); + this.add(DTM.class, false, 1, 0, new Object[]{ getMessage() }, "Transaction Posting Date"); + this.add(CWE.class, true, 1, 0, new Object[]{ getMessage() }, "Transaction Type"); + this.add(CWE.class, true, 1, 0, new Object[]{ getMessage() }, "Transaction Code"); + this.add(ST.class, false, 1, 0, new Object[]{ getMessage() }, "Transaction Description"); + this.add(ST.class, false, 1, 0, new Object[]{ getMessage() }, "Transaction Description - Alt"); + this.add(NM.class, false, 1, 0, new Object[]{ getMessage() }, "Transaction Quantity"); + this.add(CP.class, false, 1, 0, new Object[]{ getMessage() }, "Transaction Amount - Extended"); + this.add(CP.class, false, 1, 0, new Object[]{ getMessage() }, "Transaction amount - unit"); + this.add(CWE.class, false, 1, 0, new Object[]{ getMessage() }, "Department Code"); + this.add(CWE.class, false, 1, 0, new Object[]{ getMessage() }, "Health Plan ID"); + this.add(CP.class, false, 1, 0, new Object[]{ getMessage() }, "Insurance Amount"); + this.add(PL.class, false, 1, 0, new Object[]{ getMessage() }, "Assigned Patient Location"); + this.add(CWE.class, false, 1, 0, new Object[]{ getMessage() }, "Fee Schedule"); + this.add(CWE.class, false, 1, 0, new Object[]{ getMessage() }, "Patient Type"); + this.add(CWE.class, false, 0, 0, new Object[]{ getMessage() }, "Diagnosis Code - FT1"); + this.add(XCN.class, false, 0, 0, new Object[]{ getMessage() }, "Performed By Code"); + this.add(XCN.class, false, 0, 0, new Object[]{ getMessage() }, "Ordered By Code"); + this.add(CP.class, false, 1, 0, new Object[]{ getMessage() }, "Unit Cost"); + this.add(EI.class, false, 1, 0, new Object[]{ getMessage() }, "Filler Order Number"); + this.add(XCN.class, false, 0, 0, new Object[]{ getMessage() }, "Entered By Code"); + this.add(CNE.class, false, 1, 0, new Object[]{ getMessage() }, "Procedure Code"); + this.add(CNE.class, false, 0, 0, new Object[]{ getMessage() }, "Procedure Code Modifier"); + this.add(CWE.class, false, 1, 0, new Object[]{ getMessage() }, "Advanced Beneficiary Notice Code"); + this.add(CWE.class, false, 1, 0, new Object[]{ getMessage() }, "Medically Necessary Duplicate Procedure Reason"); + this.add(CWE.class, false, 1, 0, new Object[]{ getMessage() }, "NDC Code"); + this.add(CX.class, false, 1, 0, new Object[]{ getMessage() }, "Payment Reference ID"); + this.add(SI.class, false, 0, 4, new Object[]{ getMessage() }, "Transaction Reference Key"); + this.add(XON.class, false, 0, 0, new Object[]{ getMessage() }, "Performing Facility"); + this.add(XON.class, false, 1, 0, new Object[]{ getMessage() }, "Ordering Facility"); + this.add(CWE.class, false, 1, 0, new Object[]{ getMessage() }, "Item Number"); + this.add(ST.class, false, 1, 0, new Object[]{ getMessage() }, "Model Number"); + this.add(CWE.class, false, 0, 0, new Object[]{ getMessage() }, "Special Processing Code"); + this.add(CWE.class, false, 1, 0, new Object[]{ getMessage() }, "Clinic Code"); + this.add(CX.class, false, 1, 0, new Object[]{ getMessage() }, "Referral Number"); + this.add(CX.class, false, 1, 0, new Object[]{ getMessage() }, "Authorization Number"); + this.add(CWE.class, false, 1, 0, new Object[]{ getMessage() }, "Service Provider Taxonomy Code"); + this.add(CWE.class, false, 1, 0, new Object[]{ getMessage() }, "Revenue Code"); + this.add(ST.class, false, 1, 0, new Object[]{ getMessage() }, "Prescription Number"); + this.add(CQ.class, false, 1, 0, new Object[]{ getMessage() }, "NDC Qty and UOM"); + } catch(HL7Exception e) { + log.error("Unexpected error creating FT1 - this is probably a bug in the source code generator.", e); + } + } + + + + /** + * Returns + * FT1-1: "Set ID - FT1" - creates it if necessary + */ + public SI getSetIDFT1() { + SI retVal = this.getTypedField(1, 0); + return retVal; + } + + /** + * Returns + * FT1-1: "Set ID - FT1" - creates it if necessary + */ + public SI getFt11_SetIDFT1() { + SI retVal = this.getTypedField(1, 0); + return retVal; + } + + + + /** + * Returns + * FT1-2: "Transaction ID" - creates it if necessary + */ + public ST getTransactionID() { + ST retVal = this.getTypedField(2, 0); + return retVal; + } + + /** + * Returns + * FT1-2: "Transaction ID" - creates it if necessary + */ + public ST getFt12_TransactionID() { + ST retVal = this.getTypedField(2, 0); + return retVal; + } + + + + /** + * Returns + * FT1-3: "Transaction Batch ID" - creates it if necessary + */ + public ST getTransactionBatchID() { + ST retVal = this.getTypedField(3, 0); + return retVal; + } + + /** + * Returns + * FT1-3: "Transaction Batch ID" - creates it if necessary + */ + public ST getFt13_TransactionBatchID() { + ST retVal = this.getTypedField(3, 0); + return retVal; + } + + + + /** + * Returns + * FT1-4: "Transaction Date" - creates it if necessary + */ + public DR getTransactionDate() { + DR retVal = this.getTypedField(4, 0); + return retVal; + } + + /** + * Returns + * FT1-4: "Transaction Date" - creates it if necessary + */ + public DR getFt14_TransactionDate() { + DR retVal = this.getTypedField(4, 0); + return retVal; + } + + + + /** + * Returns + * FT1-5: "Transaction Posting Date" - creates it if necessary + */ + public DTM getTransactionPostingDate() { + DTM retVal = this.getTypedField(5, 0); + return retVal; + } + + /** + * Returns + * FT1-5: "Transaction Posting Date" - creates it if necessary + */ + public DTM getFt15_TransactionPostingDate() { + DTM retVal = this.getTypedField(5, 0); + return retVal; + } + + + + /** + * Returns + * FT1-6: "Transaction Type" - creates it if necessary + */ + public CWE getTransactionType() { + CWE retVal = this.getTypedField(6, 0); + return retVal; + } + + /** + * Returns + * FT1-6: "Transaction Type" - creates it if necessary + */ + public CWE getFt16_TransactionType() { + CWE retVal = this.getTypedField(6, 0); + return retVal; + } + + + + /** + * Returns + * FT1-7: "Transaction Code" - creates it if necessary + */ + public CWE getTransactionCode() { + CWE retVal = this.getTypedField(7, 0); + return retVal; + } + + /** + * Returns + * FT1-7: "Transaction Code" - creates it if necessary + */ + public CWE getFt17_TransactionCode() { + CWE retVal = this.getTypedField(7, 0); + return retVal; + } + + + + /** + * Returns + * FT1-8: "Transaction Description" - creates it if necessary + */ + public ST getTransactionDescription() { + ST retVal = this.getTypedField(8, 0); + return retVal; + } + + /** + * Returns + * FT1-8: "Transaction Description" - creates it if necessary + */ + public ST getFt18_TransactionDescription() { + ST retVal = this.getTypedField(8, 0); + return retVal; + } + + + + /** + * Returns + * FT1-9: "Transaction Description - Alt" - creates it if necessary + */ + public ST getTransactionDescriptionAlt() { + ST retVal = this.getTypedField(9, 0); + return retVal; + } + + /** + * Returns + * FT1-9: "Transaction Description - Alt" - creates it if necessary + */ + public ST getFt19_TransactionDescriptionAlt() { + ST retVal = this.getTypedField(9, 0); + return retVal; + } + + + + /** + * Returns + * FT1-10: "Transaction Quantity" - creates it if necessary + */ + public NM getTransactionQuantity() { + NM retVal = this.getTypedField(10, 0); + return retVal; + } + + /** + * Returns + * FT1-10: "Transaction Quantity" - creates it if necessary + */ + public NM getFt110_TransactionQuantity() { + NM retVal = this.getTypedField(10, 0); + return retVal; + } + + + + /** + * Returns + * FT1-11: "Transaction Amount - Extended" - creates it if necessary + */ + public CP getTransactionAmountExtended() { + CP retVal = this.getTypedField(11, 0); + return retVal; + } + + /** + * Returns + * FT1-11: "Transaction Amount - Extended" - creates it if necessary + */ + public CP getFt111_TransactionAmountExtended() { + CP retVal = this.getTypedField(11, 0); + return retVal; + } + + + + /** + * Returns + * FT1-12: "Transaction amount - unit" - creates it if necessary + */ + public CP getTransactionAmountUnit() { + CP retVal = this.getTypedField(12, 0); + return retVal; + } + + /** + * Returns + * FT1-12: "Transaction amount - unit" - creates it if necessary + */ + public CP getFt112_TransactionAmountUnit() { + CP retVal = this.getTypedField(12, 0); + return retVal; + } + + + + /** + * Returns + * FT1-13: "Department Code" - creates it if necessary + */ + public CWE getDepartmentCode() { + CWE retVal = this.getTypedField(13, 0); + return retVal; + } + + /** + * Returns + * FT1-13: "Department Code" - creates it if necessary + */ + public CWE getFt113_DepartmentCode() { + CWE retVal = this.getTypedField(13, 0); + return retVal; + } + + + + /** + * Returns + * FT1-14: "Health Plan ID" - creates it if necessary + */ + public CWE getHealthPlanID() { + CWE retVal = this.getTypedField(14, 0); + return retVal; + } + + /** + * Returns + * FT1-14: "Health Plan ID" - creates it if necessary + */ + public CWE getFt114_HealthPlanID() { + CWE retVal = this.getTypedField(14, 0); + return retVal; + } + + + + /** + * Returns + * FT1-15: "Insurance Amount" - creates it if necessary + */ + public CP getInsuranceAmount() { + CP retVal = this.getTypedField(15, 0); + return retVal; + } + + /** + * Returns + * FT1-15: "Insurance Amount" - creates it if necessary + */ + public CP getFt115_InsuranceAmount() { + CP retVal = this.getTypedField(15, 0); + return retVal; + } + + + + /** + * Returns + * FT1-16: "Assigned Patient Location" - creates it if necessary + */ + public PL getAssignedPatientLocation() { + PL retVal = this.getTypedField(16, 0); + return retVal; + } + + /** + * Returns + * FT1-16: "Assigned Patient Location" - creates it if necessary + */ + public PL getFt116_AssignedPatientLocation() { + PL retVal = this.getTypedField(16, 0); + return retVal; + } + + + + /** + * Returns + * FT1-17: "Fee Schedule" - creates it if necessary + */ + public CWE getFeeSchedule() { + CWE retVal = this.getTypedField(17, 0); + return retVal; + } + + /** + * Returns + * FT1-17: "Fee Schedule" - creates it if necessary + */ + public CWE getFt117_FeeSchedule() { + CWE retVal = this.getTypedField(17, 0); + return retVal; + } + + + + /** + * Returns + * FT1-18: "Patient Type" - creates it if necessary + */ + public CWE getPatientType() { + CWE retVal = this.getTypedField(18, 0); + return retVal; + } + + /** + * Returns + * FT1-18: "Patient Type" - creates it if necessary + */ + public CWE getFt118_PatientType() { + CWE retVal = this.getTypedField(18, 0); + return retVal; + } + + + /** + * Returns all repetitions of Diagnosis Code - FT1 (FT1-19). + */ + public CWE[] getDiagnosisCodeFT1() { + CWE[] retVal = this.getTypedField(19, new CWE[0]); + return retVal; + } + + + /** + * Returns all repetitions of Diagnosis Code - FT1 (FT1-19). + */ + public CWE[] getFt119_DiagnosisCodeFT1() { + CWE[] retVal = this.getTypedField(19, new CWE[0]); + return retVal; + } + + + /** + * Returns a count of the current number of repetitions of Diagnosis Code - FT1 (FT1-19). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getDiagnosisCodeFT1Reps() { + return this.getReps(19); + } + + + /** + * Returns a specific repetition of + * FT1-19: "Diagnosis Code - FT1" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public CWE getDiagnosisCodeFT1(int rep) { + CWE retVal = this.getTypedField(19, rep); + return retVal; + } + + /** + * Returns a specific repetition of + * FT1-19: "Diagnosis Code - FT1" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public CWE getFt119_DiagnosisCodeFT1(int rep) { + CWE retVal = this.getTypedField(19, rep); + return retVal; + } + + /** + * Returns a count of the current number of repetitions of Diagnosis Code - FT1 (FT1-19). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getFt119_DiagnosisCodeFT1Reps() { + return this.getReps(19); + } + + + /** + * Inserts a repetition of + * FT1-19: "Diagnosis Code - FT1" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public CWE insertDiagnosisCodeFT1(int rep) throws HL7Exception { + return (CWE) super.insertRepetition(19, rep); + } + + + /** + * Inserts a repetition of + * FT1-19: "Diagnosis Code - FT1" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public CWE insertFt119_DiagnosisCodeFT1(int rep) throws HL7Exception { + return (CWE) super.insertRepetition(19, rep); + } + + + /** + * Removes a repetition of + * FT1-19: "Diagnosis Code - FT1" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public CWE removeDiagnosisCodeFT1(int rep) throws HL7Exception { + return (CWE) super.removeRepetition(19, rep); + } + + + /** + * Removes a repetition of + * FT1-19: "Diagnosis Code - FT1" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public CWE removeFt119_DiagnosisCodeFT1(int rep) throws HL7Exception { + return (CWE) super.removeRepetition(19, rep); + } + + + + /** + * Returns all repetitions of Performed By Code (FT1-20). + */ + public XCN[] getPerformedByCode() { + XCN[] retVal = this.getTypedField(20, new XCN[0]); + return retVal; + } + + + /** + * Returns all repetitions of Performed By Code (FT1-20). + */ + public XCN[] getFt120_PerformedByCode() { + XCN[] retVal = this.getTypedField(20, new XCN[0]); + return retVal; + } + + + /** + * Returns a count of the current number of repetitions of Performed By Code (FT1-20). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getPerformedByCodeReps() { + return this.getReps(20); + } + + + /** + * Returns a specific repetition of + * FT1-20: "Performed By Code" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public XCN getPerformedByCode(int rep) { + XCN retVal = this.getTypedField(20, rep); + return retVal; + } + + /** + * Returns a specific repetition of + * FT1-20: "Performed By Code" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public XCN getFt120_PerformedByCode(int rep) { + XCN retVal = this.getTypedField(20, rep); + return retVal; + } + + /** + * Returns a count of the current number of repetitions of Performed By Code (FT1-20). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getFt120_PerformedByCodeReps() { + return this.getReps(20); + } + + + /** + * Inserts a repetition of + * FT1-20: "Performed By Code" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XCN insertPerformedByCode(int rep) throws HL7Exception { + return (XCN) super.insertRepetition(20, rep); + } + + + /** + * Inserts a repetition of + * FT1-20: "Performed By Code" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XCN insertFt120_PerformedByCode(int rep) throws HL7Exception { + return (XCN) super.insertRepetition(20, rep); + } + + + /** + * Removes a repetition of + * FT1-20: "Performed By Code" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XCN removePerformedByCode(int rep) throws HL7Exception { + return (XCN) super.removeRepetition(20, rep); + } + + + /** + * Removes a repetition of + * FT1-20: "Performed By Code" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XCN removeFt120_PerformedByCode(int rep) throws HL7Exception { + return (XCN) super.removeRepetition(20, rep); + } + + + + /** + * Returns all repetitions of Ordered By Code (FT1-21). + */ + public XCN[] getOrderedByCode() { + XCN[] retVal = this.getTypedField(21, new XCN[0]); + return retVal; + } + + + /** + * Returns all repetitions of Ordered By Code (FT1-21). + */ + public XCN[] getFt121_OrderedByCode() { + XCN[] retVal = this.getTypedField(21, new XCN[0]); + return retVal; + } + + + /** + * Returns a count of the current number of repetitions of Ordered By Code (FT1-21). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getOrderedByCodeReps() { + return this.getReps(21); + } + + + /** + * Returns a specific repetition of + * FT1-21: "Ordered By Code" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public XCN getOrderedByCode(int rep) { + XCN retVal = this.getTypedField(21, rep); + return retVal; + } + + /** + * Returns a specific repetition of + * FT1-21: "Ordered By Code" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public XCN getFt121_OrderedByCode(int rep) { + XCN retVal = this.getTypedField(21, rep); + return retVal; + } + + /** + * Returns a count of the current number of repetitions of Ordered By Code (FT1-21). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getFt121_OrderedByCodeReps() { + return this.getReps(21); + } + + + /** + * Inserts a repetition of + * FT1-21: "Ordered By Code" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XCN insertOrderedByCode(int rep) throws HL7Exception { + return (XCN) super.insertRepetition(21, rep); + } + + + /** + * Inserts a repetition of + * FT1-21: "Ordered By Code" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XCN insertFt121_OrderedByCode(int rep) throws HL7Exception { + return (XCN) super.insertRepetition(21, rep); + } + + + /** + * Removes a repetition of + * FT1-21: "Ordered By Code" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XCN removeOrderedByCode(int rep) throws HL7Exception { + return (XCN) super.removeRepetition(21, rep); + } + + + /** + * Removes a repetition of + * FT1-21: "Ordered By Code" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XCN removeFt121_OrderedByCode(int rep) throws HL7Exception { + return (XCN) super.removeRepetition(21, rep); + } + + + + + /** + * Returns + * FT1-22: "Unit Cost" - creates it if necessary + */ + public CP getUnitCost() { + CP retVal = this.getTypedField(22, 0); + return retVal; + } + + /** + * Returns + * FT1-22: "Unit Cost" - creates it if necessary + */ + public CP getFt122_UnitCost() { + CP retVal = this.getTypedField(22, 0); + return retVal; + } + + + + /** + * Returns + * FT1-23: "Filler Order Number" - creates it if necessary + */ + public EI getFillerOrderNumber() { + EI retVal = this.getTypedField(23, 0); + return retVal; + } + + /** + * Returns + * FT1-23: "Filler Order Number" - creates it if necessary + */ + public EI getFt123_FillerOrderNumber() { + EI retVal = this.getTypedField(23, 0); + return retVal; + } + + + /** + * Returns all repetitions of Entered By Code (FT1-24). + */ + public XCN[] getEnteredByCode() { + XCN[] retVal = this.getTypedField(24, new XCN[0]); + return retVal; + } + + + /** + * Returns all repetitions of Entered By Code (FT1-24). + */ + public XCN[] getFt124_EnteredByCode() { + XCN[] retVal = this.getTypedField(24, new XCN[0]); + return retVal; + } + + + /** + * Returns a count of the current number of repetitions of Entered By Code (FT1-24). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getEnteredByCodeReps() { + return this.getReps(24); + } + + + /** + * Returns a specific repetition of + * FT1-24: "Entered By Code" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public XCN getEnteredByCode(int rep) { + XCN retVal = this.getTypedField(24, rep); + return retVal; + } + + /** + * Returns a specific repetition of + * FT1-24: "Entered By Code" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public XCN getFt124_EnteredByCode(int rep) { + XCN retVal = this.getTypedField(24, rep); + return retVal; + } + + /** + * Returns a count of the current number of repetitions of Entered By Code (FT1-24). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getFt124_EnteredByCodeReps() { + return this.getReps(24); + } + + + /** + * Inserts a repetition of + * FT1-24: "Entered By Code" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XCN insertEnteredByCode(int rep) throws HL7Exception { + return (XCN) super.insertRepetition(24, rep); + } + + + /** + * Inserts a repetition of + * FT1-24: "Entered By Code" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XCN insertFt124_EnteredByCode(int rep) throws HL7Exception { + return (XCN) super.insertRepetition(24, rep); + } + + + /** + * Removes a repetition of + * FT1-24: "Entered By Code" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XCN removeEnteredByCode(int rep) throws HL7Exception { + return (XCN) super.removeRepetition(24, rep); + } + + + /** + * Removes a repetition of + * FT1-24: "Entered By Code" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XCN removeFt124_EnteredByCode(int rep) throws HL7Exception { + return (XCN) super.removeRepetition(24, rep); + } + + + + + /** + * Returns + * FT1-25: "Procedure Code" - creates it if necessary + */ + public CNE getProcedureCode() { + CNE retVal = this.getTypedField(25, 0); + return retVal; + } + + /** + * Returns + * FT1-25: "Procedure Code" - creates it if necessary + */ + public CNE getFt125_ProcedureCode() { + CNE retVal = this.getTypedField(25, 0); + return retVal; + } + + + /** + * Returns all repetitions of Procedure Code Modifier (FT1-26). + */ + public CNE[] getProcedureCodeModifier() { + CNE[] retVal = this.getTypedField(26, new CNE[0]); + return retVal; + } + + + /** + * Returns all repetitions of Procedure Code Modifier (FT1-26). + */ + public CNE[] getFt126_ProcedureCodeModifier() { + CNE[] retVal = this.getTypedField(26, new CNE[0]); + return retVal; + } + + + /** + * Returns a count of the current number of repetitions of Procedure Code Modifier (FT1-26). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getProcedureCodeModifierReps() { + return this.getReps(26); + } + + + /** + * Returns a specific repetition of + * FT1-26: "Procedure Code Modifier" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public CNE getProcedureCodeModifier(int rep) { + CNE retVal = this.getTypedField(26, rep); + return retVal; + } + + /** + * Returns a specific repetition of + * FT1-26: "Procedure Code Modifier" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public CNE getFt126_ProcedureCodeModifier(int rep) { + CNE retVal = this.getTypedField(26, rep); + return retVal; + } + + /** + * Returns a count of the current number of repetitions of Procedure Code Modifier (FT1-26). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getFt126_ProcedureCodeModifierReps() { + return this.getReps(26); + } + + + /** + * Inserts a repetition of + * FT1-26: "Procedure Code Modifier" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public CNE insertProcedureCodeModifier(int rep) throws HL7Exception { + return (CNE) super.insertRepetition(26, rep); + } + + + /** + * Inserts a repetition of + * FT1-26: "Procedure Code Modifier" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public CNE insertFt126_ProcedureCodeModifier(int rep) throws HL7Exception { + return (CNE) super.insertRepetition(26, rep); + } + + + /** + * Removes a repetition of + * FT1-26: "Procedure Code Modifier" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public CNE removeProcedureCodeModifier(int rep) throws HL7Exception { + return (CNE) super.removeRepetition(26, rep); + } + + + /** + * Removes a repetition of + * FT1-26: "Procedure Code Modifier" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public CNE removeFt126_ProcedureCodeModifier(int rep) throws HL7Exception { + return (CNE) super.removeRepetition(26, rep); + } + + + + + /** + * Returns + * FT1-27: "Advanced Beneficiary Notice Code" - creates it if necessary + */ + public CWE getAdvancedBeneficiaryNoticeCode() { + CWE retVal = this.getTypedField(27, 0); + return retVal; + } + + /** + * Returns + * FT1-27: "Advanced Beneficiary Notice Code" - creates it if necessary + */ + public CWE getFt127_AdvancedBeneficiaryNoticeCode() { + CWE retVal = this.getTypedField(27, 0); + return retVal; + } + + + + /** + * Returns + * FT1-28: "Medically Necessary Duplicate Procedure Reason" - creates it if necessary + */ + public CWE getMedicallyNecessaryDuplicateProcedureReason() { + CWE retVal = this.getTypedField(28, 0); + return retVal; + } + + /** + * Returns + * FT1-28: "Medically Necessary Duplicate Procedure Reason" - creates it if necessary + */ + public CWE getFt128_MedicallyNecessaryDuplicateProcedureReason() { + CWE retVal = this.getTypedField(28, 0); + return retVal; + } + + + + /** + * Returns + * FT1-29: "NDC Code" - creates it if necessary + */ + public CWE getNDCCode() { + CWE retVal = this.getTypedField(29, 0); + return retVal; + } + + /** + * Returns + * FT1-29: "NDC Code" - creates it if necessary + */ + public CWE getFt129_NDCCode() { + CWE retVal = this.getTypedField(29, 0); + return retVal; + } + + + + /** + * Returns + * FT1-30: "Payment Reference ID" - creates it if necessary + */ + public CX getPaymentReferenceID() { + CX retVal = this.getTypedField(30, 0); + return retVal; + } + + /** + * Returns + * FT1-30: "Payment Reference ID" - creates it if necessary + */ + public CX getFt130_PaymentReferenceID() { + CX retVal = this.getTypedField(30, 0); + return retVal; + } + + + /** + * Returns all repetitions of Transaction Reference Key (FT1-31). + */ + public SI[] getTransactionReferenceKey() { + SI[] retVal = this.getTypedField(31, new SI[0]); + return retVal; + } + + + /** + * Returns all repetitions of Transaction Reference Key (FT1-31). + */ + public SI[] getFt131_TransactionReferenceKey() { + SI[] retVal = this.getTypedField(31, new SI[0]); + return retVal; + } + + + /** + * Returns a count of the current number of repetitions of Transaction Reference Key (FT1-31). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getTransactionReferenceKeyReps() { + return this.getReps(31); + } + + + /** + * Returns a specific repetition of + * FT1-31: "Transaction Reference Key" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public SI getTransactionReferenceKey(int rep) { + SI retVal = this.getTypedField(31, rep); + return retVal; + } + + /** + * Returns a specific repetition of + * FT1-31: "Transaction Reference Key" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public SI getFt131_TransactionReferenceKey(int rep) { + SI retVal = this.getTypedField(31, rep); + return retVal; + } + + /** + * Returns a count of the current number of repetitions of Transaction Reference Key (FT1-31). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getFt131_TransactionReferenceKeyReps() { + return this.getReps(31); + } + + + /** + * Inserts a repetition of + * FT1-31: "Transaction Reference Key" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public SI insertTransactionReferenceKey(int rep) throws HL7Exception { + return (SI) super.insertRepetition(31, rep); + } + + + /** + * Inserts a repetition of + * FT1-31: "Transaction Reference Key" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public SI insertFt131_TransactionReferenceKey(int rep) throws HL7Exception { + return (SI) super.insertRepetition(31, rep); + } + + + /** + * Removes a repetition of + * FT1-31: "Transaction Reference Key" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public SI removeTransactionReferenceKey(int rep) throws HL7Exception { + return (SI) super.removeRepetition(31, rep); + } + + + /** + * Removes a repetition of + * FT1-31: "Transaction Reference Key" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public SI removeFt131_TransactionReferenceKey(int rep) throws HL7Exception { + return (SI) super.removeRepetition(31, rep); + } + + + + /** + * Returns all repetitions of Performing Facility (FT1-32). + */ + public XON[] getPerformingFacility() { + XON[] retVal = this.getTypedField(32, new XON[0]); + return retVal; + } + + + /** + * Returns all repetitions of Performing Facility (FT1-32). + */ + public XON[] getFt132_PerformingFacility() { + XON[] retVal = this.getTypedField(32, new XON[0]); + return retVal; + } + + + /** + * Returns a count of the current number of repetitions of Performing Facility (FT1-32). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getPerformingFacilityReps() { + return this.getReps(32); + } + + + /** + * Returns a specific repetition of + * FT1-32: "Performing Facility" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public XON getPerformingFacility(int rep) { + XON retVal = this.getTypedField(32, rep); + return retVal; + } + + /** + * Returns a specific repetition of + * FT1-32: "Performing Facility" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public XON getFt132_PerformingFacility(int rep) { + XON retVal = this.getTypedField(32, rep); + return retVal; + } + + /** + * Returns a count of the current number of repetitions of Performing Facility (FT1-32). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getFt132_PerformingFacilityReps() { + return this.getReps(32); + } + + + /** + * Inserts a repetition of + * FT1-32: "Performing Facility" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XON insertPerformingFacility(int rep) throws HL7Exception { + return (XON) super.insertRepetition(32, rep); + } + + + /** + * Inserts a repetition of + * FT1-32: "Performing Facility" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XON insertFt132_PerformingFacility(int rep) throws HL7Exception { + return (XON) super.insertRepetition(32, rep); + } + + + /** + * Removes a repetition of + * FT1-32: "Performing Facility" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XON removePerformingFacility(int rep) throws HL7Exception { + return (XON) super.removeRepetition(32, rep); + } + + + /** + * Removes a repetition of + * FT1-32: "Performing Facility" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XON removeFt132_PerformingFacility(int rep) throws HL7Exception { + return (XON) super.removeRepetition(32, rep); + } + + + + + /** + * Returns + * FT1-33: "Ordering Facility" - creates it if necessary + */ + public XON getOrderingFacility() { + XON retVal = this.getTypedField(33, 0); + return retVal; + } + + /** + * Returns + * FT1-33: "Ordering Facility" - creates it if necessary + */ + public XON getFt133_OrderingFacility() { + XON retVal = this.getTypedField(33, 0); + return retVal; + } + + + + /** + * Returns + * FT1-34: "Item Number" - creates it if necessary + */ + public CWE getItemNumber() { + CWE retVal = this.getTypedField(34, 0); + return retVal; + } + + /** + * Returns + * FT1-34: "Item Number" - creates it if necessary + */ + public CWE getFt134_ItemNumber() { + CWE retVal = this.getTypedField(34, 0); + return retVal; + } + + + + /** + * Returns + * FT1-35: "Model Number" - creates it if necessary + */ + public ST getModelNumber() { + ST retVal = this.getTypedField(35, 0); + return retVal; + } + + /** + * Returns + * FT1-35: "Model Number" - creates it if necessary + */ + public ST getFt135_ModelNumber() { + ST retVal = this.getTypedField(35, 0); + return retVal; + } + + + /** + * Returns all repetitions of Special Processing Code (FT1-36). + */ + public CWE[] getSpecialProcessingCode() { + CWE[] retVal = this.getTypedField(36, new CWE[0]); + return retVal; + } + + + /** + * Returns all repetitions of Special Processing Code (FT1-36). + */ + public CWE[] getFt136_SpecialProcessingCode() { + CWE[] retVal = this.getTypedField(36, new CWE[0]); + return retVal; + } + + + /** + * Returns a count of the current number of repetitions of Special Processing Code (FT1-36). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getSpecialProcessingCodeReps() { + return this.getReps(36); + } + + + /** + * Returns a specific repetition of + * FT1-36: "Special Processing Code" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public CWE getSpecialProcessingCode(int rep) { + CWE retVal = this.getTypedField(36, rep); + return retVal; + } + + /** + * Returns a specific repetition of + * FT1-36: "Special Processing Code" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public CWE getFt136_SpecialProcessingCode(int rep) { + CWE retVal = this.getTypedField(36, rep); + return retVal; + } + + /** + * Returns a count of the current number of repetitions of Special Processing Code (FT1-36). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getFt136_SpecialProcessingCodeReps() { + return this.getReps(36); + } + + + /** + * Inserts a repetition of + * FT1-36: "Special Processing Code" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public CWE insertSpecialProcessingCode(int rep) throws HL7Exception { + return (CWE) super.insertRepetition(36, rep); + } + + + /** + * Inserts a repetition of + * FT1-36: "Special Processing Code" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public CWE insertFt136_SpecialProcessingCode(int rep) throws HL7Exception { + return (CWE) super.insertRepetition(36, rep); + } + + + /** + * Removes a repetition of + * FT1-36: "Special Processing Code" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public CWE removeSpecialProcessingCode(int rep) throws HL7Exception { + return (CWE) super.removeRepetition(36, rep); + } + + + /** + * Removes a repetition of + * FT1-36: "Special Processing Code" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public CWE removeFt136_SpecialProcessingCode(int rep) throws HL7Exception { + return (CWE) super.removeRepetition(36, rep); + } + + + + + /** + * Returns + * FT1-37: "Clinic Code" - creates it if necessary + */ + public CWE getClinicCode() { + CWE retVal = this.getTypedField(37, 0); + return retVal; + } + + /** + * Returns + * FT1-37: "Clinic Code" - creates it if necessary + */ + public CWE getFt137_ClinicCode() { + CWE retVal = this.getTypedField(37, 0); + return retVal; + } + + + + /** + * Returns + * FT1-38: "Referral Number" - creates it if necessary + */ + public CX getReferralNumber() { + CX retVal = this.getTypedField(38, 0); + return retVal; + } + + /** + * Returns + * FT1-38: "Referral Number" - creates it if necessary + */ + public CX getFt138_ReferralNumber() { + CX retVal = this.getTypedField(38, 0); + return retVal; + } + + + + /** + * Returns + * FT1-39: "Authorization Number" - creates it if necessary + */ + public CX getAuthorizationNumber() { + CX retVal = this.getTypedField(39, 0); + return retVal; + } + + /** + * Returns + * FT1-39: "Authorization Number" - creates it if necessary + */ + public CX getFt139_AuthorizationNumber() { + CX retVal = this.getTypedField(39, 0); + return retVal; + } + + + + /** + * Returns + * FT1-40: "Service Provider Taxonomy Code" - creates it if necessary + */ + public CWE getServiceProviderTaxonomyCode() { + CWE retVal = this.getTypedField(40, 0); + return retVal; + } + + /** + * Returns + * FT1-40: "Service Provider Taxonomy Code" - creates it if necessary + */ + public CWE getFt140_ServiceProviderTaxonomyCode() { + CWE retVal = this.getTypedField(40, 0); + return retVal; + } + + + + /** + * Returns + * FT1-41: "Revenue Code" - creates it if necessary + */ + public CWE getRevenueCode() { + CWE retVal = this.getTypedField(41, 0); + return retVal; + } + + /** + * Returns + * FT1-41: "Revenue Code" - creates it if necessary + */ + public CWE getFt141_RevenueCode() { + CWE retVal = this.getTypedField(41, 0); + return retVal; + } + + + + /** + * Returns + * FT1-42: "Prescription Number" - creates it if necessary + */ + public ST getPrescriptionNumber() { + ST retVal = this.getTypedField(42, 0); + return retVal; + } + + /** + * Returns + * FT1-42: "Prescription Number" - creates it if necessary + */ + public ST getFt142_PrescriptionNumber() { + ST retVal = this.getTypedField(42, 0); + return retVal; + } + + + + /** + * Returns + * FT1-43: "NDC Qty and UOM" - creates it if necessary + */ + public CQ getNDCQtyAndUOM() { + CQ retVal = this.getTypedField(43, 0); + return retVal; + } + + /** + * Returns + * FT1-43: "NDC Qty and UOM" - creates it if necessary + */ + public CQ getFt143_NDCQtyAndUOM() { + CQ retVal = this.getTypedField(43, 0); + return retVal; + } + + + + + + /** {@inheritDoc} */ + protected Type createNewTypeWithoutReflection(int field) { + switch (field) { + case 0: return new SI(getMessage()); + case 1: return new ST(getMessage()); + case 2: return new ST(getMessage()); + case 3: return new DR(getMessage()); + case 4: return new DTM(getMessage()); + case 5: return new CWE(getMessage()); + case 6: return new CWE(getMessage()); + case 7: return new ST(getMessage()); + case 8: return new ST(getMessage()); + case 9: return new NM(getMessage()); + case 10: return new CP(getMessage()); + case 11: return new CP(getMessage()); + case 12: return new CWE(getMessage()); + case 13: return new CWE(getMessage()); + case 14: return new CP(getMessage()); + case 15: return new PL(getMessage()); + case 16: return new CWE(getMessage()); + case 17: return new CWE(getMessage()); + case 18: return new CWE(getMessage()); + case 19: return new XCN(getMessage()); + case 20: return new XCN(getMessage()); + case 21: return new CP(getMessage()); + case 22: return new EI(getMessage()); + case 23: return new XCN(getMessage()); + case 24: return new CNE(getMessage()); + case 25: return new CNE(getMessage()); + case 26: return new CWE(getMessage()); + case 27: return new CWE(getMessage()); + case 28: return new CWE(getMessage()); + case 29: return new CX(getMessage()); + case 30: return new SI(getMessage()); + case 31: return new XON(getMessage()); + case 32: return new XON(getMessage()); + case 33: return new CWE(getMessage()); + case 34: return new ST(getMessage()); + case 35: return new CWE(getMessage()); + case 36: return new CWE(getMessage()); + case 37: return new CX(getMessage()); + case 38: return new CX(getMessage()); + case 39: return new CWE(getMessage()); + case 40: return new CWE(getMessage()); + case 41: return new ST(getMessage()); + case 42: return new CQ(getMessage()); + default: return null; + } + } + + +} + diff --git a/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/segment/IN1.java b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/segment/IN1.java new file mode 100644 index 00000000000..88cb1cce330 --- /dev/null +++ b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/segment/IN1.java @@ -0,0 +1,2591 @@ +/* + * This class is an auto-generated source file for a HAPI + * HL7 v2.x standard structure class. + * + * For more information, visit: http://hl7api.sourceforge.net/ + * + * The contents of this file are subject to the Mozilla Public License Version 1.1 + * (the "License"); you may not use this file except in compliance with the License. + * You may obtain a copy of the License at http://www.mozilla.org/MPL/ + * Software distributed under the License is distributed on an "AS IS" basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the + * specific language governing rights and limitations under the License. + * + * The Original Code is "[file_name]". Description: + * "[one_line_description]" + * + * The Initial Developer of the Original Code is University Health Network. Copyright (C) + * 2012. All Rights Reserved. + * + * Contributor(s): ______________________________________. + * + * Alternatively, the contents of this file may be used under the terms of the + * GNU General Public License (the "GPL"), in which case the provisions of the GPL are + * applicable instead of those above. If you wish to allow use of your version of this + * file only under the terms of the GPL and not to allow others to use your version + * of this file under the MPL, indicate your decision by deleting the provisions above + * and replace them with the notice and other provisions required by the GPL License. + * If you do not delete the provisions above, a recipient may use your version of + * this file under either the MPL or the GPL. + * + */ + + +package fhirengine.translation.hl7.structures.fhirinventory.segment; + +// import ca.uhn.hl7v2.model.v27.group.*; +import ca.uhn.hl7v2.model.v27.datatype.*; +import ca.uhn.hl7v2.HL7Exception; +import ca.uhn.hl7v2.parser.ModelClassFactory; +import ca.uhn.hl7v2.parser.DefaultModelClassFactory; +import ca.uhn.hl7v2.model.AbstractMessage; +import ca.uhn.hl7v2.model.Group; +import ca.uhn.hl7v2.model.Type; +import ca.uhn.hl7v2.model.AbstractSegment; +import ca.uhn.hl7v2.model.Varies; + + +/** + *

          Represents an HL7 IN1 message segment (Insurance). + * This segment has the following fields:

          + *
            + *
          • IN1-1: Set ID - IN1 (SI) + *
          • IN1-2: Health Plan ID (CWE) + *
          • IN1-3: Insurance Company ID (CX) repeating + *
          • IN1-4: Insurance Company Name (XON) optional repeating + *
          • IN1-5: Insurance Company Address (XAD) optional repeating + *
          • IN1-6: Insurance Co Contact Person (XPN) optional repeating + *
          • IN1-7: Insurance Co Phone Number (XTN) optional repeating + *
          • IN1-8: Group Number (ST) optional + *
          • IN1-9: Group Name (XON) optional repeating + *
          • IN1-10: Insured's Group Emp ID (CX) optional repeating + *
          • IN1-11: Insured's Group Emp Name (XON) optional repeating + *
          • IN1-12: Plan Effective Date (DT) optional + *
          • IN1-13: Plan Expiration Date (DT) optional + *
          • IN1-14: Authorization Information (AUI) optional + *
          • IN1-15: Plan Type (CWE) optional + *
          • IN1-16: Name Of Insured (XPN) optional repeating + *
          • IN1-17: Insured's Relationship To Patient (CWE) optional + *
          • IN1-18: Insured's Date Of Birth (DTM) optional + *
          • IN1-19: Insured's Address (XAD) optional repeating + *
          • IN1-20: Assignment Of Benefits (CWE) optional + *
          • IN1-21: Coordination Of Benefits (CWE) optional + *
          • IN1-22: Coord Of Ben. Priority (ST) optional + *
          • IN1-23: Notice Of Admission Flag (ID) optional + *
          • IN1-24: Notice Of Admission Date (DT) optional + *
          • IN1-25: Report Of Eligibility Flag (ID) optional + *
          • IN1-26: Report Of Eligibility Date (DT) optional + *
          • IN1-27: Release Information Code (CWE) optional + *
          • IN1-28: Pre-Admit Cert (PAC) (ST) optional + *
          • IN1-29: Verification Date/Time (DTM) optional + *
          • IN1-30: Verification By (XCN) optional repeating + *
          • IN1-31: Type Of Agreement Code (CWE) optional + *
          • IN1-32: Billing Status (CWE) optional + *
          • IN1-33: Lifetime Reserve Days (NM) optional + *
          • IN1-34: Delay Before L.R. Day (NM) optional + *
          • IN1-35: Company Plan Code (CWE) optional + *
          • IN1-36: Policy Number (ST) optional + *
          • IN1-37: Policy Deductible (CP) optional + *
          • IN1-38: Policy Limit - Amount (CP) optional + *
          • IN1-39: Policy Limit - Days (NM) optional + *
          • IN1-40: Room Rate - Semi-Private (CP) optional + *
          • IN1-41: Room Rate - Private (CP) optional + *
          • IN1-42: Insured's Employment Status (CWE) optional + *
          • IN1-43: Insured's Administrative Sex (CWE) optional + *
          • IN1-44: Insured's Employer's Address (XAD) optional repeating + *
          • IN1-45: Verification Status (ST) optional + *
          • IN1-46: Prior Insurance Plan ID (CWE) optional + *
          • IN1-47: Coverage Type (CWE) optional + *
          • IN1-48: Handicap (CWE) optional + *
          • IN1-49: Insured's ID Number (CX) optional repeating + *
          • IN1-50: Signature Code (CWE) optional + *
          • IN1-51: Signature Code Date (DT) optional + *
          • IN1-52: Insured's Birth Place (ST) optional + *
          • IN1-53: VIP Indicator (CWE) optional + *
          • IN1-54: External Health Plan Identifiers (CX) optional repeating + *
          • IN1-55: Insurance Action Code (ID) optional + *
          + */ +@SuppressWarnings("unused") +public class IN1 extends AbstractSegment { + + /** + * Creates a new IN1 segment + */ + public IN1(Group parent, ModelClassFactory factory) { + super(parent, factory); + init(factory); + } + + private void init(ModelClassFactory factory) { + try { + this.add(SI.class, true, 1, 4, new Object[]{ getMessage() }, "Set ID - IN1"); + this.add(CWE.class, true, 1, 0, new Object[]{ getMessage() }, "Health Plan ID"); + this.add(CX.class, true, 0, 0, new Object[]{ getMessage() }, "Insurance Company ID"); + this.add(XON.class, false, 0, 0, new Object[]{ getMessage() }, "Insurance Company Name"); + this.add(XAD.class, false, 0, 0, new Object[]{ getMessage() }, "Insurance Company Address"); + this.add(XPN.class, false, 0, 0, new Object[]{ getMessage() }, "Insurance Co Contact Person"); + this.add(XTN.class, false, 0, 0, new Object[]{ getMessage() }, "Insurance Co Phone Number"); + this.add(ST.class, false, 1, 0, new Object[]{ getMessage() }, "Group Number"); + this.add(XON.class, false, 0, 0, new Object[]{ getMessage() }, "Group Name"); + this.add(CX.class, false, 0, 0, new Object[]{ getMessage() }, "Insured's Group Emp ID"); + this.add(XON.class, false, 0, 0, new Object[]{ getMessage() }, "Insured's Group Emp Name"); + this.add(DT.class, false, 1, 0, new Object[]{ getMessage() }, "Plan Effective Date"); + this.add(DT.class, false, 1, 0, new Object[]{ getMessage() }, "Plan Expiration Date"); + this.add(AUI.class, false, 1, 0, new Object[]{ getMessage() }, "Authorization Information"); + this.add(CWE.class, false, 1, 0, new Object[]{ getMessage() }, "Plan Type"); + this.add(XPN.class, false, 0, 0, new Object[]{ getMessage() }, "Name Of Insured"); + this.add(CWE.class, false, 1, 0, new Object[]{ getMessage() }, "Insured's Relationship To Patient"); + this.add(DTM.class, false, 1, 0, new Object[]{ getMessage() }, "Insured's Date Of Birth"); + this.add(XAD.class, false, 0, 0, new Object[]{ getMessage() }, "Insured's Address"); + this.add(CWE.class, false, 1, 0, new Object[]{ getMessage() }, "Assignment Of Benefits"); + this.add(CWE.class, false, 1, 0, new Object[]{ getMessage() }, "Coordination Of Benefits"); + this.add(ST.class, false, 1, 0, new Object[]{ getMessage() }, "Coord Of Ben. Priority"); + this.add(ID.class, false, 1, 1, new Object[]{ getMessage(), Integer.valueOf(136) }, "Notice Of Admission Flag"); + this.add(DT.class, false, 1, 0, new Object[]{ getMessage() }, "Notice Of Admission Date"); + this.add(ID.class, false, 1, 1, new Object[]{ getMessage(), Integer.valueOf(136) }, "Report Of Eligibility Flag"); + this.add(DT.class, false, 1, 0, new Object[]{ getMessage() }, "Report Of Eligibility Date"); + this.add(CWE.class, false, 1, 0, new Object[]{ getMessage() }, "Release Information Code"); + this.add(ST.class, false, 1, 0, new Object[]{ getMessage() }, "Pre-Admit Cert (PAC)"); + this.add(DTM.class, false, 1, 0, new Object[]{ getMessage() }, "Verification Date/Time"); + this.add(XCN.class, false, 0, 0, new Object[]{ getMessage() }, "Verification By"); + this.add(CWE.class, false, 1, 0, new Object[]{ getMessage() }, "Type Of Agreement Code"); + this.add(CWE.class, false, 1, 0, new Object[]{ getMessage() }, "Billing Status"); + this.add(NM.class, false, 1, 0, new Object[]{ getMessage() }, "Lifetime Reserve Days"); + this.add(NM.class, false, 1, 0, new Object[]{ getMessage() }, "Delay Before L.R. Day"); + this.add(CWE.class, false, 1, 0, new Object[]{ getMessage() }, "Company Plan Code"); + this.add(ST.class, false, 1, 0, new Object[]{ getMessage() }, "Policy Number"); + this.add(CP.class, false, 1, 0, new Object[]{ getMessage() }, "Policy Deductible"); + this.add(CP.class, false, 1, 0, new Object[]{ getMessage() }, "Policy Limit - Amount"); + this.add(NM.class, false, 1, 0, new Object[]{ getMessage() }, "Policy Limit - Days"); + this.add(CP.class, false, 1, 0, new Object[]{ getMessage() }, "Room Rate - Semi-Private"); + this.add(CP.class, false, 1, 0, new Object[]{ getMessage() }, "Room Rate - Private"); + this.add(CWE.class, false, 1, 0, new Object[]{ getMessage() }, "Insured's Employment Status"); + this.add(CWE.class, false, 1, 0, new Object[]{ getMessage() }, "Insured's Administrative Sex"); + this.add(XAD.class, false, 0, 0, new Object[]{ getMessage() }, "Insured's Employer's Address"); + this.add(ST.class, false, 1, 0, new Object[]{ getMessage() }, "Verification Status"); + this.add(CWE.class, false, 1, 0, new Object[]{ getMessage() }, "Prior Insurance Plan ID"); + this.add(CWE.class, false, 1, 0, new Object[]{ getMessage() }, "Coverage Type"); + this.add(CWE.class, false, 1, 0, new Object[]{ getMessage() }, "Handicap"); + this.add(CX.class, false, 0, 0, new Object[]{ getMessage() }, "Insured's ID Number"); + this.add(CWE.class, false, 1, 0, new Object[]{ getMessage() }, "Signature Code"); + this.add(DT.class, false, 1, 0, new Object[]{ getMessage() }, "Signature Code Date"); + this.add(ST.class, false, 1, 0, new Object[]{ getMessage() }, "Insured's Birth Place"); + this.add(CWE.class, false, 1, 0, new Object[]{ getMessage() }, "VIP Indicator"); + this.add(CX.class, false, 0, 0, new Object[]{ getMessage() }, "External Health Plan Identifiers"); + this.add(ID.class, false, 1, 0, new Object[]{ getMessage() }, "Insurance Action Code"); + } catch(HL7Exception e) { + log.error("Unexpected error creating IN1 - this is probably a bug in the source code generator.", e); + } + } + + + + /** + * Returns + * IN1-1: "Set ID - IN1" - creates it if necessary + */ + public SI getSetIDIN1() { + SI retVal = this.getTypedField(1, 0); + return retVal; + } + + /** + * Returns + * IN1-1: "Set ID - IN1" - creates it if necessary + */ + public SI getIn11_SetIDIN1() { + SI retVal = this.getTypedField(1, 0); + return retVal; + } + + + + /** + * Returns + * IN1-2: "Health Plan ID" - creates it if necessary + */ + public CWE getInsurancePlanID() { + CWE retVal = this.getTypedField(2, 0); + return retVal; + } + + /** + * Returns + * IN1-2: "Health Plan ID" - creates it if necessary + */ + public CWE getIn12_InsurancePlanID() { + CWE retVal = this.getTypedField(2, 0); + return retVal; + } + + + /** + * Returns all repetitions of Insurance Company ID (IN1-3). + */ + public CX[] getInsuranceCompanyID() { + CX[] retVal = this.getTypedField(3, new CX[0]); + return retVal; + } + + + /** + * Returns all repetitions of Insurance Company ID (IN1-3). + */ + public CX[] getIn13_InsuranceCompanyID() { + CX[] retVal = this.getTypedField(3, new CX[0]); + return retVal; + } + + + /** + * Returns a count of the current number of repetitions of Insurance Company ID (IN1-3). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getInsuranceCompanyIDReps() { + return this.getReps(3); + } + + + /** + * Returns a specific repetition of + * IN1-3: "Insurance Company ID" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public CX getInsuranceCompanyID(int rep) { + CX retVal = this.getTypedField(3, rep); + return retVal; + } + + /** + * Returns a specific repetition of + * IN1-3: "Insurance Company ID" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public CX getIn13_InsuranceCompanyID(int rep) { + CX retVal = this.getTypedField(3, rep); + return retVal; + } + + /** + * Returns a count of the current number of repetitions of Insurance Company ID (IN1-3). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getIn13_InsuranceCompanyIDReps() { + return this.getReps(3); + } + + + /** + * Inserts a repetition of + * IN1-3: "Insurance Company ID" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public CX insertInsuranceCompanyID(int rep) throws HL7Exception { + return (CX) super.insertRepetition(3, rep); + } + + + /** + * Inserts a repetition of + * IN1-3: "Insurance Company ID" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public CX insertIn13_InsuranceCompanyID(int rep) throws HL7Exception { + return (CX) super.insertRepetition(3, rep); + } + + + /** + * Removes a repetition of + * IN1-3: "Insurance Company ID" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public CX removeInsuranceCompanyID(int rep) throws HL7Exception { + return (CX) super.removeRepetition(3, rep); + } + + + /** + * Removes a repetition of + * IN1-3: "Insurance Company ID" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public CX removeIn13_InsuranceCompanyID(int rep) throws HL7Exception { + return (CX) super.removeRepetition(3, rep); + } + + + + /** + * Returns all repetitions of Insurance Company Name (IN1-4). + */ + public XON[] getInsuranceCompanyName() { + XON[] retVal = this.getTypedField(4, new XON[0]); + return retVal; + } + + + /** + * Returns all repetitions of Insurance Company Name (IN1-4). + */ + public XON[] getIn14_InsuranceCompanyName() { + XON[] retVal = this.getTypedField(4, new XON[0]); + return retVal; + } + + + /** + * Returns a count of the current number of repetitions of Insurance Company Name (IN1-4). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getInsuranceCompanyNameReps() { + return this.getReps(4); + } + + + /** + * Returns a specific repetition of + * IN1-4: "Insurance Company Name" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public XON getInsuranceCompanyName(int rep) { + XON retVal = this.getTypedField(4, rep); + return retVal; + } + + /** + * Returns a specific repetition of + * IN1-4: "Insurance Company Name" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public XON getIn14_InsuranceCompanyName(int rep) { + XON retVal = this.getTypedField(4, rep); + return retVal; + } + + /** + * Returns a count of the current number of repetitions of Insurance Company Name (IN1-4). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getIn14_InsuranceCompanyNameReps() { + return this.getReps(4); + } + + + /** + * Inserts a repetition of + * IN1-4: "Insurance Company Name" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XON insertInsuranceCompanyName(int rep) throws HL7Exception { + return (XON) super.insertRepetition(4, rep); + } + + + /** + * Inserts a repetition of + * IN1-4: "Insurance Company Name" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XON insertIn14_InsuranceCompanyName(int rep) throws HL7Exception { + return (XON) super.insertRepetition(4, rep); + } + + + /** + * Removes a repetition of + * IN1-4: "Insurance Company Name" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XON removeInsuranceCompanyName(int rep) throws HL7Exception { + return (XON) super.removeRepetition(4, rep); + } + + + /** + * Removes a repetition of + * IN1-4: "Insurance Company Name" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XON removeIn14_InsuranceCompanyName(int rep) throws HL7Exception { + return (XON) super.removeRepetition(4, rep); + } + + + + /** + * Returns all repetitions of Insurance Company Address (IN1-5). + */ + public XAD[] getInsuranceCompanyAddress() { + XAD[] retVal = this.getTypedField(5, new XAD[0]); + return retVal; + } + + + /** + * Returns all repetitions of Insurance Company Address (IN1-5). + */ + public XAD[] getIn15_InsuranceCompanyAddress() { + XAD[] retVal = this.getTypedField(5, new XAD[0]); + return retVal; + } + + + /** + * Returns a count of the current number of repetitions of Insurance Company Address (IN1-5). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getInsuranceCompanyAddressReps() { + return this.getReps(5); + } + + + /** + * Returns a specific repetition of + * IN1-5: "Insurance Company Address" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public XAD getInsuranceCompanyAddress(int rep) { + XAD retVal = this.getTypedField(5, rep); + return retVal; + } + + /** + * Returns a specific repetition of + * IN1-5: "Insurance Company Address" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public XAD getIn15_InsuranceCompanyAddress(int rep) { + XAD retVal = this.getTypedField(5, rep); + return retVal; + } + + /** + * Returns a count of the current number of repetitions of Insurance Company Address (IN1-5). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getIn15_InsuranceCompanyAddressReps() { + return this.getReps(5); + } + + + /** + * Inserts a repetition of + * IN1-5: "Insurance Company Address" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XAD insertInsuranceCompanyAddress(int rep) throws HL7Exception { + return (XAD) super.insertRepetition(5, rep); + } + + + /** + * Inserts a repetition of + * IN1-5: "Insurance Company Address" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XAD insertIn15_InsuranceCompanyAddress(int rep) throws HL7Exception { + return (XAD) super.insertRepetition(5, rep); + } + + + /** + * Removes a repetition of + * IN1-5: "Insurance Company Address" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XAD removeInsuranceCompanyAddress(int rep) throws HL7Exception { + return (XAD) super.removeRepetition(5, rep); + } + + + /** + * Removes a repetition of + * IN1-5: "Insurance Company Address" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XAD removeIn15_InsuranceCompanyAddress(int rep) throws HL7Exception { + return (XAD) super.removeRepetition(5, rep); + } + + + + /** + * Returns all repetitions of Insurance Co Contact Person (IN1-6). + */ + public XPN[] getInsuranceCoContactPerson() { + XPN[] retVal = this.getTypedField(6, new XPN[0]); + return retVal; + } + + + /** + * Returns all repetitions of Insurance Co Contact Person (IN1-6). + */ + public XPN[] getIn16_InsuranceCoContactPerson() { + XPN[] retVal = this.getTypedField(6, new XPN[0]); + return retVal; + } + + + /** + * Returns a count of the current number of repetitions of Insurance Co Contact Person (IN1-6). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getInsuranceCoContactPersonReps() { + return this.getReps(6); + } + + + /** + * Returns a specific repetition of + * IN1-6: "Insurance Co Contact Person" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public XPN getInsuranceCoContactPerson(int rep) { + XPN retVal = this.getTypedField(6, rep); + return retVal; + } + + /** + * Returns a specific repetition of + * IN1-6: "Insurance Co Contact Person" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public XPN getIn16_InsuranceCoContactPerson(int rep) { + XPN retVal = this.getTypedField(6, rep); + return retVal; + } + + /** + * Returns a count of the current number of repetitions of Insurance Co Contact Person (IN1-6). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getIn16_InsuranceCoContactPersonReps() { + return this.getReps(6); + } + + + /** + * Inserts a repetition of + * IN1-6: "Insurance Co Contact Person" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XPN insertInsuranceCoContactPerson(int rep) throws HL7Exception { + return (XPN) super.insertRepetition(6, rep); + } + + + /** + * Inserts a repetition of + * IN1-6: "Insurance Co Contact Person" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XPN insertIn16_InsuranceCoContactPerson(int rep) throws HL7Exception { + return (XPN) super.insertRepetition(6, rep); + } + + + /** + * Removes a repetition of + * IN1-6: "Insurance Co Contact Person" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XPN removeInsuranceCoContactPerson(int rep) throws HL7Exception { + return (XPN) super.removeRepetition(6, rep); + } + + + /** + * Removes a repetition of + * IN1-6: "Insurance Co Contact Person" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XPN removeIn16_InsuranceCoContactPerson(int rep) throws HL7Exception { + return (XPN) super.removeRepetition(6, rep); + } + + + + /** + * Returns all repetitions of Insurance Co Phone Number (IN1-7). + */ + public XTN[] getInsuranceCoPhoneNumber() { + XTN[] retVal = this.getTypedField(7, new XTN[0]); + return retVal; + } + + + /** + * Returns all repetitions of Insurance Co Phone Number (IN1-7). + */ + public XTN[] getIn17_InsuranceCoPhoneNumber() { + XTN[] retVal = this.getTypedField(7, new XTN[0]); + return retVal; + } + + + /** + * Returns a count of the current number of repetitions of Insurance Co Phone Number (IN1-7). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getInsuranceCoPhoneNumberReps() { + return this.getReps(7); + } + + + /** + * Returns a specific repetition of + * IN1-7: "Insurance Co Phone Number" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public XTN getInsuranceCoPhoneNumber(int rep) { + XTN retVal = this.getTypedField(7, rep); + return retVal; + } + + /** + * Returns a specific repetition of + * IN1-7: "Insurance Co Phone Number" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public XTN getIn17_InsuranceCoPhoneNumber(int rep) { + XTN retVal = this.getTypedField(7, rep); + return retVal; + } + + /** + * Returns a count of the current number of repetitions of Insurance Co Phone Number (IN1-7). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getIn17_InsuranceCoPhoneNumberReps() { + return this.getReps(7); + } + + + /** + * Inserts a repetition of + * IN1-7: "Insurance Co Phone Number" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XTN insertInsuranceCoPhoneNumber(int rep) throws HL7Exception { + return (XTN) super.insertRepetition(7, rep); + } + + + /** + * Inserts a repetition of + * IN1-7: "Insurance Co Phone Number" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XTN insertIn17_InsuranceCoPhoneNumber(int rep) throws HL7Exception { + return (XTN) super.insertRepetition(7, rep); + } + + + /** + * Removes a repetition of + * IN1-7: "Insurance Co Phone Number" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XTN removeInsuranceCoPhoneNumber(int rep) throws HL7Exception { + return (XTN) super.removeRepetition(7, rep); + } + + + /** + * Removes a repetition of + * IN1-7: "Insurance Co Phone Number" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XTN removeIn17_InsuranceCoPhoneNumber(int rep) throws HL7Exception { + return (XTN) super.removeRepetition(7, rep); + } + + + + + /** + * Returns + * IN1-8: "Group Number" - creates it if necessary + */ + public ST getGroupNumber() { + ST retVal = this.getTypedField(8, 0); + return retVal; + } + + /** + * Returns + * IN1-8: "Group Number" - creates it if necessary + */ + public ST getIn18_GroupNumber() { + ST retVal = this.getTypedField(8, 0); + return retVal; + } + + + /** + * Returns all repetitions of Group Name (IN1-9). + */ + public XON[] getGroupName() { + XON[] retVal = this.getTypedField(9, new XON[0]); + return retVal; + } + + + /** + * Returns all repetitions of Group Name (IN1-9). + */ + public XON[] getIn19_GroupName() { + XON[] retVal = this.getTypedField(9, new XON[0]); + return retVal; + } + + + /** + * Returns a count of the current number of repetitions of Group Name (IN1-9). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getGroupNameReps() { + return this.getReps(9); + } + + + /** + * Returns a specific repetition of + * IN1-9: "Group Name" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public XON getGroupName(int rep) { + XON retVal = this.getTypedField(9, rep); + return retVal; + } + + /** + * Returns a specific repetition of + * IN1-9: "Group Name" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public XON getIn19_GroupName(int rep) { + XON retVal = this.getTypedField(9, rep); + return retVal; + } + + /** + * Returns a count of the current number of repetitions of Group Name (IN1-9). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getIn19_GroupNameReps() { + return this.getReps(9); + } + + + /** + * Inserts a repetition of + * IN1-9: "Group Name" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XON insertGroupName(int rep) throws HL7Exception { + return (XON) super.insertRepetition(9, rep); + } + + + /** + * Inserts a repetition of + * IN1-9: "Group Name" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XON insertIn19_GroupName(int rep) throws HL7Exception { + return (XON) super.insertRepetition(9, rep); + } + + + /** + * Removes a repetition of + * IN1-9: "Group Name" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XON removeGroupName(int rep) throws HL7Exception { + return (XON) super.removeRepetition(9, rep); + } + + + /** + * Removes a repetition of + * IN1-9: "Group Name" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XON removeIn19_GroupName(int rep) throws HL7Exception { + return (XON) super.removeRepetition(9, rep); + } + + + + /** + * Returns all repetitions of Insured's Group Emp ID (IN1-10). + */ + public CX[] getInsuredSGroupEmpID() { + CX[] retVal = this.getTypedField(10, new CX[0]); + return retVal; + } + + + /** + * Returns all repetitions of Insured's Group Emp ID (IN1-10). + */ + public CX[] getIn110_InsuredSGroupEmpID() { + CX[] retVal = this.getTypedField(10, new CX[0]); + return retVal; + } + + + /** + * Returns a count of the current number of repetitions of Insured's Group Emp ID (IN1-10). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getInsuredSGroupEmpIDReps() { + return this.getReps(10); + } + + + /** + * Returns a specific repetition of + * IN1-10: "Insured's Group Emp ID" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public CX getInsuredSGroupEmpID(int rep) { + CX retVal = this.getTypedField(10, rep); + return retVal; + } + + /** + * Returns a specific repetition of + * IN1-10: "Insured's Group Emp ID" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public CX getIn110_InsuredSGroupEmpID(int rep) { + CX retVal = this.getTypedField(10, rep); + return retVal; + } + + /** + * Returns a count of the current number of repetitions of Insured's Group Emp ID (IN1-10). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getIn110_InsuredSGroupEmpIDReps() { + return this.getReps(10); + } + + + /** + * Inserts a repetition of + * IN1-10: "Insured's Group Emp ID" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public CX insertInsuredSGroupEmpID(int rep) throws HL7Exception { + return (CX) super.insertRepetition(10, rep); + } + + + /** + * Inserts a repetition of + * IN1-10: "Insured's Group Emp ID" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public CX insertIn110_InsuredSGroupEmpID(int rep) throws HL7Exception { + return (CX) super.insertRepetition(10, rep); + } + + + /** + * Removes a repetition of + * IN1-10: "Insured's Group Emp ID" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public CX removeInsuredSGroupEmpID(int rep) throws HL7Exception { + return (CX) super.removeRepetition(10, rep); + } + + + /** + * Removes a repetition of + * IN1-10: "Insured's Group Emp ID" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public CX removeIn110_InsuredSGroupEmpID(int rep) throws HL7Exception { + return (CX) super.removeRepetition(10, rep); + } + + + + /** + * Returns all repetitions of Insured's Group Emp Name (IN1-11). + */ + public XON[] getInsuredSGroupEmpName() { + XON[] retVal = this.getTypedField(11, new XON[0]); + return retVal; + } + + + /** + * Returns all repetitions of Insured's Group Emp Name (IN1-11). + */ + public XON[] getIn111_InsuredSGroupEmpName() { + XON[] retVal = this.getTypedField(11, new XON[0]); + return retVal; + } + + + /** + * Returns a count of the current number of repetitions of Insured's Group Emp Name (IN1-11). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getInsuredSGroupEmpNameReps() { + return this.getReps(11); + } + + + /** + * Returns a specific repetition of + * IN1-11: "Insured's Group Emp Name" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public XON getInsuredSGroupEmpName(int rep) { + XON retVal = this.getTypedField(11, rep); + return retVal; + } + + /** + * Returns a specific repetition of + * IN1-11: "Insured's Group Emp Name" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public XON getIn111_InsuredSGroupEmpName(int rep) { + XON retVal = this.getTypedField(11, rep); + return retVal; + } + + /** + * Returns a count of the current number of repetitions of Insured's Group Emp Name (IN1-11). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getIn111_InsuredSGroupEmpNameReps() { + return this.getReps(11); + } + + + /** + * Inserts a repetition of + * IN1-11: "Insured's Group Emp Name" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XON insertInsuredSGroupEmpName(int rep) throws HL7Exception { + return (XON) super.insertRepetition(11, rep); + } + + + /** + * Inserts a repetition of + * IN1-11: "Insured's Group Emp Name" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XON insertIn111_InsuredSGroupEmpName(int rep) throws HL7Exception { + return (XON) super.insertRepetition(11, rep); + } + + + /** + * Removes a repetition of + * IN1-11: "Insured's Group Emp Name" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XON removeInsuredSGroupEmpName(int rep) throws HL7Exception { + return (XON) super.removeRepetition(11, rep); + } + + + /** + * Removes a repetition of + * IN1-11: "Insured's Group Emp Name" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XON removeIn111_InsuredSGroupEmpName(int rep) throws HL7Exception { + return (XON) super.removeRepetition(11, rep); + } + + + + + /** + * Returns + * IN1-12: "Plan Effective Date" - creates it if necessary + */ + public DT getPlanEffectiveDate() { + DT retVal = this.getTypedField(12, 0); + return retVal; + } + + /** + * Returns + * IN1-12: "Plan Effective Date" - creates it if necessary + */ + public DT getIn112_PlanEffectiveDate() { + DT retVal = this.getTypedField(12, 0); + return retVal; + } + + + + /** + * Returns + * IN1-13: "Plan Expiration Date" - creates it if necessary + */ + public DT getPlanExpirationDate() { + DT retVal = this.getTypedField(13, 0); + return retVal; + } + + /** + * Returns + * IN1-13: "Plan Expiration Date" - creates it if necessary + */ + public DT getIn113_PlanExpirationDate() { + DT retVal = this.getTypedField(13, 0); + return retVal; + } + + + + /** + * Returns + * IN1-14: "Authorization Information" - creates it if necessary + */ + public AUI getAuthorizationInformation() { + AUI retVal = this.getTypedField(14, 0); + return retVal; + } + + /** + * Returns + * IN1-14: "Authorization Information" - creates it if necessary + */ + public AUI getIn114_AuthorizationInformation() { + AUI retVal = this.getTypedField(14, 0); + return retVal; + } + + + + /** + * Returns + * IN1-15: "Plan Type" - creates it if necessary + */ + public CWE getPlanType() { + CWE retVal = this.getTypedField(15, 0); + return retVal; + } + + /** + * Returns + * IN1-15: "Plan Type" - creates it if necessary + */ + public CWE getIn115_PlanType() { + CWE retVal = this.getTypedField(15, 0); + return retVal; + } + + + /** + * Returns all repetitions of Name Of Insured (IN1-16). + */ + public XPN[] getNameOfInsured() { + XPN[] retVal = this.getTypedField(16, new XPN[0]); + return retVal; + } + + + /** + * Returns all repetitions of Name Of Insured (IN1-16). + */ + public XPN[] getIn116_NameOfInsured() { + XPN[] retVal = this.getTypedField(16, new XPN[0]); + return retVal; + } + + + /** + * Returns a count of the current number of repetitions of Name Of Insured (IN1-16). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getNameOfInsuredReps() { + return this.getReps(16); + } + + + /** + * Returns a specific repetition of + * IN1-16: "Name Of Insured" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public XPN getNameOfInsured(int rep) { + XPN retVal = this.getTypedField(16, rep); + return retVal; + } + + /** + * Returns a specific repetition of + * IN1-16: "Name Of Insured" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public XPN getIn116_NameOfInsured(int rep) { + XPN retVal = this.getTypedField(16, rep); + return retVal; + } + + /** + * Returns a count of the current number of repetitions of Name Of Insured (IN1-16). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getIn116_NameOfInsuredReps() { + return this.getReps(16); + } + + + /** + * Inserts a repetition of + * IN1-16: "Name Of Insured" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XPN insertNameOfInsured(int rep) throws HL7Exception { + return (XPN) super.insertRepetition(16, rep); + } + + + /** + * Inserts a repetition of + * IN1-16: "Name Of Insured" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XPN insertIn116_NameOfInsured(int rep) throws HL7Exception { + return (XPN) super.insertRepetition(16, rep); + } + + + /** + * Removes a repetition of + * IN1-16: "Name Of Insured" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XPN removeNameOfInsured(int rep) throws HL7Exception { + return (XPN) super.removeRepetition(16, rep); + } + + + /** + * Removes a repetition of + * IN1-16: "Name Of Insured" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XPN removeIn116_NameOfInsured(int rep) throws HL7Exception { + return (XPN) super.removeRepetition(16, rep); + } + + + + + /** + * Returns + * IN1-17: "Insured's Relationship To Patient" - creates it if necessary + */ + public CWE getInsuredSRelationshipToPatient() { + CWE retVal = this.getTypedField(17, 0); + return retVal; + } + + /** + * Returns + * IN1-17: "Insured's Relationship To Patient" - creates it if necessary + */ + public CWE getIn117_InsuredSRelationshipToPatient() { + CWE retVal = this.getTypedField(17, 0); + return retVal; + } + + + + /** + * Returns + * IN1-18: "Insured's Date Of Birth" - creates it if necessary + */ + public DTM getInsuredSDateOfBirth() { + DTM retVal = this.getTypedField(18, 0); + return retVal; + } + + /** + * Returns + * IN1-18: "Insured's Date Of Birth" - creates it if necessary + */ + public DTM getIn118_InsuredSDateOfBirth() { + DTM retVal = this.getTypedField(18, 0); + return retVal; + } + + + /** + * Returns all repetitions of Insured's Address (IN1-19). + */ + public XAD[] getInsuredSAddress() { + XAD[] retVal = this.getTypedField(19, new XAD[0]); + return retVal; + } + + + /** + * Returns all repetitions of Insured's Address (IN1-19). + */ + public XAD[] getIn119_InsuredSAddress() { + XAD[] retVal = this.getTypedField(19, new XAD[0]); + return retVal; + } + + + /** + * Returns a count of the current number of repetitions of Insured's Address (IN1-19). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getInsuredSAddressReps() { + return this.getReps(19); + } + + + /** + * Returns a specific repetition of + * IN1-19: "Insured's Address" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public XAD getInsuredSAddress(int rep) { + XAD retVal = this.getTypedField(19, rep); + return retVal; + } + + /** + * Returns a specific repetition of + * IN1-19: "Insured's Address" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public XAD getIn119_InsuredSAddress(int rep) { + XAD retVal = this.getTypedField(19, rep); + return retVal; + } + + /** + * Returns a count of the current number of repetitions of Insured's Address (IN1-19). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getIn119_InsuredSAddressReps() { + return this.getReps(19); + } + + + /** + * Inserts a repetition of + * IN1-19: "Insured's Address" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XAD insertInsuredSAddress(int rep) throws HL7Exception { + return (XAD) super.insertRepetition(19, rep); + } + + + /** + * Inserts a repetition of + * IN1-19: "Insured's Address" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XAD insertIn119_InsuredSAddress(int rep) throws HL7Exception { + return (XAD) super.insertRepetition(19, rep); + } + + + /** + * Removes a repetition of + * IN1-19: "Insured's Address" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XAD removeInsuredSAddress(int rep) throws HL7Exception { + return (XAD) super.removeRepetition(19, rep); + } + + + /** + * Removes a repetition of + * IN1-19: "Insured's Address" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XAD removeIn119_InsuredSAddress(int rep) throws HL7Exception { + return (XAD) super.removeRepetition(19, rep); + } + + + + + /** + * Returns + * IN1-20: "Assignment Of Benefits" - creates it if necessary + */ + public CWE getAssignmentOfBenefits() { + CWE retVal = this.getTypedField(20, 0); + return retVal; + } + + /** + * Returns + * IN1-20: "Assignment Of Benefits" - creates it if necessary + */ + public CWE getIn120_AssignmentOfBenefits() { + CWE retVal = this.getTypedField(20, 0); + return retVal; + } + + + + /** + * Returns + * IN1-21: "Coordination Of Benefits" - creates it if necessary + */ + public CWE getCoordinationOfBenefits() { + CWE retVal = this.getTypedField(21, 0); + return retVal; + } + + /** + * Returns + * IN1-21: "Coordination Of Benefits" - creates it if necessary + */ + public CWE getIn121_CoordinationOfBenefits() { + CWE retVal = this.getTypedField(21, 0); + return retVal; + } + + + + /** + * Returns + * IN1-22: "Coord Of Ben. Priority" - creates it if necessary + */ + public ST getCoordOfBenPriority() { + ST retVal = this.getTypedField(22, 0); + return retVal; + } + + /** + * Returns + * IN1-22: "Coord Of Ben. Priority" - creates it if necessary + */ + public ST getIn122_CoordOfBenPriority() { + ST retVal = this.getTypedField(22, 0); + return retVal; + } + + + + /** + * Returns + * IN1-23: "Notice Of Admission Flag" - creates it if necessary + */ + public ID getNoticeOfAdmissionFlag() { + ID retVal = this.getTypedField(23, 0); + return retVal; + } + + /** + * Returns + * IN1-23: "Notice Of Admission Flag" - creates it if necessary + */ + public ID getIn123_NoticeOfAdmissionFlag() { + ID retVal = this.getTypedField(23, 0); + return retVal; + } + + + + /** + * Returns + * IN1-24: "Notice Of Admission Date" - creates it if necessary + */ + public DT getNoticeOfAdmissionDate() { + DT retVal = this.getTypedField(24, 0); + return retVal; + } + + /** + * Returns + * IN1-24: "Notice Of Admission Date" - creates it if necessary + */ + public DT getIn124_NoticeOfAdmissionDate() { + DT retVal = this.getTypedField(24, 0); + return retVal; + } + + + + /** + * Returns + * IN1-25: "Report Of Eligibility Flag" - creates it if necessary + */ + public ID getReportOfEligibilityFlag() { + ID retVal = this.getTypedField(25, 0); + return retVal; + } + + /** + * Returns + * IN1-25: "Report Of Eligibility Flag" - creates it if necessary + */ + public ID getIn125_ReportOfEligibilityFlag() { + ID retVal = this.getTypedField(25, 0); + return retVal; + } + + + + /** + * Returns + * IN1-26: "Report Of Eligibility Date" - creates it if necessary + */ + public DT getReportOfEligibilityDate() { + DT retVal = this.getTypedField(26, 0); + return retVal; + } + + /** + * Returns + * IN1-26: "Report Of Eligibility Date" - creates it if necessary + */ + public DT getIn126_ReportOfEligibilityDate() { + DT retVal = this.getTypedField(26, 0); + return retVal; + } + + + + /** + * Returns + * IN1-27: "Release Information Code" - creates it if necessary + */ + public CWE getReleaseInformationCode() { + CWE retVal = this.getTypedField(27, 0); + return retVal; + } + + /** + * Returns + * IN1-27: "Release Information Code" - creates it if necessary + */ + public CWE getIn127_ReleaseInformationCode() { + CWE retVal = this.getTypedField(27, 0); + return retVal; + } + + + + /** + * Returns + * IN1-28: "Pre-Admit Cert (PAC)" - creates it if necessary + */ + public ST getPreAdmitCert() { + ST retVal = this.getTypedField(28, 0); + return retVal; + } + + /** + * Returns + * IN1-28: "Pre-Admit Cert (PAC)" - creates it if necessary + */ + public ST getIn128_PreAdmitCert() { + ST retVal = this.getTypedField(28, 0); + return retVal; + } + + + + /** + * Returns + * IN1-29: "Verification Date/Time" - creates it if necessary + */ + public DTM getVerificationDateTime() { + DTM retVal = this.getTypedField(29, 0); + return retVal; + } + + /** + * Returns + * IN1-29: "Verification Date/Time" - creates it if necessary + */ + public DTM getIn129_VerificationDateTime() { + DTM retVal = this.getTypedField(29, 0); + return retVal; + } + + + /** + * Returns all repetitions of Verification By (IN1-30). + */ + public XCN[] getVerificationBy() { + XCN[] retVal = this.getTypedField(30, new XCN[0]); + return retVal; + } + + + /** + * Returns all repetitions of Verification By (IN1-30). + */ + public XCN[] getIn130_VerificationBy() { + XCN[] retVal = this.getTypedField(30, new XCN[0]); + return retVal; + } + + + /** + * Returns a count of the current number of repetitions of Verification By (IN1-30). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getVerificationByReps() { + return this.getReps(30); + } + + + /** + * Returns a specific repetition of + * IN1-30: "Verification By" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public XCN getVerificationBy(int rep) { + XCN retVal = this.getTypedField(30, rep); + return retVal; + } + + /** + * Returns a specific repetition of + * IN1-30: "Verification By" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public XCN getIn130_VerificationBy(int rep) { + XCN retVal = this.getTypedField(30, rep); + return retVal; + } + + /** + * Returns a count of the current number of repetitions of Verification By (IN1-30). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getIn130_VerificationByReps() { + return this.getReps(30); + } + + + /** + * Inserts a repetition of + * IN1-30: "Verification By" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XCN insertVerificationBy(int rep) throws HL7Exception { + return (XCN) super.insertRepetition(30, rep); + } + + + /** + * Inserts a repetition of + * IN1-30: "Verification By" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XCN insertIn130_VerificationBy(int rep) throws HL7Exception { + return (XCN) super.insertRepetition(30, rep); + } + + + /** + * Removes a repetition of + * IN1-30: "Verification By" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XCN removeVerificationBy(int rep) throws HL7Exception { + return (XCN) super.removeRepetition(30, rep); + } + + + /** + * Removes a repetition of + * IN1-30: "Verification By" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XCN removeIn130_VerificationBy(int rep) throws HL7Exception { + return (XCN) super.removeRepetition(30, rep); + } + + + + + /** + * Returns + * IN1-31: "Type Of Agreement Code" - creates it if necessary + */ + public CWE getTypeOfAgreementCode() { + CWE retVal = this.getTypedField(31, 0); + return retVal; + } + + /** + * Returns + * IN1-31: "Type Of Agreement Code" - creates it if necessary + */ + public CWE getIn131_TypeOfAgreementCode() { + CWE retVal = this.getTypedField(31, 0); + return retVal; + } + + + + /** + * Returns + * IN1-32: "Billing Status" - creates it if necessary + */ + public CWE getBillingStatus() { + CWE retVal = this.getTypedField(32, 0); + return retVal; + } + + /** + * Returns + * IN1-32: "Billing Status" - creates it if necessary + */ + public CWE getIn132_BillingStatus() { + CWE retVal = this.getTypedField(32, 0); + return retVal; + } + + + + /** + * Returns + * IN1-33: "Lifetime Reserve Days" - creates it if necessary + */ + public NM getLifetimeReserveDays() { + NM retVal = this.getTypedField(33, 0); + return retVal; + } + + /** + * Returns + * IN1-33: "Lifetime Reserve Days" - creates it if necessary + */ + public NM getIn133_LifetimeReserveDays() { + NM retVal = this.getTypedField(33, 0); + return retVal; + } + + + + /** + * Returns + * IN1-34: "Delay Before L.R. Day" - creates it if necessary + */ + public NM getDelayBeforeLRDay() { + NM retVal = this.getTypedField(34, 0); + return retVal; + } + + /** + * Returns + * IN1-34: "Delay Before L.R. Day" - creates it if necessary + */ + public NM getIn134_DelayBeforeLRDay() { + NM retVal = this.getTypedField(34, 0); + return retVal; + } + + + + /** + * Returns + * IN1-35: "Company Plan Code" - creates it if necessary + */ + public CWE getCompanyPlanCode() { + CWE retVal = this.getTypedField(35, 0); + return retVal; + } + + /** + * Returns + * IN1-35: "Company Plan Code" - creates it if necessary + */ + public CWE getIn135_CompanyPlanCode() { + CWE retVal = this.getTypedField(35, 0); + return retVal; + } + + + + /** + * Returns + * IN1-36: "Policy Number" - creates it if necessary + */ + public ST getPolicyNumber() { + ST retVal = this.getTypedField(36, 0); + return retVal; + } + + /** + * Returns + * IN1-36: "Policy Number" - creates it if necessary + */ + public ST getIn136_PolicyNumber() { + ST retVal = this.getTypedField(36, 0); + return retVal; + } + + + + /** + * Returns + * IN1-37: "Policy Deductible" - creates it if necessary + */ + public CP getPolicyDeductible() { + CP retVal = this.getTypedField(37, 0); + return retVal; + } + + /** + * Returns + * IN1-37: "Policy Deductible" - creates it if necessary + */ + public CP getIn137_PolicyDeductible() { + CP retVal = this.getTypedField(37, 0); + return retVal; + } + + + + /** + * Returns + * IN1-38: "Policy Limit - Amount" - creates it if necessary + */ + public CP getPolicyLimitAmount() { + CP retVal = this.getTypedField(38, 0); + return retVal; + } + + /** + * Returns + * IN1-38: "Policy Limit - Amount" - creates it if necessary + */ + public CP getIn138_PolicyLimitAmount() { + CP retVal = this.getTypedField(38, 0); + return retVal; + } + + + + /** + * Returns + * IN1-39: "Policy Limit - Days" - creates it if necessary + */ + public NM getPolicyLimitDays() { + NM retVal = this.getTypedField(39, 0); + return retVal; + } + + /** + * Returns + * IN1-39: "Policy Limit - Days" - creates it if necessary + */ + public NM getIn139_PolicyLimitDays() { + NM retVal = this.getTypedField(39, 0); + return retVal; + } + + + + /** + * Returns + * IN1-40: "Room Rate - Semi-Private" - creates it if necessary + */ + public CP getRoomRateSemiPrivate() { + CP retVal = this.getTypedField(40, 0); + return retVal; + } + + /** + * Returns + * IN1-40: "Room Rate - Semi-Private" - creates it if necessary + */ + public CP getIn140_RoomRateSemiPrivate() { + CP retVal = this.getTypedField(40, 0); + return retVal; + } + + + + /** + * Returns + * IN1-41: "Room Rate - Private" - creates it if necessary + */ + public CP getRoomRatePrivate() { + CP retVal = this.getTypedField(41, 0); + return retVal; + } + + /** + * Returns + * IN1-41: "Room Rate - Private" - creates it if necessary + */ + public CP getIn141_RoomRatePrivate() { + CP retVal = this.getTypedField(41, 0); + return retVal; + } + + + + /** + * Returns + * IN1-42: "Insured's Employment Status" - creates it if necessary + */ + public CWE getInsuredSEmploymentStatus() { + CWE retVal = this.getTypedField(42, 0); + return retVal; + } + + /** + * Returns + * IN1-42: "Insured's Employment Status" - creates it if necessary + */ + public CWE getIn142_InsuredSEmploymentStatus() { + CWE retVal = this.getTypedField(42, 0); + return retVal; + } + + + + /** + * Returns + * IN1-43: "Insured's Administrative Sex" - creates it if necessary + */ + public CWE getInsuredSAdministrativeSex() { + CWE retVal = this.getTypedField(43, 0); + return retVal; + } + + /** + * Returns + * IN1-43: "Insured's Administrative Sex" - creates it if necessary + */ + public CWE getIn143_InsuredSAdministrativeSex() { + CWE retVal = this.getTypedField(43, 0); + return retVal; + } + + + /** + * Returns all repetitions of Insured's Employer's Address (IN1-44). + */ + public XAD[] getInsuredSEmployerSAddress() { + XAD[] retVal = this.getTypedField(44, new XAD[0]); + return retVal; + } + + + /** + * Returns all repetitions of Insured's Employer's Address (IN1-44). + */ + public XAD[] getIn144_InsuredSEmployerSAddress() { + XAD[] retVal = this.getTypedField(44, new XAD[0]); + return retVal; + } + + + /** + * Returns a count of the current number of repetitions of Insured's Employer's Address (IN1-44). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getInsuredSEmployerSAddressReps() { + return this.getReps(44); + } + + + /** + * Returns a specific repetition of + * IN1-44: "Insured's Employer's Address" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public XAD getInsuredSEmployerSAddress(int rep) { + XAD retVal = this.getTypedField(44, rep); + return retVal; + } + + /** + * Returns a specific repetition of + * IN1-44: "Insured's Employer's Address" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public XAD getIn144_InsuredSEmployerSAddress(int rep) { + XAD retVal = this.getTypedField(44, rep); + return retVal; + } + + /** + * Returns a count of the current number of repetitions of Insured's Employer's Address (IN1-44). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getIn144_InsuredSEmployerSAddressReps() { + return this.getReps(44); + } + + + /** + * Inserts a repetition of + * IN1-44: "Insured's Employer's Address" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XAD insertInsuredSEmployerSAddress(int rep) throws HL7Exception { + return (XAD) super.insertRepetition(44, rep); + } + + + /** + * Inserts a repetition of + * IN1-44: "Insured's Employer's Address" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XAD insertIn144_InsuredSEmployerSAddress(int rep) throws HL7Exception { + return (XAD) super.insertRepetition(44, rep); + } + + + /** + * Removes a repetition of + * IN1-44: "Insured's Employer's Address" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XAD removeInsuredSEmployerSAddress(int rep) throws HL7Exception { + return (XAD) super.removeRepetition(44, rep); + } + + + /** + * Removes a repetition of + * IN1-44: "Insured's Employer's Address" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XAD removeIn144_InsuredSEmployerSAddress(int rep) throws HL7Exception { + return (XAD) super.removeRepetition(44, rep); + } + + + + + /** + * Returns + * IN1-45: "Verification Status" - creates it if necessary + */ + public ST getVerificationStatus() { + ST retVal = this.getTypedField(45, 0); + return retVal; + } + + /** + * Returns + * IN1-45: "Verification Status" - creates it if necessary + */ + public ST getIn145_VerificationStatus() { + ST retVal = this.getTypedField(45, 0); + return retVal; + } + + + + /** + * Returns + * IN1-46: "Prior Insurance Plan ID" - creates it if necessary + */ + public CWE getPriorInsurancePlanID() { + CWE retVal = this.getTypedField(46, 0); + return retVal; + } + + /** + * Returns + * IN1-46: "Prior Insurance Plan ID" - creates it if necessary + */ + public CWE getIn146_PriorInsurancePlanID() { + CWE retVal = this.getTypedField(46, 0); + return retVal; + } + + + + /** + * Returns + * IN1-47: "Coverage Type" - creates it if necessary + */ + public CWE getCoverageType() { + CWE retVal = this.getTypedField(47, 0); + return retVal; + } + + /** + * Returns + * IN1-47: "Coverage Type" - creates it if necessary + */ + public CWE getIn147_CoverageType() { + CWE retVal = this.getTypedField(47, 0); + return retVal; + } + + + + /** + * Returns + * IN1-48: "Handicap" - creates it if necessary + */ + public CWE getHandicap() { + CWE retVal = this.getTypedField(48, 0); + return retVal; + } + + /** + * Returns + * IN1-48: "Handicap" - creates it if necessary + */ + public CWE getIn148_Handicap() { + CWE retVal = this.getTypedField(48, 0); + return retVal; + } + + + /** + * Returns all repetitions of Insured's ID Number (IN1-49). + */ + public CX[] getInsuredSIDNumber() { + CX[] retVal = this.getTypedField(49, new CX[0]); + return retVal; + } + + + /** + * Returns all repetitions of Insured's ID Number (IN1-49). + */ + public CX[] getIn149_InsuredSIDNumber() { + CX[] retVal = this.getTypedField(49, new CX[0]); + return retVal; + } + + + /** + * Returns a count of the current number of repetitions of Insured's ID Number (IN1-49). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getInsuredSIDNumberReps() { + return this.getReps(49); + } + + + /** + * Returns a specific repetition of + * IN1-49: "Insured's ID Number" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public CX getInsuredSIDNumber(int rep) { + CX retVal = this.getTypedField(49, rep); + return retVal; + } + + /** + * Returns a specific repetition of + * IN1-49: "Insured's ID Number" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public CX getIn149_InsuredSIDNumber(int rep) { + CX retVal = this.getTypedField(49, rep); + return retVal; + } + + /** + * Returns a count of the current number of repetitions of Insured's ID Number (IN1-49). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getIn149_InsuredSIDNumberReps() { + return this.getReps(49); + } + + + /** + * Inserts a repetition of + * IN1-49: "Insured's ID Number" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public CX insertInsuredSIDNumber(int rep) throws HL7Exception { + return (CX) super.insertRepetition(49, rep); + } + + + /** + * Inserts a repetition of + * IN1-49: "Insured's ID Number" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public CX insertIn149_InsuredSIDNumber(int rep) throws HL7Exception { + return (CX) super.insertRepetition(49, rep); + } + + + /** + * Removes a repetition of + * IN1-49: "Insured's ID Number" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public CX removeInsuredSIDNumber(int rep) throws HL7Exception { + return (CX) super.removeRepetition(49, rep); + } + + + /** + * Removes a repetition of + * IN1-49: "Insured's ID Number" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public CX removeIn149_InsuredSIDNumber(int rep) throws HL7Exception { + return (CX) super.removeRepetition(49, rep); + } + + + + + /** + * Returns + * IN1-50: "Signature Code" - creates it if necessary + */ + public CWE getSignatureCode() { + CWE retVal = this.getTypedField(50, 0); + return retVal; + } + + /** + * Returns + * IN1-50: "Signature Code" - creates it if necessary + */ + public CWE getIn150_SignatureCode() { + CWE retVal = this.getTypedField(50, 0); + return retVal; + } + + + + /** + * Returns + * IN1-51: "Signature Code Date" - creates it if necessary + */ + public DT getSignatureCodeDate() { + DT retVal = this.getTypedField(51, 0); + return retVal; + } + + /** + * Returns + * IN1-51: "Signature Code Date" - creates it if necessary + */ + public DT getIn151_SignatureCodeDate() { + DT retVal = this.getTypedField(51, 0); + return retVal; + } + + + + /** + * Returns + * IN1-52: "Insured's Birth Place" - creates it if necessary + */ + public ST getInsuredSBirthPlace() { + ST retVal = this.getTypedField(52, 0); + return retVal; + } + + /** + * Returns + * IN1-52: "Insured's Birth Place" - creates it if necessary + */ + public ST getIn152_InsuredSBirthPlace() { + ST retVal = this.getTypedField(52, 0); + return retVal; + } + + + + /** + * Returns + * IN1-53: "VIP Indicator" - creates it if necessary + */ + public CWE getVIPIndicator() { + CWE retVal = this.getTypedField(53, 0); + return retVal; + } + + /** + * Returns + * IN1-53: "VIP Indicator" - creates it if necessary + */ + public CWE getIn153_VIPIndicator() { + CWE retVal = this.getTypedField(53, 0); + return retVal; + } + + + /** + * Returns all repetitions of External Health Plan Identifiers (IN1-54). + */ + public CX[] getExternalHealthPlanIdentifiers() { + CX[] retVal = this.getTypedField(54, new CX[0]); + return retVal; + } + + + /** + * Returns all repetitions of External Health Plan Identifiers (IN1-54). + */ + public CX[] getIn154_ExternalHealthPlanIdentifiers() { + CX[] retVal = this.getTypedField(54, new CX[0]); + return retVal; + } + + + /** + * Returns a count of the current number of repetitions of External Health Plan Identifiers (IN1-54). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getExternalHealthPlanIdentifiersReps() { + return this.getReps(54); + } + + + /** + * Returns a specific repetition of + * IN1-54: "External Health Plan Identifiers" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public CX getExternalHealthPlanIdentifiers(int rep) { + CX retVal = this.getTypedField(54, rep); + return retVal; + } + + /** + * Returns a specific repetition of + * IN1-54: "External Health Plan Identifiers" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public CX getIn154_ExternalHealthPlanIdentifiers(int rep) { + CX retVal = this.getTypedField(54, rep); + return retVal; + } + + /** + * Returns a count of the current number of repetitions of External Health Plan Identifiers (IN1-54). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getIn154_ExternalHealthPlanIdentifiersReps() { + return this.getReps(54); + } + + + /** + * Inserts a repetition of + * IN1-54: "External Health Plan Identifiers" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public CX insertExternalHealthPlanIdentifiers(int rep) throws HL7Exception { + return (CX) super.insertRepetition(54, rep); + } + + + /** + * Inserts a repetition of + * IN1-54: "External Health Plan Identifiers" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public CX insertIn154_ExternalHealthPlanIdentifiers(int rep) throws HL7Exception { + return (CX) super.insertRepetition(54, rep); + } + + + /** + * Removes a repetition of + * IN1-54: "External Health Plan Identifiers" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public CX removeExternalHealthPlanIdentifiers(int rep) throws HL7Exception { + return (CX) super.removeRepetition(54, rep); + } + + + /** + * Removes a repetition of + * IN1-54: "External Health Plan Identifiers" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public CX removeIn154_ExternalHealthPlanIdentifiers(int rep) throws HL7Exception { + return (CX) super.removeRepetition(54, rep); + } + + + /** + * Returns + * IN1-55: "Insurance Action Code" - creates it if necessary + */ + public ID getInsuranceActionCode() { + ID retVal = this.getTypedField(55, 0); + return retVal; + } + + /** + * Returns + * IN1-55: "Insurance Action Code" - creates it if necessary + */ + public ID getIn155_InsuranceActionCode() { + ID retVal = this.getTypedField(55, 0); + return retVal; + } + + + /** {@inheritDoc} */ + protected Type createNewTypeWithoutReflection(int field) { + switch (field) { + case 0: return new SI(getMessage()); + case 1: return new CWE(getMessage()); + case 2: return new CX(getMessage()); + case 3: return new XON(getMessage()); + case 4: return new XAD(getMessage()); + case 5: return new XPN(getMessage()); + case 6: return new XTN(getMessage()); + case 7: return new ST(getMessage()); + case 8: return new XON(getMessage()); + case 9: return new CX(getMessage()); + case 10: return new XON(getMessage()); + case 11: return new DT(getMessage()); + case 12: return new DT(getMessage()); + case 13: return new AUI(getMessage()); + case 14: return new CWE(getMessage()); + case 15: return new XPN(getMessage()); + case 16: return new CWE(getMessage()); + case 17: return new DTM(getMessage()); + case 18: return new XAD(getMessage()); + case 19: return new CWE(getMessage()); + case 20: return new CWE(getMessage()); + case 21: return new ST(getMessage()); + case 22: return new ID(getMessage(), Integer.valueOf( 136 )); + case 23: return new DT(getMessage()); + case 24: return new ID(getMessage(), Integer.valueOf( 136 )); + case 25: return new DT(getMessage()); + case 26: return new CWE(getMessage()); + case 27: return new ST(getMessage()); + case 28: return new DTM(getMessage()); + case 29: return new XCN(getMessage()); + case 30: return new CWE(getMessage()); + case 31: return new CWE(getMessage()); + case 32: return new NM(getMessage()); + case 33: return new NM(getMessage()); + case 34: return new CWE(getMessage()); + case 35: return new ST(getMessage()); + case 36: return new CP(getMessage()); + case 37: return new CP(getMessage()); + case 38: return new NM(getMessage()); + case 39: return new CP(getMessage()); + case 40: return new CP(getMessage()); + case 41: return new CWE(getMessage()); + case 42: return new CWE(getMessage()); + case 43: return new XAD(getMessage()); + case 44: return new ST(getMessage()); + case 45: return new CWE(getMessage()); + case 46: return new CWE(getMessage()); + case 47: return new CWE(getMessage()); + case 48: return new CX(getMessage()); + case 49: return new CWE(getMessage()); + case 50: return new DT(getMessage()); + case 51: return new ST(getMessage()); + case 52: return new CWE(getMessage()); + case 53: return new CX(getMessage()); + case 54: return new ID(getMessage()); + default: return null; + } + } + + +} + diff --git a/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/segment/IN3.java b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/segment/IN3.java new file mode 100644 index 00000000000..102be847e20 --- /dev/null +++ b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/segment/IN3.java @@ -0,0 +1,1415 @@ +/* + * This class is an auto-generated source file for a HAPI + * HL7 v2.x standard structure class. + * + * For more information, visit: http://hl7api.sourceforge.net/ + * + * The contents of this file are subject to the Mozilla Public License Version 1.1 + * (the "License"); you may not use this file except in compliance with the License. + * You may obtain a copy of the License at http://www.mozilla.org/MPL/ + * Software distributed under the License is distributed on an "AS IS" basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the + * specific language governing rights and limitations under the License. + * + * The Original Code is "[file_name]". Description: + * "[one_line_description]" + * + * The Initial Developer of the Original Code is University Health Network. Copyright (C) + * 2012. All Rights Reserved. + * + * Contributor(s): ______________________________________. + * + * Alternatively, the contents of this file may be used under the terms of the + * GNU General Public License (the "GPL"), in which case the provisions of the GPL are + * applicable instead of those above. If you wish to allow use of your version of this + * file only under the terms of the GPL and not to allow others to use your version + * of this file under the MPL, indicate your decision by deleting the provisions above + * and replace them with the notice and other provisions required by the GPL License. + * If you do not delete the provisions above, a recipient may use your version of + * this file under either the MPL or the GPL. + * + */ + + +package fhirengine.translation.hl7.structures.fhirinventory.segment; + +// import ca.uhn.hl7v2.model.v27.group.*; +import ca.uhn.hl7v2.model.v27.datatype.*; +import ca.uhn.hl7v2.HL7Exception; +import ca.uhn.hl7v2.parser.ModelClassFactory; +import ca.uhn.hl7v2.parser.DefaultModelClassFactory; +import ca.uhn.hl7v2.model.AbstractMessage; +import ca.uhn.hl7v2.model.Group; +import ca.uhn.hl7v2.model.Type; +import ca.uhn.hl7v2.model.AbstractSegment; +import ca.uhn.hl7v2.model.Varies; + + +/** + *

          Represents an HL7 IN3 message segment (Insurance Additional Information, Certification). + * This segment has the following fields:

          + *
            + *
          • IN3-1: Set ID - IN3 (SI) + *
          • IN3-2: Certification Number (CX) optional + *
          • IN3-3: Certified By (XCN) optional repeating + *
          • IN3-4: Certification Required (ID) optional + *
          • IN3-5: Penalty (MOP) optional + *
          • IN3-6: Certification Date/Time (DTM) optional + *
          • IN3-7: Certification Modify Date/Time (DTM) optional + *
          • IN3-8: Operator (XCN) optional repeating + *
          • IN3-9: Certification Begin Date (DT) optional + *
          • IN3-10: Certification End Date (DT) optional + *
          • IN3-11: Days (DTN) optional + *
          • IN3-12: Non-Concur Code/Description (CWE) optional + *
          • IN3-13: Non-Concur Effective Date/Time (DTM) optional + *
          • IN3-14: Physician Reviewer (XCN) optional repeating + *
          • IN3-15: Certification Contact (ST) optional + *
          • IN3-16: Certification Contact Phone Number (XTN) optional repeating + *
          • IN3-17: Appeal Reason (CWE) optional + *
          • IN3-18: Certification Agency (CWE) optional + *
          • IN3-19: Certification Agency Phone Number (XTN) optional repeating + *
          • IN3-20: Pre-Certification Requirement (ICD) optional repeating + *
          • IN3-21: Case Manager (ST) optional + *
          • IN3-22: Second Opinion Date (DT) optional + *
          • IN3-23: Second Opinion Status (CWE) optional + *
          • IN3-24: Second Opinion Documentation Received (CWE) optional repeating + *
          • IN3-25: Second Opinion Physician (XCN) optional repeating + *
          • IN3-26: Certification Type (CWE) optional + *
          • IN3-27: Certification Category (CWE) optional + *
          + */ +@SuppressWarnings("unused") +public class IN3 extends AbstractSegment { + + /** + * Creates a new IN3 segment + */ + public IN3(Group parent, ModelClassFactory factory) { + super(parent, factory); + init(factory); + } + + private void init(ModelClassFactory factory) { + try { + this.add(SI.class, true, 1, 4, new Object[]{ getMessage() }, "Set ID - IN3"); + this.add(CX.class, false, 1, 0, new Object[]{ getMessage() }, "Certification Number"); + this.add(XCN.class, false, 0, 0, new Object[]{ getMessage() }, "Certified By"); + this.add(ID.class, false, 1, 1, new Object[]{ getMessage(), Integer.valueOf(136) }, "Certification Required"); + this.add(MOP.class, false, 1, 0, new Object[]{ getMessage() }, "Penalty"); + this.add(DTM.class, false, 1, 0, new Object[]{ getMessage() }, "Certification Date/Time"); + this.add(DTM.class, false, 1, 0, new Object[]{ getMessage() }, "Certification Modify Date/Time"); + this.add(XCN.class, false, 0, 0, new Object[]{ getMessage() }, "Operator"); + this.add(DT.class, false, 1, 0, new Object[]{ getMessage() }, "Certification Begin Date"); + this.add(DT.class, false, 1, 0, new Object[]{ getMessage() }, "Certification End Date"); + this.add(DTN.class, false, 1, 0, new Object[]{ getMessage() }, "Days"); + this.add(CWE.class, false, 1, 0, new Object[]{ getMessage() }, "Non-Concur Code/Description"); + this.add(DTM.class, false, 1, 0, new Object[]{ getMessage() }, "Non-Concur Effective Date/Time"); + this.add(XCN.class, false, 0, 0, new Object[]{ getMessage() }, "Physician Reviewer"); + this.add(ST.class, false, 1, 0, new Object[]{ getMessage() }, "Certification Contact"); + this.add(XTN.class, false, 0, 0, new Object[]{ getMessage() }, "Certification Contact Phone Number"); + this.add(CWE.class, false, 1, 0, new Object[]{ getMessage() }, "Appeal Reason"); + this.add(CWE.class, false, 1, 0, new Object[]{ getMessage() }, "Certification Agency"); + this.add(XTN.class, false, 0, 0, new Object[]{ getMessage() }, "Certification Agency Phone Number"); + this.add(ICD.class, false, 0, 0, new Object[]{ getMessage() }, "Pre-Certification Requirement"); + this.add(ST.class, false, 1, 0, new Object[]{ getMessage() }, "Case Manager"); + this.add(DT.class, false, 1, 0, new Object[]{ getMessage() }, "Second Opinion Date"); + this.add(CWE.class, false, 1, 0, new Object[]{ getMessage() }, "Second Opinion Status"); + this.add(CWE.class, false, 0, 0, new Object[]{ getMessage() }, "Second Opinion Documentation Received"); + this.add(XCN.class, false, 0, 0, new Object[]{ getMessage() }, "Second Opinion Physician"); + this.add(CWE.class, false, 1, 0, new Object[]{ getMessage() }, "Certification Type"); + this.add(CWE.class, false, 1, 0, new Object[]{ getMessage() }, "Certification Category"); + } catch(HL7Exception e) { + log.error("Unexpected error creating IN3 - this is probably a bug in the source code generator.", e); + } + } + + + + /** + * Returns + * IN3-1: "Set ID - IN3" - creates it if necessary + */ + public SI getSetIDIN3() { + SI retVal = this.getTypedField(1, 0); + return retVal; + } + + /** + * Returns + * IN3-1: "Set ID - IN3" - creates it if necessary + */ + public SI getIn31_SetIDIN3() { + SI retVal = this.getTypedField(1, 0); + return retVal; + } + + + + /** + * Returns + * IN3-2: "Certification Number" - creates it if necessary + */ + public CX getCertificationNumber() { + CX retVal = this.getTypedField(2, 0); + return retVal; + } + + /** + * Returns + * IN3-2: "Certification Number" - creates it if necessary + */ + public CX getIn32_CertificationNumber() { + CX retVal = this.getTypedField(2, 0); + return retVal; + } + + + /** + * Returns all repetitions of Certified By (IN3-3). + */ + public XCN[] getCertifiedBy() { + XCN[] retVal = this.getTypedField(3, new XCN[0]); + return retVal; + } + + + /** + * Returns all repetitions of Certified By (IN3-3). + */ + public XCN[] getIn33_CertifiedBy() { + XCN[] retVal = this.getTypedField(3, new XCN[0]); + return retVal; + } + + + /** + * Returns a count of the current number of repetitions of Certified By (IN3-3). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getCertifiedByReps() { + return this.getReps(3); + } + + + /** + * Returns a specific repetition of + * IN3-3: "Certified By" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public XCN getCertifiedBy(int rep) { + XCN retVal = this.getTypedField(3, rep); + return retVal; + } + + /** + * Returns a specific repetition of + * IN3-3: "Certified By" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public XCN getIn33_CertifiedBy(int rep) { + XCN retVal = this.getTypedField(3, rep); + return retVal; + } + + /** + * Returns a count of the current number of repetitions of Certified By (IN3-3). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getIn33_CertifiedByReps() { + return this.getReps(3); + } + + + /** + * Inserts a repetition of + * IN3-3: "Certified By" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XCN insertCertifiedBy(int rep) throws HL7Exception { + return (XCN) super.insertRepetition(3, rep); + } + + + /** + * Inserts a repetition of + * IN3-3: "Certified By" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XCN insertIn33_CertifiedBy(int rep) throws HL7Exception { + return (XCN) super.insertRepetition(3, rep); + } + + + /** + * Removes a repetition of + * IN3-3: "Certified By" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XCN removeCertifiedBy(int rep) throws HL7Exception { + return (XCN) super.removeRepetition(3, rep); + } + + + /** + * Removes a repetition of + * IN3-3: "Certified By" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XCN removeIn33_CertifiedBy(int rep) throws HL7Exception { + return (XCN) super.removeRepetition(3, rep); + } + + + + + /** + * Returns + * IN3-4: "Certification Required" - creates it if necessary + */ + public ID getCertificationRequired() { + ID retVal = this.getTypedField(4, 0); + return retVal; + } + + /** + * Returns + * IN3-4: "Certification Required" - creates it if necessary + */ + public ID getIn34_CertificationRequired() { + ID retVal = this.getTypedField(4, 0); + return retVal; + } + + + + /** + * Returns + * IN3-5: "Penalty" - creates it if necessary + */ + public MOP getPenalty() { + MOP retVal = this.getTypedField(5, 0); + return retVal; + } + + /** + * Returns + * IN3-5: "Penalty" - creates it if necessary + */ + public MOP getIn35_Penalty() { + MOP retVal = this.getTypedField(5, 0); + return retVal; + } + + + + /** + * Returns + * IN3-6: "Certification Date/Time" - creates it if necessary + */ + public DTM getCertificationDateTime() { + DTM retVal = this.getTypedField(6, 0); + return retVal; + } + + /** + * Returns + * IN3-6: "Certification Date/Time" - creates it if necessary + */ + public DTM getIn36_CertificationDateTime() { + DTM retVal = this.getTypedField(6, 0); + return retVal; + } + + + + /** + * Returns + * IN3-7: "Certification Modify Date/Time" - creates it if necessary + */ + public DTM getCertificationModifyDateTime() { + DTM retVal = this.getTypedField(7, 0); + return retVal; + } + + /** + * Returns + * IN3-7: "Certification Modify Date/Time" - creates it if necessary + */ + public DTM getIn37_CertificationModifyDateTime() { + DTM retVal = this.getTypedField(7, 0); + return retVal; + } + + + /** + * Returns all repetitions of Operator (IN3-8). + */ + public XCN[] getOperator() { + XCN[] retVal = this.getTypedField(8, new XCN[0]); + return retVal; + } + + + /** + * Returns all repetitions of Operator (IN3-8). + */ + public XCN[] getIn38_Operator() { + XCN[] retVal = this.getTypedField(8, new XCN[0]); + return retVal; + } + + + /** + * Returns a count of the current number of repetitions of Operator (IN3-8). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getOperatorReps() { + return this.getReps(8); + } + + + /** + * Returns a specific repetition of + * IN3-8: "Operator" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public XCN getOperator(int rep) { + XCN retVal = this.getTypedField(8, rep); + return retVal; + } + + /** + * Returns a specific repetition of + * IN3-8: "Operator" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public XCN getIn38_Operator(int rep) { + XCN retVal = this.getTypedField(8, rep); + return retVal; + } + + /** + * Returns a count of the current number of repetitions of Operator (IN3-8). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getIn38_OperatorReps() { + return this.getReps(8); + } + + + /** + * Inserts a repetition of + * IN3-8: "Operator" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XCN insertOperator(int rep) throws HL7Exception { + return (XCN) super.insertRepetition(8, rep); + } + + + /** + * Inserts a repetition of + * IN3-8: "Operator" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XCN insertIn38_Operator(int rep) throws HL7Exception { + return (XCN) super.insertRepetition(8, rep); + } + + + /** + * Removes a repetition of + * IN3-8: "Operator" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XCN removeOperator(int rep) throws HL7Exception { + return (XCN) super.removeRepetition(8, rep); + } + + + /** + * Removes a repetition of + * IN3-8: "Operator" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XCN removeIn38_Operator(int rep) throws HL7Exception { + return (XCN) super.removeRepetition(8, rep); + } + + + + + /** + * Returns + * IN3-9: "Certification Begin Date" - creates it if necessary + */ + public DT getCertificationBeginDate() { + DT retVal = this.getTypedField(9, 0); + return retVal; + } + + /** + * Returns + * IN3-9: "Certification Begin Date" - creates it if necessary + */ + public DT getIn39_CertificationBeginDate() { + DT retVal = this.getTypedField(9, 0); + return retVal; + } + + + + /** + * Returns + * IN3-10: "Certification End Date" - creates it if necessary + */ + public DT getCertificationEndDate() { + DT retVal = this.getTypedField(10, 0); + return retVal; + } + + /** + * Returns + * IN3-10: "Certification End Date" - creates it if necessary + */ + public DT getIn310_CertificationEndDate() { + DT retVal = this.getTypedField(10, 0); + return retVal; + } + + + + /** + * Returns + * IN3-11: "Days" - creates it if necessary + */ + public DTN getDays() { + DTN retVal = this.getTypedField(11, 0); + return retVal; + } + + /** + * Returns + * IN3-11: "Days" - creates it if necessary + */ + public DTN getIn311_Days() { + DTN retVal = this.getTypedField(11, 0); + return retVal; + } + + + + /** + * Returns + * IN3-12: "Non-Concur Code/Description" - creates it if necessary + */ + public CWE getNonConcurCodeDescription() { + CWE retVal = this.getTypedField(12, 0); + return retVal; + } + + /** + * Returns + * IN3-12: "Non-Concur Code/Description" - creates it if necessary + */ + public CWE getIn312_NonConcurCodeDescription() { + CWE retVal = this.getTypedField(12, 0); + return retVal; + } + + + + /** + * Returns + * IN3-13: "Non-Concur Effective Date/Time" - creates it if necessary + */ + public DTM getNonConcurEffectiveDateTime() { + DTM retVal = this.getTypedField(13, 0); + return retVal; + } + + /** + * Returns + * IN3-13: "Non-Concur Effective Date/Time" - creates it if necessary + */ + public DTM getIn313_NonConcurEffectiveDateTime() { + DTM retVal = this.getTypedField(13, 0); + return retVal; + } + + + /** + * Returns all repetitions of Physician Reviewer (IN3-14). + */ + public XCN[] getPhysicianReviewer() { + XCN[] retVal = this.getTypedField(14, new XCN[0]); + return retVal; + } + + + /** + * Returns all repetitions of Physician Reviewer (IN3-14). + */ + public XCN[] getIn314_PhysicianReviewer() { + XCN[] retVal = this.getTypedField(14, new XCN[0]); + return retVal; + } + + + /** + * Returns a count of the current number of repetitions of Physician Reviewer (IN3-14). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getPhysicianReviewerReps() { + return this.getReps(14); + } + + + /** + * Returns a specific repetition of + * IN3-14: "Physician Reviewer" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public XCN getPhysicianReviewer(int rep) { + XCN retVal = this.getTypedField(14, rep); + return retVal; + } + + /** + * Returns a specific repetition of + * IN3-14: "Physician Reviewer" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public XCN getIn314_PhysicianReviewer(int rep) { + XCN retVal = this.getTypedField(14, rep); + return retVal; + } + + /** + * Returns a count of the current number of repetitions of Physician Reviewer (IN3-14). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getIn314_PhysicianReviewerReps() { + return this.getReps(14); + } + + + /** + * Inserts a repetition of + * IN3-14: "Physician Reviewer" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XCN insertPhysicianReviewer(int rep) throws HL7Exception { + return (XCN) super.insertRepetition(14, rep); + } + + + /** + * Inserts a repetition of + * IN3-14: "Physician Reviewer" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XCN insertIn314_PhysicianReviewer(int rep) throws HL7Exception { + return (XCN) super.insertRepetition(14, rep); + } + + + /** + * Removes a repetition of + * IN3-14: "Physician Reviewer" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XCN removePhysicianReviewer(int rep) throws HL7Exception { + return (XCN) super.removeRepetition(14, rep); + } + + + /** + * Removes a repetition of + * IN3-14: "Physician Reviewer" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XCN removeIn314_PhysicianReviewer(int rep) throws HL7Exception { + return (XCN) super.removeRepetition(14, rep); + } + + + + + /** + * Returns + * IN3-15: "Certification Contact" - creates it if necessary + */ + public ST getCertificationContact() { + ST retVal = this.getTypedField(15, 0); + return retVal; + } + + /** + * Returns + * IN3-15: "Certification Contact" - creates it if necessary + */ + public ST getIn315_CertificationContact() { + ST retVal = this.getTypedField(15, 0); + return retVal; + } + + + /** + * Returns all repetitions of Certification Contact Phone Number (IN3-16). + */ + public XTN[] getCertificationContactPhoneNumber() { + XTN[] retVal = this.getTypedField(16, new XTN[0]); + return retVal; + } + + + /** + * Returns all repetitions of Certification Contact Phone Number (IN3-16). + */ + public XTN[] getIn316_CertificationContactPhoneNumber() { + XTN[] retVal = this.getTypedField(16, new XTN[0]); + return retVal; + } + + + /** + * Returns a count of the current number of repetitions of Certification Contact Phone Number (IN3-16). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getCertificationContactPhoneNumberReps() { + return this.getReps(16); + } + + + /** + * Returns a specific repetition of + * IN3-16: "Certification Contact Phone Number" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public XTN getCertificationContactPhoneNumber(int rep) { + XTN retVal = this.getTypedField(16, rep); + return retVal; + } + + /** + * Returns a specific repetition of + * IN3-16: "Certification Contact Phone Number" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public XTN getIn316_CertificationContactPhoneNumber(int rep) { + XTN retVal = this.getTypedField(16, rep); + return retVal; + } + + /** + * Returns a count of the current number of repetitions of Certification Contact Phone Number (IN3-16). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getIn316_CertificationContactPhoneNumberReps() { + return this.getReps(16); + } + + + /** + * Inserts a repetition of + * IN3-16: "Certification Contact Phone Number" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XTN insertCertificationContactPhoneNumber(int rep) throws HL7Exception { + return (XTN) super.insertRepetition(16, rep); + } + + + /** + * Inserts a repetition of + * IN3-16: "Certification Contact Phone Number" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XTN insertIn316_CertificationContactPhoneNumber(int rep) throws HL7Exception { + return (XTN) super.insertRepetition(16, rep); + } + + + /** + * Removes a repetition of + * IN3-16: "Certification Contact Phone Number" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XTN removeCertificationContactPhoneNumber(int rep) throws HL7Exception { + return (XTN) super.removeRepetition(16, rep); + } + + + /** + * Removes a repetition of + * IN3-16: "Certification Contact Phone Number" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XTN removeIn316_CertificationContactPhoneNumber(int rep) throws HL7Exception { + return (XTN) super.removeRepetition(16, rep); + } + + + + + /** + * Returns + * IN3-17: "Appeal Reason" - creates it if necessary + */ + public CWE getAppealReason() { + CWE retVal = this.getTypedField(17, 0); + return retVal; + } + + /** + * Returns + * IN3-17: "Appeal Reason" - creates it if necessary + */ + public CWE getIn317_AppealReason() { + CWE retVal = this.getTypedField(17, 0); + return retVal; + } + + + + /** + * Returns + * IN3-18: "Certification Agency" - creates it if necessary + */ + public CWE getCertificationAgency() { + CWE retVal = this.getTypedField(18, 0); + return retVal; + } + + /** + * Returns + * IN3-18: "Certification Agency" - creates it if necessary + */ + public CWE getIn318_CertificationAgency() { + CWE retVal = this.getTypedField(18, 0); + return retVal; + } + + + /** + * Returns all repetitions of Certification Agency Phone Number (IN3-19). + */ + public XTN[] getCertificationAgencyPhoneNumber() { + XTN[] retVal = this.getTypedField(19, new XTN[0]); + return retVal; + } + + + /** + * Returns all repetitions of Certification Agency Phone Number (IN3-19). + */ + public XTN[] getIn319_CertificationAgencyPhoneNumber() { + XTN[] retVal = this.getTypedField(19, new XTN[0]); + return retVal; + } + + + /** + * Returns a count of the current number of repetitions of Certification Agency Phone Number (IN3-19). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getCertificationAgencyPhoneNumberReps() { + return this.getReps(19); + } + + + /** + * Returns a specific repetition of + * IN3-19: "Certification Agency Phone Number" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public XTN getCertificationAgencyPhoneNumber(int rep) { + XTN retVal = this.getTypedField(19, rep); + return retVal; + } + + /** + * Returns a specific repetition of + * IN3-19: "Certification Agency Phone Number" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public XTN getIn319_CertificationAgencyPhoneNumber(int rep) { + XTN retVal = this.getTypedField(19, rep); + return retVal; + } + + /** + * Returns a count of the current number of repetitions of Certification Agency Phone Number (IN3-19). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getIn319_CertificationAgencyPhoneNumberReps() { + return this.getReps(19); + } + + + /** + * Inserts a repetition of + * IN3-19: "Certification Agency Phone Number" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XTN insertCertificationAgencyPhoneNumber(int rep) throws HL7Exception { + return (XTN) super.insertRepetition(19, rep); + } + + + /** + * Inserts a repetition of + * IN3-19: "Certification Agency Phone Number" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XTN insertIn319_CertificationAgencyPhoneNumber(int rep) throws HL7Exception { + return (XTN) super.insertRepetition(19, rep); + } + + + /** + * Removes a repetition of + * IN3-19: "Certification Agency Phone Number" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XTN removeCertificationAgencyPhoneNumber(int rep) throws HL7Exception { + return (XTN) super.removeRepetition(19, rep); + } + + + /** + * Removes a repetition of + * IN3-19: "Certification Agency Phone Number" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XTN removeIn319_CertificationAgencyPhoneNumber(int rep) throws HL7Exception { + return (XTN) super.removeRepetition(19, rep); + } + + + + /** + * Returns all repetitions of Pre-Certification Requirement (IN3-20). + */ + public ICD[] getPreCertificationRequirement() { + ICD[] retVal = this.getTypedField(20, new ICD[0]); + return retVal; + } + + + /** + * Returns all repetitions of Pre-Certification Requirement (IN3-20). + */ + public ICD[] getIn320_PreCertificationRequirement() { + ICD[] retVal = this.getTypedField(20, new ICD[0]); + return retVal; + } + + + /** + * Returns a count of the current number of repetitions of Pre-Certification Requirement (IN3-20). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getPreCertificationRequirementReps() { + return this.getReps(20); + } + + + /** + * Returns a specific repetition of + * IN3-20: "Pre-Certification Requirement" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public ICD getPreCertificationRequirement(int rep) { + ICD retVal = this.getTypedField(20, rep); + return retVal; + } + + /** + * Returns a specific repetition of + * IN3-20: "Pre-Certification Requirement" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public ICD getIn320_PreCertificationRequirement(int rep) { + ICD retVal = this.getTypedField(20, rep); + return retVal; + } + + /** + * Returns a count of the current number of repetitions of Pre-Certification Requirement (IN3-20). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getIn320_PreCertificationRequirementReps() { + return this.getReps(20); + } + + + /** + * Inserts a repetition of + * IN3-20: "Pre-Certification Requirement" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public ICD insertPreCertificationRequirement(int rep) throws HL7Exception { + return (ICD) super.insertRepetition(20, rep); + } + + + /** + * Inserts a repetition of + * IN3-20: "Pre-Certification Requirement" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public ICD insertIn320_PreCertificationRequirement(int rep) throws HL7Exception { + return (ICD) super.insertRepetition(20, rep); + } + + + /** + * Removes a repetition of + * IN3-20: "Pre-Certification Requirement" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public ICD removePreCertificationRequirement(int rep) throws HL7Exception { + return (ICD) super.removeRepetition(20, rep); + } + + + /** + * Removes a repetition of + * IN3-20: "Pre-Certification Requirement" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public ICD removeIn320_PreCertificationRequirement(int rep) throws HL7Exception { + return (ICD) super.removeRepetition(20, rep); + } + + + + + /** + * Returns + * IN3-21: "Case Manager" - creates it if necessary + */ + public ST getCaseManager() { + ST retVal = this.getTypedField(21, 0); + return retVal; + } + + /** + * Returns + * IN3-21: "Case Manager" - creates it if necessary + */ + public ST getIn321_CaseManager() { + ST retVal = this.getTypedField(21, 0); + return retVal; + } + + + + /** + * Returns + * IN3-22: "Second Opinion Date" - creates it if necessary + */ + public DT getSecondOpinionDate() { + DT retVal = this.getTypedField(22, 0); + return retVal; + } + + /** + * Returns + * IN3-22: "Second Opinion Date" - creates it if necessary + */ + public DT getIn322_SecondOpinionDate() { + DT retVal = this.getTypedField(22, 0); + return retVal; + } + + + + /** + * Returns + * IN3-23: "Second Opinion Status" - creates it if necessary + */ + public CWE getSecondOpinionStatus() { + CWE retVal = this.getTypedField(23, 0); + return retVal; + } + + /** + * Returns + * IN3-23: "Second Opinion Status" - creates it if necessary + */ + public CWE getIn323_SecondOpinionStatus() { + CWE retVal = this.getTypedField(23, 0); + return retVal; + } + + + /** + * Returns all repetitions of Second Opinion Documentation Received (IN3-24). + */ + public CWE[] getSecondOpinionDocumentationReceived() { + CWE[] retVal = this.getTypedField(24, new CWE[0]); + return retVal; + } + + + /** + * Returns all repetitions of Second Opinion Documentation Received (IN3-24). + */ + public CWE[] getIn324_SecondOpinionDocumentationReceived() { + CWE[] retVal = this.getTypedField(24, new CWE[0]); + return retVal; + } + + + /** + * Returns a count of the current number of repetitions of Second Opinion Documentation Received (IN3-24). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getSecondOpinionDocumentationReceivedReps() { + return this.getReps(24); + } + + + /** + * Returns a specific repetition of + * IN3-24: "Second Opinion Documentation Received" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public CWE getSecondOpinionDocumentationReceived(int rep) { + CWE retVal = this.getTypedField(24, rep); + return retVal; + } + + /** + * Returns a specific repetition of + * IN3-24: "Second Opinion Documentation Received" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public CWE getIn324_SecondOpinionDocumentationReceived(int rep) { + CWE retVal = this.getTypedField(24, rep); + return retVal; + } + + /** + * Returns a count of the current number of repetitions of Second Opinion Documentation Received (IN3-24). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getIn324_SecondOpinionDocumentationReceivedReps() { + return this.getReps(24); + } + + + /** + * Inserts a repetition of + * IN3-24: "Second Opinion Documentation Received" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public CWE insertSecondOpinionDocumentationReceived(int rep) throws HL7Exception { + return (CWE) super.insertRepetition(24, rep); + } + + + /** + * Inserts a repetition of + * IN3-24: "Second Opinion Documentation Received" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public CWE insertIn324_SecondOpinionDocumentationReceived(int rep) throws HL7Exception { + return (CWE) super.insertRepetition(24, rep); + } + + + /** + * Removes a repetition of + * IN3-24: "Second Opinion Documentation Received" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public CWE removeSecondOpinionDocumentationReceived(int rep) throws HL7Exception { + return (CWE) super.removeRepetition(24, rep); + } + + + /** + * Removes a repetition of + * IN3-24: "Second Opinion Documentation Received" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public CWE removeIn324_SecondOpinionDocumentationReceived(int rep) throws HL7Exception { + return (CWE) super.removeRepetition(24, rep); + } + + + + /** + * Returns all repetitions of Second Opinion Physician (IN3-25). + */ + public XCN[] getSecondOpinionPhysician() { + XCN[] retVal = this.getTypedField(25, new XCN[0]); + return retVal; + } + + + /** + * Returns all repetitions of Second Opinion Physician (IN3-25). + */ + public XCN[] getIn325_SecondOpinionPhysician() { + XCN[] retVal = this.getTypedField(25, new XCN[0]); + return retVal; + } + + + /** + * Returns a count of the current number of repetitions of Second Opinion Physician (IN3-25). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getSecondOpinionPhysicianReps() { + return this.getReps(25); + } + + + /** + * Returns a specific repetition of + * IN3-25: "Second Opinion Physician" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public XCN getSecondOpinionPhysician(int rep) { + XCN retVal = this.getTypedField(25, rep); + return retVal; + } + + /** + * Returns a specific repetition of + * IN3-25: "Second Opinion Physician" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public XCN getIn325_SecondOpinionPhysician(int rep) { + XCN retVal = this.getTypedField(25, rep); + return retVal; + } + + /** + * Returns a count of the current number of repetitions of Second Opinion Physician (IN3-25). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getIn325_SecondOpinionPhysicianReps() { + return this.getReps(25); + } + + + /** + * Inserts a repetition of + * IN3-25: "Second Opinion Physician" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XCN insertSecondOpinionPhysician(int rep) throws HL7Exception { + return (XCN) super.insertRepetition(25, rep); + } + + + /** + * Inserts a repetition of + * IN3-25: "Second Opinion Physician" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XCN insertIn325_SecondOpinionPhysician(int rep) throws HL7Exception { + return (XCN) super.insertRepetition(25, rep); + } + + + /** + * Removes a repetition of + * IN3-25: "Second Opinion Physician" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XCN removeSecondOpinionPhysician(int rep) throws HL7Exception { + return (XCN) super.removeRepetition(25, rep); + } + + + /** + * Removes a repetition of + * IN3-25: "Second Opinion Physician" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XCN removeIn325_SecondOpinionPhysician(int rep) throws HL7Exception { + return (XCN) super.removeRepetition(25, rep); + } + + + /** + * Returns + * IN3-26: "Certification Type" - creates it if necessary + */ + public CWE getCertificationType() { + CWE retVal = this.getTypedField(26, 0); + return retVal; + } + + /** + * Returns + * IN3-26: "Certification Type" - creates it if necessary + */ + public CWE getIn326_CertificationType() { + CWE retVal = this.getTypedField(26, 0); + return retVal; + } + + + /** + * Returns + * IN3-27: "Certification Category" - creates it if necessary + */ + public CWE getCertificationCategory() { + CWE retVal = this.getTypedField(27, 0); + return retVal; + } + + /** + * Returns + * IN3-27: "Certification Category" - creates it if necessary + */ + public CWE getIn327_CertificationCategory() { + CWE retVal = this.getTypedField(27, 0); + return retVal; + } + + + + + + /** {@inheritDoc} */ + protected Type createNewTypeWithoutReflection(int field) { + switch (field) { + case 0: return new SI(getMessage()); + case 1: return new CX(getMessage()); + case 2: return new XCN(getMessage()); + case 3: return new ID(getMessage(), Integer.valueOf( 136 )); + case 4: return new MOP(getMessage()); + case 5: return new DTM(getMessage()); + case 6: return new DTM(getMessage()); + case 7: return new XCN(getMessage()); + case 8: return new DT(getMessage()); + case 9: return new DT(getMessage()); + case 10: return new DTN(getMessage()); + case 11: return new CWE(getMessage()); + case 12: return new DTM(getMessage()); + case 13: return new XCN(getMessage()); + case 14: return new ST(getMessage()); + case 15: return new XTN(getMessage()); + case 16: return new CWE(getMessage()); + case 17: return new CWE(getMessage()); + case 18: return new XTN(getMessage()); + case 19: return new ICD(getMessage()); + case 20: return new ST(getMessage()); + case 21: return new DT(getMessage()); + case 22: return new CWE(getMessage()); + case 23: return new CWE(getMessage()); + case 24: return new XCN(getMessage()); + case 25: return new CWE(getMessage()); + case 26: return new CWE(getMessage()); + default: return null; + } + } + + +} + diff --git a/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/segment/NTE.java b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/segment/NTE.java index 62cadcc8df1..a0fdba7704a 100644 --- a/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/segment/NTE.java +++ b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/segment/NTE.java @@ -72,7 +72,7 @@ public NTE(Group parent, ModelClassFactory factory) { private void init(ModelClassFactory factory) { try { this.add(SI.class, false, 1, 0, new Object[]{getMessage()}, "Set ID - NTE"); - this.add(ID.class, false, 1, 1, new Object[]{getMessage(), Integer.valueOf(105)}, "Source of Comment"); + this.add(ID.class, false, 1, 0, new Object[]{getMessage(), Integer.valueOf(105)}, "Source of Comment"); this.add(FT.class, false, 0, 0, new Object[]{getMessage()}, "Comment"); this.add(CWE.class, false, 1, 0, new Object[]{getMessage()}, "Comment Type"); this.add(XCN.class, false, 1, 0, new Object[]{getMessage()}, "Entered By"); diff --git a/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/segment/PV1.java b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/segment/PV1.java new file mode 100644 index 00000000000..ce8e9a2827e --- /dev/null +++ b/prime-router/src/main/java/fhirengine/translation/hl7/structures/fhirinventory/segment/PV1.java @@ -0,0 +1,2395 @@ +/* + * This class is an auto-generated source file for a HAPI + * HL7 v2.x standard structure class. + * + * For more information, visit: http://hl7api.sourceforge.net/ + * + * The contents of this file are subject to the Mozilla Public License Version 1.1 + * (the "License"); you may not use this file except in compliance with the License. + * You may obtain a copy of the License at http://www.mozilla.org/MPL/ + * Software distributed under the License is distributed on an "AS IS" basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the + * specific language governing rights and limitations under the License. + * + * The Original Code is "[file_name]". Description: + * "[one_line_description]" + * + * The Initial Developer of the Original Code is University Health Network. Copyright (C) + * 2012. All Rights Reserved. + * + * Contributor(s): ______________________________________. + * + * Alternatively, the contents of this file may be used under the terms of the + * GNU General Public License (the "GPL"), in which case the provisions of the GPL are + * applicable instead of those above. If you wish to allow use of your version of this + * file only under the terms of the GPL and not to allow others to use your version + * of this file under the MPL, indicate your decision by deleting the provisions above + * and replace them with the notice and other provisions required by the GPL License. + * If you do not delete the provisions above, a recipient may use your version of + * this file under either the MPL or the GPL. + * + */ + + +package fhirengine.translation.hl7.structures.fhirinventory.segment; + +// import ca.uhn.hl7v2.model.v27.group.*; +import ca.uhn.hl7v2.model.v27.datatype.*; +import ca.uhn.hl7v2.HL7Exception; +import ca.uhn.hl7v2.parser.ModelClassFactory; +import ca.uhn.hl7v2.parser.DefaultModelClassFactory; +import ca.uhn.hl7v2.model.AbstractMessage; +import ca.uhn.hl7v2.model.Group; +import ca.uhn.hl7v2.model.Type; +import ca.uhn.hl7v2.model.AbstractSegment; +import ca.uhn.hl7v2.model.Varies; + + +/** + *

          Represents an HL7 PV1 message segment (Patient Visit). + * This segment has the following fields:

          + *
            + *
          • PV1-1: Set ID - PV1 (SI) optional + *
          • PV1-2: Patient Class (CWE) + *
          • PV1-3: Assigned Patient Location (PL) optional + *
          • PV1-4: Admission Type (CWE) optional + *
          • PV1-5: Preadmit Number (CX) optional + *
          • PV1-6: Prior Patient Location (PL) optional + *
          • PV1-7: Attending Doctor (XCN) optional repeating + *
          • PV1-8: Referring Doctor (XCN) optional repeating + *
          • PV1-9: Consulting Doctor (XCN) optional repeating + *
          • PV1-10: Hospital Service (CWE) optional + *
          • PV1-11: Temporary Location (PL) optional + *
          • PV1-12: Preadmit Test Indicator (CWE) optional + *
          • PV1-13: Re-admission Indicator (CWE) optional + *
          • PV1-14: Admit Source (CWE) optional + *
          • PV1-15: Ambulatory Status (CWE) optional repeating + *
          • PV1-16: VIP Indicator (CWE) optional + *
          • PV1-17: Admitting Doctor (XCN) optional repeating + *
          • PV1-18: Patient Type (CWE) optional + *
          • PV1-19: Visit Number (CX) optional + *
          • PV1-20: Financial Class (FC) optional repeating + *
          • PV1-21: Charge Price Indicator (CWE) optional + *
          • PV1-22: Courtesy Code (CWE) optional + *
          • PV1-23: Credit Rating (CWE) optional + *
          • PV1-24: Contract Code (CWE) optional repeating + *
          • PV1-25: Contract Effective Date (DT) optional repeating + *
          • PV1-26: Contract Amount (NM) optional repeating + *
          • PV1-27: Contract Period (NM) optional repeating + *
          • PV1-28: Interest Code (CWE) optional + *
          • PV1-29: Transfer to Bad Debt Code (CWE) optional + *
          • PV1-30: Transfer to Bad Debt Date (DT) optional + *
          • PV1-31: Bad Debt Agency Code (CWE) optional + *
          • PV1-32: Bad Debt Transfer Amount (NM) optional + *
          • PV1-33: Bad Debt Recovery Amount (NM) optional + *
          • PV1-34: Delete Account Indicator (CWE) optional + *
          • PV1-35: Delete Account Date (DT) optional + *
          • PV1-36: Discharge Disposition (CWE) optional + *
          • PV1-37: Discharged to Location (DLD) optional + *
          • PV1-38: Diet Type (CWE) optional + *
          • PV1-39: Servicing Facility (CWE) optional + *
          • PV1-40: Bed Status (CWE) optional + *
          • PV1-41: Account Status (CWE) optional + *
          • PV1-42: Pending Location (PL) optional + *
          • PV1-43: Prior Temporary Location (PL) optional + *
          • PV1-44: Admit Date/Time (DTM) optional + *
          • PV1-45: Discharge Date/Time (DTM) optional repeating + *
          • PV1-46: Current Patient Balance (NM) optional + *
          • PV1-47: Total Charges (NM) optional + *
          • PV1-48: Total Adjustments (NM) optional + *
          • PV1-49: Total Payments (NM) optional + *
          • PV1-50: Alternate Visit ID (CX) optional + *
          • PV1-51: Visit Indicator (CWE) optional + *
          • PV1-52: Other Healthcare Provider (XCN) optional repeating + *
          • PV1-53: Service Episode Description (ST) optional + *
          • PV1-54: Service Episode Identifier (CX) optional + *
          + */ +@SuppressWarnings("unused") +public class PV1 extends AbstractSegment { + + /** + * Creates a new PV1 segment + */ + public PV1(Group parent, ModelClassFactory factory) { + super(parent, factory); + init(factory); + } + + private void init(ModelClassFactory factory) { + try { + this.add(SI.class, false, 1, 4, new Object[]{ getMessage() }, "Set ID - PV1"); + this.add(CWE.class, true, 1, 0, new Object[]{ getMessage() }, "Patient Class"); + this.add(PL.class, false, 1, 0, new Object[]{ getMessage() }, "Assigned Patient Location"); + this.add(CWE.class, false, 1, 0, new Object[]{ getMessage() }, "Admission Type"); + this.add(CX.class, false, 1, 0, new Object[]{ getMessage() }, "Preadmit Number"); + this.add(PL.class, false, 1, 0, new Object[]{ getMessage() }, "Prior Patient Location"); + this.add(XCN.class, false, 0, 0, new Object[]{ getMessage() }, "Attending Doctor"); + this.add(XCN.class, false, 0, 0, new Object[]{ getMessage() }, "Referring Doctor"); + this.add(XCN.class, false, 0, 0, new Object[]{ getMessage() }, "Consulting Doctor"); + this.add(CWE.class, false, 1, 0, new Object[]{ getMessage() }, "Hospital Service"); + this.add(PL.class, false, 1, 0, new Object[]{ getMessage() }, "Temporary Location"); + this.add(CWE.class, false, 1, 0, new Object[]{ getMessage() }, "Preadmit Test Indicator"); + this.add(CWE.class, false, 1, 0, new Object[]{ getMessage() }, "Re-admission Indicator"); + this.add(CWE.class, false, 1, 0, new Object[]{ getMessage() }, "Admit Source"); + this.add(CWE.class, false, 0, 0, new Object[]{ getMessage() }, "Ambulatory Status"); + this.add(CWE.class, false, 1, 0, new Object[]{ getMessage() }, "VIP Indicator"); + this.add(XCN.class, false, 0, 0, new Object[]{ getMessage() }, "Admitting Doctor"); + this.add(CWE.class, false, 1, 0, new Object[]{ getMessage() }, "Patient Type"); + this.add(CX.class, false, 1, 0, new Object[]{ getMessage() }, "Visit Number"); + this.add(FC.class, false, 0, 0, new Object[]{ getMessage() }, "Financial Class"); + this.add(CWE.class, false, 1, 0, new Object[]{ getMessage() }, "Charge Price Indicator"); + this.add(CWE.class, false, 1, 0, new Object[]{ getMessage() }, "Courtesy Code"); + this.add(CWE.class, false, 1, 0, new Object[]{ getMessage() }, "Credit Rating"); + this.add(CWE.class, false, 0, 0, new Object[]{ getMessage() }, "Contract Code"); + this.add(DT.class, false, 0, 0, new Object[]{ getMessage() }, "Contract Effective Date"); + this.add(NM.class, false, 0, 0, new Object[]{ getMessage() }, "Contract Amount"); + this.add(NM.class, false, 0, 0, new Object[]{ getMessage() }, "Contract Period"); + this.add(CWE.class, false, 1, 0, new Object[]{ getMessage() }, "Interest Code"); + this.add(CWE.class, false, 1, 0, new Object[]{ getMessage() }, "Transfer to Bad Debt Code"); + this.add(DT.class, false, 1, 0, new Object[]{ getMessage() }, "Transfer to Bad Debt Date"); + this.add(CWE.class, false, 1, 0, new Object[]{ getMessage() }, "Bad Debt Agency Code"); + this.add(NM.class, false, 1, 0, new Object[]{ getMessage() }, "Bad Debt Transfer Amount"); + this.add(NM.class, false, 1, 0, new Object[]{ getMessage() }, "Bad Debt Recovery Amount"); + this.add(CWE.class, false, 1, 0, new Object[]{ getMessage() }, "Delete Account Indicator"); + this.add(DT.class, false, 1, 0, new Object[]{ getMessage() }, "Delete Account Date"); + this.add(CWE.class, false, 1, 0, new Object[]{ getMessage() }, "Discharge Disposition"); + this.add(DLD.class, false, 1, 0, new Object[]{ getMessage() }, "Discharged to Location"); + this.add(CWE.class, false, 1, 0, new Object[]{ getMessage() }, "Diet Type"); + this.add(CWE.class, false, 1, 0, new Object[]{ getMessage() }, "Servicing Facility"); + this.add(CWE.class, false, 1, 0, new Object[]{ getMessage() }, "Bed Status"); + this.add(CWE.class, false, 1, 0, new Object[]{ getMessage() }, "Account Status"); + this.add(PL.class, false, 1, 0, new Object[]{ getMessage() }, "Pending Location"); + this.add(PL.class, false, 1, 0, new Object[]{ getMessage() }, "Prior Temporary Location"); + this.add(DTM.class, false, 1, 0, new Object[]{ getMessage() }, "Admit Date/Time"); + this.add(DTM.class, false, 1, 0, new Object[]{ getMessage() }, "Discharge Date/Time"); + this.add(NM.class, false, 1, 0, new Object[]{ getMessage() }, "Current Patient Balance"); + this.add(NM.class, false, 1, 0, new Object[]{ getMessage() }, "Total Charges"); + this.add(NM.class, false, 1, 0, new Object[]{ getMessage() }, "Total Adjustments"); + this.add(NM.class, false, 1, 0, new Object[]{ getMessage() }, "Total Payments"); + this.add(CX.class, false, 1, 0, new Object[]{ getMessage() }, "Alternate Visit ID"); + this.add(CWE.class, false, 1, 0, new Object[]{ getMessage() }, "Visit Indicator"); + this.add(XCN.class, false, 0, 0, new Object[]{ getMessage() }, "Other Healthcare Provider"); + this.add(ST.class, false, 1, 0, new Object[]{ getMessage() }, "Service Episode Description"); + this.add(CX.class, false, 1, 0, new Object[]{ getMessage() }, "Service Episode Identifier"); + } catch(HL7Exception e) { + log.error("Unexpected error creating PV1 - this is probably a bug in the source code generator.", e); + } + } + + + + /** + * Returns + * PV1-1: "Set ID - PV1" - creates it if necessary + */ + public SI getSetIDPV1() { + SI retVal = this.getTypedField(1, 0); + return retVal; + } + + /** + * Returns + * PV1-1: "Set ID - PV1" - creates it if necessary + */ + public SI getPv11_SetIDPV1() { + SI retVal = this.getTypedField(1, 0); + return retVal; + } + + + + /** + * Returns + * PV1-2: "Patient Class" - creates it if necessary + */ + public CWE getPatientClass() { + CWE retVal = this.getTypedField(2, 0); + return retVal; + } + + /** + * Returns + * PV1-2: "Patient Class" - creates it if necessary + */ + public CWE getPv12_PatientClass() { + CWE retVal = this.getTypedField(2, 0); + return retVal; + } + + + + /** + * Returns + * PV1-3: "Assigned Patient Location" - creates it if necessary + */ + public PL getAssignedPatientLocation() { + PL retVal = this.getTypedField(3, 0); + return retVal; + } + + /** + * Returns + * PV1-3: "Assigned Patient Location" - creates it if necessary + */ + public PL getPv13_AssignedPatientLocation() { + PL retVal = this.getTypedField(3, 0); + return retVal; + } + + + + /** + * Returns + * PV1-4: "Admission Type" - creates it if necessary + */ + public CWE getAdmissionType() { + CWE retVal = this.getTypedField(4, 0); + return retVal; + } + + /** + * Returns + * PV1-4: "Admission Type" - creates it if necessary + */ + public CWE getPv14_AdmissionType() { + CWE retVal = this.getTypedField(4, 0); + return retVal; + } + + + + /** + * Returns + * PV1-5: "Preadmit Number" - creates it if necessary + */ + public CX getPreadmitNumber() { + CX retVal = this.getTypedField(5, 0); + return retVal; + } + + /** + * Returns + * PV1-5: "Preadmit Number" - creates it if necessary + */ + public CX getPv15_PreadmitNumber() { + CX retVal = this.getTypedField(5, 0); + return retVal; + } + + + + /** + * Returns + * PV1-6: "Prior Patient Location" - creates it if necessary + */ + public PL getPriorPatientLocation() { + PL retVal = this.getTypedField(6, 0); + return retVal; + } + + /** + * Returns + * PV1-6: "Prior Patient Location" - creates it if necessary + */ + public PL getPv16_PriorPatientLocation() { + PL retVal = this.getTypedField(6, 0); + return retVal; + } + + + /** + * Returns all repetitions of Attending Doctor (PV1-7). + */ + public XCN[] getAttendingDoctor() { + XCN[] retVal = this.getTypedField(7, new XCN[0]); + return retVal; + } + + + /** + * Returns all repetitions of Attending Doctor (PV1-7). + */ + public XCN[] getPv17_AttendingDoctor() { + XCN[] retVal = this.getTypedField(7, new XCN[0]); + return retVal; + } + + + /** + * Returns a count of the current number of repetitions of Attending Doctor (PV1-7). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getAttendingDoctorReps() { + return this.getReps(7); + } + + + /** + * Returns a specific repetition of + * PV1-7: "Attending Doctor" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public XCN getAttendingDoctor(int rep) { + XCN retVal = this.getTypedField(7, rep); + return retVal; + } + + /** + * Returns a specific repetition of + * PV1-7: "Attending Doctor" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public XCN getPv17_AttendingDoctor(int rep) { + XCN retVal = this.getTypedField(7, rep); + return retVal; + } + + /** + * Returns a count of the current number of repetitions of Attending Doctor (PV1-7). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getPv17_AttendingDoctorReps() { + return this.getReps(7); + } + + + /** + * Inserts a repetition of + * PV1-7: "Attending Doctor" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XCN insertAttendingDoctor(int rep) throws HL7Exception { + return (XCN) super.insertRepetition(7, rep); + } + + + /** + * Inserts a repetition of + * PV1-7: "Attending Doctor" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XCN insertPv17_AttendingDoctor(int rep) throws HL7Exception { + return (XCN) super.insertRepetition(7, rep); + } + + + /** + * Removes a repetition of + * PV1-7: "Attending Doctor" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XCN removeAttendingDoctor(int rep) throws HL7Exception { + return (XCN) super.removeRepetition(7, rep); + } + + + /** + * Removes a repetition of + * PV1-7: "Attending Doctor" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XCN removePv17_AttendingDoctor(int rep) throws HL7Exception { + return (XCN) super.removeRepetition(7, rep); + } + + + + /** + * Returns all repetitions of Referring Doctor (PV1-8). + */ + public XCN[] getReferringDoctor() { + XCN[] retVal = this.getTypedField(8, new XCN[0]); + return retVal; + } + + + /** + * Returns all repetitions of Referring Doctor (PV1-8). + */ + public XCN[] getPv18_ReferringDoctor() { + XCN[] retVal = this.getTypedField(8, new XCN[0]); + return retVal; + } + + + /** + * Returns a count of the current number of repetitions of Referring Doctor (PV1-8). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getReferringDoctorReps() { + return this.getReps(8); + } + + + /** + * Returns a specific repetition of + * PV1-8: "Referring Doctor" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public XCN getReferringDoctor(int rep) { + XCN retVal = this.getTypedField(8, rep); + return retVal; + } + + /** + * Returns a specific repetition of + * PV1-8: "Referring Doctor" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public XCN getPv18_ReferringDoctor(int rep) { + XCN retVal = this.getTypedField(8, rep); + return retVal; + } + + /** + * Returns a count of the current number of repetitions of Referring Doctor (PV1-8). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getPv18_ReferringDoctorReps() { + return this.getReps(8); + } + + + /** + * Inserts a repetition of + * PV1-8: "Referring Doctor" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XCN insertReferringDoctor(int rep) throws HL7Exception { + return (XCN) super.insertRepetition(8, rep); + } + + + /** + * Inserts a repetition of + * PV1-8: "Referring Doctor" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XCN insertPv18_ReferringDoctor(int rep) throws HL7Exception { + return (XCN) super.insertRepetition(8, rep); + } + + + /** + * Removes a repetition of + * PV1-8: "Referring Doctor" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XCN removeReferringDoctor(int rep) throws HL7Exception { + return (XCN) super.removeRepetition(8, rep); + } + + + /** + * Removes a repetition of + * PV1-8: "Referring Doctor" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XCN removePv18_ReferringDoctor(int rep) throws HL7Exception { + return (XCN) super.removeRepetition(8, rep); + } + + + + /** + * Returns all repetitions of Consulting Doctor (PV1-9). + */ + public XCN[] getConsultingDoctor() { + XCN[] retVal = this.getTypedField(9, new XCN[0]); + return retVal; + } + + + /** + * Returns all repetitions of Consulting Doctor (PV1-9). + */ + public XCN[] getPv19_ConsultingDoctor() { + XCN[] retVal = this.getTypedField(9, new XCN[0]); + return retVal; + } + + + /** + * Returns a count of the current number of repetitions of Consulting Doctor (PV1-9). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getConsultingDoctorReps() { + return this.getReps(9); + } + + + /** + * Returns a specific repetition of + * PV1-9: "Consulting Doctor" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public XCN getConsultingDoctor(int rep) { + XCN retVal = this.getTypedField(9, rep); + return retVal; + } + + /** + * Returns a specific repetition of + * PV1-9: "Consulting Doctor" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public XCN getPv19_ConsultingDoctor(int rep) { + XCN retVal = this.getTypedField(9, rep); + return retVal; + } + + /** + * Returns a count of the current number of repetitions of Consulting Doctor (PV1-9). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getPv19_ConsultingDoctorReps() { + return this.getReps(9); + } + + + /** + * Inserts a repetition of + * PV1-9: "Consulting Doctor" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XCN insertConsultingDoctor(int rep) throws HL7Exception { + return (XCN) super.insertRepetition(9, rep); + } + + + /** + * Inserts a repetition of + * PV1-9: "Consulting Doctor" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XCN insertPv19_ConsultingDoctor(int rep) throws HL7Exception { + return (XCN) super.insertRepetition(9, rep); + } + + + /** + * Removes a repetition of + * PV1-9: "Consulting Doctor" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XCN removeConsultingDoctor(int rep) throws HL7Exception { + return (XCN) super.removeRepetition(9, rep); + } + + + /** + * Removes a repetition of + * PV1-9: "Consulting Doctor" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XCN removePv19_ConsultingDoctor(int rep) throws HL7Exception { + return (XCN) super.removeRepetition(9, rep); + } + + + + + /** + * Returns + * PV1-10: "Hospital Service" - creates it if necessary + */ + public CWE getHospitalService() { + CWE retVal = this.getTypedField(10, 0); + return retVal; + } + + /** + * Returns + * PV1-10: "Hospital Service" - creates it if necessary + */ + public CWE getPv110_HospitalService() { + CWE retVal = this.getTypedField(10, 0); + return retVal; + } + + + + /** + * Returns + * PV1-11: "Temporary Location" - creates it if necessary + */ + public PL getTemporaryLocation() { + PL retVal = this.getTypedField(11, 0); + return retVal; + } + + /** + * Returns + * PV1-11: "Temporary Location" - creates it if necessary + */ + public PL getPv111_TemporaryLocation() { + PL retVal = this.getTypedField(11, 0); + return retVal; + } + + + + /** + * Returns + * PV1-12: "Preadmit Test Indicator" - creates it if necessary + */ + public CWE getPreadmitTestIndicator() { + CWE retVal = this.getTypedField(12, 0); + return retVal; + } + + /** + * Returns + * PV1-12: "Preadmit Test Indicator" - creates it if necessary + */ + public CWE getPv112_PreadmitTestIndicator() { + CWE retVal = this.getTypedField(12, 0); + return retVal; + } + + + + /** + * Returns + * PV1-13: "Re-admission Indicator" - creates it if necessary + */ + public CWE getReAdmissionIndicator() { + CWE retVal = this.getTypedField(13, 0); + return retVal; + } + + /** + * Returns + * PV1-13: "Re-admission Indicator" - creates it if necessary + */ + public CWE getPv113_ReAdmissionIndicator() { + CWE retVal = this.getTypedField(13, 0); + return retVal; + } + + + + /** + * Returns + * PV1-14: "Admit Source" - creates it if necessary + */ + public CWE getAdmitSource() { + CWE retVal = this.getTypedField(14, 0); + return retVal; + } + + /** + * Returns + * PV1-14: "Admit Source" - creates it if necessary + */ + public CWE getPv114_AdmitSource() { + CWE retVal = this.getTypedField(14, 0); + return retVal; + } + + + /** + * Returns all repetitions of Ambulatory Status (PV1-15). + */ + public CWE[] getAmbulatoryStatus() { + CWE[] retVal = this.getTypedField(15, new CWE[0]); + return retVal; + } + + + /** + * Returns all repetitions of Ambulatory Status (PV1-15). + */ + public CWE[] getPv115_AmbulatoryStatus() { + CWE[] retVal = this.getTypedField(15, new CWE[0]); + return retVal; + } + + + /** + * Returns a count of the current number of repetitions of Ambulatory Status (PV1-15). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getAmbulatoryStatusReps() { + return this.getReps(15); + } + + + /** + * Returns a specific repetition of + * PV1-15: "Ambulatory Status" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public CWE getAmbulatoryStatus(int rep) { + CWE retVal = this.getTypedField(15, rep); + return retVal; + } + + /** + * Returns a specific repetition of + * PV1-15: "Ambulatory Status" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public CWE getPv115_AmbulatoryStatus(int rep) { + CWE retVal = this.getTypedField(15, rep); + return retVal; + } + + /** + * Returns a count of the current number of repetitions of Ambulatory Status (PV1-15). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getPv115_AmbulatoryStatusReps() { + return this.getReps(15); + } + + + /** + * Inserts a repetition of + * PV1-15: "Ambulatory Status" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public CWE insertAmbulatoryStatus(int rep) throws HL7Exception { + return (CWE) super.insertRepetition(15, rep); + } + + + /** + * Inserts a repetition of + * PV1-15: "Ambulatory Status" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public CWE insertPv115_AmbulatoryStatus(int rep) throws HL7Exception { + return (CWE) super.insertRepetition(15, rep); + } + + + /** + * Removes a repetition of + * PV1-15: "Ambulatory Status" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public CWE removeAmbulatoryStatus(int rep) throws HL7Exception { + return (CWE) super.removeRepetition(15, rep); + } + + + /** + * Removes a repetition of + * PV1-15: "Ambulatory Status" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public CWE removePv115_AmbulatoryStatus(int rep) throws HL7Exception { + return (CWE) super.removeRepetition(15, rep); + } + + + + + /** + * Returns + * PV1-16: "VIP Indicator" - creates it if necessary + */ + public CWE getVIPIndicator() { + CWE retVal = this.getTypedField(16, 0); + return retVal; + } + + /** + * Returns + * PV1-16: "VIP Indicator" - creates it if necessary + */ + public CWE getPv116_VIPIndicator() { + CWE retVal = this.getTypedField(16, 0); + return retVal; + } + + + /** + * Returns all repetitions of Admitting Doctor (PV1-17). + */ + public XCN[] getAdmittingDoctor() { + XCN[] retVal = this.getTypedField(17, new XCN[0]); + return retVal; + } + + + /** + * Returns all repetitions of Admitting Doctor (PV1-17). + */ + public XCN[] getPv117_AdmittingDoctor() { + XCN[] retVal = this.getTypedField(17, new XCN[0]); + return retVal; + } + + + /** + * Returns a count of the current number of repetitions of Admitting Doctor (PV1-17). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getAdmittingDoctorReps() { + return this.getReps(17); + } + + + /** + * Returns a specific repetition of + * PV1-17: "Admitting Doctor" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public XCN getAdmittingDoctor(int rep) { + XCN retVal = this.getTypedField(17, rep); + return retVal; + } + + /** + * Returns a specific repetition of + * PV1-17: "Admitting Doctor" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public XCN getPv117_AdmittingDoctor(int rep) { + XCN retVal = this.getTypedField(17, rep); + return retVal; + } + + /** + * Returns a count of the current number of repetitions of Admitting Doctor (PV1-17). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getPv117_AdmittingDoctorReps() { + return this.getReps(17); + } + + + /** + * Inserts a repetition of + * PV1-17: "Admitting Doctor" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XCN insertAdmittingDoctor(int rep) throws HL7Exception { + return (XCN) super.insertRepetition(17, rep); + } + + + /** + * Inserts a repetition of + * PV1-17: "Admitting Doctor" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XCN insertPv117_AdmittingDoctor(int rep) throws HL7Exception { + return (XCN) super.insertRepetition(17, rep); + } + + + /** + * Removes a repetition of + * PV1-17: "Admitting Doctor" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XCN removeAdmittingDoctor(int rep) throws HL7Exception { + return (XCN) super.removeRepetition(17, rep); + } + + + /** + * Removes a repetition of + * PV1-17: "Admitting Doctor" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XCN removePv117_AdmittingDoctor(int rep) throws HL7Exception { + return (XCN) super.removeRepetition(17, rep); + } + + + + + /** + * Returns + * PV1-18: "Patient Type" - creates it if necessary + */ + public CWE getPatientType() { + CWE retVal = this.getTypedField(18, 0); + return retVal; + } + + /** + * Returns + * PV1-18: "Patient Type" - creates it if necessary + */ + public CWE getPv118_PatientType() { + CWE retVal = this.getTypedField(18, 0); + return retVal; + } + + + + /** + * Returns + * PV1-19: "Visit Number" - creates it if necessary + */ + public CX getVisitNumber() { + CX retVal = this.getTypedField(19, 0); + return retVal; + } + + /** + * Returns + * PV1-19: "Visit Number" - creates it if necessary + */ + public CX getPv119_VisitNumber() { + CX retVal = this.getTypedField(19, 0); + return retVal; + } + + + /** + * Returns all repetitions of Financial Class (PV1-20). + */ + public FC[] getFinancialClass() { + FC[] retVal = this.getTypedField(20, new FC[0]); + return retVal; + } + + + /** + * Returns all repetitions of Financial Class (PV1-20). + */ + public FC[] getPv120_FinancialClass() { + FC[] retVal = this.getTypedField(20, new FC[0]); + return retVal; + } + + + /** + * Returns a count of the current number of repetitions of Financial Class (PV1-20). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getFinancialClassReps() { + return this.getReps(20); + } + + + /** + * Returns a specific repetition of + * PV1-20: "Financial Class" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public FC getFinancialClass(int rep) { + FC retVal = this.getTypedField(20, rep); + return retVal; + } + + /** + * Returns a specific repetition of + * PV1-20: "Financial Class" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public FC getPv120_FinancialClass(int rep) { + FC retVal = this.getTypedField(20, rep); + return retVal; + } + + /** + * Returns a count of the current number of repetitions of Financial Class (PV1-20). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getPv120_FinancialClassReps() { + return this.getReps(20); + } + + + /** + * Inserts a repetition of + * PV1-20: "Financial Class" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public FC insertFinancialClass(int rep) throws HL7Exception { + return (FC) super.insertRepetition(20, rep); + } + + + /** + * Inserts a repetition of + * PV1-20: "Financial Class" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public FC insertPv120_FinancialClass(int rep) throws HL7Exception { + return (FC) super.insertRepetition(20, rep); + } + + + /** + * Removes a repetition of + * PV1-20: "Financial Class" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public FC removeFinancialClass(int rep) throws HL7Exception { + return (FC) super.removeRepetition(20, rep); + } + + + /** + * Removes a repetition of + * PV1-20: "Financial Class" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public FC removePv120_FinancialClass(int rep) throws HL7Exception { + return (FC) super.removeRepetition(20, rep); + } + + + + + /** + * Returns + * PV1-21: "Charge Price Indicator" - creates it if necessary + */ + public CWE getChargePriceIndicator() { + CWE retVal = this.getTypedField(21, 0); + return retVal; + } + + /** + * Returns + * PV1-21: "Charge Price Indicator" - creates it if necessary + */ + public CWE getPv121_ChargePriceIndicator() { + CWE retVal = this.getTypedField(21, 0); + return retVal; + } + + + + /** + * Returns + * PV1-22: "Courtesy Code" - creates it if necessary + */ + public CWE getCourtesyCode() { + CWE retVal = this.getTypedField(22, 0); + return retVal; + } + + /** + * Returns + * PV1-22: "Courtesy Code" - creates it if necessary + */ + public CWE getPv122_CourtesyCode() { + CWE retVal = this.getTypedField(22, 0); + return retVal; + } + + + + /** + * Returns + * PV1-23: "Credit Rating" - creates it if necessary + */ + public CWE getCreditRating() { + CWE retVal = this.getTypedField(23, 0); + return retVal; + } + + /** + * Returns + * PV1-23: "Credit Rating" - creates it if necessary + */ + public CWE getPv123_CreditRating() { + CWE retVal = this.getTypedField(23, 0); + return retVal; + } + + + /** + * Returns all repetitions of Contract Code (PV1-24). + */ + public CWE[] getContractCode() { + CWE[] retVal = this.getTypedField(24, new CWE[0]); + return retVal; + } + + + /** + * Returns all repetitions of Contract Code (PV1-24). + */ + public CWE[] getPv124_ContractCode() { + CWE[] retVal = this.getTypedField(24, new CWE[0]); + return retVal; + } + + + /** + * Returns a count of the current number of repetitions of Contract Code (PV1-24). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getContractCodeReps() { + return this.getReps(24); + } + + + /** + * Returns a specific repetition of + * PV1-24: "Contract Code" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public CWE getContractCode(int rep) { + CWE retVal = this.getTypedField(24, rep); + return retVal; + } + + /** + * Returns a specific repetition of + * PV1-24: "Contract Code" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public CWE getPv124_ContractCode(int rep) { + CWE retVal = this.getTypedField(24, rep); + return retVal; + } + + /** + * Returns a count of the current number of repetitions of Contract Code (PV1-24). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getPv124_ContractCodeReps() { + return this.getReps(24); + } + + + /** + * Inserts a repetition of + * PV1-24: "Contract Code" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public CWE insertContractCode(int rep) throws HL7Exception { + return (CWE) super.insertRepetition(24, rep); + } + + + /** + * Inserts a repetition of + * PV1-24: "Contract Code" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public CWE insertPv124_ContractCode(int rep) throws HL7Exception { + return (CWE) super.insertRepetition(24, rep); + } + + + /** + * Removes a repetition of + * PV1-24: "Contract Code" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public CWE removeContractCode(int rep) throws HL7Exception { + return (CWE) super.removeRepetition(24, rep); + } + + + /** + * Removes a repetition of + * PV1-24: "Contract Code" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public CWE removePv124_ContractCode(int rep) throws HL7Exception { + return (CWE) super.removeRepetition(24, rep); + } + + + + /** + * Returns all repetitions of Contract Effective Date (PV1-25). + */ + public DT[] getContractEffectiveDate() { + DT[] retVal = this.getTypedField(25, new DT[0]); + return retVal; + } + + + /** + * Returns all repetitions of Contract Effective Date (PV1-25). + */ + public DT[] getPv125_ContractEffectiveDate() { + DT[] retVal = this.getTypedField(25, new DT[0]); + return retVal; + } + + + /** + * Returns a count of the current number of repetitions of Contract Effective Date (PV1-25). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getContractEffectiveDateReps() { + return this.getReps(25); + } + + + /** + * Returns a specific repetition of + * PV1-25: "Contract Effective Date" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public DT getContractEffectiveDate(int rep) { + DT retVal = this.getTypedField(25, rep); + return retVal; + } + + /** + * Returns a specific repetition of + * PV1-25: "Contract Effective Date" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public DT getPv125_ContractEffectiveDate(int rep) { + DT retVal = this.getTypedField(25, rep); + return retVal; + } + + /** + * Returns a count of the current number of repetitions of Contract Effective Date (PV1-25). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getPv125_ContractEffectiveDateReps() { + return this.getReps(25); + } + + + /** + * Inserts a repetition of + * PV1-25: "Contract Effective Date" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public DT insertContractEffectiveDate(int rep) throws HL7Exception { + return (DT) super.insertRepetition(25, rep); + } + + + /** + * Inserts a repetition of + * PV1-25: "Contract Effective Date" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public DT insertPv125_ContractEffectiveDate(int rep) throws HL7Exception { + return (DT) super.insertRepetition(25, rep); + } + + + /** + * Removes a repetition of + * PV1-25: "Contract Effective Date" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public DT removeContractEffectiveDate(int rep) throws HL7Exception { + return (DT) super.removeRepetition(25, rep); + } + + + /** + * Removes a repetition of + * PV1-25: "Contract Effective Date" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public DT removePv125_ContractEffectiveDate(int rep) throws HL7Exception { + return (DT) super.removeRepetition(25, rep); + } + + + + /** + * Returns all repetitions of Contract Amount (PV1-26). + */ + public NM[] getContractAmount() { + NM[] retVal = this.getTypedField(26, new NM[0]); + return retVal; + } + + + /** + * Returns all repetitions of Contract Amount (PV1-26). + */ + public NM[] getPv126_ContractAmount() { + NM[] retVal = this.getTypedField(26, new NM[0]); + return retVal; + } + + + /** + * Returns a count of the current number of repetitions of Contract Amount (PV1-26). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getContractAmountReps() { + return this.getReps(26); + } + + + /** + * Returns a specific repetition of + * PV1-26: "Contract Amount" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public NM getContractAmount(int rep) { + NM retVal = this.getTypedField(26, rep); + return retVal; + } + + /** + * Returns a specific repetition of + * PV1-26: "Contract Amount" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public NM getPv126_ContractAmount(int rep) { + NM retVal = this.getTypedField(26, rep); + return retVal; + } + + /** + * Returns a count of the current number of repetitions of Contract Amount (PV1-26). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getPv126_ContractAmountReps() { + return this.getReps(26); + } + + + /** + * Inserts a repetition of + * PV1-26: "Contract Amount" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public NM insertContractAmount(int rep) throws HL7Exception { + return (NM) super.insertRepetition(26, rep); + } + + + /** + * Inserts a repetition of + * PV1-26: "Contract Amount" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public NM insertPv126_ContractAmount(int rep) throws HL7Exception { + return (NM) super.insertRepetition(26, rep); + } + + + /** + * Removes a repetition of + * PV1-26: "Contract Amount" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public NM removeContractAmount(int rep) throws HL7Exception { + return (NM) super.removeRepetition(26, rep); + } + + + /** + * Removes a repetition of + * PV1-26: "Contract Amount" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public NM removePv126_ContractAmount(int rep) throws HL7Exception { + return (NM) super.removeRepetition(26, rep); + } + + + + /** + * Returns all repetitions of Contract Period (PV1-27). + */ + public NM[] getContractPeriod() { + NM[] retVal = this.getTypedField(27, new NM[0]); + return retVal; + } + + + /** + * Returns all repetitions of Contract Period (PV1-27). + */ + public NM[] getPv127_ContractPeriod() { + NM[] retVal = this.getTypedField(27, new NM[0]); + return retVal; + } + + + /** + * Returns a count of the current number of repetitions of Contract Period (PV1-27). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getContractPeriodReps() { + return this.getReps(27); + } + + + /** + * Returns a specific repetition of + * PV1-27: "Contract Period" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public NM getContractPeriod(int rep) { + NM retVal = this.getTypedField(27, rep); + return retVal; + } + + /** + * Returns a specific repetition of + * PV1-27: "Contract Period" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public NM getPv127_ContractPeriod(int rep) { + NM retVal = this.getTypedField(27, rep); + return retVal; + } + + /** + * Returns a count of the current number of repetitions of Contract Period (PV1-27). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getPv127_ContractPeriodReps() { + return this.getReps(27); + } + + + /** + * Inserts a repetition of + * PV1-27: "Contract Period" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public NM insertContractPeriod(int rep) throws HL7Exception { + return (NM) super.insertRepetition(27, rep); + } + + + /** + * Inserts a repetition of + * PV1-27: "Contract Period" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public NM insertPv127_ContractPeriod(int rep) throws HL7Exception { + return (NM) super.insertRepetition(27, rep); + } + + + /** + * Removes a repetition of + * PV1-27: "Contract Period" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public NM removeContractPeriod(int rep) throws HL7Exception { + return (NM) super.removeRepetition(27, rep); + } + + + /** + * Removes a repetition of + * PV1-27: "Contract Period" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public NM removePv127_ContractPeriod(int rep) throws HL7Exception { + return (NM) super.removeRepetition(27, rep); + } + + + + + /** + * Returns + * PV1-28: "Interest Code" - creates it if necessary + */ + public CWE getInterestCode() { + CWE retVal = this.getTypedField(28, 0); + return retVal; + } + + /** + * Returns + * PV1-28: "Interest Code" - creates it if necessary + */ + public CWE getPv128_InterestCode() { + CWE retVal = this.getTypedField(28, 0); + return retVal; + } + + + + /** + * Returns + * PV1-29: "Transfer to Bad Debt Code" - creates it if necessary + */ + public CWE getTransferToBadDebtCode() { + CWE retVal = this.getTypedField(29, 0); + return retVal; + } + + /** + * Returns + * PV1-29: "Transfer to Bad Debt Code" - creates it if necessary + */ + public CWE getPv129_TransferToBadDebtCode() { + CWE retVal = this.getTypedField(29, 0); + return retVal; + } + + + + /** + * Returns + * PV1-30: "Transfer to Bad Debt Date" - creates it if necessary + */ + public DT getTransferToBadDebtDate() { + DT retVal = this.getTypedField(30, 0); + return retVal; + } + + /** + * Returns + * PV1-30: "Transfer to Bad Debt Date" - creates it if necessary + */ + public DT getPv130_TransferToBadDebtDate() { + DT retVal = this.getTypedField(30, 0); + return retVal; + } + + + + /** + * Returns + * PV1-31: "Bad Debt Agency Code" - creates it if necessary + */ + public CWE getBadDebtAgencyCode() { + CWE retVal = this.getTypedField(31, 0); + return retVal; + } + + /** + * Returns + * PV1-31: "Bad Debt Agency Code" - creates it if necessary + */ + public CWE getPv131_BadDebtAgencyCode() { + CWE retVal = this.getTypedField(31, 0); + return retVal; + } + + + + /** + * Returns + * PV1-32: "Bad Debt Transfer Amount" - creates it if necessary + */ + public NM getBadDebtTransferAmount() { + NM retVal = this.getTypedField(32, 0); + return retVal; + } + + /** + * Returns + * PV1-32: "Bad Debt Transfer Amount" - creates it if necessary + */ + public NM getPv132_BadDebtTransferAmount() { + NM retVal = this.getTypedField(32, 0); + return retVal; + } + + + + /** + * Returns + * PV1-33: "Bad Debt Recovery Amount" - creates it if necessary + */ + public NM getBadDebtRecoveryAmount() { + NM retVal = this.getTypedField(33, 0); + return retVal; + } + + /** + * Returns + * PV1-33: "Bad Debt Recovery Amount" - creates it if necessary + */ + public NM getPv133_BadDebtRecoveryAmount() { + NM retVal = this.getTypedField(33, 0); + return retVal; + } + + + + /** + * Returns + * PV1-34: "Delete Account Indicator" - creates it if necessary + */ + public CWE getDeleteAccountIndicator() { + CWE retVal = this.getTypedField(34, 0); + return retVal; + } + + /** + * Returns + * PV1-34: "Delete Account Indicator" - creates it if necessary + */ + public CWE getPv134_DeleteAccountIndicator() { + CWE retVal = this.getTypedField(34, 0); + return retVal; + } + + + + /** + * Returns + * PV1-35: "Delete Account Date" - creates it if necessary + */ + public DT getDeleteAccountDate() { + DT retVal = this.getTypedField(35, 0); + return retVal; + } + + /** + * Returns + * PV1-35: "Delete Account Date" - creates it if necessary + */ + public DT getPv135_DeleteAccountDate() { + DT retVal = this.getTypedField(35, 0); + return retVal; + } + + + + /** + * Returns + * PV1-36: "Discharge Disposition" - creates it if necessary + */ + public CWE getDischargeDisposition() { + CWE retVal = this.getTypedField(36, 0); + return retVal; + } + + /** + * Returns + * PV1-36: "Discharge Disposition" - creates it if necessary + */ + public CWE getPv136_DischargeDisposition() { + CWE retVal = this.getTypedField(36, 0); + return retVal; + } + + + + /** + * Returns + * PV1-37: "Discharged to Location" - creates it if necessary + */ + public DLD getDischargedToLocation() { + DLD retVal = this.getTypedField(37, 0); + return retVal; + } + + /** + * Returns + * PV1-37: "Discharged to Location" - creates it if necessary + */ + public DLD getPv137_DischargedToLocation() { + DLD retVal = this.getTypedField(37, 0); + return retVal; + } + + + + /** + * Returns + * PV1-38: "Diet Type" - creates it if necessary + */ + public CWE getDietType() { + CWE retVal = this.getTypedField(38, 0); + return retVal; + } + + /** + * Returns + * PV1-38: "Diet Type" - creates it if necessary + */ + public CWE getPv138_DietType() { + CWE retVal = this.getTypedField(38, 0); + return retVal; + } + + + + /** + * Returns + * PV1-39: "Servicing Facility" - creates it if necessary + */ + public CWE getServicingFacility() { + CWE retVal = this.getTypedField(39, 0); + return retVal; + } + + /** + * Returns + * PV1-39: "Servicing Facility" - creates it if necessary + */ + public CWE getPv139_ServicingFacility() { + CWE retVal = this.getTypedField(39, 0); + return retVal; + } + + + + /** + * Returns + * PV1-40: "Bed Status" - creates it if necessary + */ + public CWE getBedStatus() { + CWE retVal = this.getTypedField(40, 0); + return retVal; + } + + /** + * Returns + * PV1-40: "Bed Status" - creates it if necessary + */ + public CWE getPv140_BedStatus() { + CWE retVal = this.getTypedField(40, 0); + return retVal; + } + + + + /** + * Returns + * PV1-41: "Account Status" - creates it if necessary + */ + public CWE getAccountStatus() { + CWE retVal = this.getTypedField(41, 0); + return retVal; + } + + /** + * Returns + * PV1-41: "Account Status" - creates it if necessary + */ + public CWE getPv141_AccountStatus() { + CWE retVal = this.getTypedField(41, 0); + return retVal; + } + + + + /** + * Returns + * PV1-42: "Pending Location" - creates it if necessary + */ + public PL getPendingLocation() { + PL retVal = this.getTypedField(42, 0); + return retVal; + } + + /** + * Returns + * PV1-42: "Pending Location" - creates it if necessary + */ + public PL getPv142_PendingLocation() { + PL retVal = this.getTypedField(42, 0); + return retVal; + } + + + + /** + * Returns + * PV1-43: "Prior Temporary Location" - creates it if necessary + */ + public PL getPriorTemporaryLocation() { + PL retVal = this.getTypedField(43, 0); + return retVal; + } + + /** + * Returns + * PV1-43: "Prior Temporary Location" - creates it if necessary + */ + public PL getPv143_PriorTemporaryLocation() { + PL retVal = this.getTypedField(43, 0); + return retVal; + } + + + + /** + * Returns + * PV1-44: "Admit Date/Time" - creates it if necessary + */ + public DTM getAdmitDateTime() { + DTM retVal = this.getTypedField(44, 0); + return retVal; + } + + /** + * Returns + * PV1-44: "Admit Date/Time" - creates it if necessary + */ + public DTM getPv144_AdmitDateTime() { + DTM retVal = this.getTypedField(44, 0); + return retVal; + } + + + + /** + * Returns all repetitions of Discharge Date/Time (PV1-45). + */ + public DTM[] getDischargeDateTime() { + DTM[] retVal = this.getTypedField(45, new DTM[0]); + return retVal; + } + + + /** + * Returns all repetitions of Discharge Date/Time (PV1-45). + */ + public DTM[] getPv145_DischargeDateTime() { + DTM[] retVal = this.getTypedField(45, new DTM[0]); + return retVal; + } + + + /** + * Returns a count of the current number of repetitions of Discharge Date/Time (PV1-45). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getDischargeDateTimeReps() { + return this.getReps(45); + } + + + /** + * Returns a specific repetition of + * PV1-45: "Discharge Date/Time" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public DTM getDischargeDateTime(int rep) { + DTM retVal = this.getTypedField(45, rep); + return retVal; + } + + /** + * Returns a specific repetition of + * PV1-45: "Discharge Date/Time" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public DTM getPv145_DischargeDateTime(int rep) { + DTM retVal = this.getTypedField(45, rep); + return retVal; + } + + /** + * Returns a count of the current number of repetitions of Discharge Date/Time (PV1-45). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getPv145_DischargeDateTimeReps() { + return this.getReps(45); + } + + + /** + * Inserts a repetition of + * PV1-45: "Discharge Date/Time" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public DTM insertDischargeDateTime(int rep) throws HL7Exception { + return (DTM) super.insertRepetition(45, rep); + } + + + /** + * Inserts a repetition of + * PV1-45: "Discharge Date/Time" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public DTM insertPv145_DischargeDateTime(int rep) throws HL7Exception { + return (DTM) super.insertRepetition(45, rep); + } + + + /** + * Removes a repetition of + * PV1-45: "Discharge Date/Time" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public DTM removeDischargeDateTime(int rep) throws HL7Exception { + return (DTM) super.removeRepetition(45, rep); + } + + + /** + * Removes a repetition of + * PV1-45: "Discharge Date/Time" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public DTM removePv145_DischargeDateTime(int rep) throws HL7Exception { + return (DTM) super.removeRepetition(45, rep); + } + + + + /** + * Returns + * PV1-46: "Current Patient Balance" - creates it if necessary + */ + public NM getCurrentPatientBalance() { + NM retVal = this.getTypedField(46, 0); + return retVal; + } + + /** + * Returns + * PV1-46: "Current Patient Balance" - creates it if necessary + */ + public NM getPv146_CurrentPatientBalance() { + NM retVal = this.getTypedField(46, 0); + return retVal; + } + + + + /** + * Returns + * PV1-47: "Total Charges" - creates it if necessary + */ + public NM getTotalCharges() { + NM retVal = this.getTypedField(47, 0); + return retVal; + } + + /** + * Returns + * PV1-47: "Total Charges" - creates it if necessary + */ + public NM getPv147_TotalCharges() { + NM retVal = this.getTypedField(47, 0); + return retVal; + } + + + + /** + * Returns + * PV1-48: "Total Adjustments" - creates it if necessary + */ + public NM getTotalAdjustments() { + NM retVal = this.getTypedField(48, 0); + return retVal; + } + + /** + * Returns + * PV1-48: "Total Adjustments" - creates it if necessary + */ + public NM getPv148_TotalAdjustments() { + NM retVal = this.getTypedField(48, 0); + return retVal; + } + + + + /** + * Returns + * PV1-49: "Total Payments" - creates it if necessary + */ + public NM getTotalPayments() { + NM retVal = this.getTypedField(49, 0); + return retVal; + } + + /** + * Returns + * PV1-49: "Total Payments" - creates it if necessary + */ + public NM getPv149_TotalPayments() { + NM retVal = this.getTypedField(49, 0); + return retVal; + } + + + + /** + * Returns + * PV1-50: "Alternate Visit ID" - creates it if necessary + */ + public CX getAlternateVisitID() { + CX retVal = this.getTypedField(50, 0); + return retVal; + } + + /** + * Returns + * PV1-50: "Alternate Visit ID" - creates it if necessary + */ + public CX getPv150_AlternateVisitID() { + CX retVal = this.getTypedField(50, 0); + return retVal; + } + + + + /** + * Returns + * PV1-51: "Visit Indicator" - creates it if necessary + */ + public CWE getVisitIndicator() { + CWE retVal = this.getTypedField(51, 0); + return retVal; + } + + /** + * Returns + * PV1-51: "Visit Indicator" - creates it if necessary + */ + public CWE getPv151_VisitIndicator() { + CWE retVal = this.getTypedField(51, 0); + return retVal; + } + + + + /** + * Returns all repetitions of Other Healthcare Provider (PV1-52). + */ + public XCN[] getOtherHealthcareProvider() { + XCN[] retVal = this.getTypedField(52, new XCN[0]); + return retVal; + } + + + /** + * Returns all repetitions of Other Healthcare Provider (PV1-52). + */ + public XCN[] getPv152_OtherHealthcareProvider() { + XCN[] retVal = this.getTypedField(52, new XCN[0]); + return retVal; + } + + + /** + * Returns a count of the current number of repetitions of Other Healthcare Provider (PV1-52). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getOtherHealthcareProviderReps() { + return this.getReps(52); + } + + + /** + * Returns a specific repetition of + * PV1-52: "Other Healthcare Provider" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public XCN getOtherHealthcareProvider(int rep) { + XCN retVal = this.getTypedField(52, rep); + return retVal; + } + + /** + * Returns a specific repetition of + * PV1-52: "Other Healthcare Provider" - creates it if necessary + * + * @param rep The repetition index (0-indexed) + */ + public XCN getPv152_OtherHealthcareProvider(int rep) { + XCN retVal = this.getTypedField(52, rep); + return retVal; + } + + /** + * Returns a count of the current number of repetitions of Other Healthcare Provider (PV1-52). + * This method does not create a repetition, so if no repetitions have currently been defined or accessed, + * it will return zero. + */ + public int getPv152_OtherHealthcareProviderReps() { + return this.getReps(52); + } + + + /** + * Inserts a repetition of + * PV1-52: "Other Healthcare Provider" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XCN insertOtherHealthcareProvider(int rep) throws HL7Exception { + return (XCN) super.insertRepetition(52, rep); + } + + + /** + * Inserts a repetition of + * PV1-52: "Other Healthcare Provider" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XCN insertPv152_OtherHealthcareProvider(int rep) throws HL7Exception { + return (XCN) super.insertRepetition(52, rep); + } + + + /** + * Removes a repetition of + * PV1-52: "Other Healthcare Provider" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XCN removeOtherHealthcareProvider(int rep) throws HL7Exception { + return (XCN) super.removeRepetition(52, rep); + } + + + /** + * Removes a repetition of + * PV1-52: "Other Healthcare Provider" at a specific index + * + * @param rep The repetition index (0-indexed) + * @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions) + */ + public XCN removePv152_OtherHealthcareProvider(int rep) throws HL7Exception { + return (XCN) super.removeRepetition(52, rep); + } + + + + /** + * Returns + * PV1-53: "Service Episode Description" - creates it if necessary + */ + public ST getServiceEpisodeDescription() { + ST retVal = this.getTypedField(53, 0); + return retVal; + } + + /** + * Returns + * PV1-53: "Service Episode Description" - creates it if necessary + */ + public ST getPv153_ServiceEpisodeDescription() { + ST retVal = this.getTypedField(53, 0); + return retVal; + } + + + + /** + * Returns + * PV1-54: "Service Episode Identifier" - creates it if necessary + */ + public CX getServiceEpisodeIdentifier() { + CX retVal = this.getTypedField(54, 0); + return retVal; + } + + /** + * Returns + * PV1-54: "Service Episode Identifier" - creates it if necessary + */ + public CX getPv154_ServiceEpisodeIdentifier() { + CX retVal = this.getTypedField(54, 0); + return retVal; + } + + + + + + /** {@inheritDoc} */ + protected Type createNewTypeWithoutReflection(int field) { + switch (field) { + case 0: return new SI(getMessage()); + case 1: return new CWE(getMessage()); + case 2: return new PL(getMessage()); + case 3: return new CWE(getMessage()); + case 4: return new CX(getMessage()); + case 5: return new PL(getMessage()); + case 6: return new XCN(getMessage()); + case 7: return new XCN(getMessage()); + case 8: return new XCN(getMessage()); + case 9: return new CWE(getMessage()); + case 10: return new PL(getMessage()); + case 11: return new CWE(getMessage()); + case 12: return new CWE(getMessage()); + case 13: return new CWE(getMessage()); + case 14: return new CWE(getMessage()); + case 15: return new CWE(getMessage()); + case 16: return new XCN(getMessage()); + case 17: return new CWE(getMessage()); + case 18: return new CX(getMessage()); + case 19: return new FC(getMessage()); + case 20: return new CWE(getMessage()); + case 21: return new CWE(getMessage()); + case 22: return new CWE(getMessage()); + case 23: return new CWE(getMessage()); + case 24: return new DT(getMessage()); + case 25: return new NM(getMessage()); + case 26: return new NM(getMessage()); + case 27: return new CWE(getMessage()); + case 28: return new CWE(getMessage()); + case 29: return new DT(getMessage()); + case 30: return new CWE(getMessage()); + case 31: return new NM(getMessage()); + case 32: return new NM(getMessage()); + case 33: return new CWE(getMessage()); + case 34: return new DT(getMessage()); + case 35: return new CWE(getMessage()); + case 36: return new DLD(getMessage()); + case 37: return new CWE(getMessage()); + case 38: return new CWE(getMessage()); + case 39: return new CWE(getMessage()); + case 40: return new CWE(getMessage()); + case 41: return new PL(getMessage()); + case 42: return new PL(getMessage()); + case 43: return new DTM(getMessage()); + case 44: return new DTM(getMessage()); + case 45: return new NM(getMessage()); + case 46: return new NM(getMessage()); + case 47: return new NM(getMessage()); + case 48: return new NM(getMessage()); + case 49: return new CX(getMessage()); + case 50: return new CWE(getMessage()); + case 51: return new XCN(getMessage()); + case 52: return new ST(getMessage()); + case 53: return new CX(getMessage()); + default: return null; + } + } + + +} + From 8170ff177b746939464fd683466d43021f711ccd Mon Sep 17 00:00:00 2001 From: Jack Wang Date: Mon, 25 Nov 2024 16:00:46 -0500 Subject: [PATCH 61/61] integration and smoke test data updates (#16549) --- .../Expected_HL7_to_FHIR_FULLELR.fhir | 42466 +++++++--------- .../Expected_HL7_to_FHIR_MARSOTC.fhir | 212 +- .../HL7_to_FHIR/sample_oml_20240319-001.fhir | 1366 +- ...mple_orm_20230809-001-with-enrichment.fhir | 1928 +- .../HL7_to_FHIR/sample_orm_20230809-001.fhir | 1928 +- .../catchall/omlo21/oml_o21-full.fhir | 908 +- .../catchall/ormo01/orm_o01-full.fhir | 930 +- .../catchall/orur01/oru_r01-full.fhir | 7128 +-- ...tioner-xcn17-populated-xcn19-20-empty.fhir | 338 +- 9 files changed, 27068 insertions(+), 30136 deletions(-) diff --git a/prime-router/src/test/resources/fhirengine/smoketest/Expected_HL7_to_FHIR_FULLELR.fhir b/prime-router/src/test/resources/fhirengine/smoketest/Expected_HL7_to_FHIR_FULLELR.fhir index ba662fd59a1..fdf253fc0b0 100644 --- a/prime-router/src/test/resources/fhirengine/smoketest/Expected_HL7_to_FHIR_FULLELR.fhir +++ b/prime-router/src/test/resources/fhirengine/smoketest/Expected_HL7_to_FHIR_FULLELR.fhir @@ -1,8991 +1,9289 @@ { - "resourceType" : "Bundle", - "id" : "1730838914186143000.86c6399a-e72b-4c2b-881a-f61e5cb64acb", - "meta" : { - "lastUpdated" : "2024-11-05T15:35:14.191-05:00" + "resourceType": "Bundle", + "id": "1732567199002523000.08f9355b-b13c-43e2-8c36-a5f153920e42", + "meta": { + "lastUpdated": "2024-11-25T15:39:59.002-05:00" }, - "identifier" : { - "system" : "https://reportstream.cdc.gov/prime-router", - "value" : "MT_COCAA_ORU_AAPHELR.1.6214638" + "identifier": { + "system": "https://reportstream.cdc.gov/prime-router", + "value": "MT_COCAA_ORU_AAPHELR.1.6214638" }, - "type" : "message", - "timestamp" : "2028-08-08T11:28:05.000-04:00", - "entry" : [ { - "fullUrl" : "MessageHeader/1730838914242587000.e098f908-1633-482d-a6b9-cb41b799791d", - "resource" : { - "resourceType" : "MessageHeader", - "id" : "1730838914242587000.e098f908-1633-482d-a6b9-cb41b799791d", - "meta" : { - "tag" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0103", - "code" : "P" - } ] - }, - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/encoding-characters", - "valueString" : "^~\\&#" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/msh-message-header", - "extension" : [ { - "url" : "MSH.7", - "valueString" : "20280808092805-0600" - }, { - "url" : "MSH.21", - "valueIdentifier" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "HL7" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.113883.1.11" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - } ], - "value" : "PHLabReport-NoAck" - } - } ] - } ], - "eventCoding" : { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0003", - "code" : "R01", - "display" : "ORU^R01^ORU_R01" - }, - "destination" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144.2.5" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "MSH.5" - } ], - "name" : "DCEED.ELR", - "endpoint" : "urn:oid:2.16.840.1.114222.4.1.144.2.5", - "receiver" : { - "reference" : "Organization/1730838914241687000.38e365c3-96b6-4f94-adb8-c51cf51ee4fa" - } - } ], - "sender" : { - "reference" : "Organization/1730838914222135000.950157a5-db43-47f1-bd11-77acd2698a7e" - }, - "source" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "MEDITECH" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.3.2.2.1.321.111" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "MSH.3" - } ], - "software" : "Laboratory Applicati", - "version" : "5.67", - "endpoint" : "urn:oid:2.16.840.1.114222.4.3.2.2.1.321.111" - } - } - }, { - "fullUrl" : "Organization/1730838914222135000.950157a5-db43-47f1-bd11-77acd2698a7e", - "resource" : { - "resourceType" : "Organization", - "id" : "1730838914222135000.950157a5-db43-47f1-bd11-77acd2698a7e", - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" - } ], - "value" : "COCAA" - } ] - } - }, { - "fullUrl" : "Organization/1730838914241687000.38e365c3-96b6-4f94-adb8-c51cf51ee4fa", - "resource" : { - "resourceType" : "Organization", - "id" : "1730838914241687000.38e365c3-96b6-4f94-adb8-c51cf51ee4fa", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "MSH.6" - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" - } ], - "value" : "CDPHE" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.2,HD.3" - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0301", - "code" : "ISO" - } ] - }, - "system" : "urn:ietf:rfc:3986", - "value" : "2.16.840.1.114222.4.1.144" - } ] - } - }, { - "fullUrl" : "Provenance/1730838914496493000.3152c839-7df0-4e43-8edd-00da11597746", - "resource" : { - "resourceType" : "Provenance", - "id" : "1730838914496493000.3152c839-7df0-4e43-8edd-00da11597746", - "target" : [ { - "reference" : "MessageHeader/1730838914242587000.e098f908-1633-482d-a6b9-cb41b799791d" - }, { - "reference" : "DiagnosticReport/1730838914906397000.8c90cfa9-33e8-4fac-a189-93e53f35fa0e" - }, { - "reference" : "DiagnosticReport/1730838914907614000.b8bd28ef-e261-4f29-924c-61000c4723e4" - }, { - "reference" : "DiagnosticReport/1730838914908842000.dbd3e970-1b66-45f6-9070-3aa23495dc1a" - }, { - "reference" : "DiagnosticReport/1730838914909748000.ef38cfa8-4f7f-4064-b60e-7427d1553444" - }, { - "reference" : "DiagnosticReport/1730838914910588000.703ca7ee-7e10-4e6a-888b-4f1d1e4ff655" - } ], - "recorded" : "2028-08-08T09:28:05-06:00", - "activity" : { - "coding" : [ { - "display" : "ORU^R01^ORU_R01" - } ] - }, - "agent" : [ { - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type", - "code" : "author" - } ] - }, - "who" : { - "reference" : "Organization/1730838914496011000.85eb44c7-e023-4a51-a538-77301532004a" - } - } ], - "entity" : [ { - "role" : "source", - "what" : { - "reference" : "Device/1730838914500789000.2d13bc5e-224d-46b0-a011-f6fd59978e02" - } - } ] - } - }, { - "fullUrl" : "Organization/1730838914496011000.85eb44c7-e023-4a51-a538-77301532004a", - "resource" : { - "resourceType" : "Organization", - "id" : "1730838914496011000.85eb44c7-e023-4a51-a538-77301532004a", - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" - } ], - "value" : "COCAA" - } ] - } - }, { - "fullUrl" : "Organization/1730838914500053000.98268f47-8fac-4bec-9fa6-4277285fbeae", - "resource" : { - "resourceType" : "Organization", - "id" : "1730838914500053000.98268f47-8fac-4bec-9fa6-4277285fbeae", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } ], - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "L" - } ] + "type": "message", + "timestamp": "2028-08-08T11:28:05.000-04:00", + "entry": [ + { + "fullUrl": "MessageHeader/1732567199004404000.467e37ca-f9d3-472b-b540-e218951a1b94", + "resource": { + "resourceType": "MessageHeader", + "id": "1732567199004404000.467e37ca-f9d3-472b-b540-e218951a1b94", + "meta": { + "tag": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0103", + "code": "P" } - } ], - "code" : "L" - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ { - "url" : "XON.10", - "valueString" : "MEDITECH" - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "MEDITECH" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "1.3.6.1.4.1.24310" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" - } ] - }, - "value" : "MEDITECH" - } ], - "name" : "MEDITECH, Inc." - } - }, { - "fullUrl" : "Device/1730838914500789000.2d13bc5e-224d-46b0-a011-f6fd59978e02", - "resource" : { - "resourceType" : "Device", - "id" : "1730838914500789000.2d13bc5e-224d-46b0-a011-f6fd59978e02", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/software-vendor-org", - "valueReference" : { - "reference" : "Organization/1730838914500053000.98268f47-8fac-4bec-9fa6-4277285fbeae" - } - } ], - "manufacturer" : "MEDITECH, Inc.", - "deviceName" : [ { - "name" : "Laboratory Applicati", - "type" : "manufacturer-name" - } ], - "modelNumber" : "20210810", - "version" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/software-install-date", - "valueDateTime" : "2021-08-10", - "_valueDateTime" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210810" - } ] - } - } ], - "value" : "5.67" - } ] - } - }, { - "fullUrl" : "Provenance/1730838914506868000.4788e19e-dcc4-4cb9-9767-9222c5263b6c", - "resource" : { - "resourceType" : "Provenance", - "id" : "1730838914506868000.4788e19e-dcc4-4cb9-9767-9222c5263b6c", - "recorded" : "2024-11-05T15:35:14Z", - "policy" : [ "http://hl7.org/fhir/uv/v2mappings/message-oru-r01-to-bundle" ], - "activity" : { - "coding" : [ { - "code" : "v2-FHIR transformation" - } ] - }, - "agent" : [ { - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type", - "code" : "assembler" - } ] + ] }, - "who" : { - "reference" : "Organization/1730838914506543000.a36b35f0-5f0d-41e5-ba64-2f3bf85174f2" - } - } ] - } - }, { - "fullUrl" : "Organization/1730838914506543000.a36b35f0-5f0d-41e5-ba64-2f3bf85174f2", - "resource" : { - "resourceType" : "Organization", - "id" : "1730838914506543000.a36b35f0-5f0d-41e5-ba64-2f3bf85174f2", - "identifier" : [ { - "value" : "CDC PRIME - Atlanta" - }, { - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0301" - } ] + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/encoding-characters", + "valueString": "^~\\\u0026#" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/msh-message-header", + "extension": [ + { + "url": "MSH.7", + "valueString": "20280808092805-0600" + }, + { + "url": "MSH.21", + "valueIdentifier": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "HL7" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.113883.1.11" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + } + ], + "value": "PHLabReport-NoAck" + } + } + ] + } + ], + "eventCoding": { + "system": "http://terminology.hl7.org/CodeSystem/v2-0003", + "code": "R01", + "display": "ORU^R01^ORU_R01" }, - "system" : "urn:ietf:rfc:3986", - "value" : "2.16.840.1.114222.4.1.237821" - } ] - } - }, { - "fullUrl" : "Patient/1730838914533511000.aeaeccfe-dc12-46f3-81ea-1dfb344b1949", - "resource" : { - "resourceType" : "Patient", - "id" : "1730838914533511000.aeaeccfe-dc12-46f3-81ea-1dfb344b1949", - "meta" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/last-updated-facility-namespace-id", - "valueReference" : { - "reference" : "Organization/1730838914527903000.1222d535-4f49-48f9-8a37-a4ddf9a15ae1" - } - } ], - "lastUpdated" : "2021-08-09T08:52:00-06:00", - "_lastUpdated" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210809085200-0600" - } ] - } - }, - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/patient-notes", - "valueAnnotation" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ { - "url" : "NTE.2", - "valueId" : "P" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "EH" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "V1", - "code" : "C", - "display" : "Comment" - } ] + "destination": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.144.2.5" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "ISO" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "MSH.5" + } + ], + "name": "DCEED.ELR", + "endpoint": "urn:oid:2.16.840.1.114222.4.1.144.2.5", + "receiver": { + "reference": "Organization/1732567199004102000.9b13857b-8f0b-4db3-afd1-423b67991227" } - } ], - "text" : "EH" - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/pid-patient", - "extension" : [ { - "url" : "PID.8", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "M" - } ] - } - }, { - "url" : "PID.30", - "valueString" : "N" - } ] - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/patient-animal", - "extension" : [ { - "url" : "species", - "valueCodeableConcept" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PID.35" - } ], - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "SCT" - } ], - "system" : "http://snomed.info/sct", - "version" : "1", - "code" : "337915000", - "display" : "Homo sapiens (organism)" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "1", - "code" : "Human", - "display" : "Human" - } ] - } - } ] - }, { - "url" : "http://ibm.com/fhir/cdm/StructureDefinition/local-race-cd", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70005" - } ], - "system" : "http://terminology.hl7.org/CodeSystem/v3-Race", - "version" : "2.5.1", - "code" : "2106-3", - "display" : "White" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "W", - "display" : "White" - } ] - } - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/patient-religion", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70006" - } ], - "code" : "NOE", - "display" : "Nonreligious" - } ] - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/ethnic-group", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70189" - } ], - "system" : "http://terminology.hl7.org/CodeSystem/v2-0189", - "version" : "2.5.1", - "code" : "N", - "display" : "Not Hispanic or Latino" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.61", - "code" : "2", - "display" : "Not Hispanic or Latin" - } ] - } - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-facility", - "valueReference" : { - "reference" : "Organization/1730838914513826000.3b984fdc-6364-4ca3-b69d-8fa24657b0ff" - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier", - "extension" : [ { - "url" : "CX.5", - "valueString" : "MR" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PID.3" - } ], - "type" : { - "coding" : [ { - "code" : "MR" - } ] - }, - "system" : "MEDITECH", - "_system" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "MEDITECH" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.3.2.2.1.321.111" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" - } ] - }, - "value" : "100001" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-facility", - "valueReference" : { - "reference" : "Organization/1730838914514813000.1c1c8c49-c361-43ea-9cc4-e50f2c9a0655" - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier", - "extension" : [ { - "url" : "CX.5", - "valueString" : "SS" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PID.3" - } ], - "type" : { - "coding" : [ { - "code" : "SS" - } ] - }, - "system" : "MEDITECH", - "_system" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "MEDITECH" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.3.2.2.1.321.111" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" - } ] - }, - "value" : "285-64-4175" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-facility", - "valueReference" : { - "reference" : "Organization/1730838914515647000.dcdfa862-315e-4830-82f5-cd54b8e17e6c" - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier", - "extension" : [ { - "url" : "CX.5", - "valueString" : "PI" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PID.3" - } ], - "type" : { - "coding" : [ { - "code" : "PI" - } ] - }, - "system" : "MEDITECH", - "_system" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "MEDITECH" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.3.2.2.1.321.111" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" - } ] - }, - "value" : "X605236" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-facility", - "valueReference" : { - "reference" : "Organization/1730838914516610000.cf7db57f-c9da-4779-9f27-54b4c9943238" - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier", - "extension" : [ { - "url" : "CX.5", - "valueString" : "AN" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PID.3" - } ], - "type" : { - "coding" : [ { - "code" : "AN" - } ] - }, - "system" : "MEDITECH", - "_system" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "MEDITECH" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.3.2.2.1.321.111" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" - } ] - }, - "value" : "E40014904640" - } ], - "name" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", - "extension" : [ { - "url" : "XPN.2", - "valueString" : "LONNIE" - }, { - "url" : "XPN.7", - "valueString" : "L" - } ] - } ], - "use" : "official", - "family" : "BIERLY", - "given" : [ "LONNIE" ] - } ], - "telecom" : [ { - "extension" : [ { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", - "valueString" : "1" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", - "valueString" : "303" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "6930111" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ { - "url" : "XTN.2", - "valueString" : "PRN" - }, { - "url" : "XTN.3", - "valueString" : "PH" - }, { - "url" : "XTN.7", - "valueString" : "6930111" - } ] - } ], - "system" : "phone", - "use" : "home" - }, { - "extension" : [ { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", - "valueString" : "1" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", - "valueString" : "303" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "9999999" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ { - "url" : "XTN.2", - "valueString" : "WPN" - }, { - "url" : "XTN.3", - "valueString" : "PH" - }, { - "url" : "XTN.7", - "valueString" : "9999999" - }, { - "url" : "XTN.9", - "valueString" : "Business" - } ] - } ], - "system" : "phone", - "use" : "work" - } ], - "gender" : "male", - "birthDate" : "1936-10-23", - "_birthDate" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "19361023" - } ] - }, - "deceasedBoolean" : false, - "address" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ { - "url" : "SAD.1", - "valueString" : "4673 ELM ST" - } ] - }, { - "url" : "XAD.2", - "valueString" : "CHERRY CRK NURSING CTR" - }, { - "url" : "XAD.7", - "valueCode" : "H" - } ] - } ], - "use" : "home", - "line" : [ "4673 ELM ST", "CHERRY CRK NURSING CTR" ], - "city" : "CANTERBURY", - "state" : "IG", - "postalCode" : "80014", - "country" : "USA" - } ], - "maritalStatus" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "S" - } ] - }, - "contact" : [ { - "extension" : [ { - "url" : "https://hl7.org/fhir/StructureDefinition/relationship", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70063" - } ], - "version" : "2.5.1", - "code" : "OTH", - "display" : "Other" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "OT", - "display" : "OTHER RELATIONSHIP" - } ] - } - } ], - "name" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", - "extension" : [ { - "url" : "XPN.2", - "valueString" : "GENARO" - }, { - "url" : "XPN.7", - "valueString" : "L" - } ] - } ], - "use" : "official", - "family" : "SURYAN", - "given" : [ "GENARO" ] - }, - "telecom" : [ { - "extension" : [ { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", - "valueString" : "1" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", - "valueString" : "720" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "3013954" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ { - "url" : "XTN.2", - "valueString" : "PRN" - }, { - "url" : "XTN.3", - "valueString" : "PH" - }, { - "url" : "XTN.7", - "valueString" : "3013954" - } ] - } ], - "system" : "phone", - "use" : "home" - } ], - "address" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ { - "url" : "SAD.1", - "valueString" : "4861 20TH AVE" - } ] - }, { - "url" : "XAD.7", - "valueCode" : "H" - } ] - } ], - "use" : "home", - "line" : [ "4861 20TH AVE" ], - "city" : "THUNDER MOUNTAIN", - "state" : "IG", - "postalCode" : "99999", - "country" : "USA" - }, - "organization" : { - "reference" : "Organization/1730838914530223000.90cb6c4c-bb89-4421-bd20-14f8e3ea20fc" - } - } ] - } - }, { - "fullUrl" : "Organization/1730838914513826000.3b984fdc-6364-4ca3-b69d-8fa24657b0ff", - "resource" : { - "resourceType" : "Organization", - "id" : "1730838914513826000.3b984fdc-6364-4ca3-b69d-8fa24657b0ff", - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" - } ], - "value" : "COCAA" - } ] - } - }, { - "fullUrl" : "Organization/1730838914514813000.1c1c8c49-c361-43ea-9cc4-e50f2c9a0655", - "resource" : { - "resourceType" : "Organization", - "id" : "1730838914514813000.1c1c8c49-c361-43ea-9cc4-e50f2c9a0655", - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" - } ], - "value" : "COCAA" - } ] - } - }, { - "fullUrl" : "Organization/1730838914515647000.dcdfa862-315e-4830-82f5-cd54b8e17e6c", - "resource" : { - "resourceType" : "Organization", - "id" : "1730838914515647000.dcdfa862-315e-4830-82f5-cd54b8e17e6c", - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" - } ], - "value" : "COCAA" - } ] - } - }, { - "fullUrl" : "Organization/1730838914516610000.cf7db57f-c9da-4779-9f27-54b4c9943238", - "resource" : { - "resourceType" : "Organization", - "id" : "1730838914516610000.cf7db57f-c9da-4779-9f27-54b4c9943238", - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" - } ], - "value" : "COCAA" - } ] - } - }, { - "fullUrl" : "Organization/1730838914527903000.1222d535-4f49-48f9-8a37-a4ddf9a15ae1", - "resource" : { - "resourceType" : "Organization", - "id" : "1730838914527903000.1222d535-4f49-48f9-8a37-a4ddf9a15ae1", - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" - } ], - "value" : "COCAA" - } ] - } - }, { - "fullUrl" : "Organization/1730838914530223000.90cb6c4c-bb89-4421-bd20-14f8e3ea20fc", - "resource" : { - "resourceType" : "Organization", - "id" : "1730838914530223000.90cb6c4c-bb89-4421-bd20-14f8e3ea20fc", - "contact" : [ { - "telecom" : [ { - "extension" : [ { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", - "valueString" : "1" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", - "valueString" : "720" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "3013954" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ { - "url" : "XTN.2", - "valueString" : "WPN" - }, { - "url" : "XTN.3", - "valueString" : "PH" - }, { - "url" : "XTN.7", - "valueString" : "3013954" - } ] - } ], - "system" : "phone", - "use" : "work" - } ], - "address" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ { - "url" : "SAD.1", - "valueString" : "4861 20TH AVE" - } ] - }, { - "url" : "XAD.7", - "valueCode" : "H" - } ] - } ], - "use" : "home", - "line" : [ "4861 20TH AVE" ], - "city" : "AURORA", - "state" : "IG", - "postalCode" : "99999", - "country" : "USA" - } - } ] - } - }, { - "fullUrl" : "Provenance/1730838914540118000.668eb9be-2cd4-4137-ba71-a6db3e0e6685", - "resource" : { - "resourceType" : "Provenance", - "id" : "1730838914540118000.668eb9be-2cd4-4137-ba71-a6db3e0e6685", - "target" : [ { - "reference" : "Patient/1730838914533511000.aeaeccfe-dc12-46f3-81ea-1dfb344b1949" - } ], - "occurredDateTime" : "2021-08-09T08:52:00-06:00", - "recorded" : "2024-11-05T15:35:14Z", - "activity" : { - "coding" : [ { - "system" : "https://terminology.hl7.org/CodeSystem/v3-DataOperation", - "code" : "UPDATE" - } ] - }, - "agent" : [ { - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type", - "code" : "performer" - } ] - }, - "who" : { - "reference" : "Organization/1730838914539914000.0dd096ef-30ea-48a1-9d25-077e6db2229e" - } - } ] - } - }, { - "fullUrl" : "Organization/1730838914539914000.0dd096ef-30ea-48a1-9d25-077e6db2229e", - "resource" : { - "resourceType" : "Organization", - "id" : "1730838914539914000.0dd096ef-30ea-48a1-9d25-077e6db2229e", - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" - } ], - "value" : "COCAA" - } ] - } - }, { - "fullUrl" : "RelatedPerson/1730838914542891000.88dbe7f4-ec82-4bdb-9d6e-b005e3c161af", - "resource" : { - "resourceType" : "RelatedPerson", - "id" : "1730838914542891000.88dbe7f4-ec82-4bdb-9d6e-b005e3c161af", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", - "valueString" : "NK1" - } ], - "patient" : { - "reference" : "Patient/1730838914533511000.aeaeccfe-dc12-46f3-81ea-1dfb344b1949" - }, - "relationship" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "NK1.3" - } ], - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70063" - } ], - "version" : "2.5.1", - "code" : "OTH", - "display" : "Other" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "OT", - "display" : "OTHER RELATIONSHIP" - } ] - } ], - "name" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "NK1.2" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", - "extension" : [ { - "url" : "XPN.2", - "valueString" : "GENARO" - }, { - "url" : "XPN.7", - "valueString" : "L" - } ] - } ], - "use" : "official", - "family" : "SURYAN", - "given" : [ "GENARO" ] - } ], - "telecom" : [ { - "extension" : [ { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", - "valueString" : "1" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", - "valueString" : "720" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "3013954" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ { - "url" : "XTN.2", - "valueString" : "PRN" - }, { - "url" : "XTN.3", - "valueString" : "PH" - }, { - "url" : "XTN.7", - "valueString" : "3013954" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "NK1.5" - } ], - "system" : "phone", - "use" : "home" - }, { - "extension" : [ { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", - "valueString" : "1" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", - "valueString" : "720" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "3013954" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ { - "url" : "XTN.2", - "valueString" : "WPN" - }, { - "url" : "XTN.3", - "valueString" : "PH" - }, { - "url" : "XTN.7", - "valueString" : "3013954" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "NK1.31" - } ], - "system" : "phone", - "use" : "work" - } ], - "address" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "NK1.4" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ { - "url" : "SAD.1", - "valueString" : "4861 20TH AVE" - } ] - }, { - "url" : "XAD.7", - "valueCode" : "H" - } ] - } ], - "use" : "home", - "line" : [ "4861 20TH AVE" ], - "city" : "THUNDER MOUNTAIN", - "state" : "IG", - "postalCode" : "99999", - "country" : "USA" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "NK1.32" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ { - "url" : "SAD.1", - "valueString" : "4861 20TH AVE" - } ] - }, { - "url" : "XAD.7", - "valueCode" : "H" - } ] - } ], - "use" : "home", - "line" : [ "4861 20TH AVE" ], - "city" : "AURORA", - "state" : "IG", - "postalCode" : "99999", - "country" : "USA" - } ] - } - }, { - "fullUrl" : "Encounter/1730838914552455000.e00dcab1-8817-427b-bf71-091bff0b1446", - "resource" : { - "resourceType" : "Encounter", - "id" : "1730838914552455000.e00dcab1-8817-427b-bf71-091bff0b1446", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/pv1-patient-visit", - "extension" : [ { - "url" : "PV1.18", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "IN" - } ] - } - }, { - "url" : "PV1.39", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "COCAA" - } ] - } - }, { - "url" : "PV1.41", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "AD" - } ] - } - } ] - } ], - "status" : "in-progress", - "class" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/pv1-2-patient-class", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "I" - } ] - } - } ], - "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode", - "code" : "IMP", - "display" : "inpatient encounter" - }, - "type" : [ { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "E" - } ] - } ], - "serviceType" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "ICU" - } ] - }, - "subject" : { - "reference" : "Patient/1730838914533511000.aeaeccfe-dc12-46f3-81ea-1dfb344b1949" - }, - "episodeOfCare" : [ { - "reference" : "EpisodeOfCare/1730838914552716000.63633f12-d84d-460a-a852-bf2771719059" - } ], - "participant" : [ { - "type" : [ { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", - "code" : "ATND", - "display" : "attender" - } ] - } ], - "individual" : { - "reference" : "Practitioner/1730838914546680000.5cc0f083-06e3-45d8-82f8-890ccbb1b2d1" - } - }, { - "type" : [ { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", - "code" : "REF" - } ], - "text" : "referrer" - } ], - "individual" : { - "reference" : "Practitioner/1730838914547804000.6be90203-e57d-40fa-9eef-4cdf04256c8a" - } - }, { - "type" : [ { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", - "code" : "CON" - } ], - "text" : "consultant" - } ], - "individual" : { - "reference" : "Practitioner/1730838914548472000.6641a460-b80b-475e-a1ac-a8104fc1219b" - } - }, { - "type" : [ { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", - "code" : "CON" - } ], - "text" : "consultant" - } ], - "individual" : { - "reference" : "Practitioner/1730838914549867000.150f788c-2683-412a-a45f-875a915d342c" - } - }, { - "type" : [ { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", - "code" : "CON" - } ], - "text" : "consultant" - } ], - "individual" : { - "reference" : "Practitioner/1730838914550564000.d87782d7-2879-40e8-98e4-ed6361ccce67" - } - }, { - "type" : [ { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", - "code" : "ADM" - } ], - "text" : "admitter" - } ], - "individual" : { - "reference" : "Practitioner/1730838914551197000.1ceda897-a6bb-455e-9fc8-ab8aab662de0" - } - } ], - "period" : { - "start" : "2028-08-02T05:56:00Z", - "_start" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "202808020556" - } ] - } - }, - "hospitalization" : { - "admitSource" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "PR" - } ] - }, - "dischargeDisposition" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "SAP" - } ] - } - }, - "location" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PV1.3" - } ], - "location" : { - "reference" : "Location/1730838914552300000.c836b45a-83b7-413b-898f-530403408d68" - }, - "status" : "active" - } ] - } - }, { - "fullUrl" : "Practitioner/1730838914546680000.5cc0f083-06e3-45d8-82f8-890ccbb1b2d1", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1730838914546680000.5cc0f083-06e3-45d8-82f8-890ccbb1b2d1", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Medical Center of Au" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ { - "url" : "XCN.3", - "valueString" : "James" - }, { - "url" : "XCN.4", - "valueString" : "Madison" - }, { - "url" : "XCN.7", - "valueString" : "MD" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PV1.7" - } ], - "identifier" : [ { - "type" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } ], - "code" : "NPI" - } ] - }, - "system" : "Medical Center of Au", - "value" : "1437205069" - } ], - "name" : [ { - "family" : "Hunt", - "given" : [ "James", "Madison" ], - "suffix" : [ "MD" ] - } ] - } - }, { - "fullUrl" : "Practitioner/1730838914547804000.6be90203-e57d-40fa-9eef-4cdf04256c8a", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1730838914547804000.6be90203-e57d-40fa-9eef-4cdf04256c8a", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Medical Center of Au" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ { - "url" : "XCN.3", - "valueString" : "James" - }, { - "url" : "XCN.4", - "valueString" : "Madison" - }, { - "url" : "XCN.7", - "valueString" : "MD" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PV1.8" - } ], - "identifier" : [ { - "type" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } ], - "code" : "NPI" - } ] - }, - "system" : "Medical Center of Au", - "value" : "1437205069" - } ], - "name" : [ { - "family" : "Hunt", - "given" : [ "James", "Madison" ], - "suffix" : [ "MD" ] - } ] - } - }, { - "fullUrl" : "Practitioner/1730838914548472000.6641a460-b80b-475e-a1ac-a8104fc1219b", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1730838914548472000.6641a460-b80b-475e-a1ac-a8104fc1219b", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Medical Center of Au" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ { - "url" : "XCN.3", - "valueString" : "James" - }, { - "url" : "XCN.4", - "valueString" : "Madison" - }, { - "url" : "XCN.7", - "valueString" : "MD" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PV1.9" - } ], - "identifier" : [ { - "type" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } ], - "code" : "NPI" - } ] - }, - "system" : "Medical Center of Au", - "value" : "1437205069" - } ], - "name" : [ { - "family" : "Hunt", - "given" : [ "James", "Madison" ], - "suffix" : [ "MD" ] - } ] - } - }, { - "fullUrl" : "Organization/1730838914548694000.732288ae-582a-4975-b29a-e04e1dd8cda0", - "resource" : { - "resourceType" : "Organization", - "id" : "1730838914548694000.732288ae-582a-4975-b29a-e04e1dd8cda0", - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" - } ], - "value" : "Medical Center of Au" - } ] - } - }, { - "fullUrl" : "Practitioner/1730838914549867000.150f788c-2683-412a-a45f-875a915d342c", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1730838914549867000.150f788c-2683-412a-a45f-875a915d342c", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Medical Center of Au" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ { - "url" : "XCN.3", - "valueString" : "James" - }, { - "url" : "XCN.4", - "valueString" : "M" - }, { - "url" : "XCN.7", - "valueString" : "MD" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PV1.9" - } ], - "identifier" : [ { - "type" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } ], - "code" : "NPI" - } ] - }, - "value" : "1962467126", - "assigner" : { - "reference" : "Organization/1730838914548694000.732288ae-582a-4975-b29a-e04e1dd8cda0" - } - } ], - "name" : [ { - "family" : "Neid", - "given" : [ "James", "M" ], - "suffix" : [ "MD" ] - } ] - } - }, { - "fullUrl" : "Organization/1730838914550090000.8cb4f5d1-2568-48ec-bc07-258252c68085", - "resource" : { - "resourceType" : "Organization", - "id" : "1730838914550090000.8cb4f5d1-2568-48ec-bc07-258252c68085", - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" - } ], - "value" : "Medical Center of Au" - } ] - } - }, { - "fullUrl" : "Practitioner/1730838914550564000.d87782d7-2879-40e8-98e4-ed6361ccce67", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1730838914550564000.d87782d7-2879-40e8-98e4-ed6361ccce67", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Medical Center of Au" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ { - "url" : "XCN.3", - "valueString" : "Todd" - }, { - "url" : "XCN.7", - "valueString" : "NP" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PV1.9" - } ], - "identifier" : [ { - "type" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } ], - "code" : "NPI" - } ] + } + ], + "sender": { + "reference": "Organization/1732567199003506000.45e9129c-fbb9-4b84-84db-8e1f7f3e2325" }, - "value" : "1184669806", - "assigner" : { - "reference" : "Organization/1730838914550090000.8cb4f5d1-2568-48ec-bc07-258252c68085" + "source": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "MEDITECH" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.3.2.2.1.321.111" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "ISO" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "MSH.3" + } + ], + "software": "Laboratory Applicati", + "version": "5.67", + "endpoint": "urn:oid:2.16.840.1.114222.4.3.2.2.1.321.111" } - } ], - "name" : [ { - "family" : "Hultman", - "given" : [ "Todd" ], - "suffix" : [ "NP" ] - } ] - } - }, { - "fullUrl" : "Practitioner/1730838914551197000.1ceda897-a6bb-455e-9fc8-ab8aab662de0", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1730838914551197000.1ceda897-a6bb-455e-9fc8-ab8aab662de0", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Medical Center of Au" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ { - "url" : "XCN.3", - "valueString" : "James" - }, { - "url" : "XCN.4", - "valueString" : "Madison" - }, { - "url" : "XCN.7", - "valueString" : "MD" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PV1.17" - } ], - "identifier" : [ { - "type" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } ], - "code" : "NPI" - } ] - }, - "system" : "Medical Center of Au", - "value" : "1437205069" - } ], - "name" : [ { - "family" : "Hunt", - "given" : [ "James", "Madison" ], - "suffix" : [ "MD" ] - } ] - } - }, { - "fullUrl" : "Location/1730838914552009000.890b9438-bb14-4e0b-af4c-cdd83433b5a7", - "resource" : { - "resourceType" : "Location", - "id" : "1730838914552009000.890b9438-bb14-4e0b-af4c-cdd83433b5a7", - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" - } ], - "value" : "E.ICUB" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.2,HD.3" - } ] - } ], - "physicalType" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "_code" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/location-physical-type-poc", - "valueString" : "poc" - } ] - } - } ] - } - } - }, { - "fullUrl" : "Location/1730838914552121000.707e7104-aaeb-4cfc-904e-1194dea0154b", - "resource" : { - "resourceType" : "Location", - "id" : "1730838914552121000.707e7104-aaeb-4cfc-904e-1194dea0154b", - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" - } ], - "value" : "E.ICB" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.2,HD.3" - } ] - } ], - "physicalType" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "ro" - } ] - }, - "partOf" : { - "reference" : "Location/1730838914552009000.890b9438-bb14-4e0b-af4c-cdd83433b5a7" - } - } - }, { - "fullUrl" : "Location/1730838914552300000.c836b45a-83b7-413b-898f-530403408d68", - "resource" : { - "resourceType" : "Location", - "id" : "1730838914552300000.c836b45a-83b7-413b-898f-530403408d68", - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" - } ], - "value" : "05" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.2,HD.3" - } ] - } ], - "mode" : "instance", - "physicalType" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "bd" - } ] - }, - "partOf" : { - "reference" : "Location/1730838914552121000.707e7104-aaeb-4cfc-904e-1194dea0154b" } - } - }, { - "fullUrl" : "EpisodeOfCare/1730838914552716000.63633f12-d84d-460a-a852-bf2771719059", - "resource" : { - "resourceType" : "EpisodeOfCare", - "id" : "1730838914552716000.63633f12-d84d-460a-a852-bf2771719059", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PV1.54" - } ] - } - }, { - "fullUrl" : "Observation/1730838914729489000.2eb7ce94-28f7-4662-bfb6-4613a8cb9a9d", - "resource" : { - "resourceType" : "Observation", - "id" : "1730838914729489000.2eb7ce94-28f7-4662-bfb6-4613a8cb9a9d", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1.1" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2028-08-07T16:36:01-06:00", - "_valueDateTime" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280807163601-0600" - } ] - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ { - "url" : "OBX.2", - "valueId" : "ST" - }, { - "url" : "OBX.11", - "valueString" : "C" - } ] - } ], - "status" : "corrected", - "code" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } ], - "system" : "http://loinc.org", - "version" : "2.40", - "code" : "600-7", - "display" : "Bacteria identified in Blood by Culture" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "BCEXT", - "display" : "EXTENDED BLOOD CULTURE" - } ] - }, - "subject" : { - "reference" : "Patient/1730838914533511000.aeaeccfe-dc12-46f3-81ea-1dfb344b1949" - }, - "encounter" : { - "reference" : "Encounter/1730838914552455000.e00dcab1-8817-427b-bf71-091bff0b1446" - }, - "effectiveDateTime" : "2028-08-02T02:52:01-06:00", - "_effectiveDateTime" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" - } ] - }, - "performer" : [ { - "reference" : "Organization/1730838914729887000.4ce42479-53b9-4524-bf1e-f563696512b2" - }, { - "reference" : "PractitionerRole/1730838914730084000.7dd9dc04-1afe-4e32-85e6-64e364569eac" - } ], - "dataAbsentReason" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/data-absent-reason", - "code" : "unknown" - } ] + }, + { + "fullUrl": "Organization/1732567199003506000.45e9129c-fbb9-4b84-84db-8e1f7f3e2325", + "resource": { + "resourceType": "Organization", + "id": "1732567199003506000.45e9129c-fbb9-4b84-84db-8e1f7f3e2325", + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" + } + ], + "value": "COCAA" + } + ] } - } - }, { - "fullUrl" : "Organization/1730838914729887000.4ce42479-53b9-4524-bf1e-f563696512b2", - "resource" : { - "resourceType" : "Organization", - "id" : "1730838914729887000.4ce42479-53b9-4524-bf1e-f563696512b2", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LB" - } ], - "code" : "MCOE", - "display" : "ROSE MEDICAL CENTER (MCOE)" - } ] - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } ], - "identifier" : [ { - "system" : "LB", - "value" : "MCOE" - } ], - "name" : "ROSE MEDICAL CENTER (MCOE)" - } - }, { - "fullUrl" : "Location/1730838914730294000.d9c2aab1-96d1-4f69-9a28-b2df4a7669ee", - "resource" : { - "resourceType" : "Location", - "id" : "1730838914730294000.d9c2aab1-96d1-4f69-9a28-b2df4a7669ee", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ], - "name" : "ROSE MEDICAL CENTER ", - "physicalType" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "si" - } ] + }, + { + "fullUrl": "Organization/1732567199004102000.9b13857b-8f0b-4db3-afd1-423b67991227", + "resource": { + "resourceType": "Organization", + "id": "1732567199004102000.9b13857b-8f0b-4db3-afd1-423b67991227", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "MSH.6" + } + ], + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" + } + ], + "value": "CDPHE" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0301", + "code": "ISO" + } + ] + }, + "system": "urn:ietf:rfc:3986", + "value": "2.16.840.1.114222.4.1.144" + } + ] } - } - }, { - "fullUrl" : "Practitioner/1730838914730858000.9ae58182-9c90-423f-a8b7-0875aa64b87e", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1730838914730858000.9ae58182-9c90-423f-a8b7-0875aa64b87e", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ { - "url" : "XCN.3", - "valueString" : "Shalini" - }, { - "url" : "XCN.21", - "valueString" : "MD" - }, { - "url" : "XCN.10", - "valueString" : "L" - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", - "valueReference" : { - "reference" : "Location/1730838914730294000.d9c2aab1-96d1-4f69-9a28-b2df4a7669ee" - } - } ], - "type" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } ], - "code" : "FI" - } ] - }, - "system" : "RML", - "value" : "1033122247" - } ], - "name" : [ { - "use" : "official", - "family" : "Chahal", - "given" : [ "Shalini" ], - "prefix" : [ "Dr." ], - "suffix" : [ "MD" ] - } ] - } - }, { - "fullUrl" : "Organization/1730838914732634000.d30d8730-ab33-4f45-88e7-55d10ca20a55", - "resource" : { - "resourceType" : "Organization", - "id" : "1730838914732634000.d30d8730-ab33-4f45-88e7-55d10ca20a55", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } ], - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "L" - } ] - } - } ], - "code" : "L" - } - } ], - "name" : "ROSE MEDICAL CENTER (MCOE)", - "address" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ { - "url" : "SAD.1", - "valueString" : "4567 E. NINTH AVENUE" - } ] - }, { - "url" : "XAD.7", - "valueCode" : "B" - } ] - } ], - "use" : "work", - "line" : [ "4567 E. NINTH AVENUE" ], - "city" : "DENVER", - "district" : "S", - "state" : "IG", - "postalCode" : "80220", - "country" : "USA" - } ] - } - }, { - "fullUrl" : "PractitionerRole/1730838914730084000.7dd9dc04-1afe-4e32-85e6-64e364569eac", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1730838914730084000.7dd9dc04-1afe-4e32-85e6-64e364569eac", - "practitioner" : { - "reference" : "Practitioner/1730838914730858000.9ae58182-9c90-423f-a8b7-0875aa64b87e" - }, - "organization" : { - "reference" : "Organization/1730838914732634000.d30d8730-ab33-4f45-88e7-55d10ca20a55" - }, - "code" : [ { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } ] - } ] - } - }, { - "fullUrl" : "Observation/1730838914734896000.8ade4c13-8de9-451c-8e52-e7a17049b8de", - "resource" : { - "resourceType" : "Observation", - "id" : "1730838914734896000.8ade4c13-8de9-451c-8e52-e7a17049b8de", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2028-08-07T16:36:01-06:00", - "_valueDateTime" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280807163601-0600" - } ] - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ { - "url" : "OBX.2", - "valueId" : "CWE" - }, { - "url" : "OBX.11", - "valueString" : "C" - } ] - } ], - "status" : "corrected", - "code" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } ], - "system" : "http://loinc.org", - "version" : "2.40", - "code" : "600-7", - "display" : "Bacteria identified in Blood by Culture" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "BCEXT", - "display" : "EXTENDED BLOOD CULTURE" - } ] - }, - "subject" : { - "reference" : "Patient/1730838914533511000.aeaeccfe-dc12-46f3-81ea-1dfb344b1949" - }, - "encounter" : { - "reference" : "Encounter/1730838914552455000.e00dcab1-8817-427b-bf71-091bff0b1446" - }, - "effectiveDateTime" : "2028-08-02T02:52:01-06:00", - "_effectiveDateTime" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" - } ] - }, - "performer" : [ { - "reference" : "Organization/1730838914735204000.0c8ddf3d-e44a-45ec-8c1b-fe5056d098da" - }, { - "reference" : "PractitionerRole/1730838914735369000.9fb82d20-370a-4513-8b29-b2b2cf5b1c12" - } ], - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "SCT" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/condition-code", - "valueCoding" : { - "system" : "SNOMEDCT", - "code" : "406575008", - "display" : "Infection caused by vancomycin resistant enterococcus (disorder)" - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/condition-code", - "valueCoding" : { - "system" : "SNOMEDCT", - "code" : "406575008", - "display" : "Infection caused by vancomycin resistant enterococcus (disorder)" + }, + { + "fullUrl": "Provenance/1732567199005807000.c686b48b-a0d9-4ec1-9f73-a38cf10999d0", + "resource": { + "resourceType": "Provenance", + "id": "1732567199005807000.c686b48b-a0d9-4ec1-9f73-a38cf10999d0", + "target": [ + { + "reference": "MessageHeader/1732567199004404000.467e37ca-f9d3-472b-b540-e218951a1b94" + }, + { + "reference": "DiagnosticReport/1732567199356748000.fc0e43dd-691b-41de-bd5b-323d746c1386" + }, + { + "reference": "DiagnosticReport/1732567199359055000.aead7c1e-173e-41ea-bbf9-fa3e82f9791d" + }, + { + "reference": "DiagnosticReport/1732567199361322000.8959170f-9898-4e59-8bcb-dad2696865d6" + }, + { + "reference": "DiagnosticReport/1732567199362781000.90549015-0ca5-4d87-ace3-3082703bf9a0" + }, + { + "reference": "DiagnosticReport/1732567199364257000.b75cb014-9f4f-4196-8138-7b6575c4d240" + } + ], + "recorded": "2028-08-08T09:28:05-06:00", + "activity": { + "coding": [ + { + "display": "ORU^R01^ORU_R01" } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/condition-code", - "valueCoding" : { - "system" : "SNOMEDCT", - "code" : "406575008", - "display" : "Infection caused by vancomycin resistant enterococcus (disorder)" + ] + }, + "agent": [ + { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type", + "code": "author" + } + ] + }, + "who": { + "reference": "Organization/1732567199005638000.0d8e3d94-7a5f-4abe-835b-412b8aadb24a" } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/condition-code", - "valueCoding" : { - "system" : "SNOMEDCT", - "code" : "406575008", - "display" : "Infection caused by vancomycin resistant enterococcus (disorder)" + } + ], + "entity": [ + { + "role": "source", + "what": { + "reference": "Device/1732567199006900000.a7666ee4-a336-48a0-90e5-2e50ce5eb764" } - } ], - "system" : "http://snomed.info/sct", - "version" : "07/31/2012", - "code" : "782959008", - "display" : "Vancomycin resistant Enterococcus raffinosus" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "ENTRAFVRE", - "display" : "ENTEROCOCCUS RAFFINOSIS, VRE" - } ], - "text" : "ENTEROCOCCUS RAFFINOSIS, VRE" + } + ] } - } - }, { - "fullUrl" : "Organization/1730838914735204000.0c8ddf3d-e44a-45ec-8c1b-fe5056d098da", - "resource" : { - "resourceType" : "Organization", - "id" : "1730838914735204000.0c8ddf3d-e44a-45ec-8c1b-fe5056d098da", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LB" - } ], - "code" : "MCOE", - "display" : "ROSE MEDICAL CENTER (MCOE)" - } ] - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } ], - "identifier" : [ { - "system" : "LB", - "value" : "MCOE" - } ], - "name" : "ROSE MEDICAL CENTER (MCOE)" - } - }, { - "fullUrl" : "Location/1730838914735548000.d2bb45b6-1102-423c-a55b-7dd741d1cee8", - "resource" : { - "resourceType" : "Location", - "id" : "1730838914735548000.d2bb45b6-1102-423c-a55b-7dd741d1cee8", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ], - "name" : "ROSE MEDICAL CENTER ", - "physicalType" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "si" - } ] + }, + { + "fullUrl": "Organization/1732567199005638000.0d8e3d94-7a5f-4abe-835b-412b8aadb24a", + "resource": { + "resourceType": "Organization", + "id": "1732567199005638000.0d8e3d94-7a5f-4abe-835b-412b8aadb24a", + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" + } + ], + "value": "COCAA" + } + ] } - } - }, { - "fullUrl" : "Practitioner/1730838914736117000.555b8bd6-d491-4b4b-ada7-e0f0208e93f2", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1730838914736117000.555b8bd6-d491-4b4b-ada7-e0f0208e93f2", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ { - "url" : "XCN.3", - "valueString" : "Shalini" - }, { - "url" : "XCN.21", - "valueString" : "MD" - }, { - "url" : "XCN.10", - "valueString" : "L" - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", - "valueReference" : { - "reference" : "Location/1730838914735548000.d2bb45b6-1102-423c-a55b-7dd741d1cee8" - } - } ], - "type" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } ], - "code" : "FI" - } ] - }, - "system" : "RML", - "value" : "1033122247" - } ], - "name" : [ { - "use" : "official", - "family" : "Chahal", - "given" : [ "Shalini" ], - "prefix" : [ "Dr." ], - "suffix" : [ "MD" ] - } ] - } - }, { - "fullUrl" : "Organization/1730838914736846000.eee9bfac-c69b-4eac-84f7-2ece5359e9b5", - "resource" : { - "resourceType" : "Organization", - "id" : "1730838914736846000.eee9bfac-c69b-4eac-84f7-2ece5359e9b5", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } ], - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "L" - } ] - } - } ], - "code" : "L" - } - } ], - "name" : "ROSE MEDICAL CENTER (MCOE)", - "address" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ { - "url" : "SAD.1", - "valueString" : "4567 E. NINTH AVENUE" - } ] - }, { - "url" : "XAD.7", - "valueCode" : "B" - } ] - } ], - "use" : "work", - "line" : [ "4567 E. NINTH AVENUE" ], - "city" : "DENVER", - "district" : "MD", - "state" : "IG", - "postalCode" : "80220", - "country" : "USA" - } ] - } - }, { - "fullUrl" : "PractitionerRole/1730838914735369000.9fb82d20-370a-4513-8b29-b2b2cf5b1c12", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1730838914735369000.9fb82d20-370a-4513-8b29-b2b2cf5b1c12", - "practitioner" : { - "reference" : "Practitioner/1730838914736117000.555b8bd6-d491-4b4b-ada7-e0f0208e93f2" - }, - "organization" : { - "reference" : "Organization/1730838914736846000.eee9bfac-c69b-4eac-84f7-2ece5359e9b5" - }, - "code" : [ { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } ] - } ] - } - }, { - "fullUrl" : "Observation/1730838914738722000.8ab918ff-884f-41ce-bf64-2eaa180562d8", - "resource" : { - "resourceType" : "Observation", - "id" : "1730838914738722000.8ab918ff-884f-41ce-bf64-2eaa180562d8", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "2" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2028-08-07T16:36:01-06:00", - "_valueDateTime" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280807163601-0600" - } ] - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ { - "url" : "OBX.2", - "valueId" : "CWE" - }, { - "url" : "OBX.11", - "valueString" : "C" - } ] - } ], - "status" : "corrected", - "code" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } ], - "system" : "http://loinc.org", - "version" : "2.40", - "code" : "600-7", - "display" : "Bacteria identified in Blood by Culture" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "BCEXT", - "display" : "EXTENDED BLOOD CULTURE" - } ] - }, - "subject" : { - "reference" : "Patient/1730838914533511000.aeaeccfe-dc12-46f3-81ea-1dfb344b1949" - }, - "encounter" : { - "reference" : "Encounter/1730838914552455000.e00dcab1-8817-427b-bf71-091bff0b1446" - }, - "effectiveDateTime" : "2028-08-02T02:52:01-06:00", - "_effectiveDateTime" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" - } ] - }, - "performer" : [ { - "reference" : "Organization/1730838914739040000.7007923b-5132-46ab-bbd3-467c25aaec86" - }, { - "reference" : "PractitionerRole/1730838914739229000.6ad958a3-cd61-4ba8-9ae2-b107b5d2ff44" - } ], - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "SCT" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/condition-code", - "valueCoding" : { - "system" : "SNOMEDCT", - "code" : "45170000", - "display" : "Encephalitis (disorder)" - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/condition-code", - "valueCoding" : { - "system" : "SNOMEDCT", - "code" : "45170000", - "display" : "Encephalitis (disorder)" + }, + { + "fullUrl": "Organization/1732567199006813000.48b42179-85c3-4ec7-837d-24790667328a", + "resource": { + "resourceType": "Organization", + "id": "1732567199006813000.48b42179-85c3-4ec7-837d-24790667328a", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "L" + } + ] + } + } + ], + "code": "L" } - } ], - "system" : "http://snomed.info/sct", - "version" : "07/31/2012", - "code" : "53326005", - "display" : "Candida albicans" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "CANALB", - "display" : "CANDIDA ALBICANS" - } ], - "text" : "CANDIDA ALBICANS" - }, - "note" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ { - "url" : "NTE.2", - "valueId" : "L" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "***THIS IS AN URGENT RESULT***" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } ] - } - } ], - "text" : "***THIS IS AN URGENT RESULT***" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ { - "url" : "NTE.2", - "valueId" : "L" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "***** Test Results Called To And Verbally Read Back" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } ] - } - } ], - "text" : "***** Test Results Called To And Verbally Read Back" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ { - "url" : "NTE.2", - "valueId" : "L" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "By: RICHARD DDI7840 *****" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } ] - } - } ], - "text" : "By: RICHARD DDI7840 *****" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ { - "url" : "NTE.2", - "valueId" : "L" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "(Date: 08/08/21 Time: 1511 Called BY AMLB.IF.)" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } ] - } - } ], - "text" : "(Date: 08/08/21 Time: 1511 Called BY AMLB.IF.)" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ { - "url" : "NTE.2", - "valueId" : "L" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "******************************" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } ] - } - } ], - "text" : "******************************" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ { - "url" : "NTE.2", - "valueId" : "L" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "**THIS IS A CORRECTED REPORT**" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } ] - } - } ], - "text" : "**THIS IS A CORRECTED REPORT**" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ { - "url" : "NTE.2", - "valueId" : "L" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "******************************" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } ] - } - } ], - "text" : "******************************" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ { - "url" : "NTE.2", - "valueId" : "L" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } ] - } - } ] - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ { - "url" : "NTE.2", - "valueId" : "L" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "Original report of ALPHA STRP,NOT ENTEROC.OR PNEU" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } ] - } - } ], - "text" : "Original report of ALPHA STRP,NOT ENTEROC.OR PNEU" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ { - "url" : "NTE.2", - "valueId" : "L" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "has been revised to ENTEROCOCCUS SPECIES (GRP D). " - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } ] - } - } ], - "text" : "has been revised to ENTEROCOCCUS SPECIES (GRP D). " - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ { - "url" : "NTE.2", - "valueId" : "L" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } ] - } - } ] - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ { - "url" : "NTE.2", - "valueId" : "L" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "***** Test Results Called To And Verbally Read Back" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } ] - } - } ], - "text" : "***** Test Results Called To And Verbally Read Back" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ { - "url" : "NTE.2", - "valueId" : "L" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "By: LISA WSJ9135 AT AURORA MICROBIOLOGY *****" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } ] - } - } ], - "text" : "By: LISA WSJ9135 AT AURORA MICROBIOLOGY *****" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ { - "url" : "NTE.2", - "valueId" : "L" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "(Date: 08/06/21 Time: 0945 Called BY AMLB.LJ1.)" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } ] - } - } ], - "text" : "(Date: 08/06/21 Time: 0945 Called BY AMLB.LJ1.)" - } ] - } - }, { - "fullUrl" : "Organization/1730838914739040000.7007923b-5132-46ab-bbd3-467c25aaec86", - "resource" : { - "resourceType" : "Organization", - "id" : "1730838914739040000.7007923b-5132-46ab-bbd3-467c25aaec86", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LB" - } ], - "code" : "MCOE", - "display" : "ROSE MEDICAL CENTER (MCOE)" - } ] - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } ], - "identifier" : [ { - "system" : "LB", - "value" : "MCOE" - } ], - "name" : "ROSE MEDICAL CENTER (MCOE)" - } - }, { - "fullUrl" : "Location/1730838914739429000.b3b0a505-800b-4280-884b-dade7aec1f76", - "resource" : { - "resourceType" : "Location", - "id" : "1730838914739429000.b3b0a505-800b-4280-884b-dade7aec1f76", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ], - "name" : "ROSE MEDICAL CENTER ", - "physicalType" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "si" - } ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ + { + "url": "XON.10", + "valueString": "MEDITECH" + } + ] + } + ], + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "MEDITECH" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "1.3.6.1.4.1.24310" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "XX" + } + ] + }, + "value": "MEDITECH" + } + ], + "name": "MEDITECH, Inc." } - } - }, { - "fullUrl" : "Practitioner/1730838914740161000.04914e7b-0bb1-4d46-b904-ba65db10dbc2", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1730838914740161000.04914e7b-0bb1-4d46-b904-ba65db10dbc2", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ { - "url" : "XCN.3", - "valueString" : "Shalini" - }, { - "url" : "XCN.21", - "valueString" : "MD" - }, { - "url" : "XCN.10", - "valueString" : "L" - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", - "valueReference" : { - "reference" : "Location/1730838914739429000.b3b0a505-800b-4280-884b-dade7aec1f76" - } - } ], - "type" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } ], - "code" : "FI" - } ] - }, - "system" : "RML", - "value" : "1033122247" - } ], - "name" : [ { - "use" : "official", - "family" : "Chahal", - "given" : [ "Shalini" ], - "prefix" : [ "Dr." ], - "suffix" : [ "MD" ] - } ] - } - }, { - "fullUrl" : "Organization/1730838914741038000.daf2a9d1-a101-4305-bddc-5e68e2e075d5", - "resource" : { - "resourceType" : "Organization", - "id" : "1730838914741038000.daf2a9d1-a101-4305-bddc-5e68e2e075d5", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } ], - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "L" - } ] + }, + { + "fullUrl": "Device/1732567199006900000.a7666ee4-a336-48a0-90e5-2e50ce5eb764", + "resource": { + "resourceType": "Device", + "id": "1732567199006900000.a7666ee4-a336-48a0-90e5-2e50ce5eb764", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/software-vendor-org", + "valueReference": { + "reference": "Organization/1732567199006813000.48b42179-85c3-4ec7-837d-24790667328a" + } + } + ], + "manufacturer": "MEDITECH, Inc.", + "deviceName": [ + { + "name": "Laboratory Applicati", + "type": "manufacturer-name" + } + ], + "modelNumber": "20210810", + "version": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/software-install-date", + "valueDateTime": "2021-08-10", + "_valueDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20210810" + } + ] + } + } + ], + "value": "5.67" + } + ] + } + }, + { + "fullUrl": "Provenance/1732567199007755000.7118b927-40ac-4a1e-b9f1-e513e49f8e25", + "resource": { + "resourceType": "Provenance", + "id": "1732567199007755000.7118b927-40ac-4a1e-b9f1-e513e49f8e25", + "recorded": "2024-11-25T15:39:59Z", + "policy": [ + "http://hl7.org/fhir/uv/v2mappings/message-oru-r01-to-bundle" + ], + "activity": { + "coding": [ + { + "code": "v2-FHIR transformation" + } + ] + }, + "agent": [ + { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type", + "code": "assembler" + } + ] + }, + "who": { + "reference": "Organization/1732567199007627000.aa77d250-b88f-47d2-93ab-ebbbcc5e9bcd" + } + } + ] + } + }, + { + "fullUrl": "Organization/1732567199007627000.aa77d250-b88f-47d2-93ab-ebbbcc5e9bcd", + "resource": { + "resourceType": "Organization", + "id": "1732567199007627000.aa77d250-b88f-47d2-93ab-ebbbcc5e9bcd", + "identifier": [ + { + "value": "CDC PRIME - Atlanta" + }, + { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0301" + } + ] + }, + "system": "urn:ietf:rfc:3986", + "value": "2.16.840.1.114222.4.1.237821" + } + ] + } + }, + { + "fullUrl": "Patient/1732567199025839000.d11ba4b4-e7a2-49d8-8e83-76b149257553", + "resource": { + "resourceType": "Patient", + "id": "1732567199025839000.d11ba4b4-e7a2-49d8-8e83-76b149257553", + "meta": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/last-updated-facility-namespace-id", + "valueReference": { + "reference": "Organization/1732567199018837000.90d318e1-73bb-4b7c-b710-0d65228b5a66" + } + } + ], + "lastUpdated": "2021-08-09T08:52:00-06:00", + "_lastUpdated": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20210809085200-0600" + } + ] + } + }, + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/patient-notes", + "valueAnnotation": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension": [ + { + "url": "NTE.2", + "valueId": "P" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId": "EH" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70364" + } + ], + "version": "2.5.1", + "code": "RE", + "display": "Remark" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "V1", + "code": "C", + "display": "Comment" + } + ] + } + } + ], + "text": "EH" + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/pid-patient", + "extension": [ + { + "url": "PID.8", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "M" + } + ] + } + }, + { + "url": "PID.30", + "valueString": "N" + } + ] + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/patient-animal", + "extension": [ + { + "url": "species", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PID.35" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "SCT" + } + ], + "system": "http://snomed.info/sct", + "version": "1", + "code": "337915000", + "display": "Homo sapiens (organism)" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "1", + "code": "Human", + "display": "Human" + } + ] + } + } + ] + }, + { + "url": "http://ibm.com/fhir/cdm/StructureDefinition/local-race-cd", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70005" + } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-Race", + "version": "2.5.1", + "code": "2106-3", + "display": "White" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "W", + "display": "White" + } + ] + } + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/patient-religion", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70006" + } + ], + "code": "NOE", + "display": "Nonreligious" + } + ] + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/ethnic-group", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70189" + } + ], + "system": "http://terminology.hl7.org/CodeSystem/v2-0189", + "version": "2.5.1", + "code": "N", + "display": "Not Hispanic or Latino" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.61", + "code": "2", + "display": "Not Hispanic or Latin" + } + ] + } + } + ], + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-facility", + "valueReference": { + "reference": "Organization/1732567199008445000.f06dcf06-5e1a-4803-a979-dae818f26f49" + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier", + "extension": [ + { + "url": "CX.5", + "valueString": "MR" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PID.3" + } + ], + "type": { + "coding": [ + { + "code": "MR" + } + ] + }, + "system": "MEDITECH", + "_system": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "MEDITECH" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.3.2.2.1.321.111" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "ISO" + } + ] + }, + "value": "100001" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-facility", + "valueReference": { + "reference": "Organization/1732567199009070000.8762fa4b-e253-4bb0-9cd3-838f96fa135c" + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier", + "extension": [ + { + "url": "CX.5", + "valueString": "SS" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PID.3" + } + ], + "type": { + "coding": [ + { + "code": "SS" + } + ] + }, + "system": "MEDITECH", + "_system": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "MEDITECH" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.3.2.2.1.321.111" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "ISO" + } + ] + }, + "value": "285-64-4175" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-facility", + "valueReference": { + "reference": "Organization/1732567199009661000.895e75a4-3a3d-42ac-b425-fca4a15ff565" + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier", + "extension": [ + { + "url": "CX.5", + "valueString": "PI" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PID.3" + } + ], + "type": { + "coding": [ + { + "code": "PI" + } + ] + }, + "system": "MEDITECH", + "_system": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "MEDITECH" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.3.2.2.1.321.111" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "ISO" + } + ] + }, + "value": "X605236" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-facility", + "valueReference": { + "reference": "Organization/1732567199010379000.4dff1ca0-016c-4f61-9f37-49ea51a72952" + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier", + "extension": [ + { + "url": "CX.5", + "valueString": "AN" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PID.3" + } + ], + "type": { + "coding": [ + { + "code": "AN" + } + ] + }, + "system": "MEDITECH", + "_system": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "MEDITECH" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.3.2.2.1.321.111" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "ISO" + } + ] + }, + "value": "E40014904640" + } + ], + "name": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", + "extension": [ + { + "url": "XPN.2", + "valueString": "LONNIE" + }, + { + "url": "XPN.7", + "valueString": "L" + } + ] + } + ], + "use": "official", + "family": "BIERLY", + "given": [ + "LONNIE" + ] + } + ], + "telecom": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString": "1" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString": "303" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString": "6930111" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ + { + "url": "XTN.2", + "valueString": "PRN" + }, + { + "url": "XTN.3", + "valueString": "PH" + }, + { + "url": "XTN.7", + "valueString": "6930111" + } + ] + } + ], + "system": "phone", + "use": "home" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString": "1" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString": "303" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString": "9999999" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ + { + "url": "XTN.2", + "valueString": "WPN" + }, + { + "url": "XTN.3", + "valueString": "PH" + }, + { + "url": "XTN.7", + "valueString": "9999999" + }, + { + "url": "XTN.9", + "valueString": "Business" + } + ] + } + ], + "system": "phone", + "use": "work" + } + ], + "gender": "male", + "birthDate": "1936-10-23", + "_birthDate": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "19361023" + } + ] + }, + "deceasedBoolean": false, + "address": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ + { + "url": "SAD.1", + "valueString": "4673 ELM ST" + } + ] + }, + { + "url": "XAD.2", + "valueString": "CHERRY CRK NURSING CTR" + }, + { + "url": "XAD.7", + "valueCode": "H" + } + ] + } + ], + "use": "home", + "line": [ + "4673 ELM ST", + "CHERRY CRK NURSING CTR" + ], + "city": "CANTERBURY", + "state": "IG", + "postalCode": "80014", + "country": "USA" + } + ], + "maritalStatus": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "S" + } + ] + }, + "contact": [ + { + "extension": [ + { + "url": "https://hl7.org/fhir/StructureDefinition/relationship", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70063" + } + ], + "version": "2.5.1", + "code": "OTH", + "display": "Other" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "OT", + "display": "OTHER RELATIONSHIP" + } + ] + } + } + ], + "relationship": [ + { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70063" + } + ], + "version": "2.5.1", + "code": "OTH", + "display": "Other" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "OT", + "display": "OTHER RELATIONSHIP" + } + ] + } + ], + "name": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", + "extension": [ + { + "url": "XPN.2", + "valueString": "GENARO" + }, + { + "url": "XPN.7", + "valueString": "L" + } + ] + } + ], + "use": "official", + "family": "SURYAN", + "given": [ + "GENARO" + ] + }, + "telecom": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString": "1" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString": "720" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString": "3013954" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ + { + "url": "XTN.2", + "valueString": "PRN" + }, + { + "url": "XTN.3", + "valueString": "PH" + }, + { + "url": "XTN.7", + "valueString": "3013954" + } + ] + } + ], + "system": "phone", + "use": "home" + } + ], + "address": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ + { + "url": "SAD.1", + "valueString": "4861 20TH AVE" + } + ] + }, + { + "url": "XAD.7", + "valueCode": "H" + } + ] + } + ], + "use": "home", + "line": [ + "4861 20TH AVE" + ], + "city": "THUNDER MOUNTAIN", + "state": "IG", + "postalCode": "99999", + "country": "USA" + }, + "organization": { + "reference": "Organization/1732567199020915000.6dd63ecd-8dd2-4324-9ead-39535f6cd4aa" + } + } + ] + } + }, + { + "fullUrl": "Organization/1732567199008445000.f06dcf06-5e1a-4803-a979-dae818f26f49", + "resource": { + "resourceType": "Organization", + "id": "1732567199008445000.f06dcf06-5e1a-4803-a979-dae818f26f49", + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" + } + ], + "value": "COCAA" + } + ] + } + }, + { + "fullUrl": "Organization/1732567199009070000.8762fa4b-e253-4bb0-9cd3-838f96fa135c", + "resource": { + "resourceType": "Organization", + "id": "1732567199009070000.8762fa4b-e253-4bb0-9cd3-838f96fa135c", + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" + } + ], + "value": "COCAA" + } + ] + } + }, + { + "fullUrl": "Organization/1732567199009661000.895e75a4-3a3d-42ac-b425-fca4a15ff565", + "resource": { + "resourceType": "Organization", + "id": "1732567199009661000.895e75a4-3a3d-42ac-b425-fca4a15ff565", + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" + } + ], + "value": "COCAA" + } + ] + } + }, + { + "fullUrl": "Organization/1732567199010379000.4dff1ca0-016c-4f61-9f37-49ea51a72952", + "resource": { + "resourceType": "Organization", + "id": "1732567199010379000.4dff1ca0-016c-4f61-9f37-49ea51a72952", + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" + } + ], + "value": "COCAA" + } + ] + } + }, + { + "fullUrl": "Organization/1732567199018837000.90d318e1-73bb-4b7c-b710-0d65228b5a66", + "resource": { + "resourceType": "Organization", + "id": "1732567199018837000.90d318e1-73bb-4b7c-b710-0d65228b5a66", + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" + } + ], + "value": "COCAA" + } + ] + } + }, + { + "fullUrl": "Organization/1732567199020915000.6dd63ecd-8dd2-4324-9ead-39535f6cd4aa", + "resource": { + "resourceType": "Organization", + "id": "1732567199020915000.6dd63ecd-8dd2-4324-9ead-39535f6cd4aa", + "contact": [ + { + "telecom": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString": "1" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString": "720" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString": "3013954" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ + { + "url": "XTN.2", + "valueString": "WPN" + }, + { + "url": "XTN.3", + "valueString": "PH" + }, + { + "url": "XTN.7", + "valueString": "3013954" + } + ] + } + ], + "system": "phone", + "use": "work" + } + ], + "address": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ + { + "url": "SAD.1", + "valueString": "4861 20TH AVE" + } + ] + }, + { + "url": "XAD.7", + "valueCode": "H" + } + ] + } + ], + "use": "home", + "line": [ + "4861 20TH AVE" + ], + "city": "AURORA", + "state": "IG", + "postalCode": "99999", + "country": "USA" + } + } + ] + } + }, + { + "fullUrl": "Provenance/1732567199027382000.fe8d4ab2-adba-4b4f-a211-a70e1af0e773", + "resource": { + "resourceType": "Provenance", + "id": "1732567199027382000.fe8d4ab2-adba-4b4f-a211-a70e1af0e773", + "target": [ + { + "reference": "Patient/1732567199025839000.d11ba4b4-e7a2-49d8-8e83-76b149257553" + } + ], + "occurredDateTime": "2021-08-09T08:52:00-06:00", + "recorded": "2024-11-25T15:39:59Z", + "activity": { + "coding": [ + { + "system": "https://terminology.hl7.org/CodeSystem/v3-DataOperation", + "code": "UPDATE" + } + ] + }, + "agent": [ + { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type", + "code": "performer" + } + ] + }, + "who": { + "reference": "Organization/1732567199027242000.ab264c8d-5532-44b8-8bf0-6d067e6bffc5" + } + } + ] + } + }, + { + "fullUrl": "Organization/1732567199027242000.ab264c8d-5532-44b8-8bf0-6d067e6bffc5", + "resource": { + "resourceType": "Organization", + "id": "1732567199027242000.ab264c8d-5532-44b8-8bf0-6d067e6bffc5", + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" + } + ], + "value": "COCAA" + } + ] + } + }, + { + "fullUrl": "RelatedPerson/1732567199030030000.b81bb95a-e977-4e0f-860b-322b0685fdc0", + "resource": { + "resourceType": "RelatedPerson", + "id": "1732567199030030000.b81bb95a-e977-4e0f-860b-322b0685fdc0", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", + "valueString": "NK1" + } + ], + "patient": { + "reference": "Patient/1732567199025839000.d11ba4b4-e7a2-49d8-8e83-76b149257553" + }, + "relationship": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "NK1.3" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70063" + } + ], + "version": "2.5.1", + "code": "OTH", + "display": "Other" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "OT", + "display": "OTHER RELATIONSHIP" + } + ] + } + ], + "name": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "NK1.2" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", + "extension": [ + { + "url": "XPN.2", + "valueString": "GENARO" + }, + { + "url": "XPN.7", + "valueString": "L" + } + ] + } + ], + "use": "official", + "family": "SURYAN", + "given": [ + "GENARO" + ] + } + ], + "telecom": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString": "1" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString": "720" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString": "3013954" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ + { + "url": "XTN.2", + "valueString": "PRN" + }, + { + "url": "XTN.3", + "valueString": "PH" + }, + { + "url": "XTN.7", + "valueString": "3013954" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "NK1.5" + } + ], + "system": "phone", + "use": "home" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString": "1" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString": "720" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString": "3013954" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ + { + "url": "XTN.2", + "valueString": "WPN" + }, + { + "url": "XTN.3", + "valueString": "PH" + }, + { + "url": "XTN.7", + "valueString": "3013954" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "NK1.31" + } + ], + "system": "phone", + "use": "work" + } + ], + "address": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "NK1.4" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ + { + "url": "SAD.1", + "valueString": "4861 20TH AVE" + } + ] + }, + { + "url": "XAD.7", + "valueCode": "H" + } + ] + } + ], + "use": "home", + "line": [ + "4861 20TH AVE" + ], + "city": "THUNDER MOUNTAIN", + "state": "IG", + "postalCode": "99999", + "country": "USA" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "NK1.32" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ + { + "url": "SAD.1", + "valueString": "4861 20TH AVE" + } + ] + }, + { + "url": "XAD.7", + "valueCode": "H" + } + ] + } + ], + "use": "home", + "line": [ + "4861 20TH AVE" + ], + "city": "AURORA", + "state": "IG", + "postalCode": "99999", + "country": "USA" + } + ] + } + }, + { + "fullUrl": "Encounter/1732567199044714000.5e1e8a9d-e832-4413-917e-61b306176c3c", + "resource": { + "resourceType": "Encounter", + "id": "1732567199044714000.5e1e8a9d-e832-4413-917e-61b306176c3c", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/pv1-patient-visit", + "extension": [ + { + "url": "PV1.18", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "IN" + } + ] + } + }, + { + "url": "PV1.39", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "COCAA" + } + ] + } + }, + { + "url": "PV1.41", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "AD" + } + ] + } + } + ] + } + ], + "status": "in-progress", + "class": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/pv1-2-patient-class", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "I" + } + ] + } + } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode", + "code": "IMP", + "display": "inpatient encounter" + }, + "type": [ + { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "E" + } + ] + } + ], + "serviceType": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "ICU" + } + ] + }, + "subject": { + "reference": "Patient/1732567199025839000.d11ba4b4-e7a2-49d8-8e83-76b149257553" + }, + "episodeOfCare": [ + { + "reference": "EpisodeOfCare/1732567199045254000.75995b97-4484-4b6f-9a95-e2094ec15c38" + } + ], + "participant": [ + { + "type": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "code": "ATND", + "display": "attender" + } + ] + } + ], + "individual": { + "reference": "Practitioner/1732567199036256000.e300ef6f-d1d5-4307-bab2-1acb5127291a" + } + }, + { + "type": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "code": "REF" + } + ], + "text": "referrer" + } + ], + "individual": { + "reference": "Practitioner/1732567199037634000.db3178c2-55d7-4fbc-b85a-8ebc37a3a700" + } + }, + { + "type": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "code": "CON" + } + ], + "text": "consultant" + } + ], + "individual": { + "reference": "Practitioner/1732567199039922000.00cde554-1490-4a7d-b140-feed9bc52201" + } + }, + { + "type": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "code": "CON" + } + ], + "text": "consultant" + } + ], + "individual": { + "reference": "Practitioner/1732567199040769000.9a1f1d90-965c-4c09-9958-a584cd15f545" + } + }, + { + "type": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "code": "CON" + } + ], + "text": "consultant" + } + ], + "individual": { + "reference": "Practitioner/1732567199041558000.b95ec212-9b02-455e-9719-556d749fa7b8" + } + }, + { + "type": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "code": "ADM" + } + ], + "text": "admitter" + } + ], + "individual": { + "reference": "Practitioner/1732567199042363000.798ea31c-9244-4a74-a1ea-054cfcecb55f" + } + } + ], + "period": { + "start": "2028-08-02T05:56:00Z", + "_start": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "202808020556" + } + ] + } + }, + "hospitalization": { + "admitSource": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "PR" + } + ] + }, + "dischargeDisposition": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "SAP" + } + ] + } + }, + "location": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PV1.3" + } + ], + "location": { + "reference": "Location/1732567199043855000.3f102a4c-29e8-44d5-86f1-7d620c75e53a" + }, + "status": "active" + } + ] + } + }, + { + "fullUrl": "Practitioner/1732567199036256000.e300ef6f-d1d5-4307-bab2-1acb5127291a", + "resource": { + "resourceType": "Practitioner", + "id": "1732567199036256000.e300ef6f-d1d5-4307-bab2-1acb5127291a", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Medical Center of Au" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.144" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ + { + "url": "XCN.3", + "valueString": "James" + }, + { + "url": "XCN.4", + "valueString": "Madison" + }, + { + "url": "XCN.7", + "valueString": "MD" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PV1.7" + } + ], + "identifier": [ + { + "type": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true + } + ], + "code": "NPI" + } + ] + }, + "system": "Medical Center of Au", + "value": "1437205069" + } + ], + "name": [ + { + "family": "Hunt", + "given": [ + "James", + "Madison" + ], + "suffix": [ + "MD" + ] + } + ] + } + }, + { + "fullUrl": "Practitioner/1732567199037634000.db3178c2-55d7-4fbc-b85a-8ebc37a3a700", + "resource": { + "resourceType": "Practitioner", + "id": "1732567199037634000.db3178c2-55d7-4fbc-b85a-8ebc37a3a700", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Medical Center of Au" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.144" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ + { + "url": "XCN.3", + "valueString": "James" + }, + { + "url": "XCN.4", + "valueString": "Madison" + }, + { + "url": "XCN.7", + "valueString": "MD" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PV1.8" + } + ], + "identifier": [ + { + "type": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true + } + ], + "code": "NPI" + } + ] + }, + "system": "Medical Center of Au", + "value": "1437205069" + } + ], + "name": [ + { + "family": "Hunt", + "given": [ + "James", + "Madison" + ], + "suffix": [ + "MD" + ] + } + ] + } + }, + { + "fullUrl": "Practitioner/1732567199039922000.00cde554-1490-4a7d-b140-feed9bc52201", + "resource": { + "resourceType": "Practitioner", + "id": "1732567199039922000.00cde554-1490-4a7d-b140-feed9bc52201", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Medical Center of Au" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.144" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ + { + "url": "XCN.3", + "valueString": "James" + }, + { + "url": "XCN.4", + "valueString": "Madison" + }, + { + "url": "XCN.7", + "valueString": "MD" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PV1.9" + } + ], + "identifier": [ + { + "type": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true + } + ], + "code": "NPI" + } + ] + }, + "system": "Medical Center of Au", + "value": "1437205069" + } + ], + "name": [ + { + "family": "Hunt", + "given": [ + "James", + "Madison" + ], + "suffix": [ + "MD" + ] + } + ] + } + }, + { + "fullUrl": "Organization/1732567199040132000.00659366-2881-41e3-9a11-2ddfba58e29e", + "resource": { + "resourceType": "Organization", + "id": "1732567199040132000.00659366-2881-41e3-9a11-2ddfba58e29e", + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" + } + ], + "value": "Medical Center of Au" + } + ] + } + }, + { + "fullUrl": "Practitioner/1732567199040769000.9a1f1d90-965c-4c09-9958-a584cd15f545", + "resource": { + "resourceType": "Practitioner", + "id": "1732567199040769000.9a1f1d90-965c-4c09-9958-a584cd15f545", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Medical Center of Au" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ + { + "url": "XCN.3", + "valueString": "James" + }, + { + "url": "XCN.4", + "valueString": "M" + }, + { + "url": "XCN.7", + "valueString": "MD" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PV1.9" + } + ], + "identifier": [ + { + "type": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true + } + ], + "code": "NPI" + } + ] + }, + "value": "1962467126", + "assigner": { + "reference": "Organization/1732567199040132000.00659366-2881-41e3-9a11-2ddfba58e29e" + } + } + ], + "name": [ + { + "family": "Neid", + "given": [ + "James", + "M" + ], + "suffix": [ + "MD" + ] + } + ] + } + }, + { + "fullUrl": "Organization/1732567199040970000.5735462e-1f52-4fce-8dd7-40b88c0985df", + "resource": { + "resourceType": "Organization", + "id": "1732567199040970000.5735462e-1f52-4fce-8dd7-40b88c0985df", + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" + } + ], + "value": "Medical Center of Au" + } + ] + } + }, + { + "fullUrl": "Practitioner/1732567199041558000.b95ec212-9b02-455e-9719-556d749fa7b8", + "resource": { + "resourceType": "Practitioner", + "id": "1732567199041558000.b95ec212-9b02-455e-9719-556d749fa7b8", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Medical Center of Au" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ + { + "url": "XCN.3", + "valueString": "Todd" + }, + { + "url": "XCN.7", + "valueString": "NP" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PV1.9" + } + ], + "identifier": [ + { + "type": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true + } + ], + "code": "NPI" + } + ] + }, + "value": "1184669806", + "assigner": { + "reference": "Organization/1732567199040970000.5735462e-1f52-4fce-8dd7-40b88c0985df" + } + } + ], + "name": [ + { + "family": "Hultman", + "given": [ + "Todd" + ], + "suffix": [ + "NP" + ] + } + ] + } + }, + { + "fullUrl": "Practitioner/1732567199042363000.798ea31c-9244-4a74-a1ea-054cfcecb55f", + "resource": { + "resourceType": "Practitioner", + "id": "1732567199042363000.798ea31c-9244-4a74-a1ea-054cfcecb55f", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Medical Center of Au" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.144" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ + { + "url": "XCN.3", + "valueString": "James" + }, + { + "url": "XCN.4", + "valueString": "Madison" + }, + { + "url": "XCN.7", + "valueString": "MD" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PV1.17" + } + ], + "identifier": [ + { + "type": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true + } + ], + "code": "NPI" + } + ] + }, + "system": "Medical Center of Au", + "value": "1437205069" + } + ], + "name": [ + { + "family": "Hunt", + "given": [ + "James", + "Madison" + ], + "suffix": [ + "MD" + ] + } + ] + } + }, + { + "fullUrl": "Location/1732567199043402000.b2cd2b55-3968-4ecf-8417-b8e77ef149b7", + "resource": { + "resourceType": "Location", + "id": "1732567199043402000.b2cd2b55-3968-4ecf-8417-b8e77ef149b7", + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" + } + ], + "value": "E.ICUB" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" + } + ] + } + ], + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "_code": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/location-physical-type-poc", + "valueString": "poc" + } + ] + } + } + ] + } + } + }, + { + "fullUrl": "Location/1732567199043476000.0257175d-62e0-4765-90ba-7bde31a1d1f0", + "resource": { + "resourceType": "Location", + "id": "1732567199043476000.0257175d-62e0-4765-90ba-7bde31a1d1f0", + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" + } + ], + "value": "E.ICB" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" + } + ] + } + ], + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "ro" + } + ] + }, + "partOf": { + "reference": "Location/1732567199043402000.b2cd2b55-3968-4ecf-8417-b8e77ef149b7" + } + } + }, + { + "fullUrl": "Location/1732567199043855000.3f102a4c-29e8-44d5-86f1-7d620c75e53a", + "resource": { + "resourceType": "Location", + "id": "1732567199043855000.3f102a4c-29e8-44d5-86f1-7d620c75e53a", + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" + } + ], + "value": "05" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" + } + ] + } + ], + "mode": "instance", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "bd" + } + ] + }, + "partOf": { + "reference": "Location/1732567199043476000.0257175d-62e0-4765-90ba-7bde31a1d1f0" + } + } + }, + { + "fullUrl": "EpisodeOfCare/1732567199045254000.75995b97-4484-4b6f-9a95-e2094ec15c38", + "resource": { + "resourceType": "EpisodeOfCare", + "id": "1732567199045254000.75995b97-4484-4b6f-9a95-e2094ec15c38", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PV1.54" + } + ] + } + }, + { + "fullUrl": "Observation/1732567199047490000.fabe7bf9-7271-45b1-bf3e-573fecaab793", + "resource": { + "resourceType": "Observation", + "id": "1732567199047490000.fabe7bf9-7271-45b1-bf3e-573fecaab793", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "1.1" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime": "2028-08-07T16:36:01-06:00", + "_valueDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20280807163601-0600" + } + ] + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ + { + "url": "OBX.2", + "valueId": "ST" + }, + { + "url": "OBX.11", + "valueString": "C" + } + ] + } + ], + "status": "corrected", + "code": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "version": "2.40", + "code": "600-7", + "display": "Bacteria identified in Blood by Culture" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "BCEXT", + "display": "EXTENDED BLOOD CULTURE" + } + ] + }, + "subject": { + "reference": "Patient/1732567199025839000.d11ba4b4-e7a2-49d8-8e83-76b149257553" + }, + "encounter": { + "reference": "Encounter/1732567199044714000.5e1e8a9d-e832-4413-917e-61b306176c3c" + }, + "effectiveDateTime": "2028-08-02T02:52:01-06:00", + "_effectiveDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20280802025201-0600" + } + ] + }, + "performer": [ + { + "reference": "Organization/1732567199047875000.01cce4b5-717e-4a72-987c-82d4d9839333" + }, + { + "reference": "PractitionerRole/1732567199048017000.f74a9434-c892-403b-b94e-5b27683bc19c" + } + ], + "dataAbsentReason": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/data-absent-reason", + "code": "unknown" + } + ] + } + } + }, + { + "fullUrl": "Organization/1732567199047875000.01cce4b5-717e-4a72-987c-82d4d9839333", + "resource": { + "resourceType": "Organization", + "id": "1732567199047875000.01cce4b5-717e-4a72-987c-82d4d9839333", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LB" + } + ], + "code": "MCOE", + "display": "ROSE MEDICAL CENTER (MCOE)" + } + ] + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBX.15" + } + ], + "identifier": [ + { + "system": "LB", + "value": "MCOE" + } + ], + "name": "ROSE MEDICAL CENTER (MCOE)" + } + }, + { + "fullUrl": "Location/1732567199048261000.c72762b2-9c72-47e7-a26c-a40b6185b868", + "resource": { + "resourceType": "Location", + "id": "1732567199048261000.c72762b2-9c72-47e7-a26c-a40b6185b868", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ], + "name": "ROSE MEDICAL CENTER ", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" + } + ] + } + } + }, + { + "fullUrl": "Practitioner/1732567199049730000.fe95d27e-4e53-48d1-9d59-c43befb7e2ca", + "resource": { + "resourceType": "Practitioner", + "id": "1732567199049730000.fe95d27e-4e53-48d1-9d59-c43befb7e2ca", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "RML" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ + { + "url": "XCN.3", + "valueString": "Shalini" + }, + { + "url": "XCN.21", + "valueString": "MD" + }, + { + "url": "XCN.10", + "valueString": "L" + } + ] + } + ], + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference": { + "reference": "Location/1732567199048261000.c72762b2-9c72-47e7-a26c-a40b6185b868" + } + } + ], + "type": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true + } + ], + "code": "FI" + } + ] + }, + "system": "RML", + "value": "1033122247" + } + ], + "name": [ + { + "use": "official", + "family": "Chahal", + "given": [ + "Shalini" + ], + "prefix": [ + "Dr." + ], + "suffix": [ + "MD" + ] + } + ] + } + }, + { + "fullUrl": "Organization/1732567199052508000.00dbf849-a127-41ba-82e2-1819a0e1a311", + "resource": { + "resourceType": "Organization", + "id": "1732567199052508000.00dbf849-a127-41ba-82e2-1819a0e1a311", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "L" + } + ] + } + } + ], + "code": "L" + } + } + ], + "name": "ROSE MEDICAL CENTER (MCOE)", + "address": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ + { + "url": "SAD.1", + "valueString": "4567 E. NINTH AVENUE" + } + ] + }, + { + "url": "XAD.7", + "valueCode": "B" + } + ] + } + ], + "use": "work", + "line": [ + "4567 E. NINTH AVENUE" + ], + "city": "DENVER", + "district": "S", + "state": "IG", + "postalCode": "80220", + "country": "USA" + } + ] + } + }, + { + "fullUrl": "PractitionerRole/1732567199048017000.f74a9434-c892-403b-b94e-5b27683bc19c", + "resource": { + "resourceType": "PractitionerRole", + "id": "1732567199048017000.f74a9434-c892-403b-b94e-5b27683bc19c", + "practitioner": { + "reference": "Practitioner/1732567199049730000.fe95d27e-4e53-48d1-9d59-c43befb7e2ca" + }, + "organization": { + "reference": "Organization/1732567199052508000.00dbf849-a127-41ba-82e2-1819a0e1a311" + }, + "code": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0912", + "code": "MDIR" + } + ] + } + ] + } + }, + { + "fullUrl": "Observation/1732567199054451000.5d56f5b0-9d28-48a2-aca2-6096f3dd9202", + "resource": { + "resourceType": "Observation", + "id": "1732567199054451000.5d56f5b0-9d28-48a2-aca2-6096f3dd9202", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "1" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime": "2028-08-07T16:36:01-06:00", + "_valueDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20280807163601-0600" + } + ] + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ + { + "url": "OBX.2", + "valueId": "CWE" + }, + { + "url": "OBX.11", + "valueString": "C" + } + ] + } + ], + "status": "corrected", + "code": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "version": "2.40", + "code": "600-7", + "display": "Bacteria identified in Blood by Culture" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "BCEXT", + "display": "EXTENDED BLOOD CULTURE" + } + ] + }, + "subject": { + "reference": "Patient/1732567199025839000.d11ba4b4-e7a2-49d8-8e83-76b149257553" + }, + "encounter": { + "reference": "Encounter/1732567199044714000.5e1e8a9d-e832-4413-917e-61b306176c3c" + }, + "effectiveDateTime": "2028-08-02T02:52:01-06:00", + "_effectiveDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20280802025201-0600" + } + ] + }, + "performer": [ + { + "reference": "Organization/1732567199054791000.94d56e9e-093a-4c3c-8b7f-243adf837966" + }, + { + "reference": "PractitionerRole/1732567199054933000.f3c95499-88e3-46bc-8433-3a983b39d220" + } + ], + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "SCT" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/condition-code", + "valueCoding": { + "system": "SNOMEDCT", + "code": "406575008", + "display": "Infection caused by vancomycin resistant enterococcus (disorder)" + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/condition-code", + "valueCoding": { + "system": "SNOMEDCT", + "code": "406575008", + "display": "Infection caused by vancomycin resistant enterococcus (disorder)" + } + } + ], + "system": "http://snomed.info/sct", + "version": "07/31/2012", + "code": "782959008", + "display": "Vancomycin resistant Enterococcus raffinosus" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "ENTRAFVRE", + "display": "ENTEROCOCCUS RAFFINOSIS, VRE" + } + ], + "text": "ENTEROCOCCUS RAFFINOSIS, VRE" + } + } + }, + { + "fullUrl": "Organization/1732567199054791000.94d56e9e-093a-4c3c-8b7f-243adf837966", + "resource": { + "resourceType": "Organization", + "id": "1732567199054791000.94d56e9e-093a-4c3c-8b7f-243adf837966", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LB" + } + ], + "code": "MCOE", + "display": "ROSE MEDICAL CENTER (MCOE)" + } + ] + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBX.15" + } + ], + "identifier": [ + { + "system": "LB", + "value": "MCOE" + } + ], + "name": "ROSE MEDICAL CENTER (MCOE)" + } + }, + { + "fullUrl": "Location/1732567199055120000.83047de3-6d38-48de-97ec-50cbf7ec1d45", + "resource": { + "resourceType": "Location", + "id": "1732567199055120000.83047de3-6d38-48de-97ec-50cbf7ec1d45", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ], + "name": "ROSE MEDICAL CENTER ", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" + } + ] + } + } + }, + { + "fullUrl": "Practitioner/1732567199055913000.b82692c1-4d33-4a06-949f-d51a11cbe31e", + "resource": { + "resourceType": "Practitioner", + "id": "1732567199055913000.b82692c1-4d33-4a06-949f-d51a11cbe31e", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "RML" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ + { + "url": "XCN.3", + "valueString": "Shalini" + }, + { + "url": "XCN.21", + "valueString": "MD" + }, + { + "url": "XCN.10", + "valueString": "L" + } + ] + } + ], + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference": { + "reference": "Location/1732567199055120000.83047de3-6d38-48de-97ec-50cbf7ec1d45" + } + } + ], + "type": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true + } + ], + "code": "FI" + } + ] + }, + "system": "RML", + "value": "1033122247" + } + ], + "name": [ + { + "use": "official", + "family": "Chahal", + "given": [ + "Shalini" + ], + "prefix": [ + "Dr." + ], + "suffix": [ + "MD" + ] + } + ] + } + }, + { + "fullUrl": "Organization/1732567199058462000.2b98266a-950d-4efc-b8c9-ff3ac2a24dac", + "resource": { + "resourceType": "Organization", + "id": "1732567199058462000.2b98266a-950d-4efc-b8c9-ff3ac2a24dac", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "L" + } + ] + } + } + ], + "code": "L" + } + } + ], + "name": "ROSE MEDICAL CENTER (MCOE)", + "address": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ + { + "url": "SAD.1", + "valueString": "4567 E. NINTH AVENUE" + } + ] + }, + { + "url": "XAD.7", + "valueCode": "B" + } + ] + } + ], + "use": "work", + "line": [ + "4567 E. NINTH AVENUE" + ], + "city": "DENVER", + "district": "MD", + "state": "IG", + "postalCode": "80220", + "country": "USA" + } + ] + } + }, + { + "fullUrl": "PractitionerRole/1732567199054933000.f3c95499-88e3-46bc-8433-3a983b39d220", + "resource": { + "resourceType": "PractitionerRole", + "id": "1732567199054933000.f3c95499-88e3-46bc-8433-3a983b39d220", + "practitioner": { + "reference": "Practitioner/1732567199055913000.b82692c1-4d33-4a06-949f-d51a11cbe31e" + }, + "organization": { + "reference": "Organization/1732567199058462000.2b98266a-950d-4efc-b8c9-ff3ac2a24dac" + }, + "code": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0912", + "code": "MDIR" + } + ] + } + ] + } + }, + { + "fullUrl": "Observation/1732567199060378000.fcfe2ad2-c4fb-43d1-81fb-562a506ec857", + "resource": { + "resourceType": "Observation", + "id": "1732567199060378000.fcfe2ad2-c4fb-43d1-81fb-562a506ec857", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "2" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime": "2028-08-07T16:36:01-06:00", + "_valueDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20280807163601-0600" + } + ] + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ + { + "url": "OBX.2", + "valueId": "CWE" + }, + { + "url": "OBX.11", + "valueString": "C" + } + ] + } + ], + "status": "corrected", + "code": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "version": "2.40", + "code": "600-7", + "display": "Bacteria identified in Blood by Culture" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "BCEXT", + "display": "EXTENDED BLOOD CULTURE" + } + ] + }, + "subject": { + "reference": "Patient/1732567199025839000.d11ba4b4-e7a2-49d8-8e83-76b149257553" + }, + "encounter": { + "reference": "Encounter/1732567199044714000.5e1e8a9d-e832-4413-917e-61b306176c3c" + }, + "effectiveDateTime": "2028-08-02T02:52:01-06:00", + "_effectiveDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20280802025201-0600" + } + ] + }, + "performer": [ + { + "reference": "Organization/1732567199060774000.0f606b72-8ad0-4404-afae-38190489fa14" + }, + { + "reference": "PractitionerRole/1732567199060916000.52a88069-5ad6-40a3-b7a0-360c28dc509c" + } + ], + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "SCT" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/condition-code", + "valueCoding": { + "system": "SNOMEDCT", + "code": "45170000", + "display": "Encephalitis (disorder)" + } + } + ], + "system": "http://snomed.info/sct", + "version": "07/31/2012", + "code": "53326005", + "display": "Candida albicans" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "CANALB", + "display": "CANDIDA ALBICANS" + } + ], + "text": "CANDIDA ALBICANS" + }, + "note": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension": [ + { + "url": "NTE.2", + "valueId": "L" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId": "***THIS IS AN URGENT RESULT***" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70364" + } + ], + "version": "2.5.1", + "code": "RE", + "display": "Remark" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "C", + "display": "Comment" + } + ] + } + } + ], + "text": "***THIS IS AN URGENT RESULT***" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension": [ + { + "url": "NTE.2", + "valueId": "L" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId": "***** Test Results Called To And Verbally Read Back" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70364" + } + ], + "version": "2.5.1", + "code": "RE", + "display": "Remark" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "C", + "display": "Comment" + } + ] + } + } + ], + "text": "***** Test Results Called To And Verbally Read Back" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension": [ + { + "url": "NTE.2", + "valueId": "L" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId": "By: RICHARD DDI7840 *****" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70364" + } + ], + "version": "2.5.1", + "code": "RE", + "display": "Remark" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "C", + "display": "Comment" + } + ] + } + } + ], + "text": "By: RICHARD DDI7840 *****" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension": [ + { + "url": "NTE.2", + "valueId": "L" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId": "(Date: 08/08/21 Time: 1511 Called BY AMLB.IF.)" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70364" + } + ], + "version": "2.5.1", + "code": "RE", + "display": "Remark" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "C", + "display": "Comment" + } + ] + } + } + ], + "text": "(Date: 08/08/21 Time: 1511 Called BY AMLB.IF.)" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension": [ + { + "url": "NTE.2", + "valueId": "L" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId": "******************************" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70364" + } + ], + "version": "2.5.1", + "code": "RE", + "display": "Remark" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "C", + "display": "Comment" + } + ] + } + } + ], + "text": "******************************" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension": [ + { + "url": "NTE.2", + "valueId": "L" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId": "**THIS IS A CORRECTED REPORT**" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70364" + } + ], + "version": "2.5.1", + "code": "RE", + "display": "Remark" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "C", + "display": "Comment" + } + ] + } + } + ], + "text": "**THIS IS A CORRECTED REPORT**" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension": [ + { + "url": "NTE.2", + "valueId": "L" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId": "******************************" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70364" + } + ], + "version": "2.5.1", + "code": "RE", + "display": "Remark" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "C", + "display": "Comment" + } + ] + } + } + ], + "text": "******************************" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension": [ + { + "url": "NTE.2", + "valueId": "L" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70364" + } + ], + "version": "2.5.1", + "code": "RE", + "display": "Remark" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "C", + "display": "Comment" + } + ] + } + } + ] + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension": [ + { + "url": "NTE.2", + "valueId": "L" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId": "Original report of ALPHA STRP,NOT ENTEROC.OR PNEU" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70364" + } + ], + "version": "2.5.1", + "code": "RE", + "display": "Remark" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "C", + "display": "Comment" + } + ] + } + } + ], + "text": "Original report of ALPHA STRP,NOT ENTEROC.OR PNEU" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension": [ + { + "url": "NTE.2", + "valueId": "L" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId": "has been revised to ENTEROCOCCUS SPECIES (GRP D). " + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70364" + } + ], + "version": "2.5.1", + "code": "RE", + "display": "Remark" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "C", + "display": "Comment" + } + ] + } + } + ], + "text": "has been revised to ENTEROCOCCUS SPECIES (GRP D). " + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension": [ + { + "url": "NTE.2", + "valueId": "L" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70364" + } + ], + "version": "2.5.1", + "code": "RE", + "display": "Remark" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "C", + "display": "Comment" + } + ] + } + } + ] + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension": [ + { + "url": "NTE.2", + "valueId": "L" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId": "***** Test Results Called To And Verbally Read Back" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70364" + } + ], + "version": "2.5.1", + "code": "RE", + "display": "Remark" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "C", + "display": "Comment" + } + ] + } + } + ], + "text": "***** Test Results Called To And Verbally Read Back" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension": [ + { + "url": "NTE.2", + "valueId": "L" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId": "By: LISA WSJ9135 AT AURORA MICROBIOLOGY *****" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70364" + } + ], + "version": "2.5.1", + "code": "RE", + "display": "Remark" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "C", + "display": "Comment" + } + ] + } + } + ], + "text": "By: LISA WSJ9135 AT AURORA MICROBIOLOGY *****" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension": [ + { + "url": "NTE.2", + "valueId": "L" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId": "(Date: 08/06/21 Time: 0945 Called BY AMLB.LJ1.)" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70364" + } + ], + "version": "2.5.1", + "code": "RE", + "display": "Remark" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "C", + "display": "Comment" + } + ] + } + } + ], + "text": "(Date: 08/06/21 Time: 0945 Called BY AMLB.LJ1.)" + } + ] + } + }, + { + "fullUrl": "Organization/1732567199060774000.0f606b72-8ad0-4404-afae-38190489fa14", + "resource": { + "resourceType": "Organization", + "id": "1732567199060774000.0f606b72-8ad0-4404-afae-38190489fa14", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LB" + } + ], + "code": "MCOE", + "display": "ROSE MEDICAL CENTER (MCOE)" + } + ] + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBX.15" + } + ], + "identifier": [ + { + "system": "LB", + "value": "MCOE" + } + ], + "name": "ROSE MEDICAL CENTER (MCOE)" + } + }, + { + "fullUrl": "Location/1732567199061109000.5681fde5-8cfe-4a9a-b60a-711d80f987d2", + "resource": { + "resourceType": "Location", + "id": "1732567199061109000.5681fde5-8cfe-4a9a-b60a-711d80f987d2", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ], + "name": "ROSE MEDICAL CENTER ", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" + } + ] + } + } + }, + { + "fullUrl": "Practitioner/1732567199061814000.6974189b-649a-47d6-bcf4-85c4673b1b18", + "resource": { + "resourceType": "Practitioner", + "id": "1732567199061814000.6974189b-649a-47d6-bcf4-85c4673b1b18", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "RML" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ + { + "url": "XCN.3", + "valueString": "Shalini" + }, + { + "url": "XCN.21", + "valueString": "MD" + }, + { + "url": "XCN.10", + "valueString": "L" + } + ] + } + ], + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference": { + "reference": "Location/1732567199061109000.5681fde5-8cfe-4a9a-b60a-711d80f987d2" + } + } + ], + "type": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true + } + ], + "code": "FI" + } + ] + }, + "system": "RML", + "value": "1033122247" + } + ], + "name": [ + { + "use": "official", + "family": "Chahal", + "given": [ + "Shalini" + ], + "prefix": [ + "Dr." + ], + "suffix": [ + "MD" + ] + } + ] + } + }, + { + "fullUrl": "Organization/1732567199065007000.ba9c6b50-6ee7-4e52-bd3c-cd0478476298", + "resource": { + "resourceType": "Organization", + "id": "1732567199065007000.ba9c6b50-6ee7-4e52-bd3c-cd0478476298", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "L" + } + ] + } + } + ], + "code": "L" + } + } + ], + "name": "ROSE MEDICAL CENTER (MCOE)", + "address": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ + { + "url": "SAD.1", + "valueString": "4567 E. NINTH AVENUE" + } + ] + }, + { + "url": "XAD.7", + "valueCode": "B" + } + ] + } + ], + "use": "work", + "line": [ + "4567 E. NINTH AVENUE" + ], + "city": "DENVER", + "district": "MD", + "state": "IG", + "postalCode": "80220", + "country": "USA" + } + ] + } + }, + { + "fullUrl": "PractitionerRole/1732567199060916000.52a88069-5ad6-40a3-b7a0-360c28dc509c", + "resource": { + "resourceType": "PractitionerRole", + "id": "1732567199060916000.52a88069-5ad6-40a3-b7a0-360c28dc509c", + "practitioner": { + "reference": "Practitioner/1732567199061814000.6974189b-649a-47d6-bcf4-85c4673b1b18" + }, + "organization": { + "reference": "Organization/1732567199065007000.ba9c6b50-6ee7-4e52-bd3c-cd0478476298" + }, + "code": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0912", + "code": "MDIR" + } + ] + } + ] + } + }, + { + "fullUrl": "Observation/1732567199077189000.133e6966-1206-491f-8afc-cda8f9ff0e3a", + "resource": { + "resourceType": "Observation", + "id": "1732567199077189000.133e6966-1206-491f-8afc-cda8f9ff0e3a", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "1.1" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime": "2021-08-10T06:25:00-06:00", + "_valueDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20210810062500-0600" + } + ] + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ + { + "url": "OBX.2", + "valueId": "ST" + }, + { + "url": "OBX.11", + "valueString": "C" + } + ] + } + ], + "status": "corrected", + "code": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "version": "2.40", + "code": "600-7", + "display": "Bacteria identified in Blood by Culture" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "BLOODC", + "display": "BLOOD CULTURE" + } + ] + }, + "subject": { + "reference": "Patient/1732567199025839000.d11ba4b4-e7a2-49d8-8e83-76b149257553" + }, + "encounter": { + "reference": "Encounter/1732567199044714000.5e1e8a9d-e832-4413-917e-61b306176c3c" + }, + "effectiveDateTime": "2028-08-02T02:52:01-06:00", + "_effectiveDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20280802025201-0600" + } + ] + }, + "performer": [ + { + "reference": "Organization/1732567199077545000.fe6ecfba-4eed-4dec-8531-b7e071f962f6" + }, + { + "reference": "PractitionerRole/1732567199077704000.7a6fdb01-cd74-4e9d-b9af-f1890491e79a" + } + ], + "dataAbsentReason": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/data-absent-reason", + "code": "unknown" + } + ] + } + } + }, + { + "fullUrl": "Organization/1732567199077545000.fe6ecfba-4eed-4dec-8531-b7e071f962f6", + "resource": { + "resourceType": "Organization", + "id": "1732567199077545000.fe6ecfba-4eed-4dec-8531-b7e071f962f6", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LB" + } + ], + "code": "RML", + "display": "TMCA, SOUTH CAMPUS" + } + ] + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBX.15" + } + ], + "identifier": [ + { + "system": "LB", + "value": "RML" + } + ], + "name": "TMCA, SOUTH CAMPUS" + } + }, + { + "fullUrl": "Location/1732567199077903000.61b95f3f-d6b9-4ba7-a258-ef92eeba8df9", + "resource": { + "resourceType": "Location", + "id": "1732567199077903000.61b95f3f-d6b9-4ba7-a258-ef92eeba8df9", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ], + "name": "TMCA, SOUTH CAMPUS", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" + } + ] + } + } + }, + { + "fullUrl": "Practitioner/1732567199078920000.721d43e4-3aec-404d-bb39-d973c6e4c7d5", + "resource": { + "resourceType": "Practitioner", + "id": "1732567199078920000.721d43e4-3aec-404d-bb39-d973c6e4c7d5", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "RML" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ + { + "url": "XCN.3", + "valueString": "GREGORY" + }, + { + "url": "XCN.4", + "valueString": "R" + }, + { + "url": "XCN.21", + "valueString": "MD" + }, + { + "url": "XCN.10", + "valueString": "L" + } + ] + } + ], + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference": { + "reference": "Location/1732567199077903000.61b95f3f-d6b9-4ba7-a258-ef92eeba8df9" + } + } + ], + "type": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true + } + ], + "code": "FI" + } + ] + }, + "system": "RML", + "value": "1740336429" + } + ], + "name": [ + { + "use": "official", + "family": "KOTNIS", + "given": [ + "GREGORY", + "R" + ], + "prefix": [ + "DR." + ], + "suffix": [ + "MD" + ] + } + ] + } + }, + { + "fullUrl": "Organization/1732567199082118000.f68aa789-a17f-4c3a-97dd-20da67d9592d", + "resource": { + "resourceType": "Organization", + "id": "1732567199082118000.f68aa789-a17f-4c3a-97dd-20da67d9592d", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "L" + } + ] + } + } + ], + "code": "L" + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ + { + "url": "XON.10", + "valueString": "06D0055551" + } + ] + } + ], + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "TMCA, SOUTH CAMPUS" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.144" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "XX" + } + ] + }, + "value": "06D0055551" + } + ], + "name": "TMCA, SOUTH CAMPUS", + "address": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ + { + "url": "SAD.1", + "valueString": "1501 S. POTOMAC" + } + ] + }, + { + "url": "XAD.7", + "valueCode": "B" + } + ] + } + ], + "use": "work", + "line": [ + "1501 S. POTOMAC" + ], + "city": "AURORA", + "district": "S", + "state": "IG", + "postalCode": "80012", + "country": "USA" + } + ] + } + }, + { + "fullUrl": "PractitionerRole/1732567199077704000.7a6fdb01-cd74-4e9d-b9af-f1890491e79a", + "resource": { + "resourceType": "PractitionerRole", + "id": "1732567199077704000.7a6fdb01-cd74-4e9d-b9af-f1890491e79a", + "practitioner": { + "reference": "Practitioner/1732567199078920000.721d43e4-3aec-404d-bb39-d973c6e4c7d5" + }, + "organization": { + "reference": "Organization/1732567199082118000.f68aa789-a17f-4c3a-97dd-20da67d9592d" + }, + "code": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0912", + "code": "MDIR" + } + ] + } + ] + } + }, + { + "fullUrl": "Observation/1732567199088223000.363c471d-02e4-4417-a649-1c4eae0d8406", + "resource": { + "resourceType": "Observation", + "id": "1732567199088223000.363c471d-02e4-4417-a649-1c4eae0d8406", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "2.1" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime": "2021-08-10T06:25:00-06:00", + "_valueDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20210810062500-0600" + } + ] + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ + { + "url": "OBX.2", + "valueId": "ST" + }, + { + "url": "OBX.11", + "valueString": "C" + } + ] + } + ], + "status": "corrected", + "code": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "MBCPCR", + "display": "BLOOD CULTURE PCR" + } + ], + "text": "BLOOD CULTURE PCR" + }, + "subject": { + "reference": "Patient/1732567199025839000.d11ba4b4-e7a2-49d8-8e83-76b149257553" + }, + "encounter": { + "reference": "Encounter/1732567199044714000.5e1e8a9d-e832-4413-917e-61b306176c3c" + }, + "effectiveDateTime": "2028-08-02T02:52:01-06:00", + "_effectiveDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20280802025201-0600" + } + ] + }, + "performer": [ + { + "reference": "Organization/1732567199089517000.f2b38a4f-fd68-42ea-9fbc-ad1754ed3881" + }, + { + "reference": "PractitionerRole/1732567199090143000.56266e7c-f65f-4b3a-8cea-19ecfc88052d" + } + ], + "valueString": "GRAM POSITIVE PCR; NO TARGETS DETECTED (SEE COMMENT)" + } + }, + { + "fullUrl": "Organization/1732567199089517000.f2b38a4f-fd68-42ea-9fbc-ad1754ed3881", + "resource": { + "resourceType": "Organization", + "id": "1732567199089517000.f2b38a4f-fd68-42ea-9fbc-ad1754ed3881", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LB" + } + ], + "code": "RML", + "display": "TMCA, SOUTH CAMPUS" + } + ] + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBX.15" + } + ], + "identifier": [ + { + "system": "LB", + "value": "RML" + } + ], + "name": "TMCA, SOUTH CAMPUS" + } + }, + { + "fullUrl": "Location/1732567199091215000.97e5ddfa-e2a3-48bc-ad4c-971320fa16fd", + "resource": { + "resourceType": "Location", + "id": "1732567199091215000.97e5ddfa-e2a3-48bc-ad4c-971320fa16fd", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ], + "name": "TMCA, SOUTH CAMPUS", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" + } + ] + } + } + }, + { + "fullUrl": "Practitioner/1732567199096645000.5b412f91-0240-480c-b276-8e88145d5035", + "resource": { + "resourceType": "Practitioner", + "id": "1732567199096645000.5b412f91-0240-480c-b276-8e88145d5035", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "RML" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ + { + "url": "XCN.3", + "valueString": "GREGORY" + }, + { + "url": "XCN.4", + "valueString": "R" + }, + { + "url": "XCN.21", + "valueString": "MD" + }, + { + "url": "XCN.10", + "valueString": "L" + } + ] + } + ], + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference": { + "reference": "Location/1732567199091215000.97e5ddfa-e2a3-48bc-ad4c-971320fa16fd" + } + } + ], + "type": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true + } + ], + "code": "FI" + } + ] + }, + "system": "RML", + "value": "1740336429" + } + ], + "name": [ + { + "use": "official", + "family": "KOTNIS", + "given": [ + "GREGORY", + "R" + ], + "prefix": [ + "DR." + ], + "suffix": [ + "MD" + ] + } + ] + } + }, + { + "fullUrl": "Organization/1732567199098837000.87f253b5-3e92-4178-afc5-d211e950c011", + "resource": { + "resourceType": "Organization", + "id": "1732567199098837000.87f253b5-3e92-4178-afc5-d211e950c011", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "L" + } + ] + } + } + ], + "code": "L" + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ + { + "url": "XON.10", + "valueString": "06D0055551" + } + ] + } + ], + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "TMCA, SOUTH CAMPUS" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.144" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "XX" + } + ] + }, + "value": "06D0055551" + } + ], + "name": "TMCA, SOUTH CAMPUS", + "address": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ + { + "url": "SAD.1", + "valueString": "1501 S. POTOMAC" + } + ] + }, + { + "url": "XAD.7", + "valueCode": "B" + } + ] + } + ], + "use": "work", + "line": [ + "1501 S. POTOMAC" + ], + "city": "AURORA", + "state": "IG", + "postalCode": "80012", + "country": "USA" + } + ] + } + }, + { + "fullUrl": "PractitionerRole/1732567199090143000.56266e7c-f65f-4b3a-8cea-19ecfc88052d", + "resource": { + "resourceType": "PractitionerRole", + "id": "1732567199090143000.56266e7c-f65f-4b3a-8cea-19ecfc88052d", + "practitioner": { + "reference": "Practitioner/1732567199096645000.5b412f91-0240-480c-b276-8e88145d5035" + }, + "organization": { + "reference": "Organization/1732567199098837000.87f253b5-3e92-4178-afc5-d211e950c011" + }, + "code": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0912", + "code": "MDIR" + } + ] + } + ] + } + }, + { + "fullUrl": "Observation/1732567199100914000.abe72908-3b56-4304-ab0e-ea56554d594d", + "resource": { + "resourceType": "Observation", + "id": "1732567199100914000.abe72908-3b56-4304-ab0e-ea56554d594d", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "2.2" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime": "2021-08-10T06:25:00-06:00", + "_valueDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20210810062500-0600" + } + ] + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ + { + "url": "OBX.2", + "valueId": "ST" + }, + { + "url": "OBX.11", + "valueString": "C" + } + ] + } + ], + "status": "corrected", + "code": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "MPOSBC", + "display": "BLOOD CULTURE GRAM STAIN" + } + ], + "text": "BLOOD CULTURE GRAM STAIN" + }, + "subject": { + "reference": "Patient/1732567199025839000.d11ba4b4-e7a2-49d8-8e83-76b149257553" + }, + "encounter": { + "reference": "Encounter/1732567199044714000.5e1e8a9d-e832-4413-917e-61b306176c3c" + }, + "effectiveDateTime": "2028-08-02T02:52:01-06:00", + "_effectiveDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20280802025201-0600" + } + ] + }, + "performer": [ + { + "reference": "Organization/1732567199101272000.9e6e07e3-5116-4349-a190-28714eb5ff05" + }, + { + "reference": "PractitionerRole/1732567199101424000.52e6d76d-bda1-47db-817d-43f148f7fc78" + } + ], + "valueString": "GRAM POSITIVE COCCI IN PAIRS", + "interpretation": [ + { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70078" + } + ], + "version": "2.5.1", + "code": "A", + "display": "Abnormal (applies to non-numeric results)" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "A", + "display": "A" + } + ] + } + ] + } + }, + { + "fullUrl": "Organization/1732567199101272000.9e6e07e3-5116-4349-a190-28714eb5ff05", + "resource": { + "resourceType": "Organization", + "id": "1732567199101272000.9e6e07e3-5116-4349-a190-28714eb5ff05", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LB" + } + ], + "code": "RML", + "display": "TMCA, SOUTH CAMPUS" + } + ] + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBX.15" + } + ], + "identifier": [ + { + "system": "LB", + "value": "RML" + } + ], + "name": "TMCA, SOUTH CAMPUS" + } + }, + { + "fullUrl": "Location/1732567199101617000.2d60572a-9448-44f5-a771-e9210b3a94be", + "resource": { + "resourceType": "Location", + "id": "1732567199101617000.2d60572a-9448-44f5-a771-e9210b3a94be", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ], + "name": "TMCA, SOUTH CAMPUS", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" + } + ] + } + } + }, + { + "fullUrl": "Practitioner/1732567199102352000.650ad383-6a62-4fa8-b7e2-18f21ba3ccd3", + "resource": { + "resourceType": "Practitioner", + "id": "1732567199102352000.650ad383-6a62-4fa8-b7e2-18f21ba3ccd3", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "RML" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ + { + "url": "XCN.3", + "valueString": "GREGORY" + }, + { + "url": "XCN.4", + "valueString": "R" + }, + { + "url": "XCN.21", + "valueString": "MD" + }, + { + "url": "XCN.10", + "valueString": "L" + } + ] + } + ], + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference": { + "reference": "Location/1732567199101617000.2d60572a-9448-44f5-a771-e9210b3a94be" + } + } + ], + "type": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true + } + ], + "code": "FI" + } + ] + }, + "system": "RML", + "value": "1740336429" + } + ], + "name": [ + { + "use": "official", + "family": "KOTNIS", + "given": [ + "GREGORY", + "R" + ], + "prefix": [ + "DR." + ], + "suffix": [ + "MD" + ] + } + ] + } + }, + { + "fullUrl": "Organization/1732567199103568000.7e1023b0-4f1a-4584-a02a-8107c9e582e5", + "resource": { + "resourceType": "Organization", + "id": "1732567199103568000.7e1023b0-4f1a-4584-a02a-8107c9e582e5", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "L" + } + ] + } + } + ], + "code": "L" + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ + { + "url": "XON.10", + "valueString": "06D0055551" + } + ] + } + ], + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "TMCA, SOUTH CAMPUS" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.144" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "XX" + } + ] + }, + "value": "06D0055551" + } + ], + "name": "TMCA, SOUTH CAMPUS", + "address": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ + { + "url": "SAD.1", + "valueString": "1501 S. POTOMAC" + } + ] + }, + { + "url": "XAD.7", + "valueCode": "B" + } + ] + } + ], + "use": "work", + "line": [ + "1501 S. POTOMAC" + ], + "city": "AURORA", + "district": "A", + "state": "IG", + "postalCode": "80012", + "country": "USA" + } + ] + } + }, + { + "fullUrl": "PractitionerRole/1732567199101424000.52e6d76d-bda1-47db-817d-43f148f7fc78", + "resource": { + "resourceType": "PractitionerRole", + "id": "1732567199101424000.52e6d76d-bda1-47db-817d-43f148f7fc78", + "practitioner": { + "reference": "Practitioner/1732567199102352000.650ad383-6a62-4fa8-b7e2-18f21ba3ccd3" + }, + "organization": { + "reference": "Organization/1732567199103568000.7e1023b0-4f1a-4584-a02a-8107c9e582e5" + }, + "code": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0912", + "code": "MDIR" + } + ] + } + ] + } + }, + { + "fullUrl": "Observation/1732567199106706000.f4fa25c6-b3ed-43be-bc41-0103e99c7ccb", + "resource": { + "resourceType": "Observation", + "id": "1732567199106706000.f4fa25c6-b3ed-43be-bc41-0103e99c7ccb", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "2.3" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime": "2021-08-10T06:25:00-06:00", + "_valueDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20210810062500-0600" + } + ] + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ + { + "url": "OBX.2", + "valueId": "ST" + }, + { + "url": "OBX.11", + "valueString": "C" + } + ] + } + ], + "status": "corrected", + "code": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "MPOSBC", + "display": "BLOOD CULTURE GRAM STAIN" + } + ], + "text": "BLOOD CULTURE GRAM STAIN" + }, + "subject": { + "reference": "Patient/1732567199025839000.d11ba4b4-e7a2-49d8-8e83-76b149257553" + }, + "encounter": { + "reference": "Encounter/1732567199044714000.5e1e8a9d-e832-4413-917e-61b306176c3c" + }, + "effectiveDateTime": "2028-08-02T02:52:01-06:00", + "_effectiveDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20280802025201-0600" + } + ] + }, + "performer": [ + { + "reference": "Organization/1732567199108016000.64f09799-a945-46c8-ac1b-cff67ea6ea76" + }, + { + "reference": "PractitionerRole/1732567199108176000.2f8c5ec4-22ae-4f03-85df-bb9485d3a3d7" + } + ], + "valueString": "ANAEROBIC BOTTLE" + } + }, + { + "fullUrl": "Organization/1732567199108016000.64f09799-a945-46c8-ac1b-cff67ea6ea76", + "resource": { + "resourceType": "Organization", + "id": "1732567199108016000.64f09799-a945-46c8-ac1b-cff67ea6ea76", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LB" + } + ], + "code": "RML", + "display": "TMCA, SOUTH CAMPUS" + } + ] + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBX.15" + } + ], + "identifier": [ + { + "system": "LB", + "value": "RML" + } + ], + "name": "TMCA, SOUTH CAMPUS" + } + }, + { + "fullUrl": "Location/1732567199108390000.5ca469a7-a710-420e-b063-78623eb8a308", + "resource": { + "resourceType": "Location", + "id": "1732567199108390000.5ca469a7-a710-420e-b063-78623eb8a308", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ], + "name": "TMCA, SOUTH CAMPUS", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" + } + ] + } + } + }, + { + "fullUrl": "Practitioner/1732567199109119000.b67f76a7-ab32-4e8c-9839-6b6c4d26b613", + "resource": { + "resourceType": "Practitioner", + "id": "1732567199109119000.b67f76a7-ab32-4e8c-9839-6b6c4d26b613", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "RML" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ + { + "url": "XCN.3", + "valueString": "GREGORY" + }, + { + "url": "XCN.4", + "valueString": "R" + }, + { + "url": "XCN.21", + "valueString": "MD" + }, + { + "url": "XCN.10", + "valueString": "L" + } + ] + } + ], + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference": { + "reference": "Location/1732567199108390000.5ca469a7-a710-420e-b063-78623eb8a308" + } + } + ], + "type": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true + } + ], + "code": "FI" + } + ] + }, + "system": "RML", + "value": "1740336429" + } + ], + "name": [ + { + "use": "official", + "family": "KOTNIS", + "given": [ + "GREGORY", + "R" + ], + "prefix": [ + "DR." + ], + "suffix": [ + "MD" + ] + } + ] + } + }, + { + "fullUrl": "Organization/1732567199110243000.4fe2d33f-1936-4980-bba7-40daa6674c25", + "resource": { + "resourceType": "Organization", + "id": "1732567199110243000.4fe2d33f-1936-4980-bba7-40daa6674c25", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "L" + } + ] + } + } + ], + "code": "L" + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ + { + "url": "XON.10", + "valueString": "06D0055551" + } + ] + } + ], + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "TMCA, SOUTH CAMPUS" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.144" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "XX" + } + ] + }, + "value": "06D0055551" + } + ], + "name": "TMCA, SOUTH CAMPUS", + "address": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ + { + "url": "SAD.1", + "valueString": "1501 S. POTOMAC" + } + ] + }, + { + "url": "XAD.7", + "valueCode": "B" + } + ] + } + ], + "use": "work", + "line": [ + "1501 S. POTOMAC" + ], + "city": "AURORA", + "state": "IG", + "postalCode": "80012", + "country": "USA" + } + ] + } + }, + { + "fullUrl": "PractitionerRole/1732567199108176000.2f8c5ec4-22ae-4f03-85df-bb9485d3a3d7", + "resource": { + "resourceType": "PractitionerRole", + "id": "1732567199108176000.2f8c5ec4-22ae-4f03-85df-bb9485d3a3d7", + "practitioner": { + "reference": "Practitioner/1732567199109119000.b67f76a7-ab32-4e8c-9839-6b6c4d26b613" + }, + "organization": { + "reference": "Organization/1732567199110243000.4fe2d33f-1936-4980-bba7-40daa6674c25" + }, + "code": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0912", + "code": "MDIR" + } + ] + } + ] + } + }, + { + "fullUrl": "Observation/1732567199111827000.60f266e4-b9db-4e40-b926-4d43661b0aa5", + "resource": { + "resourceType": "Observation", + "id": "1732567199111827000.60f266e4-b9db-4e40-b926-4d43661b0aa5", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "2.4" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime": "2021-08-10T06:25:00-06:00", + "_valueDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20210810062500-0600" + } + ] + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ + { + "url": "OBX.2", + "valueId": "ST" + }, + { + "url": "OBX.11", + "valueString": "C" + } + ] + } + ], + "status": "corrected", + "code": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "MPOSBC", + "display": "BLOOD CULTURE GRAM STAIN" + } + ], + "text": "BLOOD CULTURE GRAM STAIN" + }, + "subject": { + "reference": "Patient/1732567199025839000.d11ba4b4-e7a2-49d8-8e83-76b149257553" + }, + "encounter": { + "reference": "Encounter/1732567199044714000.5e1e8a9d-e832-4413-917e-61b306176c3c" + }, + "effectiveDateTime": "2028-08-02T02:52:01-06:00", + "_effectiveDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20280802025201-0600" + } + ] + }, + "performer": [ + { + "reference": "Organization/1732567199112178000.7afa4acf-0f8c-4a5a-9ea2-cba3d62f31c2" + }, + { + "reference": "PractitionerRole/1732567199112324000.99b03060-1a6d-417f-9767-2612f0045969" + } + ], + "valueString": "YEAST", + "interpretation": [ + { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70078" + } + ], + "version": "2.5.1", + "code": "A", + "display": "Abnormal (applies to non-numeric results)" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "A", + "display": "A" + } + ] + } + ] + } + }, + { + "fullUrl": "Organization/1732567199112178000.7afa4acf-0f8c-4a5a-9ea2-cba3d62f31c2", + "resource": { + "resourceType": "Organization", + "id": "1732567199112178000.7afa4acf-0f8c-4a5a-9ea2-cba3d62f31c2", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LB" + } + ], + "code": "RML", + "display": "TMCA, SOUTH CAMPUS" + } + ] + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBX.15" + } + ], + "identifier": [ + { + "system": "LB", + "value": "RML" + } + ], + "name": "TMCA, SOUTH CAMPUS" + } + }, + { + "fullUrl": "Location/1732567199112525000.00c3374e-c2cd-4bf2-acef-068cf80c01aa", + "resource": { + "resourceType": "Location", + "id": "1732567199112525000.00c3374e-c2cd-4bf2-acef-068cf80c01aa", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ], + "name": "TMCA, SOUTH CAMPUS", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" + } + ] + } + } + }, + { + "fullUrl": "Practitioner/1732567199113263000.1e3add48-b786-41ee-b7fc-43cebff789b8", + "resource": { + "resourceType": "Practitioner", + "id": "1732567199113263000.1e3add48-b786-41ee-b7fc-43cebff789b8", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "RML" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ + { + "url": "XCN.3", + "valueString": "GREGORY" + }, + { + "url": "XCN.4", + "valueString": "R" + }, + { + "url": "XCN.21", + "valueString": "MD" + }, + { + "url": "XCN.10", + "valueString": "L" + } + ] + } + ], + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference": { + "reference": "Location/1732567199112525000.00c3374e-c2cd-4bf2-acef-068cf80c01aa" + } + } + ], + "type": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true + } + ], + "code": "FI" + } + ] + }, + "system": "RML", + "value": "1740336429" + } + ], + "name": [ + { + "use": "official", + "family": "KOTNIS", + "given": [ + "GREGORY", + "R" + ], + "prefix": [ + "DR." + ], + "suffix": [ + "MD" + ] + } + ] + } + }, + { + "fullUrl": "Organization/1732567199117434000.6f50c405-3b83-43ca-a30e-d6be1f2b6ba5", + "resource": { + "resourceType": "Organization", + "id": "1732567199117434000.6f50c405-3b83-43ca-a30e-d6be1f2b6ba5", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "L" + } + ] + } + } + ], + "code": "L" + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ + { + "url": "XON.10", + "valueString": "06D0055551" + } + ] + } + ], + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "TMCA, SOUTH CAMPUS" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.144" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "XX" + } + ] + }, + "value": "06D0055551" + } + ], + "name": "TMCA, SOUTH CAMPUS", + "address": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ + { + "url": "SAD.1", + "valueString": "1501 S. POTOMAC" + } + ] + }, + { + "url": "XAD.7", + "valueCode": "B" + } + ] + } + ], + "use": "work", + "line": [ + "1501 S. POTOMAC" + ], + "city": "AURORA", + "district": "A", + "state": "IG", + "postalCode": "80012", + "country": "USA" + } + ] + } + }, + { + "fullUrl": "PractitionerRole/1732567199112324000.99b03060-1a6d-417f-9767-2612f0045969", + "resource": { + "resourceType": "PractitionerRole", + "id": "1732567199112324000.99b03060-1a6d-417f-9767-2612f0045969", + "practitioner": { + "reference": "Practitioner/1732567199113263000.1e3add48-b786-41ee-b7fc-43cebff789b8" + }, + "organization": { + "reference": "Organization/1732567199117434000.6f50c405-3b83-43ca-a30e-d6be1f2b6ba5" + }, + "code": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0912", + "code": "MDIR" + } + ] + } + ] + } + }, + { + "fullUrl": "Observation/1732567199119630000.d2413f80-e90e-455e-b46b-8fbe1c02c421", + "resource": { + "resourceType": "Observation", + "id": "1732567199119630000.d2413f80-e90e-455e-b46b-8fbe1c02c421", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "2.5" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime": "2021-08-10T06:25:00-06:00", + "_valueDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20210810062500-0600" + } + ] + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ + { + "url": "OBX.2", + "valueId": "ST" + }, + { + "url": "OBX.11", + "valueString": "C" + } + ] + } + ], + "status": "corrected", + "code": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "MPOSBC", + "display": "BLOOD CULTURE GRAM STAIN" + } + ], + "text": "BLOOD CULTURE GRAM STAIN" + }, + "subject": { + "reference": "Patient/1732567199025839000.d11ba4b4-e7a2-49d8-8e83-76b149257553" + }, + "encounter": { + "reference": "Encounter/1732567199044714000.5e1e8a9d-e832-4413-917e-61b306176c3c" + }, + "effectiveDateTime": "2028-08-02T02:52:01-06:00", + "_effectiveDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20280802025201-0600" + } + ] + }, + "performer": [ + { + "reference": "Organization/1732567199119974000.66405e0a-81ee-47b5-96bd-d9495bdb5ba3" + }, + { + "reference": "PractitionerRole/1732567199120149000.5bba030f-cefd-4fb3-8aa2-1a8d9a887999" + } + ], + "valueString": "AEROBIC BOTTLE" + } + }, + { + "fullUrl": "Organization/1732567199119974000.66405e0a-81ee-47b5-96bd-d9495bdb5ba3", + "resource": { + "resourceType": "Organization", + "id": "1732567199119974000.66405e0a-81ee-47b5-96bd-d9495bdb5ba3", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LB" + } + ], + "code": "RML", + "display": "TMCA, SOUTH CAMPUS" + } + ] + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBX.15" + } + ], + "identifier": [ + { + "system": "LB", + "value": "RML" + } + ], + "name": "TMCA, SOUTH CAMPUS" + } + }, + { + "fullUrl": "Location/1732567199120353000.d9c42282-a7aa-4b2d-8703-094c9f80c9e4", + "resource": { + "resourceType": "Location", + "id": "1732567199120353000.d9c42282-a7aa-4b2d-8703-094c9f80c9e4", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ], + "name": "TMCA, SOUTH CAMPUS", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" + } + ] + } + } + }, + { + "fullUrl": "Practitioner/1732567199121080000.5f438056-fa84-49af-95e0-4e5d499b5889", + "resource": { + "resourceType": "Practitioner", + "id": "1732567199121080000.5f438056-fa84-49af-95e0-4e5d499b5889", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "RML" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ + { + "url": "XCN.3", + "valueString": "GREGORY" + }, + { + "url": "XCN.4", + "valueString": "R" + }, + { + "url": "XCN.21", + "valueString": "MD" + }, + { + "url": "XCN.10", + "valueString": "L" + } + ] + } + ], + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference": { + "reference": "Location/1732567199120353000.d9c42282-a7aa-4b2d-8703-094c9f80c9e4" + } + } + ], + "type": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true + } + ], + "code": "FI" + } + ] + }, + "system": "RML", + "value": "1740336429" + } + ], + "name": [ + { + "use": "official", + "family": "KOTNIS", + "given": [ + "GREGORY", + "R" + ], + "prefix": [ + "DR." + ], + "suffix": [ + "MD" + ] + } + ] + } + }, + { + "fullUrl": "Organization/1732567199122196000.793d4c22-e4cf-4eca-99b6-30e6fc03df80", + "resource": { + "resourceType": "Organization", + "id": "1732567199122196000.793d4c22-e4cf-4eca-99b6-30e6fc03df80", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "L" + } + ] + } + } + ], + "code": "L" + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ + { + "url": "XON.10", + "valueString": "06D0055551" + } + ] + } + ], + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "TMCA, SOUTH CAMPUS" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.144" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "XX" + } + ] + }, + "value": "06D0055551" + } + ], + "name": "TMCA, SOUTH CAMPUS", + "address": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ + { + "url": "SAD.1", + "valueString": "1501 S. POTOMAC" + } + ] + }, + { + "url": "XAD.7", + "valueCode": "B" + } + ] + } + ], + "use": "work", + "line": [ + "1501 S. POTOMAC" + ], + "city": "AURORA", + "state": "IG", + "postalCode": "80012", + "country": "USA" + } + ] + } + }, + { + "fullUrl": "PractitionerRole/1732567199120149000.5bba030f-cefd-4fb3-8aa2-1a8d9a887999", + "resource": { + "resourceType": "PractitionerRole", + "id": "1732567199120149000.5bba030f-cefd-4fb3-8aa2-1a8d9a887999", + "practitioner": { + "reference": "Practitioner/1732567199121080000.5f438056-fa84-49af-95e0-4e5d499b5889" + }, + "organization": { + "reference": "Organization/1732567199122196000.793d4c22-e4cf-4eca-99b6-30e6fc03df80" + }, + "code": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0912", + "code": "MDIR" + } + ] + } + ] + } + }, + { + "fullUrl": "Observation/1732567199124582000.d849036b-2d33-44e2-97fc-63b48afa72ee", + "resource": { + "resourceType": "Observation", + "id": "1732567199124582000.d849036b-2d33-44e2-97fc-63b48afa72ee", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime": "2021-08-10T06:25:00-06:00", + "_valueDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20210810062500-0600" + } + ] + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ + { + "url": "OBX.2", + "valueId": "CWE" + }, + { + "url": "OBX.11", + "valueString": "C" + } + ] + } + ], + "status": "corrected", + "code": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "version": "2.40", + "code": "600-7", + "display": "Bacteria identified in Blood by Culture" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "BLOODC", + "display": "BLOOD CULTURE" + } + ] + }, + "subject": { + "reference": "Patient/1732567199025839000.d11ba4b4-e7a2-49d8-8e83-76b149257553" + }, + "encounter": { + "reference": "Encounter/1732567199044714000.5e1e8a9d-e832-4413-917e-61b306176c3c" + }, + "effectiveDateTime": "2028-08-02T02:52:01-06:00", + "_effectiveDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20280802025201-0600" + } + ] + }, + "performer": [ + { + "reference": "Organization/1732567199125776000.e83961d8-5a5b-432e-bd83-9b54f5d39dc6" + }, + { + "reference": "PractitionerRole/1732567199126130000.dc05b253-17e5-443f-9b27-96c71716b6fb" + } + ], + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "POSITIVE", + "display": "POSITIVE" + } + ], + "text": "POSITIVE" + }, + "note": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension": [ + { + "url": "NTE.2", + "valueId": "L" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId": "Nucleic acid test for the detection of Staphylococcus spp.," + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70364" + } + ], + "version": "2.5.1", + "code": "RE", + "display": "Remark" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "C", + "display": "Comment" + } + ] + } + } + ], + "text": "Nucleic acid test for the detection of Staphylococcus spp.," + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension": [ + { + "url": "NTE.2", + "valueId": "L" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId": "S. aureus, S. epidermidis, S. lugdunensis, Streptococcus" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70364" + } + ], + "version": "2.5.1", + "code": "RE", + "display": "Remark" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "C", + "display": "Comment" + } + ] + } + } + ], + "text": "S. aureus, S. epidermidis, S. lugdunensis, Streptococcus" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension": [ + { + "url": "NTE.2", + "valueId": "L" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId": "spp., S. pneumoniae, S. pyogenes, S. agalactiae," + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70364" + } + ], + "version": "2.5.1", + "code": "RE", + "display": "Remark" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "C", + "display": "Comment" + } + ] + } + } + ], + "text": "spp., S. pneumoniae, S. pyogenes, S. agalactiae," + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension": [ + { + "url": "NTE.2", + "valueId": "L" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId": "S. anginosus group, Enterococcus faecalis, Enterococcus" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70364" + } + ], + "version": "2.5.1", + "code": "RE", + "display": "Remark" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "C", + "display": "Comment" + } + ] + } + } + ], + "text": "S. anginosus group, Enterococcus faecalis, Enterococcus" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension": [ + { + "url": "NTE.2", + "valueId": "L" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId": "faecium, mec-A mediated methicillin resistance, and" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70364" + } + ], + "version": "2.5.1", + "code": "RE", + "display": "Remark" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "C", + "display": "Comment" + } + ] + } + } + ], + "text": "faecium, mec-A mediated methicillin resistance, and" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension": [ + { + "url": "NTE.2", + "valueId": "L" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId": "vanA/vanB mediated Vancomycin resistance was performed and" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70364" + } + ], + "version": "2.5.1", + "code": "RE", + "display": "Remark" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "C", + "display": "Comment" + } + ] + } + } + ], + "text": "vanA/vanB mediated Vancomycin resistance was performed and" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension": [ + { + "url": "NTE.2", + "valueId": "L" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId": "was NEGATIVE for all targets tested." + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70364" + } + ], + "version": "2.5.1", + "code": "RE", + "display": "Remark" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "C", + "display": "Comment" + } + ] + } + } + ], + "text": "was NEGATIVE for all targets tested." + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension": [ + { + "url": "NTE.2", + "valueId": "L" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70364" + } + ], + "version": "2.5.1", + "code": "RE", + "display": "Remark" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "C", + "display": "Comment" + } + ] + } + } + ] + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension": [ + { + "url": "NTE.2", + "valueId": "L" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId": "*****CORRECTED REPORT*****" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70364" + } + ], + "version": "2.5.1", + "code": "RE", + "display": "Remark" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "C", + "display": "Comment" + } + ] + } + } + ], + "text": "*****CORRECTED REPORT*****" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension": [ + { + "url": "NTE.2", + "valueId": "L" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId": "Previous report of was incorrect." + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70364" + } + ], + "version": "2.5.1", + "code": "RE", + "display": "Remark" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "C", + "display": "Comment" + } + ] + } + } + ], + "text": "Previous report of was incorrect." + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension": [ + { + "url": "NTE.2", + "valueId": "L" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId": "The correct report of YEAST PRESENT ON GRAM STAIN" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70364" + } + ], + "version": "2.5.1", + "code": "RE", + "display": "Remark" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "C", + "display": "Comment" + } + ] + } + } + ], + "text": "The correct report of YEAST PRESENT ON GRAM STAIN" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension": [ + { + "url": "NTE.2", + "valueId": "L" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId": "was called and texted to ALLISON CABRERA" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70364" + } + ], + "version": "2.5.1", + "code": "RE", + "display": "Remark" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "C", + "display": "Comment" + } + ] + } + } + ], + "text": "was called and texted to ALLISON CABRERA" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension": [ + { + "url": "NTE.2", + "valueId": "L" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId": "Date:08/08/28 Time:0613 Called by:ELB.RMH" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70364" + } + ], + "version": "2.5.1", + "code": "RE", + "display": "Remark" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "C", + "display": "Comment" + } + ] + } + } + ], + "text": "Date:08/08/28 Time:0613 Called by:ELB.RMH" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension": [ + { + "url": "NTE.2", + "valueId": "L" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70364" + } + ], + "version": "2.5.1", + "code": "RE", + "display": "Remark" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "C", + "display": "Comment" + } + ] + } + } + ] + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension": [ + { + "url": "NTE.2", + "valueId": "L" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId": "Critical result called to and read back by:RN LIBBY HILL" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70364" + } + ], + "version": "2.5.1", + "code": "RE", + "display": "Remark" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "C", + "display": "Comment" + } + ] + } + } + ], + "text": "Critical result called to and read back by:RN LIBBY HILL" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension": [ + { + "url": "NTE.2", + "valueId": "L" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId": "Location:ICU on 08/06/21 at 1136 by ELB.HC" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70364" + } + ], + "version": "2.5.1", + "code": "RE", + "display": "Remark" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "C", + "display": "Comment" + } + ] + } + } + ], + "text": "Location:ICU on 08/06/21 at 1136 by ELB.HC" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension": [ + { + "url": "NTE.2", + "valueId": "L" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70364" + } + ], + "version": "2.5.1", + "code": "RE", + "display": "Remark" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "C", + "display": "Comment" + } + ] + } + } + ] + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension": [ + { + "url": "NTE.2", + "valueId": "L" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId": "Critical result called to and read back by:HANNAH STEVENS RN" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70364" + } + ], + "version": "2.5.1", + "code": "RE", + "display": "Remark" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "C", + "display": "Comment" + } + ] + } + } + ], + "text": "Critical result called to and read back by:HANNAH STEVENS RN" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension": [ + { + "url": "NTE.2", + "valueId": "L" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId": "Location:ICUB on 08/02/28 at 2201 by ELB.MS3" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70364" + } + ], + "version": "2.5.1", + "code": "RE", + "display": "Remark" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "C", + "display": "Comment" + } + ] + } + } + ], + "text": "Location:ICUB on 08/02/28 at 2201 by ELB.MS3" + } + ] + } + }, + { + "fullUrl": "Organization/1732567199125776000.e83961d8-5a5b-432e-bd83-9b54f5d39dc6", + "resource": { + "resourceType": "Organization", + "id": "1732567199125776000.e83961d8-5a5b-432e-bd83-9b54f5d39dc6", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LB" + } + ], + "code": "RML", + "display": "TMCA, SOUTH CAMPUS" + } + ] } - } ], - "code" : "L" - } - } ], - "name" : "ROSE MEDICAL CENTER (MCOE)", - "address" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ { - "url" : "SAD.1", - "valueString" : "4567 E. NINTH AVENUE" - } ] - }, { - "url" : "XAD.7", - "valueCode" : "B" - } ] - } ], - "use" : "work", - "line" : [ "4567 E. NINTH AVENUE" ], - "city" : "DENVER", - "district" : "MD", - "state" : "IG", - "postalCode" : "80220", - "country" : "USA" - } ] - } - }, { - "fullUrl" : "PractitionerRole/1730838914739229000.6ad958a3-cd61-4ba8-9ae2-b107b5d2ff44", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1730838914739229000.6ad958a3-cd61-4ba8-9ae2-b107b5d2ff44", - "practitioner" : { - "reference" : "Practitioner/1730838914740161000.04914e7b-0bb1-4d46-b904-ba65db10dbc2" - }, - "organization" : { - "reference" : "Organization/1730838914741038000.daf2a9d1-a101-4305-bddc-5e68e2e075d5" - }, - "code" : [ { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } ] - } ] - } - }, { - "fullUrl" : "Observation/1730838914746679000.6cb47aca-33cd-460f-8769-e80973694db3", - "resource" : { - "resourceType" : "Observation", - "id" : "1730838914746679000.6cb47aca-33cd-460f-8769-e80973694db3", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1.1" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2021-08-10T06:25:00-06:00", - "_valueDateTime" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210810062500-0600" - } ] - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ { - "url" : "OBX.2", - "valueId" : "ST" - }, { - "url" : "OBX.11", - "valueString" : "C" - } ] - } ], - "status" : "corrected", - "code" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } ], - "system" : "http://loinc.org", - "version" : "2.40", - "code" : "600-7", - "display" : "Bacteria identified in Blood by Culture" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "BLOODC", - "display" : "BLOOD CULTURE" - } ] - }, - "subject" : { - "reference" : "Patient/1730838914533511000.aeaeccfe-dc12-46f3-81ea-1dfb344b1949" - }, - "encounter" : { - "reference" : "Encounter/1730838914552455000.e00dcab1-8817-427b-bf71-091bff0b1446" - }, - "effectiveDateTime" : "2028-08-02T02:52:01-06:00", - "_effectiveDateTime" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" - } ] - }, - "performer" : [ { - "reference" : "Organization/1730838914746992000.6d25507d-e554-4da0-aad2-8eb1d4bba5bb" - }, { - "reference" : "PractitionerRole/1730838914747157000.75a61a96-bde6-4814-b3ea-a9a0eecca9fd" - } ], - "dataAbsentReason" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/data-absent-reason", - "code" : "unknown" - } ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBX.15" + } + ], + "identifier": [ + { + "system": "LB", + "value": "RML" + } + ], + "name": "TMCA, SOUTH CAMPUS" } - } - }, { - "fullUrl" : "Organization/1730838914746992000.6d25507d-e554-4da0-aad2-8eb1d4bba5bb", - "resource" : { - "resourceType" : "Organization", - "id" : "1730838914746992000.6d25507d-e554-4da0-aad2-8eb1d4bba5bb", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LB" - } ], - "code" : "RML", - "display" : "TMCA, SOUTH CAMPUS" - } ] + }, + { + "fullUrl": "Location/1732567199127140000.1e372c8c-f4ad-47b2-85ac-5625e7d1975b", + "resource": { + "resourceType": "Location", + "id": "1732567199127140000.1e372c8c-f4ad-47b2-85ac-5625e7d1975b", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ], + "name": "TMCA, SOUTH CAMPUS", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" + } + ] } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } ], - "identifier" : [ { - "system" : "LB", - "value" : "RML" - } ], - "name" : "TMCA, SOUTH CAMPUS" - } - }, { - "fullUrl" : "Location/1730838914747491000.5d2b74f8-135f-4fed-a9ce-c781ce233981", - "resource" : { - "resourceType" : "Location", - "id" : "1730838914747491000.5d2b74f8-135f-4fed-a9ce-c781ce233981", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ], - "name" : "TMCA, SOUTH CAMPUS", - "physicalType" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "si" - } ] } - } - }, { - "fullUrl" : "Practitioner/1730838914748040000.7392f614-e8f3-41fa-bef5-8884adfbdb30", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1730838914748040000.7392f614-e8f3-41fa-bef5-8884adfbdb30", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ { - "url" : "XCN.3", - "valueString" : "GREGORY" - }, { - "url" : "XCN.4", - "valueString" : "R" - }, { - "url" : "XCN.21", - "valueString" : "MD" - }, { - "url" : "XCN.10", - "valueString" : "L" - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", - "valueReference" : { - "reference" : "Location/1730838914747491000.5d2b74f8-135f-4fed-a9ce-c781ce233981" - } - } ], - "type" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } ], - "code" : "FI" - } ] + }, + { + "fullUrl": "Practitioner/1732567199128042000.afd9f46e-255f-4d2a-bfb4-48a3edcdbe60", + "resource": { + "resourceType": "Practitioner", + "id": "1732567199128042000.afd9f46e-255f-4d2a-bfb4-48a3edcdbe60", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "RML" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ + { + "url": "XCN.3", + "valueString": "GREGORY" + }, + { + "url": "XCN.4", + "valueString": "R" + }, + { + "url": "XCN.21", + "valueString": "MD" + }, + { + "url": "XCN.10", + "valueString": "L" + } + ] + } + ], + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference": { + "reference": "Location/1732567199127140000.1e372c8c-f4ad-47b2-85ac-5625e7d1975b" + } + } + ], + "type": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true + } + ], + "code": "FI" + } + ] + }, + "system": "RML", + "value": "1740336429" + } + ], + "name": [ + { + "use": "official", + "family": "KOTNIS", + "given": [ + "GREGORY", + "R" + ], + "prefix": [ + "DR." + ], + "suffix": [ + "MD" + ] + } + ] + } + }, + { + "fullUrl": "Organization/1732567199129256000.416647fc-d6dd-4083-9d59-e3e80bdf33a5", + "resource": { + "resourceType": "Organization", + "id": "1732567199129256000.416647fc-d6dd-4083-9d59-e3e80bdf33a5", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "L" + } + ] + } + } + ], + "code": "L" + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ + { + "url": "XON.10", + "valueString": "06D0055551" + } + ] + } + ], + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "TMCA, SOUTH CAMPUS" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.144" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "XX" + } + ] + }, + "value": "06D0055551" + } + ], + "name": "TMCA, SOUTH CAMPUS", + "address": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ + { + "url": "SAD.1", + "valueString": "1501 S. POTOMAC" + } + ] + }, + { + "url": "XAD.7", + "valueCode": "B" + } + ] + } + ], + "use": "work", + "line": [ + "1501 S. POTOMAC" + ], + "city": "AURORA", + "district": "MD", + "state": "IG", + "postalCode": "80012", + "country": "USA" + } + ] + } + }, + { + "fullUrl": "PractitionerRole/1732567199126130000.dc05b253-17e5-443f-9b27-96c71716b6fb", + "resource": { + "resourceType": "PractitionerRole", + "id": "1732567199126130000.dc05b253-17e5-443f-9b27-96c71716b6fb", + "practitioner": { + "reference": "Practitioner/1732567199128042000.afd9f46e-255f-4d2a-bfb4-48a3edcdbe60" }, - "system" : "RML", - "value" : "1740336429" - } ], - "name" : [ { - "use" : "official", - "family" : "KOTNIS", - "given" : [ "GREGORY", "R" ], - "prefix" : [ "DR." ], - "suffix" : [ "MD" ] - } ] - } - }, { - "fullUrl" : "Organization/1730838914748986000.239794cf-d92f-41b7-8a4f-346db0c5391d", - "resource" : { - "resourceType" : "Organization", - "id" : "1730838914748986000.239794cf-d92f-41b7-8a4f-346db0c5391d", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } ], - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "L" - } ] + "organization": { + "reference": "Organization/1732567199129256000.416647fc-d6dd-4083-9d59-e3e80bdf33a5" + }, + "code": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0912", + "code": "MDIR" + } + ] + } + ] + } + }, + { + "fullUrl": "Observation/1732567199140275000.94eea07e-6d97-41f9-9dd1-4cd3422211f1", + "resource": { + "resourceType": "Observation", + "id": "1732567199140275000.94eea07e-6d97-41f9-9dd1-4cd3422211f1", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "1" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime": "2021-08-05T01:38:00-06:00", + "_valueDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20210805013800-0600" + } + ] + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ + { + "url": "OBX.2", + "valueId": "CE" + }, + { + "url": "OBX.11", + "valueString": "F" + } + ] + } + ], + "status": "final", + "code": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "version": "2.40", + "code": "77202-0", + "display": "Laboratory comment [Text] in Report Narrative" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "VERGPCOM", + "display": "COMMENT" } - } ], - "code" : "L" - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ { - "url" : "XON.10", - "valueString" : "06D0055551" - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" - } ] - }, - "value" : "06D0055551" - } ], - "name" : "TMCA, SOUTH CAMPUS", - "address" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" - } ] - }, { - "url" : "XAD.7", - "valueCode" : "B" - } ] - } ], - "use" : "work", - "line" : [ "1501 S. POTOMAC" ], - "city" : "AURORA", - "district" : "S", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" - } ] - } - }, { - "fullUrl" : "PractitionerRole/1730838914747157000.75a61a96-bde6-4814-b3ea-a9a0eecca9fd", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1730838914747157000.75a61a96-bde6-4814-b3ea-a9a0eecca9fd", - "practitioner" : { - "reference" : "Practitioner/1730838914748040000.7392f614-e8f3-41fa-bef5-8884adfbdb30" - }, - "organization" : { - "reference" : "Organization/1730838914748986000.239794cf-d92f-41b7-8a4f-346db0c5391d" - }, - "code" : [ { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } ] - } ] - } - }, { - "fullUrl" : "Observation/1730838914750457000.11d7a4c7-d29d-406f-a873-41d6f778e1f6", - "resource" : { - "resourceType" : "Observation", - "id" : "1730838914750457000.11d7a4c7-d29d-406f-a873-41d6f778e1f6", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "2.1" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2021-08-10T06:25:00-06:00", - "_valueDateTime" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210810062500-0600" - } ] - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ { - "url" : "OBX.2", - "valueId" : "ST" - }, { - "url" : "OBX.11", - "valueString" : "C" - } ] - } ], - "status" : "corrected", - "code" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "MBCPCR", - "display" : "BLOOD CULTURE PCR" - } ], - "text" : "BLOOD CULTURE PCR" - }, - "subject" : { - "reference" : "Patient/1730838914533511000.aeaeccfe-dc12-46f3-81ea-1dfb344b1949" - }, - "encounter" : { - "reference" : "Encounter/1730838914552455000.e00dcab1-8817-427b-bf71-091bff0b1446" - }, - "effectiveDateTime" : "2028-08-02T02:52:01-06:00", - "_effectiveDateTime" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" - } ] - }, - "performer" : [ { - "reference" : "Organization/1730838914750742000.53e68f9d-a714-455d-aa25-bfd988eefd9d" - }, { - "reference" : "PractitionerRole/1730838914750904000.e46934f0-987f-438b-b612-b9258465e314" - } ], - "valueString" : "GRAM POSITIVE PCR; NO TARGETS DETECTED (SEE COMMENT)" - } - }, { - "fullUrl" : "Organization/1730838914750742000.53e68f9d-a714-455d-aa25-bfd988eefd9d", - "resource" : { - "resourceType" : "Organization", - "id" : "1730838914750742000.53e68f9d-a714-455d-aa25-bfd988eefd9d", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LB" - } ], - "code" : "RML", - "display" : "TMCA, SOUTH CAMPUS" - } ] - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } ], - "identifier" : [ { - "system" : "LB", - "value" : "RML" - } ], - "name" : "TMCA, SOUTH CAMPUS" - } - }, { - "fullUrl" : "Location/1730838914751160000.5b7c1429-7166-4343-8aee-ed6533a901e8", - "resource" : { - "resourceType" : "Location", - "id" : "1730838914751160000.5b7c1429-7166-4343-8aee-ed6533a901e8", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ], - "name" : "TMCA, SOUTH CAMPUS", - "physicalType" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "si" - } ] - } - } - }, { - "fullUrl" : "Practitioner/1730838914751739000.4925ede6-c4c0-4741-ac8e-a825a2bd5f51", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1730838914751739000.4925ede6-c4c0-4741-ac8e-a825a2bd5f51", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ { - "url" : "XCN.3", - "valueString" : "GREGORY" - }, { - "url" : "XCN.4", - "valueString" : "R" - }, { - "url" : "XCN.21", - "valueString" : "MD" - }, { - "url" : "XCN.10", - "valueString" : "L" - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", - "valueReference" : { - "reference" : "Location/1730838914751160000.5b7c1429-7166-4343-8aee-ed6533a901e8" - } - } ], - "type" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } ], - "code" : "FI" - } ] + ] }, - "system" : "RML", - "value" : "1740336429" - } ], - "name" : [ { - "use" : "official", - "family" : "KOTNIS", - "given" : [ "GREGORY", "R" ], - "prefix" : [ "DR." ], - "suffix" : [ "MD" ] - } ] - } - }, { - "fullUrl" : "Organization/1730838914752664000.de1ad85d-b623-4744-871b-acddfb644f15", - "resource" : { - "resourceType" : "Organization", - "id" : "1730838914752664000.de1ad85d-b623-4744-871b-acddfb644f15", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } ], - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "L" - } ] - } - } ], - "code" : "L" - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ { - "url" : "XON.10", - "valueString" : "06D0055551" - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" - } ] + "subject": { + "reference": "Patient/1732567199025839000.d11ba4b4-e7a2-49d8-8e83-76b149257553" }, - "value" : "06D0055551" - } ], - "name" : "TMCA, SOUTH CAMPUS", - "address" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" - } ] - }, { - "url" : "XAD.7", - "valueCode" : "B" - } ] - } ], - "use" : "work", - "line" : [ "1501 S. POTOMAC" ], - "city" : "AURORA", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" - } ] - } - }, { - "fullUrl" : "PractitionerRole/1730838914750904000.e46934f0-987f-438b-b612-b9258465e314", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1730838914750904000.e46934f0-987f-438b-b612-b9258465e314", - "practitioner" : { - "reference" : "Practitioner/1730838914751739000.4925ede6-c4c0-4741-ac8e-a825a2bd5f51" - }, - "organization" : { - "reference" : "Organization/1730838914752664000.de1ad85d-b623-4744-871b-acddfb644f15" - }, - "code" : [ { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } ] - } ] - } - }, { - "fullUrl" : "Observation/1730838914754255000.1450c286-7c87-4dac-a1ee-e4ae783ece39", - "resource" : { - "resourceType" : "Observation", - "id" : "1730838914754255000.1450c286-7c87-4dac-a1ee-e4ae783ece39", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "2.2" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2021-08-10T06:25:00-06:00", - "_valueDateTime" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210810062500-0600" - } ] - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ { - "url" : "OBX.2", - "valueId" : "ST" - }, { - "url" : "OBX.11", - "valueString" : "C" - } ] - } ], - "status" : "corrected", - "code" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "MPOSBC", - "display" : "BLOOD CULTURE GRAM STAIN" - } ], - "text" : "BLOOD CULTURE GRAM STAIN" - }, - "subject" : { - "reference" : "Patient/1730838914533511000.aeaeccfe-dc12-46f3-81ea-1dfb344b1949" - }, - "encounter" : { - "reference" : "Encounter/1730838914552455000.e00dcab1-8817-427b-bf71-091bff0b1446" - }, - "effectiveDateTime" : "2028-08-02T02:52:01-06:00", - "_effectiveDateTime" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" - } ] - }, - "performer" : [ { - "reference" : "Organization/1730838914754536000.72316943-9fe1-4f68-b813-cc470c45632b" - }, { - "reference" : "PractitionerRole/1730838914754726000.c0b84a9e-e94c-43cc-8e78-ad12f6c83724" - } ], - "valueString" : "GRAM POSITIVE COCCI IN PAIRS", - "interpretation" : [ { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70078" - } ], - "version" : "2.5.1", - "code" : "A", - "display" : "Abnormal (applies to non-numeric results)" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "A", - "display" : "A" - } ] - } ] - } - }, { - "fullUrl" : "Organization/1730838914754536000.72316943-9fe1-4f68-b813-cc470c45632b", - "resource" : { - "resourceType" : "Organization", - "id" : "1730838914754536000.72316943-9fe1-4f68-b813-cc470c45632b", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LB" - } ], - "code" : "RML", - "display" : "TMCA, SOUTH CAMPUS" - } ] - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } ], - "identifier" : [ { - "system" : "LB", - "value" : "RML" - } ], - "name" : "TMCA, SOUTH CAMPUS" - } - }, { - "fullUrl" : "Location/1730838914754912000.0915f94b-86c4-4d99-a876-ae0e250a2be8", - "resource" : { - "resourceType" : "Location", - "id" : "1730838914754912000.0915f94b-86c4-4d99-a876-ae0e250a2be8", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ], - "name" : "TMCA, SOUTH CAMPUS", - "physicalType" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "si" - } ] - } - } - }, { - "fullUrl" : "Practitioner/1730838914755506000.94b4d33b-2bad-443d-8c05-4941d9b8b991", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1730838914755506000.94b4d33b-2bad-443d-8c05-4941d9b8b991", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ { - "url" : "XCN.3", - "valueString" : "GREGORY" - }, { - "url" : "XCN.4", - "valueString" : "R" - }, { - "url" : "XCN.21", - "valueString" : "MD" - }, { - "url" : "XCN.10", - "valueString" : "L" - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", - "valueReference" : { - "reference" : "Location/1730838914754912000.0915f94b-86c4-4d99-a876-ae0e250a2be8" - } - } ], - "type" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } ], - "code" : "FI" - } ] + "encounter": { + "reference": "Encounter/1732567199044714000.5e1e8a9d-e832-4413-917e-61b306176c3c" }, - "system" : "RML", - "value" : "1740336429" - } ], - "name" : [ { - "use" : "official", - "family" : "KOTNIS", - "given" : [ "GREGORY", "R" ], - "prefix" : [ "DR." ], - "suffix" : [ "MD" ] - } ] - } - }, { - "fullUrl" : "Organization/1730838914756379000.fd4c09f7-d193-47c5-9acc-ff236a1b86f1", - "resource" : { - "resourceType" : "Organization", - "id" : "1730838914756379000.fd4c09f7-d193-47c5-9acc-ff236a1b86f1", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } ], - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "L" - } ] + "effectiveDateTime": "2028-08-02T02:52:01-06:00", + "_effectiveDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20280802025201-0600" } - } ], - "code" : "L" - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ { - "url" : "XON.10", - "valueString" : "06D0055551" - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" - } ] + ] }, - "value" : "06D0055551" - } ], - "name" : "TMCA, SOUTH CAMPUS", - "address" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" - } ] - }, { - "url" : "XAD.7", - "valueCode" : "B" - } ] - } ], - "use" : "work", - "line" : [ "1501 S. POTOMAC" ], - "city" : "AURORA", - "district" : "A", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" - } ] - } - }, { - "fullUrl" : "PractitionerRole/1730838914754726000.c0b84a9e-e94c-43cc-8e78-ad12f6c83724", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1730838914754726000.c0b84a9e-e94c-43cc-8e78-ad12f6c83724", - "practitioner" : { - "reference" : "Practitioner/1730838914755506000.94b4d33b-2bad-443d-8c05-4941d9b8b991" - }, - "organization" : { - "reference" : "Organization/1730838914756379000.fd4c09f7-d193-47c5-9acc-ff236a1b86f1" - }, - "code" : [ { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } ] - } ] - } - }, { - "fullUrl" : "Observation/1730838914757918000.71ba2d30-22a8-4a57-9b4f-ac2ea4a6af9e", - "resource" : { - "resourceType" : "Observation", - "id" : "1730838914757918000.71ba2d30-22a8-4a57-9b4f-ac2ea4a6af9e", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "2.3" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2021-08-10T06:25:00-06:00", - "_valueDateTime" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210810062500-0600" - } ] - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ { - "url" : "OBX.2", - "valueId" : "ST" - }, { - "url" : "OBX.11", - "valueString" : "C" - } ] - } ], - "status" : "corrected", - "code" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "MPOSBC", - "display" : "BLOOD CULTURE GRAM STAIN" - } ], - "text" : "BLOOD CULTURE GRAM STAIN" - }, - "subject" : { - "reference" : "Patient/1730838914533511000.aeaeccfe-dc12-46f3-81ea-1dfb344b1949" - }, - "encounter" : { - "reference" : "Encounter/1730838914552455000.e00dcab1-8817-427b-bf71-091bff0b1446" - }, - "effectiveDateTime" : "2028-08-02T02:52:01-06:00", - "_effectiveDateTime" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" - } ] - }, - "performer" : [ { - "reference" : "Organization/1730838914758206000.036b7df2-7e27-43f0-bcde-4f5043376e7b" - }, { - "reference" : "PractitionerRole/1730838914758362000.58bd98c3-0c63-473c-9420-be20c9ec79f6" - } ], - "valueString" : "ANAEROBIC BOTTLE" - } - }, { - "fullUrl" : "Organization/1730838914758206000.036b7df2-7e27-43f0-bcde-4f5043376e7b", - "resource" : { - "resourceType" : "Organization", - "id" : "1730838914758206000.036b7df2-7e27-43f0-bcde-4f5043376e7b", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LB" - } ], - "code" : "RML", - "display" : "TMCA, SOUTH CAMPUS" - } ] + "performer": [ + { + "reference": "Organization/1732567199140682000.9be34146-8804-4cfb-8415-b929d002cd7b" + }, + { + "reference": "PractitionerRole/1732567199140827000.c49650e7-8164-432b-b209-2ec7e364bd14" + } + ], + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "code": "COM" + } + ] } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } ], - "identifier" : [ { - "system" : "LB", - "value" : "RML" - } ], - "name" : "TMCA, SOUTH CAMPUS" - } - }, { - "fullUrl" : "Location/1730838914758543000.61224df6-d5be-4cf6-9ab0-2eedeaf4a320", - "resource" : { - "resourceType" : "Location", - "id" : "1730838914758543000.61224df6-d5be-4cf6-9ab0-2eedeaf4a320", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ], - "name" : "TMCA, SOUTH CAMPUS", - "physicalType" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "si" - } ] } - } - }, { - "fullUrl" : "Practitioner/1730838914759070000.c6f2542a-e9a0-4a0f-8355-46f5d63ce9e0", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1730838914759070000.c6f2542a-e9a0-4a0f-8355-46f5d63ce9e0", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ { - "url" : "XCN.3", - "valueString" : "GREGORY" - }, { - "url" : "XCN.4", - "valueString" : "R" - }, { - "url" : "XCN.21", - "valueString" : "MD" - }, { - "url" : "XCN.10", - "valueString" : "L" - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", - "valueReference" : { - "reference" : "Location/1730838914758543000.61224df6-d5be-4cf6-9ab0-2eedeaf4a320" - } - } ], - "type" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } ], - "code" : "FI" - } ] - }, - "system" : "RML", - "value" : "1740336429" - } ], - "name" : [ { - "use" : "official", - "family" : "KOTNIS", - "given" : [ "GREGORY", "R" ], - "prefix" : [ "DR." ], - "suffix" : [ "MD" ] - } ] - } - }, { - "fullUrl" : "Organization/1730838914759949000.48d12ee7-bd88-4e86-b4ef-374e23efb22f", - "resource" : { - "resourceType" : "Organization", - "id" : "1730838914759949000.48d12ee7-bd88-4e86-b4ef-374e23efb22f", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } ], - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "L" - } ] + }, + { + "fullUrl": "Organization/1732567199140682000.9be34146-8804-4cfb-8415-b929d002cd7b", + "resource": { + "resourceType": "Organization", + "id": "1732567199140682000.9be34146-8804-4cfb-8415-b929d002cd7b", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LB" + } + ], + "code": "RML", + "display": "TMCA, SOUTH CAMPUS" + } + ] } - } ], - "code" : "L" - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ { - "url" : "XON.10", - "valueString" : "06D0055551" - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" - } ] - }, - "value" : "06D0055551" - } ], - "name" : "TMCA, SOUTH CAMPUS", - "address" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" - } ] - }, { - "url" : "XAD.7", - "valueCode" : "B" - } ] - } ], - "use" : "work", - "line" : [ "1501 S. POTOMAC" ], - "city" : "AURORA", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" - } ] - } - }, { - "fullUrl" : "PractitionerRole/1730838914758362000.58bd98c3-0c63-473c-9420-be20c9ec79f6", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1730838914758362000.58bd98c3-0c63-473c-9420-be20c9ec79f6", - "practitioner" : { - "reference" : "Practitioner/1730838914759070000.c6f2542a-e9a0-4a0f-8355-46f5d63ce9e0" - }, - "organization" : { - "reference" : "Organization/1730838914759949000.48d12ee7-bd88-4e86-b4ef-374e23efb22f" - }, - "code" : [ { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } ] - } ] - } - }, { - "fullUrl" : "Observation/1730838914761281000.8248137a-4beb-4915-a234-653c14b8991a", - "resource" : { - "resourceType" : "Observation", - "id" : "1730838914761281000.8248137a-4beb-4915-a234-653c14b8991a", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "2.4" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2021-08-10T06:25:00-06:00", - "_valueDateTime" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210810062500-0600" - } ] - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ { - "url" : "OBX.2", - "valueId" : "ST" - }, { - "url" : "OBX.11", - "valueString" : "C" - } ] - } ], - "status" : "corrected", - "code" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "MPOSBC", - "display" : "BLOOD CULTURE GRAM STAIN" - } ], - "text" : "BLOOD CULTURE GRAM STAIN" - }, - "subject" : { - "reference" : "Patient/1730838914533511000.aeaeccfe-dc12-46f3-81ea-1dfb344b1949" - }, - "encounter" : { - "reference" : "Encounter/1730838914552455000.e00dcab1-8817-427b-bf71-091bff0b1446" - }, - "effectiveDateTime" : "2028-08-02T02:52:01-06:00", - "_effectiveDateTime" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" - } ] - }, - "performer" : [ { - "reference" : "Organization/1730838914761569000.94163319-903f-4f61-bad9-f28a3ec0c734" - }, { - "reference" : "PractitionerRole/1730838914761697000.2dd3cf37-5ece-4de0-8091-41a80bab711d" - } ], - "valueString" : "YEAST", - "interpretation" : [ { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70078" - } ], - "version" : "2.5.1", - "code" : "A", - "display" : "Abnormal (applies to non-numeric results)" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "A", - "display" : "A" - } ] - } ] - } - }, { - "fullUrl" : "Organization/1730838914761569000.94163319-903f-4f61-bad9-f28a3ec0c734", - "resource" : { - "resourceType" : "Organization", - "id" : "1730838914761569000.94163319-903f-4f61-bad9-f28a3ec0c734", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LB" - } ], - "code" : "RML", - "display" : "TMCA, SOUTH CAMPUS" - } ] - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } ], - "identifier" : [ { - "system" : "LB", - "value" : "RML" - } ], - "name" : "TMCA, SOUTH CAMPUS" - } - }, { - "fullUrl" : "Location/1730838914761888000.13e1459a-ff3e-470d-b738-f5fb1428a39b", - "resource" : { - "resourceType" : "Location", - "id" : "1730838914761888000.13e1459a-ff3e-470d-b738-f5fb1428a39b", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ], - "name" : "TMCA, SOUTH CAMPUS", - "physicalType" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "si" - } ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBX.15" + } + ], + "identifier": [ + { + "system": "LB", + "value": "RML" + } + ], + "name": "TMCA, SOUTH CAMPUS" } - } - }, { - "fullUrl" : "Practitioner/1730838914762388000.b231661e-1f78-4bc7-8cf1-55193d1a9d61", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1730838914762388000.b231661e-1f78-4bc7-8cf1-55193d1a9d61", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ { - "url" : "XCN.3", - "valueString" : "GREGORY" - }, { - "url" : "XCN.4", - "valueString" : "R" - }, { - "url" : "XCN.21", - "valueString" : "MD" - }, { - "url" : "XCN.10", - "valueString" : "L" - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", - "valueReference" : { - "reference" : "Location/1730838914761888000.13e1459a-ff3e-470d-b738-f5fb1428a39b" - } - } ], - "type" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } ], - "code" : "FI" - } ] - }, - "system" : "RML", - "value" : "1740336429" - } ], - "name" : [ { - "use" : "official", - "family" : "KOTNIS", - "given" : [ "GREGORY", "R" ], - "prefix" : [ "DR." ], - "suffix" : [ "MD" ] - } ] - } - }, { - "fullUrl" : "Organization/1730838914763287000.b8c3e4b7-cd32-4435-a629-94ef14ced79d", - "resource" : { - "resourceType" : "Organization", - "id" : "1730838914763287000.b8c3e4b7-cd32-4435-a629-94ef14ced79d", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } ], - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "L" - } ] + }, + { + "fullUrl": "Location/1732567199141031000.a8a24659-133e-4e8a-a09a-d6a33358d9b7", + "resource": { + "resourceType": "Location", + "id": "1732567199141031000.a8a24659-133e-4e8a-a09a-d6a33358d9b7", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ], + "name": "TMCA, SOUTH CAMPUS", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" } - } ], - "code" : "L" - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ { - "url" : "XON.10", - "valueString" : "06D0055551" - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" - } ] - }, - "value" : "06D0055551" - } ], - "name" : "TMCA, SOUTH CAMPUS", - "address" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" - } ] - }, { - "url" : "XAD.7", - "valueCode" : "B" - } ] - } ], - "use" : "work", - "line" : [ "1501 S. POTOMAC" ], - "city" : "AURORA", - "district" : "A", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" - } ] - } - }, { - "fullUrl" : "PractitionerRole/1730838914761697000.2dd3cf37-5ece-4de0-8091-41a80bab711d", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1730838914761697000.2dd3cf37-5ece-4de0-8091-41a80bab711d", - "practitioner" : { - "reference" : "Practitioner/1730838914762388000.b231661e-1f78-4bc7-8cf1-55193d1a9d61" - }, - "organization" : { - "reference" : "Organization/1730838914763287000.b8c3e4b7-cd32-4435-a629-94ef14ced79d" - }, - "code" : [ { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } ] - } ] - } - }, { - "fullUrl" : "Observation/1730838914764878000.6afb20de-601f-4d38-bafd-690a16277184", - "resource" : { - "resourceType" : "Observation", - "id" : "1730838914764878000.6afb20de-601f-4d38-bafd-690a16277184", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "2.5" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2021-08-10T06:25:00-06:00", - "_valueDateTime" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210810062500-0600" - } ] - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ { - "url" : "OBX.2", - "valueId" : "ST" - }, { - "url" : "OBX.11", - "valueString" : "C" - } ] - } ], - "status" : "corrected", - "code" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "MPOSBC", - "display" : "BLOOD CULTURE GRAM STAIN" - } ], - "text" : "BLOOD CULTURE GRAM STAIN" - }, - "subject" : { - "reference" : "Patient/1730838914533511000.aeaeccfe-dc12-46f3-81ea-1dfb344b1949" - }, - "encounter" : { - "reference" : "Encounter/1730838914552455000.e00dcab1-8817-427b-bf71-091bff0b1446" - }, - "effectiveDateTime" : "2028-08-02T02:52:01-06:00", - "_effectiveDateTime" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" - } ] - }, - "performer" : [ { - "reference" : "Organization/1730838914765197000.c3052de5-605e-4586-99d3-7ea0ae7a18f6" - }, { - "reference" : "PractitionerRole/1730838914765343000.8bf63cb2-9ad2-442a-9211-0f4449b5f33e" - } ], - "valueString" : "AEROBIC BOTTLE" - } - }, { - "fullUrl" : "Organization/1730838914765197000.c3052de5-605e-4586-99d3-7ea0ae7a18f6", - "resource" : { - "resourceType" : "Organization", - "id" : "1730838914765197000.c3052de5-605e-4586-99d3-7ea0ae7a18f6", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LB" - } ], - "code" : "RML", - "display" : "TMCA, SOUTH CAMPUS" - } ] + ] } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } ], - "identifier" : [ { - "system" : "LB", - "value" : "RML" - } ], - "name" : "TMCA, SOUTH CAMPUS" - } - }, { - "fullUrl" : "Location/1730838914765554000.e2d9df31-c9e2-4e98-a04c-d735e333e01d", - "resource" : { - "resourceType" : "Location", - "id" : "1730838914765554000.e2d9df31-c9e2-4e98-a04c-d735e333e01d", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ], - "name" : "TMCA, SOUTH CAMPUS", - "physicalType" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "si" - } ] } - } - }, { - "fullUrl" : "Practitioner/1730838914766240000.ee6af7ea-4296-415c-afe9-338ddd8eead9", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1730838914766240000.ee6af7ea-4296-415c-afe9-338ddd8eead9", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ { - "url" : "XCN.3", - "valueString" : "GREGORY" - }, { - "url" : "XCN.4", - "valueString" : "R" - }, { - "url" : "XCN.21", - "valueString" : "MD" - }, { - "url" : "XCN.10", - "valueString" : "L" - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", - "valueReference" : { - "reference" : "Location/1730838914765554000.e2d9df31-c9e2-4e98-a04c-d735e333e01d" - } - } ], - "type" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } ], - "code" : "FI" - } ] - }, - "system" : "RML", - "value" : "1740336429" - } ], - "name" : [ { - "use" : "official", - "family" : "KOTNIS", - "given" : [ "GREGORY", "R" ], - "prefix" : [ "DR." ], - "suffix" : [ "MD" ] - } ] - } - }, { - "fullUrl" : "Organization/1730838914767295000.9df9b693-2a28-46a2-929a-7ab73616e189", - "resource" : { - "resourceType" : "Organization", - "id" : "1730838914767295000.9df9b693-2a28-46a2-929a-7ab73616e189", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } ], - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "L" - } ] + }, + { + "fullUrl": "Practitioner/1732567199141788000.02bc94f5-a418-403b-aabe-7413aa652fa9", + "resource": { + "resourceType": "Practitioner", + "id": "1732567199141788000.02bc94f5-a418-403b-aabe-7413aa652fa9", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "RML" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ + { + "url": "XCN.3", + "valueString": "GREGORY" + }, + { + "url": "XCN.4", + "valueString": "R" + }, + { + "url": "XCN.21", + "valueString": "MD" + }, + { + "url": "XCN.10", + "valueString": "L" + } + ] + } + ], + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference": { + "reference": "Location/1732567199141031000.a8a24659-133e-4e8a-a09a-d6a33358d9b7" + } + } + ], + "type": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true + } + ], + "code": "FI" + } + ] + }, + "system": "RML", + "value": "1740336429" + } + ], + "name": [ + { + "use": "official", + "family": "KOTNIS", + "given": [ + "GREGORY", + "R" + ], + "prefix": [ + "DR." + ], + "suffix": [ + "MD" + ] + } + ] + } + }, + { + "fullUrl": "Organization/1732567199143056000.da689751-fac0-4dc7-94de-ee4fee5af2f4", + "resource": { + "resourceType": "Organization", + "id": "1732567199143056000.da689751-fac0-4dc7-94de-ee4fee5af2f4", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "L" + } + ] + } + } + ], + "code": "L" } - } ], - "code" : "L" - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ { - "url" : "XON.10", - "valueString" : "06D0055551" - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" - } ] - }, - "value" : "06D0055551" - } ], - "name" : "TMCA, SOUTH CAMPUS", - "address" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" - } ] - }, { - "url" : "XAD.7", - "valueCode" : "B" - } ] - } ], - "use" : "work", - "line" : [ "1501 S. POTOMAC" ], - "city" : "AURORA", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" - } ] - } - }, { - "fullUrl" : "PractitionerRole/1730838914765343000.8bf63cb2-9ad2-442a-9211-0f4449b5f33e", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1730838914765343000.8bf63cb2-9ad2-442a-9211-0f4449b5f33e", - "practitioner" : { - "reference" : "Practitioner/1730838914766240000.ee6af7ea-4296-415c-afe9-338ddd8eead9" - }, - "organization" : { - "reference" : "Organization/1730838914767295000.9df9b693-2a28-46a2-929a-7ab73616e189" - }, - "code" : [ { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } ] - } ] - } - }, { - "fullUrl" : "Observation/1730838914769074000.2cbaf2ff-ff70-4bfd-a814-c2f3cfb51c50", - "resource" : { - "resourceType" : "Observation", - "id" : "1730838914769074000.2cbaf2ff-ff70-4bfd-a814-c2f3cfb51c50", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2021-08-10T06:25:00-06:00", - "_valueDateTime" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210810062500-0600" - } ] - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ { - "url" : "OBX.2", - "valueId" : "CWE" - }, { - "url" : "OBX.11", - "valueString" : "C" - } ] - } ], - "status" : "corrected", - "code" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } ], - "system" : "http://loinc.org", - "version" : "2.40", - "code" : "600-7", - "display" : "Bacteria identified in Blood by Culture" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "BLOODC", - "display" : "BLOOD CULTURE" - } ] - }, - "subject" : { - "reference" : "Patient/1730838914533511000.aeaeccfe-dc12-46f3-81ea-1dfb344b1949" - }, - "encounter" : { - "reference" : "Encounter/1730838914552455000.e00dcab1-8817-427b-bf71-091bff0b1446" - }, - "effectiveDateTime" : "2028-08-02T02:52:01-06:00", - "_effectiveDateTime" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" - } ] - }, - "performer" : [ { - "reference" : "Organization/1730838914769447000.f3914c63-1deb-46c3-b639-a684d8cebfef" - }, { - "reference" : "PractitionerRole/1730838914769615000.53960ca1-dd67-4c05-9904-2eb26198c17c" - } ], - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "POSITIVE", - "display" : "POSITIVE" - } ], - "text" : "POSITIVE" - }, - "note" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ { - "url" : "NTE.2", - "valueId" : "L" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "Nucleic acid test for the detection of Staphylococcus spp.," - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } ] - } - } ], - "text" : "Nucleic acid test for the detection of Staphylococcus spp.," - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ { - "url" : "NTE.2", - "valueId" : "L" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "S. aureus, S. epidermidis, S. lugdunensis, Streptococcus" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } ] - } - } ], - "text" : "S. aureus, S. epidermidis, S. lugdunensis, Streptococcus" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ { - "url" : "NTE.2", - "valueId" : "L" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "spp., S. pneumoniae, S. pyogenes, S. agalactiae," - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } ] - } - } ], - "text" : "spp., S. pneumoniae, S. pyogenes, S. agalactiae," - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ { - "url" : "NTE.2", - "valueId" : "L" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "S. anginosus group, Enterococcus faecalis, Enterococcus" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } ] - } - } ], - "text" : "S. anginosus group, Enterococcus faecalis, Enterococcus" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ { - "url" : "NTE.2", - "valueId" : "L" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "faecium, mec-A mediated methicillin resistance, and" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } ] - } - } ], - "text" : "faecium, mec-A mediated methicillin resistance, and" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ { - "url" : "NTE.2", - "valueId" : "L" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "vanA/vanB mediated Vancomycin resistance was performed and" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } ] - } - } ], - "text" : "vanA/vanB mediated Vancomycin resistance was performed and" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ { - "url" : "NTE.2", - "valueId" : "L" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "was NEGATIVE for all targets tested." - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } ] - } - } ], - "text" : "was NEGATIVE for all targets tested." - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ { - "url" : "NTE.2", - "valueId" : "L" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } ] - } - } ] - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ { - "url" : "NTE.2", - "valueId" : "L" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "*****CORRECTED REPORT*****" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } ] - } - } ], - "text" : "*****CORRECTED REPORT*****" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ { - "url" : "NTE.2", - "valueId" : "L" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "Previous report of was incorrect." - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } ] - } - } ], - "text" : "Previous report of was incorrect." - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ { - "url" : "NTE.2", - "valueId" : "L" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "The correct report of YEAST PRESENT ON GRAM STAIN" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } ] - } - } ], - "text" : "The correct report of YEAST PRESENT ON GRAM STAIN" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ { - "url" : "NTE.2", - "valueId" : "L" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "was called and texted to ALLISON CABRERA" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } ] - } - } ], - "text" : "was called and texted to ALLISON CABRERA" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ { - "url" : "NTE.2", - "valueId" : "L" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "Date:08/08/28 Time:0613 Called by:ELB.RMH" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } ] - } - } ], - "text" : "Date:08/08/28 Time:0613 Called by:ELB.RMH" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ { - "url" : "NTE.2", - "valueId" : "L" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } ] - } - } ] - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ { - "url" : "NTE.2", - "valueId" : "L" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "Critical result called to and read back by:RN LIBBY HILL" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } ] - } - } ], - "text" : "Critical result called to and read back by:RN LIBBY HILL" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ { - "url" : "NTE.2", - "valueId" : "L" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "Location:ICU on 08/06/21 at 1136 by ELB.HC" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } ] - } - } ], - "text" : "Location:ICU on 08/06/21 at 1136 by ELB.HC" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ { - "url" : "NTE.2", - "valueId" : "L" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } ] - } - } ] - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ { - "url" : "NTE.2", - "valueId" : "L" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "Critical result called to and read back by:HANNAH STEVENS RN" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } ] - } - } ], - "text" : "Critical result called to and read back by:HANNAH STEVENS RN" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ { - "url" : "NTE.2", - "valueId" : "L" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "Location:ICUB on 08/02/28 at 2201 by ELB.MS3" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } ] - } - } ], - "text" : "Location:ICUB on 08/02/28 at 2201 by ELB.MS3" - } ] - } - }, { - "fullUrl" : "Organization/1730838914769447000.f3914c63-1deb-46c3-b639-a684d8cebfef", - "resource" : { - "resourceType" : "Organization", - "id" : "1730838914769447000.f3914c63-1deb-46c3-b639-a684d8cebfef", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LB" - } ], - "code" : "RML", - "display" : "TMCA, SOUTH CAMPUS" - } ] - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } ], - "identifier" : [ { - "system" : "LB", - "value" : "RML" - } ], - "name" : "TMCA, SOUTH CAMPUS" - } - }, { - "fullUrl" : "Location/1730838914769844000.dfcc6738-80bd-4f6b-8059-bb2faaf91aa6", - "resource" : { - "resourceType" : "Location", - "id" : "1730838914769844000.dfcc6738-80bd-4f6b-8059-bb2faaf91aa6", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ], - "name" : "TMCA, SOUTH CAMPUS", - "physicalType" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "si" - } ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ + { + "url": "XON.10", + "valueString": "06D0055551" + } + ] + } + ], + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "TMCA, SOUTH CAMPUS" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.144" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "XX" + } + ] + }, + "value": "06D0055551" + } + ], + "name": "TMCA, SOUTH CAMPUS", + "address": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ + { + "url": "SAD.1", + "valueString": "1501 S. POTOMAC" + } + ] + }, + { + "url": "XAD.7", + "valueCode": "B" + } + ] + } + ], + "use": "work", + "line": [ + "1501 S. POTOMAC" + ], + "city": "AURORA", + "district": "S", + "state": "IG", + "postalCode": "80012", + "country": "USA" + } + ] } - } - }, { - "fullUrl" : "Practitioner/1730838914770578000.953e22ec-c55e-4cae-b0a6-b36dd96589c5", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1730838914770578000.953e22ec-c55e-4cae-b0a6-b36dd96589c5", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ { - "url" : "XCN.3", - "valueString" : "GREGORY" - }, { - "url" : "XCN.4", - "valueString" : "R" - }, { - "url" : "XCN.21", - "valueString" : "MD" - }, { - "url" : "XCN.10", - "valueString" : "L" - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", - "valueReference" : { - "reference" : "Location/1730838914769844000.dfcc6738-80bd-4f6b-8059-bb2faaf91aa6" - } - } ], - "type" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } ], - "code" : "FI" - } ] + }, + { + "fullUrl": "PractitionerRole/1732567199140827000.c49650e7-8164-432b-b209-2ec7e364bd14", + "resource": { + "resourceType": "PractitionerRole", + "id": "1732567199140827000.c49650e7-8164-432b-b209-2ec7e364bd14", + "practitioner": { + "reference": "Practitioner/1732567199141788000.02bc94f5-a418-403b-aabe-7413aa652fa9" }, - "system" : "RML", - "value" : "1740336429" - } ], - "name" : [ { - "use" : "official", - "family" : "KOTNIS", - "given" : [ "GREGORY", "R" ], - "prefix" : [ "DR." ], - "suffix" : [ "MD" ] - } ] - } - }, { - "fullUrl" : "Organization/1730838914771593000.8945a665-8298-442c-9afa-89eaed432315", - "resource" : { - "resourceType" : "Organization", - "id" : "1730838914771593000.8945a665-8298-442c-9afa-89eaed432315", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } ], - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "L" - } ] - } - } ], - "code" : "L" - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ { - "url" : "XON.10", - "valueString" : "06D0055551" - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" - } ] + "organization": { + "reference": "Organization/1732567199143056000.da689751-fac0-4dc7-94de-ee4fee5af2f4" }, - "value" : "06D0055551" - } ], - "name" : "TMCA, SOUTH CAMPUS", - "address" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" - } ] - }, { - "url" : "XAD.7", - "valueCode" : "B" - } ] - } ], - "use" : "work", - "line" : [ "1501 S. POTOMAC" ], - "city" : "AURORA", - "district" : "MD", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" - } ] - } - }, { - "fullUrl" : "PractitionerRole/1730838914769615000.53960ca1-dd67-4c05-9904-2eb26198c17c", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1730838914769615000.53960ca1-dd67-4c05-9904-2eb26198c17c", - "practitioner" : { - "reference" : "Practitioner/1730838914770578000.953e22ec-c55e-4cae-b0a6-b36dd96589c5" - }, - "organization" : { - "reference" : "Organization/1730838914771593000.8945a665-8298-442c-9afa-89eaed432315" - }, - "code" : [ { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } ] - } ] - } - }, { - "fullUrl" : "Observation/1730838914778922000.ecf78aac-289c-40ab-96cc-09e0898af48e", - "resource" : { - "resourceType" : "Observation", - "id" : "1730838914778922000.ecf78aac-289c-40ab-96cc-09e0898af48e", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2021-08-05T01:38:00-06:00", - "_valueDateTime" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210805013800-0600" - } ] - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ { - "url" : "OBX.2", - "valueId" : "CE" - }, { - "url" : "OBX.11", - "valueString" : "F" - } ] - } ], - "status" : "final", - "code" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } ], - "system" : "http://loinc.org", - "version" : "2.40", - "code" : "77202-0", - "display" : "Laboratory comment [Text] in Report Narrative" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "VERGPCOM", - "display" : "COMMENT" - } ] - }, - "subject" : { - "reference" : "Patient/1730838914533511000.aeaeccfe-dc12-46f3-81ea-1dfb344b1949" - }, - "encounter" : { - "reference" : "Encounter/1730838914552455000.e00dcab1-8817-427b-bf71-091bff0b1446" - }, - "effectiveDateTime" : "2028-08-02T02:52:01-06:00", - "_effectiveDateTime" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" - } ] - }, - "performer" : [ { - "reference" : "Organization/1730838914779247000.fe2bcee3-4b65-45bb-b7d4-27f81f1ffce7" - }, { - "reference" : "PractitionerRole/1730838914779388000.e2634d64-71ba-4adf-91d4-7d634327fa7c" - } ], - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "code" : "COM" - } ] - } - } - }, { - "fullUrl" : "Organization/1730838914779247000.fe2bcee3-4b65-45bb-b7d4-27f81f1ffce7", - "resource" : { - "resourceType" : "Organization", - "id" : "1730838914779247000.fe2bcee3-4b65-45bb-b7d4-27f81f1ffce7", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LB" - } ], - "code" : "RML", - "display" : "TMCA, SOUTH CAMPUS" - } ] - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } ], - "identifier" : [ { - "system" : "LB", - "value" : "RML" - } ], - "name" : "TMCA, SOUTH CAMPUS" - } - }, { - "fullUrl" : "Location/1730838914779571000.b51c8ee9-129b-4b12-9f78-d93168c05099", - "resource" : { - "resourceType" : "Location", - "id" : "1730838914779571000.b51c8ee9-129b-4b12-9f78-d93168c05099", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ], - "name" : "TMCA, SOUTH CAMPUS", - "physicalType" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "si" - } ] + "code": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0912", + "code": "MDIR" + } + ] + } + ] } - } - }, { - "fullUrl" : "Practitioner/1730838914780165000.353ec5dc-8dac-493e-b9df-d6c9ed962ab7", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1730838914780165000.353ec5dc-8dac-493e-b9df-d6c9ed962ab7", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ { - "url" : "XCN.3", - "valueString" : "GREGORY" - }, { - "url" : "XCN.4", - "valueString" : "R" - }, { - "url" : "XCN.21", - "valueString" : "MD" - }, { - "url" : "XCN.10", - "valueString" : "L" - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", - "valueReference" : { - "reference" : "Location/1730838914779571000.b51c8ee9-129b-4b12-9f78-d93168c05099" - } - } ], - "type" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } ], - "code" : "FI" - } ] - }, - "system" : "RML", - "value" : "1740336429" - } ], - "name" : [ { - "use" : "official", - "family" : "KOTNIS", - "given" : [ "GREGORY", "R" ], - "prefix" : [ "DR." ], - "suffix" : [ "MD" ] - } ] - } - }, { - "fullUrl" : "Organization/1730838914781218000.136fb33e-2632-4b36-ac5a-65bddc09c252", - "resource" : { - "resourceType" : "Organization", - "id" : "1730838914781218000.136fb33e-2632-4b36-ac5a-65bddc09c252", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } ], - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "L" - } ] + }, + { + "fullUrl": "Observation/1732567199144879000.8eb1281b-d897-4d62-9de5-8b1c0b228c15", + "resource": { + "resourceType": "Observation", + "id": "1732567199144879000.8eb1281b-d897-4d62-9de5-8b1c0b228c15", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "1.1" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime": "2021-08-05T01:38:00-06:00", + "_valueDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20210805013800-0600" + } + ] + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ + { + "url": "OBX.2", + "valueId": "ST" + }, + { + "url": "OBX.11", + "valueString": "F" + } + ] + } + ], + "status": "final", + "code": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "version": "2.40", + "code": "77202-0", + "display": "Laboratory comment [Text] in Report Narrative" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "VERGPCOM", + "display": "COMMENT" } - } ], - "code" : "L" - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ { - "url" : "XON.10", - "valueString" : "06D0055551" - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" - } ] + ] }, - "value" : "06D0055551" - } ], - "name" : "TMCA, SOUTH CAMPUS", - "address" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" - } ] - }, { - "url" : "XAD.7", - "valueCode" : "B" - } ] - } ], - "use" : "work", - "line" : [ "1501 S. POTOMAC" ], - "city" : "AURORA", - "district" : "S", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" - } ] - } - }, { - "fullUrl" : "PractitionerRole/1730838914779388000.e2634d64-71ba-4adf-91d4-7d634327fa7c", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1730838914779388000.e2634d64-71ba-4adf-91d4-7d634327fa7c", - "practitioner" : { - "reference" : "Practitioner/1730838914780165000.353ec5dc-8dac-493e-b9df-d6c9ed962ab7" - }, - "organization" : { - "reference" : "Organization/1730838914781218000.136fb33e-2632-4b36-ac5a-65bddc09c252" - }, - "code" : [ { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } ] - } ] - } - }, { - "fullUrl" : "Observation/1730838914782556000.dbc35447-b50c-4640-8d1c-cb706d3bb6f5", - "resource" : { - "resourceType" : "Observation", - "id" : "1730838914782556000.dbc35447-b50c-4640-8d1c-cb706d3bb6f5", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1.1" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2021-08-05T01:38:00-06:00", - "_valueDateTime" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210805013800-0600" - } ] - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ { - "url" : "OBX.2", - "valueId" : "ST" - }, { - "url" : "OBX.11", - "valueString" : "F" - } ] - } ], - "status" : "final", - "code" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } ], - "system" : "http://loinc.org", - "version" : "2.40", - "code" : "77202-0", - "display" : "Laboratory comment [Text] in Report Narrative" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "VERGPCOM", - "display" : "COMMENT" - } ] - }, - "subject" : { - "reference" : "Patient/1730838914533511000.aeaeccfe-dc12-46f3-81ea-1dfb344b1949" - }, - "encounter" : { - "reference" : "Encounter/1730838914552455000.e00dcab1-8817-427b-bf71-091bff0b1446" - }, - "performer" : [ { - "reference" : "Organization/1730838914782879000.64a2ba47-f6dc-4d53-b217-54d39d9ee0af" - }, { - "reference" : "PractitionerRole/1730838914783027000.50d6e0f6-0bc6-4b82-94d2-2f68301499bf" - } ], - "valueString" : "This is a rapid molecular assay that simultaneously detects" - } - }, { - "fullUrl" : "Organization/1730838914782879000.64a2ba47-f6dc-4d53-b217-54d39d9ee0af", - "resource" : { - "resourceType" : "Organization", - "id" : "1730838914782879000.64a2ba47-f6dc-4d53-b217-54d39d9ee0af", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LB" - } ], - "code" : "RML", - "display" : "TMCA, SOUTH CAMPUS" - } ] - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } ], - "identifier" : [ { - "system" : "LB", - "value" : "RML" - } ], - "name" : "TMCA, SOUTH CAMPUS" - } - }, { - "fullUrl" : "Location/1730838914783211000.5bcc25e7-8795-41eb-9d15-cdae29f37001", - "resource" : { - "resourceType" : "Location", - "id" : "1730838914783211000.5bcc25e7-8795-41eb-9d15-cdae29f37001", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ], - "name" : "TMCA, SOUTH CAMPUS", - "physicalType" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "si" - } ] - } - } - }, { - "fullUrl" : "Practitioner/1730838914783841000.3eb3508b-4f67-4c7e-8871-4a979ae74a07", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1730838914783841000.3eb3508b-4f67-4c7e-8871-4a979ae74a07", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ { - "url" : "XCN.3", - "valueString" : "GREGORY" - }, { - "url" : "XCN.4", - "valueString" : "R" - }, { - "url" : "XCN.21", - "valueString" : "MD" - }, { - "url" : "XCN.10", - "valueString" : "L" - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", - "valueReference" : { - "reference" : "Location/1730838914783211000.5bcc25e7-8795-41eb-9d15-cdae29f37001" - } - } ], - "type" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } ], - "code" : "FI" - } ] + "subject": { + "reference": "Patient/1732567199025839000.d11ba4b4-e7a2-49d8-8e83-76b149257553" }, - "system" : "RML", - "value" : "1740336429" - } ], - "name" : [ { - "use" : "official", - "family" : "KOTNIS", - "given" : [ "GREGORY", "R" ], - "prefix" : [ "DR." ], - "suffix" : [ "MD" ] - } ] - } - }, { - "fullUrl" : "Organization/1730838914784827000.b4011a83-ef96-4eaf-ae2e-9d21dc8a80b6", - "resource" : { - "resourceType" : "Organization", - "id" : "1730838914784827000.b4011a83-ef96-4eaf-ae2e-9d21dc8a80b6", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } ], - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "L" - } ] - } - } ], - "code" : "L" - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ { - "url" : "XON.10", - "valueString" : "06D0055551" - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" - } ] + "encounter": { + "reference": "Encounter/1732567199044714000.5e1e8a9d-e832-4413-917e-61b306176c3c" }, - "value" : "06D0055551" - } ], - "name" : "TMCA, SOUTH CAMPUS", - "address" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" - } ] - }, { - "url" : "XAD.7", - "valueCode" : "B" - } ] - } ], - "use" : "work", - "line" : [ "1501 S. POTOMAC" ], - "city" : "AURORA", - "district" : "MD", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" - } ] - } - }, { - "fullUrl" : "PractitionerRole/1730838914783027000.50d6e0f6-0bc6-4b82-94d2-2f68301499bf", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1730838914783027000.50d6e0f6-0bc6-4b82-94d2-2f68301499bf", - "practitioner" : { - "reference" : "Practitioner/1730838914783841000.3eb3508b-4f67-4c7e-8871-4a979ae74a07" - }, - "organization" : { - "reference" : "Organization/1730838914784827000.b4011a83-ef96-4eaf-ae2e-9d21dc8a80b6" - }, - "code" : [ { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } ] - } ] - } - }, { - "fullUrl" : "Observation/1730838914786102000.4b49ec3b-8e55-4b36-9fbf-962835c9ebdf", - "resource" : { - "resourceType" : "Observation", - "id" : "1730838914786102000.4b49ec3b-8e55-4b36-9fbf-962835c9ebdf", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1.1" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2021-08-05T01:38:00-06:00", - "_valueDateTime" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210805013800-0600" - } ] - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ { - "url" : "OBX.2", - "valueId" : "ST" - }, { - "url" : "OBX.11", - "valueString" : "F" - } ] - } ], - "status" : "final", - "code" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } ], - "system" : "http://loinc.org", - "version" : "2.40", - "code" : "77202-0", - "display" : "Laboratory comment [Text] in Report Narrative" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "VERGPCOM", - "display" : "COMMENT" - } ] - }, - "subject" : { - "reference" : "Patient/1730838914533511000.aeaeccfe-dc12-46f3-81ea-1dfb344b1949" - }, - "encounter" : { - "reference" : "Encounter/1730838914552455000.e00dcab1-8817-427b-bf71-091bff0b1446" - }, - "performer" : [ { - "reference" : "Organization/1730838914786461000.0749975d-6fab-4c1b-a942-fe734c02a854" - }, { - "reference" : "PractitionerRole/1730838914786600000.823ba33f-6ce7-4a20-a7ba-9279697d2561" - } ], - "valueString" : "and identifies the following gram-positive organisms:" - } - }, { - "fullUrl" : "Organization/1730838914786461000.0749975d-6fab-4c1b-a942-fe734c02a854", - "resource" : { - "resourceType" : "Organization", - "id" : "1730838914786461000.0749975d-6fab-4c1b-a942-fe734c02a854", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LB" - } ], - "code" : "RML", - "display" : "TMCA, SOUTH CAMPUS" - } ] - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } ], - "identifier" : [ { - "system" : "LB", - "value" : "RML" - } ], - "name" : "TMCA, SOUTH CAMPUS" - } - }, { - "fullUrl" : "Location/1730838914786808000.e62955fc-f6ef-403d-8182-7ba826cc405c", - "resource" : { - "resourceType" : "Location", - "id" : "1730838914786808000.e62955fc-f6ef-403d-8182-7ba826cc405c", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ], - "name" : "TMCA, SOUTH CAMPUS", - "physicalType" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "si" - } ] + "performer": [ + { + "reference": "Organization/1732567199145332000.2857ccdd-4bce-4d12-9c42-c9e3303221f3" + }, + { + "reference": "PractitionerRole/1732567199145476000.9ac6f302-c84f-4751-abad-5a31aa01dbe5" + } + ], + "valueString": "This is a rapid molecular assay that simultaneously detects" } - } - }, { - "fullUrl" : "Practitioner/1730838914787415000.cfded77d-35b4-4f32-b152-e0ba6a36919a", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1730838914787415000.cfded77d-35b4-4f32-b152-e0ba6a36919a", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ { - "url" : "XCN.3", - "valueString" : "GREGORY" - }, { - "url" : "XCN.4", - "valueString" : "R" - }, { - "url" : "XCN.21", - "valueString" : "MD" - }, { - "url" : "XCN.10", - "valueString" : "L" - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", - "valueReference" : { - "reference" : "Location/1730838914786808000.e62955fc-f6ef-403d-8182-7ba826cc405c" - } - } ], - "type" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } ], - "code" : "FI" - } ] - }, - "system" : "RML", - "value" : "1740336429" - } ], - "name" : [ { - "use" : "official", - "family" : "KOTNIS", - "given" : [ "GREGORY", "R" ], - "prefix" : [ "DR." ], - "suffix" : [ "MD" ] - } ] - } - }, { - "fullUrl" : "Organization/1730838914788381000.58e2980f-4873-4c4a-a240-55dc609d5e91", - "resource" : { - "resourceType" : "Organization", - "id" : "1730838914788381000.58e2980f-4873-4c4a-a240-55dc609d5e91", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } ], - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "L" - } ] + }, + { + "fullUrl": "Organization/1732567199145332000.2857ccdd-4bce-4d12-9c42-c9e3303221f3", + "resource": { + "resourceType": "Organization", + "id": "1732567199145332000.2857ccdd-4bce-4d12-9c42-c9e3303221f3", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LB" + } + ], + "code": "RML", + "display": "TMCA, SOUTH CAMPUS" + } + ] } - } ], - "code" : "L" - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ { - "url" : "XON.10", - "valueString" : "06D0055551" - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" - } ] - }, - "value" : "06D0055551" - } ], - "name" : "TMCA, SOUTH CAMPUS", - "address" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" - } ] - }, { - "url" : "XAD.7", - "valueCode" : "B" - } ] - } ], - "use" : "work", - "line" : [ "1501 S. POTOMAC" ], - "city" : "AURORA", - "district" : "MD", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" - } ] - } - }, { - "fullUrl" : "PractitionerRole/1730838914786600000.823ba33f-6ce7-4a20-a7ba-9279697d2561", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1730838914786600000.823ba33f-6ce7-4a20-a7ba-9279697d2561", - "practitioner" : { - "reference" : "Practitioner/1730838914787415000.cfded77d-35b4-4f32-b152-e0ba6a36919a" - }, - "organization" : { - "reference" : "Organization/1730838914788381000.58e2980f-4873-4c4a-a240-55dc609d5e91" - }, - "code" : [ { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } ] - } ] - } - }, { - "fullUrl" : "Observation/1730838914789774000.c044d0e9-a99c-4a74-8886-cf10726f0c49", - "resource" : { - "resourceType" : "Observation", - "id" : "1730838914789774000.c044d0e9-a99c-4a74-8886-cf10726f0c49", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1.1" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2021-08-05T01:38:00-06:00", - "_valueDateTime" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210805013800-0600" - } ] - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ { - "url" : "OBX.2", - "valueId" : "ST" - }, { - "url" : "OBX.11", - "valueString" : "F" - } ] - } ], - "status" : "final", - "code" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } ], - "system" : "http://loinc.org", - "version" : "2.40", - "code" : "77202-0", - "display" : "Laboratory comment [Text] in Report Narrative" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "VERGPCOM", - "display" : "COMMENT" - } ] - }, - "subject" : { - "reference" : "Patient/1730838914533511000.aeaeccfe-dc12-46f3-81ea-1dfb344b1949" - }, - "encounter" : { - "reference" : "Encounter/1730838914552455000.e00dcab1-8817-427b-bf71-091bff0b1446" - }, - "performer" : [ { - "reference" : "Organization/1730838914790108000.98512ceb-beca-45c9-a724-e6ce7d2ca901" - }, { - "reference" : "PractitionerRole/1730838914790275000.5f16a0f2-ebf6-4636-8c93-7cc569d5b2e5" - } ], - "dataAbsentReason" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/data-absent-reason", - "code" : "unknown" - } ] - } - } - }, { - "fullUrl" : "Organization/1730838914790108000.98512ceb-beca-45c9-a724-e6ce7d2ca901", - "resource" : { - "resourceType" : "Organization", - "id" : "1730838914790108000.98512ceb-beca-45c9-a724-e6ce7d2ca901", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LB" - } ], - "code" : "RML", - "display" : "TMCA, SOUTH CAMPUS" - } ] - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } ], - "identifier" : [ { - "system" : "LB", - "value" : "RML" - } ], - "name" : "TMCA, SOUTH CAMPUS" - } - }, { - "fullUrl" : "Location/1730838914790541000.dafeb5dd-b9cb-4b84-a9cf-053a4b1a9c6b", - "resource" : { - "resourceType" : "Location", - "id" : "1730838914790541000.dafeb5dd-b9cb-4b84-a9cf-053a4b1a9c6b", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ], - "name" : "TMCA, SOUTH CAMPUS", - "physicalType" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "si" - } ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBX.15" + } + ], + "identifier": [ + { + "system": "LB", + "value": "RML" + } + ], + "name": "TMCA, SOUTH CAMPUS" } - } - }, { - "fullUrl" : "Practitioner/1730838914791232000.ab08dbac-9ee0-4fca-a827-7fe374ff30b3", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1730838914791232000.ab08dbac-9ee0-4fca-a827-7fe374ff30b3", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ { - "url" : "XCN.3", - "valueString" : "GREGORY" - }, { - "url" : "XCN.4", - "valueString" : "R" - }, { - "url" : "XCN.21", - "valueString" : "MD" - }, { - "url" : "XCN.10", - "valueString" : "L" - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", - "valueReference" : { - "reference" : "Location/1730838914790541000.dafeb5dd-b9cb-4b84-a9cf-053a4b1a9c6b" - } - } ], - "type" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } ], - "code" : "FI" - } ] - }, - "system" : "RML", - "value" : "1740336429" - } ], - "name" : [ { - "use" : "official", - "family" : "KOTNIS", - "given" : [ "GREGORY", "R" ], - "prefix" : [ "DR." ], - "suffix" : [ "MD" ] - } ] - } - }, { - "fullUrl" : "Organization/1730838914792242000.0f7f91eb-e2b6-4438-bc7c-ece3cb275e63", - "resource" : { - "resourceType" : "Organization", - "id" : "1730838914792242000.0f7f91eb-e2b6-4438-bc7c-ece3cb275e63", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } ], - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "L" - } ] + }, + { + "fullUrl": "Location/1732567199145761000.68bc5468-628c-4140-a886-a0d11b0a4485", + "resource": { + "resourceType": "Location", + "id": "1732567199145761000.68bc5468-628c-4140-a886-a0d11b0a4485", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ], + "name": "TMCA, SOUTH CAMPUS", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" } - } ], - "code" : "L" - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ { - "url" : "XON.10", - "valueString" : "06D0055551" - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" - } ] - }, - "value" : "06D0055551" - } ], - "name" : "TMCA, SOUTH CAMPUS", - "address" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" - } ] - }, { - "url" : "XAD.7", - "valueCode" : "B" - } ] - } ], - "use" : "work", - "line" : [ "1501 S. POTOMAC" ], - "city" : "AURORA", - "district" : "MD", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" - } ] - } - }, { - "fullUrl" : "PractitionerRole/1730838914790275000.5f16a0f2-ebf6-4636-8c93-7cc569d5b2e5", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1730838914790275000.5f16a0f2-ebf6-4636-8c93-7cc569d5b2e5", - "practitioner" : { - "reference" : "Practitioner/1730838914791232000.ab08dbac-9ee0-4fca-a827-7fe374ff30b3" - }, - "organization" : { - "reference" : "Organization/1730838914792242000.0f7f91eb-e2b6-4438-bc7c-ece3cb275e63" - }, - "code" : [ { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } ] - } ] - } - }, { - "fullUrl" : "Observation/1730838914793666000.5f0b4487-9875-4569-b863-77aba7499d86", - "resource" : { - "resourceType" : "Observation", - "id" : "1730838914793666000.5f0b4487-9875-4569-b863-77aba7499d86", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1.1" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2021-08-05T01:38:00-06:00", - "_valueDateTime" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210805013800-0600" - } ] - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ { - "url" : "OBX.2", - "valueId" : "ST" - }, { - "url" : "OBX.11", - "valueString" : "F" - } ] - } ], - "status" : "final", - "code" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } ], - "system" : "http://loinc.org", - "version" : "2.40", - "code" : "77202-0", - "display" : "Laboratory comment [Text] in Report Narrative" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "VERGPCOM", - "display" : "COMMENT" - } ] - }, - "subject" : { - "reference" : "Patient/1730838914533511000.aeaeccfe-dc12-46f3-81ea-1dfb344b1949" - }, - "encounter" : { - "reference" : "Encounter/1730838914552455000.e00dcab1-8817-427b-bf71-091bff0b1446" - }, - "performer" : [ { - "reference" : "Organization/1730838914794067000.6014a50a-d6bf-4091-b721-51c4852dd0b2" - }, { - "reference" : "PractitionerRole/1730838914794241000.5411a19d-072b-4098-8688-b51aacdffc93" - } ], - "valueString" : "Staphylococcus spp. Streptococcus pyogenes" - } - }, { - "fullUrl" : "Organization/1730838914794067000.6014a50a-d6bf-4091-b721-51c4852dd0b2", - "resource" : { - "resourceType" : "Organization", - "id" : "1730838914794067000.6014a50a-d6bf-4091-b721-51c4852dd0b2", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LB" - } ], - "code" : "RML", - "display" : "TMCA, SOUTH CAMPUS" - } ] + ] } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } ], - "identifier" : [ { - "system" : "LB", - "value" : "RML" - } ], - "name" : "TMCA, SOUTH CAMPUS" - } - }, { - "fullUrl" : "Location/1730838914794443000.62d73e1f-5992-482d-8e87-8c9ecbce48cb", - "resource" : { - "resourceType" : "Location", - "id" : "1730838914794443000.62d73e1f-5992-482d-8e87-8c9ecbce48cb", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ], - "name" : "TMCA, SOUTH CAMPUS", - "physicalType" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "si" - } ] } - } - }, { - "fullUrl" : "Practitioner/1730838914795168000.9e5aef11-469f-40db-8918-e7a2cfb06480", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1730838914795168000.9e5aef11-469f-40db-8918-e7a2cfb06480", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ { - "url" : "XCN.3", - "valueString" : "GREGORY" - }, { - "url" : "XCN.4", - "valueString" : "R" - }, { - "url" : "XCN.21", - "valueString" : "MD" - }, { - "url" : "XCN.10", - "valueString" : "L" - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", - "valueReference" : { - "reference" : "Location/1730838914794443000.62d73e1f-5992-482d-8e87-8c9ecbce48cb" - } - } ], - "type" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } ], - "code" : "FI" - } ] - }, - "system" : "RML", - "value" : "1740336429" - } ], - "name" : [ { - "use" : "official", - "family" : "KOTNIS", - "given" : [ "GREGORY", "R" ], - "prefix" : [ "DR." ], - "suffix" : [ "MD" ] - } ] - } - }, { - "fullUrl" : "Organization/1730838914796128000.597739d8-f8f8-4407-a532-c8c3099b13e1", - "resource" : { - "resourceType" : "Organization", - "id" : "1730838914796128000.597739d8-f8f8-4407-a532-c8c3099b13e1", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } ], - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "L" - } ] - } - } ], - "code" : "L" - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ { - "url" : "XON.10", - "valueString" : "06D0055551" - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" - } ] - }, - "value" : "06D0055551" - } ], - "name" : "TMCA, SOUTH CAMPUS", - "address" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" - } ] - }, { - "url" : "XAD.7", - "valueCode" : "B" - } ] - } ], - "use" : "work", - "line" : [ "1501 S. POTOMAC" ], - "city" : "AURORA", - "district" : "MD", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" - } ] - } - }, { - "fullUrl" : "PractitionerRole/1730838914794241000.5411a19d-072b-4098-8688-b51aacdffc93", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1730838914794241000.5411a19d-072b-4098-8688-b51aacdffc93", - "practitioner" : { - "reference" : "Practitioner/1730838914795168000.9e5aef11-469f-40db-8918-e7a2cfb06480" - }, - "organization" : { - "reference" : "Organization/1730838914796128000.597739d8-f8f8-4407-a532-c8c3099b13e1" - }, - "code" : [ { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } ] - } ] - } - }, { - "fullUrl" : "Observation/1730838914797256000.c05d181b-9b59-460e-9f74-7e587e5c5afa", - "resource" : { - "resourceType" : "Observation", - "id" : "1730838914797256000.c05d181b-9b59-460e-9f74-7e587e5c5afa", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1.1" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2021-08-05T01:38:00-06:00", - "_valueDateTime" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210805013800-0600" - } ] - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ { - "url" : "OBX.2", - "valueId" : "ST" - }, { - "url" : "OBX.11", - "valueString" : "F" - } ] - } ], - "status" : "final", - "code" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } ], - "system" : "http://loinc.org", - "version" : "2.40", - "code" : "77202-0", - "display" : "Laboratory comment [Text] in Report Narrative" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "VERGPCOM", - "display" : "COMMENT" - } ] - }, - "subject" : { - "reference" : "Patient/1730838914533511000.aeaeccfe-dc12-46f3-81ea-1dfb344b1949" - }, - "encounter" : { - "reference" : "Encounter/1730838914552455000.e00dcab1-8817-427b-bf71-091bff0b1446" - }, - "performer" : [ { - "reference" : "Organization/1730838914797511000.b32fa9f4-1c74-42bd-aae7-8be1170fde76" - }, { - "reference" : "PractitionerRole/1730838914797645000.7f99607c-d7fd-488f-a617-f31ae6f58ab8" - } ], - "valueString" : "Staphylococcus aureus Streptococcus agalactiae" - } - }, { - "fullUrl" : "Organization/1730838914797511000.b32fa9f4-1c74-42bd-aae7-8be1170fde76", - "resource" : { - "resourceType" : "Organization", - "id" : "1730838914797511000.b32fa9f4-1c74-42bd-aae7-8be1170fde76", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LB" - } ], - "code" : "RML", - "display" : "TMCA, SOUTH CAMPUS" - } ] - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } ], - "identifier" : [ { - "system" : "LB", - "value" : "RML" - } ], - "name" : "TMCA, SOUTH CAMPUS" - } - }, { - "fullUrl" : "Location/1730838914797795000.9ae51191-040e-4772-9581-d3192e38adb8", - "resource" : { - "resourceType" : "Location", - "id" : "1730838914797795000.9ae51191-040e-4772-9581-d3192e38adb8", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ], - "name" : "TMCA, SOUTH CAMPUS", - "physicalType" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "si" - } ] + }, + { + "fullUrl": "Practitioner/1732567199146577000.d9ace530-909e-43e5-8687-dcfbe17ce2fa", + "resource": { + "resourceType": "Practitioner", + "id": "1732567199146577000.d9ace530-909e-43e5-8687-dcfbe17ce2fa", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "RML" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ + { + "url": "XCN.3", + "valueString": "GREGORY" + }, + { + "url": "XCN.4", + "valueString": "R" + }, + { + "url": "XCN.21", + "valueString": "MD" + }, + { + "url": "XCN.10", + "valueString": "L" + } + ] + } + ], + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference": { + "reference": "Location/1732567199145761000.68bc5468-628c-4140-a886-a0d11b0a4485" + } + } + ], + "type": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true + } + ], + "code": "FI" + } + ] + }, + "system": "RML", + "value": "1740336429" + } + ], + "name": [ + { + "use": "official", + "family": "KOTNIS", + "given": [ + "GREGORY", + "R" + ], + "prefix": [ + "DR." + ], + "suffix": [ + "MD" + ] + } + ] } - } - }, { - "fullUrl" : "Practitioner/1730838914798306000.e7ba3ff2-e2de-4105-8559-e301afba0feb", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1730838914798306000.e7ba3ff2-e2de-4105-8559-e301afba0feb", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ { - "url" : "XCN.3", - "valueString" : "GREGORY" - }, { - "url" : "XCN.4", - "valueString" : "R" - }, { - "url" : "XCN.21", - "valueString" : "MD" - }, { - "url" : "XCN.10", - "valueString" : "L" - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", - "valueReference" : { - "reference" : "Location/1730838914797795000.9ae51191-040e-4772-9581-d3192e38adb8" - } - } ], - "type" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } ], - "code" : "FI" - } ] - }, - "system" : "RML", - "value" : "1740336429" - } ], - "name" : [ { - "use" : "official", - "family" : "KOTNIS", - "given" : [ "GREGORY", "R" ], - "prefix" : [ "DR." ], - "suffix" : [ "MD" ] - } ] - } - }, { - "fullUrl" : "Organization/1730838914799032000.6670f7ef-42e2-4b96-b443-87c25d906686", - "resource" : { - "resourceType" : "Organization", - "id" : "1730838914799032000.6670f7ef-42e2-4b96-b443-87c25d906686", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } ], - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "L" - } ] + }, + { + "fullUrl": "Organization/1732567199147724000.6d86369a-f01e-4564-835d-26bcdcd6fb8d", + "resource": { + "resourceType": "Organization", + "id": "1732567199147724000.6d86369a-f01e-4564-835d-26bcdcd6fb8d", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "L" + } + ] + } + } + ], + "code": "L" } - } ], - "code" : "L" - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ { - "url" : "XON.10", - "valueString" : "06D0055551" - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" - } ] - }, - "value" : "06D0055551" - } ], - "name" : "TMCA, SOUTH CAMPUS", - "address" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" - } ] - }, { - "url" : "XAD.7", - "valueCode" : "B" - } ] - } ], - "use" : "work", - "line" : [ "1501 S. POTOMAC" ], - "city" : "AURORA", - "district" : "MD", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" - } ] - } - }, { - "fullUrl" : "PractitionerRole/1730838914797645000.7f99607c-d7fd-488f-a617-f31ae6f58ab8", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1730838914797645000.7f99607c-d7fd-488f-a617-f31ae6f58ab8", - "practitioner" : { - "reference" : "Practitioner/1730838914798306000.e7ba3ff2-e2de-4105-8559-e301afba0feb" - }, - "organization" : { - "reference" : "Organization/1730838914799032000.6670f7ef-42e2-4b96-b443-87c25d906686" - }, - "code" : [ { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } ] - } ] - } - }, { - "fullUrl" : "Observation/1730838914800181000.fc301ec4-32f0-411c-907e-deb1c242e47b", - "resource" : { - "resourceType" : "Observation", - "id" : "1730838914800181000.fc301ec4-32f0-411c-907e-deb1c242e47b", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1.1" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2021-08-05T01:38:00-06:00", - "_valueDateTime" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210805013800-0600" - } ] - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ { - "url" : "OBX.2", - "valueId" : "ST" - }, { - "url" : "OBX.11", - "valueString" : "F" - } ] - } ], - "status" : "final", - "code" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } ], - "system" : "http://loinc.org", - "version" : "2.40", - "code" : "77202-0", - "display" : "Laboratory comment [Text] in Report Narrative" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "VERGPCOM", - "display" : "COMMENT" - } ] - }, - "subject" : { - "reference" : "Patient/1730838914533511000.aeaeccfe-dc12-46f3-81ea-1dfb344b1949" - }, - "encounter" : { - "reference" : "Encounter/1730838914552455000.e00dcab1-8817-427b-bf71-091bff0b1446" - }, - "performer" : [ { - "reference" : "Organization/1730838914800435000.5e686451-c528-4d05-9e41-7cc68d08ecd7" - }, { - "reference" : "PractitionerRole/1730838914800564000.365a4cbe-013d-4363-ae9f-c9e203a5970b" - } ], - "valueString" : "Staphylococcus epidermidis Streptococcus anginosus group" - } - }, { - "fullUrl" : "Organization/1730838914800435000.5e686451-c528-4d05-9e41-7cc68d08ecd7", - "resource" : { - "resourceType" : "Organization", - "id" : "1730838914800435000.5e686451-c528-4d05-9e41-7cc68d08ecd7", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LB" - } ], - "code" : "RML", - "display" : "TMCA, SOUTH CAMPUS" - } ] - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } ], - "identifier" : [ { - "system" : "LB", - "value" : "RML" - } ], - "name" : "TMCA, SOUTH CAMPUS" - } - }, { - "fullUrl" : "Location/1730838914800701000.3ad60af5-09e3-488a-9f87-5e47b62bd8c6", - "resource" : { - "resourceType" : "Location", - "id" : "1730838914800701000.3ad60af5-09e3-488a-9f87-5e47b62bd8c6", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ], - "name" : "TMCA, SOUTH CAMPUS", - "physicalType" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "si" - } ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ + { + "url": "XON.10", + "valueString": "06D0055551" + } + ] + } + ], + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "TMCA, SOUTH CAMPUS" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.144" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "XX" + } + ] + }, + "value": "06D0055551" + } + ], + "name": "TMCA, SOUTH CAMPUS", + "address": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ + { + "url": "SAD.1", + "valueString": "1501 S. POTOMAC" + } + ] + }, + { + "url": "XAD.7", + "valueCode": "B" + } + ] + } + ], + "use": "work", + "line": [ + "1501 S. POTOMAC" + ], + "city": "AURORA", + "district": "MD", + "state": "IG", + "postalCode": "80012", + "country": "USA" + } + ] } - } - }, { - "fullUrl" : "Practitioner/1730838914801180000.ff44b59d-a607-4a5d-ba27-7bd7789e18f4", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1730838914801180000.ff44b59d-a607-4a5d-ba27-7bd7789e18f4", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ { - "url" : "XCN.3", - "valueString" : "GREGORY" - }, { - "url" : "XCN.4", - "valueString" : "R" - }, { - "url" : "XCN.21", - "valueString" : "MD" - }, { - "url" : "XCN.10", - "valueString" : "L" - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", - "valueReference" : { - "reference" : "Location/1730838914800701000.3ad60af5-09e3-488a-9f87-5e47b62bd8c6" - } - } ], - "type" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } ], - "code" : "FI" - } ] + }, + { + "fullUrl": "PractitionerRole/1732567199145476000.9ac6f302-c84f-4751-abad-5a31aa01dbe5", + "resource": { + "resourceType": "PractitionerRole", + "id": "1732567199145476000.9ac6f302-c84f-4751-abad-5a31aa01dbe5", + "practitioner": { + "reference": "Practitioner/1732567199146577000.d9ace530-909e-43e5-8687-dcfbe17ce2fa" }, - "system" : "RML", - "value" : "1740336429" - } ], - "name" : [ { - "use" : "official", - "family" : "KOTNIS", - "given" : [ "GREGORY", "R" ], - "prefix" : [ "DR." ], - "suffix" : [ "MD" ] - } ] - } - }, { - "fullUrl" : "Organization/1730838914801897000.69491e0c-e686-42d2-a352-94f839d6a845", - "resource" : { - "resourceType" : "Organization", - "id" : "1730838914801897000.69491e0c-e686-42d2-a352-94f839d6a845", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } ], - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "L" - } ] - } - } ], - "code" : "L" - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ { - "url" : "XON.10", - "valueString" : "06D0055551" - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" - } ] + "organization": { + "reference": "Organization/1732567199147724000.6d86369a-f01e-4564-835d-26bcdcd6fb8d" }, - "value" : "06D0055551" - } ], - "name" : "TMCA, SOUTH CAMPUS", - "address" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" - } ] - }, { - "url" : "XAD.7", - "valueCode" : "B" - } ] - } ], - "use" : "work", - "line" : [ "1501 S. POTOMAC" ], - "city" : "AURORA", - "district" : "MD", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" - } ] - } - }, { - "fullUrl" : "PractitionerRole/1730838914800564000.365a4cbe-013d-4363-ae9f-c9e203a5970b", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1730838914800564000.365a4cbe-013d-4363-ae9f-c9e203a5970b", - "practitioner" : { - "reference" : "Practitioner/1730838914801180000.ff44b59d-a607-4a5d-ba27-7bd7789e18f4" - }, - "organization" : { - "reference" : "Organization/1730838914801897000.69491e0c-e686-42d2-a352-94f839d6a845" - }, - "code" : [ { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } ] - } ] - } - }, { - "fullUrl" : "Observation/1730838914802931000.82b080f0-5516-4a8d-88b2-a72d6b99b35e", - "resource" : { - "resourceType" : "Observation", - "id" : "1730838914802931000.82b080f0-5516-4a8d-88b2-a72d6b99b35e", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1.1" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2021-08-05T01:38:00-06:00", - "_valueDateTime" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210805013800-0600" - } ] - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ { - "url" : "OBX.2", - "valueId" : "ST" - }, { - "url" : "OBX.11", - "valueString" : "F" - } ] - } ], - "status" : "final", - "code" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } ], - "system" : "http://loinc.org", - "version" : "2.40", - "code" : "77202-0", - "display" : "Laboratory comment [Text] in Report Narrative" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "VERGPCOM", - "display" : "COMMENT" - } ] - }, - "subject" : { - "reference" : "Patient/1730838914533511000.aeaeccfe-dc12-46f3-81ea-1dfb344b1949" - }, - "encounter" : { - "reference" : "Encounter/1730838914552455000.e00dcab1-8817-427b-bf71-091bff0b1446" - }, - "performer" : [ { - "reference" : "Organization/1730838914803158000.b9081a3b-19c6-4e99-b0db-bd6150484427" - }, { - "reference" : "PractitionerRole/1730838914803264000.6b14df92-ee17-43e8-b382-ecde91b47bc0" - } ], - "valueString" : "Staphylococcus lugdunensis Streptococcus faecalis" - } - }, { - "fullUrl" : "Organization/1730838914803158000.b9081a3b-19c6-4e99-b0db-bd6150484427", - "resource" : { - "resourceType" : "Organization", - "id" : "1730838914803158000.b9081a3b-19c6-4e99-b0db-bd6150484427", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LB" - } ], - "code" : "RML", - "display" : "TMCA, SOUTH CAMPUS" - } ] - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } ], - "identifier" : [ { - "system" : "LB", - "value" : "RML" - } ], - "name" : "TMCA, SOUTH CAMPUS" - } - }, { - "fullUrl" : "Location/1730838914803402000.b450f80c-dd9a-4488-b46d-8c2bdd8f0e74", - "resource" : { - "resourceType" : "Location", - "id" : "1730838914803402000.b450f80c-dd9a-4488-b46d-8c2bdd8f0e74", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ], - "name" : "TMCA, SOUTH CAMPUS", - "physicalType" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "si" - } ] + "code": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0912", + "code": "MDIR" + } + ] + } + ] } - } - }, { - "fullUrl" : "Practitioner/1730838914803827000.cef353e3-b41a-429a-9287-0468f3f4e7f6", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1730838914803827000.cef353e3-b41a-429a-9287-0468f3f4e7f6", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ { - "url" : "XCN.3", - "valueString" : "GREGORY" - }, { - "url" : "XCN.4", - "valueString" : "R" - }, { - "url" : "XCN.21", - "valueString" : "MD" - }, { - "url" : "XCN.10", - "valueString" : "L" - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", - "valueReference" : { - "reference" : "Location/1730838914803402000.b450f80c-dd9a-4488-b46d-8c2bdd8f0e74" - } - } ], - "type" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } ], - "code" : "FI" - } ] - }, - "system" : "RML", - "value" : "1740336429" - } ], - "name" : [ { - "use" : "official", - "family" : "KOTNIS", - "given" : [ "GREGORY", "R" ], - "prefix" : [ "DR." ], - "suffix" : [ "MD" ] - } ] - } - }, { - "fullUrl" : "Organization/1730838914804468000.a02931c7-2a98-4ff7-a3dc-b0a80bd70655", - "resource" : { - "resourceType" : "Organization", - "id" : "1730838914804468000.a02931c7-2a98-4ff7-a3dc-b0a80bd70655", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } ], - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "L" - } ] + }, + { + "fullUrl": "Observation/1732567199150834000.a2f961f6-b583-4923-b910-41a11a600b51", + "resource": { + "resourceType": "Observation", + "id": "1732567199150834000.a2f961f6-b583-4923-b910-41a11a600b51", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "1.1" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime": "2021-08-05T01:38:00-06:00", + "_valueDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20210805013800-0600" + } + ] } - } ], - "code" : "L" - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ { - "url" : "XON.10", - "valueString" : "06D0055551" - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" - } ] - }, - "value" : "06D0055551" - } ], - "name" : "TMCA, SOUTH CAMPUS", - "address" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" - } ] - }, { - "url" : "XAD.7", - "valueCode" : "B" - } ] - } ], - "use" : "work", - "line" : [ "1501 S. POTOMAC" ], - "city" : "AURORA", - "district" : "MD", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" - } ] - } - }, { - "fullUrl" : "PractitionerRole/1730838914803264000.6b14df92-ee17-43e8-b382-ecde91b47bc0", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1730838914803264000.6b14df92-ee17-43e8-b382-ecde91b47bc0", - "practitioner" : { - "reference" : "Practitioner/1730838914803827000.cef353e3-b41a-429a-9287-0468f3f4e7f6" - }, - "organization" : { - "reference" : "Organization/1730838914804468000.a02931c7-2a98-4ff7-a3dc-b0a80bd70655" - }, - "code" : [ { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } ] - } ] - } - }, { - "fullUrl" : "Observation/1730838914805532000.6c345aea-068c-4186-aba0-efa2b8496e16", - "resource" : { - "resourceType" : "Observation", - "id" : "1730838914805532000.6c345aea-068c-4186-aba0-efa2b8496e16", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1.1" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2021-08-05T01:38:00-06:00", - "_valueDateTime" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210805013800-0600" - } ] - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ { - "url" : "OBX.2", - "valueId" : "ST" - }, { - "url" : "OBX.11", - "valueString" : "F" - } ] - } ], - "status" : "final", - "code" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } ], - "system" : "http://loinc.org", - "version" : "2.40", - "code" : "77202-0", - "display" : "Laboratory comment [Text] in Report Narrative" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "VERGPCOM", - "display" : "COMMENT" - } ] - }, - "subject" : { - "reference" : "Patient/1730838914533511000.aeaeccfe-dc12-46f3-81ea-1dfb344b1949" - }, - "encounter" : { - "reference" : "Encounter/1730838914552455000.e00dcab1-8817-427b-bf71-091bff0b1446" - }, - "performer" : [ { - "reference" : "Organization/1730838914805742000.8e5efd65-7b42-419f-95eb-0fb0d10c15c6" - }, { - "reference" : "PractitionerRole/1730838914805860000.4598e8fe-4a3a-4886-8149-b26e63148e6c" - } ], - "valueString" : "Streptococcus spp. Enterococcus faecium" - } - }, { - "fullUrl" : "Organization/1730838914805742000.8e5efd65-7b42-419f-95eb-0fb0d10c15c6", - "resource" : { - "resourceType" : "Organization", - "id" : "1730838914805742000.8e5efd65-7b42-419f-95eb-0fb0d10c15c6", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LB" - } ], - "code" : "RML", - "display" : "TMCA, SOUTH CAMPUS" - } ] - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } ], - "identifier" : [ { - "system" : "LB", - "value" : "RML" - } ], - "name" : "TMCA, SOUTH CAMPUS" - } - }, { - "fullUrl" : "Location/1730838914805986000.475a6589-48db-4dc2-b5d9-7a607fddac6d", - "resource" : { - "resourceType" : "Location", - "id" : "1730838914805986000.475a6589-48db-4dc2-b5d9-7a607fddac6d", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ], - "name" : "TMCA, SOUTH CAMPUS", - "physicalType" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "si" - } ] - } - } - }, { - "fullUrl" : "Practitioner/1730838914806384000.5baedfd2-2208-4fcb-84ee-b3568c9f83e3", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1730838914806384000.5baedfd2-2208-4fcb-84ee-b3568c9f83e3", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ { - "url" : "XCN.3", - "valueString" : "GREGORY" - }, { - "url" : "XCN.4", - "valueString" : "R" - }, { - "url" : "XCN.21", - "valueString" : "MD" - }, { - "url" : "XCN.10", - "valueString" : "L" - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", - "valueReference" : { - "reference" : "Location/1730838914805986000.475a6589-48db-4dc2-b5d9-7a607fddac6d" - } - } ], - "type" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } ], - "code" : "FI" - } ] - }, - "system" : "RML", - "value" : "1740336429" - } ], - "name" : [ { - "use" : "official", - "family" : "KOTNIS", - "given" : [ "GREGORY", "R" ], - "prefix" : [ "DR." ], - "suffix" : [ "MD" ] - } ] - } - }, { - "fullUrl" : "Organization/1730838914807013000.4c768d12-d7c5-44d2-880f-cb6fdf7ba7b5", - "resource" : { - "resourceType" : "Organization", - "id" : "1730838914807013000.4c768d12-d7c5-44d2-880f-cb6fdf7ba7b5", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } ], - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "L" - } ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ + { + "url": "OBX.2", + "valueId": "ST" + }, + { + "url": "OBX.11", + "valueString": "F" + } + ] + } + ], + "status": "final", + "code": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "version": "2.40", + "code": "77202-0", + "display": "Laboratory comment [Text] in Report Narrative" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "VERGPCOM", + "display": "COMMENT" } - } ], - "code" : "L" - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ { - "url" : "XON.10", - "valueString" : "06D0055551" - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" - } ] + ] }, - "value" : "06D0055551" - } ], - "name" : "TMCA, SOUTH CAMPUS", - "address" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" - } ] - }, { - "url" : "XAD.7", - "valueCode" : "B" - } ] - } ], - "use" : "work", - "line" : [ "1501 S. POTOMAC" ], - "city" : "AURORA", - "district" : "MD", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" - } ] - } - }, { - "fullUrl" : "PractitionerRole/1730838914805860000.4598e8fe-4a3a-4886-8149-b26e63148e6c", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1730838914805860000.4598e8fe-4a3a-4886-8149-b26e63148e6c", - "practitioner" : { - "reference" : "Practitioner/1730838914806384000.5baedfd2-2208-4fcb-84ee-b3568c9f83e3" - }, - "organization" : { - "reference" : "Organization/1730838914807013000.4c768d12-d7c5-44d2-880f-cb6fdf7ba7b5" - }, - "code" : [ { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } ] - } ] - } - }, { - "fullUrl" : "Observation/1730838914808096000.7f370244-46ef-47e3-8e04-ff4d9f94994d", - "resource" : { - "resourceType" : "Observation", - "id" : "1730838914808096000.7f370244-46ef-47e3-8e04-ff4d9f94994d", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1.1" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2021-08-05T01:38:00-06:00", - "_valueDateTime" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210805013800-0600" - } ] - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ { - "url" : "OBX.2", - "valueId" : "ST" - }, { - "url" : "OBX.11", - "valueString" : "F" - } ] - } ], - "status" : "final", - "code" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } ], - "system" : "http://loinc.org", - "version" : "2.40", - "code" : "77202-0", - "display" : "Laboratory comment [Text] in Report Narrative" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "VERGPCOM", - "display" : "COMMENT" - } ] - }, - "subject" : { - "reference" : "Patient/1730838914533511000.aeaeccfe-dc12-46f3-81ea-1dfb344b1949" - }, - "encounter" : { - "reference" : "Encounter/1730838914552455000.e00dcab1-8817-427b-bf71-091bff0b1446" - }, - "performer" : [ { - "reference" : "Organization/1730838914808316000.06d1fdec-082f-4e0e-9c63-53f0c1d7863e" - }, { - "reference" : "PractitionerRole/1730838914808428000.a517ba0f-ba20-4587-a1cd-f401578e7d64" - } ], - "valueString" : "Streptococcus pneumoniae " - } - }, { - "fullUrl" : "Organization/1730838914808316000.06d1fdec-082f-4e0e-9c63-53f0c1d7863e", - "resource" : { - "resourceType" : "Organization", - "id" : "1730838914808316000.06d1fdec-082f-4e0e-9c63-53f0c1d7863e", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LB" - } ], - "code" : "RML", - "display" : "TMCA, SOUTH CAMPUS" - } ] - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } ], - "identifier" : [ { - "system" : "LB", - "value" : "RML" - } ], - "name" : "TMCA, SOUTH CAMPUS" - } - }, { - "fullUrl" : "Location/1730838914808554000.07b9f4eb-9b30-4800-82f0-b94a26bb8a48", - "resource" : { - "resourceType" : "Location", - "id" : "1730838914808554000.07b9f4eb-9b30-4800-82f0-b94a26bb8a48", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ], - "name" : "TMCA, SOUTH CAMPUS", - "physicalType" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "si" - } ] - } - } - }, { - "fullUrl" : "Practitioner/1730838914808947000.f24bcfda-77e8-4277-b7e9-848fa67555f8", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1730838914808947000.f24bcfda-77e8-4277-b7e9-848fa67555f8", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ { - "url" : "XCN.3", - "valueString" : "GREGORY" - }, { - "url" : "XCN.4", - "valueString" : "R" - }, { - "url" : "XCN.21", - "valueString" : "MD" - }, { - "url" : "XCN.10", - "valueString" : "L" - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", - "valueReference" : { - "reference" : "Location/1730838914808554000.07b9f4eb-9b30-4800-82f0-b94a26bb8a48" - } - } ], - "type" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } ], - "code" : "FI" - } ] + "subject": { + "reference": "Patient/1732567199025839000.d11ba4b4-e7a2-49d8-8e83-76b149257553" }, - "system" : "RML", - "value" : "1740336429" - } ], - "name" : [ { - "use" : "official", - "family" : "KOTNIS", - "given" : [ "GREGORY", "R" ], - "prefix" : [ "DR." ], - "suffix" : [ "MD" ] - } ] - } - }, { - "fullUrl" : "Organization/1730838914809538000.29c470e6-241a-4042-8d1f-8b9b0dac03fe", - "resource" : { - "resourceType" : "Organization", - "id" : "1730838914809538000.29c470e6-241a-4042-8d1f-8b9b0dac03fe", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } ], - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "L" - } ] - } - } ], - "code" : "L" - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ { - "url" : "XON.10", - "valueString" : "06D0055551" - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" - } ] + "encounter": { + "reference": "Encounter/1732567199044714000.5e1e8a9d-e832-4413-917e-61b306176c3c" }, - "value" : "06D0055551" - } ], - "name" : "TMCA, SOUTH CAMPUS", - "address" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" - } ] - }, { - "url" : "XAD.7", - "valueCode" : "B" - } ] - } ], - "use" : "work", - "line" : [ "1501 S. POTOMAC" ], - "city" : "AURORA", - "district" : "MD", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" - } ] - } - }, { - "fullUrl" : "PractitionerRole/1730838914808428000.a517ba0f-ba20-4587-a1cd-f401578e7d64", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1730838914808428000.a517ba0f-ba20-4587-a1cd-f401578e7d64", - "practitioner" : { - "reference" : "Practitioner/1730838914808947000.f24bcfda-77e8-4277-b7e9-848fa67555f8" - }, - "organization" : { - "reference" : "Organization/1730838914809538000.29c470e6-241a-4042-8d1f-8b9b0dac03fe" - }, - "code" : [ { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } ] - } ] - } - }, { - "fullUrl" : "Observation/1730838914810702000.dd0bc552-e245-459e-a91c-ce9357b7b433", - "resource" : { - "resourceType" : "Observation", - "id" : "1730838914810702000.dd0bc552-e245-459e-a91c-ce9357b7b433", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2028-08-07T16:36:01-06:00", - "_valueDateTime" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280807163601-0600" - } ] - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-5-value-sn", - "extension" : [ { - "url" : "SN.1", - "valueString" : "=" - }, { - "url" : "SN.2", - "valueString" : "0.5" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ { - "url" : "OBX.2", - "valueId" : "SN" - }, { - "url" : "OBX.6", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "UCUM" - } ], - "system" : "http://unitsofmeasure.org", - "version" : "2.40", - "code" : "ug/mL", - "display" : "MicroGrams Per MilliLiter [Mass Concentration Units]" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "ug/mL", - "display" : "ug/mL" - } ] - } - }, { - "url" : "OBX.11", - "valueString" : "P" - } ] - } ], - "status" : "preliminary", - "code" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } ], - "system" : "http://loinc.org", - "version" : "2.40", - "code" : "35788-9", - "display" : "DAPTOmycin [Susceptibility] by Minimum inhibitory concentration (MIC)" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "DAP", - "display" : "DAPTOMYCIN" - } ] - }, - "subject" : { - "reference" : "Patient/1730838914533511000.aeaeccfe-dc12-46f3-81ea-1dfb344b1949" - }, - "encounter" : { - "reference" : "Encounter/1730838914552455000.e00dcab1-8817-427b-bf71-091bff0b1446" - }, - "effectiveDateTime" : "2028-08-07T16:36:01-06:00", - "_effectiveDateTime" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280807163601-0600" - } ] - }, - "performer" : [ { - "reference" : "Organization/1730838914810912000.407aff5c-a6bf-43bd-b4d5-5e5fcbdf3210" - }, { - "reference" : "PractitionerRole/1730838914811023000.4cf03d3f-d285-44e9-b4c8-990b36aa3765" - } ], - "interpretation" : [ { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70078" - } ], - "version" : "2.5.1", - "code" : "S", - "display" : "Susceptible. Indicates for microbiology susceptibilities only." - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "S", - "display" : "S" - } ] - } ] - } - }, { - "fullUrl" : "Organization/1730838914810912000.407aff5c-a6bf-43bd-b4d5-5e5fcbdf3210", - "resource" : { - "resourceType" : "Organization", - "id" : "1730838914810912000.407aff5c-a6bf-43bd-b4d5-5e5fcbdf3210", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LB" - } ], - "code" : "MCOE", - "display" : "ROSE MEDICAL CENTER (MCOE)" - } ] - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } ], - "identifier" : [ { - "system" : "LB", - "value" : "MCOE" - } ], - "name" : "ROSE MEDICAL CENTER (MCOE)" - } - }, { - "fullUrl" : "Location/1730838914811215000.b34f0c0e-7d93-4dad-b852-8eade3f06f1d", - "resource" : { - "resourceType" : "Location", - "id" : "1730838914811215000.b34f0c0e-7d93-4dad-b852-8eade3f06f1d", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ], - "name" : "ROSE MEDICAL CENTER ", - "physicalType" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "si" - } ] + "performer": [ + { + "reference": "Organization/1732567199151229000.c7adbe43-6acf-4f74-b99a-5fa7021b7104" + }, + { + "reference": "PractitionerRole/1732567199151370000.479a6efa-2189-4de7-b192-2d1786e30911" + } + ], + "valueString": "and identifies the following gram-positive organisms:" } - } - }, { - "fullUrl" : "Practitioner/1730838914811587000.4ea36225-71ef-472d-9605-9902913f1832", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1730838914811587000.4ea36225-71ef-472d-9605-9902913f1832", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ { - "url" : "XCN.3", - "valueString" : "Shalini" - }, { - "url" : "XCN.21", - "valueString" : "MD" - }, { - "url" : "XCN.10", - "valueString" : "L" - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", - "valueReference" : { - "reference" : "Location/1730838914811215000.b34f0c0e-7d93-4dad-b852-8eade3f06f1d" - } - } ], - "type" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } ], - "code" : "FI" - } ] - }, - "system" : "RML", - "value" : "1033122247" - } ], - "name" : [ { - "use" : "official", - "family" : "Chahal", - "given" : [ "Shalini" ], - "prefix" : [ "Dr." ], - "suffix" : [ "MD" ] - } ] - } - }, { - "fullUrl" : "Organization/1730838914812081000.21d1d9f3-437f-4bd4-8709-eb56bbe813e8", - "resource" : { - "resourceType" : "Organization", - "id" : "1730838914812081000.21d1d9f3-437f-4bd4-8709-eb56bbe813e8", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } ], - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "L" - } ] + }, + { + "fullUrl": "Organization/1732567199151229000.c7adbe43-6acf-4f74-b99a-5fa7021b7104", + "resource": { + "resourceType": "Organization", + "id": "1732567199151229000.c7adbe43-6acf-4f74-b99a-5fa7021b7104", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LB" + } + ], + "code": "RML", + "display": "TMCA, SOUTH CAMPUS" + } + ] } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBX.15" + } + ], + "identifier": [ + { + "system": "LB", + "value": "RML" } ], - "identifier" : [ + "name": "TMCA, SOUTH CAMPUS" + } + }, + { + "fullUrl": "Location/1732567199151613000.c1ee51bd-f3e8-431e-89b9-007abacef41e", + "resource": { + "resourceType": "Location", + "id": "1732567199151613000.c1ee51bd-f3e8-431e-89b9-007abacef41e", + "extension": [ { - "system" : "LB", - "value" : "RML" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ], - "name" : "TMCA, SOUTH CAMPUS" + "name": "TMCA, SOUTH CAMPUS", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" + } + ] + } } }, { - "fullUrl" : "Practitioner/1716965606246044000.e22fa2ea-20cf-44cc-acab-b42ad43fb1dc", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606246044000.e22fa2ea-20cf-44cc-acab-b42ad43fb1dc", - "extension" : [ + "fullUrl": "Practitioner/1732567199152352000.450989f7-8e0a-4435-873b-ad510f0705a4", + "resource": { + "resourceType": "Practitioner", + "id": "1732567199152352000.450989f7-8e0a-4435-873b-ad510f0705a4", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "RML" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ { - "url" : "XCN.3", - "valueString" : "GREGORY" + "url": "XCN.3", + "valueString": "GREGORY" }, { - "url" : "XCN.4", - "valueString" : "R" + "url": "XCN.4", + "valueString": "R" }, { - "url" : "XCN.21", - "valueString" : "MD" + "url": "XCN.21", + "valueString": "MD" }, { - "url" : "XCN.10", - "valueString" : "L" + "url": "XCN.10", + "valueString": "L" } ] } ], - "identifier" : [ + "identifier": [ { - "type" : { - "coding" : [ + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference": { + "reference": "Location/1732567199151613000.c1ee51bd-f3e8-431e-89b9-007abacef41e" + } + } + ], + "type": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true } ], - "code" : "FI" + "code": "FI" } ] }, - "system" : "RML", - "value" : "1740336429" + "system": "RML", + "value": "1740336429" } ], - "name" : [ + "name": [ { - "use" : "official", - "family" : "KOTNIS", - "given" : [ + "use": "official", + "family": "KOTNIS", + "given": [ "GREGORY", "R" ], - "prefix" : [ + "prefix": [ "DR." ], - "suffix" : [ + "suffix": [ "MD" ] } @@ -8993,135 +9291,136 @@ } }, { - "fullUrl" : "Organization/1716965606247296000.90da0f2d-9838-4c2d-a22b-8cfaa82d3bfe", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606247296000.90da0f2d-9838-4c2d-a22b-8cfaa82d3bfe", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ + "fullUrl": "Organization/1732567199153502000.dad66219-9d7d-45f1-ab4e-cbb4ae2d481b", + "resource": { + "resourceType": "Organization", + "id": "1732567199153502000.dad66219-9d7d-45f1-ab4e-cbb4ae2d481b", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" } ], - "coding" : [ + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "L" + "code": "L" } ] } } ], - "code" : "L" + "code": "L" } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ { - "url" : "XON.10", - "valueString" : "06D0055551" + "url": "XON.10", + "valueString": "06D0055551" } ] } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "TMCA, SOUTH CAMPUS" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.144" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "XX" } ] }, - "value" : "06D0055551" + "value": "06D0055551" } ], - "name" : "TMCA, SOUTH CAMPUS", - "address" : [ + "name": "TMCA, SOUTH CAMPUS", + "address": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" + "url": "SAD.1", + "valueString": "1501 S. POTOMAC" } ] }, { - "url" : "XAD.7", - "valueCode" : "B" + "url": "XAD.7", + "valueCode": "B" } ] } ], - "use" : "work", - "line" : [ + "use": "work", + "line": [ "1501 S. POTOMAC" ], - "city" : "AURORA", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" + "city": "AURORA", + "district": "MD", + "state": "IG", + "postalCode": "80012", + "country": "USA" } ] } }, { - "fullUrl" : "PractitionerRole/1716965606245298000.6ba02662-aa7d-4324-a20a-a48fe3049087", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1716965606245298000.6ba02662-aa7d-4324-a20a-a48fe3049087", - "practitioner" : { - "reference" : "Practitioner/1716965606246044000.e22fa2ea-20cf-44cc-acab-b42ad43fb1dc" + "fullUrl": "PractitionerRole/1732567199151370000.479a6efa-2189-4de7-b192-2d1786e30911", + "resource": { + "resourceType": "PractitionerRole", + "id": "1732567199151370000.479a6efa-2189-4de7-b192-2d1786e30911", + "practitioner": { + "reference": "Practitioner/1732567199152352000.450989f7-8e0a-4435-873b-ad510f0705a4" }, - "organization" : { - "reference" : "Organization/1716965606247296000.90da0f2d-9838-4c2d-a22b-8cfaa82d3bfe" + "organization": { + "reference": "Organization/1732567199153502000.dad66219-9d7d-45f1-ab4e-cbb4ae2d481b" }, - "code" : [ + "code": [ { - "coding" : [ + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" + "system": "http://terminology.hl7.org/CodeSystem/v2-0912", + "code": "MDIR" } ] } @@ -9129,120 +9428,385 @@ } }, { - "fullUrl" : "Observation/1716965606249020000.bbb42dfb-f43f-4759-b4b6-0d76ab5904ea", - "resource" : { - "resourceType" : "Observation", - "id" : "1716965606249020000.bbb42dfb-f43f-4759-b4b6-0d76ab5904ea", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "2.2" + "fullUrl": "Observation/1732567199155168000.12ef8744-f345-48fa-8305-8d7d9382fc8d", + "resource": { + "resourceType": "Observation", + "id": "1732567199155168000.12ef8744-f345-48fa-8305-8d7d9382fc8d", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "1.1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2021-08-10T06:25:00-06:00", - "_valueDateTime" : { - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime": "2021-08-05T01:38:00-06:00", + "_valueDateTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210810062500-0600" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20210805013800-0600" } ] } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ { - "url" : "OBX.2", - "valueId" : "ST" + "url": "OBX.2", + "valueId": "ST" }, { - "url" : "OBX.11", - "valueString" : "C" + "url": "OBX.11", + "valueString": "F" } ] } ], - "status" : "corrected", - "code" : { - "coding" : [ + "status": "final", + "code": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "version": "2.40", + "code": "77202-0", + "display": "Laboratory comment [Text] in Report Narrative" + }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "MPOSBC", - "display" : "BLOOD CULTURE GRAM STAIN" + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "VERGPCOM", + "display": "COMMENT" } - ], - "text" : "BLOOD CULTURE GRAM STAIN" + ] }, - "subject" : { - "reference" : "Patient/1716965606097981000.a9e583b2-8233-4a28-b882-d0a7d74c0b8e" + "subject": { + "reference": "Patient/1732567199025839000.d11ba4b4-e7a2-49d8-8e83-76b149257553" }, - "encounter" : { - "reference" : "Encounter/1716965606112940000.37c8abef-ba3d-4cf0-9290-84f8d7f8d47f" + "encounter": { + "reference": "Encounter/1732567199044714000.5e1e8a9d-e832-4413-917e-61b306176c3c" }, - "effectiveDateTime" : "2028-08-02T02:52:01-06:00", - "_effectiveDateTime" : { - "extension" : [ + "performer": [ + { + "reference": "Organization/1732567199155516000.f3645888-21ff-40dd-90f0-e5b200d92b83" + }, + { + "reference": "PractitionerRole/1732567199155662000.5372287b-f277-4255-bc64-27aa72e2a79f" + } + ], + "dataAbsentReason": { + "coding": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" + "system": "http://terminology.hl7.org/CodeSystem/data-absent-reason", + "code": "unknown" } ] - }, - "performer" : [ + } + } + }, + { + "fullUrl": "Organization/1732567199155516000.f3645888-21ff-40dd-90f0-e5b200d92b83", + "resource": { + "resourceType": "Organization", + "id": "1732567199155516000.f3645888-21ff-40dd-90f0-e5b200d92b83", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LB" + } + ], + "code": "RML", + "display": "TMCA, SOUTH CAMPUS" + } + ] + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBX.15" + } + ], + "identifier": [ + { + "system": "LB", + "value": "RML" + } + ], + "name": "TMCA, SOUTH CAMPUS" + } + }, + { + "fullUrl": "Location/1732567199155863000.dc5728c7-083f-4727-9220-d1c8244c4f00", + "resource": { + "resourceType": "Location", + "id": "1732567199155863000.dc5728c7-083f-4727-9220-d1c8244c4f00", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ], + "name": "TMCA, SOUTH CAMPUS", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" + } + ] + } + } + }, + { + "fullUrl": "Practitioner/1732567199156635000.525ec202-838a-4aba-9acc-129294e6331e", + "resource": { + "resourceType": "Practitioner", + "id": "1732567199156635000.525ec202-838a-4aba-9acc-129294e6331e", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "RML" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ + { + "url": "XCN.3", + "valueString": "GREGORY" + }, + { + "url": "XCN.4", + "valueString": "R" + }, + { + "url": "XCN.21", + "valueString": "MD" + }, + { + "url": "XCN.10", + "valueString": "L" + } + ] + } + ], + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference": { + "reference": "Location/1732567199155863000.dc5728c7-083f-4727-9220-d1c8244c4f00" + } + } + ], + "type": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true + } + ], + "code": "FI" + } + ] + }, + "system": "RML", + "value": "1740336429" + } + ], + "name": [ { - "reference" : "Organization/1716965606249400000.bc96e108-813e-4ee1-a9fd-f46e30bce734" + "use": "official", + "family": "KOTNIS", + "given": [ + "GREGORY", + "R" + ], + "prefix": [ + "DR." + ], + "suffix": [ + "MD" + ] + } + ] + } + }, + { + "fullUrl": "Organization/1732567199157781000.592684c8-88c0-4343-8e75-d5695a402781", + "resource": { + "resourceType": "Organization", + "id": "1732567199157781000.592684c8-88c0-4343-8e75-d5695a402781", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "L" + } + ] + } + } + ], + "code": "L" + } }, { - "reference" : "PractitionerRole/1716965606249543000.cbcd88aa-4c3f-4465-9f92-67f72b4f4e9e" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ + { + "url": "XON.10", + "valueString": "06D0055551" + } + ] } ], - "valueString" : "GRAM POSITIVE COCCI IN PAIRS", - "interpretation" : [ + "identifier": [ { - "coding" : [ + "extension": [ { - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "TMCA, SOUTH CAMPUS" + }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.144" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70078" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } - ], - "version" : "2.5.1", - "code" : "A", - "display" : "Abnormal (applies to non-numeric results)" - }, + ] + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "XX" + } + ] + }, + "value": "06D0055551" + } + ], + "name": "TMCA, SOUTH CAMPUS", + "address": [ + { + "extension": [ { - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ + { + "url": "SAD.1", + "valueString": "1501 S. POTOMAC" + } + ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" + "url": "XAD.7", + "valueCode": "B" } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "A", - "display" : "A" + ] + } + ], + "use": "work", + "line": [ + "1501 S. POTOMAC" + ], + "city": "AURORA", + "district": "MD", + "state": "IG", + "postalCode": "80012", + "country": "USA" + } + ] + } + }, + { + "fullUrl": "PractitionerRole/1732567199155662000.5372287b-f277-4255-bc64-27aa72e2a79f", + "resource": { + "resourceType": "PractitionerRole", + "id": "1732567199155662000.5372287b-f277-4255-bc64-27aa72e2a79f", + "practitioner": { + "reference": "Practitioner/1732567199156635000.525ec202-838a-4aba-9acc-129294e6331e" + }, + "organization": { + "reference": "Organization/1732567199157781000.592684c8-88c0-4343-8e75-d5695a402781" + }, + "code": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0912", + "code": "MDIR" } ] } @@ -9250,121 +9814,241 @@ } }, { - "fullUrl" : "Organization/1716965606249400000.bc96e108-813e-4ee1-a9fd-f46e30bce734", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606249400000.bc96e108-813e-4ee1-a9fd-f46e30bce734", - "extension" : [ + "fullUrl": "Observation/1732567199159440000.6ccfebb0-cd42-4d6a-8931-d3d6396031ca", + "resource": { + "resourceType": "Observation", + "id": "1732567199159440000.6ccfebb0-cd42-4d6a-8931-d3d6396031ca", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "1.1" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime": "2021-08-05T01:38:00-06:00", + "_valueDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20210805013800-0600" + } + ] + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ + { + "url": "OBX.2", + "valueId": "ST" + }, + { + "url": "OBX.11", + "valueString": "F" + } + ] + } + ], + "status": "final", + "code": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "version": "2.40", + "code": "77202-0", + "display": "Laboratory comment [Text] in Report Narrative" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "VERGPCOM", + "display": "COMMENT" + } + ] + }, + "subject": { + "reference": "Patient/1732567199025839000.d11ba4b4-e7a2-49d8-8e83-76b149257553" + }, + "encounter": { + "reference": "Encounter/1732567199044714000.5e1e8a9d-e832-4413-917e-61b306176c3c" + }, + "performer": [ + { + "reference": "Organization/1732567199159828000.1f8b7d9b-16af-4de0-a41d-03f204a01600" + }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", - "valueCodeableConcept" : { - "coding" : [ + "reference": "PractitionerRole/1732567199159973000.122ae170-0f9b-4cfa-b275-363c7a018604" + } + ], + "valueString": "Staphylococcus spp. Streptococcus pyogenes" + } + }, + { + "fullUrl": "Organization/1732567199159828000.1f8b7d9b-16af-4de0-a41d-03f204a01600", + "resource": { + "resourceType": "Organization", + "id": "1732567199159828000.1f8b7d9b-16af-4de0-a41d-03f204a01600", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LB" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LB" } ], - "code" : "RML", - "display" : "TMCA, SOUTH CAMPUS" + "code": "RML", + "display": "TMCA, SOUTH CAMPUS" } ] } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBX.15" + } + ], + "identifier": [ + { + "system": "LB", + "value": "RML" } ], - "identifier" : [ + "name": "TMCA, SOUTH CAMPUS" + } + }, + { + "fullUrl": "Location/1732567199160151000.671e1ce5-80db-4553-9c3c-dbc1dffe8ab7", + "resource": { + "resourceType": "Location", + "id": "1732567199160151000.671e1ce5-80db-4553-9c3c-dbc1dffe8ab7", + "extension": [ { - "system" : "LB", - "value" : "RML" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ], - "name" : "TMCA, SOUTH CAMPUS" + "name": "TMCA, SOUTH CAMPUS", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" + } + ] + } } }, { - "fullUrl" : "Practitioner/1716965606250351000.155ef210-9aba-4417-a112-9a89de12afc5", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606250351000.155ef210-9aba-4417-a112-9a89de12afc5", - "extension" : [ + "fullUrl": "Practitioner/1732567199160825000.84765f56-a9a4-4900-b449-5b84b9bf9439", + "resource": { + "resourceType": "Practitioner", + "id": "1732567199160825000.84765f56-a9a4-4900-b449-5b84b9bf9439", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "RML" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ { - "url" : "XCN.3", - "valueString" : "GREGORY" + "url": "XCN.3", + "valueString": "GREGORY" }, { - "url" : "XCN.4", - "valueString" : "R" + "url": "XCN.4", + "valueString": "R" }, { - "url" : "XCN.21", - "valueString" : "MD" + "url": "XCN.21", + "valueString": "MD" }, { - "url" : "XCN.10", - "valueString" : "L" + "url": "XCN.10", + "valueString": "L" } ] } ], - "identifier" : [ + "identifier": [ { - "type" : { - "coding" : [ + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference": { + "reference": "Location/1732567199160151000.671e1ce5-80db-4553-9c3c-dbc1dffe8ab7" + } + } + ], + "type": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true } ], - "code" : "FI" + "code": "FI" } ] }, - "system" : "RML", - "value" : "1740336429" + "system": "RML", + "value": "1740336429" } ], - "name" : [ + "name": [ { - "use" : "official", - "family" : "KOTNIS", - "given" : [ + "use": "official", + "family": "KOTNIS", + "given": [ "GREGORY", "R" ], - "prefix" : [ + "prefix": [ "DR." ], - "suffix" : [ + "suffix": [ "MD" ] } @@ -9372,136 +10056,136 @@ } }, { - "fullUrl" : "Organization/1716965606251484000.528db132-06b7-4e38-84d6-5c6eab758549", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606251484000.528db132-06b7-4e38-84d6-5c6eab758549", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ + "fullUrl": "Organization/1732567199161885000.d10d9c4c-dcf9-443b-8532-8b2f13d72058", + "resource": { + "resourceType": "Organization", + "id": "1732567199161885000.d10d9c4c-dcf9-443b-8532-8b2f13d72058", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" } ], - "coding" : [ + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "L" + "code": "L" } ] } } ], - "code" : "L" + "code": "L" } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ { - "url" : "XON.10", - "valueString" : "06D0055551" + "url": "XON.10", + "valueString": "06D0055551" } ] } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "TMCA, SOUTH CAMPUS" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.144" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "XX" } ] }, - "value" : "06D0055551" + "value": "06D0055551" } ], - "name" : "TMCA, SOUTH CAMPUS", - "address" : [ + "name": "TMCA, SOUTH CAMPUS", + "address": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" + "url": "SAD.1", + "valueString": "1501 S. POTOMAC" } ] }, { - "url" : "XAD.7", - "valueCode" : "B" + "url": "XAD.7", + "valueCode": "B" } ] } ], - "use" : "work", - "line" : [ + "use": "work", + "line": [ "1501 S. POTOMAC" ], - "city" : "AURORA", - "district" : "A", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" + "city": "AURORA", + "district": "MD", + "state": "IG", + "postalCode": "80012", + "country": "USA" } ] } }, { - "fullUrl" : "PractitionerRole/1716965606249543000.cbcd88aa-4c3f-4465-9f92-67f72b4f4e9e", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1716965606249543000.cbcd88aa-4c3f-4465-9f92-67f72b4f4e9e", - "practitioner" : { - "reference" : "Practitioner/1716965606250351000.155ef210-9aba-4417-a112-9a89de12afc5" + "fullUrl": "PractitionerRole/1732567199159973000.122ae170-0f9b-4cfa-b275-363c7a018604", + "resource": { + "resourceType": "PractitionerRole", + "id": "1732567199159973000.122ae170-0f9b-4cfa-b275-363c7a018604", + "practitioner": { + "reference": "Practitioner/1732567199160825000.84765f56-a9a4-4900-b449-5b84b9bf9439" }, - "organization" : { - "reference" : "Organization/1716965606251484000.528db132-06b7-4e38-84d6-5c6eab758549" + "organization": { + "reference": "Organization/1732567199161885000.d10d9c4c-dcf9-443b-8532-8b2f13d72058" }, - "code" : [ + "code": [ { - "coding" : [ + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" + "system": "http://terminology.hl7.org/CodeSystem/v2-0912", + "code": "MDIR" } ] } @@ -9509,205 +10193,241 @@ } }, { - "fullUrl" : "Observation/1716965606253448000.36543fb8-4ced-4a07-b306-f00d5b61a61d", - "resource" : { - "resourceType" : "Observation", - "id" : "1716965606253448000.36543fb8-4ced-4a07-b306-f00d5b61a61d", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "2.3" + "fullUrl": "Observation/1732567199163332000.633e21bf-037b-46c5-8bf3-1d0b04273b08", + "resource": { + "resourceType": "Observation", + "id": "1732567199163332000.633e21bf-037b-46c5-8bf3-1d0b04273b08", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "1.1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2021-08-10T06:25:00-06:00", - "_valueDateTime" : { - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime": "2021-08-05T01:38:00-06:00", + "_valueDateTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210810062500-0600" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20210805013800-0600" } ] } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ { - "url" : "OBX.2", - "valueId" : "ST" + "url": "OBX.2", + "valueId": "ST" }, { - "url" : "OBX.11", - "valueString" : "C" + "url": "OBX.11", + "valueString": "F" } ] } ], - "status" : "corrected", - "code" : { - "coding" : [ + "status": "final", + "code": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "MPOSBC", - "display" : "BLOOD CULTURE GRAM STAIN" - } - ], - "text" : "BLOOD CULTURE GRAM STAIN" - }, - "subject" : { - "reference" : "Patient/1716965606097981000.a9e583b2-8233-4a28-b882-d0a7d74c0b8e" - }, - "encounter" : { - "reference" : "Encounter/1716965606112940000.37c8abef-ba3d-4cf0-9290-84f8d7f8d47f" - }, - "effectiveDateTime" : "2028-08-02T02:52:01-06:00", - "_effectiveDateTime" : { - "extension" : [ + "system": "http://loinc.org", + "version": "2.40", + "code": "77202-0", + "display": "Laboratory comment [Text] in Report Narrative" + }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "VERGPCOM", + "display": "COMMENT" } ] }, - "performer" : [ + "subject": { + "reference": "Patient/1732567199025839000.d11ba4b4-e7a2-49d8-8e83-76b149257553" + }, + "encounter": { + "reference": "Encounter/1732567199044714000.5e1e8a9d-e832-4413-917e-61b306176c3c" + }, + "performer": [ { - "reference" : "Organization/1716965606253790000.0f408216-c41b-4d4c-beaf-9c0cd9183beb" + "reference": "Organization/1732567199163641000.bfd5bcfd-b6a4-473b-b712-7d8112ee73cb" }, { - "reference" : "PractitionerRole/1716965606253938000.6487b12c-2067-4156-b4ad-f639ba18137d" + "reference": "PractitionerRole/1732567199163772000.29d9095a-b12d-4dba-b762-ef1f207a545c" } ], - "valueString" : "ANAEROBIC BOTTLE" + "valueString": "Staphylococcus aureus Streptococcus agalactiae" } }, { - "fullUrl" : "Organization/1716965606253790000.0f408216-c41b-4d4c-beaf-9c0cd9183beb", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606253790000.0f408216-c41b-4d4c-beaf-9c0cd9183beb", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", - "valueCodeableConcept" : { - "coding" : [ + "fullUrl": "Organization/1732567199163641000.bfd5bcfd-b6a4-473b-b712-7d8112ee73cb", + "resource": { + "resourceType": "Organization", + "id": "1732567199163641000.bfd5bcfd-b6a4-473b-b712-7d8112ee73cb", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LB" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LB" } ], - "code" : "RML", - "display" : "TMCA, SOUTH CAMPUS" + "code": "RML", + "display": "TMCA, SOUTH CAMPUS" } ] } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBX.15" } ], - "identifier" : [ + "identifier": [ + { + "system": "LB", + "value": "RML" + } + ], + "name": "TMCA, SOUTH CAMPUS" + } + }, + { + "fullUrl": "Location/1732567199163977000.a7fded36-4a5e-429e-9bf1-650400e96261", + "resource": { + "resourceType": "Location", + "id": "1732567199163977000.a7fded36-4a5e-429e-9bf1-650400e96261", + "extension": [ { - "system" : "LB", - "value" : "RML" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ], - "name" : "TMCA, SOUTH CAMPUS" + "name": "TMCA, SOUTH CAMPUS", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" + } + ] + } } }, { - "fullUrl" : "Practitioner/1716965606254706000.a426bbe3-282a-455c-a593-4808caefe2b4", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606254706000.a426bbe3-282a-455c-a593-4808caefe2b4", - "extension" : [ + "fullUrl": "Practitioner/1732567199164652000.fb41b7ab-96a1-416c-af1a-3c8c2428dfe3", + "resource": { + "resourceType": "Practitioner", + "id": "1732567199164652000.fb41b7ab-96a1-416c-af1a-3c8c2428dfe3", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "RML" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ { - "url" : "XCN.3", - "valueString" : "GREGORY" + "url": "XCN.3", + "valueString": "GREGORY" }, { - "url" : "XCN.4", - "valueString" : "R" + "url": "XCN.4", + "valueString": "R" }, { - "url" : "XCN.21", - "valueString" : "MD" + "url": "XCN.21", + "valueString": "MD" }, { - "url" : "XCN.10", - "valueString" : "L" + "url": "XCN.10", + "valueString": "L" } ] } ], - "identifier" : [ + "identifier": [ { - "type" : { - "coding" : [ + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference": { + "reference": "Location/1732567199163977000.a7fded36-4a5e-429e-9bf1-650400e96261" + } + } + ], + "type": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true } ], - "code" : "FI" + "code": "FI" } ] }, - "system" : "RML", - "value" : "1740336429" + "system": "RML", + "value": "1740336429" } ], - "name" : [ + "name": [ { - "use" : "official", - "family" : "KOTNIS", - "given" : [ + "use": "official", + "family": "KOTNIS", + "given": [ "GREGORY", "R" ], - "prefix" : [ + "prefix": [ "DR." ], - "suffix" : [ + "suffix": [ "MD" ] } @@ -9715,135 +10435,136 @@ } }, { - "fullUrl" : "Organization/1716965606255971000.6a5993d7-642f-44cf-81a3-d2a35ea26afa", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606255971000.6a5993d7-642f-44cf-81a3-d2a35ea26afa", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ + "fullUrl": "Organization/1732567199165687000.040be333-7f50-431c-989a-15a900496ead", + "resource": { + "resourceType": "Organization", + "id": "1732567199165687000.040be333-7f50-431c-989a-15a900496ead", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" } ], - "coding" : [ + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "L" + "code": "L" } ] } } ], - "code" : "L" + "code": "L" } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ { - "url" : "XON.10", - "valueString" : "06D0055551" + "url": "XON.10", + "valueString": "06D0055551" } ] } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "TMCA, SOUTH CAMPUS" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.144" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "XX" } ] }, - "value" : "06D0055551" + "value": "06D0055551" } ], - "name" : "TMCA, SOUTH CAMPUS", - "address" : [ + "name": "TMCA, SOUTH CAMPUS", + "address": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" + "url": "SAD.1", + "valueString": "1501 S. POTOMAC" } ] }, { - "url" : "XAD.7", - "valueCode" : "B" + "url": "XAD.7", + "valueCode": "B" } ] } ], - "use" : "work", - "line" : [ + "use": "work", + "line": [ "1501 S. POTOMAC" ], - "city" : "AURORA", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" + "city": "AURORA", + "district": "MD", + "state": "IG", + "postalCode": "80012", + "country": "USA" } ] } }, { - "fullUrl" : "PractitionerRole/1716965606253938000.6487b12c-2067-4156-b4ad-f639ba18137d", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1716965606253938000.6487b12c-2067-4156-b4ad-f639ba18137d", - "practitioner" : { - "reference" : "Practitioner/1716965606254706000.a426bbe3-282a-455c-a593-4808caefe2b4" + "fullUrl": "PractitionerRole/1732567199163772000.29d9095a-b12d-4dba-b762-ef1f207a545c", + "resource": { + "resourceType": "PractitionerRole", + "id": "1732567199163772000.29d9095a-b12d-4dba-b762-ef1f207a545c", + "practitioner": { + "reference": "Practitioner/1732567199164652000.fb41b7ab-96a1-416c-af1a-3c8c2428dfe3" }, - "organization" : { - "reference" : "Organization/1716965606255971000.6a5993d7-642f-44cf-81a3-d2a35ea26afa" + "organization": { + "reference": "Organization/1732567199165687000.040be333-7f50-431c-989a-15a900496ead" }, - "code" : [ + "code": [ { - "coding" : [ + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" + "system": "http://terminology.hl7.org/CodeSystem/v2-0912", + "code": "MDIR" } ] } @@ -9851,242 +10572,241 @@ } }, { - "fullUrl" : "Observation/1716965606257897000.8dc165ed-8c61-428e-a79f-d0acda7b19c6", - "resource" : { - "resourceType" : "Observation", - "id" : "1716965606257897000.8dc165ed-8c61-428e-a79f-d0acda7b19c6", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "2.4" + "fullUrl": "Observation/1732567199167298000.20b3c4c6-2814-4819-8809-71e9513bd24b", + "resource": { + "resourceType": "Observation", + "id": "1732567199167298000.20b3c4c6-2814-4819-8809-71e9513bd24b", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "1.1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2021-08-10T06:25:00-06:00", - "_valueDateTime" : { - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime": "2021-08-05T01:38:00-06:00", + "_valueDateTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210810062500-0600" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20210805013800-0600" } ] } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ { - "url" : "OBX.2", - "valueId" : "ST" + "url": "OBX.2", + "valueId": "ST" }, { - "url" : "OBX.11", - "valueString" : "C" + "url": "OBX.11", + "valueString": "F" } ] } ], - "status" : "corrected", - "code" : { - "coding" : [ + "status": "final", + "code": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "MPOSBC", - "display" : "BLOOD CULTURE GRAM STAIN" - } - ], - "text" : "BLOOD CULTURE GRAM STAIN" - }, - "subject" : { - "reference" : "Patient/1716965606097981000.a9e583b2-8233-4a28-b882-d0a7d74c0b8e" - }, - "encounter" : { - "reference" : "Encounter/1716965606112940000.37c8abef-ba3d-4cf0-9290-84f8d7f8d47f" - }, - "effectiveDateTime" : "2028-08-02T02:52:01-06:00", - "_effectiveDateTime" : { - "extension" : [ + "system": "http://loinc.org", + "version": "2.40", + "code": "77202-0", + "display": "Laboratory comment [Text] in Report Narrative" + }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "VERGPCOM", + "display": "COMMENT" } ] }, - "performer" : [ + "subject": { + "reference": "Patient/1732567199025839000.d11ba4b4-e7a2-49d8-8e83-76b149257553" + }, + "encounter": { + "reference": "Encounter/1732567199044714000.5e1e8a9d-e832-4413-917e-61b306176c3c" + }, + "performer": [ { - "reference" : "Organization/1716965606258459000.825559f7-5f2e-4334-8f41-78e5aa63939e" + "reference": "Organization/1732567199167651000.10e0be9c-a716-4234-95ae-8b17139fcaa6" }, { - "reference" : "PractitionerRole/1716965606258610000.491dfc60-d8cc-4bd1-a489-3a97694325ab" + "reference": "PractitionerRole/1732567199167787000.7f9bb897-46f1-4303-86dd-1403e2a9a83d" } ], - "valueString" : "YEAST", - "interpretation" : [ - { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70078" - } - ], - "version" : "2.5.1", - "code" : "A", - "display" : "Abnormal (applies to non-numeric results)" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "A", - "display" : "A" - } - ] - } - ] + "valueString": "Staphylococcus epidermidis Streptococcus anginosus group" } }, { - "fullUrl" : "Organization/1716965606258459000.825559f7-5f2e-4334-8f41-78e5aa63939e", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606258459000.825559f7-5f2e-4334-8f41-78e5aa63939e", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", - "valueCodeableConcept" : { - "coding" : [ + "fullUrl": "Organization/1732567199167651000.10e0be9c-a716-4234-95ae-8b17139fcaa6", + "resource": { + "resourceType": "Organization", + "id": "1732567199167651000.10e0be9c-a716-4234-95ae-8b17139fcaa6", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LB" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LB" } ], - "code" : "RML", - "display" : "TMCA, SOUTH CAMPUS" + "code": "RML", + "display": "TMCA, SOUTH CAMPUS" } ] } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBX.15" } ], - "identifier" : [ + "identifier": [ + { + "system": "LB", + "value": "RML" + } + ], + "name": "TMCA, SOUTH CAMPUS" + } + }, + { + "fullUrl": "Location/1732567199167986000.5220a6d3-ccef-4a18-9e17-6774dcd6ba46", + "resource": { + "resourceType": "Location", + "id": "1732567199167986000.5220a6d3-ccef-4a18-9e17-6774dcd6ba46", + "extension": [ { - "system" : "LB", - "value" : "RML" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ], - "name" : "TMCA, SOUTH CAMPUS" + "name": "TMCA, SOUTH CAMPUS", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" + } + ] + } } }, { - "fullUrl" : "Practitioner/1716965606259297000.5548acf2-3007-48a8-b83b-46ba233d6118", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606259297000.5548acf2-3007-48a8-b83b-46ba233d6118", - "extension" : [ + "fullUrl": "Practitioner/1732567199169049000.819f48ae-8148-4e18-ab78-bedde1a941a9", + "resource": { + "resourceType": "Practitioner", + "id": "1732567199169049000.819f48ae-8148-4e18-ab78-bedde1a941a9", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "RML" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ { - "url" : "XCN.3", - "valueString" : "GREGORY" + "url": "XCN.3", + "valueString": "GREGORY" }, { - "url" : "XCN.4", - "valueString" : "R" + "url": "XCN.4", + "valueString": "R" }, { - "url" : "XCN.21", - "valueString" : "MD" + "url": "XCN.21", + "valueString": "MD" }, { - "url" : "XCN.10", - "valueString" : "L" + "url": "XCN.10", + "valueString": "L" } ] } ], - "identifier" : [ + "identifier": [ { - "type" : { - "coding" : [ + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference": { + "reference": "Location/1732567199167986000.5220a6d3-ccef-4a18-9e17-6774dcd6ba46" + } + } + ], + "type": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true } ], - "code" : "FI" + "code": "FI" } ] }, - "system" : "RML", - "value" : "1740336429" + "system": "RML", + "value": "1740336429" } ], - "name" : [ + "name": [ { - "use" : "official", - "family" : "KOTNIS", - "given" : [ + "use": "official", + "family": "KOTNIS", + "given": [ "GREGORY", "R" ], - "prefix" : [ + "prefix": [ "DR." ], - "suffix" : [ + "suffix": [ "MD" ] } @@ -10094,136 +10814,136 @@ } }, { - "fullUrl" : "Organization/1716965606260597000.9409ef9d-ab7c-4379-a18d-01891ceda153", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606260597000.9409ef9d-ab7c-4379-a18d-01891ceda153", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ + "fullUrl": "Organization/1732567199172364000.5e317ab3-ff5c-4f28-a180-38f49e6114cc", + "resource": { + "resourceType": "Organization", + "id": "1732567199172364000.5e317ab3-ff5c-4f28-a180-38f49e6114cc", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" } ], - "coding" : [ + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "L" + "code": "L" } ] } } ], - "code" : "L" + "code": "L" } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ { - "url" : "XON.10", - "valueString" : "06D0055551" + "url": "XON.10", + "valueString": "06D0055551" } ] } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "TMCA, SOUTH CAMPUS" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.144" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "XX" } ] }, - "value" : "06D0055551" + "value": "06D0055551" } ], - "name" : "TMCA, SOUTH CAMPUS", - "address" : [ + "name": "TMCA, SOUTH CAMPUS", + "address": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" + "url": "SAD.1", + "valueString": "1501 S. POTOMAC" } ] }, { - "url" : "XAD.7", - "valueCode" : "B" + "url": "XAD.7", + "valueCode": "B" } ] } ], - "use" : "work", - "line" : [ + "use": "work", + "line": [ "1501 S. POTOMAC" ], - "city" : "AURORA", - "district" : "A", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" + "city": "AURORA", + "district": "MD", + "state": "IG", + "postalCode": "80012", + "country": "USA" } ] } }, { - "fullUrl" : "PractitionerRole/1716965606258610000.491dfc60-d8cc-4bd1-a489-3a97694325ab", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1716965606258610000.491dfc60-d8cc-4bd1-a489-3a97694325ab", - "practitioner" : { - "reference" : "Practitioner/1716965606259297000.5548acf2-3007-48a8-b83b-46ba233d6118" + "fullUrl": "PractitionerRole/1732567199167787000.7f9bb897-46f1-4303-86dd-1403e2a9a83d", + "resource": { + "resourceType": "PractitionerRole", + "id": "1732567199167787000.7f9bb897-46f1-4303-86dd-1403e2a9a83d", + "practitioner": { + "reference": "Practitioner/1732567199169049000.819f48ae-8148-4e18-ab78-bedde1a941a9" }, - "organization" : { - "reference" : "Organization/1716965606260597000.9409ef9d-ab7c-4379-a18d-01891ceda153" + "organization": { + "reference": "Organization/1732567199172364000.5e317ab3-ff5c-4f28-a180-38f49e6114cc" }, - "code" : [ + "code": [ { - "coding" : [ + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" + "system": "http://terminology.hl7.org/CodeSystem/v2-0912", + "code": "MDIR" } ] } @@ -10231,205 +10951,241 @@ } }, { - "fullUrl" : "Observation/1716965606262604000.ef8bec03-717c-443b-ae3c-9b7236b764e8", - "resource" : { - "resourceType" : "Observation", - "id" : "1716965606262604000.ef8bec03-717c-443b-ae3c-9b7236b764e8", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "2.5" + "fullUrl": "Observation/1732567199175898000.1cc90ee7-dd03-44d1-8201-1d9ea729977c", + "resource": { + "resourceType": "Observation", + "id": "1732567199175898000.1cc90ee7-dd03-44d1-8201-1d9ea729977c", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "1.1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2021-08-10T06:25:00-06:00", - "_valueDateTime" : { - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime": "2021-08-05T01:38:00-06:00", + "_valueDateTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210810062500-0600" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20210805013800-0600" } ] } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ { - "url" : "OBX.2", - "valueId" : "ST" + "url": "OBX.2", + "valueId": "ST" }, { - "url" : "OBX.11", - "valueString" : "C" + "url": "OBX.11", + "valueString": "F" } ] } ], - "status" : "corrected", - "code" : { - "coding" : [ + "status": "final", + "code": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "MPOSBC", - "display" : "BLOOD CULTURE GRAM STAIN" - } - ], - "text" : "BLOOD CULTURE GRAM STAIN" - }, - "subject" : { - "reference" : "Patient/1716965606097981000.a9e583b2-8233-4a28-b882-d0a7d74c0b8e" - }, - "encounter" : { - "reference" : "Encounter/1716965606112940000.37c8abef-ba3d-4cf0-9290-84f8d7f8d47f" - }, - "effectiveDateTime" : "2028-08-02T02:52:01-06:00", - "_effectiveDateTime" : { - "extension" : [ + "system": "http://loinc.org", + "version": "2.40", + "code": "77202-0", + "display": "Laboratory comment [Text] in Report Narrative" + }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "VERGPCOM", + "display": "COMMENT" } ] }, - "performer" : [ + "subject": { + "reference": "Patient/1732567199025839000.d11ba4b4-e7a2-49d8-8e83-76b149257553" + }, + "encounter": { + "reference": "Encounter/1732567199044714000.5e1e8a9d-e832-4413-917e-61b306176c3c" + }, + "performer": [ { - "reference" : "Organization/1716965606262950000.a6bccf54-09d7-4437-9d67-a83ac8f18528" + "reference": "Organization/1732567199176893000.20622861-e1ae-4562-8d3b-c10ac7cad12e" }, { - "reference" : "PractitionerRole/1716965606263088000.6273cca6-961d-4d66-9e2c-7c25b21fd0ae" + "reference": "PractitionerRole/1732567199177261000.817fbdf5-753e-4063-852c-a74c07d1eecc" } ], - "valueString" : "AEROBIC BOTTLE" + "valueString": "Staphylococcus lugdunensis Streptococcus faecalis" } }, { - "fullUrl" : "Organization/1716965606262950000.a6bccf54-09d7-4437-9d67-a83ac8f18528", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606262950000.a6bccf54-09d7-4437-9d67-a83ac8f18528", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", - "valueCodeableConcept" : { - "coding" : [ + "fullUrl": "Organization/1732567199176893000.20622861-e1ae-4562-8d3b-c10ac7cad12e", + "resource": { + "resourceType": "Organization", + "id": "1732567199176893000.20622861-e1ae-4562-8d3b-c10ac7cad12e", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LB" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LB" } ], - "code" : "RML", - "display" : "TMCA, SOUTH CAMPUS" + "code": "RML", + "display": "TMCA, SOUTH CAMPUS" } ] } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBX.15" + } + ], + "identifier": [ + { + "system": "LB", + "value": "RML" } ], - "identifier" : [ + "name": "TMCA, SOUTH CAMPUS" + } + }, + { + "fullUrl": "Location/1732567199177908000.03686705-4d4f-4dd4-9c99-f432a52bf9c6", + "resource": { + "resourceType": "Location", + "id": "1732567199177908000.03686705-4d4f-4dd4-9c99-f432a52bf9c6", + "extension": [ { - "system" : "LB", - "value" : "RML" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ], - "name" : "TMCA, SOUTH CAMPUS" + "name": "TMCA, SOUTH CAMPUS", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" + } + ] + } } }, { - "fullUrl" : "Practitioner/1716965606263778000.e0ce2d09-2f4b-42e6-826a-04a80f40f8ae", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606263778000.e0ce2d09-2f4b-42e6-826a-04a80f40f8ae", - "extension" : [ + "fullUrl": "Practitioner/1732567199179509000.cb36654c-1f6c-4b5e-ab40-1166b7ef0608", + "resource": { + "resourceType": "Practitioner", + "id": "1732567199179509000.cb36654c-1f6c-4b5e-ab40-1166b7ef0608", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "RML" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ { - "url" : "XCN.3", - "valueString" : "GREGORY" + "url": "XCN.3", + "valueString": "GREGORY" }, { - "url" : "XCN.4", - "valueString" : "R" + "url": "XCN.4", + "valueString": "R" }, { - "url" : "XCN.21", - "valueString" : "MD" + "url": "XCN.21", + "valueString": "MD" }, { - "url" : "XCN.10", - "valueString" : "L" + "url": "XCN.10", + "valueString": "L" } ] } ], - "identifier" : [ + "identifier": [ { - "type" : { - "coding" : [ + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference": { + "reference": "Location/1732567199177908000.03686705-4d4f-4dd4-9c99-f432a52bf9c6" + } + } + ], + "type": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true } ], - "code" : "FI" + "code": "FI" } ] }, - "system" : "RML", - "value" : "1740336429" + "system": "RML", + "value": "1740336429" } ], - "name" : [ + "name": [ { - "use" : "official", - "family" : "KOTNIS", - "given" : [ + "use": "official", + "family": "KOTNIS", + "given": [ "GREGORY", "R" ], - "prefix" : [ + "prefix": [ "DR." ], - "suffix" : [ + "suffix": [ "MD" ] } @@ -10437,135 +11193,136 @@ } }, { - "fullUrl" : "Organization/1716965606265174000.e5a4c8ba-7c0b-427e-a1bc-e35c93f666dd", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606265174000.e5a4c8ba-7c0b-427e-a1bc-e35c93f666dd", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ + "fullUrl": "Organization/1732567199182234000.31d5eaa5-d202-4761-a639-27c7350c75ee", + "resource": { + "resourceType": "Organization", + "id": "1732567199182234000.31d5eaa5-d202-4761-a639-27c7350c75ee", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" } ], - "coding" : [ + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "L" + "code": "L" } ] } } ], - "code" : "L" + "code": "L" } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ { - "url" : "XON.10", - "valueString" : "06D0055551" + "url": "XON.10", + "valueString": "06D0055551" } ] } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "TMCA, SOUTH CAMPUS" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.144" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "XX" } ] }, - "value" : "06D0055551" + "value": "06D0055551" } ], - "name" : "TMCA, SOUTH CAMPUS", - "address" : [ + "name": "TMCA, SOUTH CAMPUS", + "address": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" + "url": "SAD.1", + "valueString": "1501 S. POTOMAC" } ] }, { - "url" : "XAD.7", - "valueCode" : "B" + "url": "XAD.7", + "valueCode": "B" } ] } ], - "use" : "work", - "line" : [ + "use": "work", + "line": [ "1501 S. POTOMAC" ], - "city" : "AURORA", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" + "city": "AURORA", + "district": "MD", + "state": "IG", + "postalCode": "80012", + "country": "USA" } ] } }, { - "fullUrl" : "PractitionerRole/1716965606263088000.6273cca6-961d-4d66-9e2c-7c25b21fd0ae", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1716965606263088000.6273cca6-961d-4d66-9e2c-7c25b21fd0ae", - "practitioner" : { - "reference" : "Practitioner/1716965606263778000.e0ce2d09-2f4b-42e6-826a-04a80f40f8ae" + "fullUrl": "PractitionerRole/1732567199177261000.817fbdf5-753e-4063-852c-a74c07d1eecc", + "resource": { + "resourceType": "PractitionerRole", + "id": "1732567199177261000.817fbdf5-753e-4063-852c-a74c07d1eecc", + "practitioner": { + "reference": "Practitioner/1732567199179509000.cb36654c-1f6c-4b5e-ab40-1166b7ef0608" }, - "organization" : { - "reference" : "Organization/1716965606265174000.e5a4c8ba-7c0b-427e-a1bc-e35c93f666dd" + "organization": { + "reference": "Organization/1732567199182234000.31d5eaa5-d202-4761-a639-27c7350c75ee" }, - "code" : [ + "code": [ { - "coding" : [ + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" + "system": "http://terminology.hl7.org/CodeSystem/v2-0912", + "code": "MDIR" } ] } @@ -10573,1287 +11330,1091 @@ } }, { - "fullUrl" : "Observation/1716965606267022000.e84ea561-0e3b-4a52-b1b9-1e9d0783ceb8", - "resource" : { - "resourceType" : "Observation", - "id" : "1716965606267022000.e84ea561-0e3b-4a52-b1b9-1e9d0783ceb8", - "extension" : [ + "fullUrl": "Observation/1732567199183716000.d968c1df-10f8-4a2b-b0a4-f3fc282f4363", + "resource": { + "resourceType": "Observation", + "id": "1732567199183716000.d968c1df-10f8-4a2b-b0a4-f3fc282f4363", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "1.1" + }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2021-08-10T06:25:00-06:00", - "_valueDateTime" : { - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime": "2021-08-05T01:38:00-06:00", + "_valueDateTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210810062500-0600" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20210805013800-0600" } ] } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ { - "url" : "OBX.2", - "valueId" : "CWE" + "url": "OBX.2", + "valueId": "ST" }, { - "url" : "OBX.11", - "valueString" : "C" + "url": "OBX.11", + "valueString": "F" } ] } ], - "status" : "corrected", - "code" : { - "coding" : [ + "status": "final", + "code": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" } ], - "system" : "http://loinc.org", - "version" : "2.40", - "code" : "600-7", - "display" : "Bacteria identified in Blood by Culture" + "system": "http://loinc.org", + "version": "2.40", + "code": "77202-0", + "display": "Laboratory comment [Text] in Report Narrative" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "BLOODC", - "display" : "BLOOD CULTURE" + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "VERGPCOM", + "display": "COMMENT" } ] }, - "subject" : { - "reference" : "Patient/1716965606097981000.a9e583b2-8233-4a28-b882-d0a7d74c0b8e" + "subject": { + "reference": "Patient/1732567199025839000.d11ba4b4-e7a2-49d8-8e83-76b149257553" }, - "encounter" : { - "reference" : "Encounter/1716965606112940000.37c8abef-ba3d-4cf0-9290-84f8d7f8d47f" - }, - "effectiveDateTime" : "2028-08-02T02:52:01-06:00", - "_effectiveDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" - } - ] + "encounter": { + "reference": "Encounter/1732567199044714000.5e1e8a9d-e832-4413-917e-61b306176c3c" }, - "performer" : [ + "performer": [ { - "reference" : "Organization/1716965606267361000.0008a639-90ee-45cf-beee-4b99bb9f7610" + "reference": "Organization/1732567199184045000.a2dcef48-2519-47e7-9a16-a7186721440f" }, { - "reference" : "PractitionerRole/1716965606267497000.be80ed4a-ba10-4953-82b8-9f5f472583db" + "reference": "PractitionerRole/1732567199184187000.a6781f5d-8f16-48ee-8977-d54cb18ed607" } ], - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, + "valueString": "Streptococcus spp. Enterococcus faecium" + } + }, + { + "fullUrl": "Organization/1732567199184045000.a2dcef48-2519-47e7-9a16-a7186721440f", + "resource": { + "resourceType": "Organization", + "id": "1732567199184045000.a2dcef48-2519-47e7-9a16-a7186721440f", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", + "valueCodeableConcept": { + "coding": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "POSITIVE", - "display" : "POSITIVE" - } - ], - "text" : "POSITIVE" - }, - "note" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ - { - "url" : "NTE.2", - "valueId" : "L" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "Nucleic acid test for the detection of Staphylococcus spp.," - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } - ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } - ] - } - } - ], - "text" : "Nucleic acid test for the detection of Staphylococcus spp.," - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ - { - "url" : "NTE.2", - "valueId" : "L" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "S. aureus, S. epidermidis, S. lugdunensis, Streptococcus" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } - ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } - ] - } - } - ], - "text" : "S. aureus, S. epidermidis, S. lugdunensis, Streptococcus" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ - { - "url" : "NTE.2", - "valueId" : "L" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "spp., S. pneumoniae, S. pyogenes, S. agalactiae," - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } - ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } - ] - } - } - ], - "text" : "spp., S. pneumoniae, S. pyogenes, S. agalactiae," - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ - { - "url" : "NTE.2", - "valueId" : "L" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "S. anginosus group, Enterococcus faecalis, Enterococcus" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } - ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } - ] - } - } - ], - "text" : "S. anginosus group, Enterococcus faecalis, Enterococcus" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ - { - "url" : "NTE.2", - "valueId" : "L" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "faecium, mec-A mediated methicillin resistance, and" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } - ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LB" } - ] + ], + "code": "RML", + "display": "TMCA, SOUTH CAMPUS" } - } - ], - "text" : "faecium, mec-A mediated methicillin resistance, and" + ] + } }, { - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBX.15" + } + ], + "identifier": [ + { + "system": "LB", + "value": "RML" + } + ], + "name": "TMCA, SOUTH CAMPUS" + } + }, + { + "fullUrl": "Location/1732567199184369000.a3467bf0-a18b-4e1b-b3e9-c97ea7da38c4", + "resource": { + "resourceType": "Location", + "id": "1732567199184369000.a3467bf0-a18b-4e1b-b3e9-c97ea7da38c4", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ], + "name": "TMCA, SOUTH CAMPUS", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" + } + ] + } + } + }, + { + "fullUrl": "Practitioner/1732567199185071000.bd4dba32-d76a-4a9b-97cf-dae90c32a46f", + "resource": { + "resourceType": "Practitioner", + "id": "1732567199185071000.bd4dba32-d76a-4a9b-97cf-dae90c32a46f", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ - { - "url" : "NTE.2", - "valueId" : "L" - } - ] + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "RML" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "vanA/vanB mediated Vancomycin resistance was performed and" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } - ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } - ] - } + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } - ], - "text" : "vanA/vanB mediated Vancomycin resistance was performed and" + ] }, { - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ - { - "url" : "NTE.2", - "valueId" : "L" - } - ] + "url": "XCN.3", + "valueString": "GREGORY" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "was NEGATIVE for all targets tested." + "url": "XCN.4", + "valueString": "R" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } - ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, + "url": "XCN.21", + "valueString": "MD" + }, + { + "url": "XCN.10", + "valueString": "L" + } + ] + } + ], + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference": { + "reference": "Location/1732567199184369000.a3467bf0-a18b-4e1b-b3e9-c97ea7da38c4" + } + } + ], + "type": { + "coding": [ + { + "extension": [ { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true } - ] + ], + "code": "FI" } - } + ] + }, + "system": "RML", + "value": "1740336429" + } + ], + "name": [ + { + "use": "official", + "family": "KOTNIS", + "given": [ + "GREGORY", + "R" + ], + "prefix": [ + "DR." ], - "text" : "was NEGATIVE for all targets tested." + "suffix": [ + "MD" + ] + } + ] + } + }, + { + "fullUrl": "Organization/1732567199186108000.15a96528-a661-428f-94f2-e93f05062500", + "resource": { + "resourceType": "Organization", + "id": "1732567199186108000.15a96528-a661-428f-94f2-e93f05062500", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "L" + } + ] + } + } + ], + "code": "L" + } }, { - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ - { - "url" : "NTE.2", - "valueId" : "L" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } - ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } - ] - } + "url": "XON.10", + "valueString": "06D0055551" } ] - }, + } + ], + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "NTE.2", - "valueId" : "L" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "TMCA, SOUTH CAMPUS" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.144" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "*****CORRECTED REPORT*****" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } - ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } - ] - } } ], - "text" : "*****CORRECTED REPORT*****" - }, + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "XX" + } + ] + }, + "value": "06D0055551" + } + ], + "name": "TMCA, SOUTH CAMPUS", + "address": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ + { + "url": "SAD.1", + "valueString": "1501 S. POTOMAC" + } + ] + }, { - "url" : "NTE.2", - "valueId" : "L" + "url": "XAD.7", + "valueCode": "B" } ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "Previous report of was incorrect." - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } - ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } - ] - } } ], - "text" : "Previous report of was incorrect." - }, + "use": "work", + "line": [ + "1501 S. POTOMAC" + ], + "city": "AURORA", + "district": "MD", + "state": "IG", + "postalCode": "80012", + "country": "USA" + } + ] + } + }, + { + "fullUrl": "PractitionerRole/1732567199184187000.a6781f5d-8f16-48ee-8977-d54cb18ed607", + "resource": { + "resourceType": "PractitionerRole", + "id": "1732567199184187000.a6781f5d-8f16-48ee-8977-d54cb18ed607", + "practitioner": { + "reference": "Practitioner/1732567199185071000.bd4dba32-d76a-4a9b-97cf-dae90c32a46f" + }, + "organization": { + "reference": "Organization/1732567199186108000.15a96528-a661-428f-94f2-e93f05062500" + }, + "code": [ { - "extension" : [ + "coding": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ - { - "url" : "NTE.2", - "valueId" : "L" - } - ] - }, + "system": "http://terminology.hl7.org/CodeSystem/v2-0912", + "code": "MDIR" + } + ] + } + ] + } + }, + { + "fullUrl": "Observation/1732567199187552000.9acf86c2-c4f3-49a3-95e7-cc6857b20b50", + "resource": { + "resourceType": "Observation", + "id": "1732567199187552000.9acf86c2-c4f3-49a3-95e7-cc6857b20b50", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "1.1" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime": "2021-08-05T01:38:00-06:00", + "_valueDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20210805013800-0600" + } + ] + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "The correct report of YEAST PRESENT ON GRAM STAIN" + "url": "OBX.2", + "valueId": "ST" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } - ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" + "url": "OBX.11", + "valueString": "F" + } + ] + } + ], + "status": "final", + "code": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "version": "2.40", + "code": "77202-0", + "display": "Laboratory comment [Text] in Report Narrative" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "VERGPCOM", + "display": "COMMENT" + } + ] + }, + "subject": { + "reference": "Patient/1732567199025839000.d11ba4b4-e7a2-49d8-8e83-76b149257553" + }, + "encounter": { + "reference": "Encounter/1732567199044714000.5e1e8a9d-e832-4413-917e-61b306176c3c" + }, + "performer": [ + { + "reference": "Organization/1732567199187858000.9ad81edc-29c1-4afe-88f0-53b6717bd47b" + }, + { + "reference": "PractitionerRole/1732567199187982000.9f65e43a-e848-41dc-a1bd-3ded05ebd627" + } + ], + "valueString": "Streptococcus pneumoniae " + } + }, + { + "fullUrl": "Organization/1732567199187858000.9ad81edc-29c1-4afe-88f0-53b6717bd47b", + "resource": { + "resourceType": "Organization", + "id": "1732567199187858000.9ad81edc-29c1-4afe-88f0-53b6717bd47b", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LB" } - ] + ], + "code": "RML", + "display": "TMCA, SOUTH CAMPUS" } - } - ], - "text" : "The correct report of YEAST PRESENT ON GRAM STAIN" + ] + } }, { - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBX.15" + } + ], + "identifier": [ + { + "system": "LB", + "value": "RML" + } + ], + "name": "TMCA, SOUTH CAMPUS" + } + }, + { + "fullUrl": "Location/1732567199188174000.d8de0243-6dec-4e3c-a5f2-d059d135a80c", + "resource": { + "resourceType": "Location", + "id": "1732567199188174000.d8de0243-6dec-4e3c-a5f2-d059d135a80c", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ], + "name": "TMCA, SOUTH CAMPUS", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" + } + ] + } + } + }, + { + "fullUrl": "Practitioner/1732567199188862000.6413c851-72e8-4896-8d6b-6a994e5a6eae", + "resource": { + "resourceType": "Practitioner", + "id": "1732567199188862000.6413c851-72e8-4896-8d6b-6a994e5a6eae", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ - { - "url" : "NTE.2", - "valueId" : "L" - } - ] + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "RML" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "was called and texted to ALLISON CABRERA" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } - ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } - ] - } + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } - ], - "text" : "was called and texted to ALLISON CABRERA" + ] }, { - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ - { - "url" : "NTE.2", - "valueId" : "L" - } - ] + "url": "XCN.3", + "valueString": "GREGORY" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "Date:08/08/28 Time:0613 Called by:ELB.RMH" + "url": "XCN.4", + "valueString": "R" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } - ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, + "url": "XCN.21", + "valueString": "MD" + }, + { + "url": "XCN.10", + "valueString": "L" + } + ] + } + ], + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference": { + "reference": "Location/1732567199188174000.d8de0243-6dec-4e3c-a5f2-d059d135a80c" + } + } + ], + "type": { + "coding": [ + { + "extension": [ { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true } - ] + ], + "code": "FI" } - } + ] + }, + "system": "RML", + "value": "1740336429" + } + ], + "name": [ + { + "use": "official", + "family": "KOTNIS", + "given": [ + "GREGORY", + "R" + ], + "prefix": [ + "DR." ], - "text" : "Date:08/08/28 Time:0613 Called by:ELB.RMH" + "suffix": [ + "MD" + ] + } + ] + } + }, + { + "fullUrl": "Organization/1732567199189907000.916e8311-7241-498e-854a-9dfd1f7527db", + "resource": { + "resourceType": "Organization", + "id": "1732567199189907000.916e8311-7241-498e-854a-9dfd1f7527db", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "L" + } + ] + } + } + ], + "code": "L" + } }, { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ - { - "url" : "NTE.2", - "valueId" : "L" - } - ] - }, + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } - ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } - ] - } + "url": "XON.10", + "valueString": "06D0055551" } ] - }, + } + ], + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "TMCA, SOUTH CAMPUS" + }, { - "url" : "NTE.2", - "valueId" : "L" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.144" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "Critical result called to and read back by:RN LIBBY HILL" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } - ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } - ] - } } ], - "text" : "Critical result called to and read back by:RN LIBBY HILL" - }, + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "XX" + } + ] + }, + "value": "06D0055551" + } + ], + "name": "TMCA, SOUTH CAMPUS", + "address": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ + { + "url": "SAD.1", + "valueString": "1501 S. POTOMAC" + } + ] + }, { - "url" : "NTE.2", - "valueId" : "L" + "url": "XAD.7", + "valueCode": "B" } ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "Location:ICU on 08/06/21 at 1136 by ELB.HC" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } - ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } - ] - } } ], - "text" : "Location:ICU on 08/06/21 at 1136 by ELB.HC" - }, + "use": "work", + "line": [ + "1501 S. POTOMAC" + ], + "city": "AURORA", + "district": "MD", + "state": "IG", + "postalCode": "80012", + "country": "USA" + } + ] + } + }, + { + "fullUrl": "PractitionerRole/1732567199187982000.9f65e43a-e848-41dc-a1bd-3ded05ebd627", + "resource": { + "resourceType": "PractitionerRole", + "id": "1732567199187982000.9f65e43a-e848-41dc-a1bd-3ded05ebd627", + "practitioner": { + "reference": "Practitioner/1732567199188862000.6413c851-72e8-4896-8d6b-6a994e5a6eae" + }, + "organization": { + "reference": "Organization/1732567199189907000.916e8311-7241-498e-854a-9dfd1f7527db" + }, + "code": [ { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ - { - "url" : "NTE.2", - "valueId" : "L" - } - ] - }, + "coding": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } - ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } - ] - } + "system": "http://terminology.hl7.org/CodeSystem/v2-0912", + "code": "MDIR" } ] + } + ] + } + }, + { + "fullUrl": "Observation/1732567199191704000.a2684432-4d02-4883-a6b0-a0d03f4c62c1", + "resource": { + "resourceType": "Observation", + "id": "1732567199191704000.a2684432-4d02-4883-a6b0-a0d03f4c62c1", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "1" }, { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ - { - "url" : "NTE.2", - "valueId" : "L" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "Critical result called to and read back by:HANNAH STEVENS RN" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } - ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } - ] + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime": "2028-08-07T16:36:01-06:00", + "_valueDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20280807163601-0600" } - } - ], - "text" : "Critical result called to and read back by:HANNAH STEVENS RN" + ] + } }, { - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-5-value-sn", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ - { - "url" : "NTE.2", - "valueId" : "L" - } - ] + "url": "SN.1", + "valueString": "\u003d" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "Location:ICUB on 08/02/28 at 2201 by ELB.MS3" + "url": "SN.2", + "valueString": "0.5" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ + { + "url": "OBX.2", + "valueId": "SN" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ + "url": "OBX.6", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "UCUM" } ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" + "system": "http://unitsofmeasure.org", + "version": "2.40", + "code": "ug/mL", + "display": "MicroGrams Per MilliLiter [Mass Concentration Units]" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "ug/mL", + "display": "ug/mL" } ] } + }, + { + "url": "OBX.11", + "valueString": "P" } - ], - "text" : "Location:ICUB on 08/02/28 at 2201 by ELB.MS3" + ] + } + ], + "status": "preliminary", + "code": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "version": "2.40", + "code": "35788-9", + "display": "DAPTOmycin [Susceptibility] by Minimum inhibitory concentration (MIC)" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "DAP", + "display": "DAPTOMYCIN" + } + ] + }, + "subject": { + "reference": "Patient/1732567199025839000.d11ba4b4-e7a2-49d8-8e83-76b149257553" + }, + "encounter": { + "reference": "Encounter/1732567199044714000.5e1e8a9d-e832-4413-917e-61b306176c3c" + }, + "effectiveDateTime": "2028-08-07T16:36:01-06:00", + "_effectiveDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20280807163601-0600" + } + ] + }, + "performer": [ + { + "reference": "Organization/1732567199192011000.2c2df7e2-982e-49e3-bae1-b672e9c01101" + }, + { + "reference": "PractitionerRole/1732567199192136000.35f4a7e6-2229-49c8-b3d9-430ce01e85f8" + } + ], + "interpretation": [ + { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70078" + } + ], + "version": "2.5.1", + "code": "S", + "display": "Susceptible. Indicates for microbiology susceptibilities only." + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "S", + "display": "S" + } + ] } ] } }, { - "fullUrl" : "Organization/1716965606267361000.0008a639-90ee-45cf-beee-4b99bb9f7610", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606267361000.0008a639-90ee-45cf-beee-4b99bb9f7610", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", - "valueCodeableConcept" : { - "coding" : [ + "fullUrl": "Organization/1732567199192011000.2c2df7e2-982e-49e3-bae1-b672e9c01101", + "resource": { + "resourceType": "Organization", + "id": "1732567199192011000.2c2df7e2-982e-49e3-bae1-b672e9c01101", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LB" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LB" } ], - "code" : "RML", - "display" : "TMCA, SOUTH CAMPUS" + "code": "MCOE", + "display": "ROSE MEDICAL CENTER (MCOE)" } ] } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBX.15" } ], - "identifier" : [ + "identifier": [ + { + "system": "LB", + "value": "MCOE" + } + ], + "name": "ROSE MEDICAL CENTER (MCOE)" + } + }, + { + "fullUrl": "Location/1732567199192312000.f4d7a721-8afb-4d52-a454-21085b9cebd6", + "resource": { + "resourceType": "Location", + "id": "1732567199192312000.f4d7a721-8afb-4d52-a454-21085b9cebd6", + "extension": [ { - "system" : "LB", - "value" : "RML" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ], - "name" : "TMCA, SOUTH CAMPUS" + "name": "ROSE MEDICAL CENTER ", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" + } + ] + } } }, { - "fullUrl" : "Practitioner/1716965606268251000.99019172-8b1e-4351-9e3c-1330aa94576a", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606268251000.99019172-8b1e-4351-9e3c-1330aa94576a", - "extension" : [ + "fullUrl": "Practitioner/1732567199192968000.336ce742-638b-47a0-a005-8a3f6c1845c8", + "resource": { + "resourceType": "Practitioner", + "id": "1732567199192968000.336ce742-638b-47a0-a005-8a3f6c1845c8", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "RML" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "GREGORY" - }, + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ { - "url" : "XCN.4", - "valueString" : "R" + "url": "XCN.3", + "valueString": "Shalini" }, { - "url" : "XCN.21", - "valueString" : "MD" + "url": "XCN.21", + "valueString": "MD" }, { - "url" : "XCN.10", - "valueString" : "L" + "url": "XCN.10", + "valueString": "L" } ] } ], - "identifier" : [ + "identifier": [ { - "type" : { - "coding" : [ + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference": { + "reference": "Location/1732567199192312000.f4d7a721-8afb-4d52-a454-21085b9cebd6" + } + } + ], + "type": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true } ], - "code" : "FI" + "code": "FI" } ] }, - "system" : "RML", - "value" : "1740336429" + "system": "RML", + "value": "1033122247" } ], - "name" : [ + "name": [ { - "use" : "official", - "family" : "KOTNIS", - "given" : [ - "GREGORY", - "R" + "use": "official", + "family": "Chahal", + "given": [ + "Shalini" ], - "prefix" : [ - "DR." + "prefix": [ + "Dr." ], - "suffix" : [ + "suffix": [ "MD" ] } @@ -11861,136 +12422,525 @@ } }, { - "fullUrl" : "Organization/1716965606269387000.5364047d-c2de-488b-b95e-af3f122ef704", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606269387000.5364047d-c2de-488b-b95e-af3f122ef704", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ + "fullUrl": "Organization/1732567199193796000.b6f33900-8fce-4fa4-8feb-443916c30b4b", + "resource": { + "resourceType": "Organization", + "id": "1732567199193796000.b6f33900-8fce-4fa4-8feb-443916c30b4b", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" } ], - "coding" : [ + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "L" + "code": "L" } ] } } ], - "code" : "L" + "code": "L" + } + } + ], + "name": "ROSE MEDICAL CENTER (MCOE)", + "address": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ + { + "url": "SAD.1", + "valueString": "4567 E. NINTH AVENUE" + } + ] + }, + { + "url": "XAD.7", + "valueCode": "B" + } + ] + } + ], + "use": "work", + "line": [ + "4567 E. NINTH AVENUE" + ], + "city": "DENVER", + "district": "S", + "state": "IG", + "postalCode": "80220", + "country": "USA" + } + ] + } + }, + { + "fullUrl": "PractitionerRole/1732567199192136000.35f4a7e6-2229-49c8-b3d9-430ce01e85f8", + "resource": { + "resourceType": "PractitionerRole", + "id": "1732567199192136000.35f4a7e6-2229-49c8-b3d9-430ce01e85f8", + "practitioner": { + "reference": "Practitioner/1732567199192968000.336ce742-638b-47a0-a005-8a3f6c1845c8" + }, + "organization": { + "reference": "Organization/1732567199193796000.b6f33900-8fce-4fa4-8feb-443916c30b4b" + }, + "code": [ + { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0912", + "code": "MDIR" + } + ] + } + ] + } + }, + { + "fullUrl": "Observation/1732567199195790000.44b30c3b-2f5c-48ba-a04f-d6a0edb924e1", + "resource": { + "resourceType": "Observation", + "id": "1732567199195790000.44b30c3b-2f5c-48ba-a04f-d6a0edb924e1", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "1" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime": "2028-08-07T16:36:01-06:00", + "_valueDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20280807163601-0600" + } + ] } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-5-value-sn", + "extension": [ + { + "url": "SN.1", + "valueString": "\u003d" + }, + { + "url": "SN.2", + "valueString": "16" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ + { + "url": "OBX.2", + "valueId": "SN" + }, + { + "url": "OBX.6", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "UCUM" + } + ], + "system": "http://unitsofmeasure.org", + "version": "2.40", + "code": "ug/mL", + "display": "MicroGrams Per MilliLiter [Mass Concentration Units]" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "ug/mL", + "display": "ug/mL" + } + ] + } + }, { - "url" : "XON.10", - "valueString" : "06D0055551" + "url": "OBX.11", + "valueString": "P" } ] } ], - "identifier" : [ + "status": "preliminary", + "code": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "version": "2.40", + "code": "28-1", + "display": "Ampicillin [Susceptibility] by Minimum inhibitory concentration (MIC)" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "AM", + "display": "AMPICILLIN" + } + ] + }, + "subject": { + "reference": "Patient/1732567199025839000.d11ba4b4-e7a2-49d8-8e83-76b149257553" + }, + "encounter": { + "reference": "Encounter/1732567199044714000.5e1e8a9d-e832-4413-917e-61b306176c3c" + }, + "effectiveDateTime": "2028-08-07T16:36:01-06:00", + "_effectiveDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20280807163601-0600" + } + ] + }, + "performer": [ + { + "reference": "Organization/1732567199196108000.a6c48235-fdff-4256-8a8e-ba1ccf020359" + }, + { + "reference": "PractitionerRole/1732567199196250000.32f19fd4-aa0f-406c-a747-ac7c0e8cf2d1" + } + ], + "interpretation": [ { - "extension" : [ + "coding": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70078" + } + ], + "version": "2.5.1", + "code": "R", + "display": "Resistant. Indicates for microbiology susceptibilities only." + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" } - ] + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "R", + "display": "R" + } + ] + } + ] + } + }, + { + "fullUrl": "Organization/1732567199196108000.a6c48235-fdff-4256-8a8e-ba1ccf020359", + "resource": { + "resourceType": "Organization", + "id": "1732567199196108000.a6c48235-fdff-4256-8a8e-ba1ccf020359", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LB" + } + ], + "code": "MCOE", + "display": "ROSE MEDICAL CENTER (MCOE)" + } + ] + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBX.15" + } + ], + "identifier": [ + { + "system": "LB", + "value": "MCOE" + } + ], + "name": "ROSE MEDICAL CENTER (MCOE)" + } + }, + { + "fullUrl": "Location/1732567199196440000.9ab0799c-dce2-4ae1-9fad-d218e4d75384", + "resource": { + "resourceType": "Location", + "id": "1732567199196440000.9ab0799c-dce2-4ae1-9fad-d218e4d75384", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ], + "name": "ROSE MEDICAL CENTER ", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" + } + ] + } + } + }, + { + "fullUrl": "Practitioner/1732567199198124000.1d433f22-0cd9-4396-8327-5a8b475e969a", + "resource": { + "resourceType": "Practitioner", + "id": "1732567199198124000.1d433f22-0cd9-4396-8327-5a8b475e969a", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "RML" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ + { + "url": "XCN.3", + "valueString": "Shalini" + }, + { + "url": "XCN.21", + "valueString": "MD" + }, + { + "url": "XCN.10", + "valueString": "L" } + ] + } + ], + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference": { + "reference": "Location/1732567199196440000.9ab0799c-dce2-4ae1-9fad-d218e4d75384" + } + } + ], + "type": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true + } + ], + "code": "FI" + } + ] + }, + "system": "RML", + "value": "1033122247" + } + ], + "name": [ + { + "use": "official", + "family": "Chahal", + "given": [ + "Shalini" + ], + "prefix": [ + "Dr." ], - "type" : { - "coding" : [ + "suffix": [ + "MD" + ] + } + ] + } + }, + { + "fullUrl": "Organization/1732567199199624000.ba843b99-65a5-48f0-bf7d-631bc27bf3a8", + "resource": { + "resourceType": "Organization", + "id": "1732567199199624000.ba843b99-65a5-48f0-bf7d-631bc27bf3a8", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { + "extension": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "L" + } + ] + } } - ] - }, - "value" : "06D0055551" + ], + "code": "L" + } } ], - "name" : "TMCA, SOUTH CAMPUS", - "address" : [ + "name": "ROSE MEDICAL CENTER (MCOE)", + "address": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" + "url": "SAD.1", + "valueString": "4567 E. NINTH AVENUE" } ] }, { - "url" : "XAD.7", - "valueCode" : "B" + "url": "XAD.7", + "valueCode": "B" } ] } ], - "use" : "work", - "line" : [ - "1501 S. POTOMAC" + "use": "work", + "line": [ + "4567 E. NINTH AVENUE" ], - "city" : "AURORA", - "district" : "MD", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" + "city": "DENVER", + "district": "R", + "state": "IG", + "postalCode": "80220", + "country": "USA" } ] } }, { - "fullUrl" : "PractitionerRole/1716965606267497000.be80ed4a-ba10-4953-82b8-9f5f472583db", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1716965606267497000.be80ed4a-ba10-4953-82b8-9f5f472583db", - "practitioner" : { - "reference" : "Practitioner/1716965606268251000.99019172-8b1e-4351-9e3c-1330aa94576a" + "fullUrl": "PractitionerRole/1732567199196250000.32f19fd4-aa0f-406c-a747-ac7c0e8cf2d1", + "resource": { + "resourceType": "PractitionerRole", + "id": "1732567199196250000.32f19fd4-aa0f-406c-a747-ac7c0e8cf2d1", + "practitioner": { + "reference": "Practitioner/1732567199198124000.1d433f22-0cd9-4396-8327-5a8b475e969a" }, - "organization" : { - "reference" : "Organization/1716965606269387000.5364047d-c2de-488b-b95e-af3f122ef704" + "organization": { + "reference": "Organization/1732567199199624000.ba843b99-65a5-48f0-bf7d-631bc27bf3a8" }, - "code" : [ + "code": [ { - "coding" : [ + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" + "system": "http://terminology.hl7.org/CodeSystem/v2-0912", + "code": "MDIR" } ] } @@ -11998,237 +12948,321 @@ } }, { - "fullUrl" : "Observation/1716965606277300000.f7d57f1b-a7ce-4dd7-aa41-86dc1a24e5d9", - "resource" : { - "resourceType" : "Observation", - "id" : "1716965606277300000.f7d57f1b-a7ce-4dd7-aa41-86dc1a24e5d9", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" + "fullUrl": "Observation/1732567199201535000.07b1653e-e7a8-4c04-ac81-a46d6bc1f724", + "resource": { + "resourceType": "Observation", + "id": "1732567199201535000.07b1653e-e7a8-4c04-ac81-a46d6bc1f724", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2021-08-05T01:38:00-06:00", - "_valueDateTime" : { - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime": "2028-08-07T16:36:01-06:00", + "_valueDateTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210805013800-0600" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20280807163601-0600" } ] } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ + { + "url": "OBX.2", + "valueId": "ST" + }, { - "url" : "OBX.2", - "valueId" : "CE" + "url": "OBX.6", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "UCUM" + } + ], + "system": "http://unitsofmeasure.org", + "version": "2.40", + "code": "ug/mL", + "display": "MicroGrams Per MilliLiter [Mass Concentration Units]" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "ug/mL", + "display": "ug/mL" + } + ] + } }, { - "url" : "OBX.11", - "valueString" : "F" + "url": "OBX.11", + "valueString": "P" } ] } ], - "status" : "final", - "code" : { - "coding" : [ + "status": "preliminary", + "code": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" } ], - "system" : "http://loinc.org", - "version" : "2.40", - "code" : "77202-0", - "display" : "Laboratory comment [Text] in Report Narrative" + "system": "http://loinc.org", + "version": "2.40", + "code": "7018-5", + "display": "Gentamicin.high potency [Susceptibility] by Minimum inhibitory concentration (MIC)" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "VERGPCOM", - "display" : "COMMENT" + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "GMS", + "display": "GENTAMICIN SYNERGY SCREEN" } ] }, - "subject" : { - "reference" : "Patient/1716965606097981000.a9e583b2-8233-4a28-b882-d0a7d74c0b8e" + "subject": { + "reference": "Patient/1732567199025839000.d11ba4b4-e7a2-49d8-8e83-76b149257553" }, - "encounter" : { - "reference" : "Encounter/1716965606112940000.37c8abef-ba3d-4cf0-9290-84f8d7f8d47f" + "encounter": { + "reference": "Encounter/1732567199044714000.5e1e8a9d-e832-4413-917e-61b306176c3c" }, - "effectiveDateTime" : "2028-08-02T02:52:01-06:00", - "_effectiveDateTime" : { - "extension" : [ + "effectiveDateTime": "2028-08-07T16:36:01-06:00", + "_effectiveDateTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20280807163601-0600" } ] }, - "performer" : [ + "performer": [ { - "reference" : "Organization/1716965606277693000.d68747c3-ac7b-45eb-af9f-e6cfe1687b24" + "reference": "Organization/1732567199201851000.4a84e947-9cf8-4e47-927a-487ed6b4a628" }, { - "reference" : "PractitionerRole/1716965606277846000.0f708c16-acaa-4120-914e-deb0ab03c36d" + "reference": "PractitionerRole/1732567199201989000.29a2fca8-f40b-491d-8e22-8db2330d4bfc" } ], - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "code" : "COM" - } - ] - } + "valueString": "SYN-S", + "interpretation": [ + { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70078" + } + ], + "version": "2.5.1", + "code": "S", + "display": "Susceptible. Indicates for microbiology susceptibilities only." + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "S", + "display": "S" + } + ] + } + ] } }, { - "fullUrl" : "Organization/1716965606277693000.d68747c3-ac7b-45eb-af9f-e6cfe1687b24", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606277693000.d68747c3-ac7b-45eb-af9f-e6cfe1687b24", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", - "valueCodeableConcept" : { - "coding" : [ + "fullUrl": "Organization/1732567199201851000.4a84e947-9cf8-4e47-927a-487ed6b4a628", + "resource": { + "resourceType": "Organization", + "id": "1732567199201851000.4a84e947-9cf8-4e47-927a-487ed6b4a628", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LB" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LB" } ], - "code" : "RML", - "display" : "TMCA, SOUTH CAMPUS" + "code": "MCOE", + "display": "ROSE MEDICAL CENTER (MCOE)" } ] } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBX.15" + } + ], + "identifier": [ + { + "system": "LB", + "value": "MCOE" } ], - "identifier" : [ + "name": "ROSE MEDICAL CENTER (MCOE)" + } + }, + { + "fullUrl": "Location/1732567199202165000.e44d7fed-55be-4e12-9ebb-b360cebe1af0", + "resource": { + "resourceType": "Location", + "id": "1732567199202165000.e44d7fed-55be-4e12-9ebb-b360cebe1af0", + "extension": [ { - "system" : "LB", - "value" : "RML" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ], - "name" : "TMCA, SOUTH CAMPUS" + "name": "ROSE MEDICAL CENTER ", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" + } + ] + } } }, { - "fullUrl" : "Practitioner/1716965606278533000.97d9dac8-f9d8-4a59-aa6e-4595c3666f8d", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606278533000.97d9dac8-f9d8-4a59-aa6e-4595c3666f8d", - "extension" : [ + "fullUrl": "Practitioner/1732567199202803000.d533a949-441e-4b2f-b1d5-2206be092dd8", + "resource": { + "resourceType": "Practitioner", + "id": "1732567199202803000.d533a949-441e-4b2f-b1d5-2206be092dd8", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "RML" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "GREGORY" - }, + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ { - "url" : "XCN.4", - "valueString" : "R" + "url": "XCN.3", + "valueString": "Shalini" }, { - "url" : "XCN.21", - "valueString" : "MD" + "url": "XCN.21", + "valueString": "MD" }, { - "url" : "XCN.10", - "valueString" : "L" + "url": "XCN.10", + "valueString": "L" } ] } ], - "identifier" : [ + "identifier": [ { - "type" : { - "coding" : [ + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference": { + "reference": "Location/1732567199202165000.e44d7fed-55be-4e12-9ebb-b360cebe1af0" + } + } + ], + "type": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true } ], - "code" : "FI" + "code": "FI" } ] }, - "system" : "RML", - "value" : "1740336429" + "system": "RML", + "value": "1033122247" } ], - "name" : [ + "name": [ { - "use" : "official", - "family" : "KOTNIS", - "given" : [ - "GREGORY", - "R" + "use": "official", + "family": "Chahal", + "given": [ + "Shalini" ], - "prefix" : [ - "DR." + "prefix": [ + "Dr." ], - "suffix" : [ + "suffix": [ "MD" ] } @@ -12236,136 +13270,95 @@ } }, { - "fullUrl" : "Organization/1716965606279684000.f8ce196d-1f18-433f-bf82-6e3b35c1efc3", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606279684000.f8ce196d-1f18-433f-bf82-6e3b35c1efc3", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ + "fullUrl": "Organization/1732567199203634000.5e2c74a5-a91d-4cb3-aece-9439026760fd", + "resource": { + "resourceType": "Organization", + "id": "1732567199203634000.5e2c74a5-a91d-4cb3-aece-9439026760fd", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" } ], - "coding" : [ + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "L" + "code": "L" } ] } } ], - "code" : "L" + "code": "L" } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ - { - "url" : "XON.10", - "valueString" : "06D0055551" - } - ] - } - ], - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" - } - ] - }, - "value" : "06D0055551" } ], - "name" : "TMCA, SOUTH CAMPUS", - "address" : [ + "name": "ROSE MEDICAL CENTER (MCOE)", + "address": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" + "url": "SAD.1", + "valueString": "4567 E. NINTH AVENUE" } ] }, { - "url" : "XAD.7", - "valueCode" : "B" + "url": "XAD.7", + "valueCode": "B" } ] } ], - "use" : "work", - "line" : [ - "1501 S. POTOMAC" + "use": "work", + "line": [ + "4567 E. NINTH AVENUE" ], - "city" : "AURORA", - "district" : "S", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" + "city": "DENVER", + "district": "S", + "state": "IG", + "postalCode": "80220", + "country": "USA" } ] } }, { - "fullUrl" : "PractitionerRole/1716965606277846000.0f708c16-acaa-4120-914e-deb0ab03c36d", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1716965606277846000.0f708c16-acaa-4120-914e-deb0ab03c36d", - "practitioner" : { - "reference" : "Practitioner/1716965606278533000.97d9dac8-f9d8-4a59-aa6e-4595c3666f8d" + "fullUrl": "PractitionerRole/1732567199201989000.29a2fca8-f40b-491d-8e22-8db2330d4bfc", + "resource": { + "resourceType": "PractitionerRole", + "id": "1732567199201989000.29a2fca8-f40b-491d-8e22-8db2330d4bfc", + "practitioner": { + "reference": "Practitioner/1732567199202803000.d533a949-441e-4b2f-b1d5-2206be092dd8" }, - "organization" : { - "reference" : "Organization/1716965606279684000.f8ce196d-1f18-433f-bf82-6e3b35c1efc3" + "organization": { + "reference": "Organization/1732567199203634000.5e2c74a5-a91d-4cb3-aece-9439026760fd" }, - "code" : [ + "code": [ { - "coding" : [ + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" + "system": "http://terminology.hl7.org/CodeSystem/v2-0912", + "code": "MDIR" } ] } @@ -12373,211 +13366,333 @@ } }, { - "fullUrl" : "Observation/1716965606281118000.4fa78b52-80f5-4a79-945e-7914c6fa3e0a", - "resource" : { - "resourceType" : "Observation", - "id" : "1716965606281118000.4fa78b52-80f5-4a79-945e-7914c6fa3e0a", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1.1" + "fullUrl": "Observation/1732567199205607000.da0c61c1-eede-4f6d-a884-8780b69fc92d", + "resource": { + "resourceType": "Observation", + "id": "1732567199205607000.da0c61c1-eede-4f6d-a884-8780b69fc92d", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2021-08-05T01:38:00-06:00", - "_valueDateTime" : { - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime": "2028-08-07T16:36:01-06:00", + "_valueDateTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210805013800-0600" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20280807163601-0600" } ] } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-5-value-sn", + "extension": [ + { + "url": "SN.1", + "valueString": "\u003d" + }, + { + "url": "SN.2", + "valueString": "2" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ + { + "url": "OBX.2", + "valueId": "SN" + }, { - "url" : "OBX.2", - "valueId" : "ST" + "url": "OBX.6", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "UCUM" + } + ], + "system": "http://unitsofmeasure.org", + "version": "2.40", + "code": "ug/mL", + "display": "MicroGrams Per MilliLiter [Mass Concentration Units]" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "ug/mL", + "display": "ug/mL" + } + ] + } }, { - "url" : "OBX.11", - "valueString" : "F" + "url": "OBX.11", + "valueString": "P" } ] } ], - "status" : "final", - "code" : { - "coding" : [ + "status": "preliminary", + "code": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" } ], - "system" : "http://loinc.org", - "version" : "2.40", - "code" : "77202-0", - "display" : "Laboratory comment [Text] in Report Narrative" + "system": "http://loinc.org", + "version": "2.40", + "code": "29254-0", + "display": "Linezolid [Susceptibility] by Minimum inhibitory concentration (MIC)" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "VERGPCOM", - "display" : "COMMENT" + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "LZD", + "display": "LINEZOLID" } ] }, - "subject" : { - "reference" : "Patient/1716965606097981000.a9e583b2-8233-4a28-b882-d0a7d74c0b8e" + "subject": { + "reference": "Patient/1732567199025839000.d11ba4b4-e7a2-49d8-8e83-76b149257553" + }, + "encounter": { + "reference": "Encounter/1732567199044714000.5e1e8a9d-e832-4413-917e-61b306176c3c" }, - "encounter" : { - "reference" : "Encounter/1716965606112940000.37c8abef-ba3d-4cf0-9290-84f8d7f8d47f" + "effectiveDateTime": "2028-08-07T16:36:01-06:00", + "_effectiveDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20280807163601-0600" + } + ] }, - "performer" : [ + "performer": [ { - "reference" : "Organization/1716965606281480000.fda52230-b445-40de-a00c-6f88b8daaf68" + "reference": "Organization/1732567199205919000.eef0b9d3-0049-42b9-a5e2-e3753fd6520e" }, { - "reference" : "PractitionerRole/1716965606281621000.abc446d9-7fc0-4108-a3f0-911133a6ab01" + "reference": "PractitionerRole/1732567199206056000.d45c2caf-df5d-42ad-9691-a1cc8b1c5567" } ], - "valueString" : "This is a rapid molecular assay that simultaneously detects" + "interpretation": [ + { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70078" + } + ], + "version": "2.5.1", + "code": "S", + "display": "Susceptible. Indicates for microbiology susceptibilities only." + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "S", + "display": "S" + } + ] + } + ] } }, { - "fullUrl" : "Organization/1716965606281480000.fda52230-b445-40de-a00c-6f88b8daaf68", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606281480000.fda52230-b445-40de-a00c-6f88b8daaf68", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", - "valueCodeableConcept" : { - "coding" : [ + "fullUrl": "Organization/1732567199205919000.eef0b9d3-0049-42b9-a5e2-e3753fd6520e", + "resource": { + "resourceType": "Organization", + "id": "1732567199205919000.eef0b9d3-0049-42b9-a5e2-e3753fd6520e", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LB" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LB" } ], - "code" : "RML", - "display" : "TMCA, SOUTH CAMPUS" + "code": "MCOE", + "display": "ROSE MEDICAL CENTER (MCOE)" } ] } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBX.15" + } + ], + "identifier": [ + { + "system": "LB", + "value": "MCOE" } ], - "identifier" : [ + "name": "ROSE MEDICAL CENTER (MCOE)" + } + }, + { + "fullUrl": "Location/1732567199206244000.32d53286-2793-456b-8fe7-0135add7e293", + "resource": { + "resourceType": "Location", + "id": "1732567199206244000.32d53286-2793-456b-8fe7-0135add7e293", + "extension": [ { - "system" : "LB", - "value" : "RML" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ], - "name" : "TMCA, SOUTH CAMPUS" + "name": "ROSE MEDICAL CENTER ", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" + } + ] + } } }, { - "fullUrl" : "Practitioner/1716965606282300000.caf3586b-6431-45d1-b2df-552068e55da7", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606282300000.caf3586b-6431-45d1-b2df-552068e55da7", - "extension" : [ + "fullUrl": "Practitioner/1732567199206893000.bfe9fe4e-48aa-488f-8a3d-36f53416d846", + "resource": { + "resourceType": "Practitioner", + "id": "1732567199206893000.bfe9fe4e-48aa-488f-8a3d-36f53416d846", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "RML" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ { - "url" : "XCN.3", - "valueString" : "GREGORY" + "url": "XCN.3", + "valueString": "Shalini" }, { - "url" : "XCN.4", - "valueString" : "R" + "url": "XCN.21", + "valueString": "MD" }, { - "url" : "XCN.21", - "valueString" : "MD" - }, - { - "url" : "XCN.10", - "valueString" : "L" + "url": "XCN.10", + "valueString": "L" } ] } ], - "identifier" : [ + "identifier": [ { - "type" : { - "coding" : [ + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference": { + "reference": "Location/1732567199206244000.32d53286-2793-456b-8fe7-0135add7e293" + } + } + ], + "type": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true } ], - "code" : "FI" + "code": "FI" } ] }, - "system" : "RML", - "value" : "1740336429" + "system": "RML", + "value": "1033122247" } ], - "name" : [ + "name": [ { - "use" : "official", - "family" : "KOTNIS", - "given" : [ - "GREGORY", - "R" + "use": "official", + "family": "Chahal", + "given": [ + "Shalini" ], - "prefix" : [ - "DR." + "prefix": [ + "Dr." ], - "suffix" : [ + "suffix": [ "MD" ] } @@ -12585,136 +13700,95 @@ } }, { - "fullUrl" : "Organization/1716965606283456000.a00aafa2-1301-43e0-8287-3162d8318f8c", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606283456000.a00aafa2-1301-43e0-8287-3162d8318f8c", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ + "fullUrl": "Organization/1732567199207765000.01258fae-b7b0-40d0-a39a-73e55b16aae9", + "resource": { + "resourceType": "Organization", + "id": "1732567199207765000.01258fae-b7b0-40d0-a39a-73e55b16aae9", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" } ], - "coding" : [ + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "L" + "code": "L" } ] } } ], - "code" : "L" + "code": "L" } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ - { - "url" : "XON.10", - "valueString" : "06D0055551" - } - ] - } - ], - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" - } - ] - }, - "value" : "06D0055551" } ], - "name" : "TMCA, SOUTH CAMPUS", - "address" : [ + "name": "ROSE MEDICAL CENTER (MCOE)", + "address": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" + "url": "SAD.1", + "valueString": "4567 E. NINTH AVENUE" } ] }, { - "url" : "XAD.7", - "valueCode" : "B" + "url": "XAD.7", + "valueCode": "B" } ] } ], - "use" : "work", - "line" : [ - "1501 S. POTOMAC" + "use": "work", + "line": [ + "4567 E. NINTH AVENUE" ], - "city" : "AURORA", - "district" : "MD", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" + "city": "DENVER", + "district": "S", + "state": "IG", + "postalCode": "80220", + "country": "USA" } ] } }, { - "fullUrl" : "PractitionerRole/1716965606281621000.abc446d9-7fc0-4108-a3f0-911133a6ab01", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1716965606281621000.abc446d9-7fc0-4108-a3f0-911133a6ab01", - "practitioner" : { - "reference" : "Practitioner/1716965606282300000.caf3586b-6431-45d1-b2df-552068e55da7" + "fullUrl": "PractitionerRole/1732567199206056000.d45c2caf-df5d-42ad-9691-a1cc8b1c5567", + "resource": { + "resourceType": "PractitionerRole", + "id": "1732567199206056000.d45c2caf-df5d-42ad-9691-a1cc8b1c5567", + "practitioner": { + "reference": "Practitioner/1732567199206893000.bfe9fe4e-48aa-488f-8a3d-36f53416d846" }, - "organization" : { - "reference" : "Organization/1716965606283456000.a00aafa2-1301-43e0-8287-3162d8318f8c" + "organization": { + "reference": "Organization/1732567199207765000.01258fae-b7b0-40d0-a39a-73e55b16aae9" }, - "code" : [ + "code": [ { - "coding" : [ + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" + "system": "http://terminology.hl7.org/CodeSystem/v2-0912", + "code": "MDIR" } ] } @@ -12722,211 +13796,321 @@ } }, { - "fullUrl" : "Observation/1716965606285144000.506b93c2-2238-4ee0-a7ff-c35d0ea7abe4", - "resource" : { - "resourceType" : "Observation", - "id" : "1716965606285144000.506b93c2-2238-4ee0-a7ff-c35d0ea7abe4", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1.1" + "fullUrl": "Observation/1732567199211107000.7231f3ff-1cf8-4db9-a452-f19059611bf2", + "resource": { + "resourceType": "Observation", + "id": "1732567199211107000.7231f3ff-1cf8-4db9-a452-f19059611bf2", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2021-08-05T01:38:00-06:00", - "_valueDateTime" : { - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime": "2028-08-07T16:36:01-06:00", + "_valueDateTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210805013800-0600" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20280807163601-0600" } ] } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ + { + "url": "OBX.2", + "valueId": "ST" + }, { - "url" : "OBX.2", - "valueId" : "ST" + "url": "OBX.6", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "UCUM" + } + ], + "system": "http://unitsofmeasure.org", + "version": "2.40", + "code": "ug/mL", + "display": "MicroGrams Per MilliLiter [Mass Concentration Units]" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "ug/mL", + "display": "ug/mL" + } + ] + } }, { - "url" : "OBX.11", - "valueString" : "F" + "url": "OBX.11", + "valueString": "P" } ] } ], - "status" : "final", - "code" : { - "coding" : [ + "status": "preliminary", + "code": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" } ], - "system" : "http://loinc.org", - "version" : "2.40", - "code" : "77202-0", - "display" : "Laboratory comment [Text] in Report Narrative" + "system": "http://loinc.org", + "version": "2.40", + "code": "6933-6", + "display": "Streptomycin.high potency [Susceptibility] by Minimum inhibitory concentration (MIC)" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "VERGPCOM", - "display" : "COMMENT" + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "STS", + "display": "STREPTOMYCIN SYNERGY SCREEN" } ] }, - "subject" : { - "reference" : "Patient/1716965606097981000.a9e583b2-8233-4a28-b882-d0a7d74c0b8e" + "subject": { + "reference": "Patient/1732567199025839000.d11ba4b4-e7a2-49d8-8e83-76b149257553" + }, + "encounter": { + "reference": "Encounter/1732567199044714000.5e1e8a9d-e832-4413-917e-61b306176c3c" }, - "encounter" : { - "reference" : "Encounter/1716965606112940000.37c8abef-ba3d-4cf0-9290-84f8d7f8d47f" + "effectiveDateTime": "2028-08-07T16:36:01-06:00", + "_effectiveDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20280807163601-0600" + } + ] }, - "performer" : [ + "performer": [ { - "reference" : "Organization/1716965606285489000.c3dde7c7-9b83-4228-bb4c-20a4df3da54d" + "reference": "Organization/1732567199211435000.241fa32a-7d73-4bba-8257-840a6247da06" }, { - "reference" : "PractitionerRole/1716965606285638000.95015fe3-e810-42ea-b090-2162d464d259" + "reference": "PractitionerRole/1732567199211572000.23956087-5a2a-4a3f-b8f9-70a46acb0154" } ], - "valueString" : "and identifies the following gram-positive organisms:" + "valueString": "SYN-S", + "interpretation": [ + { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70078" + } + ], + "version": "2.5.1", + "code": "S", + "display": "Susceptible. Indicates for microbiology susceptibilities only." + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "S", + "display": "S" + } + ] + } + ] } }, { - "fullUrl" : "Organization/1716965606285489000.c3dde7c7-9b83-4228-bb4c-20a4df3da54d", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606285489000.c3dde7c7-9b83-4228-bb4c-20a4df3da54d", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", - "valueCodeableConcept" : { - "coding" : [ + "fullUrl": "Organization/1732567199211435000.241fa32a-7d73-4bba-8257-840a6247da06", + "resource": { + "resourceType": "Organization", + "id": "1732567199211435000.241fa32a-7d73-4bba-8257-840a6247da06", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LB" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LB" } ], - "code" : "RML", - "display" : "TMCA, SOUTH CAMPUS" + "code": "MCOE", + "display": "ROSE MEDICAL CENTER (MCOE)" } ] } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBX.15" + } + ], + "identifier": [ + { + "system": "LB", + "value": "MCOE" } ], - "identifier" : [ + "name": "ROSE MEDICAL CENTER (MCOE)" + } + }, + { + "fullUrl": "Location/1732567199211763000.fec7de5d-93c2-4e2d-82b7-56c06397275c", + "resource": { + "resourceType": "Location", + "id": "1732567199211763000.fec7de5d-93c2-4e2d-82b7-56c06397275c", + "extension": [ { - "system" : "LB", - "value" : "RML" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ], - "name" : "TMCA, SOUTH CAMPUS" + "name": "ROSE MEDICAL CENTER ", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" + } + ] + } } }, { - "fullUrl" : "Practitioner/1716965606286344000.f21e33c5-c1cc-4189-9bd5-39c7170a34fe", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606286344000.f21e33c5-c1cc-4189-9bd5-39c7170a34fe", - "extension" : [ + "fullUrl": "Practitioner/1732567199212513000.c6e4ff80-e801-4bb9-bcd9-18a9d77236bb", + "resource": { + "resourceType": "Practitioner", + "id": "1732567199212513000.c6e4ff80-e801-4bb9-bcd9-18a9d77236bb", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "RML" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ { - "url" : "XCN.3", - "valueString" : "GREGORY" + "url": "XCN.3", + "valueString": "Shalini" }, { - "url" : "XCN.4", - "valueString" : "R" + "url": "XCN.21", + "valueString": "MD" }, { - "url" : "XCN.21", - "valueString" : "MD" - }, - { - "url" : "XCN.10", - "valueString" : "L" + "url": "XCN.10", + "valueString": "L" } ] } ], - "identifier" : [ + "identifier": [ { - "type" : { - "coding" : [ + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference": { + "reference": "Location/1732567199211763000.fec7de5d-93c2-4e2d-82b7-56c06397275c" + } + } + ], + "type": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true } ], - "code" : "FI" + "code": "FI" } ] }, - "system" : "RML", - "value" : "1740336429" + "system": "RML", + "value": "1033122247" } ], - "name" : [ + "name": [ { - "use" : "official", - "family" : "KOTNIS", - "given" : [ - "GREGORY", - "R" + "use": "official", + "family": "Chahal", + "given": [ + "Shalini" ], - "prefix" : [ - "DR." + "prefix": [ + "Dr." ], - "suffix" : [ + "suffix": [ "MD" ] } @@ -12934,136 +14118,95 @@ } }, { - "fullUrl" : "Organization/1716965606287644000.c3e2ac28-578c-4b70-958f-bc541a4a9c41", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606287644000.c3e2ac28-578c-4b70-958f-bc541a4a9c41", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ + "fullUrl": "Organization/1732567199213460000.5f2a2ae4-178f-4a7b-8a46-0ec02d28532a", + "resource": { + "resourceType": "Organization", + "id": "1732567199213460000.5f2a2ae4-178f-4a7b-8a46-0ec02d28532a", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" } ], - "coding" : [ + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "L" + "code": "L" } ] } } ], - "code" : "L" + "code": "L" } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ - { - "url" : "XON.10", - "valueString" : "06D0055551" - } - ] - } - ], - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" - } - ] - }, - "value" : "06D0055551" } ], - "name" : "TMCA, SOUTH CAMPUS", - "address" : [ + "name": "ROSE MEDICAL CENTER (MCOE)", + "address": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" + "url": "SAD.1", + "valueString": "4567 E. NINTH AVENUE" } ] }, { - "url" : "XAD.7", - "valueCode" : "B" + "url": "XAD.7", + "valueCode": "B" } ] } ], - "use" : "work", - "line" : [ - "1501 S. POTOMAC" + "use": "work", + "line": [ + "4567 E. NINTH AVENUE" ], - "city" : "AURORA", - "district" : "MD", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" + "city": "DENVER", + "district": "S", + "state": "IG", + "postalCode": "80220", + "country": "USA" } ] } }, { - "fullUrl" : "PractitionerRole/1716965606285638000.95015fe3-e810-42ea-b090-2162d464d259", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1716965606285638000.95015fe3-e810-42ea-b090-2162d464d259", - "practitioner" : { - "reference" : "Practitioner/1716965606286344000.f21e33c5-c1cc-4189-9bd5-39c7170a34fe" + "fullUrl": "PractitionerRole/1732567199211572000.23956087-5a2a-4a3f-b8f9-70a46acb0154", + "resource": { + "resourceType": "PractitionerRole", + "id": "1732567199211572000.23956087-5a2a-4a3f-b8f9-70a46acb0154", + "practitioner": { + "reference": "Practitioner/1732567199212513000.c6e4ff80-e801-4bb9-bcd9-18a9d77236bb" }, - "organization" : { - "reference" : "Organization/1716965606287644000.c3e2ac28-578c-4b70-958f-bc541a4a9c41" + "organization": { + "reference": "Organization/1732567199213460000.5f2a2ae4-178f-4a7b-8a46-0ec02d28532a" }, - "code" : [ + "code": [ { - "coding" : [ + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" + "system": "http://terminology.hl7.org/CodeSystem/v2-0912", + "code": "MDIR" } ] } @@ -13071,218 +14214,341 @@ } }, { - "fullUrl" : "Observation/1716965606289569000.d4949994-3ef8-4d78-b051-fc9f96e54358", - "resource" : { - "resourceType" : "Observation", - "id" : "1716965606289569000.d4949994-3ef8-4d78-b051-fc9f96e54358", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1.1" + "fullUrl": "Observation/1732567199215596000.2c9e9f7e-00f6-4758-9689-90b5a8193f09", + "resource": { + "resourceType": "Observation", + "id": "1732567199215596000.2c9e9f7e-00f6-4758-9689-90b5a8193f09", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2021-08-05T01:38:00-06:00", - "_valueDateTime" : { - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime": "2028-08-07T16:36:01-06:00", + "_valueDateTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210805013800-0600" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20280807163601-0600" } ] } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-5-value-sn", + "extension": [ + { + "url": "SN.1", + "valueString": "\u003e\u003d" + }, + { + "url": "SN.2", + "valueString": "32" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ { - "url" : "OBX.2", - "valueId" : "ST" + "url": "OBX.2", + "valueId": "SN" + }, + { + "url": "OBX.6", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "UCUM" + } + ], + "system": "http://unitsofmeasure.org", + "version": "2.40", + "code": "ug/mL", + "display": "MicroGrams Per MilliLiter [Mass Concentration Units]" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "ug/mL", + "display": "ug/mL" + } + ] + } }, { - "url" : "OBX.11", - "valueString" : "F" + "url": "OBX.11", + "valueString": "P" } ] } ], - "status" : "final", - "code" : { - "coding" : [ + "status": "preliminary", + "code": { + "coding": [ { - "extension" : [ + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/condition-code", + "valueCoding": { + "system": "SNOMEDCT", + "code": "406604002", + "display": "Infection caused by vancomycin intermediate Staphylococcus aureus (disorder)" + } } ], - "system" : "http://loinc.org", - "version" : "2.40", - "code" : "77202-0", - "display" : "Laboratory comment [Text] in Report Narrative" + "system": "http://loinc.org", + "version": "2.40", + "code": "19000-9", + "display": "Vancomycin [Susceptibility]" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "VERGPCOM", - "display" : "COMMENT" + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "VA", + "display": "VANCOMYCIN" } ] }, - "subject" : { - "reference" : "Patient/1716965606097981000.a9e583b2-8233-4a28-b882-d0a7d74c0b8e" + "subject": { + "reference": "Patient/1732567199025839000.d11ba4b4-e7a2-49d8-8e83-76b149257553" + }, + "encounter": { + "reference": "Encounter/1732567199044714000.5e1e8a9d-e832-4413-917e-61b306176c3c" }, - "encounter" : { - "reference" : "Encounter/1716965606112940000.37c8abef-ba3d-4cf0-9290-84f8d7f8d47f" + "effectiveDateTime": "2028-08-07T16:36:01-06:00", + "_effectiveDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20280807163601-0600" + } + ] }, - "performer" : [ + "performer": [ { - "reference" : "Organization/1716965606290045000.0952a5c3-5fd3-4ccc-b4b5-596747e1ea87" + "reference": "Organization/1732567199215940000.1f4c52f9-24dc-4f8e-b855-c791d3ef7b97" }, { - "reference" : "PractitionerRole/1716965606290194000.888cab0b-008e-4af8-a127-f8cdf4e6575d" + "reference": "PractitionerRole/1732567199216071000.2a9a624e-8d75-457d-9c72-dc01b7a64613" } ], - "dataAbsentReason" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/data-absent-reason", - "code" : "unknown" - } - ] - } + "interpretation": [ + { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70078" + } + ], + "version": "2.5.1", + "code": "R", + "display": "Resistant. Indicates for microbiology susceptibilities only." + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "R", + "display": "R" + } + ] + } + ] } }, { - "fullUrl" : "Organization/1716965606290045000.0952a5c3-5fd3-4ccc-b4b5-596747e1ea87", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606290045000.0952a5c3-5fd3-4ccc-b4b5-596747e1ea87", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", - "valueCodeableConcept" : { - "coding" : [ + "fullUrl": "Organization/1732567199215940000.1f4c52f9-24dc-4f8e-b855-c791d3ef7b97", + "resource": { + "resourceType": "Organization", + "id": "1732567199215940000.1f4c52f9-24dc-4f8e-b855-c791d3ef7b97", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LB" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LB" } ], - "code" : "RML", - "display" : "TMCA, SOUTH CAMPUS" + "code": "MCOE", + "display": "ROSE MEDICAL CENTER (MCOE)" } ] } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBX.15" } ], - "identifier" : [ + "identifier": [ { - "system" : "LB", - "value" : "RML" + "system": "LB", + "value": "MCOE" } ], - "name" : "TMCA, SOUTH CAMPUS" + "name": "ROSE MEDICAL CENTER (MCOE)" } }, { - "fullUrl" : "Practitioner/1716965606291126000.4f56c19e-4f68-4ce4-93c7-27812f99ad84", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606291126000.4f56c19e-4f68-4ce4-93c7-27812f99ad84", - "extension" : [ + "fullUrl": "Location/1732567199216259000.e5aed2cf-19f1-47dd-9753-5a6c50f4431f", + "resource": { + "resourceType": "Location", + "id": "1732567199216259000.e5aed2cf-19f1-47dd-9753-5a6c50f4431f", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ], + "name": "ROSE MEDICAL CENTER ", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" + } + ] + } + } + }, + { + "fullUrl": "Practitioner/1732567199216933000.55cee4f8-86dd-4d1e-829b-03cab230813f", + "resource": { + "resourceType": "Practitioner", + "id": "1732567199216933000.55cee4f8-86dd-4d1e-829b-03cab230813f", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "RML" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "GREGORY" - }, + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ { - "url" : "XCN.4", - "valueString" : "R" + "url": "XCN.3", + "valueString": "Shalini" }, { - "url" : "XCN.21", - "valueString" : "MD" + "url": "XCN.21", + "valueString": "MD" }, { - "url" : "XCN.10", - "valueString" : "L" + "url": "XCN.10", + "valueString": "L" } ] } ], - "identifier" : [ + "identifier": [ { - "type" : { - "coding" : [ + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference": { + "reference": "Location/1732567199216259000.e5aed2cf-19f1-47dd-9753-5a6c50f4431f" + } + } + ], + "type": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true } ], - "code" : "FI" + "code": "FI" } ] }, - "system" : "RML", - "value" : "1740336429" + "system": "RML", + "value": "1033122247" } ], - "name" : [ + "name": [ { - "use" : "official", - "family" : "KOTNIS", - "given" : [ - "GREGORY", - "R" + "use": "official", + "family": "Chahal", + "given": [ + "Shalini" ], - "prefix" : [ - "DR." + "prefix": [ + "Dr." ], - "suffix" : [ + "suffix": [ "MD" ] } @@ -13290,136 +14556,95 @@ } }, { - "fullUrl" : "Organization/1716965606292351000.0c1d323c-57ca-42ba-a27c-202c2b7b61f2", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606292351000.0c1d323c-57ca-42ba-a27c-202c2b7b61f2", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ + "fullUrl": "Organization/1732567199217818000.b7710604-167f-4784-aad5-9d2b73d1a6ca", + "resource": { + "resourceType": "Organization", + "id": "1732567199217818000.b7710604-167f-4784-aad5-9d2b73d1a6ca", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" } ], - "coding" : [ + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "L" + "code": "L" } ] } } ], - "code" : "L" + "code": "L" } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ - { - "url" : "XON.10", - "valueString" : "06D0055551" - } - ] - } - ], - "identifier" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" - } - ] - }, - "value" : "06D0055551" } ], - "name" : "TMCA, SOUTH CAMPUS", - "address" : [ + "name": "ROSE MEDICAL CENTER (MCOE)", + "address": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" + "url": "SAD.1", + "valueString": "4567 E. NINTH AVENUE" } ] }, { - "url" : "XAD.7", - "valueCode" : "B" + "url": "XAD.7", + "valueCode": "B" } ] } ], - "use" : "work", - "line" : [ - "1501 S. POTOMAC" + "use": "work", + "line": [ + "4567 E. NINTH AVENUE" ], - "city" : "AURORA", - "district" : "MD", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" + "city": "DENVER", + "district": "R", + "state": "IG", + "postalCode": "80220", + "country": "USA" } ] } }, { - "fullUrl" : "PractitionerRole/1716965606290194000.888cab0b-008e-4af8-a127-f8cdf4e6575d", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1716965606290194000.888cab0b-008e-4af8-a127-f8cdf4e6575d", - "practitioner" : { - "reference" : "Practitioner/1716965606291126000.4f56c19e-4f68-4ce4-93c7-27812f99ad84" + "fullUrl": "PractitionerRole/1732567199216071000.2a9a624e-8d75-457d-9c72-dc01b7a64613", + "resource": { + "resourceType": "PractitionerRole", + "id": "1732567199216071000.2a9a624e-8d75-457d-9c72-dc01b7a64613", + "practitioner": { + "reference": "Practitioner/1732567199216933000.55cee4f8-86dd-4d1e-829b-03cab230813f" }, - "organization" : { - "reference" : "Organization/1716965606292351000.0c1d323c-57ca-42ba-a27c-202c2b7b61f2" + "organization": { + "reference": "Organization/1732567199217818000.b7710604-167f-4784-aad5-9d2b73d1a6ca" }, - "code" : [ + "code": [ { - "coding" : [ + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" + "system": "http://terminology.hl7.org/CodeSystem/v2-0912", + "code": "MDIR" } ] } @@ -13427,1956 +14652,2386 @@ } }, { - "fullUrl" : "Observation/1716965606294001000.0d1a3666-a003-4348-94c4-cf454472ab0c", - "resource" : { - "resourceType" : "Observation", - "id" : "1716965606294001000.0d1a3666-a003-4348-94c4-cf454472ab0c", - "extension" : [ + "fullUrl": "Specimen/1732567199228980000.9129841c-20d4-4d5b-9b9c-ccfde96355cd", + "resource": { + "resourceType": "Specimen", + "id": "1732567199228980000.9129841c-20d4-4d5b-9b9c-ccfde96355cd", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", + "valueString": "OBR" + } + ], + "collection": { + "collector": { + "reference": "Practitioner/1732567199229903000.9c265f53-a107-4253-99d9-d6691307ef46" + }, + "collectedPeriod": { + "start": "2028-08-02T02:52:01-06:00", + "_start": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20280802025201-0600" + } + ] + }, + "end": "2028-08-02T02:52:01-06:00", + "_end": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20280802025201-0600" + } + ] + } + } + } + } + }, + { + "fullUrl": "Practitioner/1732567199229903000.9c265f53-a107-4253-99d9-d6691307ef46", + "resource": { + "resourceType": "Practitioner", + "id": "1732567199229903000.9c265f53-a107-4253-99d9-d6691307ef46", + "identifier": [ + { + "value": "ER" + } + ] + } + }, + { + "fullUrl": "Specimen/1732567199230364000.019f09a8-e3c0-4191-bfcf-bb02082f7994", + "resource": { + "resourceType": "Specimen", + "id": "1732567199230364000.019f09a8-e3c0-4191-bfcf-bb02082f7994", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", + "valueString": "OBR" + } + ], + "collection": { + "collector": { + "reference": "Practitioner/1732567199231192000.d9b89aa6-ad1d-469c-a65e-d9fda9bd55dc" + }, + "collectedPeriod": { + "start": "2028-08-02T02:52:01-06:00", + "_start": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20280802025201-0600" + } + ] + }, + "end": "2028-08-02T02:52:01-06:00", + "_end": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20280802025201-0600" + } + ] + } + } + } + } + }, + { + "fullUrl": "Practitioner/1732567199231192000.d9b89aa6-ad1d-469c-a65e-d9fda9bd55dc", + "resource": { + "resourceType": "Practitioner", + "id": "1732567199231192000.d9b89aa6-ad1d-469c-a65e-d9fda9bd55dc", + "identifier": [ + { + "value": "ER" + } + ] + } + }, + { + "fullUrl": "Specimen/1732567199231598000.d8e9a99e-5905-498e-a737-a763a55f939a", + "resource": { + "resourceType": "Specimen", + "id": "1732567199231598000.d8e9a99e-5905-498e-a737-a763a55f939a", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", + "valueString": "OBR" + } + ], + "collection": { + "collector": { + "reference": "Practitioner/1732567199232430000.bfc3b91a-67f6-447a-8fc5-cb862ebd1e12" + }, + "collectedPeriod": { + "start": "2028-08-02T02:52:01-06:00", + "_start": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20280802025201-0600" + } + ] + }, + "end": "2028-08-02T02:52:01-06:00", + "_end": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20280802025201-0600" + } + ] + } + } + } + } + }, + { + "fullUrl": "Practitioner/1732567199232430000.bfc3b91a-67f6-447a-8fc5-cb862ebd1e12", + "resource": { + "resourceType": "Practitioner", + "id": "1732567199232430000.bfc3b91a-67f6-447a-8fc5-cb862ebd1e12", + "identifier": [ + { + "value": "ER" + } + ] + } + }, + { + "fullUrl": "Specimen/1732567199232902000.7aa259f0-f0b6-4442-9c8e-3e6a3e9bfc15", + "resource": { + "resourceType": "Specimen", + "id": "1732567199232902000.7aa259f0-f0b6-4442-9c8e-3e6a3e9bfc15", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", + "valueString": "OBR" + } + ], + "collection": { + "collector": { + "reference": "Practitioner/1732567199233824000.55eaccec-7cc3-4529-8155-22c64ebdf726" + }, + "collectedPeriod": { + "start": "2028-08-07T16:36:01-06:00", + "_start": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20280807163601-0600" + } + ] + }, + "end": "2028-08-07T16:36:01-06:00", + "_end": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20280807163601-0600" + } + ] + } + } + } + } + }, + { + "fullUrl": "Practitioner/1732567199233824000.55eaccec-7cc3-4529-8155-22c64ebdf726", + "resource": { + "resourceType": "Practitioner", + "id": "1732567199233824000.55eaccec-7cc3-4529-8155-22c64ebdf726", + "identifier": [ + { + "value": "ER" + } + ] + } + }, + { + "fullUrl": "Specimen/1732567199234286000.149b36f1-3353-448f-bade-e0b95e7922fa", + "resource": { + "resourceType": "Specimen", + "id": "1732567199234286000.149b36f1-3353-448f-bade-e0b95e7922fa", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", + "valueString": "OBR" + } + ], + "collection": { + "collector": { + "reference": "Practitioner/1732567199235168000.3e1e4a01-7a48-4864-8e4c-e061a237ec53" + }, + "collectedPeriod": { + "start": "2028-08-07T16:36:01-06:00", + "_start": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20280807163601-0600" + } + ] + }, + "end": "2028-08-07T16:36:01-06:00", + "_end": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20280807163601-0600" + } + ] + } + } + } + } + }, + { + "fullUrl": "Practitioner/1732567199235168000.3e1e4a01-7a48-4864-8e4c-e061a237ec53", + "resource": { + "resourceType": "Practitioner", + "id": "1732567199235168000.3e1e4a01-7a48-4864-8e4c-e061a237ec53", + "identifier": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1.1" + "value": "ER" + } + ] + } + }, + { + "fullUrl": "Specimen/1732567199238263000.db55ca11-4df0-4cce-bee6-16839c06583a", + "resource": { + "resourceType": "Specimen", + "id": "1732567199238263000.db55ca11-4df0-4cce-bee6-16839c06583a", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", + "valueString": "SPM" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2021-08-05T01:38:00-06:00", - "_valueDateTime" : { - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/spm-specimen", + "extension": [ + { + "url": "SPM.26", + "valueString": "1" + } + ] + } + ], + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/filler-assigned-identifier", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", + "valueString": "M12776123" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "ISO" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", + "valueString": "SPM.2.1" + } + ], + "type": { + "coding": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210805013800-0600" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "PGN" } ] - } + }, + "value": "09339017" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "ISO" + }, { - "url" : "OBX.2", - "valueId" : "ST" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/placer-assigned-identifier", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", + "valueString": "09339017" + } + ] }, { - "url" : "OBX.11", - "valueString" : "F" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", + "valueString": "SPM.2.2" } - ] + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "FGN" + } + ] + }, + "value": "M12776123" } ], - "status" : "final", - "code" : { - "coding" : [ + "type": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "SCT" } ], - "system" : "http://loinc.org", - "version" : "2.40", - "code" : "77202-0", - "display" : "Laboratory comment [Text] in Report Narrative" + "system": "http://snomed.info/sct", + "version": "07/31/2012", + "code": "119297000", + "display": "Blood specimen" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "VERGPCOM", - "display" : "COMMENT" + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "BLD", + "display": "BLOOD" } ] }, - "subject" : { - "reference" : "Patient/1716965606097981000.a9e583b2-8233-4a28-b882-d0a7d74c0b8e" - }, - "encounter" : { - "reference" : "Encounter/1716965606112940000.37c8abef-ba3d-4cf0-9290-84f8d7f8d47f" + "receivedTime": "2021-08-04T00:18:00-06:00", + "_receivedTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20210804001800-0600" + } + ] }, - "performer" : [ - { - "reference" : "Organization/1716965606294366000.dc122221-0d2f-4b23-ae65-69b022694180" - }, - { - "reference" : "PractitionerRole/1716965606294642000.b7368f29-ed17-4d16-9972-e83bdc784ced" - } - ], - "valueString" : "Staphylococcus spp. Streptococcus pyogenes" - } - }, - { - "fullUrl" : "Organization/1716965606294366000.dc122221-0d2f-4b23-ae65-69b022694180", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606294366000.dc122221-0d2f-4b23-ae65-69b022694180", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", - "valueCodeableConcept" : { - "coding" : [ + "collection": { + "collectedPeriod": { + "start": "2028-08-02T02:52:01-06:00", + "_start": { + "extension": [ { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LB" - } - ], - "code" : "RML", - "display" : "TMCA, SOUTH CAMPUS" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20280802025201-0600" + } + ] + }, + "end": "2028-08-02T02:52:01-06:00", + "_end": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20280802025201-0600" } ] } }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } - ], - "identifier" : [ - { - "system" : "LB", - "value" : "RML" - } - ], - "name" : "TMCA, SOUTH CAMPUS" - } - }, - { - "fullUrl" : "Practitioner/1716965606295513000.ece5c5a2-2b30-4c42-b1e4-f9c8495a84b0", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606295513000.ece5c5a2-2b30-4c42-b1e4-f9c8495a84b0", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "GREGORY" - }, + "bodySite": { + "coding": [ { - "url" : "XCN.4", - "valueString" : "R" - }, - { - "url" : "XCN.21", - "valueString" : "MD" + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "code": "RA", + "display": "RIGHT ARM" }, { - "url" : "XCN.10", - "valueString" : "L" + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + } + ], + "code": "5.67" } ] } - ], - "identifier" : [ + }, + "container": [ { - "type" : { - "coding" : [ + "type": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "FI" + "display": "BACTEC AEROBIC PLUS" } ] - }, - "system" : "RML", - "value" : "1740336429" + } } ], - "name" : [ + "note": [ { - "use" : "official", - "family" : "KOTNIS", - "given" : [ - "GREGORY", - "R" - ], - "prefix" : [ - "DR." + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "SPM.14" + } ], - "suffix" : [ - "MD" - ] + "text": "RA" } ] } }, { - "fullUrl" : "Organization/1716965606296792000.36ca34c9-1b1e-40de-beb8-205007ea1f1f", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606296792000.36ca34c9-1b1e-40de-beb8-205007ea1f1f", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ], - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } - ], - "code" : "L" - } - ] - } - } - ], - "code" : "L" - } + "fullUrl": "Specimen/1732567199240616000.a916150d-c1d3-4d7d-a92b-c1ee9b43cc8e", + "resource": { + "resourceType": "Specimen", + "id": "1732567199240616000.a916150d-c1d3-4d7d-a92b-c1ee9b43cc8e", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", + "valueString": "SPM" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/spm-specimen", + "extension": [ { - "url" : "XON.10", - "valueString" : "06D0055551" + "url": "SPM.26", + "valueString": "3.0" } ] } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" - }, + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/filler-assigned-identifier", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", + "valueString": "M12776123" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "ISO" } ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", + "valueString": "SPM.2.1" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "PGN" } ] }, - "value" : "06D0055551" - } - ], - "name" : "TMCA, SOUTH CAMPUS", - "address" : [ + "value": "09339017" + }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" - } - ] - }, + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "ISO" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/placer-assigned-identifier", + "extension": [ { - "url" : "XAD.7", - "valueCode" : "B" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", + "valueString": "09339017" } ] - } - ], - "use" : "work", - "line" : [ - "1501 S. POTOMAC" - ], - "city" : "AURORA", - "district" : "MD", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" - } - ] - } - }, - { - "fullUrl" : "PractitionerRole/1716965606294642000.b7368f29-ed17-4d16-9972-e83bdc784ced", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1716965606294642000.b7368f29-ed17-4d16-9972-e83bdc784ced", - "practitioner" : { - "reference" : "Practitioner/1716965606295513000.ece5c5a2-2b30-4c42-b1e4-f9c8495a84b0" - }, - "organization" : { - "reference" : "Organization/1716965606296792000.36ca34c9-1b1e-40de-beb8-205007ea1f1f" - }, - "code" : [ - { - "coding" : [ + }, { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", + "valueString": "SPM.2.2" } - ] - } - ] - } - }, - { - "fullUrl" : "Observation/1716965606298749000.ad0fb0ad-1218-4e0a-b1a3-4f0f55082999", - "resource" : { - "resourceType" : "Observation", - "id" : "1716965606298749000.ad0fb0ad-1218-4e0a-b1a3-4f0f55082999", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1.1" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2021-08-05T01:38:00-06:00", - "_valueDateTime" : { - "extension" : [ + ], + "type": { + "coding": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210805013800-0600" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "FGN" } ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ - { - "url" : "OBX.2", - "valueId" : "ST" - }, - { - "url" : "OBX.11", - "valueString" : "F" - } - ] + }, + "value": "M12776123" } ], - "status" : "final", - "code" : { - "coding" : [ + "type": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "SCT" } ], - "system" : "http://loinc.org", - "version" : "2.40", - "code" : "77202-0", - "display" : "Laboratory comment [Text] in Report Narrative" + "system": "http://snomed.info/sct", + "version": "07/31/2012", + "code": "119297000", + "display": "Blood specimen" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "VERGPCOM", - "display" : "COMMENT" + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "BLD", + "display": "BLOOD" } ] }, - "subject" : { - "reference" : "Patient/1716965606097981000.a9e583b2-8233-4a28-b882-d0a7d74c0b8e" - }, - "encounter" : { - "reference" : "Encounter/1716965606112940000.37c8abef-ba3d-4cf0-9290-84f8d7f8d47f" + "receivedTime": "2021-08-04T00:18:00-06:00", + "_receivedTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20210804001800-0600" + } + ] }, - "performer" : [ - { - "reference" : "Organization/1716965606299101000.c09b925f-ddfd-40fb-ba8a-79897eada1a4" + "collection": { + "collectedPeriod": { + "start": "2028-08-02T02:52:01-06:00", + "_start": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20280802025201-0600" + } + ] + }, + "end": "2028-08-02T02:52:01-06:00", + "_end": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20280802025201-0600" + } + ] + } }, - { - "reference" : "PractitionerRole/1716965606299250000.711d6193-4698-4292-af0e-035704251dfe" + "bodySite": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "code": "RA", + "display": "RIGHT ARM" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + } + ], + "code": "5.67" + } + ] } - ], - "valueString" : "Staphylococcus aureus Streptococcus agalactiae" - } - }, - { - "fullUrl" : "Organization/1716965606299101000.c09b925f-ddfd-40fb-ba8a-79897eada1a4", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606299101000.c09b925f-ddfd-40fb-ba8a-79897eada1a4", - "extension" : [ + }, + "container": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", - "valueCodeableConcept" : { - "coding" : [ + "type": { + "coding": [ { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LB" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "RML", - "display" : "TMCA, SOUTH CAMPUS" + "display": "BACTEC BLOOD CULTURE BOTTLES" } ] } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" } ], - "identifier" : [ + "note": [ { - "system" : "LB", - "value" : "RML" + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "SPM.14" + } + ], + "text": "RA" } - ], - "name" : "TMCA, SOUTH CAMPUS" + ] } }, { - "fullUrl" : "Practitioner/1716965606300191000.d6088c34-c887-4f8f-8592-2e3341b7d042", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606300191000.d6088c34-c887-4f8f-8592-2e3341b7d042", - "extension" : [ + "fullUrl": "Specimen/1732567199242870000.81842cd8-5775-4fc6-b5c2-b353231c881b", + "resource": { + "resourceType": "Specimen", + "id": "1732567199242870000.81842cd8-5775-4fc6-b5c2-b353231c881b", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", + "valueString": "SPM" + } + ], + "identifier": [ + { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/filler-assigned-identifier", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", + "valueString": "M12776123" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "ISO" + } + ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", + "valueString": "SPM.2.1" } - ] + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "PGN" + } + ] + }, + "value": "09339017" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "GREGORY" - }, + "extension": [ { - "url" : "XCN.4", - "valueString" : "R" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "ISO" }, { - "url" : "XCN.21", - "valueString" : "MD" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/placer-assigned-identifier", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", + "valueString": "09339017" + } + ] }, { - "url" : "XCN.10", - "valueString" : "L" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", + "valueString": "SPM.2.2" } - ] + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "FGN" + } + ] + }, + "value": "M12776123" } ], - "identifier" : [ - { - "type" : { - "coding" : [ + "type": { + "coding": [ + { + "extension": [ { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "FI" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "SCT" + } + ], + "system": "http://snomed.info/sct", + "version": "07/31/2012", + "code": "119297000", + "display": "Blood specimen" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "BLD", + "display": "BLOOD" + } + ] + }, + "receivedTime": "2021-08-04T00:18:00-06:00", + "_receivedTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20210804001800-0600" + } + ] + }, + "collection": { + "collectedPeriod": { + "start": "2028-08-02T02:52:01-06:00", + "_start": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20280802025201-0600" } ] }, - "system" : "RML", - "value" : "1740336429" + "end": "2028-08-02T02:52:01-06:00", + "_end": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20280802025201-0600" + } + ] + } + }, + "bodySite": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "code": "RA", + "display": "RIGHT ARM" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + } + ], + "code": "5.67" + } + ] } - ], - "name" : [ + }, + "note": [ { - "use" : "official", - "family" : "KOTNIS", - "given" : [ - "GREGORY", - "R" - ], - "prefix" : [ - "DR." + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "SPM.14" + } ], - "suffix" : [ - "MD" - ] + "text": "RA" } ] } }, { - "fullUrl" : "Organization/1716965606301451000.8a75ee19-ef4d-4e68-a7d1-d890bec5f8d0", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606301451000.8a75ee19-ef4d-4e68-a7d1-d890bec5f8d0", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ], - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } - ], - "code" : "L" - } - ] - } - } - ], - "code" : "L" - } + "fullUrl": "Specimen/1732567199246837000.00095c08-1656-4163-ad56-d0d65b250a1f", + "resource": { + "resourceType": "Specimen", + "id": "1732567199246837000.00095c08-1656-4163-ad56-d0d65b250a1f", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", + "valueString": "SPM" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/spm-specimen", + "extension": [ { - "url" : "XON.10", - "valueString" : "06D0055551" + "url": "SPM.26", + "valueString": "3.0" } ] } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" - }, + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/filler-assigned-identifier", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", + "valueString": "M12776123" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "ISO" } ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", + "valueString": "SPM.2.1" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "PGN" } ] }, - "value" : "06D0055551" - } - ], - "name" : "TMCA, SOUTH CAMPUS", - "address" : [ + "value": "09339017" + }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" - } - ] - }, + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "ISO" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/placer-assigned-identifier", + "extension": [ { - "url" : "XAD.7", - "valueCode" : "B" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", + "valueString": "09339017" } ] - } - ], - "use" : "work", - "line" : [ - "1501 S. POTOMAC" - ], - "city" : "AURORA", - "district" : "MD", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" - } - ] - } - }, - { - "fullUrl" : "PractitionerRole/1716965606299250000.711d6193-4698-4292-af0e-035704251dfe", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1716965606299250000.711d6193-4698-4292-af0e-035704251dfe", - "practitioner" : { - "reference" : "Practitioner/1716965606300191000.d6088c34-c887-4f8f-8592-2e3341b7d042" - }, - "organization" : { - "reference" : "Organization/1716965606301451000.8a75ee19-ef4d-4e68-a7d1-d890bec5f8d0" - }, - "code" : [ - { - "coding" : [ + }, { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", + "valueString": "SPM.2.2" } - ] - } - ] - } - }, - { - "fullUrl" : "Observation/1716965606303287000.b444ba80-a933-4927-9c12-ced9331411ad", - "resource" : { - "resourceType" : "Observation", - "id" : "1716965606303287000.b444ba80-a933-4927-9c12-ced9331411ad", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1.1" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2021-08-05T01:38:00-06:00", - "_valueDateTime" : { - "extension" : [ + ], + "type": { + "coding": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210805013800-0600" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "FGN" } ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ - { - "url" : "OBX.2", - "valueId" : "ST" - }, - { - "url" : "OBX.11", - "valueString" : "F" - } - ] + }, + "value": "M12776123" } ], - "status" : "final", - "code" : { - "coding" : [ + "type": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "SCT" } ], - "system" : "http://loinc.org", - "version" : "2.40", - "code" : "77202-0", - "display" : "Laboratory comment [Text] in Report Narrative" + "system": "http://snomed.info/sct", + "version": "07/31/2012", + "code": "119303007", + "display": "Microbial isolate" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "VERGPCOM", - "display" : "COMMENT" + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "ISLT", + "display": "ISOLATE" } ] }, - "subject" : { - "reference" : "Patient/1716965606097981000.a9e583b2-8233-4a28-b882-d0a7d74c0b8e" - }, - "encounter" : { - "reference" : "Encounter/1716965606112940000.37c8abef-ba3d-4cf0-9290-84f8d7f8d47f" + "receivedTime": "2021-08-04T00:18:00-06:00", + "_receivedTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20210804001800-0600" + } + ] }, - "performer" : [ - { - "reference" : "Organization/1716965606303617000.a9286106-79c1-463b-aa54-92cc752304b8" + "collection": { + "collectedPeriod": { + "start": "2028-08-08T09:28:05-06:00", + "_start": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20280808092805-0600" + } + ] + }, + "end": "2028-08-08T09:28:05-06:00", + "_end": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20280808092805-0600" + } + ] + } }, - { - "reference" : "PractitionerRole/1716965606303760000.fe4fdae5-bfe2-4de0-8b08-50db9ff96d84" + "bodySite": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "code": "RA", + "display": "RIGHT ARM" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + } + ], + "code": "5.67" + } + ] } - ], - "valueString" : "Staphylococcus epidermidis Streptococcus anginosus group" - } - }, - { - "fullUrl" : "Organization/1716965606303617000.a9286106-79c1-463b-aa54-92cc752304b8", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606303617000.a9286106-79c1-463b-aa54-92cc752304b8", - "extension" : [ + }, + "container": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", - "valueCodeableConcept" : { - "coding" : [ + "type": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LB" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "RML", - "display" : "TMCA, SOUTH CAMPUS" + "display": "BACTEC BLOOD CULTURE BOTTLES" } ] } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" } ], - "identifier" : [ + "note": [ { - "system" : "LB", - "value" : "RML" + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "SPM.14" + } + ], + "text": "RA" } - ], - "name" : "TMCA, SOUTH CAMPUS" + ] } }, { - "fullUrl" : "Practitioner/1716965606304549000.5b12733b-b829-4d02-b30f-5bcc3ed5e8d8", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606304549000.5b12733b-b829-4d02-b30f-5bcc3ed5e8d8", - "extension" : [ + "fullUrl": "ServiceRequest/1732567199274851000.e2bdcd89-32fc-49c6-a389-84c5a06ef171", + "resource": { + "resourceType": "ServiceRequest", + "id": "1732567199274851000.e2bdcd89-32fc-49c6-a389-84c5a06ef171", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", + "valueCode": "RE" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", + "valueString": "202808080928" + }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/orc-common-order", + "extension": [ + { + "url": "ORC.6", + "valueString": "N" + }, + { + "url": "orc-21-ordering-facility-name", + "valueReference": { + "reference": "Organization/1732567199259673000.c2d10aa4-97e9-44f8-a814-a151fad84493" + } + }, + { + "url": "orc-22-ordering-facility-address", + "valueAddress": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ + { + "url": "SAD.1", + "valueString": "1501 S. POTOMAC" + } + ] + }, + { + "url": "XAD.7", + "valueCode": "B" + } + ] + } + ], + "use": "work", + "line": [ + "1501 S. POTOMAC" + ], + "city": "AURORA", + "district": "MD", + "state": "IG", + "postalCode": "80012", + "country": "USA" + } + }, + { + "url": "orc-24-ordering-provider-address", + "valueAddress": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ + { + "url": "SAD.1", + "valueString": "5600 S Quebec St #312A" + } + ] + }, + { + "url": "XAD.7", + "valueCode": "B" + } + ] + } + ], + "use": "work", + "line": [ + "5600 S Quebec St #312A" + ], + "city": "Greenwood Village", + "district": "MD", + "state": "IG", + "postalCode": "80111", + "country": "USA" + } + }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" + "url": "orc-12-ordering-provider", + "valueReference": { + "reference": "Practitioner/1732567199262103000.6ea02fd6-3567-4dea-b0c0-5d40b4c6f522" + } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" + "url": "ORC.15", + "valueString": "202108032350" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "ORC.17", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "TMCA, SOUTH CAMPUS" + } + ] + } } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", + "extension": [ { - "url" : "XCN.3", - "valueString" : "GREGORY" + "url": "OBR.2", + "valueIdentifier": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "M12776123.1" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.144" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + } + ], + "value": "09339017" + } }, { - "url" : "XCN.4", - "valueString" : "R" + "url": "OBR.3", + "valueIdentifier": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "M12776123.1" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + } + ], + "value": "21:AA:B0029251S.1" + } }, { - "url" : "XCN.21", - "valueString" : "MD" + "url": "OBR.16", + "valueReference": { + "reference": "Practitioner/1732567199265691000.f3e7f2eb-fc79-45a2-87f3-139450feb8d3" + } }, { - "url" : "XCN.10", - "valueString" : "L" - } - ] - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", + "valueContactPoint": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString": "1" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString": "303" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString": "4362727" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ + { + "url": "XTN.2", + "valueString": "WPN" + }, + { + "url": "XTN.3", + "valueString": "PH" + }, + { + "url": "XTN.7", + "valueString": "4362727" + }, + { + "url": "XTN.9", + "valueString": "Hospital Line" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBR.17" } ], - "code" : "FI" + "system": "phone", + "use": "work" } - ] - }, - "system" : "RML", - "value" : "1740336429" - } - ], - "name" : [ - { - "use" : "official", - "family" : "KOTNIS", - "given" : [ - "GREGORY", - "R" - ], - "prefix" : [ - "DR." - ], - "suffix" : [ - "MD" - ] - } - ] - } - }, - { - "fullUrl" : "Organization/1716965606306108000.acb7f54d-b761-4b2a-b0d1-4b2f1f8f9b24", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606306108000.acb7f54d-b761-4b2a-b0d1-4b2f1f8f9b24", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ], - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } - ], - "code" : "L" - } - ] - } + }, + { + "url": "OBR.18", + "valueString": "21:AA:B0029251Sm12776123" + }, + { + "url": "OBR.19", + "valueString": "09339017" + }, + { + "url": "OBR.7", + "valueDateTime": "2028-08-02T02:52:01-06:00", + "_valueDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20280802025201-0600" + } + ] + } + }, + { + "url": "OBR.21", + "valueString": "TMCA, SOUTH CAMPUS" + }, + { + "url": "OBR.22", + "valueString": "20210810062500-0600" + }, + { + "url": "OBR.25", + "valueId": "P" + }, + { + "url": "OBR.8", + "valueDateTime": "2028-08-02T02:52:01-06:00", + "_valueDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20280802025201-0600" + } + ] } - ], - "code" : "L" - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ + }, + { + "url": "OBR.10", + "valueReference": { + "reference": "Practitioner/1732567199272226000.c57a7636-81bb-4f91-8110-0fcbc1f02128" + } + }, { - "url" : "XON.10", - "valueString" : "06D0055551" + "url": "OBR.13", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "SEPTIC SHOCK" + } + ] + } } ] } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "ORC.2" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "M12776123.1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.144" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "PLAC" } ] }, - "value" : "06D0055551" - } - ], - "name" : "TMCA, SOUTH CAMPUS", - "address" : [ + "value": "09339017" + }, { - "extension" : [ + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "ORC.3" + }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" - } - ] + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "M12776123.1" }, { - "url" : "XAD.7", - "valueCode" : "B" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "use" : "work", - "line" : [ - "1501 S. POTOMAC" - ], - "city" : "AURORA", - "district" : "MD", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" - } - ] - } - }, - { - "fullUrl" : "PractitionerRole/1716965606303760000.fe4fdae5-bfe2-4de0-8b08-50db9ff96d84", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1716965606303760000.fe4fdae5-bfe2-4de0-8b08-50db9ff96d84", - "practitioner" : { - "reference" : "Practitioner/1716965606304549000.5b12733b-b829-4d02-b30f-5bcc3ed5e8d8" - }, - "organization" : { - "reference" : "Organization/1716965606306108000.acb7f54d-b761-4b2a-b0d1-4b2f1f8f9b24" - }, - "code" : [ + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "FILL" + } + ] + }, + "value": "21:AA:B0029251S.1" + }, { - "coding" : [ + "extension": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "ORC.4" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "M12776123" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.144" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] } - ] - } - ] - } - }, - { - "fullUrl" : "Observation/1716965606308353000.6cf6a1a6-3db8-4e98-a2f2-89c55c4df9b5", - "resource" : { - "resourceType" : "Observation", - "id" : "1716965606308353000.6cf6a1a6-3db8-4e98-a2f2-89c55c4df9b5", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1.1" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2021-08-05T01:38:00-06:00", - "_valueDateTime" : { - "extension" : [ + ], + "type": { + "coding": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210805013800-0600" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "PGN" } ] - } + }, + "value": "21:AA:B0029251S" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ + "extension": [ { - "url" : "OBX.2", - "valueId" : "ST" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "ORC.4" }, { - "url" : "OBX.11", - "valueString" : "F" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "M12776123" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.144" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] } - ] + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "FGN" + } + ] + }, + "value": "21:AA:B0029251S" } ], - "status" : "final", - "code" : { - "coding" : [ + "status": "unknown", + "code": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" } ], - "system" : "http://loinc.org", - "version" : "2.40", - "code" : "77202-0", - "display" : "Laboratory comment [Text] in Report Narrative" + "system": "http://loinc.org", + "version": "2.40", + "code": "600-7", + "display": "Bacteria identified in Blood by Culture" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "VERGPCOM", - "display" : "COMMENT" + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "BCEXT", + "display": "EXTENDED BLOOD CULTURE" } ] }, - "subject" : { - "reference" : "Patient/1716965606097981000.a9e583b2-8233-4a28-b882-d0a7d74c0b8e" + "subject": { + "reference": "Patient/1732567199025839000.d11ba4b4-e7a2-49d8-8e83-76b149257553" }, - "encounter" : { - "reference" : "Encounter/1716965606112940000.37c8abef-ba3d-4cf0-9290-84f8d7f8d47f" + "requester": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", + "valueContactPoint": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString": "1" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString": "303" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString": "4362727" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ + { + "url": "XTN.2", + "valueString": "WPN" + }, + { + "url": "XTN.3", + "valueString": "PH" + }, + { + "url": "XTN.7", + "valueString": "4362727" + }, + { + "url": "XTN.9", + "valueString": "Hospital Line" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "ORC.14" + } + ], + "system": "phone", + "use": "work" + } + } + ], + "reference": "PractitionerRole/1732567199247782000.e1083139-e56a-4205-b406-a828477fbfd4" }, - "performer" : [ - { - "reference" : "Organization/1716965606308699000.9b4cda88-7df8-4caa-8cec-13fd1ebe8fb5" - }, + "reasonCode": [ { - "reference" : "PractitionerRole/1716965606308835000.5d8ee53f-80ef-4b8d-a865-c237588e072b" + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "I10" + } + ], + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "version": "38", + "code": "R6521", + "display": "SEVERE SEPSIS WITH SEPTIC SHOCK" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "I10" + } + ], + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "version": "38", + "code": "R6521", + "display": "SEVERE SEPSIS WITH SEPTIC SHOCK" + } + ] } ], - "valueString" : "Staphylococcus lugdunensis Streptococcus faecalis" - } - }, - { - "fullUrl" : "Organization/1716965606308699000.9b4cda88-7df8-4caa-8cec-13fd1ebe8fb5", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606308699000.9b4cda88-7df8-4caa-8cec-13fd1ebe8fb5", - "extension" : [ + "note": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension": [ + { + "url": "NTE.2", + "valueId": "L" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70364" + } + ], + "version": "2.5.1", + "code": "RE", + "display": "Remark" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "C", + "display": "Comment" + } + ] + } + } + ] + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension": [ + { + "url": "NTE.2", + "valueId": "L" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId": "Critical result called to and read back by:CLAIRE HCE7362" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept": { + "coding": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70364" + } + ], + "version": "2.5.1", + "code": "RE", + "display": "Remark" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LB" + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "C", + "display": "Comment" } - ], - "code" : "RML", - "display" : "TMCA, SOUTH CAMPUS" + ] } - ] - } + } + ], + "text": "Critical result called to and read back by:CLAIRE HCE7362" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension": [ + { + "url": "NTE.2", + "valueId": "L" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId": "Location:ICUB on 08/08/21 at 1539 by ELB.RM" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70364" + } + ], + "version": "2.5.1", + "code": "RE", + "display": "Remark" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "C", + "display": "Comment" + } + ] + } + } + ], + "text": "Location:ICUB on 08/08/21 at 1539 by ELB.RM" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension": [ + { + "url": "NTE.2", + "valueId": "L" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId": "Critical result called to and read back by:CLAIRE HCE7362" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70364" + } + ], + "version": "2.5.1", + "code": "RE", + "display": "Remark" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "C", + "display": "Comment" + } + ] + } + } + ], + "text": "Critical result called to and read back by:CLAIRE HCE7362" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension": [ + { + "url": "NTE.2", + "valueId": "L" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId": "Location:ICUB on 08/08/21 at 1050 by ELB.SMX" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70364" + } + ], + "version": "2.5.1", + "code": "RE", + "display": "Remark" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "C", + "display": "Comment" + } + ] + } + } + ], + "text": "Location:ICUB on 08/08/21 at 1050 by ELB.SMX" } - ], - "identifier" : [ + ] + } + }, + { + "fullUrl": "Location/1732567199248131000.5b903d94-1adc-4263-9116-324644efa2f6", + "resource": { + "resourceType": "Location", + "id": "1732567199248131000.5b903d94-1adc-4263-9116-324644efa2f6", + "extension": [ { - "system" : "LB", - "value" : "RML" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ], - "name" : "TMCA, SOUTH CAMPUS" + "name": "RML", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" + } + ] + } } }, { - "fullUrl" : "Practitioner/1716965606309569000.0970e204-01c0-4874-8030-1731ca5239c9", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606309569000.0970e204-01c0-4874-8030-1731ca5239c9", - "extension" : [ + "fullUrl": "Practitioner/1732567199249741000.3a1ecd9f-2d7a-45b5-b561-6621282a5b8b", + "resource": { + "resourceType": "Practitioner", + "id": "1732567199249741000.3a1ecd9f-2d7a-45b5-b561-6621282a5b8b", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "NPI" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.144" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ { - "url" : "XCN.3", - "valueString" : "GREGORY" + "url": "XCN.3", + "valueString": "Christopher" }, { - "url" : "XCN.4", - "valueString" : "R" + "url": "XCN.4", + "valueString": "Beau" }, { - "url" : "XCN.21", - "valueString" : "MD" + "url": "XCN.21", + "valueString": "MD" }, { - "url" : "XCN.10", - "valueString" : "L" + "url": "XCN.10", + "valueString": "L" } ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "ORC.12" } ], - "identifier" : [ + "identifier": [ { - "type" : { - "coding" : [ + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference": { + "reference": "Location/1732567199248131000.5b903d94-1adc-4263-9116-324644efa2f6" + } + } + ], + "type": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true } ], - "code" : "FI" + "code": "NPI" } ] }, - "system" : "RML", - "value" : "1740336429" + "system": "NPI", + "value": "1871759365" } ], - "name" : [ + "name": [ { - "use" : "official", - "family" : "KOTNIS", - "given" : [ - "GREGORY", - "R" - ], - "prefix" : [ - "DR." + "use": "official", + "family": "Willison", + "given": [ + "Christopher", + "Beau" ], - "suffix" : [ + "suffix": [ "MD" ] } + ], + "address": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ + { + "url": "SAD.1", + "valueString": "5600 S Quebec St #312A" + } + ] + }, + { + "url": "XAD.7", + "valueCode": "B" + } + ] + } + ], + "use": "work", + "line": [ + "5600 S Quebec St #312A" + ], + "city": "Greenwood Village", + "district": "MD", + "state": "IG", + "postalCode": "80111", + "country": "USA" + } ] } }, { - "fullUrl" : "Organization/1716965606310728000.b5f97cb6-4d81-43e3-8ca9-b6c2bd6c40ff", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606310728000.b5f97cb6-4d81-43e3-8ca9-b6c2bd6c40ff", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ + "fullUrl": "Organization/1732567199252112000.e4764b88-05f2-4bc8-8344-716fae3f8286", + "resource": { + "resourceType": "Organization", + "id": "1732567199252112000.e4764b88-05f2-4bc8-8344-716fae3f8286", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" } ], - "coding" : [ + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "L" + "code": "L" } ] } } ], - "code" : "L" + "code": "L" } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ { - "url" : "XON.10", - "valueString" : "06D0055551" + "url": "XON.10", + "valueString": "06D0055551" } ] } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "TMCA, SOUTH CAMPUS" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.144" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "XX" } ] }, - "value" : "06D0055551" + "value": "06D0055551" + } + ], + "name": "TMCA, SOUTH CAMPUS", + "telecom": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString": "1" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString": "303" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString": "6952653" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ + { + "url": "XTN.2", + "valueString": "WPN" + }, + { + "url": "XTN.3", + "valueString": "PH" + }, + { + "url": "XTN.7", + "valueString": "6952653" + } + ] + } + ], + "system": "phone", + "use": "work" } ], - "name" : "TMCA, SOUTH CAMPUS", - "address" : [ + "address": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" + "url": "SAD.1", + "valueString": "1501 S. POTOMAC" } ] }, { - "url" : "XAD.7", - "valueCode" : "B" + "url": "XAD.7", + "valueCode": "B" } ] } ], - "use" : "work", - "line" : [ + "use": "work", + "line": [ "1501 S. POTOMAC" ], - "city" : "AURORA", - "district" : "MD", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" - } - ] - } - }, - { - "fullUrl" : "PractitionerRole/1716965606308835000.5d8ee53f-80ef-4b8d-a865-c237588e072b", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1716965606308835000.5d8ee53f-80ef-4b8d-a865-c237588e072b", - "practitioner" : { - "reference" : "Practitioner/1716965606309569000.0970e204-01c0-4874-8030-1731ca5239c9" - }, - "organization" : { - "reference" : "Organization/1716965606310728000.b5f97cb6-4d81-43e3-8ca9-b6c2bd6c40ff" - }, - "code" : [ - { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } - ] + "city": "AURORA", + "district": "MD", + "state": "IG", + "postalCode": "80012", + "country": "USA" } ] } }, { - "fullUrl" : "Observation/1716965606312293000.d9444a79-7484-4480-bfac-408dc63b3f23", - "resource" : { - "resourceType" : "Observation", - "id" : "1716965606312293000.d9444a79-7484-4480-bfac-408dc63b3f23", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1.1" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2021-08-05T01:38:00-06:00", - "_valueDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210805013800-0600" - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ - { - "url" : "OBX.2", - "valueId" : "ST" - }, - { - "url" : "OBX.11", - "valueString" : "F" - } - ] - } - ], - "status" : "final", - "code" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } - ], - "system" : "http://loinc.org", - "version" : "2.40", - "code" : "77202-0", - "display" : "Laboratory comment [Text] in Report Narrative" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "VERGPCOM", - "display" : "COMMENT" - } - ] - }, - "subject" : { - "reference" : "Patient/1716965606097981000.a9e583b2-8233-4a28-b882-d0a7d74c0b8e" - }, - "encounter" : { - "reference" : "Encounter/1716965606112940000.37c8abef-ba3d-4cf0-9290-84f8d7f8d47f" - }, - "performer" : [ - { - "reference" : "Organization/1716965606312602000.847bb6b8-1456-4dbd-9ea9-2400563d4ac4" - }, - { - "reference" : "PractitionerRole/1716965606312797000.531d2053-937a-433b-bb6e-6e171940c2b1" - } - ], - "valueString" : "Streptococcus spp. Enterococcus faecium" - } - }, - { - "fullUrl" : "Organization/1716965606312602000.847bb6b8-1456-4dbd-9ea9-2400563d4ac4", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606312602000.847bb6b8-1456-4dbd-9ea9-2400563d4ac4", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LB" - } - ], - "code" : "RML", - "display" : "TMCA, SOUTH CAMPUS" - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } - ], - "identifier" : [ - { - "system" : "LB", - "value" : "RML" - } - ], - "name" : "TMCA, SOUTH CAMPUS" + "fullUrl": "PractitionerRole/1732567199247782000.e1083139-e56a-4205-b406-a828477fbfd4", + "resource": { + "resourceType": "PractitionerRole", + "id": "1732567199247782000.e1083139-e56a-4205-b406-a828477fbfd4", + "practitioner": { + "reference": "Practitioner/1732567199249741000.3a1ecd9f-2d7a-45b5-b561-6621282a5b8b" + }, + "organization": { + "reference": "Organization/1732567199252112000.e4764b88-05f2-4bc8-8344-716fae3f8286" + } } }, { - "fullUrl" : "Practitioner/1716965606313508000.55ca59a0-09a8-4510-a305-07eda8233d3b", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606313508000.55ca59a0-09a8-4510-a305-07eda8233d3b", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "GREGORY" - }, - { - "url" : "XCN.4", - "valueString" : "R" - }, - { - "url" : "XCN.21", - "valueString" : "MD" - }, - { - "url" : "XCN.10", - "valueString" : "L" - } - ] - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ + "fullUrl": "Organization/1732567199259673000.c2d10aa4-97e9-44f8-a814-a151fad84493", + "resource": { + "resourceType": "Organization", + "id": "1732567199259673000.c2d10aa4-97e9-44f8-a814-a151fad84493", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { + "extension": [ { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "FI" - } - ] - }, - "system" : "RML", - "value" : "1740336429" - } - ], - "name" : [ - { - "use" : "official", - "family" : "KOTNIS", - "given" : [ - "GREGORY", - "R" - ], - "prefix" : [ - "DR." - ], - "suffix" : [ - "MD" - ] - } - ] - } - }, - { - "fullUrl" : "Organization/1716965606314660000.9a20c888-2f71-49f7-8edc-8d9adf2ff894", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606314660000.9a20c888-2f71-49f7-8edc-8d9adf2ff894", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" } ], - "coding" : [ + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "L" + "code": "L" } ] } } ], - "code" : "L" + "code": "L" } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ { - "url" : "XON.10", - "valueString" : "06D0055551" + "url": "XON.10", + "valueString": "06D0055551" } ] } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "TMCA, SOUTH CAMPUS" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.144" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "XX" } ] }, - "value" : "06D0055551" + "value": "06D0055551" } ], - "name" : "TMCA, SOUTH CAMPUS", - "address" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "B" - } - ] - } - ], - "use" : "work", - "line" : [ - "1501 S. POTOMAC" - ], - "city" : "AURORA", - "district" : "MD", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" - } - ] - } - }, - { - "fullUrl" : "PractitionerRole/1716965606312797000.531d2053-937a-433b-bb6e-6e171940c2b1", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1716965606312797000.531d2053-937a-433b-bb6e-6e171940c2b1", - "practitioner" : { - "reference" : "Practitioner/1716965606313508000.55ca59a0-09a8-4510-a305-07eda8233d3b" - }, - "organization" : { - "reference" : "Organization/1716965606314660000.9a20c888-2f71-49f7-8edc-8d9adf2ff894" - }, - "code" : [ - { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } - ] - } - ] + "name": "TMCA, SOUTH CAMPUS" } }, { - "fullUrl" : "Observation/1716965606316252000.02a2c5c7-3e0a-4e66-af31-94bd72362a14", - "resource" : { - "resourceType" : "Observation", - "id" : "1716965606316252000.02a2c5c7-3e0a-4e66-af31-94bd72362a14", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1.1" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2021-08-05T01:38:00-06:00", - "_valueDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210805013800-0600" - } - ] - } - }, + "fullUrl": "Location/1732567199261173000.797c3854-8c6c-4c00-86dc-23ae0462ca15", + "resource": { + "resourceType": "Location", + "id": "1732567199261173000.797c3854-8c6c-4c00-86dc-23ae0462ca15", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ - { - "url" : "OBX.2", - "valueId" : "ST" - }, - { - "url" : "OBX.11", - "valueString" : "F" - } - ] + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ], - "status" : "final", - "code" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } - ], - "system" : "http://loinc.org", - "version" : "2.40", - "code" : "77202-0", - "display" : "Laboratory comment [Text] in Report Narrative" - }, + "name": "RML", + "physicalType": { + "coding": [ { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "VERGPCOM", - "display" : "COMMENT" + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" } ] - }, - "subject" : { - "reference" : "Patient/1716965606097981000.a9e583b2-8233-4a28-b882-d0a7d74c0b8e" - }, - "encounter" : { - "reference" : "Encounter/1716965606112940000.37c8abef-ba3d-4cf0-9290-84f8d7f8d47f" - }, - "performer" : [ - { - "reference" : "Organization/1716965606316568000.cbce7ee8-559d-4a1d-af1c-965476e6b79e" - }, - { - "reference" : "PractitionerRole/1716965606316705000.15d62f26-f217-4f07-baad-235d56e7ea67" - } - ], - "valueString" : "Streptococcus pneumoniae " - } - }, - { - "fullUrl" : "Organization/1716965606316568000.cbce7ee8-559d-4a1d-af1c-965476e6b79e", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606316568000.cbce7ee8-559d-4a1d-af1c-965476e6b79e", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LB" - } - ], - "code" : "RML", - "display" : "TMCA, SOUTH CAMPUS" - } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } - ], - "identifier" : [ - { - "system" : "LB", - "value" : "RML" - } - ], - "name" : "TMCA, SOUTH CAMPUS" + } } }, { - "fullUrl" : "Practitioner/1716965606317341000.20fb0bf0-f7d7-4580-b692-935891a5d420", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606317341000.20fb0bf0-f7d7-4580-b692-935891a5d420", - "extension" : [ + "fullUrl": "Practitioner/1732567199262103000.6ea02fd6-3567-4dea-b0c0-5d40b4c6f522", + "resource": { + "resourceType": "Practitioner", + "id": "1732567199262103000.6ea02fd6-3567-4dea-b0c0-5d40b4c6f522", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "NPI" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.144" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ { - "url" : "XCN.3", - "valueString" : "GREGORY" + "url": "XCN.3", + "valueString": "Christopher" }, { - "url" : "XCN.4", - "valueString" : "R" + "url": "XCN.4", + "valueString": "Beau" }, { - "url" : "XCN.21", - "valueString" : "MD" + "url": "XCN.21", + "valueString": "MD" }, { - "url" : "XCN.10", - "valueString" : "L" + "url": "XCN.10", + "valueString": "L" } ] } ], - "identifier" : [ + "identifier": [ { - "type" : { - "coding" : [ + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference": { + "reference": "Location/1732567199261173000.797c3854-8c6c-4c00-86dc-23ae0462ca15" + } + } + ], + "type": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true } ], - "code" : "FI" + "code": "NPI" } ] }, - "system" : "RML", - "value" : "1740336429" + "system": "NPI", + "value": "1871759365" } ], - "name" : [ - { - "use" : "official", - "family" : "KOTNIS", - "given" : [ - "GREGORY", - "R" - ], - "prefix" : [ - "DR." + "name": [ + { + "use": "official", + "family": "Willison", + "given": [ + "Christopher", + "Beau" ], - "suffix" : [ + "suffix": [ "MD" ] } @@ -15384,1628 +17039,1455 @@ } }, { - "fullUrl" : "Organization/1716965606318554000.3c00b952-8f01-4049-8a53-56ed6666fb44", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606318554000.3c00b952-8f01-4049-8a53-56ed6666fb44", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ], - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } - ], - "code" : "L" - } - ] - } - } - ], - "code" : "L" + "fullUrl": "Location/1732567199263690000.95d1cc49-55fc-44ab-b6e5-d1c7289e85d5", + "resource": { + "resourceType": "Location", + "id": "1732567199263690000.95d1cc49-55fc-44ab-b6e5-d1c7289e85d5", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ], + "name": "RML", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" } + ] + } + } + }, + { + "fullUrl": "Practitioner/1732567199265691000.f3e7f2eb-fc79-45a2-87f3-139450feb8d3", + "resource": { + "resourceType": "Practitioner", + "id": "1732567199265691000.f3e7f2eb-fc79-45a2-87f3-139450feb8d3", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "NPI" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.144" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ { - "url" : "XON.10", - "valueString" : "06D0055551" + "url": "XCN.3", + "valueString": "Christopher" + }, + { + "url": "XCN.4", + "valueString": "Beau" + }, + { + "url": "XCN.21", + "valueString": "MD" + }, + { + "url": "XCN.10", + "valueString": "L" } ] } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference": { + "reference": "Location/1732567199263690000.95d1cc49-55fc-44ab-b6e5-d1c7289e85d5" + } } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true + } + ], + "code": "NPI" } ] }, - "value" : "06D0055551" + "system": "NPI", + "value": "1871759365" } ], - "name" : "TMCA, SOUTH CAMPUS", - "address" : [ + "name": [ { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "B" - } - ] - } - ], - "use" : "work", - "line" : [ - "1501 S. POTOMAC" + "use": "official", + "family": "Willison", + "given": [ + "Christopher", + "Beau" ], - "city" : "AURORA", - "district" : "MD", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" + "suffix": [ + "MD" + ] } ] } }, { - "fullUrl" : "PractitionerRole/1716965606316705000.15d62f26-f217-4f07-baad-235d56e7ea67", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1716965606316705000.15d62f26-f217-4f07-baad-235d56e7ea67", - "practitioner" : { - "reference" : "Practitioner/1716965606317341000.20fb0bf0-f7d7-4580-b692-935891a5d420" - }, - "organization" : { - "reference" : "Organization/1716965606318554000.3c00b952-8f01-4049-8a53-56ed6666fb44" - }, - "code" : [ + "fullUrl": "Practitioner/1732567199272226000.c57a7636-81bb-4f91-8110-0fcbc1f02128", + "resource": { + "resourceType": "Practitioner", + "id": "1732567199272226000.c57a7636-81bb-4f91-8110-0fcbc1f02128", + "identifier": [ { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } - ] + "value": "ER" } ] } }, { - "fullUrl" : "Observation/1716965606320360000.5c734769-52d8-4c84-9b95-fdbcf6a8d769", - "resource" : { - "resourceType" : "Observation", - "id" : "1716965606320360000.5c734769-52d8-4c84-9b95-fdbcf6a8d769", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" + "fullUrl": "ServiceRequest/1732567199296120000.0ce174fa-c7c1-4c3a-8e30-1b539cba47c2", + "resource": { + "resourceType": "ServiceRequest", + "id": "1732567199296120000.0ce174fa-c7c1-4c3a-8e30-1b539cba47c2", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", + "valueCode": "RE" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2028-08-07T16:36:01-06:00", - "_valueDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280807163601-0600" - } - ] - } + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", + "valueString": "202808080928" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-5-value-sn", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/orc-common-order", + "extension": [ { - "url" : "SN.1", - "valueString" : "=" + "url": "ORC.6", + "valueString": "N" }, { - "url" : "SN.2", - "valueString" : "0.5" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ - { - "url" : "OBX.2", - "valueId" : "SN" + "url": "orc-21-ordering-facility-name", + "valueReference": { + "reference": "Organization/1732567199288129000.45dae377-0ff2-437a-a4f5-004892737f47" + } }, { - "url" : "OBX.6", - "valueCodeableConcept" : { - "coding" : [ + "url": "orc-22-ordering-facility-address", + "valueAddress": { + "extension": [ { - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ + { + "url": "SAD.1", + "valueString": "1501 S. POTOMAC" + } + ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "UCUM" + "url": "XAD.7", + "valueCode": "B" } - ], - "system" : "http://unitsofmeasure.org", - "version" : "2.40", - "code" : "ug/mL", - "display" : "MicroGrams Per MilliLiter [Mass Concentration Units]" - }, + ] + } + ], + "use": "work", + "line": [ + "1501 S. POTOMAC" + ], + "city": "AURORA", + "district": "MD", + "state": "IG", + "postalCode": "80012", + "country": "USA" + } + }, + { + "url": "orc-24-ordering-provider-address", + "valueAddress": { + "extension": [ { - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ + { + "url": "SAD.1", + "valueString": "5600 S Quebec St #312A" + } + ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" + "url": "XAD.7", + "valueCode": "B" } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "ug/mL", - "display" : "ug/mL" + ] } - ] + ], + "use": "work", + "line": [ + "5600 S Quebec St #312A" + ], + "city": "Greenwood Village", + "district": "MD", + "state": "IG", + "postalCode": "80111", + "country": "USA" } }, { - "url" : "OBX.11", - "valueString" : "P" - } - ] - } - ], - "status" : "preliminary", - "code" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } - ], - "system" : "http://loinc.org", - "version" : "2.40", - "code" : "35788-9", - "display" : "DAPTOmycin [Susceptibility] by Minimum inhibitory concentration (MIC)" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" + "url": "orc-12-ordering-provider", + "valueReference": { + "reference": "Practitioner/1732567199290293000.65a73d14-5ca1-45bc-ad49-6a5029ffd397" } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "DAP", - "display" : "DAPTOMYCIN" - } - ] - }, - "subject" : { - "reference" : "Patient/1716965606097981000.a9e583b2-8233-4a28-b882-d0a7d74c0b8e" - }, - "encounter" : { - "reference" : "Encounter/1716965606112940000.37c8abef-ba3d-4cf0-9290-84f8d7f8d47f" - }, - "effectiveDateTime" : "2028-08-07T16:36:01-06:00", - "_effectiveDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280807163601-0600" - } - ] - }, - "performer" : [ - { - "reference" : "Organization/1716965606320661000.ce2ec294-7f37-480d-9804-1be29a20bf4d" - }, - { - "reference" : "PractitionerRole/1716965606320793000.2a49f15c-baab-410c-98ea-cab56d9897a5" - } - ], - "interpretation" : [ - { - "coding" : [ + }, { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70078" - } - ], - "version" : "2.5.1", - "code" : "S", - "display" : "Susceptible. Indicates for microbiology susceptibilities only." + "url": "ORC.15", + "valueString": "202108032350" }, { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "S", - "display" : "S" + "url": "ORC.17", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "TMCA, SOUTH CAMPUS" + } + ] + } } ] - } - ] - } - }, - { - "fullUrl" : "Organization/1716965606320661000.ce2ec294-7f37-480d-9804-1be29a20bf4d", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606320661000.ce2ec294-7f37-480d-9804-1be29a20bf4d", - "extension" : [ + }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", + "extension": [ + { + "url": "OBR.2", + "valueIdentifier": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LB" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "M12776123.2" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.144" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] } ], - "code" : "MCOE", - "display" : "ROSE MEDICAL CENTER (MCOE)" + "value": "09339017" } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } - ], - "identifier" : [ - { - "system" : "LB", - "value" : "MCOE" - } - ], - "name" : "ROSE MEDICAL CENTER (MCOE)" - } - }, - { - "fullUrl" : "Practitioner/1716965606321382000.c40be585-80e1-4113-95a5-e34b73c888df", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606321382000.c40be585-80e1-4113-95a5-e34b73c888df", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" + "url": "OBR.3", + "valueIdentifier": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "M12776123.2" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + } + ], + "value": "21:AA:B0029251S.2" + } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" + "url": "OBR.16", + "valueReference": { + "reference": "Practitioner/1732567199293249000.ba98c75d-94a8-431a-be71-73c8cde69a26" + } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", + "valueContactPoint": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString": "1" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString": "303" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString": "4362727" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ + { + "url": "XTN.2", + "valueString": "WPN" + }, + { + "url": "XTN.3", + "valueString": "PH" + }, + { + "url": "XTN.7", + "valueString": "4362727" + }, + { + "url": "XTN.9", + "valueString": "Hospital Line" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBR.17" + } + ], + "system": "phone", + "use": "work" + } + }, { - "url" : "XCN.3", - "valueString" : "Shalini" + "url": "OBR.18", + "valueString": "21:AA:B0029251Sm12776123" }, { - "url" : "XCN.21", - "valueString" : "MD" + "url": "OBR.19", + "valueString": "09339017" }, { - "url" : "XCN.10", - "valueString" : "L" - } - ] - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ + "url": "OBR.7", + "valueDateTime": "2028-08-02T02:52:01-06:00", + "_valueDateTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20280802025201-0600" } - ], - "code" : "FI" + ] } - ] - }, - "system" : "RML", - "value" : "1033122247" - } - ], - "name" : [ - { - "use" : "official", - "family" : "Chahal", - "given" : [ - "Shalini" - ], - "prefix" : [ - "Dr." - ], - "suffix" : [ - "MD" - ] - } - ] - } - }, - { - "fullUrl" : "Organization/1716965606322266000.f2131ac9-7d77-4638-864d-2c021125c0aa", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606322266000.f2131ac9-7d77-4638-864d-2c021125c0aa", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ], - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } - ], - "code" : "L" - } - ] - } + }, + { + "url": "OBR.21", + "valueString": "TMCA, SOUTH CAMPUS" + }, + { + "url": "OBR.22", + "valueString": "20210810062500-0600" + }, + { + "url": "OBR.25", + "valueId": "P" + }, + { + "url": "OBR.8", + "valueDateTime": "2028-08-02T02:52:01-06:00", + "_valueDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20280802025201-0600" + } + ] } - ], - "code" : "L" - } + }, + { + "url": "OBR.10", + "valueReference": { + "reference": "Practitioner/1732567199294953000.29be3143-0ac1-4aa9-a2d9-c305cf61144e" + } + }, + { + "url": "OBR.13", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "SEPTIC SHOCK" + } + ] + } + } + ] } ], - "name" : "ROSE MEDICAL CENTER (MCOE)", - "address" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "ORC.2" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "4567 E. NINTH AVENUE" - } - ] + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "M12776123.2" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.144" }, { - "url" : "XAD.7", - "valueCode" : "B" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "use" : "work", - "line" : [ - "4567 E. NINTH AVENUE" - ], - "city" : "DENVER", - "district" : "S", - "state" : "IG", - "postalCode" : "80220", - "country" : "USA" - } - ] - } - }, - { - "fullUrl" : "PractitionerRole/1716965606320793000.2a49f15c-baab-410c-98ea-cab56d9897a5", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1716965606320793000.2a49f15c-baab-410c-98ea-cab56d9897a5", - "practitioner" : { - "reference" : "Practitioner/1716965606321382000.c40be585-80e1-4113-95a5-e34b73c888df" - }, - "organization" : { - "reference" : "Organization/1716965606322266000.f2131ac9-7d77-4638-864d-2c021125c0aa" - }, - "code" : [ - { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } - ] - } - ] - } - }, - { - "fullUrl" : "Observation/1716965606324372000.3f790045-463d-47ff-a753-a83046c54aef", - "resource" : { - "resourceType" : "Observation", - "id" : "1716965606324372000.3f790045-463d-47ff-a753-a83046c54aef", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2028-08-07T16:36:01-06:00", - "_valueDateTime" : { - "extension" : [ + "type": { + "coding": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280807163601-0600" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "PLAC" } ] - } + }, + "value": "09339017" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-5-value-sn", - "extension" : [ + "extension": [ { - "url" : "SN.1", - "valueString" : "=" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "ORC.3" }, { - "url" : "SN.2", - "valueString" : "16" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "M12776123.2" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] } - ] + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "FILL" + } + ] + }, + "value": "21:AA:B0029251S.2" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ + "extension": [ { - "url" : "OBX.2", - "valueId" : "SN" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "ORC.4" }, { - "url" : "OBX.6", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "UCUM" - } - ], - "system" : "http://unitsofmeasure.org", - "version" : "2.40", - "code" : "ug/mL", - "display" : "MicroGrams Per MilliLiter [Mass Concentration Units]" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "ug/mL", - "display" : "ug/mL" - } - ] + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "M12776123" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.144" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "PGN" } + ] + }, + "value": "21:AA:B0029251S" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "ORC.4" }, { - "url" : "OBX.11", - "valueString" : "P" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "M12776123" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.144" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] } - ] + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "FGN" + } + ] + }, + "value": "21:AA:B0029251S" } ], - "status" : "preliminary", - "code" : { - "coding" : [ + "status": "unknown", + "code": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" } ], - "system" : "http://loinc.org", - "version" : "2.40", - "code" : "28-1", - "display" : "Ampicillin [Susceptibility] by Minimum inhibitory concentration (MIC)" + "system": "http://loinc.org", + "version": "2.40", + "code": "600-7", + "display": "Bacteria identified in Blood by Culture" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "AM", - "display" : "AMPICILLIN" + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "BLOODC", + "display": "BLOOD CULTURE" } ] }, - "subject" : { - "reference" : "Patient/1716965606097981000.a9e583b2-8233-4a28-b882-d0a7d74c0b8e" + "subject": { + "reference": "Patient/1732567199025839000.d11ba4b4-e7a2-49d8-8e83-76b149257553" }, - "encounter" : { - "reference" : "Encounter/1716965606112940000.37c8abef-ba3d-4cf0-9290-84f8d7f8d47f" - }, - "effectiveDateTime" : "2028-08-07T16:36:01-06:00", - "_effectiveDateTime" : { - "extension" : [ + "requester": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280807163601-0600" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", + "valueContactPoint": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString": "1" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString": "303" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString": "4362727" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ + { + "url": "XTN.2", + "valueString": "WPN" + }, + { + "url": "XTN.3", + "valueString": "PH" + }, + { + "url": "XTN.7", + "valueString": "4362727" + }, + { + "url": "XTN.9", + "valueString": "Hospital Line" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "ORC.14" + } + ], + "system": "phone", + "use": "work" + } } - ] + ], + "reference": "PractitionerRole/1732567199277056000.5dc7ed7d-c1b1-491b-98b9-c089fea638de" }, - "performer" : [ - { - "reference" : "Organization/1716965606324687000.5bb6b9ea-49ff-4411-89f6-e6c8db6b9734" - }, - { - "reference" : "PractitionerRole/1716965606324816000.01dcd656-a647-4e6c-9eac-ca36ba7bab78" - } - ], - "interpretation" : [ + "reasonCode": [ { - "coding" : [ + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70078" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "I10" } ], - "version" : "2.5.1", - "code" : "R", - "display" : "Resistant. Indicates for microbiology susceptibilities only." + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "version": "38", + "code": "R6521", + "display": "SEVERE SEPSIS WITH SEPTIC SHOCK" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "I10" } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "R", - "display" : "R" + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "version": "38", + "code": "R6521", + "display": "SEVERE SEPSIS WITH SEPTIC SHOCK" } ] } - ] - } - }, - { - "fullUrl" : "Organization/1716965606324687000.5bb6b9ea-49ff-4411-89f6-e6c8db6b9734", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606324687000.5bb6b9ea-49ff-4411-89f6-e6c8db6b9734", - "extension" : [ + ], + "note": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension": [ + { + "url": "NTE.2", + "valueId": "L" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept": { + "coding": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70364" + } + ], + "version": "2.5.1", + "code": "RE", + "display": "Remark" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LB" + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "C", + "display": "Comment" } - ], - "code" : "MCOE", - "display" : "ROSE MEDICAL CENTER (MCOE)" + ] } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } - ], - "identifier" : [ - { - "system" : "LB", - "value" : "MCOE" - } - ], - "name" : "ROSE MEDICAL CENTER (MCOE)" - } - }, - { - "fullUrl" : "Practitioner/1716965606325451000.1b188018-fd2a-4455-9675-9da23bf28533", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606325451000.1b188018-fd2a-4455-9675-9da23bf28533", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ + "extension": [ { - "url" : "XCN.3", - "valueString" : "Shalini" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension": [ + { + "url": "NTE.2", + "valueId": "L" + } + ] }, { - "url" : "XCN.21", - "valueString" : "MD" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId": "Critical result called to and read back by:CLAIRE HCE7362" }, { - "url" : "XCN.10", - "valueString" : "L" - } - ] - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept": { + "coding": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "FI" - } - ] - }, - "system" : "RML", - "value" : "1033122247" - } - ], - "name" : [ - { - "use" : "official", - "family" : "Chahal", - "given" : [ - "Shalini" - ], - "prefix" : [ - "Dr." - ], - "suffix" : [ - "MD" - ] - } - ] - } - }, - { - "fullUrl" : "Organization/1716965606326327000.4cd460b9-d171-4b49-afa6-5b92eab4c886", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606326327000.4cd460b9-d171-4b49-afa6-5b92eab4c886", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ], - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } - ], - "code" : "L" - } - ] - } - } - ], - "code" : "L" - } - } - ], - "name" : "ROSE MEDICAL CENTER (MCOE)", - "address" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "4567 E. NINTH AVENUE" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "B" - } - ] - } - ], - "use" : "work", - "line" : [ - "4567 E. NINTH AVENUE" - ], - "city" : "DENVER", - "district" : "R", - "state" : "IG", - "postalCode" : "80220", - "country" : "USA" - } - ] - } - }, - { - "fullUrl" : "PractitionerRole/1716965606324816000.01dcd656-a647-4e6c-9eac-ca36ba7bab78", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1716965606324816000.01dcd656-a647-4e6c-9eac-ca36ba7bab78", - "practitioner" : { - "reference" : "Practitioner/1716965606325451000.1b188018-fd2a-4455-9675-9da23bf28533" - }, - "organization" : { - "reference" : "Organization/1716965606326327000.4cd460b9-d171-4b49-afa6-5b92eab4c886" - }, - "code" : [ - { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70364" + } + ], + "version": "2.5.1", + "code": "RE", + "display": "Remark" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "C", + "display": "Comment" + } + ] + } } - ] - } - ] - } - }, - { - "fullUrl" : "Observation/1716965606328707000.260df50a-43fd-421e-90e9-c7274402cb58", - "resource" : { - "resourceType" : "Observation", - "id" : "1716965606328707000.260df50a-43fd-421e-90e9-c7274402cb58", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" + ], + "text": "Critical result called to and read back by:CLAIRE HCE7362" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2028-08-07T16:36:01-06:00", - "_valueDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280807163601-0600" + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension": [ + { + "url": "NTE.2", + "valueId": "L" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId": "Location:ICUB on 08/08/21 at 1539 by ELB.RM" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70364" + } + ], + "version": "2.5.1", + "code": "RE", + "display": "Remark" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "C", + "display": "Comment" + } + ] } - ] - } + } + ], + "text": "Location:ICUB on 08/08/21 at 1539 by ELB.RM" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ + "extension": [ { - "url" : "OBX.2", - "valueId" : "ST" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension": [ + { + "url": "NTE.2", + "valueId": "L" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId": "Critical result called to and read back by:CLAIRE HCE7362" }, { - "url" : "OBX.6", - "valueCodeableConcept" : { - "coding" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "UCUM" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70364" } ], - "system" : "http://unitsofmeasure.org", - "version" : "2.40", - "code" : "ug/mL", - "display" : "MicroGrams Per MilliLiter [Mass Concentration Units]" + "version": "2.5.1", + "code": "RE", + "display": "Remark" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "ug/mL", - "display" : "ug/mL" + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "C", + "display": "Comment" } ] } - }, - { - "url" : "OBX.11", - "valueString" : "P" } - ] - } - ], - "status" : "preliminary", - "code" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } - ], - "system" : "http://loinc.org", - "version" : "2.40", - "code" : "7018-5", - "display" : "Gentamicin.high potency [Susceptibility] by Minimum inhibitory concentration (MIC)" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "GMS", - "display" : "GENTAMICIN SYNERGY SCREEN" - } - ] - }, - "subject" : { - "reference" : "Patient/1716965606097981000.a9e583b2-8233-4a28-b882-d0a7d74c0b8e" - }, - "encounter" : { - "reference" : "Encounter/1716965606112940000.37c8abef-ba3d-4cf0-9290-84f8d7f8d47f" - }, - "effectiveDateTime" : "2028-08-07T16:36:01-06:00", - "_effectiveDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280807163601-0600" - } - ] - }, - "performer" : [ - { - "reference" : "Organization/1716965606329030000.a2cded75-94da-45c8-82c5-5da48d02d0cd" + ], + "text": "Critical result called to and read back by:CLAIRE HCE7362" }, { - "reference" : "PractitionerRole/1716965606329222000.e9964d4d-371f-4e69-a3a0-14fe576c0fcb" - } - ], - "valueString" : "SYN-S", - "interpretation" : [ - { - "coding" : [ + "extension": [ { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70078" + "url": "NTE.2", + "valueId": "L" } - ], - "version" : "2.5.1", - "code" : "S", - "display" : "Susceptible. Indicates for microbiology susceptibilities only." + ] }, { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "S", - "display" : "S" - } - ] - } - ] - } - }, - { - "fullUrl" : "Organization/1716965606329030000.a2cded75-94da-45c8-82c5-5da48d02d0cd", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606329030000.a2cded75-94da-45c8-82c5-5da48d02d0cd", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId": "Location:ICUB on 08/08/21 at 1050 by ELB.SMX" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept": { + "coding": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70364" + } + ], + "version": "2.5.1", + "code": "RE", + "display": "Remark" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LB" + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "C", + "display": "Comment" } - ], - "code" : "MCOE", - "display" : "ROSE MEDICAL CENTER (MCOE)" + ] } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" + } + ], + "text": "Location:ICUB on 08/08/21 at 1050 by ELB.SMX" } - ], - "identifier" : [ + ] + } + }, + { + "fullUrl": "Location/1732567199278230000.47e3eec9-09df-4041-920b-6c965d48218a", + "resource": { + "resourceType": "Location", + "id": "1732567199278230000.47e3eec9-09df-4041-920b-6c965d48218a", + "extension": [ { - "system" : "LB", - "value" : "MCOE" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ], - "name" : "ROSE MEDICAL CENTER (MCOE)" + "name": "RML", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" + } + ] + } } }, { - "fullUrl" : "Practitioner/1716965606329866000.7c3f2a3f-6680-49a0-8c96-303004a2c0e7", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606329866000.7c3f2a3f-6680-49a0-8c96-303004a2c0e7", - "extension" : [ + "fullUrl": "Practitioner/1732567199280513000.b57f6ea8-bf67-499e-b21e-445da54d3bdf", + "resource": { + "resourceType": "Practitioner", + "id": "1732567199280513000.b57f6ea8-bf67-499e-b21e-445da54d3bdf", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "NPI" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.144" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ { - "url" : "XCN.3", - "valueString" : "Shalini" + "url": "XCN.3", + "valueString": "Christopher" }, { - "url" : "XCN.21", - "valueString" : "MD" + "url": "XCN.4", + "valueString": "Beau" }, { - "url" : "XCN.10", - "valueString" : "L" + "url": "XCN.21", + "valueString": "MD" + }, + { + "url": "XCN.10", + "valueString": "L" } ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "ORC.12" } ], - "identifier" : [ + "identifier": [ { - "type" : { - "coding" : [ + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference": { + "reference": "Location/1732567199278230000.47e3eec9-09df-4041-920b-6c965d48218a" + } + } + ], + "type": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true } ], - "code" : "FI" + "code": "NPI" } ] }, - "system" : "RML", - "value" : "1033122247" + "system": "NPI", + "value": "1871759365" } ], - "name" : [ + "name": [ { - "use" : "official", - "family" : "Chahal", - "given" : [ - "Shalini" - ], - "prefix" : [ - "Dr." + "use": "official", + "family": "Willison", + "given": [ + "Christopher", + "Beau" ], - "suffix" : [ + "suffix": [ "MD" ] } + ], + "address": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ + { + "url": "SAD.1", + "valueString": "5600 S Quebec St #312A" + } + ] + }, + { + "url": "XAD.7", + "valueCode": "B" + } + ] + } + ], + "use": "work", + "line": [ + "5600 S Quebec St #312A" + ], + "city": "Greenwood Village", + "district": "MD", + "state": "IG", + "postalCode": "80111", + "country": "USA" + } ] } }, { - "fullUrl" : "Organization/1716965606330797000.866da89e-9e23-4b4c-8c3b-8891594793fa", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606330797000.866da89e-9e23-4b4c-8c3b-8891594793fa", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ + "fullUrl": "Organization/1732567199282665000.9a242a73-270f-4948-a03e-349c6132ccc9", + "resource": { + "resourceType": "Organization", + "id": "1732567199282665000.9a242a73-270f-4948-a03e-349c6132ccc9", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" } ], - "coding" : [ + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "L" + "code": "L" } ] } } ], - "code" : "L" + "code": "L" } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ + { + "url": "XON.10", + "valueString": "06D0055551" + } + ] } ], - "name" : "ROSE MEDICAL CENTER (MCOE)", - "address" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "4567 E. NINTH AVENUE" - } - ] + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "TMCA, SOUTH CAMPUS" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.144" }, { - "url" : "XAD.7", - "valueCode" : "B" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "use" : "work", - "line" : [ - "4567 E. NINTH AVENUE" - ], - "city" : "DENVER", - "district" : "S", - "state" : "IG", - "postalCode" : "80220", - "country" : "USA" - } - ] - } - }, - { - "fullUrl" : "PractitionerRole/1716965606329222000.e9964d4d-371f-4e69-a3a0-14fe576c0fcb", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1716965606329222000.e9964d4d-371f-4e69-a3a0-14fe576c0fcb", - "practitioner" : { - "reference" : "Practitioner/1716965606329866000.7c3f2a3f-6680-49a0-8c96-303004a2c0e7" - }, - "organization" : { - "reference" : "Organization/1716965606330797000.866da89e-9e23-4b4c-8c3b-8891594793fa" - }, - "code" : [ - { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } - ] - } - ] - } - }, - { - "fullUrl" : "Observation/1716965606770281000.a024a3b3-c6bf-4287-890a-e15beb631c22", - "resource" : { - "resourceType" : "Observation", - "id" : "1716965606770281000.a024a3b3-c6bf-4287-890a-e15beb631c22", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2028-08-07T16:36:01-06:00", - "_valueDateTime" : { - "extension" : [ + "type": { + "coding": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280807163601-0600" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "XX" } ] - } - }, + }, + "value": "06D0055551" + } + ], + "name": "TMCA, SOUTH CAMPUS", + "telecom": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-5-value-sn", - "extension" : [ + "extension": [ { - "url" : "SN.1", - "valueString" : "=" + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString": "1" }, { - "url" : "SN.2", - "valueString" : "2" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ - { - "url" : "OBX.2", - "valueId" : "SN" + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString": "303" }, { - "url" : "OBX.6", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "UCUM" - } - ], - "system" : "http://unitsofmeasure.org", - "version" : "2.40", - "code" : "ug/mL", - "display" : "MicroGrams Per MilliLiter [Mass Concentration Units]" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "ug/mL", - "display" : "ug/mL" - } - ] - } + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString": "6952653" }, { - "url" : "OBX.11", - "valueString" : "P" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ + { + "url": "XTN.2", + "valueString": "WPN" + }, + { + "url": "XTN.3", + "valueString": "PH" + }, + { + "url": "XTN.7", + "valueString": "6952653" + } + ] } - ] + ], + "system": "phone", + "use": "work" } ], - "status" : "preliminary", - "code" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } - ], - "system" : "http://loinc.org", - "version" : "2.40", - "code" : "29254-0", - "display" : "Linezolid [Susceptibility] by Minimum inhibitory concentration (MIC)" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, + "address": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ + { + "url": "SAD.1", + "valueString": "1501 S. POTOMAC" + } + ] + }, + { + "url": "XAD.7", + "valueCode": "B" + } + ] + } + ], + "use": "work", + "line": [ + "1501 S. POTOMAC" + ], + "city": "AURORA", + "district": "MD", + "state": "IG", + "postalCode": "80012", + "country": "USA" + } + ] + } + }, + { + "fullUrl": "PractitionerRole/1732567199277056000.5dc7ed7d-c1b1-491b-98b9-c089fea638de", + "resource": { + "resourceType": "PractitionerRole", + "id": "1732567199277056000.5dc7ed7d-c1b1-491b-98b9-c089fea638de", + "practitioner": { + "reference": "Practitioner/1732567199280513000.b57f6ea8-bf67-499e-b21e-445da54d3bdf" + }, + "organization": { + "reference": "Organization/1732567199282665000.9a242a73-270f-4948-a03e-349c6132ccc9" + } + } + }, + { + "fullUrl": "Organization/1732567199288129000.45dae377-0ff2-437a-a4f5-004892737f47", + "resource": { + "resourceType": "Organization", + "id": "1732567199288129000.45dae377-0ff2-437a-a4f5-004892737f47", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "L" + } + ] + } } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "LZD", - "display" : "LINEZOLID" - } - ] - }, - "subject" : { - "reference" : "Patient/1716965606097981000.a9e583b2-8233-4a28-b882-d0a7d74c0b8e" - }, - "encounter" : { - "reference" : "Encounter/1716965606112940000.37c8abef-ba3d-4cf0-9290-84f8d7f8d47f" - }, - "effectiveDateTime" : "2028-08-07T16:36:01-06:00", - "_effectiveDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280807163601-0600" + "code": "L" } - ] - }, - "performer" : [ - { - "reference" : "Organization/1716965606770619000.3df30c5a-a325-43ec-8cdc-59e123f72f58" }, { - "reference" : "PractitionerRole/1716965606770756000.836dcb32-9a06-4e20-b4df-7b72544f20fd" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ + { + "url": "XON.10", + "valueString": "06D0055551" + } + ] } ], - "interpretation" : [ + "identifier": [ { - "coding" : [ + "extension": [ { - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "TMCA, SOUTH CAMPUS" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70078" - } - ], - "version" : "2.5.1", - "code" : "S", - "display" : "Susceptible. Indicates for microbiology susceptibilities only." - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.144" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "S", - "display" : "S" + ] } - ] - } - ] - } - }, - { - "fullUrl" : "Organization/1716965606770619000.3df30c5a-a325-43ec-8cdc-59e123f72f58", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606770619000.3df30c5a-a325-43ec-8cdc-59e123f72f58", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", - "valueCodeableConcept" : { - "coding" : [ + ], + "type": { + "coding": [ { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LB" - } - ], - "code" : "MCOE", - "display" : "ROSE MEDICAL CENTER (MCOE)" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "XX" } ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" + }, + "value": "06D0055551" } ], - "identifier" : [ + "name": "TMCA, SOUTH CAMPUS" + } + }, + { + "fullUrl": "Location/1732567199289431000.8566d616-5447-4ad7-a732-a1d428cac2bc", + "resource": { + "resourceType": "Location", + "id": "1732567199289431000.8566d616-5447-4ad7-a732-a1d428cac2bc", + "extension": [ { - "system" : "LB", - "value" : "MCOE" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ], - "name" : "ROSE MEDICAL CENTER (MCOE)" + "name": "RML", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" + } + ] + } } }, { - "fullUrl" : "Practitioner/1716965606771491000.fb17bb1c-fbf1-4e4e-870e-acad0372fa05", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606771491000.fb17bb1c-fbf1-4e4e-870e-acad0372fa05", - "extension" : [ + "fullUrl": "Practitioner/1732567199290293000.65a73d14-5ca1-45bc-ad49-6a5029ffd397", + "resource": { + "resourceType": "Practitioner", + "id": "1732567199290293000.65a73d14-5ca1-45bc-ad49-6a5029ffd397", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "NPI" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.144" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ + { + "url": "XCN.3", + "valueString": "Christopher" + }, { - "url" : "XCN.3", - "valueString" : "Shalini" + "url": "XCN.4", + "valueString": "Beau" }, { - "url" : "XCN.21", - "valueString" : "MD" + "url": "XCN.21", + "valueString": "MD" }, { - "url" : "XCN.10", - "valueString" : "L" + "url": "XCN.10", + "valueString": "L" } ] } ], - "identifier" : [ + "identifier": [ { - "type" : { - "coding" : [ + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference": { + "reference": "Location/1732567199289431000.8566d616-5447-4ad7-a732-a1d428cac2bc" + } + } + ], + "type": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true } ], - "code" : "FI" + "code": "NPI" } ] }, - "system" : "RML", - "value" : "1033122247" + "system": "NPI", + "value": "1871759365" } ], - "name" : [ + "name": [ { - "use" : "official", - "family" : "Chahal", - "given" : [ - "Shalini" - ], - "prefix" : [ - "Dr." + "use": "official", + "family": "Willison", + "given": [ + "Christopher", + "Beau" ], - "suffix" : [ + "suffix": [ "MD" ] } @@ -17013,9766 +18495,3646 @@ } }, { - "fullUrl" : "Organization/1716965606772306000.daae2a04-7fef-42ac-acb7-4fcef32f9435", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606772306000.daae2a04-7fef-42ac-acb7-4fcef32f9435", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ], - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } - ], - "code" : "L" - } - ] - } - } - ], - "code" : "L" + "fullUrl": "Location/1732567199291462000.7ddb0bb6-40f6-444e-a526-b17852c480f5", + "resource": { + "resourceType": "Location", + "id": "1732567199291462000.7ddb0bb6-40f6-444e-a526-b17852c480f5", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ], + "name": "RML", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" } + ] + } + } + }, + { + "fullUrl": "Practitioner/1732567199293249000.ba98c75d-94a8-431a-be71-73c8cde69a26", + "resource": { + "resourceType": "Practitioner", + "id": "1732567199293249000.ba98c75d-94a8-431a-be71-73c8cde69a26", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "NPI" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.144" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ + { + "url": "XCN.3", + "valueString": "Christopher" + }, + { + "url": "XCN.4", + "valueString": "Beau" + }, + { + "url": "XCN.21", + "valueString": "MD" + }, + { + "url": "XCN.10", + "valueString": "L" + } + ] } ], - "name" : "ROSE MEDICAL CENTER (MCOE)", - "address" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "4567 E. NINTH AVENUE" - } - ] - }, - { - "url" : "XAD.7", - "valueCode" : "B" - } - ] + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference": { + "reference": "Location/1732567199291462000.7ddb0bb6-40f6-444e-a526-b17852c480f5" + } } ], - "use" : "work", - "line" : [ - "4567 E. NINTH AVENUE" + "type": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true + } + ], + "code": "NPI" + } + ] + }, + "system": "NPI", + "value": "1871759365" + } + ], + "name": [ + { + "use": "official", + "family": "Willison", + "given": [ + "Christopher", + "Beau" ], - "city" : "DENVER", - "district" : "S", - "state" : "IG", - "postalCode" : "80220", - "country" : "USA" + "suffix": [ + "MD" + ] } ] } }, { - "fullUrl" : "PractitionerRole/1716965606770756000.836dcb32-9a06-4e20-b4df-7b72544f20fd", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1716965606770756000.836dcb32-9a06-4e20-b4df-7b72544f20fd", - "practitioner" : { - "reference" : "Practitioner/1716965606771491000.fb17bb1c-fbf1-4e4e-870e-acad0372fa05" - }, - "organization" : { - "reference" : "Organization/1716965606772306000.daae2a04-7fef-42ac-acb7-4fcef32f9435" - }, - "code" : [ + "fullUrl": "Practitioner/1732567199294953000.29be3143-0ac1-4aa9-a2d9-c305cf61144e", + "resource": { + "resourceType": "Practitioner", + "id": "1732567199294953000.29be3143-0ac1-4aa9-a2d9-c305cf61144e", + "identifier": [ { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } - ] + "value": "ER" } ] } }, { - "fullUrl" : "Observation/1716965606774319000.8ada4105-2b21-4bfa-9bde-bb9d8df809a1", - "resource" : { - "resourceType" : "Observation", - "id" : "1716965606774319000.8ada4105-2b21-4bfa-9bde-bb9d8df809a1", - "extension" : [ + "fullUrl": "ServiceRequest/1732567199318382000.46e91b38-da3c-4cc8-801e-18c8d07d0ecf", + "resource": { + "resourceType": "ServiceRequest", + "id": "1732567199318382000.46e91b38-da3c-4cc8-801e-18c8d07d0ecf", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", + "valueCode": "RE" + }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", + "valueString": "202808080928" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2028-08-07T16:36:01-06:00", - "_valueDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280807163601-0600" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/orc-common-order", + "extension": [ + { + "url": "ORC.6", + "valueString": "N" + }, + { + "url": "orc-21-ordering-facility-name", + "valueReference": { + "reference": "Organization/1732567199309365000.42d0cf2c-f189-47f3-9382-7713bf5749f7" + } + }, + { + "url": "orc-22-ordering-facility-address", + "valueAddress": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ + { + "url": "SAD.1", + "valueString": "1501 S. POTOMAC" + } + ] + }, + { + "url": "XAD.7", + "valueCode": "B" + } + ] + } + ], + "use": "work", + "line": [ + "1501 S. POTOMAC" + ], + "city": "AURORA", + "district": "MD", + "state": "IG", + "postalCode": "80012", + "country": "USA" + } + }, + { + "url": "orc-24-ordering-provider-address", + "valueAddress": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ + { + "url": "SAD.1", + "valueString": "5600 S Quebec St #312A" + } + ] + }, + { + "url": "XAD.7", + "valueCode": "B" + } + ] + } + ], + "use": "work", + "line": [ + "5600 S Quebec St #312A" + ], + "city": "Greenwood Village", + "district": "MD", + "state": "IG", + "postalCode": "80111", + "country": "USA" + } + }, + { + "url": "orc-12-ordering-provider", + "valueReference": { + "reference": "Practitioner/1732567199313314000.d0e751df-2661-4b2b-b8d0-af3f50e438db" + } + }, + { + "url": "ORC.15", + "valueString": "202108032350" + }, + { + "url": "ORC.17", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "TMCA, SOUTH CAMPUS" + } + ] + } + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", + "extension": [ + { + "url": "OBR.2", + "valueIdentifier": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "M12776123.3" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.144" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + } + ], + "value": "09339017" + } + }, + { + "url": "OBR.3", + "valueIdentifier": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "M12776123.3" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + } + ], + "value": "21:AA:B0029251S.3" + } + }, + { + "url": "OBR.16", + "valueReference": { + "reference": "Practitioner/1732567199315426000.f8b7b624-263c-4b36-9352-43f2154c6046" + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", + "valueContactPoint": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString": "1" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString": "303" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString": "4362727" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ + { + "url": "XTN.2", + "valueString": "WPN" + }, + { + "url": "XTN.3", + "valueString": "PH" + }, + { + "url": "XTN.7", + "valueString": "4362727" + }, + { + "url": "XTN.9", + "valueString": "Hospital Line" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBR.17" + } + ], + "system": "phone", + "use": "work" + } + }, + { + "url": "OBR.18", + "valueString": "21:AA:B0029251Sm12776123" + }, + { + "url": "OBR.19", + "valueString": "09339017" + }, + { + "url": "OBR.7", + "valueDateTime": "2028-08-02T02:52:01-06:00", + "_valueDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20280802025201-0600" + } + ] + } + }, + { + "url": "OBR.21", + "valueString": "TMCA, SOUTH CAMPUS" + }, + { + "url": "OBR.22", + "valueString": "20210810062500-0600" + }, + { + "url": "OBR.25", + "valueId": "P" + }, + { + "url": "OBR.8", + "valueDateTime": "2028-08-02T02:52:01-06:00", + "_valueDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20280802025201-0600" + } + ] } - ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ + }, { - "url" : "OBX.2", - "valueId" : "ST" + "url": "OBR.10", + "valueReference": { + "reference": "Practitioner/1732567199317214000.126293fa-a647-4d91-b864-107eeaf0e25d" + } }, { - "url" : "OBX.6", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "UCUM" - } - ], - "system" : "http://unitsofmeasure.org", - "version" : "2.40", - "code" : "ug/mL", - "display" : "MicroGrams Per MilliLiter [Mass Concentration Units]" - }, + "url": "OBR.13", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "ug/mL", - "display" : "ug/mL" + "code": "SEPTIC SHOCK" } ] } - }, - { - "url" : "OBX.11", - "valueString" : "P" } ] } ], - "status" : "preliminary", - "code" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } - ], - "system" : "http://loinc.org", - "version" : "2.40", - "code" : "6933-6", - "display" : "Streptomycin.high potency [Susceptibility] by Minimum inhibitory concentration (MIC)" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "STS", - "display" : "STREPTOMYCIN SYNERGY SCREEN" - } - ] - }, - "subject" : { - "reference" : "Patient/1716965606097981000.a9e583b2-8233-4a28-b882-d0a7d74c0b8e" - }, - "encounter" : { - "reference" : "Encounter/1716965606112940000.37c8abef-ba3d-4cf0-9290-84f8d7f8d47f" - }, - "effectiveDateTime" : "2028-08-07T16:36:01-06:00", - "_effectiveDateTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280807163601-0600" - } - ] - }, - "performer" : [ - { - "reference" : "Organization/1716965606774621000.08c9411f-9c1b-4b16-bc36-a3cffece720b" - }, - { - "reference" : "PractitionerRole/1716965606774749000.7734c184-c11a-4860-9c69-2eaf2bca4092" - } - ], - "valueString" : "SYN-S", - "interpretation" : [ + "identifier": [ { - "coding" : [ + "extension": [ { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70078" - } - ], - "version" : "2.5.1", - "code" : "S", - "display" : "Susceptible. Indicates for microbiology susceptibilities only." + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "ORC.2" }, { - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "M12776123.3" + }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.144" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "S", - "display" : "S" + ] } - ] - } - ] - } - }, - { - "fullUrl" : "Organization/1716965606774621000.08c9411f-9c1b-4b16-bc36-a3cffece720b", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606774621000.08c9411f-9c1b-4b16-bc36-a3cffece720b", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", - "valueCodeableConcept" : { - "coding" : [ + ], + "type": { + "coding": [ { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LB" - } - ], - "code" : "MCOE", - "display" : "ROSE MEDICAL CENTER (MCOE)" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "PLAC" } ] - } - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } - ], - "identifier" : [ - { - "system" : "LB", - "value" : "MCOE" - } - ], - "name" : "ROSE MEDICAL CENTER (MCOE)" - } - }, - { - "fullUrl" : "Practitioner/1716965606775307000.9042aac9-853a-449e-99d9-4107aeea5c5d", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606775307000.9042aac9-853a-449e-99d9-4107aeea5c5d", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] + }, + "value": "09339017" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "Shalini" - }, + "extension": [ { - "url" : "XCN.21", - "valueString" : "MD" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "ORC.3" }, { - "url" : "XCN.10", - "valueString" : "L" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "M12776123.3" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] } - ] - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ + ], + "type": { + "coding": [ { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "FI" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "FILL" } ] }, - "system" : "RML", - "value" : "1033122247" - } - ], - "name" : [ - { - "use" : "official", - "family" : "Chahal", - "given" : [ - "Shalini" - ], - "prefix" : [ - "Dr." - ], - "suffix" : [ - "MD" - ] - } - ] - } - }, - { - "fullUrl" : "Organization/1716965606776103000.9504a7a6-afe4-4f22-b514-d9bb5020857f", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606776103000.9504a7a6-afe4-4f22-b514-d9bb5020857f", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ], - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } - ], - "code" : "L" - } - ] - } - } - ], - "code" : "L" - } - } - ], - "name" : "ROSE MEDICAL CENTER (MCOE)", - "address" : [ + "value": "21:AA:B0029251S.3" + }, { - "extension" : [ + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "ORC.4" + }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "4567 E. NINTH AVENUE" - } - ] + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "M12776123" }, { - "url" : "XAD.7", - "valueCode" : "B" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.144" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "use" : "work", - "line" : [ - "4567 E. NINTH AVENUE" - ], - "city" : "DENVER", - "district" : "S", - "state" : "IG", - "postalCode" : "80220", - "country" : "USA" - } - ] - } - }, - { - "fullUrl" : "PractitionerRole/1716965606774749000.7734c184-c11a-4860-9c69-2eaf2bca4092", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1716965606774749000.7734c184-c11a-4860-9c69-2eaf2bca4092", - "practitioner" : { - "reference" : "Practitioner/1716965606775307000.9042aac9-853a-449e-99d9-4107aeea5c5d" - }, - "organization" : { - "reference" : "Organization/1716965606776103000.9504a7a6-afe4-4f22-b514-d9bb5020857f" - }, - "code" : [ - { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } - ] - } - ] - } - }, - { - "fullUrl" : "Observation/1716965606781098000.ca25d9db-d940-492c-85b3-898ff2c1dc5c", - "resource" : { - "resourceType" : "Observation", - "id" : "1716965606781098000.ca25d9db-d940-492c-85b3-898ff2c1dc5c", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2028-08-07T16:36:01-06:00", - "_valueDateTime" : { - "extension" : [ + "type": { + "coding": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280807163601-0600" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "PGN" } ] - } + }, + "value": "21:AA:B0029251S" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-5-value-sn", - "extension" : [ + "extension": [ { - "url" : "SN.1", - "valueString" : ">=" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "ORC.4" }, { - "url" : "SN.2", - "valueString" : "32" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "M12776123" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.144" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ - { - "url" : "OBX.2", - "valueId" : "SN" - }, - { - "url" : "OBX.6", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "UCUM" - } - ], - "system" : "http://unitsofmeasure.org", - "version" : "2.40", - "code" : "ug/mL", - "display" : "MicroGrams Per MilliLiter [Mass Concentration Units]" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "ug/mL", - "display" : "ug/mL" - } - ] + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "FGN" } - }, - { - "url" : "OBX.11", - "valueString" : "P" - } - ] + ] + }, + "value": "21:AA:B0029251S" } ], - "status" : "preliminary", - "code" : { - "coding" : [ + "status": "unknown", + "code": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" } ], - "system" : "http://loinc.org", - "version" : "2.40", - "code" : "19000-9", - "display" : "Vancomycin [Susceptibility]" + "system": "http://loinc.org", + "version": "2.40", + "code": "77202-0", + "display": "Laboratory comment [Text] in Report Narrative" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "VA", - "display" : "VANCOMYCIN" + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "VERGPCOM", + "display": "COMMENT" } ] }, - "subject" : { - "reference" : "Patient/1716965606097981000.a9e583b2-8233-4a28-b882-d0a7d74c0b8e" - }, - "encounter" : { - "reference" : "Encounter/1716965606112940000.37c8abef-ba3d-4cf0-9290-84f8d7f8d47f" + "subject": { + "reference": "Patient/1732567199025839000.d11ba4b4-e7a2-49d8-8e83-76b149257553" }, - "effectiveDateTime" : "2028-08-07T16:36:01-06:00", - "_effectiveDateTime" : { - "extension" : [ + "requester": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280807163601-0600" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", + "valueContactPoint": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString": "1" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString": "303" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString": "4362727" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ + { + "url": "XTN.2", + "valueString": "WPN" + }, + { + "url": "XTN.3", + "valueString": "PH" + }, + { + "url": "XTN.7", + "valueString": "4362727" + }, + { + "url": "XTN.9", + "valueString": "Hospital Line" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "ORC.14" + } + ], + "system": "phone", + "use": "work" + } } - ] + ], + "reference": "PractitionerRole/1732567199297610000.2a0e1d38-ed43-4d8f-8dc4-b37d188a7d5c" }, - "performer" : [ - { - "reference" : "Organization/1716965606781623000.ae74f6cc-d8d6-4b8f-832c-7cb25e48dea5" - }, - { - "reference" : "PractitionerRole/1716965606782516000.690420c1-3253-4f35-b4e3-05a943e9ba9c" - } - ], - "interpretation" : [ + "reasonCode": [ { - "coding" : [ + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70078" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "I10" } ], - "version" : "2.5.1", - "code" : "R", - "display" : "Resistant. Indicates for microbiology susceptibilities only." + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "version": "38", + "code": "R6521", + "display": "SEVERE SEPSIS WITH SEPTIC SHOCK" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "I10" } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "R", - "display" : "R" + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "version": "38", + "code": "R6521", + "display": "SEVERE SEPSIS WITH SEPTIC SHOCK" } ] } - ] - } - }, - { - "fullUrl" : "Organization/1716965606781623000.ae74f6cc-d8d6-4b8f-832c-7cb25e48dea5", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606781623000.ae74f6cc-d8d6-4b8f-832c-7cb25e48dea5", - "extension" : [ + ], + "note": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension": [ + { + "url": "NTE.2", + "valueId": "L" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70364" + } + ], + "version": "2.5.1", + "code": "RE", + "display": "Remark" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "C", + "display": "Comment" + } + ] + } + } + ] + }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension": [ + { + "url": "NTE.2", + "valueId": "L" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId": "Critical result called to and read back by:CLAIRE HCE7362" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept": { + "coding": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70364" + } + ], + "version": "2.5.1", + "code": "RE", + "display": "Remark" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LB" + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "C", + "display": "Comment" } - ], - "code" : "MCOE", - "display" : "ROSE MEDICAL CENTER (MCOE)" + ] } - ] - } + } + ], + "text": "Critical result called to and read back by:CLAIRE HCE7362" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } - ], - "identifier" : [ - { - "system" : "LB", - "value" : "MCOE" - } - ], - "name" : "ROSE MEDICAL CENTER (MCOE)" - } - }, - { - "fullUrl" : "Practitioner/1716965606784152000.2ff54158-d2f0-44f4-9959-61fe740c8c1a", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606784152000.2ff54158-d2f0-44f4-9959-61fe740c8c1a", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension": [ + { + "url": "NTE.2", + "valueId": "L" + } + ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId": "Location:ICUB on 08/08/21 at 1539 by ELB.RM" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70364" + } + ], + "version": "2.5.1", + "code": "RE", + "display": "Remark" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "C", + "display": "Comment" + } + ] + } } - ] + ], + "text": "Location:ICUB on 08/08/21 at 1539 by ELB.RM" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ + "extension": [ { - "url" : "XCN.3", - "valueString" : "Shalini" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension": [ + { + "url": "NTE.2", + "valueId": "L" + } + ] }, { - "url" : "XCN.21", - "valueString" : "MD" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId": "Critical result called to and read back by:CLAIRE HCE7362" }, { - "url" : "XCN.10", - "valueString" : "L" - } - ] - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70364" + } + ], + "version": "2.5.1", + "code": "RE", + "display": "Remark" + }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "C", + "display": "Comment" } - ], - "code" : "FI" + ] } - ] - }, - "system" : "RML", - "value" : "1033122247" - } - ], - "name" : [ - { - "use" : "official", - "family" : "Chahal", - "given" : [ - "Shalini" - ], - "prefix" : [ - "Dr." + } ], - "suffix" : [ - "MD" - ] - } - ] - } - }, - { - "fullUrl" : "Organization/1716965606784959000.8c282a91-87f1-4cd0-a4b8-98eee82d48f3", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606784959000.8c282a91-87f1-4cd0-a4b8-98eee82d48f3", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ], - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } - ], - "code" : "L" - } - ] - } - } - ], - "code" : "L" - } - } - ], - "name" : "ROSE MEDICAL CENTER (MCOE)", - "address" : [ + "text": "Critical result called to and read back by:CLAIRE HCE7362" + }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "4567 E. NINTH AVENUE" - } - ] - }, + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension": [ { - "url" : "XAD.7", - "valueCode" : "B" + "url": "NTE.2", + "valueId": "L" } ] - } - ], - "use" : "work", - "line" : [ - "4567 E. NINTH AVENUE" - ], - "city" : "DENVER", - "district" : "R", - "state" : "IG", - "postalCode" : "80220", - "country" : "USA" - } - ] - } - }, - { - "fullUrl" : "PractitionerRole/1716965606782516000.690420c1-3253-4f35-b4e3-05a943e9ba9c", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1716965606782516000.690420c1-3253-4f35-b4e3-05a943e9ba9c", - "practitioner" : { - "reference" : "Practitioner/1716965606784152000.2ff54158-d2f0-44f4-9959-61fe740c8c1a" - }, - "organization" : { - "reference" : "Organization/1716965606784959000.8c282a91-87f1-4cd0-a4b8-98eee82d48f3" - }, - "code" : [ - { - "coding" : [ + }, { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } - ] - } - ] - } - }, - { - "fullUrl" : "Specimen/1716965606794491000.1d9a511c-50fd-4f6e-b968-9dd34634390c", - "resource" : { - "resourceType" : "Specimen", - "id" : "1716965606794491000.1d9a511c-50fd-4f6e-b968-9dd34634390c", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", - "valueString" : "OBR" - } - ], - "collection" : { - "collector" : { - "reference" : "Practitioner/1727474667987404000.47d8c87d-22f6-4c2e-b128-c7581a9dcb37" - }, - "collectedPeriod" : { - "start" : "2028-08-02T02:52:01-06:00", - "_start" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" - } - ] - }, - "end" : "2028-08-02T02:52:01-06:00", - "_end" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" - } - ] - } - } - } - } - }, - { - "fullUrl" : "Practitioner/1727474667987404000.47d8c87d-22f6-4c2e-b128-c7581a9dcb37", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1727474667987404000.47d8c87d-22f6-4c2e-b128-c7581a9dcb37", - "identifier" : [ - { - "value" : "ER" - } - ] - } - }, - { - "fullUrl" : "Specimen/1716965606794848000.02a5ec34-332a-4514-8546-b69e7eac3a70", - "resource" : { - "resourceType" : "Specimen", - "id" : "1716965606794848000.02a5ec34-332a-4514-8546-b69e7eac3a70", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", - "valueString" : "OBR" - } - ], - "collection" : { - "collector" : { - "reference" : "Practitioner/1727474667989088000.ec94c45e-f6be-4bdb-83b4-4655198ff7a0" - }, - "collectedPeriod" : { - "start" : "2028-08-02T02:52:01-06:00", - "_start" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" - } - ] - }, - "end" : "2028-08-02T02:52:01-06:00", - "_end" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" - } - ] - } - } - } - } - }, - { - "fullUrl" : "Practitioner/1727474667989088000.ec94c45e-f6be-4bdb-83b4-4655198ff7a0", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1727474667989088000.ec94c45e-f6be-4bdb-83b4-4655198ff7a0", - "identifier" : [ - { - "value" : "ER" - } - ] - } - }, - { - "fullUrl" : "Specimen/1716965606795206000.78099b7e-55cc-460b-b5e6-d0c7b7e91f5d", - "resource" : { - "resourceType" : "Specimen", - "id" : "1716965606795206000.78099b7e-55cc-460b-b5e6-d0c7b7e91f5d", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", - "valueString" : "OBR" - } - ], - "collection" : { - "collector" : { - "reference" : "Practitioner/1727474667990026000.862f5c24-268b-4fe0-b856-483da2916bbe" - }, - "collectedPeriod" : { - "start" : "2028-08-02T02:52:01-06:00", - "_start" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" - } - ] - }, - "end" : "2028-08-02T02:52:01-06:00", - "_end" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" - } - ] - } - } - } - } - }, - { - "fullUrl" : "Practitioner/1727474667990026000.862f5c24-268b-4fe0-b856-483da2916bbe", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1727474667990026000.862f5c24-268b-4fe0-b856-483da2916bbe", - "identifier" : [ - { - "value" : "ER" - } - ] - } - }, - { - "fullUrl" : "Specimen/1716965606795562000.1a9db60a-3bf5-4625-b71a-0707660f163e", - "resource" : { - "resourceType" : "Specimen", - "id" : "1716965606795562000.1a9db60a-3bf5-4625-b71a-0707660f163e", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", - "valueString" : "OBR" - } - ], - "collection" : { - "collector" : { - "reference" : "Practitioner/1727474667990903000.8194b15d-a1f0-4516-ad43-4f42d819e4ea" - }, - "collectedPeriod" : { - "start" : "2028-08-07T16:36:01-06:00", - "_start" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280807163601-0600" - } - ] - }, - "end" : "2028-08-07T16:36:01-06:00", - "_end" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280807163601-0600" - } - ] - } - } - } - } - }, - { - "fullUrl" : "Practitioner/1727474667990903000.8194b15d-a1f0-4516-ad43-4f42d819e4ea", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1727474667990903000.8194b15d-a1f0-4516-ad43-4f42d819e4ea", - "identifier" : [ - { - "value" : "ER" - } - ] - } - }, - { - "fullUrl" : "Specimen/1716965606795933000.fe447d26-eeb2-484b-bf88-d358ebd0736d", - "resource" : { - "resourceType" : "Specimen", - "id" : "1716965606795933000.fe447d26-eeb2-484b-bf88-d358ebd0736d", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", - "valueString" : "OBR" - } - ], - "collection" : { - "collector" : { - "reference" : "Practitioner/1727474667991784000.0ebbce89-11bf-4a99-ae60-e0079aa53226" - }, - "collectedPeriod" : { - "start" : "2028-08-07T16:36:01-06:00", - "_start" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280807163601-0600" - } - ] - }, - "end" : "2028-08-07T16:36:01-06:00", - "_end" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280807163601-0600" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId": "Location:ICUB on 08/08/21 at 1050 by ELB.SMX" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70364" + } + ], + "version": "2.5.1", + "code": "RE", + "display": "Remark" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "C", + "display": "Comment" + } + ] } - ] - } + } + ], + "text": "Location:ICUB on 08/08/21 at 1050 by ELB.SMX" } - } + ] } }, { - "fullUrl" : "Practitioner/1727474667991784000.0ebbce89-11bf-4a99-ae60-e0079aa53226", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1727474667991784000.0ebbce89-11bf-4a99-ae60-e0079aa53226", - "identifier" : [ + "fullUrl": "Location/1732567199298346000.c4bc6852-9072-410f-8a6c-e70941712e31", + "resource": { + "resourceType": "Location", + "id": "1732567199298346000.c4bc6852-9072-410f-8a6c-e70941712e31", + "extension": [ { - "value" : "ER" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } - ] + ], + "name": "RML", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" + } + ] + } } }, { - "fullUrl" : "Specimen/1716965606798461000.d3e9803e-bf78-4906-b7e7-d7e98c449d3a", - "resource" : { - "resourceType" : "Specimen", - "id" : "1716965606798461000.d3e9803e-bf78-4906-b7e7-d7e98c449d3a", - "extension" : [ + "fullUrl": "Practitioner/1732567199301578000.470114c6-bfc5-4486-81a0-bfef36c2442b", + "resource": { + "resourceType": "Practitioner", + "id": "1732567199301578000.470114c6-bfc5-4486-81a0-bfef36c2442b", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "NPI" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.144" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", - "valueString" : "SPM" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ + { + "url": "XCN.3", + "valueString": "Christopher" + }, + { + "url": "XCN.4", + "valueString": "Beau" + }, + { + "url": "XCN.21", + "valueString": "MD" + }, + { + "url": "XCN.10", + "valueString": "L" + } + ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/spm-specimen", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "ORC.12" + } + ], + "identifier": [ + { + "extension": [ { - "url" : "SPM.26", - "valueString" : "1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference": { + "reference": "Location/1732567199298346000.c4bc6852-9072-410f-8a6c-e70941712e31" + } } + ], + "type": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true + } + ], + "code": "NPI" + } + ] + }, + "system": "NPI", + "value": "1871759365" + } + ], + "name": [ + { + "use": "official", + "family": "Willison", + "given": [ + "Christopher", + "Beau" + ], + "suffix": [ + "MD" ] } ], - "identifier" : [ + "address": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/filler-assigned-identifier", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", - "valueString" : "M12776123" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ + { + "url": "SAD.1", + "valueString": "5600 S Quebec St #312A" + } + ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" + "url": "XAD.7", + "valueCode": "B" } ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", - "valueString" : "SPM.2.1" } ], - "type" : { - "coding" : [ + "use": "work", + "line": [ + "5600 S Quebec St #312A" + ], + "city": "Greenwood Village", + "district": "MD", + "state": "IG", + "postalCode": "80111", + "country": "USA" + } + ] + } + }, + { + "fullUrl": "Organization/1732567199303663000.b4c6b48f-ba35-49b1-a04a-8b7480e96976", + "resource": { + "resourceType": "Organization", + "id": "1732567199303663000.b4c6b48f-ba35-49b1-a04a-8b7480e96976", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { + "extension": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PGN" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "L" + } + ] + } } - ] - }, - "value" : "09339017" + ], + "code": "L" + } }, { - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" - }, + "url": "XON.10", + "valueString": "06D0055551" + } + ] + } + ], + "identifier": [ + { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/placer-assigned-identifier", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "TMCA, SOUTH CAMPUS" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.144" + }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", - "valueString" : "09339017" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", - "valueString" : "SPM.2.2" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FGN" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "XX" } ] }, - "value" : "M12776123" + "value": "06D0055551" } ], - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "SCT" - } - ], - "system" : "http://snomed.info/sct", - "version" : "07/31/2012", - "code" : "119297000", - "display" : "Blood specimen" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "BLD", - "display" : "BLOOD" - } - ] - }, - "receivedTime" : "2021-08-04T00:18:00-06:00", - "_receivedTime" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210804001800-0600" - } - ] - }, - "collection" : { - "collectedPeriod" : { - "start" : "2028-08-02T02:52:01-06:00", - "_start" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" - } - ] - }, - "end" : "2028-08-02T02:52:01-06:00", - "_end" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" - } - ] - } - }, - "bodySite" : { - "coding" : [ + "name": "TMCA, SOUTH CAMPUS", + "telecom": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString": "1" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString": "303" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString": "6952653" + }, { - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "XTN.2", + "valueString": "WPN" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "code" : "RA", - "display" : "RIGHT ARM" - }, - { - "extension" : [ + "url": "XTN.3", + "valueString": "PH" + }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" + "url": "XTN.7", + "valueString": "6952653" } - ], - "code" : "5.67" + ] } - ] - } - }, - "container" : [ - { - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } - ], - "display" : "BACTEC AEROBIC PLUS" - } - ] - } + ], + "system": "phone", + "use": "work" } ], - "note" : [ + "address": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "SPM.14" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ + { + "url": "SAD.1", + "valueString": "1501 S. POTOMAC" + } + ] + }, + { + "url": "XAD.7", + "valueCode": "B" + } + ] } ], - "text" : "RA" + "use": "work", + "line": [ + "1501 S. POTOMAC" + ], + "city": "AURORA", + "district": "MD", + "state": "IG", + "postalCode": "80012", + "country": "USA" } ] } }, { - "fullUrl" : "Specimen/1716965606842409000.194839e7-a6d3-4472-bf45-e041a5de3c0d", - "resource" : { - "resourceType" : "Specimen", - "id" : "1716965606842409000.194839e7-a6d3-4472-bf45-e041a5de3c0d", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", - "valueString" : "SPM" + "fullUrl": "PractitionerRole/1732567199297610000.2a0e1d38-ed43-4d8f-8dc4-b37d188a7d5c", + "resource": { + "resourceType": "PractitionerRole", + "id": "1732567199297610000.2a0e1d38-ed43-4d8f-8dc4-b37d188a7d5c", + "practitioner": { + "reference": "Practitioner/1732567199301578000.470114c6-bfc5-4486-81a0-bfef36c2442b" + }, + "organization": { + "reference": "Organization/1732567199303663000.b4c6b48f-ba35-49b1-a04a-8b7480e96976" + } + } + }, + { + "fullUrl": "Organization/1732567199309365000.42d0cf2c-f189-47f3-9382-7713bf5749f7", + "resource": { + "resourceType": "Organization", + "id": "1732567199309365000.42d0cf2c-f189-47f3-9382-7713bf5749f7", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "L" + } + ] + } + } + ], + "code": "L" + } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/spm-specimen", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ { - "url" : "SPM.26", - "valueString" : "3.0" + "url": "XON.10", + "valueString": "06D0055551" } ] } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/filler-assigned-identifier", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "TMCA, SOUTH CAMPUS" + }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", - "valueString" : "M12776123" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.144" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", - "valueString" : "SPM.2.1" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PGN" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "XX" } ] }, - "value" : "09339017" + "value": "06D0055551" + } + ], + "name": "TMCA, SOUTH CAMPUS" + } + }, + { + "fullUrl": "Location/1732567199310685000.0a389216-3789-4d29-8c97-7e4ee94db606", + "resource": { + "resourceType": "Location", + "id": "1732567199310685000.0a389216-3789-4d29-8c97-7e4ee94db606", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ], + "name": "RML", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" + } + ] + } + } + }, + { + "fullUrl": "Practitioner/1732567199313314000.d0e751df-2661-4b2b-b8d0-af3f50e438db", + "resource": { + "resourceType": "Practitioner", + "id": "1732567199313314000.d0e751df-2661-4b2b-b8d0-af3f50e438db", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "NPI" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.144" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] }, { - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" + "url": "XCN.3", + "valueString": "Christopher" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/placer-assigned-identifier", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", - "valueString" : "09339017" - } - ] + "url": "XCN.4", + "valueString": "Beau" + }, + { + "url": "XCN.21", + "valueString": "MD" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", - "valueString" : "SPM.2.2" + "url": "XCN.10", + "valueString": "L" + } + ] + } + ], + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference": { + "reference": "Location/1732567199310685000.0a389216-3789-4d29-8c97-7e4ee94db606" + } } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FGN" + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true + } + ], + "code": "NPI" } ] }, - "value" : "M12776123" + "system": "NPI", + "value": "1871759365" } ], - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "SCT" - } - ], - "system" : "http://snomed.info/sct", - "version" : "07/31/2012", - "code" : "119297000", - "display" : "Blood specimen" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "BLD", - "display" : "BLOOD" - } - ] - }, - "receivedTime" : "2021-08-04T00:18:00-06:00", - "_receivedTime" : { - "extension" : [ + "name": [ + { + "use": "official", + "family": "Willison", + "given": [ + "Christopher", + "Beau" + ], + "suffix": [ + "MD" + ] + } + ] + } + }, + { + "fullUrl": "Location/1732567199314507000.f7657f90-35b6-4909-8e81-3545ebcaf506", + "resource": { + "resourceType": "Location", + "id": "1732567199314507000.f7657f90-35b6-4909-8e81-3545ebcaf506", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ], + "name": "RML", + "physicalType": { + "coding": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210804001800-0600" + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" } ] - }, - "collection" : { - "collectedPeriod" : { - "start" : "2028-08-02T02:52:01-06:00", - "_start" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" - } - ] - }, - "end" : "2028-08-02T02:52:01-06:00", - "_end" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" - } - ] - } + } + } + }, + { + "fullUrl": "Practitioner/1732567199315426000.f8b7b624-263c-4b36-9352-43f2154c6046", + "resource": { + "resourceType": "Practitioner", + "id": "1732567199315426000.f8b7b624-263c-4b36-9352-43f2154c6046", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "NPI" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.144" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] }, - "bodySite" : { - "coding" : [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "code" : "RA", - "display" : "RIGHT ARM" + "url": "XCN.3", + "valueString": "Christopher" }, { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - } - ], - "code" : "5.67" + "url": "XCN.4", + "valueString": "Beau" + }, + { + "url": "XCN.21", + "valueString": "MD" + }, + { + "url": "XCN.10", + "valueString": "L" } ] } - }, - "container" : [ + ], + "identifier": [ { - "type" : { - "coding" : [ + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference": { + "reference": "Location/1732567199314507000.f7657f90-35b6-4909-8e81-3545ebcaf506" + } + } + ], + "type": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true } ], - "display" : "BACTEC BLOOD CULTURE BOTTLES" + "code": "NPI" } ] - } + }, + "system": "NPI", + "value": "1871759365" } ], - "note" : [ + "name": [ { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "SPM.14" - } + "use": "official", + "family": "Willison", + "given": [ + "Christopher", + "Beau" ], - "text" : "RA" + "suffix": [ + "MD" + ] } ] } }, { - "fullUrl" : "Specimen/1716965606844260000.6090d00b-2fef-4254-b412-b69e89f95a28", - "resource" : { - "resourceType" : "Specimen", - "id" : "1716965606844260000.6090d00b-2fef-4254-b412-b69e89f95a28", - "extension" : [ + "fullUrl": "Practitioner/1732567199317214000.126293fa-a647-4d91-b864-107eeaf0e25d", + "resource": { + "resourceType": "Practitioner", + "id": "1732567199317214000.126293fa-a647-4d91-b864-107eeaf0e25d", + "identifier": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", - "valueString" : "SPM" + "value": "ER" } - ], - "identifier" : [ - { - "extension" : [ + ] + } + }, + { + "fullUrl": "ServiceRequest/1732567199341806000.04ec2e33-a0f9-4c3a-9f53-6303e4365ee2", + "resource": { + "resourceType": "ServiceRequest", + "id": "1732567199341806000.04ec2e33-a0f9-4c3a-9f53-6303e4365ee2", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", + "extension": [ + { + "url": "OBR.16", + "valueReference": { + "reference": "Practitioner/1732567199334108000.4134cedf-89db-4f6c-bcae-96a6972af572" + } + }, + { + "url": "OBR.18", + "valueString": "21:AA:B0029251Sm12776123" + }, + { + "url": "OBR.19", + "valueString": "09339017" + }, + { + "url": "OBR.7", + "valueDateTime": "2028-08-07T16:36:01-06:00", + "_valueDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20280807163601-0600" + } + ] + } + }, + { + "url": "OBR.21", + "valueString": "TMCA, SOUTH CAMPUS" + }, + { + "url": "OBR.22", + "valueString": "20210810062500-0600" + }, + { + "url": "OBR.25", + "valueId": "P" + }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/filler-assigned-identifier", - "extension" : [ + "url": "OBR.26", + "extension": [ + { + "url": "prl-1-parent-observation-identifier", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "version": "2.40", + "code": "600-7" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "BCEXT", + "display": "EXTENDED BLOOD CULTURE" + } + ], + "text": "EXTENDED BLOOD CULTURE" + } + }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", - "valueString" : "M12776123" + "url": "prl-2-parent-observation-sub-identifier", + "valueString": "1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" + "url": "prl-3-parent-observation-descriptor", + "valueString": "ENTRAFVRE" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", - "valueString" : "SPM.2.1" - } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PGN" + "url": "OBR.29", + "valueIdentifier": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/filler-assigned-identifier", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", + "valueString": "21:AA:B0029251Sm12776123" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "RML" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "ISO" + } + ] + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "PGN" + } + ] + } } - ] - }, - "value" : "09339017" - }, + }, + { + "url": "OBR.8", + "valueDateTime": "2028-08-07T16:36:01-06:00", + "_valueDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20280807163601-0600" + } + ] + } + }, + { + "url": "OBR.10", + "valueReference": { + "reference": "Practitioner/1732567199339633000.9941f749-f310-4aae-baee-66772fa11dec" + } + }, + { + "url": "OBR.13", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "SEPTIC SHOCK" + } + ] + } + } + ] + } + ], + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBR.3" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/placer-assigned-identifier", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "M12776123.4" + }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", - "valueString" : "09339017" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", - "valueString" : "SPM.2.2" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FGN" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "FILL" } ] }, - "value" : "M12776123" + "value": "21:AA:B0029251S.4" } ], - "type" : { - "coding" : [ + "status": "unknown", + "code": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "SCT" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" } ], - "system" : "http://snomed.info/sct", - "version" : "07/31/2012", - "code" : "119297000", - "display" : "Blood specimen" + "system": "http://loinc.org", + "version": "2.40", + "code": "50545-3", + "display": "Bacterial susceptibility panel by Minimum inhibitory concentration (MIC)" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "BLD", - "display" : "BLOOD" + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "MDAPTOE", + "display": "MIC DAPTOMYCIN E TEST" } ] }, - "receivedTime" : "2021-08-04T00:18:00-06:00", - "_receivedTime" : { - "extension" : [ + "subject": { + "reference": "Patient/1732567199025839000.d11ba4b4-e7a2-49d8-8e83-76b149257553" + }, + "requester": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210804001800-0600" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", + "valueContactPoint": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString": "1" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString": "303" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString": "4362727" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ + { + "url": "XTN.2", + "valueString": "WPN" + }, + { + "url": "XTN.3", + "valueString": "PH" + }, + { + "url": "XTN.7", + "valueString": "4362727" + }, + { + "url": "XTN.9", + "valueString": "Hospital Line" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBR.17" + } + ], + "system": "phone", + "use": "work" + } } - ] + ], + "reference": "Practitioner/1732567199322324000.dcdbb543-03fe-497d-a3d6-fc6dcce5374e" }, - "collection" : { - "collectedPeriod" : { - "start" : "2028-08-02T02:52:01-06:00", - "_start" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" - } - ] - }, - "end" : "2028-08-02T02:52:01-06:00", - "_end" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" - } - ] - } - }, - "bodySite" : { - "coding" : [ + "reasonCode": [ + { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "I10" } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "code" : "RA", - "display" : "RIGHT ARM" + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "version": "38", + "code": "R6521", + "display": "SEVERE SEPSIS WITH SEPTIC SHOCK" }, { - "extension" : [ + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "I10" } ], - "code" : "5.67" + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "version": "38", + "code": "R6521", + "display": "SEVERE SEPSIS WITH SEPTIC SHOCK" } ] } - }, - "note" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "SPM.14" - } - ], - "text" : "RA" - } ] } }, { - "fullUrl" : "Specimen/1716965606846264000.5ea07ffd-6cef-420a-babe-cb59ded318ba", - "resource" : { - "resourceType" : "Specimen", - "id" : "1716965606846264000.5ea07ffd-6cef-420a-babe-cb59ded318ba", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", - "valueString" : "SPM" - }, + "fullUrl": "Location/1732567199319335000.6ba64f36-da2d-4205-8759-8101e15f066d", + "resource": { + "resourceType": "Location", + "id": "1732567199319335000.6ba64f36-da2d-4205-8759-8101e15f066d", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/spm-specimen", - "extension" : [ - { - "url" : "SPM.26", - "valueString" : "3.0" - } - ] + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ], - "identifier" : [ + "name": "RML", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" + } + ] + } + } + }, + { + "fullUrl": "Practitioner/1732567199322324000.dcdbb543-03fe-497d-a3d6-fc6dcce5374e", + "resource": { + "resourceType": "Practitioner", + "id": "1732567199322324000.dcdbb543-03fe-497d-a3d6-fc6dcce5374e", + "extension": [ { - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/filler-assigned-identifier", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", - "valueString" : "M12776123" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" - } - ] + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "NPI" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", - "valueString" : "SPM.2.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.144" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } - ], - "type" : { - "coding" : [ - { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PGN" - } - ] - }, - "value" : "09339017" + ] }, { - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" + "url": "XCN.3", + "valueString": "Christopher" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/placer-assigned-identifier", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", - "valueString" : "09339017" - } - ] + "url": "XCN.4", + "valueString": "Beau" + }, + { + "url": "XCN.21", + "valueString": "MD" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", - "valueString" : "SPM.2.2" + "url": "XCN.10", + "valueString": "L" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBR.16" + } + ], + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference": { + "reference": "Location/1732567199319335000.6ba64f36-da2d-4205-8759-8101e15f066d" + } } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FGN" + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true + } + ], + "code": "NPI" } ] }, - "value" : "M12776123" + "system": "NPI", + "value": "1871759365" } ], - "type" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "SCT" - } - ], - "system" : "http://snomed.info/sct", - "version" : "07/31/2012", - "code" : "119303007", - "display" : "Microbial isolate" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "ISLT", - "display" : "ISOLATE" - } - ] - }, - "receivedTime" : "2021-08-04T00:18:00-06:00", - "_receivedTime" : { - "extension" : [ + "name": [ + { + "use": "official", + "family": "Willison", + "given": [ + "Christopher", + "Beau" + ], + "suffix": [ + "MD" + ] + } + ] + } + }, + { + "fullUrl": "Location/1732567199330781000.ad79eed6-3513-45ff-beb6-ee257a20b8d7", + "resource": { + "resourceType": "Location", + "id": "1732567199330781000.ad79eed6-3513-45ff-beb6-ee257a20b8d7", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ], + "name": "RML", + "physicalType": { + "coding": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210804001800-0600" + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" } ] - }, - "collection" : { - "collectedPeriod" : { - "start" : "2028-08-08T09:28:05-06:00", - "_start" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280808092805-0600" - } - ] - }, - "end" : "2028-08-08T09:28:05-06:00", - "_end" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280808092805-0600" - } - ] - } + } + } + }, + { + "fullUrl": "Practitioner/1732567199334108000.4134cedf-89db-4f6c-bcae-96a6972af572", + "resource": { + "resourceType": "Practitioner", + "id": "1732567199334108000.4134cedf-89db-4f6c-bcae-96a6972af572", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "NPI" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.144" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] }, - "bodySite" : { - "coding" : [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ + { + "url": "XCN.3", + "valueString": "Christopher" + }, + { + "url": "XCN.4", + "valueString": "Beau" + }, { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "code" : "RA", - "display" : "RIGHT ARM" + "url": "XCN.21", + "valueString": "MD" }, { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - } - ], - "code" : "5.67" + "url": "XCN.10", + "valueString": "L" } ] } - }, - "container" : [ + ], + "identifier": [ { - "type" : { - "coding" : [ + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference": { + "reference": "Location/1732567199330781000.ad79eed6-3513-45ff-beb6-ee257a20b8d7" + } + } + ], + "type": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true } ], - "display" : "BACTEC BLOOD CULTURE BOTTLES" + "code": "NPI" } ] - } + }, + "system": "NPI", + "value": "1871759365" } ], - "note" : [ + "name": [ { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "SPM.14" - } + "use": "official", + "family": "Willison", + "given": [ + "Christopher", + "Beau" ], - "text" : "RA" + "suffix": [ + "MD" + ] } ] } }, { - "fullUrl" : "ServiceRequest/1716965606860469000.90b0f4bd-c167-4b84-b581-5e403bb5d301", - "resource" : { - "resourceType" : "ServiceRequest", - "id" : "1716965606860469000.90b0f4bd-c167-4b84-b581-5e403bb5d301", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", - "valueCode" : "RE" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", - "valueString" : "202808080928" - }, + "fullUrl": "Practitioner/1732567199339633000.9941f749-f310-4aae-baee-66772fa11dec", + "resource": { + "resourceType": "Practitioner", + "id": "1732567199339633000.9941f749-f310-4aae-baee-66772fa11dec", + "identifier": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/orc-common-order", - "extension" : [ + "value": "ER" + } + ] + } + }, + { + "fullUrl": "ServiceRequest/1732567199350649000.6d72749f-5ca5-47f9-b04c-f4ede1111108", + "resource": { + "resourceType": "ServiceRequest", + "id": "1732567199350649000.6d72749f-5ca5-47f9-b04c-f4ede1111108", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", + "extension": [ + { + "url": "OBR.16", + "valueReference": { + "reference": "Practitioner/1732567199347806000.733f71a0-d784-48a9-b056-9a1ed5a22207" + } + }, { - "url" : "ORC.6", - "valueString" : "N" + "url": "OBR.18", + "valueString": "21:AA:B0029251Sm12776123" }, { - "url" : "orc-21-ordering-facility-name", - "valueReference" : { - "reference" : "Organization/1716965606855328000.8e655e19-8d8e-4482-9b56-fccaa92defda" - } + "url": "OBR.19", + "valueString": "09339017" }, { - "url" : "orc-22-ordering-facility-address", - "valueAddress" : { - "extension" : [ + "url": "OBR.7", + "valueDateTime": "2028-08-07T16:36:01-06:00", + "_valueDateTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20280807163601-0600" + } + ] + } + }, + { + "url": "OBR.21", + "valueString": "ROSE MEDICAL CENTER (MCOE)" + }, + { + "url": "OBR.22", + "valueString": "20210810062500-0600" + }, + { + "url": "OBR.25", + "valueId": "P" + }, + { + "url": "OBR.26", + "extension": [ + { + "url": "prl-1-parent-observation-identifier", + "valueCodeableConcept": { + "coding": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" } - ] + ], + "system": "http://loinc.org", + "version": "2.40", + "code": "600-7" }, { - "url" : "XAD.7", - "valueCode" : "B" + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "BCEXT", + "display": "EXTENDED BLOOD CULTURE" } - ] + ], + "text": "EXTENDED BLOOD CULTURE" } - ], - "use" : "work", - "line" : [ - "1501 S. POTOMAC" - ], - "city" : "AURORA", - "district" : "MD", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" - } + }, + { + "url": "prl-2-parent-observation-sub-identifier", + "valueString": "1" + }, + { + "url": "prl-3-parent-observation-descriptor", + "valueString": "ENTRAFVRE" + } + ] }, { - "url" : "orc-24-ordering-provider-address", - "valueAddress" : { - "extension" : [ + "url": "OBR.29", + "valueIdentifier": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/filler-assigned-identifier", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "5600 S Quebec St #312A" - } - ] + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", + "valueString": "21:AA:B0029251Sm12776123" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "RML" }, { - "url" : "XAD.7", - "valueCode" : "B" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "ISO" } ] } ], - "use" : "work", - "line" : [ - "5600 S Quebec St #312A" - ], - "city" : "Greenwood Village", - "district" : "MD", - "state" : "IG", - "postalCode" : "80111", - "country" : "USA" + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "PGN" + } + ] + } } }, { - "url" : "orc-12-ordering-provider", - "valueReference" : { - "reference" : "Practitioner/1716965606857079000.ad514bdd-2867-48f3-8346-dd45696bdeaf" + "url": "OBR.8", + "valueDateTime": "2028-08-07T16:36:01-06:00", + "_valueDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20280807163601-0600" + } + ] } }, { - "url" : "ORC.15", - "valueString" : "202108032350" + "url": "OBR.10", + "valueReference": { + "reference": "Practitioner/1732567199349709000.0d0ab2bf-19ce-4363-b855-cdf3993e3d87" + } }, { - "url" : "ORC.17", - "valueCodeableConcept" : { - "coding" : [ + "url": "OBR.13", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "TMCA, SOUTH CAMPUS" + "code": "SEPTIC SHOCK" } ] } } ] - }, + } + ], + "identifier": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", - "extension" : [ + "extension": [ { - "url" : "OBR.2", - "valueIdentifier" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123.1" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "value" : "09339017" - } + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBR.3" }, { - "url" : "OBR.3", - "valueIdentifier" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123.1" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } - ] - } - ], - "value" : "21:AA:B0029251S.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "M12776123.5" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "FILL" } - }, + ] + }, + "value": "21:AA:B0029251S.5" + } + ], + "status": "unknown", + "code": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "VGP-75", + "display": "VITEK2 AST-GP75" + } + ] + }, + "subject": { + "reference": "Patient/1732567199025839000.d11ba4b4-e7a2-49d8-8e83-76b149257553" + }, + "requester": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", + "valueContactPoint": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString": "1" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString": "303" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString": "4362727" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ + { + "url": "XTN.2", + "valueString": "WPN" + }, + { + "url": "XTN.3", + "valueString": "PH" + }, + { + "url": "XTN.7", + "valueString": "4362727" + }, + { + "url": "XTN.9", + "valueString": "Hospital Line" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBR.17" + } + ], + "system": "phone", + "use": "work" + } + } + ], + "reference": "Practitioner/1732567199343817000.de85e106-1750-414f-8602-d732a8b65233" + }, + "reasonCode": [ + { + "coding": [ { - "url" : "OBR.21", - "valueString" : "TMCA, SOUTH CAMPUS" + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "I10" + } + ], + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "version": "38", + "code": "R6521", + "display": "SEVERE SEPSIS WITH SEPTIC SHOCK" }, { - "url" : "OBR.22", - "valueString" : "20210810062500-0600" + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "I10" + } + ], + "system": "http://hl7.org/fhir/sid/icd-10-cm", + "version": "38", + "code": "R6521", + "display": "SEVERE SEPSIS WITH SEPTIC SHOCK" + } + ] + } + ] + } + }, + { + "fullUrl": "Location/1732567199342809000.1d71b8a8-ab18-4d30-84c5-e682ae48485f", + "resource": { + "resourceType": "Location", + "id": "1732567199342809000.1d71b8a8-ab18-4d30-84c5-e682ae48485f", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ], + "name": "RML", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" + } + ] + } + } + }, + { + "fullUrl": "Practitioner/1732567199343817000.de85e106-1750-414f-8602-d732a8b65233", + "resource": { + "resourceType": "Practitioner", + "id": "1732567199343817000.de85e106-1750-414f-8602-d732a8b65233", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "NPI" }, { - "url" : "OBR.25", - "valueId" : "P" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.144" }, { - "url" : "OBR.10", - "valueReference" : { - "reference" : "Practitioner/1716965606858311000.5b833f4f-fb30-454a-8810-ef2afa8980d5" - } + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ + { + "url": "XCN.3", + "valueString": "Christopher" }, { - "url" : "OBR.13", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } - ], - "code" : "SEPTIC SHOCK" - } - ] - } + "url": "XCN.4", + "valueString": "Beau" }, { - "url" : "OBR.16", - "valueReference" : { - "reference" : "Practitioner/1716965606859437000.d47f1c91-9017-4c5e-afcd-957cfc0d657d" - } + "url": "XCN.21", + "valueString": "MD" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", - "valueContactPoint" : { - "extension" : [ - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", - "valueString" : "1" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", - "valueString" : "303" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "4362727" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ - { - "url" : "XTN.2", - "valueString" : "WPN" - }, - { - "url" : "XTN.3", - "valueString" : "PH" - }, - { - "url" : "XTN.7", - "valueString" : "4362727" - }, - { - "url" : "XTN.9", - "valueString" : "Hospital Line" - } - ] - }, + "url": "XCN.10", + "valueString": "L" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBR.16" + } + ], + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference": { + "reference": "Location/1732567199342809000.1d71b8a8-ab18-4d30-84c5-e682ae48485f" + } + } + ], + "type": { + "coding": [ + { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBR.17" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true } ], - "system" : "phone", - "use" : "work" + "code": "NPI" } + ] + }, + "system": "NPI", + "value": "1871759365" + } + ], + "name": [ + { + "use": "official", + "family": "Willison", + "given": [ + "Christopher", + "Beau" + ], + "suffix": [ + "MD" + ] + } + ] + } + }, + { + "fullUrl": "Location/1732567199347021000.718183a7-e57a-4a73-85a0-82cb953f6f6a", + "resource": { + "resourceType": "Location", + "id": "1732567199347021000.718183a7-e57a-4a73-85a0-82cb953f6f6a", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ], + "name": "RML", + "physicalType": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" + } + ] + } + } + }, + { + "fullUrl": "Practitioner/1732567199347806000.733f71a0-d784-48a9-b056-9a1ed5a22207", + "resource": { + "resourceType": "Practitioner", + "id": "1732567199347806000.733f71a0-d784-48a9-b056-9a1ed5a22207", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "NPI" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.144" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ + { + "url": "XCN.3", + "valueString": "Christopher" + }, + { + "url": "XCN.4", + "valueString": "Beau" }, { - "url" : "OBR.18", - "valueString" : "21:AA:B0029251Sm12776123" + "url": "XCN.21", + "valueString": "MD" }, { - "url" : "OBR.19", - "valueString" : "09339017" + "url": "XCN.10", + "valueString": "L" } ] } ], - "identifier" : [ + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference": { + "reference": "Location/1732567199347021000.718183a7-e57a-4a73-85a0-82cb953f6f6a" + } + } + ], + "type": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true + } + ], + "code": "NPI" + } + ] + }, + "system": "NPI", + "value": "1871759365" + } + ], + "name": [ + { + "use": "official", + "family": "Willison", + "given": [ + "Christopher", + "Beau" + ], + "suffix": [ + "MD" + ] + } + ] + } + }, + { + "fullUrl": "Practitioner/1732567199349709000.0d0ab2bf-19ce-4363-b855-cdf3993e3d87", + "resource": { + "resourceType": "Practitioner", + "id": "1732567199349709000.0d0ab2bf-19ce-4363-b855-cdf3993e3d87", + "identifier": [ + { + "value": "ER" + } + ] + } + }, + { + "fullUrl": "DiagnosticReport/1732567199356748000.fc0e43dd-691b-41de-bd5b-323d746c1386", + "resource": { + "resourceType": "DiagnosticReport", + "id": "1732567199356748000.fc0e43dd-691b-41de-bd5b-323d746c1386", + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "ORC.2" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "M12776123.1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.144" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PLAC" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "PLAC" } ] }, - "value" : "09339017" + "value": "09339017" }, { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.3" - }, + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "M12776123.1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FILL" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "FILL" } ] }, - "value" : "21:AA:B0029251S.1" + "value": "21:AA:B0029251S.1" }, { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.4" - }, + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "M12776123" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.144" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PGN" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "PGN" } ] }, - "value" : "21:AA:B0029251S" + "value": "21:AA:B0029251S" }, { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.4" - }, + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "M12776123" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.144" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FGN" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "FGN" } ] }, - "value" : "21:AA:B0029251S" + "value": "21:AA:B0029251S" + } + ], + "basedOn": [ + { + "reference": "ServiceRequest/1732567199274851000.e2bdcd89-32fc-49c6-a389-84c5a06ef171" } ], - "status" : "unknown", - "code" : { - "coding" : [ + "status": "preliminary", + "code": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" } ], - "system" : "http://loinc.org", - "version" : "2.40", - "code" : "600-7", - "display" : "Bacteria identified in Blood by Culture" + "system": "http://loinc.org", + "version": "2.40", + "code": "600-7", + "display": "Bacteria identified in Blood by Culture" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "BCEXT", - "display" : "EXTENDED BLOOD CULTURE" + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "BCEXT", + "display": "EXTENDED BLOOD CULTURE" } ] }, - "subject" : { - "reference" : "Patient/1716965606097981000.a9e583b2-8233-4a28-b882-d0a7d74c0b8e" + "subject": { + "reference": "Patient/1732567199025839000.d11ba4b4-e7a2-49d8-8e83-76b149257553" }, - "requester" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", - "valueContactPoint" : { - "extension" : [ - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", - "valueString" : "1" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", - "valueString" : "303" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "4362727" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ - { - "url" : "XTN.2", - "valueString" : "WPN" - }, - { - "url" : "XTN.3", - "valueString" : "PH" - }, - { - "url" : "XTN.7", - "valueString" : "4362727" - }, - { - "url" : "XTN.9", - "valueString" : "Hospital Line" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.14" - } - ], - "system" : "phone", - "use" : "work" - } - } - ], - "reference" : "PractitionerRole/1716965606847463000.e5da6cb1-6873-4c0a-ae7f-179ba357793b" + "encounter": { + "reference": "Encounter/1732567199044714000.5e1e8a9d-e832-4413-917e-61b306176c3c" }, - "reasonCode" : [ - { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "I10" - } - ], - "system" : "http://hl7.org/fhir/sid/icd-10-cm", - "version" : "38", - "code" : "R6521", - "display" : "SEVERE SEPSIS WITH SEPTIC SHOCK" - }, + "effectivePeriod": { + "start": "2028-08-02T02:52:01-06:00", + "_start": { + "extension": [ { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "I10" - } - ], - "system" : "http://hl7.org/fhir/sid/icd-10-cm", - "version" : "38", - "code" : "R6521", - "display" : "SEVERE SEPSIS WITH SEPTIC SHOCK" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20280802025201-0600" } ] - } - ], - "note" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ - { - "url" : "NTE.2", - "valueId" : "L" - } - ] - }, + }, + "end": "2028-08-02T02:52:01-06:00", + "_end": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } - ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } - ] - } + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20280802025201-0600" } ] - }, + } + }, + "issued": "2021-08-10T06:25:00-06:00", + "_issued": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20210810062500-0600" + } + ] + }, + "specimen": [ { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ - { - "url" : "NTE.2", - "valueId" : "L" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "Critical result called to and read back by:CLAIRE HCE7362" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } - ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } - ] - } - } - ], - "text" : "Critical result called to and read back by:CLAIRE HCE7362" + "reference": "Specimen/1732567199238263000.db55ca11-4df0-4cce-bee6-16839c06583a" }, { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ - { - "url" : "NTE.2", - "valueId" : "L" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "Location:ICUB on 08/08/21 at 1539 by ELB.RM" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } - ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } - ] - } - } - ], - "text" : "Location:ICUB on 08/08/21 at 1539 by ELB.RM" + "reference": "Specimen/1732567199228980000.9129841c-20d4-4d5b-9b9c-ccfde96355cd" + } + ], + "result": [ + { + "reference": "Observation/1732567199047490000.fabe7bf9-7271-45b1-bf3e-573fecaab793" }, { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ - { - "url" : "NTE.2", - "valueId" : "L" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "Critical result called to and read back by:CLAIRE HCE7362" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } - ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } - ] - } - } - ], - "text" : "Critical result called to and read back by:CLAIRE HCE7362" + "reference": "Observation/1732567199054451000.5d56f5b0-9d28-48a2-aca2-6096f3dd9202" }, { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ - { - "url" : "NTE.2", - "valueId" : "L" - } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "Location:ICUB on 08/08/21 at 1050 by ELB.SMX" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } - ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } - ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } - ] - } - } - ], - "text" : "Location:ICUB on 08/08/21 at 1050 by ELB.SMX" + "reference": "Observation/1732567199060378000.fcfe2ad2-c4fb-43d1-81fb-562a506ec857" } ] } }, { - "fullUrl" : "Practitioner/1716965606848859000.a59eb12d-deb5-4c92-9f72-fa51a4615c75", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716965606848859000.a59eb12d-deb5-4c92-9f72-fa51a4615c75", - "extension" : [ + "fullUrl": "DiagnosticReport/1732567199359055000.aead7c1e-173e-41ea-bbf9-fa3e82f9791d", + "resource": { + "resourceType": "DiagnosticReport", + "id": "1732567199359055000.aead7c1e-173e-41ea-bbf9-fa3e82f9791d", + "identifier": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "NPI" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "ORC.2" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "M12776123.2" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.144" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] } - ] + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "PLAC" + } + ] + }, + "value": "09339017" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ - { - "url" : "XCN.3", - "valueString" : "Christopher" - }, - { - "url" : "XCN.4", - "valueString" : "Beau" - }, - { - "url" : "XCN.21", - "valueString" : "MD" - }, + "extension": [ { - "url" : "XCN.10", - "valueString" : "L" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "M12776123.2" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] } - ] - }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.12" - } - ], - "identifier" : [ - { - "type" : { - "coding" : [ + ], + "type": { + "coding": [ { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } - ], - "code" : "NPI" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "FILL" } ] }, - "system" : "NPI", - "value" : "1871759365" - } - ], - "name" : [ + "value": "21:AA:B0029251S.2" + }, { - "use" : "official", - "family" : "Willison", - "given" : [ - "Christopher", - "Beau" + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "M12776123" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.144" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + } ], - "suffix" : [ - "MD" - ] - } - ], - "address" : [ + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "PGN" + } + ] + }, + "value": "21:AA:B0029251S" + }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "5600 S Quebec St #312A" - } - ] + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "M12776123" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.144" }, { - "url" : "XAD.7", - "valueCode" : "B" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "use" : "work", - "line" : [ - "5600 S Quebec St #312A" - ], - "city" : "Greenwood Village", - "district" : "MD", - "state" : "IG", - "postalCode" : "80111", - "country" : "USA" + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "FGN" + } + ] + }, + "value": "21:AA:B0029251S" } - ] - } - }, - { - "fullUrl" : "Organization/1716965606850740000.7b9c9771-e285-4124-a896-cb3315b91fe0", - "resource" : { - "resourceType" : "Organization", - "id" : "1716965606850740000.7b9c9771-e285-4124-a896-cb3315b91fe0", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } - ], - "coding" : [ - { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } - ], - "code" : "L" - } - ] - } + ], + "basedOn": [ + { + "reference": "ServiceRequest/1732567199296120000.0ce174fa-c7c1-4c3a-8e30-1b539cba47c2" + } + ], + "status": "preliminary", + "code": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" } ], - "code" : "L" + "system": "http://loinc.org", + "version": "2.40", + "code": "600-7", + "display": "Bacteria identified in Blood by Culture" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "BLOODC", + "display": "BLOOD CULTURE" } + ] + }, + "subject": { + "reference": "Patient/1732567199025839000.d11ba4b4-e7a2-49d8-8e83-76b149257553" + }, + "encounter": { + "reference": "Encounter/1732567199044714000.5e1e8a9d-e832-4413-917e-61b306176c3c" + }, + "effectivePeriod": { + "start": "2028-08-02T02:52:01-06:00", + "_start": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20280802025201-0600" + } + ] }, - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ + "end": "2028-08-02T02:52:01-06:00", + "_end": { + "extension": [ { - "url" : "XON.10", - "valueString" : "06D0055551" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20280802025201-0600" } ] } + }, + "issued": "2021-08-10T06:25:00-06:00", + "_issued": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20210810062500-0600" + } + ] + }, + "specimen": [ + { + "reference": "Specimen/1732567199240616000.a916150d-c1d3-4d7d-a92b-c1ee9b43cc8e" + }, + { + "reference": "Specimen/1732567199230364000.019f09a8-e3c0-4191-bfcf-bb02082f7994" + } ], - "identifier" : [ + "result": [ + { + "reference": "Observation/1732567199077189000.133e6966-1206-491f-8afc-cda8f9ff0e3a" + }, + { + "reference": "Observation/1732567199088223000.363c471d-02e4-4417-a649-1c4eae0d8406" + }, + { + "reference": "Observation/1732567199100914000.abe72908-3b56-4304-ab0e-ea56554d594d" + }, + { + "reference": "Observation/1732567199106706000.f4fa25c6-b3ed-43be-bc41-0103e99c7ccb" + }, + { + "reference": "Observation/1732567199111827000.60f266e4-b9db-4e40-b926-4d43661b0aa5" + }, + { + "reference": "Observation/1732567199119630000.d2413f80-e90e-455e-b46b-8fbe1c02c421" + }, + { + "reference": "Observation/1732567199124582000.d849036b-2d33-44e2-97fc-63b48afa72ee" + } + ] + } + }, + { + "fullUrl": "DiagnosticReport/1732567199361322000.8959170f-9898-4e59-8bcb-dad2696865d6", + "resource": { + "resourceType": "DiagnosticReport", + "id": "1732567199361322000.8959170f-9898-4e59-8bcb-dad2696865d6", + "identifier": [ { - "extension" : [ + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "ORC.2" + }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "M12776123.3" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.144" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "PLAC" } ] }, - "value" : "06D0055551" - } - ], - "name" : "TMCA, SOUTH CAMPUS", - "telecom" : [ + "value": "09339017" + }, { - "extension" : [ - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", - "valueString" : "1" - }, - { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", - "valueString" : "303" - }, + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "6952653" - }, + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "M12776123.3" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "FILL" + } + ] + }, + "value": "21:AA:B0029251S.3" + }, + { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "XTN.2", - "valueString" : "WPN" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "M12776123" }, { - "url" : "XTN.3", - "valueString" : "PH" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.144" }, { - "url" : "XTN.7", - "valueString" : "6952653" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "system" : "phone", - "use" : "work" - } - ], - "address" : [ + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "PGN" + } + ] + }, + "value": "21:AA:B0029251S" + }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ - { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" - } - ] + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "M12776123" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.144" }, { - "url" : "XAD.7", - "valueCode" : "B" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "use" : "work", - "line" : [ - "1501 S. POTOMAC" - ], - "city" : "AURORA", - "district" : "MD", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" - } - ] - } - }, - { - "fullUrl" : "PractitionerRole/1716965606847463000.e5da6cb1-6873-4c0a-ae7f-179ba357793b", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1716965606847463000.e5da6cb1-6873-4c0a-ae7f-179ba357793b", - "practitioner" : { - "reference" : "Practitioner/1716965606848859000.a59eb12d-deb5-4c92-9f72-fa51a4615c75" - }, - "organization" : { - "reference" : "Organization/1716965606850740000.7b9c9771-e285-4124-a896-cb3315b91fe0" - } - } ], - "name" : "ROSE MEDICAL CENTER (MCOE)", - "address" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ { - "url" : "SAD.1", - "valueString" : "4567 E. NINTH AVENUE" - } ] - }, { - "url" : "XAD.7", - "valueCode" : "B" - } ] - } ], - "use" : "work", - "line" : [ "4567 E. NINTH AVENUE" ], - "city" : "DENVER", - "district" : "S", - "state" : "IG", - "postalCode" : "80220", - "country" : "USA" - } ] - } - }, { - "fullUrl" : "PractitionerRole/1730838914811023000.4cf03d3f-d285-44e9-b4c8-990b36aa3765", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1730838914811023000.4cf03d3f-d285-44e9-b4c8-990b36aa3765", - "practitioner" : { - "reference" : "Practitioner/1730838914811587000.4ea36225-71ef-472d-9605-9902913f1832" - }, - "organization" : { - "reference" : "Organization/1730838914812081000.21d1d9f3-437f-4bd4-8709-eb56bbe813e8" - }, - "code" : [ { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } ] - } ] - } - }, { - "fullUrl" : "Observation/1730838914813405000.cd610eea-1663-4f56-87c7-e49e6c8e1a86", - "resource" : { - "resourceType" : "Observation", - "id" : "1730838914813405000.cd610eea-1663-4f56-87c7-e49e6c8e1a86", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2028-08-07T16:36:01-06:00", - "_valueDateTime" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280807163601-0600" - } ] - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-5-value-sn", - "extension" : [ { - "url" : "SN.1", - "valueString" : "=" - }, { - "url" : "SN.2", - "valueString" : "16" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ { - "url" : "OBX.2", - "valueId" : "SN" - }, { - "url" : "OBX.6", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "UCUM" - } ], - "system" : "http://unitsofmeasure.org", - "version" : "2.40", - "code" : "ug/mL", - "display" : "MicroGrams Per MilliLiter [Mass Concentration Units]" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "ug/mL", - "display" : "ug/mL" - } ] - } - }, { - "url" : "OBX.11", - "valueString" : "P" - } ] - } ], - "status" : "preliminary", - "code" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } ], - "system" : "http://loinc.org", - "version" : "2.40", - "code" : "28-1", - "display" : "Ampicillin [Susceptibility] by Minimum inhibitory concentration (MIC)" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "AM", - "display" : "AMPICILLIN" - } ] - }, - "subject" : { - "reference" : "Patient/1730838914533511000.aeaeccfe-dc12-46f3-81ea-1dfb344b1949" - }, - "encounter" : { - "reference" : "Encounter/1730838914552455000.e00dcab1-8817-427b-bf71-091bff0b1446" - }, - "effectiveDateTime" : "2028-08-07T16:36:01-06:00", - "_effectiveDateTime" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280807163601-0600" - } ] - }, - "performer" : [ { - "reference" : "Organization/1730838914813628000.8f44da09-b4c9-4ce1-b536-b9e132a8fdcd" - }, { - "reference" : "PractitionerRole/1730838914813733000.7a0bb3a9-5f22-457b-8477-b84f4ebd5ae4" - } ], - "interpretation" : [ { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70078" - } ], - "version" : "2.5.1", - "code" : "R", - "display" : "Resistant. Indicates for microbiology susceptibilities only." - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "R", - "display" : "R" - } ] - } ] - } - }, { - "fullUrl" : "Organization/1730838914813628000.8f44da09-b4c9-4ce1-b536-b9e132a8fdcd", - "resource" : { - "resourceType" : "Organization", - "id" : "1730838914813628000.8f44da09-b4c9-4ce1-b536-b9e132a8fdcd", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LB" - } ], - "code" : "MCOE", - "display" : "ROSE MEDICAL CENTER (MCOE)" - } ] - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } ], - "identifier" : [ { - "system" : "LB", - "value" : "MCOE" - } ], - "name" : "ROSE MEDICAL CENTER (MCOE)" - } - }, { - "fullUrl" : "Location/1730838914813862000.54ebdeea-50c4-411e-811c-3c646d44f780", - "resource" : { - "resourceType" : "Location", - "id" : "1730838914813862000.54ebdeea-50c4-411e-811c-3c646d44f780", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ], - "name" : "ROSE MEDICAL CENTER ", - "physicalType" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "si" - } ] - } - } - }, { - "fullUrl" : "Practitioner/1730838914814229000.fa274404-f970-471d-bb0a-9c4c4169cf29", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1730838914814229000.fa274404-f970-471d-bb0a-9c4c4169cf29", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ { - "url" : "XCN.3", - "valueString" : "Shalini" - }, { - "url" : "XCN.21", - "valueString" : "MD" - }, { - "url" : "XCN.10", - "valueString" : "L" - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", - "valueReference" : { - "reference" : "Location/1730838914813862000.54ebdeea-50c4-411e-811c-3c646d44f780" - } - } ], - "type" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } ], - "code" : "FI" - } ] - }, - "system" : "RML", - "value" : "1033122247" - } ], - "name" : [ { - "use" : "official", - "family" : "Chahal", - "given" : [ "Shalini" ], - "prefix" : [ "Dr." ], - "suffix" : [ "MD" ] - } ] - } - }, { - "fullUrl" : "Organization/1730838914814734000.4b98fb7c-c2e9-4ee5-9627-f568b316d8b2", - "resource" : { - "resourceType" : "Organization", - "id" : "1730838914814734000.4b98fb7c-c2e9-4ee5-9627-f568b316d8b2", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } ], - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "L" - } ] - } - } ], - "code" : "L" - } - } ], - "name" : "ROSE MEDICAL CENTER (MCOE)", - "address" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ { - "url" : "SAD.1", - "valueString" : "4567 E. NINTH AVENUE" - } ] - }, { - "url" : "XAD.7", - "valueCode" : "B" - } ] - } ], - "use" : "work", - "line" : [ "4567 E. NINTH AVENUE" ], - "city" : "DENVER", - "district" : "R", - "state" : "IG", - "postalCode" : "80220", - "country" : "USA" - } ] - } - }, { - "fullUrl" : "PractitionerRole/1730838914813733000.7a0bb3a9-5f22-457b-8477-b84f4ebd5ae4", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1730838914813733000.7a0bb3a9-5f22-457b-8477-b84f4ebd5ae4", - "practitioner" : { - "reference" : "Practitioner/1730838914814229000.fa274404-f970-471d-bb0a-9c4c4169cf29" - }, - "organization" : { - "reference" : "Organization/1730838914814734000.4b98fb7c-c2e9-4ee5-9627-f568b316d8b2" - }, - "code" : [ { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } ] - } ] - } - }, { - "fullUrl" : "Observation/1730838914816026000.3fad926a-e5dc-46a4-a7a8-983f6abfbe68", - "resource" : { - "resourceType" : "Observation", - "id" : "1730838914816026000.3fad926a-e5dc-46a4-a7a8-983f6abfbe68", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2028-08-07T16:36:01-06:00", - "_valueDateTime" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280807163601-0600" - } ] - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ { - "url" : "OBX.2", - "valueId" : "ST" - }, { - "url" : "OBX.6", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "UCUM" - } ], - "system" : "http://unitsofmeasure.org", - "version" : "2.40", - "code" : "ug/mL", - "display" : "MicroGrams Per MilliLiter [Mass Concentration Units]" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "ug/mL", - "display" : "ug/mL" - } ] - } - }, { - "url" : "OBX.11", - "valueString" : "P" - } ] - } ], - "status" : "preliminary", - "code" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } ], - "system" : "http://loinc.org", - "version" : "2.40", - "code" : "7018-5", - "display" : "Gentamicin.high potency [Susceptibility] by Minimum inhibitory concentration (MIC)" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "GMS", - "display" : "GENTAMICIN SYNERGY SCREEN" - } ] - }, - "subject" : { - "reference" : "Patient/1730838914533511000.aeaeccfe-dc12-46f3-81ea-1dfb344b1949" - }, - "encounter" : { - "reference" : "Encounter/1730838914552455000.e00dcab1-8817-427b-bf71-091bff0b1446" - }, - "effectiveDateTime" : "2028-08-07T16:36:01-06:00", - "_effectiveDateTime" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280807163601-0600" - } ] - }, - "performer" : [ { - "reference" : "Organization/1730838914816241000.9a16ad4e-9ac6-41e7-b2ab-356ae6db3360" - }, { - "reference" : "PractitionerRole/1730838914816342000.4d15ad6d-60b9-4f95-be57-bbaea6b54266" - } ], - "valueString" : "SYN-S", - "interpretation" : [ { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70078" - } ], - "version" : "2.5.1", - "code" : "S", - "display" : "Susceptible. Indicates for microbiology susceptibilities only." - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "S", - "display" : "S" - } ] - } ] - } - }, { - "fullUrl" : "Organization/1730838914816241000.9a16ad4e-9ac6-41e7-b2ab-356ae6db3360", - "resource" : { - "resourceType" : "Organization", - "id" : "1730838914816241000.9a16ad4e-9ac6-41e7-b2ab-356ae6db3360", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LB" - } ], - "code" : "MCOE", - "display" : "ROSE MEDICAL CENTER (MCOE)" - } ] - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } ], - "identifier" : [ { - "system" : "LB", - "value" : "MCOE" - } ], - "name" : "ROSE MEDICAL CENTER (MCOE)" - } - }, { - "fullUrl" : "Location/1730838914816463000.97a94703-7c14-4404-8355-c5097d8b1921", - "resource" : { - "resourceType" : "Location", - "id" : "1730838914816463000.97a94703-7c14-4404-8355-c5097d8b1921", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ], - "name" : "ROSE MEDICAL CENTER ", - "physicalType" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "si" - } ] - } - } - }, { - "fullUrl" : "Practitioner/1730838914816832000.12b23772-7a79-4f9e-a6d3-12ac22c4faf5", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1730838914816832000.12b23772-7a79-4f9e-a6d3-12ac22c4faf5", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ { - "url" : "XCN.3", - "valueString" : "Shalini" - }, { - "url" : "XCN.21", - "valueString" : "MD" - }, { - "url" : "XCN.10", - "valueString" : "L" - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", - "valueReference" : { - "reference" : "Location/1730838914816463000.97a94703-7c14-4404-8355-c5097d8b1921" - } - } ], - "type" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } ], - "code" : "FI" - } ] - }, - "system" : "RML", - "value" : "1033122247" - } ], - "name" : [ { - "use" : "official", - "family" : "Chahal", - "given" : [ "Shalini" ], - "prefix" : [ "Dr." ], - "suffix" : [ "MD" ] - } ] - } - }, { - "fullUrl" : "Organization/1730838914817320000.656854ce-46dc-4d60-992e-60cf7a7a705e", - "resource" : { - "resourceType" : "Organization", - "id" : "1730838914817320000.656854ce-46dc-4d60-992e-60cf7a7a705e", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } ], - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "L" - } ] - } - } ], - "code" : "L" - } - } ], - "name" : "ROSE MEDICAL CENTER (MCOE)", - "address" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ { - "url" : "SAD.1", - "valueString" : "4567 E. NINTH AVENUE" - } ] - }, { - "url" : "XAD.7", - "valueCode" : "B" - } ] - } ], - "use" : "work", - "line" : [ "4567 E. NINTH AVENUE" ], - "city" : "DENVER", - "district" : "S", - "state" : "IG", - "postalCode" : "80220", - "country" : "USA" - } ] - } - }, { - "fullUrl" : "PractitionerRole/1730838914816342000.4d15ad6d-60b9-4f95-be57-bbaea6b54266", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1730838914816342000.4d15ad6d-60b9-4f95-be57-bbaea6b54266", - "practitioner" : { - "reference" : "Practitioner/1730838914816832000.12b23772-7a79-4f9e-a6d3-12ac22c4faf5" - }, - "organization" : { - "reference" : "Organization/1730838914817320000.656854ce-46dc-4d60-992e-60cf7a7a705e" - }, - "code" : [ { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } ] - } ] - } - }, { - "fullUrl" : "Observation/1730838914818617000.c257468e-544b-40c6-b8ba-08a89f84f856", - "resource" : { - "resourceType" : "Observation", - "id" : "1730838914818617000.c257468e-544b-40c6-b8ba-08a89f84f856", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2028-08-07T16:36:01-06:00", - "_valueDateTime" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280807163601-0600" - } ] - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-5-value-sn", - "extension" : [ { - "url" : "SN.1", - "valueString" : "=" - }, { - "url" : "SN.2", - "valueString" : "2" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ { - "url" : "OBX.2", - "valueId" : "SN" - }, { - "url" : "OBX.6", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "UCUM" - } ], - "system" : "http://unitsofmeasure.org", - "version" : "2.40", - "code" : "ug/mL", - "display" : "MicroGrams Per MilliLiter [Mass Concentration Units]" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "ug/mL", - "display" : "ug/mL" - } ] - } - }, { - "url" : "OBX.11", - "valueString" : "P" - } ] - } ], - "status" : "preliminary", - "code" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } ], - "system" : "http://loinc.org", - "version" : "2.40", - "code" : "29254-0", - "display" : "Linezolid [Susceptibility] by Minimum inhibitory concentration (MIC)" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "LZD", - "display" : "LINEZOLID" - } ] - }, - "subject" : { - "reference" : "Patient/1730838914533511000.aeaeccfe-dc12-46f3-81ea-1dfb344b1949" - }, - "encounter" : { - "reference" : "Encounter/1730838914552455000.e00dcab1-8817-427b-bf71-091bff0b1446" - }, - "effectiveDateTime" : "2028-08-07T16:36:01-06:00", - "_effectiveDateTime" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280807163601-0600" - } ] - }, - "performer" : [ { - "reference" : "Organization/1730838914818823000.774792c9-db81-43b3-b08c-d5d8701f18c4" - }, { - "reference" : "PractitionerRole/1730838914818927000.52d4cf60-c86f-466b-b8d8-0af0e9edb6e0" - } ], - "interpretation" : [ { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70078" - } ], - "version" : "2.5.1", - "code" : "S", - "display" : "Susceptible. Indicates for microbiology susceptibilities only." - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "S", - "display" : "S" - } ] - } ] - } - }, { - "fullUrl" : "Organization/1730838914818823000.774792c9-db81-43b3-b08c-d5d8701f18c4", - "resource" : { - "resourceType" : "Organization", - "id" : "1730838914818823000.774792c9-db81-43b3-b08c-d5d8701f18c4", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LB" - } ], - "code" : "MCOE", - "display" : "ROSE MEDICAL CENTER (MCOE)" - } ] - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } ], - "identifier" : [ { - "system" : "LB", - "value" : "MCOE" - } ], - "name" : "ROSE MEDICAL CENTER (MCOE)" - } - }, { - "fullUrl" : "Location/1730838914819047000.67d0ac56-b9d8-4ff1-9406-7469be6875d9", - "resource" : { - "resourceType" : "Location", - "id" : "1730838914819047000.67d0ac56-b9d8-4ff1-9406-7469be6875d9", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ], - "name" : "ROSE MEDICAL CENTER ", - "physicalType" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "si" - } ] - } - } - }, { - "fullUrl" : "Practitioner/1730838914819431000.b3c92564-aa7f-444c-a960-f6a9c6016398", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1730838914819431000.b3c92564-aa7f-444c-a960-f6a9c6016398", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ { - "url" : "XCN.3", - "valueString" : "Shalini" - }, { - "url" : "XCN.21", - "valueString" : "MD" - }, { - "url" : "XCN.10", - "valueString" : "L" - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", - "valueReference" : { - "reference" : "Location/1730838914819047000.67d0ac56-b9d8-4ff1-9406-7469be6875d9" - } - } ], - "type" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } ], - "code" : "FI" - } ] - }, - "system" : "RML", - "value" : "1033122247" - } ], - "name" : [ { - "use" : "official", - "family" : "Chahal", - "given" : [ "Shalini" ], - "prefix" : [ "Dr." ], - "suffix" : [ "MD" ] - } ] - } - }, { - "fullUrl" : "Organization/1730838914819931000.d1187db7-d171-4b2d-8731-6d8d1a90a2e6", - "resource" : { - "resourceType" : "Organization", - "id" : "1730838914819931000.d1187db7-d171-4b2d-8731-6d8d1a90a2e6", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } ], - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "L" - } ] - } - } ], - "code" : "L" - } - } ], - "name" : "ROSE MEDICAL CENTER (MCOE)", - "address" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ { - "url" : "SAD.1", - "valueString" : "4567 E. NINTH AVENUE" - } ] - }, { - "url" : "XAD.7", - "valueCode" : "B" - } ] - } ], - "use" : "work", - "line" : [ "4567 E. NINTH AVENUE" ], - "city" : "DENVER", - "district" : "S", - "state" : "IG", - "postalCode" : "80220", - "country" : "USA" - } ] - } - }, { - "fullUrl" : "PractitionerRole/1730838914818927000.52d4cf60-c86f-466b-b8d8-0af0e9edb6e0", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1730838914818927000.52d4cf60-c86f-466b-b8d8-0af0e9edb6e0", - "practitioner" : { - "reference" : "Practitioner/1730838914819431000.b3c92564-aa7f-444c-a960-f6a9c6016398" - }, - "organization" : { - "reference" : "Organization/1730838914819931000.d1187db7-d171-4b2d-8731-6d8d1a90a2e6" - }, - "code" : [ { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } ] - } ] - } - }, { - "fullUrl" : "Observation/1730838914821243000.98539426-c7b0-4498-ad7a-111a075efe5a", - "resource" : { - "resourceType" : "Observation", - "id" : "1730838914821243000.98539426-c7b0-4498-ad7a-111a075efe5a", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2028-08-07T16:36:01-06:00", - "_valueDateTime" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280807163601-0600" - } ] - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ { - "url" : "OBX.2", - "valueId" : "ST" - }, { - "url" : "OBX.6", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "UCUM" - } ], - "system" : "http://unitsofmeasure.org", - "version" : "2.40", - "code" : "ug/mL", - "display" : "MicroGrams Per MilliLiter [Mass Concentration Units]" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "ug/mL", - "display" : "ug/mL" - } ] - } - }, { - "url" : "OBX.11", - "valueString" : "P" - } ] - } ], - "status" : "preliminary", - "code" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } ], - "system" : "http://loinc.org", - "version" : "2.40", - "code" : "6933-6", - "display" : "Streptomycin.high potency [Susceptibility] by Minimum inhibitory concentration (MIC)" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "STS", - "display" : "STREPTOMYCIN SYNERGY SCREEN" - } ] - }, - "subject" : { - "reference" : "Patient/1730838914533511000.aeaeccfe-dc12-46f3-81ea-1dfb344b1949" - }, - "encounter" : { - "reference" : "Encounter/1730838914552455000.e00dcab1-8817-427b-bf71-091bff0b1446" - }, - "effectiveDateTime" : "2028-08-07T16:36:01-06:00", - "_effectiveDateTime" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280807163601-0600" - } ] - }, - "performer" : [ { - "reference" : "Organization/1730838914821476000.cdbced34-fb06-4265-94fe-8f8c509188eb" - }, { - "reference" : "PractitionerRole/1730838914821584000.a112689b-4f99-4e2c-a149-b9a2e70db24f" - } ], - "valueString" : "SYN-S", - "interpretation" : [ { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70078" - } ], - "version" : "2.5.1", - "code" : "S", - "display" : "Susceptible. Indicates for microbiology susceptibilities only." - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "S", - "display" : "S" - } ] - } ] - } - }, { - "fullUrl" : "Organization/1730838914821476000.cdbced34-fb06-4265-94fe-8f8c509188eb", - "resource" : { - "resourceType" : "Organization", - "id" : "1730838914821476000.cdbced34-fb06-4265-94fe-8f8c509188eb", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LB" - } ], - "code" : "MCOE", - "display" : "ROSE MEDICAL CENTER (MCOE)" - } ] - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } ], - "identifier" : [ { - "system" : "LB", - "value" : "MCOE" - } ], - "name" : "ROSE MEDICAL CENTER (MCOE)" - } - }, { - "fullUrl" : "Location/1730838914821715000.62c4fddc-2f6b-4429-8f29-269496fa3d27", - "resource" : { - "resourceType" : "Location", - "id" : "1730838914821715000.62c4fddc-2f6b-4429-8f29-269496fa3d27", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ], - "name" : "ROSE MEDICAL CENTER ", - "physicalType" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "si" - } ] - } - } - }, { - "fullUrl" : "Practitioner/1730838914822125000.6819a6e0-b4db-4e53-be50-3420b4f4624b", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1730838914822125000.6819a6e0-b4db-4e53-be50-3420b4f4624b", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ { - "url" : "XCN.3", - "valueString" : "Shalini" - }, { - "url" : "XCN.21", - "valueString" : "MD" - }, { - "url" : "XCN.10", - "valueString" : "L" - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", - "valueReference" : { - "reference" : "Location/1730838914821715000.62c4fddc-2f6b-4429-8f29-269496fa3d27" - } - } ], - "type" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } ], - "code" : "FI" - } ] - }, - "system" : "RML", - "value" : "1033122247" - } ], - "name" : [ { - "use" : "official", - "family" : "Chahal", - "given" : [ "Shalini" ], - "prefix" : [ "Dr." ], - "suffix" : [ "MD" ] - } ] - } - }, { - "fullUrl" : "Organization/1730838914822629000.87660c6b-2c38-4db1-a170-2b1f86e39200", - "resource" : { - "resourceType" : "Organization", - "id" : "1730838914822629000.87660c6b-2c38-4db1-a170-2b1f86e39200", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } ], - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "L" - } ] - } - } ], - "code" : "L" - } - } ], - "name" : "ROSE MEDICAL CENTER (MCOE)", - "address" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ { - "url" : "SAD.1", - "valueString" : "4567 E. NINTH AVENUE" - } ] - }, { - "url" : "XAD.7", - "valueCode" : "B" - } ] - } ], - "use" : "work", - "line" : [ "4567 E. NINTH AVENUE" ], - "city" : "DENVER", - "district" : "S", - "state" : "IG", - "postalCode" : "80220", - "country" : "USA" - } ] - } - }, { - "fullUrl" : "PractitionerRole/1730838914821584000.a112689b-4f99-4e2c-a149-b9a2e70db24f", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1730838914821584000.a112689b-4f99-4e2c-a149-b9a2e70db24f", - "practitioner" : { - "reference" : "Practitioner/1730838914822125000.6819a6e0-b4db-4e53-be50-3420b4f4624b" - }, - "organization" : { - "reference" : "Organization/1730838914822629000.87660c6b-2c38-4db1-a170-2b1f86e39200" - }, - "code" : [ { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } ] - } ] - } - }, { - "fullUrl" : "Observation/1730838914823945000.470c165d-7229-45ff-bbb5-662e8af72ed4", - "resource" : { - "resourceType" : "Observation", - "id" : "1730838914823945000.470c165d-7229-45ff-bbb5-662e8af72ed4", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "1" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2028-08-07T16:36:01-06:00", - "_valueDateTime" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280807163601-0600" - } ] - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-5-value-sn", - "extension" : [ { - "url" : "SN.1", - "valueString" : ">=" - }, { - "url" : "SN.2", - "valueString" : "32" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ { - "url" : "OBX.2", - "valueId" : "SN" - }, { - "url" : "OBX.6", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "UCUM" - } ], - "system" : "http://unitsofmeasure.org", - "version" : "2.40", - "code" : "ug/mL", - "display" : "MicroGrams Per MilliLiter [Mass Concentration Units]" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "ug/mL", - "display" : "ug/mL" - } ] - } - }, { - "url" : "OBX.11", - "valueString" : "P" - } ] - } ], - "status" : "preliminary", - "code" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/condition-code", - "valueCoding" : { - "system" : "SNOMEDCT", - "code" : "406604002", - "display" : "Infection caused by vancomycin intermediate Staphylococcus aureus (disorder)" - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/condition-code", - "valueCoding" : { - "system" : "SNOMEDCT", - "code" : "406604002", - "display" : "Infection caused by vancomycin intermediate Staphylococcus aureus (disorder)" - } - } ], - "system" : "http://loinc.org", - "version" : "2.40", - "code" : "19000-9", - "display" : "Vancomycin [Susceptibility]" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "VA", - "display" : "VANCOMYCIN" - } ] - }, - "subject" : { - "reference" : "Patient/1730838914533511000.aeaeccfe-dc12-46f3-81ea-1dfb344b1949" - }, - "encounter" : { - "reference" : "Encounter/1730838914552455000.e00dcab1-8817-427b-bf71-091bff0b1446" - }, - "effectiveDateTime" : "2028-08-07T16:36:01-06:00", - "_effectiveDateTime" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280807163601-0600" - } ] - }, - "performer" : [ { - "reference" : "Organization/1730838914824162000.59286518-a49c-40a8-883f-8d99720151c6" - }, { - "reference" : "PractitionerRole/1730838914824273000.cbeb85cb-6ed5-4a06-aa6a-50dc1d127aec" - } ], - "interpretation" : [ { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70078" - } ], - "version" : "2.5.1", - "code" : "R", - "display" : "Resistant. Indicates for microbiology susceptibilities only." - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "R", - "display" : "R" - } ] - } ] - } - }, { - "fullUrl" : "Organization/1730838914824162000.59286518-a49c-40a8-883f-8d99720151c6", - "resource" : { - "resourceType" : "Organization", - "id" : "1730838914824162000.59286518-a49c-40a8-883f-8d99720151c6", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LB" - } ], - "code" : "MCOE", - "display" : "ROSE MEDICAL CENTER (MCOE)" - } ] - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" - } ], - "identifier" : [ { - "system" : "LB", - "value" : "MCOE" - } ], - "name" : "ROSE MEDICAL CENTER (MCOE)" - } - }, { - "fullUrl" : "Location/1730838914824399000.63c1aa1b-ff9a-4529-a7a6-26f3171fbdbe", - "resource" : { - "resourceType" : "Location", - "id" : "1730838914824399000.63c1aa1b-ff9a-4529-a7a6-26f3171fbdbe", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ], - "name" : "ROSE MEDICAL CENTER ", - "physicalType" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "si" - } ] - } - } - }, { - "fullUrl" : "Practitioner/1730838914824803000.26c9833e-4e74-4254-a611-761b3a050635", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1730838914824803000.26c9833e-4e74-4254-a611-761b3a050635", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ { - "url" : "XCN.3", - "valueString" : "Shalini" - }, { - "url" : "XCN.21", - "valueString" : "MD" - }, { - "url" : "XCN.10", - "valueString" : "L" - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", - "valueReference" : { - "reference" : "Location/1730838914824399000.63c1aa1b-ff9a-4529-a7a6-26f3171fbdbe" - } - } ], - "type" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } ], - "code" : "FI" - } ] - }, - "system" : "RML", - "value" : "1033122247" - } ], - "name" : [ { - "use" : "official", - "family" : "Chahal", - "given" : [ "Shalini" ], - "prefix" : [ "Dr." ], - "suffix" : [ "MD" ] - } ] - } - }, { - "fullUrl" : "Organization/1730838914825344000.4454bc65-3f3d-4861-9d88-de548f718118", - "resource" : { - "resourceType" : "Organization", - "id" : "1730838914825344000.4454bc65-3f3d-4861-9d88-de548f718118", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } ], - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "L" - } ] - } - } ], - "code" : "L" - } - } ], - "name" : "ROSE MEDICAL CENTER (MCOE)", - "address" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ { - "url" : "SAD.1", - "valueString" : "4567 E. NINTH AVENUE" - } ] - }, { - "url" : "XAD.7", - "valueCode" : "B" - } ] - } ], - "use" : "work", - "line" : [ "4567 E. NINTH AVENUE" ], - "city" : "DENVER", - "district" : "R", - "state" : "IG", - "postalCode" : "80220", - "country" : "USA" - } ] - } - }, { - "fullUrl" : "PractitionerRole/1730838914824273000.cbeb85cb-6ed5-4a06-aa6a-50dc1d127aec", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1730838914824273000.cbeb85cb-6ed5-4a06-aa6a-50dc1d127aec", - "practitioner" : { - "reference" : "Practitioner/1730838914824803000.26c9833e-4e74-4254-a611-761b3a050635" - }, - "organization" : { - "reference" : "Organization/1730838914825344000.4454bc65-3f3d-4861-9d88-de548f718118" - }, - "code" : [ { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0912", - "code" : "MDIR" - } ] - } ] - } - }, { - "fullUrl" : "Specimen/1730838914855305000.bb5142ae-411f-4ac4-b135-11c0a3c86011", - "resource" : { - "resourceType" : "Specimen", - "id" : "1730838914855305000.bb5142ae-411f-4ac4-b135-11c0a3c86011", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", - "valueString" : "OBR" - } ] - } - }, { - "fullUrl" : "Specimen/1730838914855587000.eefaaaf7-f224-4787-b808-222cfd8ce934", - "resource" : { - "resourceType" : "Specimen", - "id" : "1730838914855587000.eefaaaf7-f224-4787-b808-222cfd8ce934", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", - "valueString" : "OBR" - } ] - } - }, { - "fullUrl" : "Specimen/1730838914855835000.d443d135-470f-4f93-8cd5-f103f45247a4", - "resource" : { - "resourceType" : "Specimen", - "id" : "1730838914855835000.d443d135-470f-4f93-8cd5-f103f45247a4", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", - "valueString" : "OBR" - } ] - } - }, { - "fullUrl" : "Specimen/1730838914856068000.a6bf9c05-751d-4988-aa0c-d2c9e5b487ba", - "resource" : { - "resourceType" : "Specimen", - "id" : "1730838914856068000.a6bf9c05-751d-4988-aa0c-d2c9e5b487ba", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", - "valueString" : "OBR" - } ] - } - }, { - "fullUrl" : "Specimen/1730838914856307000.7450cc07-5ed0-4c7e-b079-968341c133d5", - "resource" : { - "resourceType" : "Specimen", - "id" : "1730838914856307000.7450cc07-5ed0-4c7e-b079-968341c133d5", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", - "valueString" : "OBR" - } ] - } - }, { - "fullUrl" : "Specimen/1730838914858965000.b61713c0-f060-4d4b-b6e4-90522af63456", - "resource" : { - "resourceType" : "Specimen", - "id" : "1730838914858965000.b61713c0-f060-4d4b-b6e4-90522af63456", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", - "valueString" : "SPM" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/spm-specimen", - "extension" : [ { - "url" : "SPM.26", - "valueString" : "1" - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/filler-assigned-identifier", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", - "valueString" : "M12776123" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", - "valueString" : "SPM.2.1" - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PGN" - } ] - }, - "value" : "09339017" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/placer-assigned-identifier", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", - "valueString" : "09339017" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", - "valueString" : "SPM.2.2" - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FGN" - } ] - }, - "value" : "M12776123" - } ], - "type" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "SCT" - } ], - "system" : "http://snomed.info/sct", - "version" : "07/31/2012", - "code" : "119297000", - "display" : "Blood specimen" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "BLD", - "display" : "BLOOD" - } ] - }, - "receivedTime" : "2021-08-04T00:18:00-06:00", - "_receivedTime" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210804001800-0600" - } ] - }, - "collection" : { - "collectedPeriod" : { - "start" : "2028-08-02T02:52:01-06:00", - "_start" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" - } ] - }, - "end" : "2028-08-02T02:52:01-06:00", - "_end" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" - } ] - } - }, - "bodySite" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "code" : "RA", - "display" : "RIGHT ARM" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - } ], - "code" : "5.67" - } ] - } - }, - "container" : [ { - "type" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "display" : "BACTEC AEROBIC PLUS" - } ] - } - } ], - "note" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "SPM.14" - } ], - "text" : "RA" - } ] - } - }, { - "fullUrl" : "Specimen/1730838914860632000.4eb39857-6061-47de-95fe-b759dcae97d4", - "resource" : { - "resourceType" : "Specimen", - "id" : "1730838914860632000.4eb39857-6061-47de-95fe-b759dcae97d4", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", - "valueString" : "SPM" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/spm-specimen", - "extension" : [ { - "url" : "SPM.26", - "valueString" : "3.0" - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/filler-assigned-identifier", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", - "valueString" : "M12776123" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", - "valueString" : "SPM.2.1" - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PGN" - } ] - }, - "value" : "09339017" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/placer-assigned-identifier", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", - "valueString" : "09339017" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", - "valueString" : "SPM.2.2" - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FGN" - } ] - }, - "value" : "M12776123" - } ], - "type" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "SCT" - } ], - "system" : "http://snomed.info/sct", - "version" : "07/31/2012", - "code" : "119297000", - "display" : "Blood specimen" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "BLD", - "display" : "BLOOD" - } ] - }, - "receivedTime" : "2021-08-04T00:18:00-06:00", - "_receivedTime" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210804001800-0600" - } ] - }, - "collection" : { - "collectedPeriod" : { - "start" : "2028-08-02T02:52:01-06:00", - "_start" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" - } ] - }, - "end" : "2028-08-02T02:52:01-06:00", - "_end" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" - } ] - } - }, - "bodySite" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "code" : "RA", - "display" : "RIGHT ARM" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - } ], - "code" : "5.67" - } ] - } - }, - "container" : [ { - "type" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "display" : "BACTEC BLOOD CULTURE BOTTLES" - } ] - } - } ], - "note" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "SPM.14" - } ], - "text" : "RA" - } ] - } - }, { - "fullUrl" : "Specimen/1730838914861805000.dbabdc5e-06c6-4747-90c2-46fffbac67ec", - "resource" : { - "resourceType" : "Specimen", - "id" : "1730838914861805000.dbabdc5e-06c6-4747-90c2-46fffbac67ec", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", - "valueString" : "SPM" - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/filler-assigned-identifier", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", - "valueString" : "M12776123" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", - "valueString" : "SPM.2.1" - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PGN" - } ] - }, - "value" : "09339017" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/placer-assigned-identifier", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", - "valueString" : "09339017" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", - "valueString" : "SPM.2.2" - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FGN" - } ] - }, - "value" : "M12776123" - } ], - "type" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "SCT" - } ], - "system" : "http://snomed.info/sct", - "version" : "07/31/2012", - "code" : "119297000", - "display" : "Blood specimen" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "BLD", - "display" : "BLOOD" - } ] - }, - "receivedTime" : "2021-08-04T00:18:00-06:00", - "_receivedTime" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210804001800-0600" - } ] - }, - "collection" : { - "collectedPeriod" : { - "start" : "2028-08-02T02:52:01-06:00", - "_start" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" - } ] - }, - "end" : "2028-08-02T02:52:01-06:00", - "_end" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" - } ] - } - }, - "bodySite" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "code" : "RA", - "display" : "RIGHT ARM" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - } ], - "code" : "5.67" - } ] - } - }, - "note" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "SPM.14" - } ], - "text" : "RA" - } ] - } - }, { - "fullUrl" : "Specimen/1730838914863219000.d24a9b32-1921-44a3-8b6f-e33035e4b426", - "resource" : { - "resourceType" : "Specimen", - "id" : "1730838914863219000.d24a9b32-1921-44a3-8b6f-e33035e4b426", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", - "valueString" : "SPM" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/spm-specimen", - "extension" : [ { - "url" : "SPM.26", - "valueString" : "3.0" - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/filler-assigned-identifier", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", - "valueString" : "M12776123" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", - "valueString" : "SPM.2.1" - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PGN" - } ] - }, - "value" : "09339017" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/placer-assigned-identifier", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", - "valueString" : "09339017" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", - "valueString" : "SPM.2.2" - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FGN" - } ] - }, - "value" : "M12776123" - } ], - "type" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "SCT" - } ], - "system" : "http://snomed.info/sct", - "version" : "07/31/2012", - "code" : "119303007", - "display" : "Microbial isolate" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "ISLT", - "display" : "ISOLATE" - } ] - }, - "receivedTime" : "2021-08-04T00:18:00-06:00", - "_receivedTime" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210804001800-0600" - } ] - }, - "collection" : { - "collectedPeriod" : { - "start" : "2028-08-08T09:28:05-06:00", - "_start" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280808092805-0600" - } ] - }, - "end" : "2028-08-08T09:28:05-06:00", - "_end" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280808092805-0600" - } ] + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "FGN" + } + ] + }, + "value": "21:AA:B0029251S" } - }, - "bodySite" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "code" : "RA", - "display" : "RIGHT ARM" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - } ], - "code" : "5.67" - } ] - } - }, - "container" : [ { - "type" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "display" : "BACTEC BLOOD CULTURE BOTTLES" - } ] - } - } ], - "note" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "SPM.14" - } ], - "text" : "RA" - } ] - } - }, { - "fullUrl" : "ServiceRequest/1730838914873315000.918059d6-e146-4bf4-b591-565d508866e0", - "resource" : { - "resourceType" : "ServiceRequest", - "id" : "1730838914873315000.918059d6-e146-4bf4-b591-565d508866e0", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", - "valueCode" : "RE" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", - "valueString" : "202808080928" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/orc-common-order", - "extension" : [ { - "url" : "ORC.6", - "valueString" : "N" - }, { - "url" : "orc-21-ordering-facility-name", - "valueReference" : { - "reference" : "Organization/1730838914869520000.799ccf21-f369-4f2c-a414-563afc469136" - } - }, { - "url" : "orc-22-ordering-facility-address", - "valueAddress" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" - } ] - }, { - "url" : "XAD.7", - "valueCode" : "B" - } ] - } ], - "use" : "work", - "line" : [ "1501 S. POTOMAC" ], - "city" : "AURORA", - "district" : "MD", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" - } - }, { - "url" : "orc-24-ordering-provider-address", - "valueAddress" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ { - "url" : "SAD.1", - "valueString" : "5600 S Quebec St #312A" - } ] - }, { - "url" : "XAD.7", - "valueCode" : "B" - } ] - } ], - "use" : "work", - "line" : [ "5600 S Quebec St #312A" ], - "city" : "Greenwood Village", - "district" : "MD", - "state" : "IG", - "postalCode" : "80111", - "country" : "USA" - } - }, { - "url" : "orc-12-ordering-provider", - "valueReference" : { - "reference" : "Practitioner/1730838914870861000.719c6e7c-b29f-48e8-b5f1-71e877876364" - } - }, { - "url" : "ORC.15", - "valueString" : "202108032350" - }, { - "url" : "ORC.17", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "TMCA, SOUTH CAMPUS" - } ] - } - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", - "extension" : [ { - "url" : "OBR.2", - "valueIdentifier" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123.1" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - } ], - "value" : "09339017" - } - }, { - "url" : "OBR.3", - "valueIdentifier" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123.1" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - } ], - "value" : "21:AA:B0029251S.1" - } - }, { - "url" : "OBR.21", - "valueString" : "TMCA, SOUTH CAMPUS" - }, { - "url" : "OBR.22", - "valueString" : "20210810062500-0600" - }, { - "url" : "OBR.25", - "valueId" : "P" - }, { - "url" : "OBR.10", - "valueReference" : { - "reference" : "Practitioner/1730838914871638000.db5f071a-2f3e-4593-838d-132795b7f86a" - } - }, { - "url" : "OBR.13", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "SEPTIC SHOCK" - } ] - } - }, { - "url" : "OBR.16", - "valueReference" : { - "reference" : "Practitioner/1730838914872442000.6315ab2e-f195-46a3-a9ac-656faef940a9" - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", - "valueContactPoint" : { - "extension" : [ { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", - "valueString" : "1" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", - "valueString" : "303" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "4362727" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ { - "url" : "XTN.2", - "valueString" : "WPN" - }, { - "url" : "XTN.3", - "valueString" : "PH" - }, { - "url" : "XTN.7", - "valueString" : "4362727" - }, { - "url" : "XTN.9", - "valueString" : "Hospital Line" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBR.17" - } ], - "system" : "phone", - "use" : "work" - } - }, { - "url" : "OBR.18", - "valueString" : "21:AA:B0029251Sm12776123" - }, { - "url" : "OBR.19", - "valueString" : "09339017" - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.2" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123.1" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PLAC" - } ] - }, - "value" : "09339017" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.3" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123.1" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FILL" - } ] - }, - "value" : "21:AA:B0029251S.1" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.4" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PGN" - } ] - }, - "value" : "21:AA:B0029251S" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.4" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FGN" - } ] - }, - "value" : "21:AA:B0029251S" - } ], - "status" : "unknown", - "code" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } ], - "system" : "http://loinc.org", - "version" : "2.40", - "code" : "600-7", - "display" : "Bacteria identified in Blood by Culture" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "BCEXT", - "display" : "EXTENDED BLOOD CULTURE" - } ] - }, - "subject" : { - "reference" : "Patient/1730838914533511000.aeaeccfe-dc12-46f3-81ea-1dfb344b1949" - }, - "requester" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", - "valueContactPoint" : { - "extension" : [ { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", - "valueString" : "1" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", - "valueString" : "303" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "4362727" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ { - "url" : "XTN.2", - "valueString" : "WPN" - }, { - "url" : "XTN.3", - "valueString" : "PH" - }, { - "url" : "XTN.7", - "valueString" : "4362727" - }, { - "url" : "XTN.9", - "valueString" : "Hospital Line" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.14" - } ], - "system" : "phone", - "use" : "work" - } - } ], - "reference" : "PractitionerRole/1730838914864923000.6d929cb4-4aeb-4fee-be34-b651230d34c0" - }, - "reasonCode" : [ { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "I10" - } ], - "system" : "http://hl7.org/fhir/sid/icd-10-cm", - "version" : "38", - "code" : "R6521", - "display" : "SEVERE SEPSIS WITH SEPTIC SHOCK" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "I10" - } ], - "system" : "http://hl7.org/fhir/sid/icd-10-cm", - "version" : "38", - "code" : "R6521", - "display" : "SEVERE SEPSIS WITH SEPTIC SHOCK" - } ] - } ], - "note" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ { - "url" : "NTE.2", - "valueId" : "L" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } ] - } - } ] - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ { - "url" : "NTE.2", - "valueId" : "L" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "Critical result called to and read back by:CLAIRE HCE7362" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } ] - } - } ], - "text" : "Critical result called to and read back by:CLAIRE HCE7362" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ { - "url" : "NTE.2", - "valueId" : "L" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "Location:ICUB on 08/08/21 at 1539 by ELB.RM" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } ] - } - } ], - "text" : "Location:ICUB on 08/08/21 at 1539 by ELB.RM" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ { - "url" : "NTE.2", - "valueId" : "L" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "Critical result called to and read back by:CLAIRE HCE7362" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } ] - } - } ], - "text" : "Critical result called to and read back by:CLAIRE HCE7362" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ { - "url" : "NTE.2", - "valueId" : "L" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "Location:ICUB on 08/08/21 at 1050 by ELB.SMX" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } ] - } - } ], - "text" : "Location:ICUB on 08/08/21 at 1050 by ELB.SMX" - } ] - } - }, { - "fullUrl" : "Location/1730838914865137000.d76319d3-828f-4e2d-8c7e-c3d2b968184f", - "resource" : { - "resourceType" : "Location", - "id" : "1730838914865137000.d76319d3-828f-4e2d-8c7e-c3d2b968184f", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ], - "name" : "RML", - "physicalType" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "si" - } ] - } - } - }, { - "fullUrl" : "Practitioner/1730838914865888000.a921d4cb-330c-42f1-8876-5a2ef2d25eb9", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1730838914865888000.a921d4cb-330c-42f1-8876-5a2ef2d25eb9", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "NPI" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ { - "url" : "XCN.3", - "valueString" : "Christopher" - }, { - "url" : "XCN.4", - "valueString" : "Beau" - }, { - "url" : "XCN.21", - "valueString" : "MD" - }, { - "url" : "XCN.10", - "valueString" : "L" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.12" - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", - "valueReference" : { - "reference" : "Location/1730838914865137000.d76319d3-828f-4e2d-8c7e-c3d2b968184f" - } - } ], - "type" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } ], - "code" : "NPI" - } ] - }, - "system" : "NPI", - "value" : "1871759365" - } ], - "name" : [ { - "use" : "official", - "family" : "Willison", - "given" : [ "Christopher", "Beau" ], - "suffix" : [ "MD" ] - } ], - "address" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ { - "url" : "SAD.1", - "valueString" : "5600 S Quebec St #312A" - } ] - }, { - "url" : "XAD.7", - "valueCode" : "B" - } ] - } ], - "use" : "work", - "line" : [ "5600 S Quebec St #312A" ], - "city" : "Greenwood Village", - "district" : "MD", - "state" : "IG", - "postalCode" : "80111", - "country" : "USA" - } ] - } - }, { - "fullUrl" : "Organization/1730838914866899000.a9e56273-c5a0-444c-82cd-7b4e1bc00207", - "resource" : { - "resourceType" : "Organization", - "id" : "1730838914866899000.a9e56273-c5a0-444c-82cd-7b4e1bc00207", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } ], - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "L" - } ] - } - } ], - "code" : "L" - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ { - "url" : "XON.10", - "valueString" : "06D0055551" - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" - } ] - }, - "value" : "06D0055551" - } ], - "name" : "TMCA, SOUTH CAMPUS", - "telecom" : [ { - "extension" : [ { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", - "valueString" : "1" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", - "valueString" : "303" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "6952653" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ { - "url" : "XTN.2", - "valueString" : "WPN" - }, { - "url" : "XTN.3", - "valueString" : "PH" - }, { - "url" : "XTN.7", - "valueString" : "6952653" - } ] - } ], - "system" : "phone", - "use" : "work" - } ], - "address" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" - } ] - }, { - "url" : "XAD.7", - "valueCode" : "B" - } ] - } ], - "use" : "work", - "line" : [ "1501 S. POTOMAC" ], - "city" : "AURORA", - "district" : "MD", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" - } ] - } - }, { - "fullUrl" : "PractitionerRole/1730838914864923000.6d929cb4-4aeb-4fee-be34-b651230d34c0", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1730838914864923000.6d929cb4-4aeb-4fee-be34-b651230d34c0", - "practitioner" : { - "reference" : "Practitioner/1730838914865888000.a921d4cb-330c-42f1-8876-5a2ef2d25eb9" - }, - "organization" : { - "reference" : "Organization/1730838914866899000.a9e56273-c5a0-444c-82cd-7b4e1bc00207" - } - } - }, { - "fullUrl" : "Organization/1730838914869520000.799ccf21-f369-4f2c-a414-563afc469136", - "resource" : { - "resourceType" : "Organization", - "id" : "1730838914869520000.799ccf21-f369-4f2c-a414-563afc469136", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } ], - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "L" - } ] + ], + "basedOn": [ + { + "reference": "ServiceRequest/1732567199318382000.46e91b38-da3c-4cc8-801e-18c8d07d0ecf" + } + ], + "status": "preliminary", + "code": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "version": "2.40", + "code": "77202-0", + "display": "Laboratory comment [Text] in Report Narrative" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "VERGPCOM", + "display": "COMMENT" } - } ], - "code" : "L" - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ { - "url" : "XON.10", - "valueString" : "06D0055551" - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" - } ] - }, - "value" : "06D0055551" - } ], - "name" : "TMCA, SOUTH CAMPUS" - } - }, { - "fullUrl" : "Location/1730838914870334000.d44271e1-dec9-4c11-8d4a-0a055533aca9", - "resource" : { - "resourceType" : "Location", - "id" : "1730838914870334000.d44271e1-dec9-4c11-8d4a-0a055533aca9", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ], - "name" : "RML", - "physicalType" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "si" - } ] - } - } - }, { - "fullUrl" : "Practitioner/1730838914870861000.719c6e7c-b29f-48e8-b5f1-71e877876364", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1730838914870861000.719c6e7c-b29f-48e8-b5f1-71e877876364", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "NPI" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ { - "url" : "XCN.3", - "valueString" : "Christopher" - }, { - "url" : "XCN.4", - "valueString" : "Beau" - }, { - "url" : "XCN.21", - "valueString" : "MD" - }, { - "url" : "XCN.10", - "valueString" : "L" - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", - "valueReference" : { - "reference" : "Location/1730838914870334000.d44271e1-dec9-4c11-8d4a-0a055533aca9" - } - } ], - "type" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } ], - "code" : "NPI" - } ] - }, - "system" : "NPI", - "value" : "1871759365" - } ], - "name" : [ { - "use" : "official", - "family" : "Willison", - "given" : [ "Christopher", "Beau" ], - "suffix" : [ "MD" ] - } ] - } - }, { - "fullUrl" : "Practitioner/1730838914871638000.db5f071a-2f3e-4593-838d-132795b7f86a", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1730838914871638000.db5f071a-2f3e-4593-838d-132795b7f86a", - "identifier" : [ { - "value" : "ER" - } ] - } - }, { - "fullUrl" : "Location/1730838914872009000.0c7e9b2e-abee-4894-95c2-e4f11fb8f84d", - "resource" : { - "resourceType" : "Location", - "id" : "1730838914872009000.0c7e9b2e-abee-4894-95c2-e4f11fb8f84d", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ], - "name" : "RML", - "physicalType" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "si" - } ] - } - } - }, { - "fullUrl" : "Practitioner/1730838914872442000.6315ab2e-f195-46a3-a9ac-656faef940a9", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1730838914872442000.6315ab2e-f195-46a3-a9ac-656faef940a9", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "NPI" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ { - "url" : "XCN.3", - "valueString" : "Christopher" - }, { - "url" : "XCN.4", - "valueString" : "Beau" - }, { - "url" : "XCN.21", - "valueString" : "MD" - }, { - "url" : "XCN.10", - "valueString" : "L" - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", - "valueReference" : { - "reference" : "Location/1730838914872009000.0c7e9b2e-abee-4894-95c2-e4f11fb8f84d" - } - } ], - "type" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } ], - "code" : "NPI" - } ] - }, - "system" : "NPI", - "value" : "1871759365" - } ], - "name" : [ { - "use" : "official", - "family" : "Willison", - "given" : [ "Christopher", "Beau" ], - "suffix" : [ "MD" ] - } ] - } - }, { - "fullUrl" : "ServiceRequest/1730838914882579000.4700ff5d-bc63-4475-9e6c-634a429efc7f", - "resource" : { - "resourceType" : "ServiceRequest", - "id" : "1730838914882579000.4700ff5d-bc63-4475-9e6c-634a429efc7f", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", - "valueCode" : "RE" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", - "valueString" : "202808080928" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/orc-common-order", - "extension" : [ { - "url" : "ORC.6", - "valueString" : "N" - }, { - "url" : "orc-21-ordering-facility-name", - "valueReference" : { - "reference" : "Organization/1730838914879125000.f512aba5-c489-4f9b-8539-83ea07ceec2b" - } - }, { - "url" : "orc-22-ordering-facility-address", - "valueAddress" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" - } ] - }, { - "url" : "XAD.7", - "valueCode" : "B" - } ] - } ], - "use" : "work", - "line" : [ "1501 S. POTOMAC" ], - "city" : "AURORA", - "district" : "MD", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" - } - }, { - "url" : "orc-24-ordering-provider-address", - "valueAddress" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ { - "url" : "SAD.1", - "valueString" : "5600 S Quebec St #312A" - } ] - }, { - "url" : "XAD.7", - "valueCode" : "B" - } ] - } ], - "use" : "work", - "line" : [ "5600 S Quebec St #312A" ], - "city" : "Greenwood Village", - "district" : "MD", - "state" : "IG", - "postalCode" : "80111", - "country" : "USA" - } - }, { - "url" : "orc-12-ordering-provider", - "valueReference" : { - "reference" : "Practitioner/1730838914880404000.7c423bbb-9dc2-4790-b90c-458b90653f8e" - } - }, { - "url" : "ORC.15", - "valueString" : "202108032350" - }, { - "url" : "ORC.17", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "TMCA, SOUTH CAMPUS" - } ] - } - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", - "extension" : [ { - "url" : "OBR.2", - "valueIdentifier" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123.2" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - } ], - "value" : "09339017" - } - }, { - "url" : "OBR.3", - "valueIdentifier" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123.2" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - } ], - "value" : "21:AA:B0029251S.2" - } - }, { - "url" : "OBR.21", - "valueString" : "TMCA, SOUTH CAMPUS" - }, { - "url" : "OBR.22", - "valueString" : "20210810062500-0600" - }, { - "url" : "OBR.25", - "valueId" : "P" - }, { - "url" : "OBR.10", - "valueReference" : { - "reference" : "Practitioner/1730838914881129000.65306ba8-3754-4e9c-b99f-37502128840d" - } - }, { - "url" : "OBR.13", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "SEPTIC SHOCK" - } ] - } - }, { - "url" : "OBR.16", - "valueReference" : { - "reference" : "Practitioner/1730838914881905000.cd25d13d-ae2b-49c5-aecb-47b5df99ae43" - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", - "valueContactPoint" : { - "extension" : [ { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", - "valueString" : "1" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", - "valueString" : "303" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "4362727" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ { - "url" : "XTN.2", - "valueString" : "WPN" - }, { - "url" : "XTN.3", - "valueString" : "PH" - }, { - "url" : "XTN.7", - "valueString" : "4362727" - }, { - "url" : "XTN.9", - "valueString" : "Hospital Line" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBR.17" - } ], - "system" : "phone", - "use" : "work" - } - }, { - "url" : "OBR.18", - "valueString" : "21:AA:B0029251Sm12776123" - }, { - "url" : "OBR.19", - "valueString" : "09339017" - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.2" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123.2" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PLAC" - } ] - }, - "value" : "09339017" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.3" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123.2" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FILL" - } ] + ] }, - "value" : "21:AA:B0029251S.2" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.4" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PGN" - } ] + "subject": { + "reference": "Patient/1732567199025839000.d11ba4b4-e7a2-49d8-8e83-76b149257553" }, - "value" : "21:AA:B0029251S" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.4" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FGN" - } ] + "encounter": { + "reference": "Encounter/1732567199044714000.5e1e8a9d-e832-4413-917e-61b306176c3c" }, - "value" : "21:AA:B0029251S" - } ], - "status" : "unknown", - "code" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } ], - "system" : "http://loinc.org", - "version" : "2.40", - "code" : "600-7", - "display" : "Bacteria identified in Blood by Culture" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "BLOODC", - "display" : "BLOOD CULTURE" - } ] - }, - "subject" : { - "reference" : "Patient/1730838914533511000.aeaeccfe-dc12-46f3-81ea-1dfb344b1949" - }, - "requester" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", - "valueContactPoint" : { - "extension" : [ { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", - "valueString" : "1" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", - "valueString" : "303" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "4362727" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ { - "url" : "XTN.2", - "valueString" : "WPN" - }, { - "url" : "XTN.3", - "valueString" : "PH" - }, { - "url" : "XTN.7", - "valueString" : "4362727" - }, { - "url" : "XTN.9", - "valueString" : "Hospital Line" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.14" - } ], - "system" : "phone", - "use" : "work" - } - } ], - "reference" : "PractitionerRole/1730838914873746000.96d2662b-a4c0-4e54-9067-d6ee838fbe83" - }, - "reasonCode" : [ { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "I10" - } ], - "system" : "http://hl7.org/fhir/sid/icd-10-cm", - "version" : "38", - "code" : "R6521", - "display" : "SEVERE SEPSIS WITH SEPTIC SHOCK" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "I10" - } ], - "system" : "http://hl7.org/fhir/sid/icd-10-cm", - "version" : "38", - "code" : "R6521", - "display" : "SEVERE SEPSIS WITH SEPTIC SHOCK" - } ] - } ], - "note" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ { - "url" : "NTE.2", - "valueId" : "L" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } ] - } - } ] - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ { - "url" : "NTE.2", - "valueId" : "L" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "Critical result called to and read back by:CLAIRE HCE7362" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } ] - } - } ], - "text" : "Critical result called to and read back by:CLAIRE HCE7362" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ { - "url" : "NTE.2", - "valueId" : "L" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "Location:ICUB on 08/08/21 at 1539 by ELB.RM" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } ] - } - } ], - "text" : "Location:ICUB on 08/08/21 at 1539 by ELB.RM" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ { - "url" : "NTE.2", - "valueId" : "L" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "Critical result called to and read back by:CLAIRE HCE7362" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } ] - } - } ], - "text" : "Critical result called to and read back by:CLAIRE HCE7362" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ { - "url" : "NTE.2", - "valueId" : "L" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "Location:ICUB on 08/08/21 at 1050 by ELB.SMX" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } ] - } - } ], - "text" : "Location:ICUB on 08/08/21 at 1050 by ELB.SMX" - } ] - } - }, { - "fullUrl" : "Location/1730838914873999000.b3c8daae-db27-41f7-a93c-c284d765edf6", - "resource" : { - "resourceType" : "Location", - "id" : "1730838914873999000.b3c8daae-db27-41f7-a93c-c284d765edf6", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ], - "name" : "RML", - "physicalType" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "si" - } ] - } - } - }, { - "fullUrl" : "Practitioner/1730838914874830000.d57b760c-4cda-4f57-9b4e-dd408f38783c", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1730838914874830000.d57b760c-4cda-4f57-9b4e-dd408f38783c", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "NPI" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ { - "url" : "XCN.3", - "valueString" : "Christopher" - }, { - "url" : "XCN.4", - "valueString" : "Beau" - }, { - "url" : "XCN.21", - "valueString" : "MD" - }, { - "url" : "XCN.10", - "valueString" : "L" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.12" - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", - "valueReference" : { - "reference" : "Location/1730838914873999000.b3c8daae-db27-41f7-a93c-c284d765edf6" - } - } ], - "type" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } ], - "code" : "NPI" - } ] + "effectivePeriod": { + "start": "2028-08-02T02:52:01-06:00", + "_start": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20280802025201-0600" + } + ] + }, + "end": "2028-08-02T02:52:01-06:00", + "_end": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20280802025201-0600" + } + ] + } }, - "system" : "NPI", - "value" : "1871759365" - } ], - "name" : [ { - "use" : "official", - "family" : "Willison", - "given" : [ "Christopher", "Beau" ], - "suffix" : [ "MD" ] - } ], - "address" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ { - "url" : "SAD.1", - "valueString" : "5600 S Quebec St #312A" - } ] - }, { - "url" : "XAD.7", - "valueCode" : "B" - } ] - } ], - "use" : "work", - "line" : [ "5600 S Quebec St #312A" ], - "city" : "Greenwood Village", - "district" : "MD", - "state" : "IG", - "postalCode" : "80111", - "country" : "USA" - } ] - } - }, { - "fullUrl" : "Organization/1730838914876041000.9bb8dee8-0828-4f39-8a01-b0304dba3748", - "resource" : { - "resourceType" : "Organization", - "id" : "1730838914876041000.9bb8dee8-0828-4f39-8a01-b0304dba3748", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } ], - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "L" - } ] + "issued": "2021-08-10T06:25:00-06:00", + "_issued": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20210810062500-0600" } - } ], - "code" : "L" - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ { - "url" : "XON.10", - "valueString" : "06D0055551" - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" - } ] + ] }, - "value" : "06D0055551" - } ], - "name" : "TMCA, SOUTH CAMPUS", - "telecom" : [ { - "extension" : [ { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", - "valueString" : "1" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", - "valueString" : "303" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "6952653" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ { - "url" : "XTN.2", - "valueString" : "WPN" - }, { - "url" : "XTN.3", - "valueString" : "PH" - }, { - "url" : "XTN.7", - "valueString" : "6952653" - } ] - } ], - "system" : "phone", - "use" : "work" - } ], - "address" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" - } ] - }, { - "url" : "XAD.7", - "valueCode" : "B" - } ] - } ], - "use" : "work", - "line" : [ "1501 S. POTOMAC" ], - "city" : "AURORA", - "district" : "MD", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" - } ] - } - }, { - "fullUrl" : "PractitionerRole/1730838914873746000.96d2662b-a4c0-4e54-9067-d6ee838fbe83", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1730838914873746000.96d2662b-a4c0-4e54-9067-d6ee838fbe83", - "practitioner" : { - "reference" : "Practitioner/1730838914874830000.d57b760c-4cda-4f57-9b4e-dd408f38783c" - }, - "organization" : { - "reference" : "Organization/1730838914876041000.9bb8dee8-0828-4f39-8a01-b0304dba3748" + "specimen": [ + { + "reference": "Specimen/1732567199242870000.81842cd8-5775-4fc6-b5c2-b353231c881b" + }, + { + "reference": "Specimen/1732567199231598000.d8e9a99e-5905-498e-a737-a763a55f939a" + } + ], + "result": [ + { + "reference": "Observation/1732567199140275000.94eea07e-6d97-41f9-9dd1-4cd3422211f1" + }, + { + "reference": "Observation/1732567199144879000.8eb1281b-d897-4d62-9de5-8b1c0b228c15" + }, + { + "reference": "Observation/1732567199150834000.a2f961f6-b583-4923-b910-41a11a600b51" + }, + { + "reference": "Observation/1732567199155168000.12ef8744-f345-48fa-8305-8d7d9382fc8d" + }, + { + "reference": "Observation/1732567199159440000.6ccfebb0-cd42-4d6a-8931-d3d6396031ca" + }, + { + "reference": "Observation/1732567199163332000.633e21bf-037b-46c5-8bf3-1d0b04273b08" + }, + { + "reference": "Observation/1732567199167298000.20b3c4c6-2814-4819-8809-71e9513bd24b" + }, + { + "reference": "Observation/1732567199175898000.1cc90ee7-dd03-44d1-8201-1d9ea729977c" + }, + { + "reference": "Observation/1732567199183716000.d968c1df-10f8-4a2b-b0a4-f3fc282f4363" + }, + { + "reference": "Observation/1732567199187552000.9acf86c2-c4f3-49a3-95e7-cc6857b20b50" + } + ] } - } - }, { - "fullUrl" : "Organization/1730838914879125000.f512aba5-c489-4f9b-8539-83ea07ceec2b", - "resource" : { - "resourceType" : "Organization", - "id" : "1730838914879125000.f512aba5-c489-4f9b-8539-83ea07ceec2b", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } ], - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "L" - } ] + }, + { + "fullUrl": "DiagnosticReport/1732567199362781000.90549015-0ca5-4d87-ace3-3082703bf9a0", + "resource": { + "resourceType": "DiagnosticReport", + "id": "1732567199362781000.90549015-0ca5-4d87-ace3-3082703bf9a0", + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "M12776123.4" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "FILL" + } + ] + }, + "value": "21:AA:B0029251S.4" + } + ], + "basedOn": [ + { + "reference": "ServiceRequest/1732567199341806000.04ec2e33-a0f9-4c3a-9f53-6303e4365ee2" + } + ], + "status": "preliminary", + "code": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "version": "2.40", + "code": "50545-3", + "display": "Bacterial susceptibility panel by Minimum inhibitory concentration (MIC)" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "MDAPTOE", + "display": "MIC DAPTOMYCIN E TEST" } - } ], - "code" : "L" - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ { - "url" : "XON.10", - "valueString" : "06D0055551" - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" - } ] - }, - "value" : "06D0055551" - } ], - "name" : "TMCA, SOUTH CAMPUS" - } - }, { - "fullUrl" : "Location/1730838914879955000.c63fc7c7-dbf5-45dd-bdbb-fde6f70647c0", - "resource" : { - "resourceType" : "Location", - "id" : "1730838914879955000.c63fc7c7-dbf5-45dd-bdbb-fde6f70647c0", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ], - "name" : "RML", - "physicalType" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "si" - } ] - } - } - }, { - "fullUrl" : "Practitioner/1730838914880404000.7c423bbb-9dc2-4790-b90c-458b90653f8e", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1730838914880404000.7c423bbb-9dc2-4790-b90c-458b90653f8e", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "NPI" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ { - "url" : "XCN.3", - "valueString" : "Christopher" - }, { - "url" : "XCN.4", - "valueString" : "Beau" - }, { - "url" : "XCN.21", - "valueString" : "MD" - }, { - "url" : "XCN.10", - "valueString" : "L" - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", - "valueReference" : { - "reference" : "Location/1730838914879955000.c63fc7c7-dbf5-45dd-bdbb-fde6f70647c0" - } - } ], - "type" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } ], - "code" : "NPI" - } ] - }, - "system" : "NPI", - "value" : "1871759365" - } ], - "name" : [ { - "use" : "official", - "family" : "Willison", - "given" : [ "Christopher", "Beau" ], - "suffix" : [ "MD" ] - } ] - } - }, { - "fullUrl" : "Practitioner/1730838914881129000.65306ba8-3754-4e9c-b99f-37502128840d", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1730838914881129000.65306ba8-3754-4e9c-b99f-37502128840d", - "identifier" : [ { - "value" : "ER" - } ] - } - }, { - "fullUrl" : "Location/1730838914881478000.ca540b0c-b24f-4ef7-a424-539b864e8dad", - "resource" : { - "resourceType" : "Location", - "id" : "1730838914881478000.ca540b0c-b24f-4ef7-a424-539b864e8dad", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ], - "name" : "RML", - "physicalType" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "si" - } ] - } - } - }, { - "fullUrl" : "Practitioner/1730838914881905000.cd25d13d-ae2b-49c5-aecb-47b5df99ae43", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1730838914881905000.cd25d13d-ae2b-49c5-aecb-47b5df99ae43", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "NPI" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ { - "url" : "XCN.3", - "valueString" : "Christopher" - }, { - "url" : "XCN.4", - "valueString" : "Beau" - }, { - "url" : "XCN.21", - "valueString" : "MD" - }, { - "url" : "XCN.10", - "valueString" : "L" - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", - "valueReference" : { - "reference" : "Location/1730838914881478000.ca540b0c-b24f-4ef7-a424-539b864e8dad" - } - } ], - "type" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } ], - "code" : "NPI" - } ] - }, - "system" : "NPI", - "value" : "1871759365" - } ], - "name" : [ { - "use" : "official", - "family" : "Willison", - "given" : [ "Christopher", "Beau" ], - "suffix" : [ "MD" ] - } ] - } - }, { - "fullUrl" : "ServiceRequest/1730838914891090000.81493f70-edbd-4707-bda1-b85f6f63c135", - "resource" : { - "resourceType" : "ServiceRequest", - "id" : "1730838914891090000.81493f70-edbd-4707-bda1-b85f6f63c135", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", - "valueCode" : "RE" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", - "valueString" : "202808080928" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/orc-common-order", - "extension" : [ { - "url" : "ORC.6", - "valueString" : "N" - }, { - "url" : "orc-21-ordering-facility-name", - "valueReference" : { - "reference" : "Organization/1730838914887802000.f0e8c9d3-77cf-49e4-b224-a4af2b4ac24f" - } - }, { - "url" : "orc-22-ordering-facility-address", - "valueAddress" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" - } ] - }, { - "url" : "XAD.7", - "valueCode" : "B" - } ] - } ], - "use" : "work", - "line" : [ "1501 S. POTOMAC" ], - "city" : "AURORA", - "district" : "MD", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" - } - }, { - "url" : "orc-24-ordering-provider-address", - "valueAddress" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ { - "url" : "SAD.1", - "valueString" : "5600 S Quebec St #312A" - } ] - }, { - "url" : "XAD.7", - "valueCode" : "B" - } ] - } ], - "use" : "work", - "line" : [ "5600 S Quebec St #312A" ], - "city" : "Greenwood Village", - "district" : "MD", - "state" : "IG", - "postalCode" : "80111", - "country" : "USA" - } - }, { - "url" : "orc-12-ordering-provider", - "valueReference" : { - "reference" : "Practitioner/1730838914888947000.28f374f5-33e2-4442-853d-8bbeefe7b893" - } - }, { - "url" : "ORC.15", - "valueString" : "202108032350" - }, { - "url" : "ORC.17", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "TMCA, SOUTH CAMPUS" - } ] - } - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", - "extension" : [ { - "url" : "OBR.2", - "valueIdentifier" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123.3" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - } ], - "value" : "09339017" - } - }, { - "url" : "OBR.3", - "valueIdentifier" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123.3" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - } ], - "value" : "21:AA:B0029251S.3" - } - }, { - "url" : "OBR.21", - "valueString" : "TMCA, SOUTH CAMPUS" - }, { - "url" : "OBR.22", - "valueString" : "20210810062500-0600" - }, { - "url" : "OBR.25", - "valueId" : "P" - }, { - "url" : "OBR.10", - "valueReference" : { - "reference" : "Practitioner/1730838914889679000.7b1e8142-0c9d-402f-b4c9-7915d571302d" - } - }, { - "url" : "OBR.13", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "SEPTIC SHOCK" - } ] - } - }, { - "url" : "OBR.16", - "valueReference" : { - "reference" : "Practitioner/1730838914890456000.24b66b71-2bae-4d3c-80fc-0c7f162f2ed2" - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", - "valueContactPoint" : { - "extension" : [ { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", - "valueString" : "1" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", - "valueString" : "303" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "4362727" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ { - "url" : "XTN.2", - "valueString" : "WPN" - }, { - "url" : "XTN.3", - "valueString" : "PH" - }, { - "url" : "XTN.7", - "valueString" : "4362727" - }, { - "url" : "XTN.9", - "valueString" : "Hospital Line" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBR.17" - } ], - "system" : "phone", - "use" : "work" - } - }, { - "url" : "OBR.18", - "valueString" : "21:AA:B0029251Sm12776123" - }, { - "url" : "OBR.19", - "valueString" : "09339017" - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.2" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123.3" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PLAC" - } ] - }, - "value" : "09339017" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.3" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123.3" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FILL" - } ] + ] }, - "value" : "21:AA:B0029251S.3" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.4" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PGN" - } ] + "subject": { + "reference": "Patient/1732567199025839000.d11ba4b4-e7a2-49d8-8e83-76b149257553" }, - "value" : "21:AA:B0029251S" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.4" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FGN" - } ] + "encounter": { + "reference": "Encounter/1732567199044714000.5e1e8a9d-e832-4413-917e-61b306176c3c" }, - "value" : "21:AA:B0029251S" - } ], - "status" : "unknown", - "code" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } ], - "system" : "http://loinc.org", - "version" : "2.40", - "code" : "77202-0", - "display" : "Laboratory comment [Text] in Report Narrative" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "VERGPCOM", - "display" : "COMMENT" - } ] - }, - "subject" : { - "reference" : "Patient/1730838914533511000.aeaeccfe-dc12-46f3-81ea-1dfb344b1949" - }, - "requester" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", - "valueContactPoint" : { - "extension" : [ { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", - "valueString" : "1" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", - "valueString" : "303" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "4362727" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ { - "url" : "XTN.2", - "valueString" : "WPN" - }, { - "url" : "XTN.3", - "valueString" : "PH" - }, { - "url" : "XTN.7", - "valueString" : "4362727" - }, { - "url" : "XTN.9", - "valueString" : "Hospital Line" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.14" - } ], - "system" : "phone", - "use" : "work" - } - } ], - "reference" : "PractitionerRole/1730838914883000000.5ae9c7ba-dac6-4f53-9eb0-474c3b9033c5" - }, - "reasonCode" : [ { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "I10" - } ], - "system" : "http://hl7.org/fhir/sid/icd-10-cm", - "version" : "38", - "code" : "R6521", - "display" : "SEVERE SEPSIS WITH SEPTIC SHOCK" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "I10" - } ], - "system" : "http://hl7.org/fhir/sid/icd-10-cm", - "version" : "38", - "code" : "R6521", - "display" : "SEVERE SEPSIS WITH SEPTIC SHOCK" - } ] - } ], - "note" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ { - "url" : "NTE.2", - "valueId" : "L" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } ] - } - } ] - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ { - "url" : "NTE.2", - "valueId" : "L" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "Critical result called to and read back by:CLAIRE HCE7362" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } ] - } - } ], - "text" : "Critical result called to and read back by:CLAIRE HCE7362" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ { - "url" : "NTE.2", - "valueId" : "L" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "Location:ICUB on 08/08/21 at 1539 by ELB.RM" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } ] - } - } ], - "text" : "Location:ICUB on 08/08/21 at 1539 by ELB.RM" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ { - "url" : "NTE.2", - "valueId" : "L" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "Critical result called to and read back by:CLAIRE HCE7362" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } ] - } - } ], - "text" : "Critical result called to and read back by:CLAIRE HCE7362" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ { - "url" : "NTE.2", - "valueId" : "L" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "Location:ICUB on 08/08/21 at 1050 by ELB.SMX" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" - } ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "C", - "display" : "Comment" - } ] - } - } ], - "text" : "Location:ICUB on 08/08/21 at 1050 by ELB.SMX" - } ] - } - }, { - "fullUrl" : "Location/1730838914883400000.f60774d1-756a-49d2-ad95-652dde0fc5fc", - "resource" : { - "resourceType" : "Location", - "id" : "1730838914883400000.f60774d1-756a-49d2-ad95-652dde0fc5fc", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ], - "name" : "RML", - "physicalType" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "si" - } ] - } - } - }, { - "fullUrl" : "Practitioner/1730838914884150000.3c478830-e24c-4978-b68f-27f4b53e5342", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1730838914884150000.3c478830-e24c-4978-b68f-27f4b53e5342", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "NPI" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ { - "url" : "XCN.3", - "valueString" : "Christopher" - }, { - "url" : "XCN.4", - "valueString" : "Beau" - }, { - "url" : "XCN.21", - "valueString" : "MD" - }, { - "url" : "XCN.10", - "valueString" : "L" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.12" - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", - "valueReference" : { - "reference" : "Location/1730838914883400000.f60774d1-756a-49d2-ad95-652dde0fc5fc" - } - } ], - "type" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } ], - "code" : "NPI" - } ] + "effectivePeriod": { + "start": "2028-08-07T16:36:01-06:00", + "_start": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20280807163601-0600" + } + ] + }, + "end": "2028-08-07T16:36:01-06:00", + "_end": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20280807163601-0600" + } + ] + } }, - "system" : "NPI", - "value" : "1871759365" - } ], - "name" : [ { - "use" : "official", - "family" : "Willison", - "given" : [ "Christopher", "Beau" ], - "suffix" : [ "MD" ] - } ], - "address" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ { - "url" : "SAD.1", - "valueString" : "5600 S Quebec St #312A" - } ] - }, { - "url" : "XAD.7", - "valueCode" : "B" - } ] - } ], - "use" : "work", - "line" : [ "5600 S Quebec St #312A" ], - "city" : "Greenwood Village", - "district" : "MD", - "state" : "IG", - "postalCode" : "80111", - "country" : "USA" - } ] - } - }, { - "fullUrl" : "Organization/1730838914885184000.f229ae5e-0004-419f-bdb3-b1c5c06b6a72", - "resource" : { - "resourceType" : "Organization", - "id" : "1730838914885184000.f229ae5e-0004-419f-bdb3-b1c5c06b6a72", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } ], - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "L" - } ] + "issued": "2021-08-10T06:25:00-06:00", + "_issued": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20210810062500-0600" } - } ], - "code" : "L" - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ { - "url" : "XON.10", - "valueString" : "06D0055551" - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" - } ] + ] }, - "value" : "06D0055551" - } ], - "name" : "TMCA, SOUTH CAMPUS", - "telecom" : [ { - "extension" : [ { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", - "valueString" : "1" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", - "valueString" : "303" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "6952653" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ { - "url" : "XTN.2", - "valueString" : "WPN" - }, { - "url" : "XTN.3", - "valueString" : "PH" - }, { - "url" : "XTN.7", - "valueString" : "6952653" - } ] - } ], - "system" : "phone", - "use" : "work" - } ], - "address" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ { - "url" : "SAD.1", - "valueString" : "1501 S. POTOMAC" - } ] - }, { - "url" : "XAD.7", - "valueCode" : "B" - } ] - } ], - "use" : "work", - "line" : [ "1501 S. POTOMAC" ], - "city" : "AURORA", - "district" : "MD", - "state" : "IG", - "postalCode" : "80012", - "country" : "USA" - } ] - } - }, { - "fullUrl" : "PractitionerRole/1730838914883000000.5ae9c7ba-dac6-4f53-9eb0-474c3b9033c5", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1730838914883000000.5ae9c7ba-dac6-4f53-9eb0-474c3b9033c5", - "practitioner" : { - "reference" : "Practitioner/1730838914884150000.3c478830-e24c-4978-b68f-27f4b53e5342" - }, - "organization" : { - "reference" : "Organization/1730838914885184000.f229ae5e-0004-419f-bdb3-b1c5c06b6a72" + "specimen": [ + { + "reference": "Specimen/1732567199232902000.7aa259f0-f0b6-4442-9c8e-3e6a3e9bfc15" + } + ], + "result": [ + { + "reference": "Observation/1732567199191704000.a2684432-4d02-4883-a6b0-a0d03f4c62c1" + } + ] } - } - }, { - "fullUrl" : "Organization/1730838914887802000.f0e8c9d3-77cf-49e4-b224-a4af2b4ac24f", - "resource" : { - "resourceType" : "Organization", - "id" : "1730838914887802000.f0e8c9d3-77cf-49e4-b224-a4af2b4ac24f", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" - } ], - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "L" - } ] + }, + { + "fullUrl": "DiagnosticReport/1732567199364257000.b75cb014-9f4f-4196-8138-7b6575c4d240", + "resource": { + "resourceType": "DiagnosticReport", + "id": "1732567199364257000.b75cb014-9f4f-4196-8138-7b6575c4d240", + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "M12776123.5" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "FILL" + } + ] + }, + "value": "21:AA:B0029251S.5" + } + ], + "basedOn": [ + { + "reference": "ServiceRequest/1732567199350649000.6d72749f-5ca5-47f9-b04c-f4ede1111108" + } + ], + "status": "preliminary", + "code": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" + } + ], + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "5.67", + "code": "VGP-75", + "display": "VITEK2 AST-GP75" } - } ], - "code" : "L" - } - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ { - "url" : "XON.10", - "valueString" : "06D0055551" - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "TMCA, SOUTH CAMPUS" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" - } ] + ] }, - "value" : "06D0055551" - } ], - "name" : "TMCA, SOUTH CAMPUS" - } - }, { - "fullUrl" : "Location/1730838914888508000.7928c72e-8cff-4e92-ae9b-644de5b7e1d5", - "resource" : { - "resourceType" : "Location", - "id" : "1730838914888508000.7928c72e-8cff-4e92-ae9b-644de5b7e1d5", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ], - "name" : "RML", - "physicalType" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "si" - } ] - } - } - }, { - "fullUrl" : "Practitioner/1730838914888947000.28f374f5-33e2-4442-853d-8bbeefe7b893", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1730838914888947000.28f374f5-33e2-4442-853d-8bbeefe7b893", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "NPI" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ { - "url" : "XCN.3", - "valueString" : "Christopher" - }, { - "url" : "XCN.4", - "valueString" : "Beau" - }, { - "url" : "XCN.21", - "valueString" : "MD" - }, { - "url" : "XCN.10", - "valueString" : "L" - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", - "valueReference" : { - "reference" : "Location/1730838914888508000.7928c72e-8cff-4e92-ae9b-644de5b7e1d5" - } - } ], - "type" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } ], - "code" : "NPI" - } ] + "subject": { + "reference": "Patient/1732567199025839000.d11ba4b4-e7a2-49d8-8e83-76b149257553" }, - "system" : "NPI", - "value" : "1871759365" - } ], - "name" : [ { - "use" : "official", - "family" : "Willison", - "given" : [ "Christopher", "Beau" ], - "suffix" : [ "MD" ] - } ] - } - }, { - "fullUrl" : "Practitioner/1730838914889679000.7b1e8142-0c9d-402f-b4c9-7915d571302d", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1730838914889679000.7b1e8142-0c9d-402f-b4c9-7915d571302d", - "identifier" : [ { - "value" : "ER" - } ] - } - }, { - "fullUrl" : "Location/1730838914890028000.fa47ee3d-e220-41bc-93a4-9d316568f891", - "resource" : { - "resourceType" : "Location", - "id" : "1730838914890028000.fa47ee3d-e220-41bc-93a4-9d316568f891", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ], - "name" : "RML", - "physicalType" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "si" - } ] - } - } - }, { - "fullUrl" : "Practitioner/1730838914890456000.24b66b71-2bae-4d3c-80fc-0c7f162f2ed2", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1730838914890456000.24b66b71-2bae-4d3c-80fc-0c7f162f2ed2", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "NPI" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ { - "url" : "XCN.3", - "valueString" : "Christopher" - }, { - "url" : "XCN.4", - "valueString" : "Beau" - }, { - "url" : "XCN.21", - "valueString" : "MD" - }, { - "url" : "XCN.10", - "valueString" : "L" - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", - "valueReference" : { - "reference" : "Location/1730838914890028000.fa47ee3d-e220-41bc-93a4-9d316568f891" - } - } ], - "type" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } ], - "code" : "NPI" - } ] + "encounter": { + "reference": "Encounter/1732567199044714000.5e1e8a9d-e832-4413-917e-61b306176c3c" }, - "system" : "NPI", - "value" : "1871759365" - } ], - "name" : [ { - "use" : "official", - "family" : "Willison", - "given" : [ "Christopher", "Beau" ], - "suffix" : [ "MD" ] - } ] - } - }, { - "fullUrl" : "ServiceRequest/1730838914895288000.23b14643-50db-435a-85a3-d849290aaa7a", - "resource" : { - "resourceType" : "ServiceRequest", - "id" : "1730838914895288000.23b14643-50db-435a-85a3-d849290aaa7a", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", - "extension" : [ { - "url" : "OBR.21", - "valueString" : "TMCA, SOUTH CAMPUS" - }, { - "url" : "OBR.22", - "valueString" : "20210810062500-0600" - }, { - "url" : "OBR.25", - "valueId" : "P" - }, { - "url" : "OBR.26", - "extension" : [ { - "url" : "prl-1-parent-observation-identifier", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } ], - "system" : "http://loinc.org", - "version" : "2.40", - "code" : "600-7" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "BCEXT", - "display" : "EXTENDED BLOOD CULTURE" - } ], - "text" : "EXTENDED BLOOD CULTURE" - } - }, { - "url" : "prl-2-parent-observation-sub-identifier", - "valueString" : "1" - }, { - "url" : "prl-3-parent-observation-descriptor", - "valueString" : "ENTRAFVRE" - } ] - }, { - "url" : "OBR.29", - "valueIdentifier" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/filler-assigned-identifier", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", - "valueString" : "21:AA:B0029251Sm12776123" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" - } ] - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PGN" - } ] - } + "effectivePeriod": { + "start": "2028-08-07T16:36:01-06:00", + "_start": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20280807163601-0600" + } + ] + }, + "end": "2028-08-07T16:36:01-06:00", + "_end": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20280807163601-0600" + } + ] } - }, { - "url" : "OBR.10", - "valueReference" : { - "reference" : "Practitioner/1730838914894150000.9a69bf81-0eef-4637-9a74-f3a8ff4612ea" - } - }, { - "url" : "OBR.13", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "SEPTIC SHOCK" - } ] - } - }, { - "url" : "OBR.16", - "valueReference" : { - "reference" : "Practitioner/1730838914894938000.8ea784ee-7bec-4823-b7e0-df2fda766fd4" - } - }, { - "url" : "OBR.18", - "valueString" : "21:AA:B0029251Sm12776123" - }, { - "url" : "OBR.19", - "valueString" : "09339017" - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBR.3" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123.4" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FILL" - } ] - }, - "value" : "21:AA:B0029251S.4" - } ], - "status" : "unknown", - "code" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } ], - "system" : "http://loinc.org", - "version" : "2.40", - "code" : "50545-3", - "display" : "Bacterial susceptibility panel by Minimum inhibitory concentration (MIC)" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "MDAPTOE", - "display" : "MIC DAPTOMYCIN E TEST" - } ] - }, - "subject" : { - "reference" : "Patient/1730838914533511000.aeaeccfe-dc12-46f3-81ea-1dfb344b1949" - }, - "requester" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", - "valueContactPoint" : { - "extension" : [ { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", - "valueString" : "1" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", - "valueString" : "303" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "4362727" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ { - "url" : "XTN.2", - "valueString" : "WPN" - }, { - "url" : "XTN.3", - "valueString" : "PH" - }, { - "url" : "XTN.7", - "valueString" : "4362727" - }, { - "url" : "XTN.9", - "valueString" : "Hospital Line" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBR.17" - } ], - "system" : "phone", - "use" : "work" - } - } ], - "reference" : "Practitioner/1730838914892095000.174e538e-8f01-4768-ab72-991d8f151cf1" - }, - "reasonCode" : [ { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "I10" - } ], - "system" : "http://hl7.org/fhir/sid/icd-10-cm", - "version" : "38", - "code" : "R6521", - "display" : "SEVERE SEPSIS WITH SEPTIC SHOCK" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "I10" - } ], - "system" : "http://hl7.org/fhir/sid/icd-10-cm", - "version" : "38", - "code" : "R6521", - "display" : "SEVERE SEPSIS WITH SEPTIC SHOCK" - } ] - } ] - } - }, { - "fullUrl" : "Location/1730838914891593000.f37e7ffc-cab2-4beb-b62a-5ef2fb665735", - "resource" : { - "resourceType" : "Location", - "id" : "1730838914891593000.f37e7ffc-cab2-4beb-b62a-5ef2fb665735", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ], - "name" : "RML", - "physicalType" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "si" - } ] - } - } - }, { - "fullUrl" : "Practitioner/1730838914892095000.174e538e-8f01-4768-ab72-991d8f151cf1", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1730838914892095000.174e538e-8f01-4768-ab72-991d8f151cf1", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "NPI" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ { - "url" : "XCN.3", - "valueString" : "Christopher" - }, { - "url" : "XCN.4", - "valueString" : "Beau" - }, { - "url" : "XCN.21", - "valueString" : "MD" - }, { - "url" : "XCN.10", - "valueString" : "L" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBR.16" - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", - "valueReference" : { - "reference" : "Location/1730838914891593000.f37e7ffc-cab2-4beb-b62a-5ef2fb665735" - } - } ], - "type" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } ], - "code" : "NPI" - } ] - }, - "system" : "NPI", - "value" : "1871759365" - } ], - "name" : [ { - "use" : "official", - "family" : "Willison", - "given" : [ "Christopher", "Beau" ], - "suffix" : [ "MD" ] - } ] - } - }, { - "fullUrl" : "Practitioner/1730838914894150000.9a69bf81-0eef-4637-9a74-f3a8ff4612ea", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1730838914894150000.9a69bf81-0eef-4637-9a74-f3a8ff4612ea", - "identifier" : [ { - "value" : "ER" - } ] - } - }, { - "fullUrl" : "Location/1730838914894511000.b2eba5ea-04b1-40cf-9714-6b609ff076d6", - "resource" : { - "resourceType" : "Location", - "id" : "1730838914894511000.b2eba5ea-04b1-40cf-9714-6b609ff076d6", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ], - "name" : "RML", - "physicalType" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "si" - } ] - } - } - }, { - "fullUrl" : "Practitioner/1730838914894938000.8ea784ee-7bec-4823-b7e0-df2fda766fd4", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1730838914894938000.8ea784ee-7bec-4823-b7e0-df2fda766fd4", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "NPI" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ { - "url" : "XCN.3", - "valueString" : "Christopher" - }, { - "url" : "XCN.4", - "valueString" : "Beau" - }, { - "url" : "XCN.21", - "valueString" : "MD" - }, { - "url" : "XCN.10", - "valueString" : "L" - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", - "valueReference" : { - "reference" : "Location/1730838914894511000.b2eba5ea-04b1-40cf-9714-6b609ff076d6" - } - } ], - "type" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } ], - "code" : "NPI" - } ] }, - "system" : "NPI", - "value" : "1871759365" - } ], - "name" : [ { - "use" : "official", - "family" : "Willison", - "given" : [ "Christopher", "Beau" ], - "suffix" : [ "MD" ] - } ] - } - }, { - "fullUrl" : "ServiceRequest/1730838914899310000.a320a280-30de-4f3b-b2dd-927de5ce8c9e", - "resource" : { - "resourceType" : "ServiceRequest", - "id" : "1730838914899310000.a320a280-30de-4f3b-b2dd-927de5ce8c9e", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", - "extension" : [ { - "url" : "OBR.21", - "valueString" : "ROSE MEDICAL CENTER (MCOE)" - }, { - "url" : "OBR.22", - "valueString" : "20210810062500-0600" - }, { - "url" : "OBR.25", - "valueId" : "P" - }, { - "url" : "OBR.26", - "extension" : [ { - "url" : "prl-1-parent-observation-identifier", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } ], - "system" : "http://loinc.org", - "version" : "2.40", - "code" : "600-7" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "BCEXT", - "display" : "EXTENDED BLOOD CULTURE" - } ], - "text" : "EXTENDED BLOOD CULTURE" - } - }, { - "url" : "prl-2-parent-observation-sub-identifier", - "valueString" : "1" - }, { - "url" : "prl-3-parent-observation-descriptor", - "valueString" : "ENTRAFVRE" - } ] - }, { - "url" : "OBR.29", - "valueIdentifier" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/filler-assigned-identifier", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", - "valueString" : "21:AA:B0029251Sm12776123" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "RML" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" - } ] - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PGN" - } ] + "issued": "2021-08-10T06:25:00-06:00", + "_issued": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20210810062500-0600" } - } - }, { - "url" : "OBR.10", - "valueReference" : { - "reference" : "Practitioner/1730838914898170000.2e657f56-1950-4882-ab3b-107c2e7b7a27" - } - }, { - "url" : "OBR.13", - "valueCodeableConcept" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - } ], - "code" : "SEPTIC SHOCK" - } ] - } - }, { - "url" : "OBR.16", - "valueReference" : { - "reference" : "Practitioner/1730838914898968000.0f86179b-2a68-423c-b468-019d9425a5ae" - } - }, { - "url" : "OBR.18", - "valueString" : "21:AA:B0029251Sm12776123" - }, { - "url" : "OBR.19", - "valueString" : "09339017" - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBR.3" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123.5" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FILL" - } ] - }, - "value" : "21:AA:B0029251S.5" - } ], - "status" : "unknown", - "code" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "VGP-75", - "display" : "VITEK2 AST-GP75" - } ] - }, - "subject" : { - "reference" : "Patient/1730838914533511000.aeaeccfe-dc12-46f3-81ea-1dfb344b1949" - }, - "requester" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", - "valueContactPoint" : { - "extension" : [ { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", - "valueString" : "1" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", - "valueString" : "303" - }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "4362727" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ { - "url" : "XTN.2", - "valueString" : "WPN" - }, { - "url" : "XTN.3", - "valueString" : "PH" - }, { - "url" : "XTN.7", - "valueString" : "4362727" - }, { - "url" : "XTN.9", - "valueString" : "Hospital Line" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBR.17" - } ], - "system" : "phone", - "use" : "work" - } - } ], - "reference" : "Practitioner/1730838914896284000.98a2bd77-bd61-4c53-ba11-c55a7c9a32fb" - }, - "reasonCode" : [ { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "I10" - } ], - "system" : "http://hl7.org/fhir/sid/icd-10-cm", - "version" : "38", - "code" : "R6521", - "display" : "SEVERE SEPSIS WITH SEPTIC SHOCK" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "I10" - } ], - "system" : "http://hl7.org/fhir/sid/icd-10-cm", - "version" : "38", - "code" : "R6521", - "display" : "SEVERE SEPSIS WITH SEPTIC SHOCK" - } ] - } ] - } - }, { - "fullUrl" : "Location/1730838914895784000.e72d6937-c80b-4d3b-9cb3-f89dd8843689", - "resource" : { - "resourceType" : "Location", - "id" : "1730838914895784000.e72d6937-c80b-4d3b-9cb3-f89dd8843689", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ], - "name" : "RML", - "physicalType" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "si" - } ] - } - } - }, { - "fullUrl" : "Practitioner/1730838914896284000.98a2bd77-bd61-4c53-ba11-c55a7c9a32fb", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1730838914896284000.98a2bd77-bd61-4c53-ba11-c55a7c9a32fb", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "NPI" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ { - "url" : "XCN.3", - "valueString" : "Christopher" - }, { - "url" : "XCN.4", - "valueString" : "Beau" - }, { - "url" : "XCN.21", - "valueString" : "MD" - }, { - "url" : "XCN.10", - "valueString" : "L" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBR.16" - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", - "valueReference" : { - "reference" : "Location/1730838914895784000.e72d6937-c80b-4d3b-9cb3-f89dd8843689" - } - } ], - "type" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } ], - "code" : "NPI" - } ] + ] }, - "system" : "NPI", - "value" : "1871759365" - } ], - "name" : [ { - "use" : "official", - "family" : "Willison", - "given" : [ "Christopher", "Beau" ], - "suffix" : [ "MD" ] - } ] - } - }, { - "fullUrl" : "Practitioner/1730838914898170000.2e657f56-1950-4882-ab3b-107c2e7b7a27", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1730838914898170000.2e657f56-1950-4882-ab3b-107c2e7b7a27", - "identifier" : [ { - "value" : "ER" - } ] - } - }, { - "fullUrl" : "Location/1730838914898532000.a93144a7-8f2a-4e6e-9aea-9cd49b87f109", - "resource" : { - "resourceType" : "Location", - "id" : "1730838914898532000.a93144a7-8f2a-4e6e-9aea-9cd49b87f109", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ], - "name" : "RML", - "physicalType" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "si" - } ] + "specimen": [ + { + "reference": "Specimen/1732567199246837000.00095c08-1656-4163-ad56-d0d65b250a1f" + }, + { + "reference": "Specimen/1732567199234286000.149b36f1-3353-448f-bade-e0b95e7922fa" + } + ], + "result": [ + { + "reference": "Observation/1732567199195790000.44b30c3b-2f5c-48ba-a04f-d6a0edb924e1" + }, + { + "reference": "Observation/1732567199201535000.07b1653e-e7a8-4c04-ac81-a46d6bc1f724" + }, + { + "reference": "Observation/1732567199205607000.da0c61c1-eede-4f6d-a884-8780b69fc92d" + }, + { + "reference": "Observation/1732567199211107000.7231f3ff-1cf8-4db9-a452-f19059611bf2" + }, + { + "reference": "Observation/1732567199215596000.2c9e9f7e-00f6-4758-9689-90b5a8193f09" + } + ] } } - }, { - "fullUrl" : "Practitioner/1730838914898968000.0f86179b-2a68-423c-b468-019d9425a5ae", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1730838914898968000.0f86179b-2a68-423c-b468-019d9425a5ae", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "NPI" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ { - "url" : "XCN.3", - "valueString" : "Christopher" - }, { - "url" : "XCN.4", - "valueString" : "Beau" - }, { - "url" : "XCN.21", - "valueString" : "MD" - }, { - "url" : "XCN.10", - "valueString" : "L" - } ] - } ], - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", - "valueReference" : { - "reference" : "Location/1730838914898532000.a93144a7-8f2a-4e6e-9aea-9cd49b87f109" - } - } ], - "type" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true - } ], - "code" : "NPI" - } ] - }, - "system" : "NPI", - "value" : "1871759365" - } ], - "name" : [ { - "use" : "official", - "family" : "Willison", - "given" : [ "Christopher", "Beau" ], - "suffix" : [ "MD" ] - } ] - } - }, { - "fullUrl" : "DiagnosticReport/1730838914906397000.8c90cfa9-33e8-4fac-a189-93e53f35fa0e", - "resource" : { - "resourceType" : "DiagnosticReport", - "id" : "1730838914906397000.8c90cfa9-33e8-4fac-a189-93e53f35fa0e", - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.2" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123.1" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PLAC" - } ] - }, - "value" : "09339017" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123.1" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FILL" - } ] - }, - "value" : "21:AA:B0029251S.1" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PGN" - } ] - }, - "value" : "21:AA:B0029251S" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FGN" - } ] - }, - "value" : "21:AA:B0029251S" - } ], - "basedOn" : [ { - "reference" : "ServiceRequest/1730838914873315000.918059d6-e146-4bf4-b591-565d508866e0" - } ], - "status" : "preliminary", - "code" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } ], - "system" : "http://loinc.org", - "version" : "2.40", - "code" : "600-7", - "display" : "Bacteria identified in Blood by Culture" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "BCEXT", - "display" : "EXTENDED BLOOD CULTURE" - } ] - }, - "subject" : { - "reference" : "Patient/1730838914533511000.aeaeccfe-dc12-46f3-81ea-1dfb344b1949" - }, - "encounter" : { - "reference" : "Encounter/1730838914552455000.e00dcab1-8817-427b-bf71-091bff0b1446" - }, - "effectivePeriod" : { - "start" : "2028-08-02T02:52:01-06:00", - "_start" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" - } ] - }, - "end" : "2028-08-02T02:52:01-06:00", - "_end" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" - } ] - } - }, - "issued" : "2021-08-10T06:25:00-06:00", - "_issued" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210810062500-0600" - } ] - }, - "specimen" : [ { - "reference" : "Specimen/1730838914858965000.b61713c0-f060-4d4b-b6e4-90522af63456" - }, { - "reference" : "Specimen/1730838914855305000.bb5142ae-411f-4ac4-b135-11c0a3c86011" - } ], - "result" : [ { - "reference" : "Observation/1730838914729489000.2eb7ce94-28f7-4662-bfb6-4613a8cb9a9d" - }, { - "reference" : "Observation/1730838914734896000.8ade4c13-8de9-451c-8e52-e7a17049b8de" - }, { - "reference" : "Observation/1730838914738722000.8ab918ff-884f-41ce-bf64-2eaa180562d8" - } ] - } - }, { - "fullUrl" : "DiagnosticReport/1730838914907614000.b8bd28ef-e261-4f29-924c-61000c4723e4", - "resource" : { - "resourceType" : "DiagnosticReport", - "id" : "1730838914907614000.b8bd28ef-e261-4f29-924c-61000c4723e4", - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.2" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123.2" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PLAC" - } ] - }, - "value" : "09339017" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123.2" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FILL" - } ] - }, - "value" : "21:AA:B0029251S.2" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PGN" - } ] - }, - "value" : "21:AA:B0029251S" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FGN" - } ] - }, - "value" : "21:AA:B0029251S" - } ], - "basedOn" : [ { - "reference" : "ServiceRequest/1730838914882579000.4700ff5d-bc63-4475-9e6c-634a429efc7f" - } ], - "status" : "preliminary", - "code" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } ], - "system" : "http://loinc.org", - "version" : "2.40", - "code" : "600-7", - "display" : "Bacteria identified in Blood by Culture" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "BLOODC", - "display" : "BLOOD CULTURE" - } ] - }, - "subject" : { - "reference" : "Patient/1730838914533511000.aeaeccfe-dc12-46f3-81ea-1dfb344b1949" - }, - "encounter" : { - "reference" : "Encounter/1730838914552455000.e00dcab1-8817-427b-bf71-091bff0b1446" - }, - "effectivePeriod" : { - "start" : "2028-08-02T02:52:01-06:00", - "_start" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" - } ] - }, - "end" : "2028-08-02T02:52:01-06:00", - "_end" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" - } ] - } - }, - "issued" : "2021-08-10T06:25:00-06:00", - "_issued" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210810062500-0600" - } ] - }, - "specimen" : [ { - "reference" : "Specimen/1730838914860632000.4eb39857-6061-47de-95fe-b759dcae97d4" - }, { - "reference" : "Specimen/1730838914855587000.eefaaaf7-f224-4787-b808-222cfd8ce934" - } ], - "result" : [ { - "reference" : "Observation/1730838914746679000.6cb47aca-33cd-460f-8769-e80973694db3" - }, { - "reference" : "Observation/1730838914750457000.11d7a4c7-d29d-406f-a873-41d6f778e1f6" - }, { - "reference" : "Observation/1730838914754255000.1450c286-7c87-4dac-a1ee-e4ae783ece39" - }, { - "reference" : "Observation/1730838914757918000.71ba2d30-22a8-4a57-9b4f-ac2ea4a6af9e" - }, { - "reference" : "Observation/1730838914761281000.8248137a-4beb-4915-a234-653c14b8991a" - }, { - "reference" : "Observation/1730838914764878000.6afb20de-601f-4d38-bafd-690a16277184" - }, { - "reference" : "Observation/1730838914769074000.2cbaf2ff-ff70-4bfd-a814-c2f3cfb51c50" - } ] - } - }, { - "fullUrl" : "DiagnosticReport/1730838914908842000.dbd3e970-1b66-45f6-9070-3aa23495dc1a", - "resource" : { - "resourceType" : "DiagnosticReport", - "id" : "1730838914908842000.dbd3e970-1b66-45f6-9070-3aa23495dc1a", - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.2" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123.3" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PLAC" - } ] - }, - "value" : "09339017" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123.3" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FILL" - } ] - }, - "value" : "21:AA:B0029251S.3" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PGN" - } ] - }, - "value" : "21:AA:B0029251S" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.144" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FGN" - } ] - }, - "value" : "21:AA:B0029251S" - } ], - "basedOn" : [ { - "reference" : "ServiceRequest/1730838914891090000.81493f70-edbd-4707-bda1-b85f6f63c135" - } ], - "status" : "preliminary", - "code" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } ], - "system" : "http://loinc.org", - "version" : "2.40", - "code" : "77202-0", - "display" : "Laboratory comment [Text] in Report Narrative" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "VERGPCOM", - "display" : "COMMENT" - } ] - }, - "subject" : { - "reference" : "Patient/1730838914533511000.aeaeccfe-dc12-46f3-81ea-1dfb344b1949" - }, - "encounter" : { - "reference" : "Encounter/1730838914552455000.e00dcab1-8817-427b-bf71-091bff0b1446" - }, - "effectivePeriod" : { - "start" : "2028-08-02T02:52:01-06:00", - "_start" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" - } ] - }, - "end" : "2028-08-02T02:52:01-06:00", - "_end" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280802025201-0600" - } ] - } - }, - "issued" : "2021-08-10T06:25:00-06:00", - "_issued" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210810062500-0600" - } ] - }, - "specimen" : [ { - "reference" : "Specimen/1730838914861805000.dbabdc5e-06c6-4747-90c2-46fffbac67ec" - }, { - "reference" : "Specimen/1730838914855835000.d443d135-470f-4f93-8cd5-f103f45247a4" - } ], - "result" : [ { - "reference" : "Observation/1730838914778922000.ecf78aac-289c-40ab-96cc-09e0898af48e" - }, { - "reference" : "Observation/1730838914782556000.dbc35447-b50c-4640-8d1c-cb706d3bb6f5" - }, { - "reference" : "Observation/1730838914786102000.4b49ec3b-8e55-4b36-9fbf-962835c9ebdf" - }, { - "reference" : "Observation/1730838914789774000.c044d0e9-a99c-4a74-8886-cf10726f0c49" - }, { - "reference" : "Observation/1730838914793666000.5f0b4487-9875-4569-b863-77aba7499d86" - }, { - "reference" : "Observation/1730838914797256000.c05d181b-9b59-460e-9f74-7e587e5c5afa" - }, { - "reference" : "Observation/1730838914800181000.fc301ec4-32f0-411c-907e-deb1c242e47b" - }, { - "reference" : "Observation/1730838914802931000.82b080f0-5516-4a8d-88b2-a72d6b99b35e" - }, { - "reference" : "Observation/1730838914805532000.6c345aea-068c-4186-aba0-efa2b8496e16" - }, { - "reference" : "Observation/1730838914808096000.7f370244-46ef-47e3-8e04-ff4d9f94994d" - } ] - } - }, { - "fullUrl" : "DiagnosticReport/1730838914909748000.ef38cfa8-4f7f-4064-b60e-7427d1553444", - "resource" : { - "resourceType" : "DiagnosticReport", - "id" : "1730838914909748000.ef38cfa8-4f7f-4064-b60e-7427d1553444", - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123.4" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FILL" - } ] - }, - "value" : "21:AA:B0029251S.4" - } ], - "basedOn" : [ { - "reference" : "ServiceRequest/1730838914895288000.23b14643-50db-435a-85a3-d849290aaa7a" - } ], - "status" : "preliminary", - "code" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" - } ], - "system" : "http://loinc.org", - "version" : "2.40", - "code" : "50545-3", - "display" : "Bacterial susceptibility panel by Minimum inhibitory concentration (MIC)" - }, { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "MDAPTOE", - "display" : "MIC DAPTOMYCIN E TEST" - } ] - }, - "subject" : { - "reference" : "Patient/1730838914533511000.aeaeccfe-dc12-46f3-81ea-1dfb344b1949" - }, - "encounter" : { - "reference" : "Encounter/1730838914552455000.e00dcab1-8817-427b-bf71-091bff0b1446" - }, - "effectivePeriod" : { - "start" : "2028-08-07T16:36:01-06:00", - "_start" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280807163601-0600" - } ] - }, - "end" : "2028-08-07T16:36:01-06:00", - "_end" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280807163601-0600" - } ] - } - }, - "issued" : "2021-08-10T06:25:00-06:00", - "_issued" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210810062500-0600" - } ] - }, - "specimen" : [ { - "reference" : "Specimen/1730838914856068000.a6bf9c05-751d-4988-aa0c-d2c9e5b487ba" - } ], - "result" : [ { - "reference" : "Observation/1730838914810702000.dd0bc552-e245-459e-a91c-ce9357b7b433" - } ] - } - }, { - "fullUrl" : "DiagnosticReport/1730838914910588000.703ca7ee-7e10-4e6a-888b-4f1d1e4ff655", - "resource" : { - "resourceType" : "DiagnosticReport", - "id" : "1730838914910588000.703ca7ee-7e10-4e6a-888b-4f1d1e4ff655", - "identifier" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "M12776123.5" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" - } ] - } ], - "type" : { - "coding" : [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FILL" - } ] - }, - "value" : "21:AA:B0029251S.5" - } ], - "basedOn" : [ { - "reference" : "ServiceRequest/1730838914899310000.a320a280-30de-4f3b-b2dd-927de5ce8c9e" - } ], - "status" : "preliminary", - "code" : { - "coding" : [ { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" - }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" - } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "5.67", - "code" : "VGP-75", - "display" : "VITEK2 AST-GP75" - } ] - }, - "subject" : { - "reference" : "Patient/1730838914533511000.aeaeccfe-dc12-46f3-81ea-1dfb344b1949" - }, - "encounter" : { - "reference" : "Encounter/1730838914552455000.e00dcab1-8817-427b-bf71-091bff0b1446" - }, - "effectivePeriod" : { - "start" : "2028-08-07T16:36:01-06:00", - "_start" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280807163601-0600" - } ] - }, - "end" : "2028-08-07T16:36:01-06:00", - "_end" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20280807163601-0600" - } ] - } - }, - "issued" : "2021-08-10T06:25:00-06:00", - "_issued" : { - "extension" : [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20210810062500-0600" - } ] - }, - "specimen" : [ { - "reference" : "Specimen/1730838914863219000.d24a9b32-1921-44a3-8b6f-e33035e4b426" - }, { - "reference" : "Specimen/1730838914856307000.7450cc07-5ed0-4c7e-b079-968341c133d5" - } ], - "result" : [ { - "reference" : "Observation/1730838914813405000.cd610eea-1663-4f56-87c7-e49e6c8e1a86" - }, { - "reference" : "Observation/1730838914816026000.3fad926a-e5dc-46a4-a7a8-983f6abfbe68" - }, { - "reference" : "Observation/1730838914818617000.c257468e-544b-40c6-b8ba-08a89f84f856" - }, { - "reference" : "Observation/1730838914821243000.98539426-c7b0-4498-ad7a-111a075efe5a" - }, { - "reference" : "Observation/1730838914823945000.470c165d-7229-45ff-bbb5-662e8af72ed4" - } ] - } - } ] + ] } \ No newline at end of file diff --git a/prime-router/src/test/resources/fhirengine/smoketest/Expected_HL7_to_FHIR_MARSOTC.fhir b/prime-router/src/test/resources/fhirengine/smoketest/Expected_HL7_to_FHIR_MARSOTC.fhir index 517d51f9e24..1e2c444e1d7 100644 --- a/prime-router/src/test/resources/fhirengine/smoketest/Expected_HL7_to_FHIR_MARSOTC.fhir +++ b/prime-router/src/test/resources/fhirengine/smoketest/Expected_HL7_to_FHIR_MARSOTC.fhir @@ -1,8 +1,8 @@ { "resourceType": "Bundle", - "id": "1730840482967804000.bd10b08d-ac1d-4bac-99bf-ccb13250308c", + "id": "1732567199078686000.79335908-9cc3-4f82-a28d-decc522dc8e1", "meta": { - "lastUpdated": "2024-11-05T16:01:22.967-05:00" + "lastUpdated": "2024-11-25T15:39:59.078-05:00" }, "identifier": { "system": "https://reportstream.cdc.gov/prime-router", @@ -12,10 +12,10 @@ "timestamp": "2024-04-03T16:53:05.000-04:00", "entry": [ { - "fullUrl": "MessageHeader/1730840482969630000.66d13d90-d26a-4d3d-a866-f42426399477", + "fullUrl": "MessageHeader/1732567199079880000.8b597c11-7c0f-4b45-9cff-085e981064d4", "resource": { "resourceType": "MessageHeader", - "id": "1730840482969630000.66d13d90-d26a-4d3d-a866-f42426399477", + "id": "1732567199079880000.8b597c11-7c0f-4b45-9cff-085e981064d4", "meta": { "tag": [ { @@ -92,12 +92,12 @@ "name": "AIMS.INTEGRATION.PRD", "endpoint": "urn:oid:2.16.840.1.114222.4.3.15.1", "receiver": { - "reference": "Organization/1730840482968970000.5fb818b5-bc21-4137-9fda-a8cbc7fb0a21" + "reference": "Organization/1732567199079656000.7987cb25-eb4f-4c44-b89b-dbaa548b2842" } } ], "sender": { - "reference": "Organization/1730840482968069000.567f2701-476d-4b56-a30f-9be882394c66" + "reference": "Organization/1732567199079075000.031bd4a5-053f-4331-8a58-aba25338f89f" }, "source": { "extension": [ @@ -125,10 +125,10 @@ } }, { - "fullUrl": "Organization/1730840482968069000.567f2701-476d-4b56-a30f-9be882394c66", + "fullUrl": "Organization/1732567199079075000.031bd4a5-053f-4331-8a58-aba25338f89f", "resource": { "resourceType": "Organization", - "id": "1730840482968069000.567f2701-476d-4b56-a30f-9be882394c66", + "id": "1732567199079075000.031bd4a5-053f-4331-8a58-aba25338f89f", "identifier": [ { "extension": [ @@ -160,10 +160,10 @@ } }, { - "fullUrl": "Organization/1730840482968970000.5fb818b5-bc21-4137-9fda-a8cbc7fb0a21", + "fullUrl": "Organization/1732567199079656000.7987cb25-eb4f-4c44-b89b-dbaa548b2842", "resource": { "resourceType": "Organization", - "id": "1730840482968970000.5fb818b5-bc21-4137-9fda-a8cbc7fb0a21", + "id": "1732567199079656000.7987cb25-eb4f-4c44-b89b-dbaa548b2842", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", @@ -202,16 +202,16 @@ } }, { - "fullUrl": "Provenance/1730840482971025000.d5408899-a9e9-4700-aab4-6b6d46aa9e0b", + "fullUrl": "Provenance/1732567199082302000.bbde341d-fc20-4dbc-ae24-bce2e16a49fc", "resource": { "resourceType": "Provenance", - "id": "1730840482971025000.d5408899-a9e9-4700-aab4-6b6d46aa9e0b", + "id": "1732567199082302000.bbde341d-fc20-4dbc-ae24-bce2e16a49fc", "target": [ { - "reference": "MessageHeader/1730840482969630000.66d13d90-d26a-4d3d-a866-f42426399477" + "reference": "MessageHeader/1732567199079880000.8b597c11-7c0f-4b45-9cff-085e981064d4" }, { - "reference": "DiagnosticReport/1730840482995346000.7eb1816c-017a-4a77-ad2a-06f5b83d23d3" + "reference": "DiagnosticReport/1732567199117955000.4e7e4845-de7a-4fe6-b346-46ef52fd8221" } ], "recorded": "2024-04-03T20:53:05Z", @@ -233,7 +233,7 @@ ] }, "who": { - "reference": "Organization/1730840482970825000.c5b43eba-74ae-4b95-98ae-62ad0cdb552e" + "reference": "Organization/1732567199081675000.3015d9ea-0890-4418-a827-bb712de9c5b2" } } ], @@ -241,17 +241,17 @@ { "role": "source", "what": { - "reference": "Device/1730840482971368000.579dcbcd-8f3e-42a5-aaeb-786d02605bba" + "reference": "Device/1732567199083336000.ec657ea8-8b9a-46c7-b1d6-8a7afd0a73ea" } } ] } }, { - "fullUrl": "Organization/1730840482970825000.c5b43eba-74ae-4b95-98ae-62ad0cdb552e", + "fullUrl": "Organization/1732567199081675000.3015d9ea-0890-4418-a827-bb712de9c5b2", "resource": { "resourceType": "Organization", - "id": "1730840482970825000.c5b43eba-74ae-4b95-98ae-62ad0cdb552e", + "id": "1732567199081675000.3015d9ea-0890-4418-a827-bb712de9c5b2", "identifier": [ { "extension": [ @@ -283,23 +283,23 @@ } }, { - "fullUrl": "Organization/1730840482971298000.3fc5428f-cd99-4d5a-ae1f-7fe51362e2bc", + "fullUrl": "Organization/1732567199083193000.f152bdd0-d09c-4f95-bcc4-b24c89a7c516", "resource": { "resourceType": "Organization", - "id": "1730840482971298000.3fc5428f-cd99-4d5a-ae1f-7fe51362e2bc", + "id": "1732567199083193000.f152bdd0-d09c-4f95-bcc4-b24c89a7c516", "name": "CAREEVOLUTION" } }, { - "fullUrl": "Device/1730840482971368000.579dcbcd-8f3e-42a5-aaeb-786d02605bba", + "fullUrl": "Device/1732567199083336000.ec657ea8-8b9a-46c7-b1d6-8a7afd0a73ea", "resource": { "resourceType": "Device", - "id": "1730840482971368000.579dcbcd-8f3e-42a5-aaeb-786d02605bba", + "id": "1732567199083336000.ec657ea8-8b9a-46c7-b1d6-8a7afd0a73ea", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/software-vendor-org", "valueReference": { - "reference": "Organization/1730840482971298000.3fc5428f-cd99-4d5a-ae1f-7fe51362e2bc" + "reference": "Organization/1732567199083193000.f152bdd0-d09c-4f95-bcc4-b24c89a7c516" } } ], @@ -333,11 +333,11 @@ } }, { - "fullUrl": "Provenance/1730840482971850000.23d06f85-bbe6-4f41-8768-288009120c47", + "fullUrl": "Provenance/1732567199084850000.0e2e83de-ecf2-40f4-b7b1-dc0c568fb2f0", "resource": { "resourceType": "Provenance", - "id": "1730840482971850000.23d06f85-bbe6-4f41-8768-288009120c47", - "recorded": "2024-11-05T16:01:22Z", + "id": "1732567199084850000.0e2e83de-ecf2-40f4-b7b1-dc0c568fb2f0", + "recorded": "2024-11-25T15:39:59Z", "policy": [ "http://hl7.org/fhir/uv/v2mappings/message-oru-r01-to-bundle" ], @@ -359,17 +359,17 @@ ] }, "who": { - "reference": "Organization/1730840482971748000.af49a07c-2bcf-4309-a7bc-dba910fa7b7d" + "reference": "Organization/1732567199084698000.8d1b3577-faee-4bb0-88c5-e7b560428962" } } ] } }, { - "fullUrl": "Organization/1730840482971748000.af49a07c-2bcf-4309-a7bc-dba910fa7b7d", + "fullUrl": "Organization/1732567199084698000.8d1b3577-faee-4bb0-88c5-e7b560428962", "resource": { "resourceType": "Organization", - "id": "1730840482971748000.af49a07c-2bcf-4309-a7bc-dba910fa7b7d", + "id": "1732567199084698000.8d1b3577-faee-4bb0-88c5-e7b560428962", "identifier": [ { "value": "CDC PRIME - Atlanta" @@ -389,10 +389,10 @@ } }, { - "fullUrl": "Patient/1730840482975252000.19cdfdb6-358e-4212-a7c8-629958e93fd2", + "fullUrl": "Patient/1732567199097650000.c144ade4-eb67-44ee-9643-60fd42c428b1", "resource": { "resourceType": "Patient", - "id": "1730840482975252000.19cdfdb6-358e-4212-a7c8-629958e93fd2", + "id": "1732567199097650000.c144ade4-eb67-44ee-9643-60fd42c428b1", "identifier": [ { "extension": [ @@ -480,16 +480,16 @@ } }, { - "fullUrl": "Provenance/1730840482975501000.9121457c-ecc3-46e7-9ebe-61e77af1d855", + "fullUrl": "Provenance/1732567199097970000.9d66059f-8440-4a7c-b62a-e5be1022090e", "resource": { "resourceType": "Provenance", - "id": "1730840482975501000.9121457c-ecc3-46e7-9ebe-61e77af1d855", + "id": "1732567199097970000.9d66059f-8440-4a7c-b62a-e5be1022090e", "target": [ { - "reference": "Patient/1730840482975252000.19cdfdb6-358e-4212-a7c8-629958e93fd2" + "reference": "Patient/1732567199097650000.c144ade4-eb67-44ee-9643-60fd42c428b1" } ], - "recorded": "2024-11-05T16:01:22Z", + "recorded": "2024-11-25T15:39:59Z", "activity": { "coding": [ { @@ -501,10 +501,10 @@ } }, { - "fullUrl": "Observation/1730840482977261000.587613a2-84cf-4698-9a9c-429a0958796c", + "fullUrl": "Observation/1732567199099684000.726788cf-b6ea-4b48-9d2d-6c90204aa174", "resource": { "resourceType": "Observation", - "id": "1730840482977261000.587613a2-84cf-4698-9a9c-429a0958796c", + "id": "1732567199099684000.726788cf-b6ea-4b48-9d2d-6c90204aa174", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", @@ -583,14 +583,14 @@ ] }, "subject": { - "reference": "Patient/1730840482975252000.19cdfdb6-358e-4212-a7c8-629958e93fd2" + "reference": "Patient/1732567199097650000.c144ade4-eb67-44ee-9643-60fd42c428b1" }, "performer": [ { - "reference": "Organization/1730840482977632000.67832a3d-746e-4dbc-85e7-3bafe6e8b70f" + "reference": "Organization/1732567199100029000.04fe3eb6-b0d6-48df-9aa0-dd79c48d3521" }, { - "reference": "Organization/1730840482978744000.45256c12-5840-4ead-b20c-fabddd1361f8" + "reference": "Organization/1732567199100552000.5f883c32-4638-4056-ba50-9c0ab344f4f0" } ], "valueCodeableConcept": { @@ -654,10 +654,10 @@ } }, { - "fullUrl": "Organization/1730840482977632000.67832a3d-746e-4dbc-85e7-3bafe6e8b70f", + "fullUrl": "Organization/1732567199100029000.04fe3eb6-b0d6-48df-9aa0-dd79c48d3521", "resource": { "resourceType": "Organization", - "id": "1730840482977632000.67832a3d-746e-4dbc-85e7-3bafe6e8b70f", + "id": "1732567199100029000.04fe3eb6-b0d6-48df-9aa0-dd79c48d3521", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", @@ -688,10 +688,10 @@ } }, { - "fullUrl": "Organization/1730840482978744000.45256c12-5840-4ead-b20c-fabddd1361f8", + "fullUrl": "Organization/1732567199100552000.5f883c32-4638-4056-ba50-9c0ab344f4f0", "resource": { "resourceType": "Organization", - "id": "1730840482978744000.45256c12-5840-4ead-b20c-fabddd1361f8", + "id": "1732567199100552000.5f883c32-4638-4056-ba50-9c0ab344f4f0", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", @@ -742,10 +742,10 @@ } }, { - "fullUrl": "Observation/1730840482981943000.d4449e8e-538d-4b4e-9d01-87b74dcb819e", + "fullUrl": "Observation/1732567199102064000.822d1d82-3f84-4056-8281-aef4086bbccc", "resource": { "resourceType": "Observation", - "id": "1730840482981943000.d4449e8e-538d-4b4e-9d01-87b74dcb819e", + "id": "1732567199102064000.822d1d82-3f84-4056-8281-aef4086bbccc", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", @@ -810,14 +810,14 @@ ] }, "subject": { - "reference": "Patient/1730840482975252000.19cdfdb6-358e-4212-a7c8-629958e93fd2" + "reference": "Patient/1732567199097650000.c144ade4-eb67-44ee-9643-60fd42c428b1" }, "performer": [ { - "reference": "Organization/1730840482982696000.8684af44-2b60-4160-88a3-8b139ff01778" + "reference": "Organization/1732567199102434000.b4b635cf-6d0b-401c-97b0-c796896d9eb3" }, { - "reference": "Organization/1730840482984100000.e4c0b787-44da-4e92-8a68-40941df44b12" + "reference": "Organization/1732567199102928000.e180b963-0d46-422e-912c-f83bb097632d" } ], "valueQuantity": { @@ -829,10 +829,10 @@ } }, { - "fullUrl": "Organization/1730840482982696000.8684af44-2b60-4160-88a3-8b139ff01778", + "fullUrl": "Organization/1732567199102434000.b4b635cf-6d0b-401c-97b0-c796896d9eb3", "resource": { "resourceType": "Organization", - "id": "1730840482982696000.8684af44-2b60-4160-88a3-8b139ff01778", + "id": "1732567199102434000.b4b635cf-6d0b-401c-97b0-c796896d9eb3", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", @@ -863,10 +863,10 @@ } }, { - "fullUrl": "Organization/1730840482984100000.e4c0b787-44da-4e92-8a68-40941df44b12", + "fullUrl": "Organization/1732567199102928000.e180b963-0d46-422e-912c-f83bb097632d", "resource": { "resourceType": "Organization", - "id": "1730840482984100000.e4c0b787-44da-4e92-8a68-40941df44b12", + "id": "1732567199102928000.e180b963-0d46-422e-912c-f83bb097632d", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", @@ -917,23 +917,23 @@ } }, { - "fullUrl": "Specimen/1730840482985425000.76564375-3fc9-41ef-8605-864178bc49e0", + "fullUrl": "Specimen/1732567199104284000.e9ddfbd6-5215-49da-a57a-6c905fb774c0", "resource": { "resourceType": "Specimen", - "id": "1730840482985425000.76564375-3fc9-41ef-8605-864178bc49e0", + "id": "1732567199104284000.e9ddfbd6-5215-49da-a57a-6c905fb774c0", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", "valueString": "OBR" } ], - "collection" : { - "collectedDateTime" : "2024-04-03T12:00:00-04:00", - "_collectedDateTime" : { - "extension" : [ + "collection": { + "collectedDateTime": "2024-04-03T12:00:00-04:00", + "_collectedDateTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20240403120000-0400" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20240403120000-0400" } ] } @@ -941,10 +941,10 @@ } }, { - "fullUrl": "Specimen/1730840482986715000.3a41d073-d8ad-4808-83b6-676c0558ec36", + "fullUrl": "Specimen/1732567199108106000.c7d3f958-4832-4497-8628-cba7ba4dbc59", "resource": { "resourceType": "Specimen", - "id": "1730840482986715000.3a41d073-d8ad-4808-83b6-676c0558ec36", + "id": "1732567199108106000.c7d3f958-4832-4497-8628-cba7ba4dbc59", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", @@ -1025,10 +1025,10 @@ } }, { - "fullUrl": "ServiceRequest/1730840482994132000.b61afbc8-b646-4d5f-b92f-c629e93b3455", + "fullUrl": "ServiceRequest/1732567199115184000.cc53b012-30f0-4ed7-8b57-f8528abade03", "resource": { "resourceType": "ServiceRequest", - "id": "1730840482994132000.b61afbc8-b646-4d5f-b92f-c629e93b3455", + "id": "1732567199115184000.cc53b012-30f0-4ed7-8b57-f8528abade03", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", @@ -1040,7 +1040,7 @@ { "url": "orc-21-ordering-facility-name", "valueReference": { - "reference": "Organization/1730840482991865000.3d35eaba-8a9d-4845-843f-cf1c07a45dac" + "reference": "Organization/1732567199111536000.bf082892-20a9-423d-be6e-9b1aa9b78416" } }, { @@ -1054,7 +1054,7 @@ { "url": "orc-12-ordering-provider", "valueReference": { - "reference": "Practitioner/1730840482992620000.77d3afc2-8082-42ae-9214-2d06529d2535" + "reference": "Practitioner/1732567199112302000.523eb857-c8d3-4f30-bc18-f57614f42476" } } ] @@ -1086,18 +1086,10 @@ ] } }, - { - "url": "OBR.22", - "valueString": "20240403120000-0400" - }, - { - "url": "OBR.25", - "valueId": "F" - }, { "url": "OBR.16", "valueReference": { - "reference": "Practitioner/1730840482993428000.13891cf0-010b-4865-8388-10ac7550b2d6" + "reference": "Practitioner/1732567199112986000.e9237c63-253f-47e7-8889-c444d6391ade" } }, { @@ -1118,6 +1110,26 @@ ] } } + }, + { + "url": "OBR.7", + "valueDateTime": "2024-04-03T12:00:00-04:00", + "_valueDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20240403120000-0400" + } + ] + } + }, + { + "url": "OBR.22", + "valueString": "20240403120000-0400" + }, + { + "url": "OBR.25", + "valueId": "F" } ] } @@ -1179,7 +1191,7 @@ ] }, "subject": { - "reference": "Patient/1730840482975252000.19cdfdb6-358e-4212-a7c8-629958e93fd2" + "reference": "Patient/1732567199097650000.c144ade4-eb67-44ee-9643-60fd42c428b1" }, "requester": { "extension": [ @@ -1203,15 +1215,15 @@ } } ], - "reference": "PractitionerRole/1730840482987122000.c1a85d78-569d-45ce-802c-d8ca64277f6a" + "reference": "PractitionerRole/1732567199108532000.a2f266d2-c3bb-4c3a-8195-96979068cc4f" } } }, { - "fullUrl": "Practitioner/1730840482987736000.7aece847-5913-4619-ba8c-08355d5f1ebd", + "fullUrl": "Practitioner/1732567199109106000.0bc11e45-5c4f-48dd-a28a-d0906c288123", "resource": { "resourceType": "Practitioner", - "id": "1730840482987736000.7aece847-5913-4619-ba8c-08355d5f1ebd", + "id": "1732567199109106000.0bc11e45-5c4f-48dd-a28a-d0906c288123", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", @@ -1221,10 +1233,10 @@ } }, { - "fullUrl": "Organization/1730840482988591000.b14b3379-27d2-4dc3-b133-fbca0b3b08f2", + "fullUrl": "Organization/1732567199109971000.fce3c469-f00a-463d-a6a3-4fc33a0bdeab", "resource": { "resourceType": "Organization", - "id": "1730840482988591000.b14b3379-27d2-4dc3-b133-fbca0b3b08f2", + "id": "1732567199109971000.fce3c469-f00a-463d-a6a3-4fc33a0bdeab", "name": "SA.OTCSelfReport", "telecom": [ { @@ -1248,45 +1260,45 @@ } }, { - "fullUrl": "PractitionerRole/1730840482987122000.c1a85d78-569d-45ce-802c-d8ca64277f6a", + "fullUrl": "PractitionerRole/1732567199108532000.a2f266d2-c3bb-4c3a-8195-96979068cc4f", "resource": { "resourceType": "PractitionerRole", - "id": "1730840482987122000.c1a85d78-569d-45ce-802c-d8ca64277f6a", + "id": "1732567199108532000.a2f266d2-c3bb-4c3a-8195-96979068cc4f", "practitioner": { - "reference": "Practitioner/1730840482987736000.7aece847-5913-4619-ba8c-08355d5f1ebd" + "reference": "Practitioner/1732567199109106000.0bc11e45-5c4f-48dd-a28a-d0906c288123" }, "organization": { - "reference": "Organization/1730840482988591000.b14b3379-27d2-4dc3-b133-fbca0b3b08f2" + "reference": "Organization/1732567199109971000.fce3c469-f00a-463d-a6a3-4fc33a0bdeab" } } }, { - "fullUrl": "Organization/1730840482991865000.3d35eaba-8a9d-4845-843f-cf1c07a45dac", + "fullUrl": "Organization/1732567199111536000.bf082892-20a9-423d-be6e-9b1aa9b78416", "resource": { "resourceType": "Organization", - "id": "1730840482991865000.3d35eaba-8a9d-4845-843f-cf1c07a45dac", + "id": "1732567199111536000.bf082892-20a9-423d-be6e-9b1aa9b78416", "name": "SA.OTCSelfReport" } }, { - "fullUrl": "Practitioner/1730840482992620000.77d3afc2-8082-42ae-9214-2d06529d2535", + "fullUrl": "Practitioner/1732567199112302000.523eb857-c8d3-4f30-bc18-f57614f42476", "resource": { "resourceType": "Practitioner", - "id": "1730840482992620000.77d3afc2-8082-42ae-9214-2d06529d2535" + "id": "1732567199112302000.523eb857-c8d3-4f30-bc18-f57614f42476" } }, { - "fullUrl": "Practitioner/1730840482993428000.13891cf0-010b-4865-8388-10ac7550b2d6", + "fullUrl": "Practitioner/1732567199112986000.e9237c63-253f-47e7-8889-c444d6391ade", "resource": { "resourceType": "Practitioner", - "id": "1730840482993428000.13891cf0-010b-4865-8388-10ac7550b2d6" + "id": "1732567199112986000.e9237c63-253f-47e7-8889-c444d6391ade" } }, { - "fullUrl": "DiagnosticReport/1730840482995346000.7eb1816c-017a-4a77-ad2a-06f5b83d23d3", + "fullUrl": "DiagnosticReport/1732567199117955000.4e7e4845-de7a-4fe6-b346-46ef52fd8221", "resource": { "resourceType": "DiagnosticReport", - "id": "1730840482995346000.7eb1816c-017a-4a77-ad2a-06f5b83d23d3", + "id": "1732567199117955000.4e7e4845-de7a-4fe6-b346-46ef52fd8221", "identifier": [ { "extension": [ @@ -1320,7 +1332,7 @@ ], "basedOn": [ { - "reference": "ServiceRequest/1730840482994132000.b61afbc8-b646-4d5f-b92f-c629e93b3455" + "reference": "ServiceRequest/1732567199115184000.cc53b012-30f0-4ed7-8b57-f8528abade03" } ], "status": "final", @@ -1345,7 +1357,7 @@ ] }, "subject": { - "reference": "Patient/1730840482975252000.19cdfdb6-358e-4212-a7c8-629958e93fd2" + "reference": "Patient/1732567199097650000.c144ade4-eb67-44ee-9643-60fd42c428b1" }, "effectiveDateTime": "2024-04-03T12:00:00-04:00", "_effectiveDateTime": { @@ -1367,18 +1379,18 @@ }, "specimen": [ { - "reference": "Specimen/1730840482986715000.3a41d073-d8ad-4808-83b6-676c0558ec36" + "reference": "Specimen/1732567199108106000.c7d3f958-4832-4497-8628-cba7ba4dbc59" }, { - "reference": "Specimen/1730840482985425000.76564375-3fc9-41ef-8605-864178bc49e0" + "reference": "Specimen/1732567199104284000.e9ddfbd6-5215-49da-a57a-6c905fb774c0" } ], "result": [ { - "reference": "Observation/1730840482977261000.587613a2-84cf-4698-9a9c-429a0958796c" + "reference": "Observation/1732567199099684000.726788cf-b6ea-4b48-9d2d-6c90204aa174" }, { - "reference": "Observation/1730840482981943000.d4449e8e-538d-4b4e-9d01-87b74dcb819e" + "reference": "Observation/1732567199102064000.822d1d82-3f84-4056-8281-aef4086bbccc" } ] } diff --git a/prime-router/src/testIntegration/resources/datatests/HL7_to_FHIR/sample_oml_20240319-001.fhir b/prime-router/src/testIntegration/resources/datatests/HL7_to_FHIR/sample_oml_20240319-001.fhir index 34218b7af92..9ef0b0fa1aa 100644 --- a/prime-router/src/testIntegration/resources/datatests/HL7_to_FHIR/sample_oml_20240319-001.fhir +++ b/prime-router/src/testIntegration/resources/datatests/HL7_to_FHIR/sample_oml_20240319-001.fhir @@ -1,8 +1,8 @@ { "resourceType": "Bundle", - "id": "1730739114749225000.7a1d88aa-6583-4af7-9ea6-d57fe9b47681", + "id": "1732560543252705000.5512e3cc-f417-41f7-82f6-be5e073ca352", "meta": { - "lastUpdated": "2024-11-04T11:51:54.749-05:00" + "lastUpdated": "2024-11-25T13:49:03.252-05:00" }, "identifier": { "system": "https://reportstream.cdc.gov/prime-router", @@ -12,10 +12,10 @@ "timestamp": "2023-05-06T06:29:16.000-04:00", "entry": [ { - "fullUrl": "MessageHeader/1730739114751857000.7b58d391-0a13-43e5-bf93-2b019746e3d6", + "fullUrl": "MessageHeader/1732560543255592000.5f135c2e-06a9-420a-ba40-e65e430321b2", "resource": { "resourceType": "MessageHeader", - "id": "1730739114751857000.7b58d391-0a13-43e5-bf93-2b019746e3d6", + "id": "1732560543255592000.5f135c2e-06a9-420a-ba40-e65e430321b2", "meta": { "tag": [ { @@ -129,12 +129,12 @@ ], "name": "NATUS", "receiver": { - "reference": "Organization/1730739114751409000.0359f09c-68a7-456f-b8aa-abf17e915c4d" + "reference": "Organization/1732560543255125000.724b1882-ae9b-4c38-a49c-85cd2fa2edc9" } } ], "sender": { - "reference": "Organization/1730739114750075000.3593d09a-2416-4d98-8b94-e73572042565" + "reference": "Organization/1732560543253710000.36d373d9-88e5-4887-9327-c6c950bece4c" }, "source": { "extension": [ @@ -160,10 +160,10 @@ } }, { - "fullUrl": "Organization/1730739114750075000.3593d09a-2416-4d98-8b94-e73572042565", + "fullUrl": "Organization/1732560543253710000.36d373d9-88e5-4887-9327-c6c950bece4c", "resource": { "resourceType": "Organization", - "id": "1730739114750075000.3593d09a-2416-4d98-8b94-e73572042565", + "id": "1732560543253710000.36d373d9-88e5-4887-9327-c6c950bece4c", "identifier": [ { "extension": [ @@ -195,10 +195,10 @@ } }, { - "fullUrl": "Organization/1730739114751409000.0359f09c-68a7-456f-b8aa-abf17e915c4d", + "fullUrl": "Organization/1732560543255125000.724b1882-ae9b-4c38-a49c-85cd2fa2edc9", "resource": { "resourceType": "Organization", - "id": "1730739114751409000.0359f09c-68a7-456f-b8aa-abf17e915c4d", + "id": "1732560543255125000.724b1882-ae9b-4c38-a49c-85cd2fa2edc9", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", @@ -237,16 +237,150 @@ } }, { - "fullUrl": "Patient/1730739114762168000.c3aba8e9-f298-443e-b3a1-1ee5a8f68250", + "fullUrl": "Provenance/1732560543259001000.473ec996-7023-473e-8c6e-4c0bd4a75d9e", + "resource": { + "resourceType": "Provenance", + "id": "1732560543259001000.473ec996-7023-473e-8c6e-4c0bd4a75d9e", + "recorded": "2023-05-06T05:29:16-05:00", + "activity": { + "coding": [ + { + "display": "OML^O21^OML_O21" + } + ] + }, + "agent": [ + { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type", + "code": "author" + } + ] + }, + "who": { + "reference": "Organization/1732560543258607000.2394b58e-2157-46a0-b071-3592847f38d8" + } + } + ] + } + }, + { + "fullUrl": "Organization/1732560543258607000.2394b58e-2157-46a0-b071-3592847f38d8", + "resource": { + "resourceType": "Organization", + "id": "1732560543258607000.2394b58e-2157-46a0-b071-3592847f38d8", + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" + } + ], + "value": "Centracare" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0301", + "code": "DNS" + } + ] + }, + "value": "centracare.com" + } + ] + } + }, + { + "fullUrl": "Provenance/1732560543260155000.01e7456b-28ac-469e-8b69-b7eb0f1b12c9", + "resource": { + "resourceType": "Provenance", + "id": "1732560543260155000.01e7456b-28ac-469e-8b69-b7eb0f1b12c9", + "recorded": "2024-11-25T13:49:03Z", + "policy": [ + "http://hl7.org/fhir/uv/v2mappings/message-oru-r01-to-bundle" + ], + "activity": { + "coding": [ + { + "code": "v2-FHIR transformation" + } + ] + }, + "agent": [ + { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type", + "code": "assembler" + } + ] + }, + "who": { + "reference": "Organization/1732560543259939000.1fbf02d3-7cbe-4dca-a296-9a2220c97c98" + } + } + ] + } + }, + { + "fullUrl": "Organization/1732560543259939000.1fbf02d3-7cbe-4dca-a296-9a2220c97c98", + "resource": { + "resourceType": "Organization", + "id": "1732560543259939000.1fbf02d3-7cbe-4dca-a296-9a2220c97c98", + "identifier": [ + { + "value": "CDC PRIME - Atlanta" + }, + { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0301" + } + ] + }, + "system": "urn:ietf:rfc:3986", + "value": "2.16.840.1.114222.4.1.237821" + } + ] + } + }, + { + "fullUrl": "Patient/1732560543268733000.fbcca191-5c13-4199-a3ee-796cb46b8b18", "resource": { "resourceType": "Patient", - "id": "1730739114762168000.c3aba8e9-f298-443e-b3a1-1ee5a8f68250", + "id": "1732560543268733000.fbcca191-5c13-4199-a3ee-796cb46b8b18", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/pid-patient", "extension": [ { - "url": "PID.8" + "url": "PID.8", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "M" + } + ] + } }, { "url": "PID.24", @@ -305,7 +439,7 @@ }, "value": "11102779", "assigner": { - "reference": "Organization/1730739114755796000.79ba39f2-7250-4e19-8514-b7f67031d921" + "reference": "Organization/1732560543261153000.da99bd79-38b6-4889-a2e7-8deb4c70c564" } } ], @@ -415,10 +549,149 @@ } ], "multipleBirthInteger": 2, + "contact": [ + { + "extension": [ + { + "url": "https://hl7.org/fhir/StructureDefinition/relationship", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70063" + } + ], + "code": "MTH", + "display": "Mother" + } + ], + "text": "Mother" + } + } + ], + "relationship": [ + { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70063" + } + ], + "code": "MTH", + "display": "Mother" + } + ], + "text": "Mother" + } + ], + "name": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", + "extension": [ + { + "url": "XPN.2", + "valueString": "SADIE" + }, + { + "url": "XPN.3", + "valueString": "S" + }, + { + "url": "XPN.7", + "valueString": "L" + } + ] + } + ], + "use": "official", + "family": "SMITH", + "given": [ + "SADIE", + "S" + ] + }, + "telecom": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString": "763" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString": "5555555" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ + { + "url": "XTN.3", + "valueString": "PH" + }, + { + "url": "XTN.7", + "valueString": "5555555" + }, + { + "url": "XTN.9", + "valueString": "(763)555-5555" + } + ] + } + ], + "system": "phone" + } + ], + "address": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ + { + "url": "SAD.1", + "valueString": "555 STATE HIGHWAY 13" + } + ] + }, + { + "url": "XAD.7", + "valueCode": "H" + } + ] + } + ], + "use": "home", + "line": [ + "555 STATE HIGHWAY 13" + ], + "city": "DEER CREEK", + "district": "OTTER TAIL", + "state": "MN", + "postalCode": "56527-9657", + "country": "USA" + } + } + ], "link": [ { "other": { - "reference": "RelatedPerson/1730739114760257000.8359778f-13da-4073-b947-83d222795489" + "reference": "RelatedPerson/1732560543265351000.06e2e182-70b9-4c60-8d81-9615a5b252d0" }, "type": "seealso" } @@ -426,10 +699,10 @@ } }, { - "fullUrl": "Organization/1730739114755796000.79ba39f2-7250-4e19-8514-b7f67031d921", + "fullUrl": "Organization/1732560543261153000.da99bd79-38b6-4889-a2e7-8deb4c70c564", "resource": { "resourceType": "Organization", - "id": "1730739114755796000.79ba39f2-7250-4e19-8514-b7f67031d921", + "id": "1732560543261153000.da99bd79-38b6-4889-a2e7-8deb4c70c564", "identifier": [ { "extension": [ @@ -444,10 +717,10 @@ } }, { - "fullUrl": "RelatedPerson/1730739114760257000.8359778f-13da-4073-b947-83d222795489", + "fullUrl": "RelatedPerson/1732560543265351000.06e2e182-70b9-4c60-8d81-9615a5b252d0", "resource": { "resourceType": "RelatedPerson", - "id": "1730739114760257000.8359778f-13da-4073-b947-83d222795489", + "id": "1732560543265351000.06e2e182-70b9-4c60-8d81-9615a5b252d0", "identifier": [ { "extension": [ @@ -466,503 +739,180 @@ } }, { - "fullUrl": "ServiceRequest/1730739114772815000.f08fe69f-b60c-49b0-be01-539994cacce7", + "fullUrl": "Provenance/1732560543270089000.8f2030fa-a4b0-412a-b5d0-984806baf996", "resource": { - "resourceType": "ServiceRequest", - "id": "1730739114772815000.f08fe69f-b60c-49b0-be01-539994cacce7", - "extension": [ + "resourceType": "Provenance", + "id": "1732560543270089000.8f2030fa-a4b0-412a-b5d0-984806baf996", + "target": [ { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", - "valueCode": "NW" - }, + "reference": "Patient/1732560543268733000.fbcca191-5c13-4199-a3ee-796cb46b8b18" + } + ], + "recorded": "2024-11-25T13:49:03Z", + "activity": { + "coding": [ + { + "system": "https://terminology.hl7.org/CodeSystem/v3-DataOperation", + "code": "UPDATE" + } + ] + } + } + }, + { + "fullUrl": "RelatedPerson/1732560543271838000.5ddafbe2-f480-41ee-aa2b-b03d88fd1bea", + "resource": { + "resourceType": "RelatedPerson", + "id": "1732560543271838000.5ddafbe2-f480-41ee-aa2b-b03d88fd1bea", + "extension": [ { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", - "valueString": "20230506052913-0500" - }, + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", + "valueString": "NK1" + } + ], + "patient": { + "reference": "Patient/1732560543268733000.fbcca191-5c13-4199-a3ee-796cb46b8b18" + }, + "relationship": [ { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/orc-common-order", "extension": [ { - "url": "orc-21-ordering-facility-name", - "valueReference": { - "reference": "Organization/1730739114769985000.c443f2f7-afca-4e7f-87ec-cc9cfaad7378" - } - }, - { - "url": "orc-21-ordering-facility-name", - "valueReference": { - "reference": "Organization/1730739114770672000.5569d652-2bf6-43c3-813b-fd28fbc5cad6" - } - }, + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "NK1.3" + } + ], + "coding": [ { - "url": "orc-12-ordering-provider", - "valueReference": { - "reference": "Practitioner/1730739114771807000.8fb0b5b9-4fb0-4fa0-8e59-4dff55660c8d" - } + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70063" + } + ], + "code": "MTH", + "display": "Mother" } ], "text": "Mother" } ], "name": [ - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", - "extension": [ - { - "url": "OBR.2", - "valueIdentifier": { - "extension": [ - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension": [ - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString": "EPIC" - }, - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString": "1.2.840.114350.1.13.145.2.7.2.695071" - }, - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode": "ISO" - } - ] - } - ], - "value": "421832901" - } - } - ], - "use": "official", - "family": "SMITH", - "given": [ - "SADIE", - "S" - ] - } - ], - "identifier": [ { "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString": "ORC.2" + "valueString": "NK1.2" }, { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", "extension": [ { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString": "EPIC" + "url": "XPN.2", + "valueString": "SADIE" }, { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString": "1.2.840.114350.1.13.145.2.7.2.695071" + "url": "XPN.3", + "valueString": "S" }, { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode": "ISO" + "url": "XPN.7", + "valueString": "L" } ] - }, - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString": "NK1.5" - } - ], - "type": { - "coding": [ - { - "system": "http://terminology.hl7.org/CodeSystem/v2-0203", - "code": "PLAC" - } - ] - }, - "value": "421832901" - } - ], - "status": "unknown", - "subject": { - "reference": "Patient/1730739114762168000.c3aba8e9-f298-443e-b3a1-1ee5a8f68250" - }, - "authoredOn": "2023-05-06T05:29:13-05:00", - "_authoredOn": { - "extension": [ - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString": "20230506052913-0500" - } - ] - }, - "requester": { - "reference": "PractitionerRole/1730739114763601000.385766cc-2877-423a-b1c9-dfb84b4d8e80" - } - } - }, - { - "fullUrl": "Organization/1730739114763901000.bfb9d0d8-ed2e-4ed7-ad63-da58d8bc35a3", - "resource": { - "resourceType": "Organization", - "id": "1730739114763901000.bfb9d0d8-ed2e-4ed7-ad63-da58d8bc35a3", - "identifier": [ - { - "extension": [ - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString": "HD.1" } ], - "value": "NPI" - } - ] - } - }, - { - "fullUrl": "Practitioner/1730739114764825000.f4721f7d-ac56-48a8-a3f0-9d144b1f5c80", - "resource": { - "resourceType": "Practitioner", - "id": "1730739114764825000.f4721f7d-ac56-48a8-a3f0-9d144b1f5c80", - "extension": [ - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension": [ - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString": "NPI" - } - ] - }, - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension": [ - { - "url": "XCN.3", - "valueString": "JANE" - }, - { - "url": "XCN.10", - "valueString": "L" - } - ] - }, - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString": "ORC.12" - } - ], - "identifier": [ - { - "type": { - "coding": [ - { - "extension": [ - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean": true - } - ], - "code": "NPI" - } - ] - }, - "value": "1265136360", - "assigner": { - "reference": "Organization/1730739114763901000.bfb9d0d8-ed2e-4ed7-ad63-da58d8bc35a3" - } - } - ], - "name": [ - { "use": "official", - "family": "JONES", + "family": "SMITH", "given": [ - "JANE" - ] - } - ] - } - }, - { - "fullUrl": "Organization/1730739114766157000.64d5716b-8171-4056-9e75-5e7ffbbac790", - "resource": { - "resourceType": "Organization", - "id": "1730739114766157000.64d5716b-8171-4056-9e75-5e7ffbbac790", - "extension": [ - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding": { - "extension": [ - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept": { - "extension": [ - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString": "XON.2" - } - ] - } - } - ] - } - }, - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension": [ - { - "url": "XON.10", - "valueString": "1043269798" - } + "SADIE", + "S" ] } ], - "identifier": [ + "telecom": [ { "extension": [ { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString": "763" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString": "5555555" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", "extension": [ { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString": "CMS" + "url": "XTN.3", + "valueString": "PH" + }, + { + "url": "XTN.7", + "valueString": "5555555" + }, + { + "url": "XTN.9", + "valueString": "(763)555-5555" } ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "NK1.5" } ], - "type": { - "coding": [ - { - "system": "http://terminology.hl7.org/CodeSystem/v2-0203", - "code": "NPI" - } - ] - }, - "value": "1043269798" + "system": "phone" } ], - "name": "ST. CLOUD HOSPITAL" - } - }, - { - "fullUrl": "PractitionerRole/1730739114763601000.385766cc-2877-423a-b1c9-dfb84b4d8e80", - "resource": { - "resourceType": "PractitionerRole", - "id": "1730739114763601000.385766cc-2877-423a-b1c9-dfb84b4d8e80", - "practitioner": { - "reference": "Practitioner/1730739114764825000.f4721f7d-ac56-48a8-a3f0-9d144b1f5c80" - }, - "organization": { - "reference": "Organization/1730739114766157000.64d5716b-8171-4056-9e75-5e7ffbbac790" - } - } - }, - { - "fullUrl": "Organization/1730739114769985000.c443f2f7-afca-4e7f-87ec-cc9cfaad7378", - "resource": { - "resourceType": "Organization", - "id": "1730739114769985000.c443f2f7-afca-4e7f-87ec-cc9cfaad7378", - "extension": [ - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding": { - "extension": [ - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept": { - "extension": [ - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString": "XON.2" - } - ] - } - } - ] - } - }, + "address": [ { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", "extension": [ { - "url": "XON.10", - "valueString": "1043269798" - } - ] - } - ], - "identifier": [ - { - "extension": [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "NK1.4" + }, { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", "extension": [ { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString": "CMS" - } - ] - } - ], - "type": { - "coding": [ - { - "system": "http://terminology.hl7.org/CodeSystem/v2-0203", - "code": "NPI" - } - ] - }, - "value": "1043269798" - } - ], - "name": "ST. CLOUD HOSPITAL" - } - }, - { - "fullUrl": "Organization/1730739114770672000.5569d652-2bf6-43c3-813b-fd28fbc5cad6", - "resource": { - "resourceType": "Organization", - "id": "1730739114770672000.5569d652-2bf6-43c3-813b-fd28fbc5cad6", - "extension": [ - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding": { - "extension": [ - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept": { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", "extension": [ { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString": "XON.2" + "url": "SAD.1", + "valueString": "555 STATE HIGHWAY 13" } ] - } - } - ] - } - }, - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension": [ - { - "url": "XON.10", - "valueString": "739" - } - ] - } - ], - "identifier": [ - { - "extension": [ - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension": [ + }, { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString": "MN Public Health Lab" + "url": "XAD.7", + "valueCode": "H" } ] } ], - "type": { - "coding": [ - { - "system": "http://terminology.hl7.org/CodeSystem/v2-0203", - "code": "NPI" - } - ] - }, - "value": "739" - } - ], - "name": "ST. CLOUD HOSPITAL" - } - }, - { - "fullUrl": "Organization/1730739114771078000.2e95644a-8011-468b-b67b-a8bf33eea9bc", - "resource": { - "resourceType": "Organization", - "id": "1730739114771078000.2e95644a-8011-468b-b67b-a8bf33eea9bc", - "identifier": [ - { - "extension": [ - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString": "HD.1" - } + "use": "home", + "line": [ + "555 STATE HIGHWAY 13" ], - "value": "NPI" - } - ] - } - }, - { - "fullUrl": "Practitioner/1730739114771807000.8fb0b5b9-4fb0-4fa0-8e59-4dff55660c8d", - "resource": { - "resourceType": "Practitioner", - "id": "1730739114771807000.8fb0b5b9-4fb0-4fa0-8e59-4dff55660c8d", - "extension": [ - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension": [ - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString": "NPI" - } - ] - }, - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension": [ - { - "url": "XCN.3", - "valueString": "JANE" - }, - { - "url": "XCN.10", - "valueString": "L" - } - ] - } - ], - "identifier": [ - { - "type": { - "coding": [ - { - "extension": [ - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean": true - } - ], - "code": "NPI" - } - ] - }, - "value": "1265136360", - "assigner": { - "reference": "Organization/1730739114771078000.2e95644a-8011-468b-b67b-a8bf33eea9bc" - } - } - ], - "name": [ - { - "use": "official", - "family": "JONES", - "given": [ - "JANE" - ] + "city": "DEER CREEK", + "district": "OTTER TAIL", + "state": "MN", + "postalCode": "56527-9657", + "country": "USA" } ] } }, { - "fullUrl": "Observation/1730739114775759000.5c618f5e-25f8-47c3-99be-9fa43387f2fe", + "fullUrl": "Observation/1732560543274855000.4d949d81-fa30-46bc-9cbc-78ce6ec7615a", "resource": { "resourceType": "Observation", - "id": "1730739114775759000.5c618f5e-25f8-47c3-99be-9fa43387f2fe", + "id": "1732560543274855000.4d949d81-fa30-46bc-9cbc-78ce6ec7615a", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", @@ -980,7 +930,26 @@ "valueId": "NM" }, { - "url": "OBX.6" + "url": "OBX.6", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "UCUM" + } + ], + "system": "http://unitsofmeasure.org", + "code": "g", + "display": "gram" + } + ] + } }, { "url": "OBX.29", @@ -994,8 +963,27 @@ } ], "status": "unknown", + "code": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "code": "8339-4", + "display": "BIRTH WEIGHT MEASURED" + } + ] + }, "subject": { - "reference": "Patient/1730739114762168000.c3aba8e9-f298-443e-b3a1-1ee5a8f68250" + "reference": "Patient/1732560543268733000.fbcca191-5c13-4199-a3ee-796cb46b8b18" }, "effectiveDateTime": "2023-05-06T05:00:00-05:00", "_effectiveDateTime": { @@ -1015,10 +1003,10 @@ } }, { - "fullUrl": "Observation/1730739114778012000.3175dd30-ca5c-4291-853c-caa8a3be50b1", + "fullUrl": "Observation/1732560543277556000.688615ca-95a9-4338-b3b6-28ed0ce9a288", "resource": { "resourceType": "Observation", - "id": "1730739114778012000.3175dd30-ca5c-4291-853c-caa8a3be50b1", + "id": "1732560543277556000.688615ca-95a9-4338-b3b6-28ed0ce9a288", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", @@ -1036,7 +1024,26 @@ "valueId": "NM" }, { - "url": "OBX.6" + "url": "OBX.6", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "UCUM" + } + ], + "system": "http://unitsofmeasure.org", + "code": "wk", + "display": "week" + } + ] + } }, { "url": "OBX.29", @@ -1050,8 +1057,27 @@ } ], "status": "unknown", + "code": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "code": "57714-8", + "display": "OBSTETRIC ESTIMATION OF GESTATIONAL AGE" + } + ] + }, "subject": { - "reference": "Patient/1730739114762168000.c3aba8e9-f298-443e-b3a1-1ee5a8f68250" + "reference": "Patient/1732560543268733000.fbcca191-5c13-4199-a3ee-796cb46b8b18" }, "effectiveDateTime": "2023-05-06T05:00:00-05:00", "_effectiveDateTime": { @@ -1071,10 +1097,10 @@ } }, { - "fullUrl": "Observation/1730739114781403000.c72e580a-921e-4985-9db4-c512c27ebc78", + "fullUrl": "Observation/1732560543279677000.617ea6d5-9be1-4a98-bd30-8a28bc15c971", "resource": { "resourceType": "Observation", - "id": "1730739114781403000.c72e580a-921e-4985-9db4-c512c27ebc78", + "id": "1732560543279677000.617ea6d5-9be1-4a98-bd30-8a28bc15c971", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", @@ -1103,8 +1129,27 @@ } ], "status": "unknown", + "code": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "code": "57713-0", + "display": "INFANT FACTORS THAT AFFECT NEWBORN SCREENING INTERPRETATION" + } + ] + }, "subject": { - "reference": "Patient/1730739114762168000.c3aba8e9-f298-443e-b3a1-1ee5a8f68250" + "reference": "Patient/1732560543268733000.fbcca191-5c13-4199-a3ee-796cb46b8b18" }, "effectiveDateTime": "2023-05-06T05:00:00-05:00", "_effectiveDateTime": { @@ -1137,10 +1182,10 @@ } }, { - "fullUrl": "Observation/1730739114783506000.a923c1e7-2c06-4387-9f91-c9ce8d0f2378", + "fullUrl": "Observation/1732560543281793000.f04d11d4-e337-4e47-9a5e-ca8483f0f168", "resource": { "resourceType": "Observation", - "id": "1730739114783506000.a923c1e7-2c06-4387-9f91-c9ce8d0f2378", + "id": "1732560543281793000.f04d11d4-e337-4e47-9a5e-ca8483f0f168", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", @@ -1169,8 +1214,26 @@ } ], "status": "unknown", + "code": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "99MDH" + } + ], + "code": "MNDSIB", + "display": "DOES THE BABY HAVE A DECEASED SIBLING?" + } + ] + }, "subject": { - "reference": "Patient/1730739114762168000.c3aba8e9-f298-443e-b3a1-1ee5a8f68250" + "reference": "Patient/1732560543268733000.fbcca191-5c13-4199-a3ee-796cb46b8b18" }, "effectiveDateTime": "2023-05-06T05:00:00-05:00", "_effectiveDateTime": { @@ -1202,10 +1265,10 @@ } }, { - "fullUrl": "Observation/1730739114785823000.18ed61b6-eca0-47bb-a05f-940d36e93a6f", + "fullUrl": "Observation/1732560543283827000.4b0a99f4-cd5b-477f-af08-058d47395f06", "resource": { "resourceType": "Observation", - "id": "1730739114785823000.18ed61b6-eca0-47bb-a05f-940d36e93a6f", + "id": "1732560543283827000.4b0a99f4-cd5b-477f-af08-058d47395f06", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", @@ -1234,8 +1297,26 @@ } ], "status": "unknown", + "code": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "99MDH" + } + ], + "code": "MNDEFECT", + "display": "DOES THE BABY HAVE BIRTH DEFECTS?" + } + ] + }, "subject": { - "reference": "Patient/1730739114762168000.c3aba8e9-f298-443e-b3a1-1ee5a8f68250" + "reference": "Patient/1732560543268733000.fbcca191-5c13-4199-a3ee-796cb46b8b18" }, "effectiveDateTime": "2023-05-06T05:00:00-05:00", "_effectiveDateTime": { @@ -1267,10 +1348,10 @@ } }, { - "fullUrl": "Observation/1730739114788828000.7b33fda8-a4cd-451c-9cae-26f2a7cc728e", + "fullUrl": "Observation/1732560543286362000.ef088072-bef6-4cfa-9cf9-4940af1b5658", "resource": { "resourceType": "Observation", - "id": "1730739114788828000.7b33fda8-a4cd-451c-9cae-26f2a7cc728e", + "id": "1732560543286362000.ef088072-bef6-4cfa-9cf9-4940af1b5658", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", @@ -1299,8 +1380,26 @@ } ], "status": "unknown", + "code": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "99MDH" + } + ], + "code": "MNFAM", + "display": "FAMILY HISTORY OF DISORDER ON MN SCREENING PANEL" + } + ] + }, "subject": { - "reference": "Patient/1730739114762168000.c3aba8e9-f298-443e-b3a1-1ee5a8f68250" + "reference": "Patient/1732560543268733000.fbcca191-5c13-4199-a3ee-796cb46b8b18" }, "effectiveDateTime": "2023-05-06T05:00:00-05:00", "_effectiveDateTime": { @@ -1332,10 +1431,10 @@ } }, { - "fullUrl": "Observation/1730739114790984000.0b193cfb-49f2-4d80-a07d-f0e2ee62003a", + "fullUrl": "Observation/1732560543288331000.ae179a9b-f56c-4d11-b149-293d2887ebce", "resource": { "resourceType": "Observation", - "id": "1730739114790984000.0b193cfb-49f2-4d80-a07d-f0e2ee62003a", + "id": "1732560543288331000.ae179a9b-f56c-4d11-b149-293d2887ebce", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", @@ -1364,8 +1463,27 @@ } ], "status": "unknown", + "code": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "code": "67704-7", + "display": "FEEDING TYPES" + } + ] + }, "subject": { - "reference": "Patient/1730739114762168000.c3aba8e9-f298-443e-b3a1-1ee5a8f68250" + "reference": "Patient/1732560543268733000.fbcca191-5c13-4199-a3ee-796cb46b8b18" }, "effectiveDateTime": "2023-05-06T05:00:00-05:00", "_effectiveDateTime": { @@ -1398,10 +1516,10 @@ } }, { - "fullUrl": "Observation/1730739114793111000.b83aa2d3-8969-4069-969f-49217c3aca8d", + "fullUrl": "Observation/1732560543290243000.d411deba-f6a1-45f1-a505-3713059b4a6e", "resource": { "resourceType": "Observation", - "id": "1730739114793111000.b83aa2d3-8969-4069-969f-49217c3aca8d", + "id": "1732560543290243000.d411deba-f6a1-45f1-a505-3713059b4a6e", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", @@ -1430,8 +1548,27 @@ } ], "status": "unknown", + "code": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "code": "67704-7", + "display": "FEEDING TYPES" + } + ] + }, "subject": { - "reference": "Patient/1730739114762168000.c3aba8e9-f298-443e-b3a1-1ee5a8f68250" + "reference": "Patient/1732560543268733000.fbcca191-5c13-4199-a3ee-796cb46b8b18" }, "effectiveDateTime": "2023-05-06T05:00:00-05:00", "_effectiveDateTime": { @@ -1464,10 +1601,10 @@ } }, { - "fullUrl": "Observation/1730739114795312000.58c7b5f2-2fdb-4f97-9723-046eea56a341", + "fullUrl": "Observation/1732560543292147000.2429838a-1b4f-490b-9ef3-8668bdb3444a", "resource": { "resourceType": "Observation", - "id": "1730739114795312000.58c7b5f2-2fdb-4f97-9723-046eea56a341", + "id": "1732560543292147000.2429838a-1b4f-490b-9ef3-8668bdb3444a", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", @@ -1496,8 +1633,27 @@ } ], "status": "unknown", + "code": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "code": "57723-9", + "display": "UNIQUE BAR CODE NUMBER OF CURRENT SAMPLE" + } + ] + }, "subject": { - "reference": "Patient/1730739114762168000.c3aba8e9-f298-443e-b3a1-1ee5a8f68250" + "reference": "Patient/1732560543268733000.fbcca191-5c13-4199-a3ee-796cb46b8b18" }, "effectiveDateTime": "2023-05-06T05:00:00-05:00", "_effectiveDateTime": { @@ -1524,10 +1680,10 @@ } }, { - "fullUrl": "Observation/1730739114797071000.46ad5875-1800-4de1-b266-d690820909eb", + "fullUrl": "Observation/1732560543293778000.c8b6eaf4-48db-4d31-9dc7-4662b2dd5ead", "resource": { "resourceType": "Observation", - "id": "1730739114797071000.46ad5875-1800-4de1-b266-d690820909eb", + "id": "1732560543293778000.c8b6eaf4-48db-4d31-9dc7-4662b2dd5ead", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", @@ -1556,8 +1712,27 @@ } ], "status": "unknown", + "code": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "code": "62328-0", + "display": "DISCHARGE PROVIDER PRACTICE PHONE NUMBER" + } + ] + }, "subject": { - "reference": "Patient/1730739114762168000.c3aba8e9-f298-443e-b3a1-1ee5a8f68250" + "reference": "Patient/1732560543268733000.fbcca191-5c13-4199-a3ee-796cb46b8b18" }, "effectiveDateTime": "2023-05-06T05:00:00-05:00", "_effectiveDateTime": { @@ -1572,10 +1747,10 @@ } }, { - "fullUrl": "Observation/1730739114798696000.6a08e93e-7012-4668-920f-6dd0b6086fba", + "fullUrl": "Observation/1732560543295369000.775c794b-2f24-42b0-b890-e1e9e9f4a522", "resource": { "resourceType": "Observation", - "id": "1730739114798696000.6a08e93e-7012-4668-920f-6dd0b6086fba", + "id": "1732560543295369000.775c794b-2f24-42b0-b890-e1e9e9f4a522", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", @@ -1604,8 +1779,27 @@ } ], "status": "unknown", + "code": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "code": "62324-9", + "display": "POST-DISCHARGE PROVIDER NAME" + } + ] + }, "subject": { - "reference": "Patient/1730739114762168000.c3aba8e9-f298-443e-b3a1-1ee5a8f68250" + "reference": "Patient/1732560543268733000.fbcca191-5c13-4199-a3ee-796cb46b8b18" }, "effectiveDateTime": "2023-05-06T05:00:00-05:00", "_effectiveDateTime": { @@ -1620,10 +1814,10 @@ } }, { - "fullUrl": "Observation/1730739114800274000.f123aecc-501c-43eb-a4a1-5a4489e47952", + "fullUrl": "Observation/1732560543297140000.e55bde3c-775c-4635-a191-4030b16bb2c8", "resource": { "resourceType": "Observation", - "id": "1730739114800274000.f123aecc-501c-43eb-a4a1-5a4489e47952", + "id": "1732560543297140000.e55bde3c-775c-4635-a191-4030b16bb2c8", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", @@ -1652,8 +1846,27 @@ } ], "status": "unknown", + "code": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "code": "62326-4", + "display": "POST-DISCHARGE PROVIDER PRACTICE NAME" + } + ] + }, "subject": { - "reference": "Patient/1730739114762168000.c3aba8e9-f298-443e-b3a1-1ee5a8f68250" + "reference": "Patient/1732560543268733000.fbcca191-5c13-4199-a3ee-796cb46b8b18" }, "effectiveDateTime": "2023-05-06T05:00:00-05:00", "_effectiveDateTime": { @@ -1668,10 +1881,75 @@ } }, { - "fullUrl": "Specimen/1730739114807923000.8f9e2bd9-31bf-4899-ac32-ba62d0b8a7c6", + "fullUrl": "Specimen/1732560543300806000.406c938b-63f5-4b24-87a2-fe6df4db3c2e", + "resource": { + "resourceType": "Specimen", + "id": "1732560543300806000.406c938b-63f5-4b24-87a2-fe6df4db3c2e", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", + "valueString": "OBR" + } + ], + "type": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "440500007" + } + ] + }, + "collection": { + "collectedDateTime": "2023-05-06T05:00:00Z", + "_collectedDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230506050000" + } + ] + } + }, + "container": [ + { + "additiveCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "Blood spot specimen" + } + ] + } + } + ], + "note": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", + "valueString": "OBR.15.3" + } + ], + "text": "SCT" + } + ] + } + }, + { + "fullUrl": "Specimen/1732560543303231000.2d9cfa3b-d077-47dc-b9e9-c6dbaf6d7e14", "resource": { "resourceType": "Specimen", - "id": "1730739114807923000.8f9e2bd9-31bf-4899-ac32-ba62d0b8a7c6", + "id": "1732560543303231000.2d9cfa3b-d077-47dc-b9e9-c6dbaf6d7e14", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", @@ -1723,8 +2001,8 @@ } ], "system": "http://snomed.info/sct", - "code": "440500007", - "display": "Blood spot specimen" + "code": "440500042", + "display": "Blood spatter specimen" } ] }, @@ -1742,10 +2020,10 @@ } }, { - "fullUrl": "ServiceRequest/1731693499410541000.44604b6d-c242-4fa8-8ae6-9d66a3e6f8f6", + "fullUrl": "ServiceRequest/1732560543311645000.b57e1bdc-262e-422d-a16f-9f77660cf315", "resource": { "resourceType": "ServiceRequest", - "id": "1731693499410541000.44604b6d-c242-4fa8-8ae6-9d66a3e6f8f6", + "id": "1732560543311645000.b57e1bdc-262e-422d-a16f-9f77660cf315", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", @@ -1761,19 +2039,19 @@ { "url": "orc-21-ordering-facility-name", "valueReference": { - "reference": "Organization/1731693499407045000.0405b8a0-2641-44bd-bead-9f864439e87c" + "reference": "Organization/1732560543307780000.31100ae8-a7cd-4d48-9c32-54ba4cf017ac" } }, { "url": "orc-21-ordering-facility-name", "valueReference": { - "reference": "Organization/1731693499407702000.179c5b71-0abd-4ca5-90f6-39bfddfae2e4" + "reference": "Organization/1732560543308452000.98aae0fd-f400-4fa4-81b1-edbf5c98b5d4" } }, { "url": "orc-12-ordering-provider", "valueReference": { - "reference": "Practitioner/1731693499408540000.b160605f-1ac2-4c93-a4a2-1701d568b747" + "reference": "Practitioner/1732560543309446000.c33a9be2-d78d-4d54-a272-6ecc44333bf6" } } ] @@ -1914,7 +2192,7 @@ ] }, "subject": { - "reference": "Patient/1731693499244826000.1ec96b37-a200-45f6-8524-0d9bf4773a65" + "reference": "Patient/1732560543268733000.fbcca191-5c13-4199-a3ee-796cb46b8b18" }, "authoredOn": "2023-05-06T05:29:13-05:00", "_authoredOn": { @@ -1926,61 +2204,61 @@ ] }, "requester": { - "reference": "PractitionerRole/1731693499401922000.0288ec12-86a2-4087-850a-9b78b3d26b72" + "reference": "PractitionerRole/1732560543303804000.31426fcc-91fd-45d7-bd6e-291e762530df" }, "supportingInfo": [ { - "reference": "Observation/1731693499254154000.dd4e0899-fbb3-4fae-8a44-c25a4a1b1943" + "reference": "Observation/1732560543274855000.4d949d81-fa30-46bc-9cbc-78ce6ec7615a" }, { - "reference": "Observation/1731693499256643000.f3d87add-5a46-4983-aad6-dc4937663363" + "reference": "Observation/1732560543277556000.688615ca-95a9-4338-b3b6-28ed0ce9a288" }, { - "reference": "Observation/1731693499258634000.3dad0e71-dda0-40d4-8fe9-8ab9b08dbad7" + "reference": "Observation/1732560543279677000.617ea6d5-9be1-4a98-bd30-8a28bc15c971" }, { - "reference": "Observation/1731693499260502000.5055910a-809e-4bba-bdab-76843a177460" + "reference": "Observation/1732560543281793000.f04d11d4-e337-4e47-9a5e-ca8483f0f168" }, { - "reference": "Observation/1731693499262109000.997e1625-6c27-4a81-9060-68c36c79910f" + "reference": "Observation/1732560543283827000.4b0a99f4-cd5b-477f-af08-058d47395f06" }, { - "reference": "Observation/1731693499263903000.ff9328b6-2aeb-4a06-b5ce-f194c1b4343b" + "reference": "Observation/1732560543286362000.ef088072-bef6-4cfa-9cf9-4940af1b5658" }, { - "reference": "Observation/1731693499265894000.4be5c4d9-daca-4249-871b-b5e9b2299e64" + "reference": "Observation/1732560543288331000.ae179a9b-f56c-4d11-b149-293d2887ebce" }, { - "reference": "Observation/1731693499267278000.4f9e6cd4-2d27-4ae0-8a4a-c11557902264" + "reference": "Observation/1732560543290243000.d411deba-f6a1-45f1-a505-3713059b4a6e" }, { - "reference": "Observation/1731693499270093000.7eecd56f-a1b0-4342-87af-2236a11d5f06" + "reference": "Observation/1732560543292147000.2429838a-1b4f-490b-9ef3-8668bdb3444a" }, { - "reference": "Observation/1731693499271474000.ccb6c726-3d31-4904-8c4a-b8bb8cab6b7f" + "reference": "Observation/1732560543293778000.c8b6eaf4-48db-4d31-9dc7-4662b2dd5ead" }, { - "reference": "Observation/1731693499272795000.2ead0280-0219-4455-a28a-52eedd24a781" + "reference": "Observation/1732560543295369000.775c794b-2f24-42b0-b890-e1e9e9f4a522" }, { - "reference": "Observation/1731693499274060000.09f106cd-ca67-4226-90a5-f555890d98f0" + "reference": "Observation/1732560543297140000.e55bde3c-775c-4635-a191-4030b16bb2c8" } ], "specimen": [ { - "reference": "Specimen/1731693499401246000.af41b374-d90e-4385-a6cd-34a15a4956c7" + "reference": "Specimen/1732560543303231000.2d9cfa3b-d077-47dc-b9e9-c6dbaf6d7e14" }, { - "reference": "Specimen/1731693499399056000.cb3e6b3e-2c30-44ec-aad9-1d5caaac8e04" + "reference": "Specimen/1732560543300806000.406c938b-63f5-4b24-87a2-fe6df4db3c2e" } ] } }, { - "fullUrl": "Organization/1731693499402155000.5e0feb3b-43d1-4413-8114-1f9bb184ce9e", + "fullUrl": "Organization/1732560543304112000.dc3c498d-a046-4f19-85d8-523a30bf309f", "resource": { "resourceType": "Organization", - "id": "1731693499402155000.5e0feb3b-43d1-4413-8114-1f9bb184ce9e", + "id": "1732560543304112000.dc3c498d-a046-4f19-85d8-523a30bf309f", "identifier": [ { "extension": [ @@ -1995,10 +2273,10 @@ } }, { - "fullUrl": "Practitioner/1731693499403117000.ad293f7d-eb9c-4c41-b727-0a5e50b319de", + "fullUrl": "Practitioner/1732560543304915000.2aea385b-1e59-400f-8533-ec48845b37d6", "resource": { "resourceType": "Practitioner", - "id": "1731693499403117000.ad293f7d-eb9c-4c41-b727-0a5e50b319de", + "id": "1732560543304915000.2aea385b-1e59-400f-8533-ec48845b37d6", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", @@ -2006,12 +2284,6 @@ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", "valueString": "NPI" - }, - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-unknown-type" - }, - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type" } ] }, @@ -2050,7 +2322,7 @@ }, "value": "1265136360", "assigner": { - "reference": "Organization/1731693499402155000.5e0feb3b-43d1-4413-8114-1f9bb184ce9e" + "reference": "Organization/1732560543304112000.dc3c498d-a046-4f19-85d8-523a30bf309f" } } ], @@ -2066,10 +2338,10 @@ } }, { - "fullUrl": "Organization/1731693499404212000.25916871-3bc5-4803-a2f1-d784fb317b55", + "fullUrl": "Organization/1732560543305808000.f46f933c-1599-4a9d-9e1b-8ba3fd09aa33", "resource": { "resourceType": "Organization", - "id": "1731693499404212000.25916871-3bc5-4803-a2f1-d784fb317b55", + "id": "1732560543305808000.f46f933c-1599-4a9d-9e1b-8ba3fd09aa33", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", @@ -2120,12 +2392,6 @@ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", "valueString": "CMS" - }, - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-unknown-type" - }, - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type" } ] } @@ -2145,23 +2411,23 @@ } }, { - "fullUrl": "PractitionerRole/1731693499401922000.0288ec12-86a2-4087-850a-9b78b3d26b72", + "fullUrl": "PractitionerRole/1732560543303804000.31426fcc-91fd-45d7-bd6e-291e762530df", "resource": { "resourceType": "PractitionerRole", - "id": "1731693499401922000.0288ec12-86a2-4087-850a-9b78b3d26b72", + "id": "1732560543303804000.31426fcc-91fd-45d7-bd6e-291e762530df", "practitioner": { - "reference": "Practitioner/1731693499403117000.ad293f7d-eb9c-4c41-b727-0a5e50b319de" + "reference": "Practitioner/1732560543304915000.2aea385b-1e59-400f-8533-ec48845b37d6" }, "organization": { - "reference": "Organization/1731693499404212000.25916871-3bc5-4803-a2f1-d784fb317b55" + "reference": "Organization/1732560543305808000.f46f933c-1599-4a9d-9e1b-8ba3fd09aa33" } } }, { - "fullUrl": "Organization/1731693499407045000.0405b8a0-2641-44bd-bead-9f864439e87c", + "fullUrl": "Organization/1732560543307780000.31100ae8-a7cd-4d48-9c32-54ba4cf017ac", "resource": { "resourceType": "Organization", - "id": "1731693499407045000.0405b8a0-2641-44bd-bead-9f864439e87c", + "id": "1732560543307780000.31100ae8-a7cd-4d48-9c32-54ba4cf017ac", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", @@ -2212,12 +2478,6 @@ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", "valueString": "CMS" - }, - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-unknown-type" - }, - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type" } ] } @@ -2237,10 +2497,10 @@ } }, { - "fullUrl": "Organization/1731693499407702000.179c5b71-0abd-4ca5-90f6-39bfddfae2e4", + "fullUrl": "Organization/1732560543308452000.98aae0fd-f400-4fa4-81b1-edbf5c98b5d4", "resource": { "resourceType": "Organization", - "id": "1731693499407702000.179c5b71-0abd-4ca5-90f6-39bfddfae2e4", + "id": "1732560543308452000.98aae0fd-f400-4fa4-81b1-edbf5c98b5d4", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", @@ -2291,12 +2551,6 @@ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", "valueString": "MN Public Health Lab" - }, - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-unknown-type" - }, - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type" } ] } @@ -2316,10 +2570,10 @@ } }, { - "fullUrl": "Organization/1731693499407971000.145351e1-d9b0-49ce-a7a4-288a71734f66", + "fullUrl": "Organization/1732560543308800000.ad53ba99-d6bd-47f8-9a4c-f15fb6c1cd42", "resource": { "resourceType": "Organization", - "id": "1731693499407971000.145351e1-d9b0-49ce-a7a4-288a71734f66", + "id": "1732560543308800000.ad53ba99-d6bd-47f8-9a4c-f15fb6c1cd42", "identifier": [ { "extension": [ @@ -2334,10 +2588,10 @@ } }, { - "fullUrl": "Practitioner/1731693499408540000.b160605f-1ac2-4c93-a4a2-1701d568b747", + "fullUrl": "Practitioner/1732560543309446000.c33a9be2-d78d-4d54-a272-6ecc44333bf6", "resource": { "resourceType": "Practitioner", - "id": "1731693499408540000.b160605f-1ac2-4c93-a4a2-1701d568b747", + "id": "1732560543309446000.c33a9be2-d78d-4d54-a272-6ecc44333bf6", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", @@ -2345,12 +2599,6 @@ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", "valueString": "NPI" - }, - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-unknown-type" - }, - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type" } ] }, @@ -2385,7 +2633,7 @@ }, "value": "1265136360", "assigner": { - "reference": "Organization/1731693499407971000.145351e1-d9b0-49ce-a7a4-288a71734f66" + "reference": "Organization/1732560543308800000.ad53ba99-d6bd-47f8-9a4c-f15fb6c1cd42" } } ], diff --git a/prime-router/src/testIntegration/resources/datatests/HL7_to_FHIR/sample_orm_20230809-001-with-enrichment.fhir b/prime-router/src/testIntegration/resources/datatests/HL7_to_FHIR/sample_orm_20230809-001-with-enrichment.fhir index f26d7b91686..ef3cb6666c3 100644 --- a/prime-router/src/testIntegration/resources/datatests/HL7_to_FHIR/sample_orm_20230809-001-with-enrichment.fhir +++ b/prime-router/src/testIntegration/resources/datatests/HL7_to_FHIR/sample_orm_20230809-001-with-enrichment.fhir @@ -1,8 +1,8 @@ { "resourceType": "Bundle", - "id": "1730739044768853000.b4938369-ac66-4abc-93a6-c1a8db4da033", + "id": "1732560511670724000.f32c77cf-ad23-43bc-a013-3fea9d443cd3", "meta": { - "lastUpdated": "2024-11-04T11:50:44.779-05:00" + "lastUpdated": "2024-11-25T13:48:31.670-05:00" }, "identifier": { "system": "https://reportstream.cdc.gov/prime-router", @@ -12,10 +12,10 @@ "timestamp": "2023-05-06T06:29:16.000-04:00", "entry": [ { - "fullUrl": "MessageHeader/1730739044854563000.a02af09b-b5fc-460a-879d-d38e881ba202", + "fullUrl": "MessageHeader/1732560511672681000.d74fc9a5-4839-469c-beaa-071f45976033", "resource": { "resourceType": "MessageHeader", - "id": "1730739044854563000.a02af09b-b5fc-460a-879d-d38e881ba202", + "id": "1732560511672681000.d74fc9a5-4839-469c-beaa-071f45976033", "meta": { "tag": [ { @@ -129,12 +129,12 @@ ], "name": "NATUS", "receiver": { - "reference": "Organization/1730739044853311000.a7c7630d-0fe8-4c46-aaf7-e3d8731f18b6" + "reference": "Organization/1732560511672306000.d58e54ce-4c82-462c-b681-4496c250cca6" } } ], "sender": { - "reference": "Organization/1730739044832105000.94f279f5-2ad0-4b90-b5ad-80f818bd000e" + "reference": "Organization/1732560511671630000.031ef0d6-4818-43f3-b16a-b1ee4acf5e92" }, "source": { "extension": [ @@ -162,10 +162,10 @@ } }, { - "fullUrl": "Organization/1730739044832105000.94f279f5-2ad0-4b90-b5ad-80f818bd000e", + "fullUrl": "Organization/1732560511671630000.031ef0d6-4818-43f3-b16a-b1ee4acf5e92", "resource": { "resourceType": "Organization", - "id": "1730739044832105000.94f279f5-2ad0-4b90-b5ad-80f818bd000e", + "id": "1732560511671630000.031ef0d6-4818-43f3-b16a-b1ee4acf5e92", "identifier": [ { "extension": [ @@ -197,10 +197,10 @@ } }, { - "fullUrl": "Organization/1730739044853311000.a7c7630d-0fe8-4c46-aaf7-e3d8731f18b6", + "fullUrl": "Organization/1732560511672306000.d58e54ce-4c82-462c-b681-4496c250cca6", "resource": { "resourceType": "Organization", - "id": "1730739044853311000.a7c7630d-0fe8-4c46-aaf7-e3d8731f18b6", + "id": "1732560511672306000.d58e54ce-4c82-462c-b681-4496c250cca6", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", @@ -239,16 +239,150 @@ } }, { - "fullUrl": "Patient/1730739045468027000.a6aaa802-b1a3-4d6e-a44f-16db0b64663f", + "fullUrl": "Provenance/1732560511675303000.2621144c-963e-4ab1-955f-16d7475c8ad3", + "resource": { + "resourceType": "Provenance", + "id": "1732560511675303000.2621144c-963e-4ab1-955f-16d7475c8ad3", + "recorded": "2023-05-06T05:29:16-05:00", + "activity": { + "coding": [ + { + "display": "ORM^O01^ORM_O01" + } + ] + }, + "agent": [ + { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type", + "code": "author" + } + ] + }, + "who": { + "reference": "Organization/1732560511675026000.eab0c53f-3658-4b9e-b58b-b587acf35f89" + } + } + ] + } + }, + { + "fullUrl": "Organization/1732560511675026000.eab0c53f-3658-4b9e-b58b-b587acf35f89", + "resource": { + "resourceType": "Organization", + "id": "1732560511675026000.eab0c53f-3658-4b9e-b58b-b587acf35f89", + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" + } + ], + "value": "Centracare" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0301", + "code": "DNS" + } + ] + }, + "value": "centracare.com" + } + ] + } + }, + { + "fullUrl": "Provenance/1732560511677094000.f0412861-717d-4c48-96e7-2fe34bb54c8d", + "resource": { + "resourceType": "Provenance", + "id": "1732560511677094000.f0412861-717d-4c48-96e7-2fe34bb54c8d", + "recorded": "2024-11-25T13:48:31Z", + "policy": [ + "http://hl7.org/fhir/uv/v2mappings/message-oru-r01-to-bundle" + ], + "activity": { + "coding": [ + { + "code": "v2-FHIR transformation" + } + ] + }, + "agent": [ + { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type", + "code": "assembler" + } + ] + }, + "who": { + "reference": "Organization/1732560511676926000.0b711c54-8b8d-4aea-8c98-68f92c12a44e" + } + } + ] + } + }, + { + "fullUrl": "Organization/1732560511676926000.0b711c54-8b8d-4aea-8c98-68f92c12a44e", + "resource": { + "resourceType": "Organization", + "id": "1732560511676926000.0b711c54-8b8d-4aea-8c98-68f92c12a44e", + "identifier": [ + { + "value": "CDC PRIME - Atlanta" + }, + { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0301" + } + ] + }, + "system": "urn:ietf:rfc:3986", + "value": "2.16.840.1.114222.4.1.237821" + } + ] + } + }, + { + "fullUrl": "Patient/1732560511682406000.b2715b85-dc15-42f7-b436-2342f935218a", "resource": { "resourceType": "Patient", - "id": "1730739045468027000.a6aaa802-b1a3-4d6e-a44f-16db0b64663f", + "id": "1732560511682406000.b2715b85-dc15-42f7-b436-2342f935218a", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/pid-patient", "extension": [ { - "url": "PID.8" + "url": "PID.8", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "M" + } + ] + } }, { "url": "PID.24", @@ -307,7 +441,7 @@ }, "value": "11102779", "assigner": { - "reference": "Organization/1730739045436383000.143cca78-1d3b-49b5-855d-0b68ae8fd374" + "reference": "Organization/1732560511677929000.bc510668-0a60-42a3-88ab-a8c3328dbc3e" } } ], @@ -420,7 +554,7 @@ "link": [ { "other": { - "reference": "RelatedPerson/1730739045452628000.7cc7bd01-5335-4089-bb4a-452daa11cff5" + "reference": "RelatedPerson/1732560511680963000.2918c42d-2608-4940-b18e-d3afc197779e" }, "type": "seealso" } @@ -428,10 +562,10 @@ } }, { - "fullUrl": "Organization/1730739045436383000.143cca78-1d3b-49b5-855d-0b68ae8fd374", + "fullUrl": "Organization/1732560511677929000.bc510668-0a60-42a3-88ab-a8c3328dbc3e", "resource": { "resourceType": "Organization", - "id": "1730739045436383000.143cca78-1d3b-49b5-855d-0b68ae8fd374", + "id": "1732560511677929000.bc510668-0a60-42a3-88ab-a8c3328dbc3e", "identifier": [ { "extension": [ @@ -446,10 +580,10 @@ } }, { - "fullUrl": "RelatedPerson/1730739045452628000.7cc7bd01-5335-4089-bb4a-452daa11cff5", + "fullUrl": "RelatedPerson/1732560511680963000.2918c42d-2608-4940-b18e-d3afc197779e", "resource": { "resourceType": "RelatedPerson", - "id": "1730739045452628000.7cc7bd01-5335-4089-bb4a-452daa11cff5", + "id": "1732560511680963000.2918c42d-2608-4940-b18e-d3afc197779e", "identifier": [ { "extension": [ @@ -468,495 +602,470 @@ } }, { - "fullUrl": "ServiceRequest/1730739045486998000.12434c42-eb33-4391-95ed-206405199d4d", + "fullUrl": "Provenance/1732560511683387000.e6eb7827-be89-4bd4-afdc-0cadfe3c8380", "resource": { - "resourceType": "ServiceRequest", - "id": "1730739045486998000.12434c42-eb33-4391-95ed-206405199d4d", + "resourceType": "Provenance", + "id": "1732560511683387000.e6eb7827-be89-4bd4-afdc-0cadfe3c8380", + "target": [ + { + "reference": "Patient/1732560511682406000.b2715b85-dc15-42f7-b436-2342f935218a" + } + ], + "recorded": "2024-11-25T13:48:31Z", + "activity": { + "coding": [ + { + "system": "https://terminology.hl7.org/CodeSystem/v3-DataOperation", + "code": "UPDATE" + } + ] + } + } + }, + { + "fullUrl": "Observation/1732560511685409000.68ec79c6-ca91-4584-a18c-edf96c10ea81", + "resource": { + "resourceType": "Observation", + "id": "1732560511685409000.68ec79c6-ca91-4584-a18c-edf96c10ea81", "extension": [ { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", - "valueCode": "NW" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "1" }, { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", - "valueString": "20230506052913-0500" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", + "valueCode": "AOE" }, { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/orc-common-order", + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", "extension": [ { - "url": "orc-21-ordering-facility-name", - "valueReference": { - "reference": "Organization/1730739045482221000.12655f3b-3a76-4149-92c7-eab672b22b75" - } - }, - { - "url": "orc-21-ordering-facility-name", - "valueReference": { - "reference": "Organization/1730739045483655000.fbf465a4-777d-44dd-84de-ab216725b063" - } + "url": "OBX.2", + "valueId": "NM" }, { - "url": "orc-12-ordering-provider", - "valueReference": { - "reference": "Practitioner/1730739045485318000.50da42d9-9ed8-49ca-8ce1-eb63a81a9606" - } - } - ] - }, - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", - "extension": [ - { - "url": "OBR.2", - "valueIdentifier": { - "extension": [ + "url": "OBX.6", + "valueCodeableConcept": { + "coding": [ { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", "extension": [ { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString": "EPIC" - }, - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString": "1.2.840.114350.1.13.145.2.7.2.695071" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode": "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "UCUM" } ], - "system" : "http://unitsofmeasure.org", - "code" : "g", - "display" : "gram" + "system": "http://unitsofmeasure.org", + "code": "g", + "display": "gram" } - ], - "value": "421832901" + ] } - } - ] - } - ], - "identifier": [ - { - "extension": [ + }, { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString": "ORC.2" + "url": "OBX.29", + "valueId": "QST" }, { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension": [ - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString": "EPIC" - }, - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString": "1.2.840.114350.1.13.145.2.7.2.695071" - }, - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode": "ISO" - } - ] + "url": "OBX.11", + "valueString": "O" } - ], - "type": { - "coding": [ - { - "system": "http://terminology.hl7.org/CodeSystem/v2-0203", - "code": "PLAC" - } - ] - }, - "value": "421832901" + ] } ], "status": "unknown", + "code": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "code": "8339-4", + "display": "BIRTH WEIGHT MEASURED" + } + ] + }, "subject": { - "reference": "Patient/1730739045468027000.a6aaa802-b1a3-4d6e-a44f-16db0b64663f" + "reference": "Patient/1732560511682406000.b2715b85-dc15-42f7-b436-2342f935218a" }, - "authoredOn": "2023-05-06T05:29:13-05:00", - "_authoredOn": { + "effectiveDateTime": "2023-05-06T05:00:00-05:00", + "_effectiveDateTime": { "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString": "20230506052913-0500" + "valueString": "20230506050000-0500" } ] }, - "requester": { - "reference": "PractitionerRole/1730739045475925000.e4ec22c3-0315-4b18-a42c-fe9e88296e4c" + "valueQuantity": { + "value": 1769.859285, + "unit": "gram", + "system": "UCUM", + "code": "g" } } }, { - "fullUrl": "Organization/1730739045476392000.19543a23-10bc-47cb-9da4-707a24b3a6ed", - "resource": { - "resourceType": "Organization", - "id": "1730739045476392000.19543a23-10bc-47cb-9da4-707a24b3a6ed", - "identifier": [ - { - "extension": [ - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString": "HD.1" - } - ], - "value": "NPI" - } - ] - } - }, - { - "fullUrl": "Practitioner/1730739045477799000.3e4230fe-22a6-4972-8a1e-a8be2c2234be", + "fullUrl": "Observation/1732560511687601000.49535bc8-4b68-4f91-b9b7-c8750e2d8f7d", "resource": { - "resourceType": "Practitioner", - "id": "1730739045477799000.3e4230fe-22a6-4972-8a1e-a8be2c2234be", + "resourceType": "Observation", + "id": "1732560511687601000.49535bc8-4b68-4f91-b9b7-c8750e2d8f7d", "extension": [ { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension": [ - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString": "NPI" - } - ] + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "1" }, { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension": [ - { - "url": "XCN.3", - "valueString": "JANE" - }, - { - "url": "XCN.10", - "valueString": "L" - } - ] + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", + "valueCode": "AOE" }, { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString": "ORC.12" - } - ], - "identifier": [ - { - "type": { - "coding": [ - { - "extension": [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ + { + "url": "OBX.2", + "valueId": "NM" + }, + { + "url": "OBX.6", + "valueCodeableConcept": { + "coding": [ { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean": true + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "UCUM" + } + ], + "system": "http://unitsofmeasure.org", + "code": "wk", + "display": "week" } - ], - "code": "NPI" - } - ] - }, - "value": "1265136360", - "assigner": { - "reference": "Organization/1730739045476392000.19543a23-10bc-47cb-9da4-707a24b3a6ed" - } - } - ], - "name": [ - { - "use": "official", - "family": "JONES", - "given": [ - "JANE" - ] - } - ] - } - }, - { - "fullUrl": "Organization/1730739045479084000.cda1b269-0a63-4666-a1bd-d140ad91e24d", - "resource": { - "resourceType": "Organization", - "id": "1730739045479084000.cda1b269-0a63-4666-a1bd-d140ad91e24d", - "extension": [ - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding": { - "extension": [ - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept": { - "extension": [ - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString": "XON.2" - } - ] - } + ] } - ] - } - }, - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension": [ + }, { - "url": "XON.10", - "valueString": "1043269798" + "url": "OBX.29", + "valueId": "QST" + }, + { + "url": "OBX.11", + "valueString": "O" } ] } ], - "identifier": [ - { - "extension": [ - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension": [ - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString": "CMS" - } - ] - } - ], - "type": { - "coding": [ + "status": "unknown", + "code": { + "coding": [ + { + "extension": [ { - "system": "http://terminology.hl7.org/CodeSystem/v2-0203", - "code": "NPI" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" } - ] - }, - "value": "1043269798" - } - ], - "name": "ST. CLOUD HOSPITAL" - } - }, - { - "fullUrl": "PractitionerRole/1730739045475925000.e4ec22c3-0315-4b18-a42c-fe9e88296e4c", - "resource": { - "resourceType": "PractitionerRole", - "id": "1730739045475925000.e4ec22c3-0315-4b18-a42c-fe9e88296e4c", - "practitioner": { - "reference": "Practitioner/1730739045477799000.3e4230fe-22a6-4972-8a1e-a8be2c2234be" + ], + "system": "http://loinc.org", + "code": "57714-8", + "display": "OBSTETRIC ESTIMATION OF GESTATIONAL AGE" + } + ] }, - "organization": { - "reference": "Organization/1730739045479084000.cda1b269-0a63-4666-a1bd-d140ad91e24d" + "subject": { + "reference": "Patient/1732560511682406000.b2715b85-dc15-42f7-b436-2342f935218a" + }, + "effectiveDateTime": "2023-05-06T05:00:00-05:00", + "_effectiveDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230506050000-0500" + } + ] + }, + "valueQuantity": { + "value": 32, + "unit": "week", + "system": "UCUM", + "code": "wk" } } }, { - "fullUrl": "Organization/1730739045482221000.12655f3b-3a76-4149-92c7-eab672b22b75", + "fullUrl": "Observation/1732560511689759000.2564e813-a596-4109-80a4-ba7dc42d24e5", "resource": { - "resourceType": "Organization", - "id": "1730739045482221000.12655f3b-3a76-4149-92c7-eab672b22b75", + "resourceType": "Observation", + "id": "1732560511689759000.2564e813-a596-4109-80a4-ba7dc42d24e5", "extension": [ { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding": { - "extension": [ - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept": { - "extension": [ - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString": "XON.2" - } - ] - } - } - ] - } + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "1" }, { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension": [ - { - "url": "XON.10", - "valueString": "1043269798" - } - ] - } - ], - "identifier": [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", + "valueCode": "AOE" + }, { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", "extension": [ { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension": [ - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString": "CMS" - } - ] + "url": "OBX.2", + "valueId": "CWE" + }, + { + "url": "OBX.29", + "valueId": "QST" + }, + { + "url": "OBX.11", + "valueString": "O" } - ], - "type": { - "coding": [ - { - "system": "http://terminology.hl7.org/CodeSystem/v2-0203", - "code": "NPI" - } - ] - }, - "value": "1043269798" + ] } ], - "name": "ST. CLOUD HOSPITAL" - } - }, - { - "fullUrl": "Organization/1730739045483655000.fbf465a4-777d-44dd-84de-ab216725b063", - "resource": { - "resourceType": "Organization", - "id": "1730739045483655000.fbf465a4-777d-44dd-84de-ab216725b063", - "extension": [ - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding": { + "status": "unknown", + "code": { + "coding": [ + { "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept": { - "extension": [ - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString": "XON.2" - } - ] - } + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" } ], - "code" : "MNDSIB", - "display" : "DOES THE BABY HAVE A DECEASED SIBLING?" + "system": "http://loinc.org", + "code": "57713-0", + "display": "INFANT FACTORS THAT AFFECT NEWBORN SCREENING INTERPRETATION" } - }, - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension": [ - { - "url": "XON.10", - "valueString": "739" - } - ] - } - ], - "identifier": [ - { - "extension": [ - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension": [ - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString": "MN Public Health Lab" - } - ] - } - ], - "type": { - "coding": [ + ] + }, + "subject": { + "reference": "Patient/1732560511682406000.b2715b85-dc15-42f7-b436-2342f935218a" + }, + "effectiveDateTime": "2023-05-06T05:00:00-05:00", + "_effectiveDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230506050000-0500" + } + ] + }, + "valueCodeableConcept": { + "coding": [ + { + "extension": [ { - "system": "http://terminology.hl7.org/CodeSystem/v2-0203", - "code": "NPI" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" } - ] - }, - "value": "739" - } - ], - "name": "ST. CLOUD HOSPITAL" + ], + "system": "http://loinc.org", + "code": "LA12419-0", + "display": "INFANT IN NICU AT TIME OF SPECIMEN COLLECTION" + } + ] + } } }, { - "fullUrl": "Organization/1730739045484200000.76b8dad6-c380-4ecd-a397-d56cd876c36a", + "fullUrl": "Observation/1732560511692143000.5ba6549d-7b30-40a2-8259-07901724e390", "resource": { - "resourceType": "Organization", - "id": "1730739045484200000.76b8dad6-c380-4ecd-a397-d56cd876c36a", - "identifier": [ + "resourceType": "Observation", + "id": "1732560511692143000.5ba6549d-7b30-40a2-8259-07901724e390", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "1" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", + "valueCode": "AOE" + }, { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", "extension": [ { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString": "HD.1" + "url": "OBX.2", + "valueId": "CWE" + }, + { + "url": "OBX.29", + "valueId": "QST" + }, + { + "url": "OBX.11", + "valueString": "O" } - ], - "value": "NPI" + ] } - ] + ], + "status": "unknown", + "code": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "99MDH" + } + ], + "code": "MNDSIB", + "display": "DOES THE BABY HAVE A DECEASED SIBLING?" + } + ] + }, + "subject": { + "reference": "Patient/1732560511682406000.b2715b85-dc15-42f7-b436-2342f935218a" + }, + "effectiveDateTime": "2023-05-06T05:00:00-05:00", + "_effectiveDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230506050000-0500" + } + ] + }, + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "99MDH" + } + ], + "code": "N", + "display": "No" + } + ] + } } }, { - "fullUrl": "Practitioner/1730739045485318000.50da42d9-9ed8-49ca-8ce1-eb63a81a9606", + "fullUrl": "Observation/1732560511694464000.6c92cfb0-0578-45f0-b0be-390fb453fa53", "resource": { - "resourceType": "Practitioner", - "id": "1730739045485318000.50da42d9-9ed8-49ca-8ce1-eb63a81a9606", + "resourceType": "Observation", + "id": "1732560511694464000.6c92cfb0-0578-45f0-b0be-390fb453fa53", "extension": [ { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension": [ - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString": "NPI" - } - ] + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "1" }, { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", + "valueCode": "AOE" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", "extension": [ { - "url": "XCN.3", - "valueString": "JANE" + "url": "OBX.2", + "valueId": "CWE" }, { - "url": "XCN.10", - "valueString": "L" + "url": "OBX.29", + "valueId": "QST" + }, + { + "url": "OBX.11", + "valueString": "O" } ] } ], - "identifier": [ - { - "type": { - "coding": [ + "status": "unknown", + "code": { + "coding": [ + { + "extension": [ { - "extension": [ - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean": true - } - ], - "code": "NPI" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "99MDH" } - ] - }, - "value": "1265136360", - "assigner": { - "reference": "Organization/1730739045484200000.76b8dad6-c380-4ecd-a397-d56cd876c36a" + ], + "code": "MNDEFECT", + "display": "DOES THE BABY HAVE BIRTH DEFECTS?" } - } - ], - "name": [ - { - "use": "official", - "family": "JONES", - "given": [ - "JANE" - ] - } - ] + ] + }, + "subject": { + "reference": "Patient/1732560511682406000.b2715b85-dc15-42f7-b436-2342f935218a" + }, + "effectiveDateTime": "2023-05-06T05:00:00-05:00", + "_effectiveDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230506050000-0500" + } + ] + }, + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "99MDH" + } + ], + "code": "N", + "display": "No" + } + ] + } } }, { - "fullUrl": "Observation/1730739045689805000.da48cbda-80e8-48e3-8374-38873b0f7770", + "fullUrl": "Observation/1732560511696929000.06885dba-e795-4a03-8be4-76f255868d9b", "resource": { "resourceType": "Observation", - "id": "1730739045689805000.da48cbda-80e8-48e3-8374-38873b0f7770", + "id": "1732560511696929000.06885dba-e795-4a03-8be4-76f255868d9b", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", @@ -971,10 +1080,7 @@ "extension": [ { "url": "OBX.2", - "valueId": "NM" - }, - { - "url": "OBX.6" + "valueId": "CWE" }, { "url": "OBX.29", @@ -988,8 +1094,26 @@ } ], "status": "unknown", + "code": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "99MDH" + } + ], + "code": "MNFAM", + "display": "FAMILY HISTORY OF DISORDER ON MN SCREENING PANEL" + } + ] + }, "subject": { - "reference": "Patient/1730739045468027000.a6aaa802-b1a3-4d6e-a44f-16db0b64663f" + "reference": "Patient/1732560511682406000.b2715b85-dc15-42f7-b436-2342f935218a" }, "effectiveDateTime": "2023-05-06T05:00:00-05:00", "_effectiveDateTime": { @@ -1000,19 +1124,31 @@ } ] }, - "valueQuantity": { - "value": 1769.859285, - "unit": "gram", - "system": "UCUM", - "code": "g" + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "99MDH" + } + ], + "code": "N", + "display": "No" + } + ] } } }, { - "fullUrl": "Observation/1730739045692808000.abe30e64-14d3-41cb-a5c3-abe28db35af5", + "fullUrl": "Observation/1732560511700247000.83d485ad-8bf1-47d0-9a6c-bf7e83f78fb8", "resource": { "resourceType": "Observation", - "id": "1730739045692808000.abe30e64-14d3-41cb-a5c3-abe28db35af5", + "id": "1732560511700247000.83d485ad-8bf1-47d0-9a6c-bf7e83f78fb8", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", @@ -1027,10 +1163,7 @@ "extension": [ { "url": "OBX.2", - "valueId": "NM" - }, - { - "url": "OBX.6" + "valueId": "CWE" }, { "url": "OBX.29", @@ -1044,8 +1177,27 @@ } ], "status": "unknown", + "code": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "code": "67704-7", + "display": "FEEDING TYPES" + } + ] + }, "subject": { - "reference": "Patient/1730739045468027000.a6aaa802-b1a3-4d6e-a44f-16db0b64663f" + "reference": "Patient/1732560511682406000.b2715b85-dc15-42f7-b436-2342f935218a" }, "effectiveDateTime": "2023-05-06T05:00:00-05:00", "_effectiveDateTime": { @@ -1055,24 +1207,37 @@ "valueString": "20230506050000-0500" } ] - }, - "valueQuantity": { - "value": 32, - "unit": "week", - "system": "UCUM", - "code": "wk" + }, + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "code": "LA12418-2", + "display": "TPN" + } + ] } } }, { - "fullUrl": "Observation/1730739045695721000.ca344441-ce4c-47d3-b018-d9b7f6a06e41", + "fullUrl": "Observation/1732560511702948000.7d0cd160-1c90-40a5-9b5c-8e2c2f0a8bf8", "resource": { "resourceType": "Observation", - "id": "1730739045695721000.ca344441-ce4c-47d3-b018-d9b7f6a06e41", + "id": "1732560511702948000.7d0cd160-1c90-40a5-9b5c-8e2c2f0a8bf8", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString": "1" + "valueString": "2" }, { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", @@ -1097,8 +1262,27 @@ } ], "status": "unknown", + "code": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "code": "67704-7", + "display": "FEEDING TYPES" + } + ] + }, "subject": { - "reference": "Patient/1730739045468027000.a6aaa802-b1a3-4d6e-a44f-16db0b64663f" + "reference": "Patient/1732560511682406000.b2715b85-dc15-42f7-b436-2342f935218a" }, "effectiveDateTime": "2023-05-06T05:00:00-05:00", "_effectiveDateTime": { @@ -1123,18 +1307,18 @@ } ], "system": "http://loinc.org", - "code": "LA12419-0", - "display": "INFANT IN NICU AT TIME OF SPECIMEN COLLECTION" + "code": "LA16914-6", + "display": "BREAST MILK" } ] } } }, { - "fullUrl": "Observation/1730739045698125000.69ecfe90-4d71-4eba-8639-7cd2b5ca865c", + "fullUrl": "Observation/1732560511705489000.b9fb605f-b56d-4789-9f59-58b4265df4f8", "resource": { "resourceType": "Observation", - "id": "1730739045698125000.69ecfe90-4d71-4eba-8639-7cd2b5ca865c", + "id": "1732560511705489000.b9fb605f-b56d-4789-9f59-58b4265df4f8", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", @@ -1163,8 +1347,27 @@ } ], "status": "unknown", + "code": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "code": "57723-9", + "display": "UNIQUE BAR CODE NUMBER OF CURRENT SAMPLE" + } + ] + }, "subject": { - "reference": "Patient/1730739045468027000.a6aaa802-b1a3-4d6e-a44f-16db0b64663f" + "reference": "Patient/1732560511682406000.b2715b85-dc15-42f7-b436-2342f935218a" }, "effectiveDateTime": "2023-05-06T05:00:00-05:00", "_effectiveDateTime": { @@ -1182,24 +1385,19 @@ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", "valueString": "coding" - }, - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString": "99MDH" } ], - "code": "N", - "display": "No" + "code": "0516199364" } ] } } }, { - "fullUrl": "Observation/1730739045700350000.59a61811-fb31-472b-b7e6-f524364d158b", + "fullUrl": "Observation/1732560511707736000.8cd8206b-364c-4b72-8b92-552921b30ec1", "resource": { "resourceType": "Observation", - "id": "1730739045700350000.59a61811-fb31-472b-b7e6-f524364d158b", + "id": "1732560511707736000.8cd8206b-364c-4b72-8b92-552921b30ec1", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", @@ -1214,7 +1412,7 @@ "extension": [ { "url": "OBX.2", - "valueId": "CWE" + "valueId": "ST" }, { "url": "OBX.29", @@ -1228,19 +1426,7 @@ } ], "status": "unknown", - "subject": { - "reference": "Patient/1730739045468027000.a6aaa802-b1a3-4d6e-a44f-16db0b64663f" - }, - "effectiveDateTime": "2023-05-06T05:00:00-05:00", - "_effectiveDateTime": { - "extension": [ - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString": "20230506050000-0500" - } - ] - }, - "valueCodeableConcept": { + "code": { "coding": [ { "extension": [ @@ -1250,21 +1436,35 @@ }, { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString": "99MDH" + "valueString": "LN" } ], - "code": "N", - "display": "No" + "system": "http://loinc.org", + "code": "62328-0", + "display": "DISCHARGE PROVIDER PRACTICE PHONE NUMBER" } ] - } + }, + "subject": { + "reference": "Patient/1732560511682406000.b2715b85-dc15-42f7-b436-2342f935218a" + }, + "effectiveDateTime": "2023-05-06T05:00:00-05:00", + "_effectiveDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230506050000-0500" + } + ] + }, + "valueString": "Daniel Davis/218-555-1000" } }, { - "fullUrl": "Observation/1730739045703506000.1e33d28c-8a2b-43ea-aca4-4476031b9f67", + "fullUrl": "Observation/1732560511709616000.18975279-2dc6-48cb-b073-8dc2c123262d", "resource": { "resourceType": "Observation", - "id": "1730739045703506000.1e33d28c-8a2b-43ea-aca4-4476031b9f67", + "id": "1732560511709616000.18975279-2dc6-48cb-b073-8dc2c123262d", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", @@ -1279,7 +1479,7 @@ "extension": [ { "url": "OBX.2", - "valueId": "CWE" + "valueId": "ST" }, { "url": "OBX.29", @@ -1293,19 +1493,7 @@ } ], "status": "unknown", - "subject": { - "reference": "Patient/1730739045468027000.a6aaa802-b1a3-4d6e-a44f-16db0b64663f" - }, - "effectiveDateTime": "2023-05-06T05:00:00-05:00", - "_effectiveDateTime": { - "extension": [ - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString": "20230506050000-0500" - } - ] - }, - "valueCodeableConcept": { + "code": { "coding": [ { "extension": [ @@ -1315,34 +1503,35 @@ }, { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString": "99MDH" + "valueString": "LN" } ], - "code": "N", - "display": "No" + "system": "http://loinc.org", + "code": "62324-9", + "display": "POST-DISCHARGE PROVIDER NAME" } ] }, - "subject" : { - "reference" : "Patient/1729550865931405000.c51809c5-fc8c-4216-83c4-e262b81f6ddb" + "subject": { + "reference": "Patient/1732560511682406000.b2715b85-dc15-42f7-b436-2342f935218a" }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ + "effectiveDateTime": "2023-05-06T05:00:00-05:00", + "_effectiveDateTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506050000-0500" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230506050000-0500" } ] }, - "valueString" : "Daniel Davis/218-555-1000" + "valueString": "DAVIS, DANIEL, MD" } }, { - "fullUrl": "Observation/1730739045706083000.ac447d16-c594-4fac-8571-432fc8f7ca2e", + "fullUrl": "Observation/1732560511713056000.b8cd9b90-6da3-4d22-ab0d-c8847d7d6b03", "resource": { "resourceType": "Observation", - "id": "1730739045706083000.ac447d16-c594-4fac-8571-432fc8f7ca2e", + "id": "1732560511713056000.b8cd9b90-6da3-4d22-ab0d-c8847d7d6b03", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", @@ -1357,7 +1546,7 @@ "extension": [ { "url": "OBX.2", - "valueId": "CWE" + "valueId": "ST" }, { "url": "OBX.29", @@ -1367,23 +1556,198 @@ "url": "OBX.11", "valueString": "O" } - ] + ] + } + ], + "status": "unknown", + "code": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "code": "62326-4", + "display": "POST-DISCHARGE PROVIDER PRACTICE NAME" + } + ] + }, + "subject": { + "reference": "Patient/1732560511682406000.b2715b85-dc15-42f7-b436-2342f935218a" + }, + "effectiveDateTime": "2023-05-06T05:00:00-05:00", + "_effectiveDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230506050000-0500" + } + ] + }, + "valueString": "Lakeridge Health Revere" + } + }, + { + "fullUrl": "ServiceRequest/1732560511725681000.1da16c6a-3fde-4b6b-b928-56d600c07c18", + "resource": { + "resourceType": "ServiceRequest", + "id": "1732560511725681000.1da16c6a-3fde-4b6b-b928-56d600c07c18", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", + "valueCode": "NW" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", + "valueString": "20230506052913-0500" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/orc-common-order", + "extension": [ + { + "url": "orc-21-ordering-facility-name", + "valueReference": { + "reference": "Organization/1732560511721539000.4c3275ea-1d6d-4358-b609-d98f4cd5b54b" + } + }, + { + "url": "orc-21-ordering-facility-name", + "valueReference": { + "reference": "Organization/1732560511722310000.3a3a3b2d-2eb1-4295-9b6a-b5dadea32a64" + } + }, + { + "url": "orc-12-ordering-provider", + "valueReference": { + "reference": "Practitioner/1732560511723434000.d581902c-b16e-44d2-b43b-b6d3b0a48827" + } + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", + "extension": [ + { + "url": "OBR.2", + "valueIdentifier": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "EPIC" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "1.2.840.114350.1.13.145.2.7.2.695071" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + } + ], + "value": "421832901" + } + }, + { + "url": "OBR.15.1", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "440500007" + } + ] + } + }, + { + "url": "OBR.15.2", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "Blood spot specimen" + } + ] + } + }, + { + "url": "OBR.15.3", + "valueString": "SCT" + }, + { + "url": "OBR.7", + "valueDateTime": "2023-05-06T05:00:00Z", + "_valueDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230506050000" + } + ] + } + } + ] + } + ], + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "ORC.2" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "EPIC" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "1.2.840.114350.1.13.145.2.7.2.695071" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "PLAC" + } + ] + }, + "value": "421832901" } ], "status": "unknown", - "subject": { - "reference": "Patient/1730739045468027000.a6aaa802-b1a3-4d6e-a44f-16db0b64663f" - }, - "effectiveDateTime": "2023-05-06T05:00:00-05:00", - "_effectiveDateTime": { - "extension": [ - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString": "20230506050000-0500" - } - ] - }, - "valueCodeableConcept": { + "code": { "coding": [ { "extension": [ @@ -1397,306 +1761,456 @@ } ], "system": "http://loinc.org", - "code": "LA12418-2", - "display": "TPN" + "code": "54089-8", + "display": "Newborn screening panel American Health Information Community (AHIC)" } ] }, - "subject" : { - "reference" : "Patient/1729550865931405000.c51809c5-fc8c-4216-83c4-e262b81f6ddb" + "subject": { + "reference": "Patient/1732560511682406000.b2715b85-dc15-42f7-b436-2342f935218a" }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ + "authoredOn": "2023-05-06T05:29:13-05:00", + "_authoredOn": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506050000-0500" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230506052913-0500" } ] }, - "valueString" : "DAVIS, DANIEL, MD" + "requester": { + "reference": "PractitionerRole/1732560511717059000.fc4d1491-112d-49e6-a7af-b04c870de159" + }, + "supportingInfo": [ + { + "reference": "Observation/1732560511685409000.68ec79c6-ca91-4584-a18c-edf96c10ea81" + }, + { + "reference": "Observation/1732560511687601000.49535bc8-4b68-4f91-b9b7-c8750e2d8f7d" + }, + { + "reference": "Observation/1732560511689759000.2564e813-a596-4109-80a4-ba7dc42d24e5" + }, + { + "reference": "Observation/1732560511692143000.5ba6549d-7b30-40a2-8259-07901724e390" + }, + { + "reference": "Observation/1732560511694464000.6c92cfb0-0578-45f0-b0be-390fb453fa53" + }, + { + "reference": "Observation/1732560511696929000.06885dba-e795-4a03-8be4-76f255868d9b" + }, + { + "reference": "Observation/1732560511700247000.83d485ad-8bf1-47d0-9a6c-bf7e83f78fb8" + }, + { + "reference": "Observation/1732560511702948000.7d0cd160-1c90-40a5-9b5c-8e2c2f0a8bf8" + }, + { + "reference": "Observation/1732560511705489000.b9fb605f-b56d-4789-9f59-58b4265df4f8" + }, + { + "reference": "Observation/1732560511707736000.8cd8206b-364c-4b72-8b92-552921b30ec1" + }, + { + "reference": "Observation/1732560511709616000.18975279-2dc6-48cb-b073-8dc2c123262d" + }, + { + "reference": "Observation/1732560511713056000.b8cd9b90-6da3-4d22-ab0d-c8847d7d6b03" + } + ] } }, { - "fullUrl": "Observation/1730739045708800000.071d99fc-d52a-49eb-8832-5ea9a8783a51", + "fullUrl": "Organization/1732560511717357000.c2922d7b-cba8-496a-a7ca-cf304d64c11b", "resource": { - "resourceType": "Observation", - "id": "1730739045708800000.071d99fc-d52a-49eb-8832-5ea9a8783a51", - "extension": [ + "resourceType": "Organization", + "id": "1732560511717357000.c2922d7b-cba8-496a-a7ca-cf304d64c11b", + "identifier": [ { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString": "2" - }, + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" + } + ], + "value": "NPI" + } + ] + } + }, + { + "fullUrl": "Practitioner/1732560511718325000.97a34171-7c25-4846-bc20-2c4e5232ca24", + "resource": { + "resourceType": "Practitioner", + "id": "1732560511718325000.97a34171-7c25-4846-bc20-2c4e5232ca24", + "extension": [ { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueCode": "AOE" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "NPI" + } + ] }, { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", "extension": [ { - "url": "OBX.2", - "valueId": "CWE" - }, - { - "url": "OBX.29", - "valueId": "QST" + "url": "XCN.3", + "valueString": "JANE" }, { - "url": "OBX.11", - "valueString": "O" + "url": "XCN.10", + "valueString": "L" } ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "ORC.12" } ], - "status": "unknown", - "subject": { - "reference": "Patient/1730739045468027000.a6aaa802-b1a3-4d6e-a44f-16db0b64663f" - }, - "effectiveDateTime": "2023-05-06T05:00:00-05:00", - "_effectiveDateTime": { - "extension": [ - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString": "20230506050000-0500" + "identifier": [ + { + "type": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true + } + ], + "code": "NPI" + } + ] + }, + "value": "1265136360", + "assigner": { + "reference": "Organization/1732560511717357000.c2922d7b-cba8-496a-a7ca-cf304d64c11b" } - ] - }, - "valueCodeableConcept": { - "coding": [ - { + } + ], + "name": [ + { + "use": "official", + "family": "JONES", + "given": [ + "JANE" + ] + } + ] + } + }, + { + "fullUrl": "Organization/1732560511719345000.3958aac8-8a3a-4112-ac2f-7bf06f9b1671", + "resource": { + "resourceType": "Organization", + "id": "1732560511719345000.3958aac8-8a3a-4112-ac2f-7bf06f9b1671", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString": "coding" - }, - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString": "LN" + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "L" + } + ] + } } ], - "system": "http://loinc.org", - "code": "LA16914-6", - "display": "BREAST MILK" + "code": "L" } - ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ + { + "url": "XON.10", + "valueString": "1043269798" + } + ] + } + ], + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "CMS" + } + ] + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "NPI" + } + ] + }, + "value": "1043269798" + } + ], + "name": "ST. CLOUD HOSPITAL" + } + }, + { + "fullUrl": "PractitionerRole/1732560511717059000.fc4d1491-112d-49e6-a7af-b04c870de159", + "resource": { + "resourceType": "PractitionerRole", + "id": "1732560511717059000.fc4d1491-112d-49e6-a7af-b04c870de159", + "practitioner": { + "reference": "Practitioner/1732560511718325000.97a34171-7c25-4846-bc20-2c4e5232ca24" + }, + "organization": { + "reference": "Organization/1732560511719345000.3958aac8-8a3a-4112-ac2f-7bf06f9b1671" } } }, { - "fullUrl": "Observation/1730739045711124000.6a42730c-2d26-4f7c-a363-265ddf0f78ea", + "fullUrl": "Organization/1732560511721539000.4c3275ea-1d6d-4358-b609-d98f4cd5b54b", "resource": { - "resourceType": "Observation", - "id": "1730739045711124000.6a42730c-2d26-4f7c-a363-265ddf0f78ea", + "resourceType": "Organization", + "id": "1732560511721539000.4c3275ea-1d6d-4358-b609-d98f4cd5b54b", "extension": [ { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString": "1" - }, - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueCode": "AOE" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "L" + } + ] + } + } + ], + "code": "L" + } }, { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", "extension": [ { - "url": "OBX.2", - "valueId": "CWE" - }, - { - "url": "OBX.29", - "valueId": "QST" - }, - { - "url": "OBX.11", - "valueString": "O" + "url": "XON.10", + "valueString": "1043269798" } ] } ], - "status": "unknown", - "subject": { - "reference": "Patient/1730739045468027000.a6aaa802-b1a3-4d6e-a44f-16db0b64663f" - }, - "effectiveDateTime": "2023-05-06T05:00:00-05:00", - "_effectiveDateTime": { - "extension": [ - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString": "20230506050000-0500" - } - ] - }, - "valueCodeableConcept": { - "coding": [ - { - "extension": [ + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "CMS" + } + ] + } + ], + "type": { + "coding": [ { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString": "coding" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "NPI" } - ], - "code": "0516199364" - } - ] - } + ] + }, + "value": "1043269798" + } + ], + "name": "ST. CLOUD HOSPITAL" } }, { - "fullUrl": "Observation/1730739045712805000.c6ba70d3-dd36-4033-85cb-e41197c6a2ca", + "fullUrl": "Organization/1732560511722310000.3a3a3b2d-2eb1-4295-9b6a-b5dadea32a64", "resource": { - "resourceType": "Observation", - "id": "1730739045712805000.c6ba70d3-dd36-4033-85cb-e41197c6a2ca", + "resourceType": "Organization", + "id": "1732560511722310000.3a3a3b2d-2eb1-4295-9b6a-b5dadea32a64", "extension": [ { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString": "1" - }, - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueCode": "AOE" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "L" + } + ] + } + } + ], + "code": "L" + } }, { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", "extension": [ { - "url": "OBX.2", - "valueId": "ST" - }, - { - "url": "OBX.29", - "valueId": "QST" - }, + "url": "XON.10", + "valueString": "739" + } + ] + } + ], + "identifier": [ + { + "extension": [ { - "url": "OBX.11", - "valueString": "O" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "MN Public Health Lab" + } + ] } ], - "value" : "NPI" + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "NPI" + } + ] + }, + "value": "739" } ], - "status": "unknown", - "subject": { - "reference": "Patient/1730739045468027000.a6aaa802-b1a3-4d6e-a44f-16db0b64663f" - }, - "effectiveDateTime": "2023-05-06T05:00:00-05:00", - "_effectiveDateTime": { - "extension": [ - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString": "20230506050000-0500" - } - ] - }, - "valueString": "Daniel Davis/218-555-1000" + "name": "ST. CLOUD HOSPITAL" } }, { - "fullUrl": "Observation/1730739045714474000.1778e192-0a14-4b24-9fdd-56feeceab7c7", + "fullUrl": "Organization/1732560511722669000.82aa091b-f7aa-438a-bba9-a3d888fd10a2", "resource": { - "resourceType": "Observation", - "id": "1730739045714474000.1778e192-0a14-4b24-9fdd-56feeceab7c7", - "extension": [ - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString": "1" - }, - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueCode": "AOE" - }, + "resourceType": "Organization", + "id": "1732560511722669000.82aa091b-f7aa-438a-bba9-a3d888fd10a2", + "identifier": [ { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", "extension": [ { - "url": "OBX.2", - "valueId": "ST" - }, - { - "url": "OBX.29", - "valueId": "QST" - }, - { - "url": "OBX.11", - "valueString": "O" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" } - ] + ], + "value": "NPI" } - ], - "status": "unknown", - "subject": { - "reference": "Patient/1730739045468027000.a6aaa802-b1a3-4d6e-a44f-16db0b64663f" - }, - "effectiveDateTime": "2023-05-06T05:00:00-05:00", - "_effectiveDateTime": { - "extension": [ - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString": "20230506050000-0500" - } - ] - }, - "valueString": "DAVIS, DANIEL, MD" + ] } }, { - "fullUrl": "Observation/1730739045716087000.f8dae56a-14fe-4a40-a229-4978b250eb4f", + "fullUrl": "Practitioner/1732560511723434000.d581902c-b16e-44d2-b43b-b6d3b0a48827", "resource": { - "resourceType": "Observation", - "id": "1730739045716087000.f8dae56a-14fe-4a40-a229-4978b250eb4f", + "resourceType": "Practitioner", + "id": "1732560511723434000.d581902c-b16e-44d2-b43b-b6d3b0a48827", "extension": [ { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString": "1" - }, - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueCode": "AOE" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "NPI" + } + ] }, { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", "extension": [ { - "url": "OBX.2", - "valueId": "ST" - }, - { - "url": "OBX.29", - "valueId": "QST" + "url": "XCN.3", + "valueString": "JANE" }, { - "url": "OBX.11", - "valueString": "O" + "url": "XCN.10", + "valueString": "L" } ] } ], - "status": "unknown", - "subject": { - "reference": "Patient/1730739045468027000.a6aaa802-b1a3-4d6e-a44f-16db0b64663f" - }, - "effectiveDateTime": "2023-05-06T05:00:00-05:00", - "_effectiveDateTime": { - "extension": [ - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString": "20230506050000-0500" + "identifier": [ + { + "type": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true + } + ], + "code": "NPI" + } + ] + }, + "value": "1265136360", + "assigner": { + "reference": "Organization/1732560511722669000.82aa091b-f7aa-438a-bba9-a3d888fd10a2" } - ] - }, - "valueString": "Lakeridge Health Revere" - } - }, - { - "fullUrl": "Specimen/1730739045723761000.769edddd-9a44-4394-af6d-bb7f2e6478e9", - "resource": { - "resourceType": "Specimen", - "id": "1730739045723761000.769edddd-9a44-4394-af6d-bb7f2e6478e9", - "extension": [ + } + ], + "name": [ { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", - "valueString": "SPM" + "use": "official", + "family": "JONES", + "given": [ + "JANE" + ] } ] } diff --git a/prime-router/src/testIntegration/resources/datatests/HL7_to_FHIR/sample_orm_20230809-001.fhir b/prime-router/src/testIntegration/resources/datatests/HL7_to_FHIR/sample_orm_20230809-001.fhir index fd137a653ca..3392f6faf3f 100644 --- a/prime-router/src/testIntegration/resources/datatests/HL7_to_FHIR/sample_orm_20230809-001.fhir +++ b/prime-router/src/testIntegration/resources/datatests/HL7_to_FHIR/sample_orm_20230809-001.fhir @@ -1,8 +1,8 @@ { "resourceType": "Bundle", - "id": "1730738730597348000.b5a72365-7902-4cf3-a770-aae6df5dd1f9", + "id": "1732560463137196000.517d26a7-e9ca-4058-93f7-8779688fd074", "meta": { - "lastUpdated": "2024-11-04T11:45:30.608-05:00" + "lastUpdated": "2024-11-25T13:47:43.148-05:00" }, "identifier": { "system": "https://reportstream.cdc.gov/prime-router", @@ -12,10 +12,10 @@ "timestamp": "2023-05-06T06:29:16.000-04:00", "entry": [ { - "fullUrl": "MessageHeader/1730738730688276000.3886156a-8ef5-419f-96ba-42fc39d41be9", + "fullUrl": "MessageHeader/1732560463224593000.c15da8d5-9824-4a8e-8e1b-b8da20182ebc", "resource": { "resourceType": "MessageHeader", - "id": "1730738730688276000.3886156a-8ef5-419f-96ba-42fc39d41be9", + "id": "1732560463224593000.c15da8d5-9824-4a8e-8e1b-b8da20182ebc", "meta": { "tag": [ { @@ -129,12 +129,12 @@ ], "name": "NATUS", "receiver": { - "reference": "Organization/1730738730687016000.cca4c775-6507-4106-8e64-1d3c3ba8ec15" + "reference": "Organization/1732560463223416000.eb2d89b3-de83-4df1-8fb7-187d8a77b896" } } ], "sender": { - "reference": "Organization/1730738730665862000.6238b114-270b-4f77-891a-39ac66cf8caa" + "reference": "Organization/1732560463198995000.4ddc94e7-af16-42b1-9c77-566ef9c63d0c" }, "source": { "extension": [ @@ -160,10 +160,10 @@ } }, { - "fullUrl": "Organization/1730738730665862000.6238b114-270b-4f77-891a-39ac66cf8caa", + "fullUrl": "Organization/1732560463198995000.4ddc94e7-af16-42b1-9c77-566ef9c63d0c", "resource": { "resourceType": "Organization", - "id": "1730738730665862000.6238b114-270b-4f77-891a-39ac66cf8caa", + "id": "1732560463198995000.4ddc94e7-af16-42b1-9c77-566ef9c63d0c", "identifier": [ { "extension": [ @@ -195,10 +195,10 @@ } }, { - "fullUrl": "Organization/1730738730687016000.cca4c775-6507-4106-8e64-1d3c3ba8ec15", + "fullUrl": "Organization/1732560463223416000.eb2d89b3-de83-4df1-8fb7-187d8a77b896", "resource": { "resourceType": "Organization", - "id": "1730738730687016000.cca4c775-6507-4106-8e64-1d3c3ba8ec15", + "id": "1732560463223416000.eb2d89b3-de83-4df1-8fb7-187d8a77b896", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", @@ -237,16 +237,150 @@ } }, { - "fullUrl": "Patient/1730738731286343000.2d0c8167-3311-4d33-8612-03527b335873", + "fullUrl": "Provenance/1732560463817806000.c7fb5a8a-64f1-4a64-9047-e73b69a802a3", + "resource": { + "resourceType": "Provenance", + "id": "1732560463817806000.c7fb5a8a-64f1-4a64-9047-e73b69a802a3", + "recorded": "2023-05-06T05:29:16-05:00", + "activity": { + "coding": [ + { + "display": "ORM^O01^ORM_O01" + } + ] + }, + "agent": [ + { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type", + "code": "author" + } + ] + }, + "who": { + "reference": "Organization/1732560463816972000.f19dff49-46b3-4fc3-9c5a-5ca3bd5fe13d" + } + } + ] + } + }, + { + "fullUrl": "Organization/1732560463816972000.f19dff49-46b3-4fc3-9c5a-5ca3bd5fe13d", + "resource": { + "resourceType": "Organization", + "id": "1732560463816972000.f19dff49-46b3-4fc3-9c5a-5ca3bd5fe13d", + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" + } + ], + "value": "Centracare" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0301", + "code": "DNS" + } + ] + }, + "value": "centracare.com" + } + ] + } + }, + { + "fullUrl": "Provenance/1732560463831364000.e4abf8f1-13de-4848-9210-1040538f6209", + "resource": { + "resourceType": "Provenance", + "id": "1732560463831364000.e4abf8f1-13de-4848-9210-1040538f6209", + "recorded": "2024-11-25T13:47:43Z", + "policy": [ + "http://hl7.org/fhir/uv/v2mappings/message-oru-r01-to-bundle" + ], + "activity": { + "coding": [ + { + "code": "v2-FHIR transformation" + } + ] + }, + "agent": [ + { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type", + "code": "assembler" + } + ] + }, + "who": { + "reference": "Organization/1732560463830884000.0a87d5ea-d3da-4e51-8c33-149b9a248d42" + } + } + ] + } + }, + { + "fullUrl": "Organization/1732560463830884000.0a87d5ea-d3da-4e51-8c33-149b9a248d42", + "resource": { + "resourceType": "Organization", + "id": "1732560463830884000.0a87d5ea-d3da-4e51-8c33-149b9a248d42", + "identifier": [ + { + "value": "CDC PRIME - Atlanta" + }, + { + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0301" + } + ] + }, + "system": "urn:ietf:rfc:3986", + "value": "2.16.840.1.114222.4.1.237821" + } + ] + } + }, + { + "fullUrl": "Patient/1732560463859667000.43594f6f-27b3-4553-9415-eba10646731c", "resource": { "resourceType": "Patient", - "id": "1730738731286343000.2d0c8167-3311-4d33-8612-03527b335873", + "id": "1732560463859667000.43594f6f-27b3-4553-9415-eba10646731c", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/pid-patient", "extension": [ { - "url": "PID.8" + "url": "PID.8", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "M" + } + ] + } }, { "url": "PID.24", @@ -305,7 +439,7 @@ }, "value": "11102779", "assigner": { - "reference": "Organization/1730738731258707000.cf31cadb-f202-4bde-aa3e-58aeeb2b27ac" + "reference": "Organization/1732560463839308000.47e0c50d-64f5-42dd-8f8e-b18d52dfbc88" } } ], @@ -418,7 +552,7 @@ "link": [ { "other": { - "reference": "RelatedPerson/1730738731274605000.5d0a2328-c431-4aab-9064-26de004d7d38" + "reference": "RelatedPerson/1732560463848989000.e6c3e63c-9219-430b-9587-4dfa5fef089c" }, "type": "seealso" } @@ -426,10 +560,10 @@ } }, { - "fullUrl": "Organization/1730738731258707000.cf31cadb-f202-4bde-aa3e-58aeeb2b27ac", + "fullUrl": "Organization/1732560463839308000.47e0c50d-64f5-42dd-8f8e-b18d52dfbc88", "resource": { "resourceType": "Organization", - "id": "1730738731258707000.cf31cadb-f202-4bde-aa3e-58aeeb2b27ac", + "id": "1732560463839308000.47e0c50d-64f5-42dd-8f8e-b18d52dfbc88", "identifier": [ { "extension": [ @@ -444,10 +578,10 @@ } }, { - "fullUrl": "RelatedPerson/1730738731274605000.5d0a2328-c431-4aab-9064-26de004d7d38", + "fullUrl": "RelatedPerson/1732560463848989000.e6c3e63c-9219-430b-9587-4dfa5fef089c", "resource": { "resourceType": "RelatedPerson", - "id": "1730738731274605000.5d0a2328-c431-4aab-9064-26de004d7d38", + "id": "1732560463848989000.e6c3e63c-9219-430b-9587-4dfa5fef089c", "identifier": [ { "extension": [ @@ -466,495 +600,470 @@ } }, { - "fullUrl": "ServiceRequest/1730738731313444000.eb728ed1-85c7-41f6-8ac5-b9f9da838787", + "fullUrl": "Provenance/1732560463865026000.14ec571c-6d04-425e-9125-a3c966e1d57a", "resource": { - "resourceType": "ServiceRequest", - "id": "1730738731313444000.eb728ed1-85c7-41f6-8ac5-b9f9da838787", + "resourceType": "Provenance", + "id": "1732560463865026000.14ec571c-6d04-425e-9125-a3c966e1d57a", + "target": [ + { + "reference": "Patient/1732560463859667000.43594f6f-27b3-4553-9415-eba10646731c" + } + ], + "recorded": "2024-11-25T13:47:43Z", + "activity": { + "coding": [ + { + "system": "https://terminology.hl7.org/CodeSystem/v3-DataOperation", + "code": "UPDATE" + } + ] + } + } + }, + { + "fullUrl": "Observation/1732560463868656000.d9931814-009e-488f-9e9e-d9e2e9a0d88e", + "resource": { + "resourceType": "Observation", + "id": "1732560463868656000.d9931814-009e-488f-9e9e-d9e2e9a0d88e", "extension": [ { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", - "valueCode": "NW" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "1" }, { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", - "valueString": "20230506052913-0500" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", + "valueCode": "AOE" }, { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/orc-common-order", + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", "extension": [ { - "url": "orc-21-ordering-facility-name", - "valueReference": { - "reference": "Organization/1730738731309095000.03da74e9-6434-4ded-9742-09c5ab19932f" - } - }, - { - "url": "orc-21-ordering-facility-name", - "valueReference": { - "reference": "Organization/1730738731310360000.2f784e80-0a21-4ad9-87ff-c5e7f5d5afd5" - } + "url": "OBX.2", + "valueId": "NM" }, { - "url": "orc-12-ordering-provider", - "valueReference": { - "reference": "Practitioner/1730738731311977000.d7ea85e0-64d8-4234-ad65-abcf714feec6" - } - } - ] - }, - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", - "extension": [ - { - "url": "OBR.2", - "valueIdentifier": { - "extension": [ + "url": "OBX.6", + "valueCodeableConcept": { + "coding": [ { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", "extension": [ { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString": "EPIC" - }, - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString": "1.2.840.114350.1.13.145.2.7.2.695071" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode": "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "UCUM" } ], - "system" : "http://unitsofmeasure.org", - "code" : "g", - "display" : "gram" + "system": "http://unitsofmeasure.org", + "code": "g", + "display": "gram" } - ], - "value": "421832901" + ] } - } - ] - } - ], - "identifier": [ - { - "extension": [ + }, { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString": "ORC.2" + "url": "OBX.29", + "valueId": "QST" }, { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension": [ - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString": "EPIC" - }, - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString": "1.2.840.114350.1.13.145.2.7.2.695071" - }, - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode": "ISO" - } - ] + "url": "OBX.11", + "valueString": "O" } - ], - "type": { - "coding": [ - { - "system": "http://terminology.hl7.org/CodeSystem/v2-0203", - "code": "PLAC" - } - ] - }, - "value": "421832901" + ] } ], "status": "unknown", + "code": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "code": "8339-4", + "display": "BIRTH WEIGHT MEASURED" + } + ] + }, "subject": { - "reference": "Patient/1730738731286343000.2d0c8167-3311-4d33-8612-03527b335873" + "reference": "Patient/1732560463859667000.43594f6f-27b3-4553-9415-eba10646731c" }, - "authoredOn": "2023-05-06T05:29:13-05:00", - "_authoredOn": { + "effectiveDateTime": "2023-05-06T05:00:00-05:00", + "_effectiveDateTime": { "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString": "20230506052913-0500" + "valueString": "20230506050000-0500" } ] }, - "requester": { - "reference": "PractitionerRole/1730738731302914000.403c7e15-3b25-4800-bbdd-abf7589450cb" + "valueQuantity": { + "value": 1769.859285, + "unit": "gram", + "system": "UCUM", + "code": "g" } } }, { - "fullUrl": "Organization/1730738731303356000.1d550b83-438d-4d19-9998-5434be62a215", - "resource": { - "resourceType": "Organization", - "id": "1730738731303356000.1d550b83-438d-4d19-9998-5434be62a215", - "identifier": [ - { - "extension": [ - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString": "HD.1" - } - ], - "value": "NPI" - } - ] - } - }, - { - "fullUrl": "Practitioner/1730738731304793000.ea2b1372-fc3a-44cc-ad74-4ca94fc13255", + "fullUrl": "Observation/1732560463872437000.ff33bbbf-a19c-4168-a776-d777e6292a53", "resource": { - "resourceType": "Practitioner", - "id": "1730738731304793000.ea2b1372-fc3a-44cc-ad74-4ca94fc13255", + "resourceType": "Observation", + "id": "1732560463872437000.ff33bbbf-a19c-4168-a776-d777e6292a53", "extension": [ { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension": [ - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString": "NPI" - } - ] + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "1" }, { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension": [ - { - "url": "XCN.3", - "valueString": "JANE" - }, - { - "url": "XCN.10", - "valueString": "L" - } - ] + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", + "valueCode": "AOE" }, { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString": "ORC.12" - } - ], - "identifier": [ - { - "type": { - "coding": [ - { - "extension": [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ + { + "url": "OBX.2", + "valueId": "NM" + }, + { + "url": "OBX.6", + "valueCodeableConcept": { + "coding": [ { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean": true + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "UCUM" + } + ], + "system": "http://unitsofmeasure.org", + "code": "wk", + "display": "week" } - ], - "code": "NPI" - } - ] - }, - "value": "1265136360", - "assigner": { - "reference": "Organization/1730738731303356000.1d550b83-438d-4d19-9998-5434be62a215" - } - } - ], - "name": [ - { - "use": "official", - "family": "JONES", - "given": [ - "JANE" - ] - } - ] - } - }, - { - "fullUrl": "Organization/1730738731306205000.ae1ce8c4-b120-40f7-9470-5180ef5aba42", - "resource": { - "resourceType": "Organization", - "id": "1730738731306205000.ae1ce8c4-b120-40f7-9470-5180ef5aba42", - "extension": [ - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding": { - "extension": [ - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept": { - "extension": [ - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString": "XON.2" - } - ] - } + ] } - ] - } - }, - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension": [ + }, { - "url": "XON.10", - "valueString": "1043269798" + "url": "OBX.29", + "valueId": "QST" + }, + { + "url": "OBX.11", + "valueString": "O" } ] } ], - "identifier": [ - { - "extension": [ - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension": [ - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString": "CMS" - } - ] - } - ], - "type": { - "coding": [ + "status": "unknown", + "code": { + "coding": [ + { + "extension": [ { - "system": "http://terminology.hl7.org/CodeSystem/v2-0203", - "code": "NPI" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" } - ] - }, - "value": "1043269798" - } - ], - "name": "ST. CLOUD HOSPITAL" - } - }, - { - "fullUrl": "PractitionerRole/1730738731302914000.403c7e15-3b25-4800-bbdd-abf7589450cb", - "resource": { - "resourceType": "PractitionerRole", - "id": "1730738731302914000.403c7e15-3b25-4800-bbdd-abf7589450cb", - "practitioner": { - "reference": "Practitioner/1730738731304793000.ea2b1372-fc3a-44cc-ad74-4ca94fc13255" + ], + "system": "http://loinc.org", + "code": "57714-8", + "display": "OBSTETRIC ESTIMATION OF GESTATIONAL AGE" + } + ] }, - "organization": { - "reference": "Organization/1730738731306205000.ae1ce8c4-b120-40f7-9470-5180ef5aba42" + "subject": { + "reference": "Patient/1732560463859667000.43594f6f-27b3-4553-9415-eba10646731c" + }, + "effectiveDateTime": "2023-05-06T05:00:00-05:00", + "_effectiveDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230506050000-0500" + } + ] + }, + "valueQuantity": { + "value": 32, + "unit": "week", + "system": "UCUM", + "code": "wk" } } }, { - "fullUrl": "Organization/1730738731309095000.03da74e9-6434-4ded-9742-09c5ab19932f", + "fullUrl": "Observation/1732560463875990000.b2d5769f-bf17-4c33-9fe8-ab809ff5432c", "resource": { - "resourceType": "Organization", - "id": "1730738731309095000.03da74e9-6434-4ded-9742-09c5ab19932f", + "resourceType": "Observation", + "id": "1732560463875990000.b2d5769f-bf17-4c33-9fe8-ab809ff5432c", "extension": [ { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding": { - "extension": [ - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept": { - "extension": [ - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString": "XON.2" - } - ] - } - } - ] - } + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "1" }, { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension": [ - { - "url": "XON.10", - "valueString": "1043269798" - } - ] - } - ], - "identifier": [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", + "valueCode": "AOE" + }, { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", "extension": [ { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension": [ - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString": "CMS" - } - ] + "url": "OBX.2", + "valueId": "CWE" + }, + { + "url": "OBX.29", + "valueId": "QST" + }, + { + "url": "OBX.11", + "valueString": "O" } - ], - "type": { - "coding": [ - { - "system": "http://terminology.hl7.org/CodeSystem/v2-0203", - "code": "NPI" - } - ] - }, - "value": "1043269798" + ] } ], - "name": "ST. CLOUD HOSPITAL" - } - }, - { - "fullUrl": "Organization/1730738731310360000.2f784e80-0a21-4ad9-87ff-c5e7f5d5afd5", - "resource": { - "resourceType": "Organization", - "id": "1730738731310360000.2f784e80-0a21-4ad9-87ff-c5e7f5d5afd5", - "extension": [ - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding": { + "status": "unknown", + "code": { + "coding": [ + { "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept": { - "extension": [ - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString": "XON.2" - } - ] - } + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" } ], - "code" : "MNDSIB", - "display" : "DOES THE BABY HAVE A DECEASED SIBLING?" + "system": "http://loinc.org", + "code": "57713-0", + "display": "INFANT FACTORS THAT AFFECT NEWBORN SCREENING INTERPRETATION" } - }, - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension": [ - { - "url": "XON.10", - "valueString": "739" - } - ] - } - ], - "identifier": [ - { - "extension": [ - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension": [ - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString": "MN Public Health Lab" - } - ] - } - ], - "type": { - "coding": [ + ] + }, + "subject": { + "reference": "Patient/1732560463859667000.43594f6f-27b3-4553-9415-eba10646731c" + }, + "effectiveDateTime": "2023-05-06T05:00:00-05:00", + "_effectiveDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230506050000-0500" + } + ] + }, + "valueCodeableConcept": { + "coding": [ + { + "extension": [ { - "system": "http://terminology.hl7.org/CodeSystem/v2-0203", - "code": "NPI" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" } - ] - }, - "value": "739" - } - ], - "name": "ST. CLOUD HOSPITAL" + ], + "system": "http://loinc.org", + "code": "LA12419-0", + "display": "INFANT IN NICU AT TIME OF SPECIMEN COLLECTION" + } + ] + } } }, { - "fullUrl": "Organization/1730738731310862000.0ea5a2e1-5333-40f0-a17d-38cbe92257a1", + "fullUrl": "Observation/1732560463878796000.a41e65dc-a9b1-4a28-8206-6131bd92cd43", "resource": { - "resourceType": "Organization", - "id": "1730738731310862000.0ea5a2e1-5333-40f0-a17d-38cbe92257a1", - "identifier": [ + "resourceType": "Observation", + "id": "1732560463878796000.a41e65dc-a9b1-4a28-8206-6131bd92cd43", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "1" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", + "valueCode": "AOE" + }, { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", "extension": [ { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString": "HD.1" + "url": "OBX.2", + "valueId": "CWE" + }, + { + "url": "OBX.29", + "valueId": "QST" + }, + { + "url": "OBX.11", + "valueString": "O" } - ], - "value": "NPI" + ] } - ] + ], + "status": "unknown", + "code": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "99MDH" + } + ], + "code": "MNDSIB", + "display": "DOES THE BABY HAVE A DECEASED SIBLING?" + } + ] + }, + "subject": { + "reference": "Patient/1732560463859667000.43594f6f-27b3-4553-9415-eba10646731c" + }, + "effectiveDateTime": "2023-05-06T05:00:00-05:00", + "_effectiveDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230506050000-0500" + } + ] + }, + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "99MDH" + } + ], + "code": "N", + "display": "No" + } + ] + } } }, { - "fullUrl": "Practitioner/1730738731311977000.d7ea85e0-64d8-4234-ad65-abcf714feec6", + "fullUrl": "Observation/1732560463881421000.b5199e33-5e9c-4cda-832e-da7faf1c6d2b", "resource": { - "resourceType": "Practitioner", - "id": "1730738731311977000.d7ea85e0-64d8-4234-ad65-abcf714feec6", + "resourceType": "Observation", + "id": "1732560463881421000.b5199e33-5e9c-4cda-832e-da7faf1c6d2b", "extension": [ { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension": [ - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString": "NPI" - } - ] + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "1" }, { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", + "valueCode": "AOE" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", "extension": [ { - "url": "XCN.3", - "valueString": "JANE" + "url": "OBX.2", + "valueId": "CWE" }, { - "url": "XCN.10", - "valueString": "L" + "url": "OBX.29", + "valueId": "QST" + }, + { + "url": "OBX.11", + "valueString": "O" } ] } ], - "identifier": [ - { - "type": { - "coding": [ + "status": "unknown", + "code": { + "coding": [ + { + "extension": [ { - "extension": [ - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean": true - } - ], - "code": "NPI" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "99MDH" } - ] - }, - "value": "1265136360", - "assigner": { - "reference": "Organization/1730738731310862000.0ea5a2e1-5333-40f0-a17d-38cbe92257a1" + ], + "code": "MNDEFECT", + "display": "DOES THE BABY HAVE BIRTH DEFECTS?" } - } - ], - "name": [ - { - "use": "official", - "family": "JONES", - "given": [ - "JANE" - ] - } - ] + ] + }, + "subject": { + "reference": "Patient/1732560463859667000.43594f6f-27b3-4553-9415-eba10646731c" + }, + "effectiveDateTime": "2023-05-06T05:00:00-05:00", + "_effectiveDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230506050000-0500" + } + ] + }, + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "99MDH" + } + ], + "code": "N", + "display": "No" + } + ] + } } }, { - "fullUrl": "Observation/1730738731510327000.88b4ec9b-b9b3-4502-a606-0e7a3cb9b155", + "fullUrl": "Observation/1732560463884184000.9eb8d049-95d5-45f3-8017-84984bc98cfe", "resource": { "resourceType": "Observation", - "id": "1730738731510327000.88b4ec9b-b9b3-4502-a606-0e7a3cb9b155", + "id": "1732560463884184000.9eb8d049-95d5-45f3-8017-84984bc98cfe", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", @@ -969,10 +1078,7 @@ "extension": [ { "url": "OBX.2", - "valueId": "NM" - }, - { - "url": "OBX.6" + "valueId": "CWE" }, { "url": "OBX.29", @@ -986,8 +1092,26 @@ } ], "status": "unknown", + "code": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "99MDH" + } + ], + "code": "MNFAM", + "display": "FAMILY HISTORY OF DISORDER ON MN SCREENING PANEL" + } + ] + }, "subject": { - "reference": "Patient/1730738731286343000.2d0c8167-3311-4d33-8612-03527b335873" + "reference": "Patient/1732560463859667000.43594f6f-27b3-4553-9415-eba10646731c" }, "effectiveDateTime": "2023-05-06T05:00:00-05:00", "_effectiveDateTime": { @@ -998,19 +1122,31 @@ } ] }, - "valueQuantity": { - "value": 1769.859285, - "unit": "gram", - "system": "UCUM", - "code": "g" + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "99MDH" + } + ], + "code": "N", + "display": "No" + } + ] } } }, { - "fullUrl": "Observation/1730738731513131000.f5e9b62c-add4-41d8-897b-03c1f6ae8500", + "fullUrl": "Observation/1732560463886871000.629e13bb-5ce8-4d9e-a2c9-1d935b10ca9f", "resource": { "resourceType": "Observation", - "id": "1730738731513131000.f5e9b62c-add4-41d8-897b-03c1f6ae8500", + "id": "1732560463886871000.629e13bb-5ce8-4d9e-a2c9-1d935b10ca9f", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", @@ -1025,10 +1161,7 @@ "extension": [ { "url": "OBX.2", - "valueId": "NM" - }, - { - "url": "OBX.6" + "valueId": "CWE" }, { "url": "OBX.29", @@ -1042,8 +1175,27 @@ } ], "status": "unknown", + "code": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "code": "67704-7", + "display": "FEEDING TYPES" + } + ] + }, "subject": { - "reference": "Patient/1730738731286343000.2d0c8167-3311-4d33-8612-03527b335873" + "reference": "Patient/1732560463859667000.43594f6f-27b3-4553-9415-eba10646731c" }, "effectiveDateTime": "2023-05-06T05:00:00-05:00", "_effectiveDateTime": { @@ -1053,24 +1205,37 @@ "valueString": "20230506050000-0500" } ] - }, - "valueQuantity": { - "value": 32, - "unit": "week", - "system": "UCUM", - "code": "wk" + }, + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "code": "LA12418-2", + "display": "TPN" + } + ] } } }, { - "fullUrl": "Observation/1730738731515940000.b6b3f42f-91f0-496f-9fd9-eb22a31a7ffa", + "fullUrl": "Observation/1732560463889572000.c7462fee-e160-41ec-b001-8ab991db07cc", "resource": { "resourceType": "Observation", - "id": "1730738731515940000.b6b3f42f-91f0-496f-9fd9-eb22a31a7ffa", + "id": "1732560463889572000.c7462fee-e160-41ec-b001-8ab991db07cc", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString": "1" + "valueString": "2" }, { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", @@ -1095,8 +1260,27 @@ } ], "status": "unknown", + "code": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "code": "67704-7", + "display": "FEEDING TYPES" + } + ] + }, "subject": { - "reference": "Patient/1730738731286343000.2d0c8167-3311-4d33-8612-03527b335873" + "reference": "Patient/1732560463859667000.43594f6f-27b3-4553-9415-eba10646731c" }, "effectiveDateTime": "2023-05-06T05:00:00-05:00", "_effectiveDateTime": { @@ -1121,18 +1305,18 @@ } ], "system": "http://loinc.org", - "code": "LA12419-0", - "display": "INFANT IN NICU AT TIME OF SPECIMEN COLLECTION" + "code": "LA16914-6", + "display": "BREAST MILK" } ] } } }, { - "fullUrl": "Observation/1730738731518273000.190131f9-cfca-4cee-8478-e0b07408fb03", + "fullUrl": "Observation/1732560463892002000.02dfff3e-dff7-47e8-a365-e2f492e64d08", "resource": { "resourceType": "Observation", - "id": "1730738731518273000.190131f9-cfca-4cee-8478-e0b07408fb03", + "id": "1732560463892002000.02dfff3e-dff7-47e8-a365-e2f492e64d08", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", @@ -1161,8 +1345,27 @@ } ], "status": "unknown", + "code": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "code": "57723-9", + "display": "UNIQUE BAR CODE NUMBER OF CURRENT SAMPLE" + } + ] + }, "subject": { - "reference": "Patient/1730738731286343000.2d0c8167-3311-4d33-8612-03527b335873" + "reference": "Patient/1732560463859667000.43594f6f-27b3-4553-9415-eba10646731c" }, "effectiveDateTime": "2023-05-06T05:00:00-05:00", "_effectiveDateTime": { @@ -1180,24 +1383,19 @@ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", "valueString": "coding" - }, - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString": "99MDH" } ], - "code": "N", - "display": "No" + "code": "0516199364" } ] } } }, { - "fullUrl": "Observation/1730738731520682000.b4c586d3-597e-47ab-80c2-c7c2bc54ea49", + "fullUrl": "Observation/1732560463894461000.9b02a635-1544-4b4e-a632-8cf72a382572", "resource": { "resourceType": "Observation", - "id": "1730738731520682000.b4c586d3-597e-47ab-80c2-c7c2bc54ea49", + "id": "1732560463894461000.9b02a635-1544-4b4e-a632-8cf72a382572", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", @@ -1212,7 +1410,7 @@ "extension": [ { "url": "OBX.2", - "valueId": "CWE" + "valueId": "ST" }, { "url": "OBX.29", @@ -1226,19 +1424,7 @@ } ], "status": "unknown", - "subject": { - "reference": "Patient/1730738731286343000.2d0c8167-3311-4d33-8612-03527b335873" - }, - "effectiveDateTime": "2023-05-06T05:00:00-05:00", - "_effectiveDateTime": { - "extension": [ - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString": "20230506050000-0500" - } - ] - }, - "valueCodeableConcept": { + "code": { "coding": [ { "extension": [ @@ -1248,21 +1434,35 @@ }, { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString": "99MDH" + "valueString": "LN" } ], - "code": "N", - "display": "No" + "system": "http://loinc.org", + "code": "62328-0", + "display": "DISCHARGE PROVIDER PRACTICE PHONE NUMBER" } ] - } + }, + "subject": { + "reference": "Patient/1732560463859667000.43594f6f-27b3-4553-9415-eba10646731c" + }, + "effectiveDateTime": "2023-05-06T05:00:00-05:00", + "_effectiveDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230506050000-0500" + } + ] + }, + "valueString": "Daniel Davis/218-555-1000" } }, { - "fullUrl": "Observation/1730738731523380000.352af6c9-ee7a-46dd-affc-ae5072396619", + "fullUrl": "Observation/1732560463896580000.b4921e15-5a39-445b-bcd2-fe30902cac6b", "resource": { "resourceType": "Observation", - "id": "1730738731523380000.352af6c9-ee7a-46dd-affc-ae5072396619", + "id": "1732560463896580000.b4921e15-5a39-445b-bcd2-fe30902cac6b", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", @@ -1277,7 +1477,7 @@ "extension": [ { "url": "OBX.2", - "valueId": "CWE" + "valueId": "ST" }, { "url": "OBX.29", @@ -1291,19 +1491,7 @@ } ], "status": "unknown", - "subject": { - "reference": "Patient/1730738731286343000.2d0c8167-3311-4d33-8612-03527b335873" - }, - "effectiveDateTime": "2023-05-06T05:00:00-05:00", - "_effectiveDateTime": { - "extension": [ - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString": "20230506050000-0500" - } - ] - }, - "valueCodeableConcept": { + "code": { "coding": [ { "extension": [ @@ -1313,34 +1501,35 @@ }, { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString": "99MDH" + "valueString": "LN" } ], - "code": "N", - "display": "No" + "system": "http://loinc.org", + "code": "62324-9", + "display": "POST-DISCHARGE PROVIDER NAME" } ] }, - "subject" : { - "reference" : "Patient/1729550865931405000.c51809c5-fc8c-4216-83c4-e262b81f6ddb" + "subject": { + "reference": "Patient/1732560463859667000.43594f6f-27b3-4553-9415-eba10646731c" }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ + "effectiveDateTime": "2023-05-06T05:00:00-05:00", + "_effectiveDateTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506050000-0500" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230506050000-0500" } ] }, - "valueString" : "Daniel Davis/218-555-1000" + "valueString": "DAVIS, DANIEL, MD" } }, { - "fullUrl": "Observation/1730738731526556000.2b0159b2-169e-48c8-9015-0e1b8818ca0c", + "fullUrl": "Observation/1732560463898808000.9872ccd7-0e23-4fa6-a2ce-2cc7e0ce07a3", "resource": { "resourceType": "Observation", - "id": "1730738731526556000.2b0159b2-169e-48c8-9015-0e1b8818ca0c", + "id": "1732560463898808000.9872ccd7-0e23-4fa6-a2ce-2cc7e0ce07a3", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", @@ -1355,7 +1544,7 @@ "extension": [ { "url": "OBX.2", - "valueId": "CWE" + "valueId": "ST" }, { "url": "OBX.29", @@ -1365,23 +1554,198 @@ "url": "OBX.11", "valueString": "O" } - ] + ] + } + ], + "status": "unknown", + "code": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" + } + ], + "system": "http://loinc.org", + "code": "62326-4", + "display": "POST-DISCHARGE PROVIDER PRACTICE NAME" + } + ] + }, + "subject": { + "reference": "Patient/1732560463859667000.43594f6f-27b3-4553-9415-eba10646731c" + }, + "effectiveDateTime": "2023-05-06T05:00:00-05:00", + "_effectiveDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230506050000-0500" + } + ] + }, + "valueString": "Lakeridge Health Revere" + } + }, + { + "fullUrl": "ServiceRequest/1732560464091181000.f098610a-e954-4a1f-962a-84a040c087a3", + "resource": { + "resourceType": "ServiceRequest", + "id": "1732560464091181000.f098610a-e954-4a1f-962a-84a040c087a3", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", + "valueCode": "NW" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", + "valueString": "20230506052913-0500" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/orc-common-order", + "extension": [ + { + "url": "orc-21-ordering-facility-name", + "valueReference": { + "reference": "Organization/1732560464084616000.557a839f-fd07-44e4-8a5a-6a809c443dc8" + } + }, + { + "url": "orc-21-ordering-facility-name", + "valueReference": { + "reference": "Organization/1732560464085384000.81024e7a-2bdc-4cb6-beba-2aaa10eeb4de" + } + }, + { + "url": "orc-12-ordering-provider", + "valueReference": { + "reference": "Practitioner/1732560464086477000.a4c334f5-625e-4f80-ac45-0582c86e78ec" + } + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", + "extension": [ + { + "url": "OBR.2", + "valueIdentifier": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "EPIC" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "1.2.840.114350.1.13.145.2.7.2.695071" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + } + ], + "value": "421832901" + } + }, + { + "url": "OBR.15.1", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "440500007" + } + ] + } + }, + { + "url": "OBR.15.2", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "Blood spot specimen" + } + ] + } + }, + { + "url": "OBR.15.3", + "valueString": "SCT" + }, + { + "url": "OBR.7", + "valueDateTime": "2023-05-06T05:00:00Z", + "_valueDateTime": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230506050000" + } + ] + } + } + ] + } + ], + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "ORC.2" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "EPIC" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "1.2.840.114350.1.13.145.2.7.2.695071" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" + } + ] + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "PLAC" + } + ] + }, + "value": "421832901" } ], "status": "unknown", - "subject": { - "reference": "Patient/1730738731286343000.2d0c8167-3311-4d33-8612-03527b335873" - }, - "effectiveDateTime": "2023-05-06T05:00:00-05:00", - "_effectiveDateTime": { - "extension": [ - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString": "20230506050000-0500" - } - ] - }, - "valueCodeableConcept": { + "code": { "coding": [ { "extension": [ @@ -1395,306 +1759,456 @@ } ], "system": "http://loinc.org", - "code": "LA12418-2", - "display": "TPN" + "code": "54089-8", + "display": "Newborn screening panel American Health Information Community (AHIC)" } ] }, - "subject" : { - "reference" : "Patient/1729550865931405000.c51809c5-fc8c-4216-83c4-e262b81f6ddb" + "subject": { + "reference": "Patient/1732560463859667000.43594f6f-27b3-4553-9415-eba10646731c" }, - "effectiveDateTime" : "2023-05-06T05:00:00-05:00", - "_effectiveDateTime" : { - "extension" : [ + "authoredOn": "2023-05-06T05:29:13-05:00", + "_authoredOn": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230506050000-0500" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230506052913-0500" } ] }, - "valueString" : "DAVIS, DANIEL, MD" + "requester": { + "reference": "PractitionerRole/1732560464079296000.34904a47-9965-4150-ae6d-2d1795f5492c" + }, + "supportingInfo": [ + { + "reference": "Observation/1732560463868656000.d9931814-009e-488f-9e9e-d9e2e9a0d88e" + }, + { + "reference": "Observation/1732560463872437000.ff33bbbf-a19c-4168-a776-d777e6292a53" + }, + { + "reference": "Observation/1732560463875990000.b2d5769f-bf17-4c33-9fe8-ab809ff5432c" + }, + { + "reference": "Observation/1732560463878796000.a41e65dc-a9b1-4a28-8206-6131bd92cd43" + }, + { + "reference": "Observation/1732560463881421000.b5199e33-5e9c-4cda-832e-da7faf1c6d2b" + }, + { + "reference": "Observation/1732560463884184000.9eb8d049-95d5-45f3-8017-84984bc98cfe" + }, + { + "reference": "Observation/1732560463886871000.629e13bb-5ce8-4d9e-a2c9-1d935b10ca9f" + }, + { + "reference": "Observation/1732560463889572000.c7462fee-e160-41ec-b001-8ab991db07cc" + }, + { + "reference": "Observation/1732560463892002000.02dfff3e-dff7-47e8-a365-e2f492e64d08" + }, + { + "reference": "Observation/1732560463894461000.9b02a635-1544-4b4e-a632-8cf72a382572" + }, + { + "reference": "Observation/1732560463896580000.b4921e15-5a39-445b-bcd2-fe30902cac6b" + }, + { + "reference": "Observation/1732560463898808000.9872ccd7-0e23-4fa6-a2ce-2cc7e0ce07a3" + } + ] } }, { - "fullUrl": "Observation/1730738731529037000.180d231d-59dd-4321-8845-27197fa048fd", + "fullUrl": "Organization/1732560464079844000.0841fbf6-fb0f-4996-a66f-95df2651bc5e", "resource": { - "resourceType": "Observation", - "id": "1730738731529037000.180d231d-59dd-4321-8845-27197fa048fd", - "extension": [ + "resourceType": "Organization", + "id": "1732560464079844000.0841fbf6-fb0f-4996-a66f-95df2651bc5e", + "identifier": [ { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString": "2" - }, + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" + } + ], + "value": "NPI" + } + ] + } + }, + { + "fullUrl": "Practitioner/1732560464080827000.fbc9b2c7-9a0b-48ec-8769-0af93a42d207", + "resource": { + "resourceType": "Practitioner", + "id": "1732560464080827000.fbc9b2c7-9a0b-48ec-8769-0af93a42d207", + "extension": [ { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueCode": "AOE" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "NPI" + } + ] }, { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", "extension": [ { - "url": "OBX.2", - "valueId": "CWE" - }, - { - "url": "OBX.29", - "valueId": "QST" + "url": "XCN.3", + "valueString": "JANE" }, { - "url": "OBX.11", - "valueString": "O" + "url": "XCN.10", + "valueString": "L" } ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "ORC.12" } ], - "status": "unknown", - "subject": { - "reference": "Patient/1730738731286343000.2d0c8167-3311-4d33-8612-03527b335873" - }, - "effectiveDateTime": "2023-05-06T05:00:00-05:00", - "_effectiveDateTime": { - "extension": [ - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString": "20230506050000-0500" + "identifier": [ + { + "type": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true + } + ], + "code": "NPI" + } + ] + }, + "value": "1265136360", + "assigner": { + "reference": "Organization/1732560464079844000.0841fbf6-fb0f-4996-a66f-95df2651bc5e" } - ] - }, - "valueCodeableConcept": { - "coding": [ - { + } + ], + "name": [ + { + "use": "official", + "family": "JONES", + "given": [ + "JANE" + ] + } + ] + } + }, + { + "fullUrl": "Organization/1732560464081718000.d477fd89-88c5-4c92-93d2-e06b84429c8f", + "resource": { + "resourceType": "Organization", + "id": "1732560464081718000.d477fd89-88c5-4c92-93d2-e06b84429c8f", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString": "coding" - }, - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString": "LN" + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "L" + } + ] + } } ], - "system": "http://loinc.org", - "code": "LA16914-6", - "display": "BREAST MILK" + "code": "L" } - ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ + { + "url": "XON.10", + "valueString": "1043269798" + } + ] + } + ], + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "CMS" + } + ] + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "NPI" + } + ] + }, + "value": "1043269798" + } + ], + "name": "ST. CLOUD HOSPITAL" + } + }, + { + "fullUrl": "PractitionerRole/1732560464079296000.34904a47-9965-4150-ae6d-2d1795f5492c", + "resource": { + "resourceType": "PractitionerRole", + "id": "1732560464079296000.34904a47-9965-4150-ae6d-2d1795f5492c", + "practitioner": { + "reference": "Practitioner/1732560464080827000.fbc9b2c7-9a0b-48ec-8769-0af93a42d207" + }, + "organization": { + "reference": "Organization/1732560464081718000.d477fd89-88c5-4c92-93d2-e06b84429c8f" } } }, { - "fullUrl": "Observation/1730738731531149000.c5106738-6a97-4414-9da1-bea8ae0d9965", + "fullUrl": "Organization/1732560464084616000.557a839f-fd07-44e4-8a5a-6a809c443dc8", "resource": { - "resourceType": "Observation", - "id": "1730738731531149000.c5106738-6a97-4414-9da1-bea8ae0d9965", + "resourceType": "Organization", + "id": "1732560464084616000.557a839f-fd07-44e4-8a5a-6a809c443dc8", "extension": [ { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString": "1" - }, - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueCode": "AOE" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "L" + } + ] + } + } + ], + "code": "L" + } }, { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", "extension": [ { - "url": "OBX.2", - "valueId": "CWE" - }, - { - "url": "OBX.29", - "valueId": "QST" - }, - { - "url": "OBX.11", - "valueString": "O" + "url": "XON.10", + "valueString": "1043269798" } ] } ], - "status": "unknown", - "subject": { - "reference": "Patient/1730738731286343000.2d0c8167-3311-4d33-8612-03527b335873" - }, - "effectiveDateTime": "2023-05-06T05:00:00-05:00", - "_effectiveDateTime": { - "extension": [ - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString": "20230506050000-0500" - } - ] - }, - "valueCodeableConcept": { - "coding": [ - { - "extension": [ + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "CMS" + } + ] + } + ], + "type": { + "coding": [ { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString": "coding" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "NPI" } - ], - "code": "0516199364" - } - ] - } + ] + }, + "value": "1043269798" + } + ], + "name": "ST. CLOUD HOSPITAL" } }, { - "fullUrl": "Observation/1730738731532885000.a4961dae-caa2-429c-b378-454e3a868984", + "fullUrl": "Organization/1732560464085384000.81024e7a-2bdc-4cb6-beba-2aaa10eeb4de", "resource": { - "resourceType": "Observation", - "id": "1730738731532885000.a4961dae-caa2-429c-b378-454e3a868984", + "resourceType": "Organization", + "id": "1732560464085384000.81024e7a-2bdc-4cb6-beba-2aaa10eeb4de", "extension": [ { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString": "1" - }, - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueCode": "AOE" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" + } + ], + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "L" + } + ] + } + } + ], + "code": "L" + } }, { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", "extension": [ { - "url": "OBX.2", - "valueId": "ST" - }, - { - "url": "OBX.29", - "valueId": "QST" - }, + "url": "XON.10", + "valueString": "739" + } + ] + } + ], + "identifier": [ + { + "extension": [ { - "url": "OBX.11", - "valueString": "O" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "MN Public Health Lab" + } + ] } ], - "value" : "NPI" + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "NPI" + } + ] + }, + "value": "739" } ], - "status": "unknown", - "subject": { - "reference": "Patient/1730738731286343000.2d0c8167-3311-4d33-8612-03527b335873" - }, - "effectiveDateTime": "2023-05-06T05:00:00-05:00", - "_effectiveDateTime": { - "extension": [ - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString": "20230506050000-0500" - } - ] - }, - "valueString": "Daniel Davis/218-555-1000" + "name": "ST. CLOUD HOSPITAL" } }, { - "fullUrl": "Observation/1730738731534684000.1cf416d4-71bd-4cc2-aa61-d11e9df2aace", + "fullUrl": "Organization/1732560464085781000.072e5d55-f93d-4fd4-b49f-2eded70f92e6", "resource": { - "resourceType": "Observation", - "id": "1730738731534684000.1cf416d4-71bd-4cc2-aa61-d11e9df2aace", - "extension": [ - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString": "1" - }, - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueCode": "AOE" - }, + "resourceType": "Organization", + "id": "1732560464085781000.072e5d55-f93d-4fd4-b49f-2eded70f92e6", + "identifier": [ { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", "extension": [ { - "url": "OBX.2", - "valueId": "ST" - }, - { - "url": "OBX.29", - "valueId": "QST" - }, - { - "url": "OBX.11", - "valueString": "O" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" } - ] + ], + "value": "NPI" } - ], - "status": "unknown", - "subject": { - "reference": "Patient/1730738731286343000.2d0c8167-3311-4d33-8612-03527b335873" - }, - "effectiveDateTime": "2023-05-06T05:00:00-05:00", - "_effectiveDateTime": { - "extension": [ - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString": "20230506050000-0500" - } - ] - }, - "valueString": "DAVIS, DANIEL, MD" + ] } }, { - "fullUrl": "Observation/1730738731536431000.f80e1acd-096d-4dc3-9ce4-a83034097979", + "fullUrl": "Practitioner/1732560464086477000.a4c334f5-625e-4f80-ac45-0582c86e78ec", "resource": { - "resourceType": "Observation", - "id": "1730738731536431000.f80e1acd-096d-4dc3-9ce4-a83034097979", + "resourceType": "Practitioner", + "id": "1732560464086477000.a4c334f5-625e-4f80-ac45-0582c86e78ec", "extension": [ { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString": "1" - }, - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/observation-sub-type", - "valueCode": "AOE" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "NPI" + } + ] }, { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", "extension": [ { - "url": "OBX.2", - "valueId": "ST" - }, - { - "url": "OBX.29", - "valueId": "QST" + "url": "XCN.3", + "valueString": "JANE" }, { - "url": "OBX.11", - "valueString": "O" + "url": "XCN.10", + "valueString": "L" } ] } ], - "status": "unknown", - "subject": { - "reference": "Patient/1730738731286343000.2d0c8167-3311-4d33-8612-03527b335873" - }, - "effectiveDateTime": "2023-05-06T05:00:00-05:00", - "_effectiveDateTime": { - "extension": [ - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString": "20230506050000-0500" + "identifier": [ + { + "type": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true + } + ], + "code": "NPI" + } + ] + }, + "value": "1265136360", + "assigner": { + "reference": "Organization/1732560464085781000.072e5d55-f93d-4fd4-b49f-2eded70f92e6" } - ] - }, - "valueString": "Lakeridge Health Revere" - } - }, - { - "fullUrl": "Specimen/1730738731544333000.8f505bef-a90a-4fdf-b4fa-27a1777dae04", - "resource": { - "resourceType": "Specimen", - "id": "1730738731544333000.8f505bef-a90a-4fdf-b4fa-27a1777dae04", - "extension": [ + } + ], + "name": [ { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", - "valueString": "SPM" + "use": "official", + "family": "JONES", + "given": [ + "JANE" + ] } ] } diff --git a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/omlo21/oml_o21-full.fhir b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/omlo21/oml_o21-full.fhir index 2b970b74ffd..049fc4fbdce 100644 --- a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/omlo21/oml_o21-full.fhir +++ b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/omlo21/oml_o21-full.fhir @@ -1,21 +1,21 @@ { "resourceType": "Bundle", - "id": "1731704146603489000.6dc269cd-cd37-4587-89c1-e32656e91044", + "id": "1732560946103663000.00c83475-61b1-4722-b571-392974c116e2", "meta": { - "lastUpdated": "2024-11-15T12:55:46.608-08:00" + "lastUpdated": "2024-11-25T13:55:46.115-05:00" }, "identifier": { "system": "https://reportstream.cdc.gov/prime-router", "value": "0123" }, "type": "message", - "timestamp": "2019-07-20T09:12:29.000-07:00", + "timestamp": "2019-07-20T09:12:29.000-04:00", "entry": [ { - "fullUrl": "MessageHeader/1731704146658361000.51de3625-346e-48b2-a54a-3bf44e5ee904", + "fullUrl": "MessageHeader/1732560946205658000.d9f872a1-d8e0-4027-a6ff-0dd10709fdaa", "resource": { "resourceType": "MessageHeader", - "id": "1731704146658361000.51de3625-346e-48b2-a54a-3bf44e5ee904", + "id": "1732560946205658000.d9f872a1-d8e0-4027-a6ff-0dd10709fdaa", "meta": { "security": [ { @@ -208,7 +208,7 @@ "name": "txdshslabNBS", "endpoint": "urn:oid:2.16.840.1.114222.4.1.181960.2", "receiver": { - "reference": "Organization/1731704146654900000.5f694f3c-0cf8-44d3-8ead-cef521e630f5" + "reference": "Organization/1732560946198606000.5af9a2d6-b4b1-46ca-8549-a276f1770944" } }, { @@ -229,17 +229,17 @@ "name": "ReceivingNetworkAddress", "endpoint": "urn:oid:9.87.123.1.114222.XXX", "receiver": { - "reference": "Organization/1731704146655763000.dafb2e41-9f17-44f1-8f96-fb4500d2f684" + "reference": "Organization/1732560946201623000.fc8b853a-cce6-4662-abb3-cbbc902841f5" } }, { "receiver": { - "reference": "Organization/1731704146658169000.27382a02-0245-4593-8863-e8123707fa5d" + "reference": "Organization/1732560946205362000.259d38b6-49a7-4764-add4-94f024ea3c67" } } ], "sender": { - "reference": "Organization/1731704146634292000.932f8e2e-9c80-4c19-98c4-124f82549151" + "reference": "Organization/1732560946168730000.5485c015-7831-4992-bc78-8c2eff3d4da9" }, "source": { "extension": [ @@ -265,15 +265,15 @@ "endpoint": "urn:oid:2.16.840.1.114222.XXX" }, "responsible": { - "reference": "Organization/1731704146654227000.858e1290-25c4-40be-88d9-32ad45703fd8" + "reference": "Organization/1732560946197609000.fd024ea0-f02b-43bf-8ad9-efaec4e623be" } } }, { - "fullUrl": "Organization/1731704146634292000.932f8e2e-9c80-4c19-98c4-124f82549151", + "fullUrl": "Organization/1732560946168730000.5485c015-7831-4992-bc78-8c2eff3d4da9", "resource": { "resourceType": "Organization", - "id": "1731704146634292000.932f8e2e-9c80-4c19-98c4-124f82549151", + "id": "1732560946168730000.5485c015-7831-4992-bc78-8c2eff3d4da9", "identifier": [ { "extension": [ @@ -311,10 +311,10 @@ } }, { - "fullUrl": "Location/1731704146650434000.d54342e1-28a9-4b3e-bdba-c6baf982c54d", + "fullUrl": "Location/1732560946190626000.6ba520df-aae4-4f54-ba3c-d3a837243f5b", "resource": { "resourceType": "Location", - "id": "1731704146650434000.d54342e1-28a9-4b3e-bdba-c6baf982c54d", + "id": "1732560946190626000.6ba520df-aae4-4f54-ba3c-d3a837243f5b", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", @@ -338,10 +338,10 @@ } }, { - "fullUrl": "Organization/1731704146654227000.858e1290-25c4-40be-88d9-32ad45703fd8", + "fullUrl": "Organization/1732560946197609000.fd024ea0-f02b-43bf-8ad9-efaec4e623be", "resource": { "resourceType": "Organization", - "id": "1731704146654227000.858e1290-25c4-40be-88d9-32ad45703fd8", + "id": "1732560946197609000.fd024ea0-f02b-43bf-8ad9-efaec4e623be", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", @@ -449,7 +449,7 @@ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", "valueReference": { - "reference": "Location/1731704146650434000.d54342e1-28a9-4b3e-bdba-c6baf982c54d" + "reference": "Location/1732560946190626000.6ba520df-aae4-4f54-ba3c-d3a837243f5b" } } ], @@ -468,10 +468,10 @@ } }, { - "fullUrl": "Organization/1731704146654900000.5f694f3c-0cf8-44d3-8ead-cef521e630f5", + "fullUrl": "Organization/1732560946198606000.5af9a2d6-b4b1-46ca-8549-a276f1770944", "resource": { "resourceType": "Organization", - "id": "1731704146654900000.5f694f3c-0cf8-44d3-8ead-cef521e630f5", + "id": "1732560946198606000.5af9a2d6-b4b1-46ca-8549-a276f1770944", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", @@ -510,10 +510,10 @@ } }, { - "fullUrl": "Organization/1731704146655763000.dafb2e41-9f17-44f1-8f96-fb4500d2f684", + "fullUrl": "Organization/1732560946201623000.fc8b853a-cce6-4662-abb3-cbbc902841f5", "resource": { "resourceType": "Organization", - "id": "1731704146655763000.dafb2e41-9f17-44f1-8f96-fb4500d2f684", + "id": "1732560946201623000.fc8b853a-cce6-4662-abb3-cbbc902841f5", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", @@ -552,10 +552,10 @@ } }, { - "fullUrl": "Location/1731704146656889000.18772fbb-6bd4-42bb-bc6d-8cec0c48e04a", + "fullUrl": "Location/1732560946203403000.742d2718-8261-4ae3-95db-a1e2b4850513", "resource": { "resourceType": "Location", - "id": "1731704146656889000.18772fbb-6bd4-42bb-bc6d-8cec0c48e04a", + "id": "1732560946203403000.742d2718-8261-4ae3-95db-a1e2b4850513", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", @@ -579,10 +579,10 @@ } }, { - "fullUrl": "Organization/1731704146658169000.27382a02-0245-4593-8863-e8123707fa5d", + "fullUrl": "Organization/1732560946205362000.259d38b6-49a7-4764-add4-94f024ea3c67", "resource": { "resourceType": "Organization", - "id": "1731704146658169000.27382a02-0245-4593-8863-e8123707fa5d", + "id": "1732560946205362000.259d38b6-49a7-4764-add4-94f024ea3c67", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", @@ -694,7 +694,7 @@ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", "valueReference": { - "reference": "Location/1731704146656889000.18772fbb-6bd4-42bb-bc6d-8cec0c48e04a" + "reference": "Location/1732560946203403000.742d2718-8261-4ae3-95db-a1e2b4850513" } } ], @@ -713,10 +713,10 @@ } }, { - "fullUrl": "Provenance/1731704146896883000.34cecadb-8889-4f9f-baf4-fa266af5ee22", + "fullUrl": "Provenance/1732560946950155000.6a4d9d77-12e7-4c31-992b-ab9a588bf871", "resource": { "resourceType": "Provenance", - "id": "1731704146896883000.34cecadb-8889-4f9f-baf4-fa266af5ee22", + "id": "1732560946950155000.6a4d9d77-12e7-4c31-992b-ab9a588bf871", "recorded": "2019-07-20T09:12:29Z", "activity": { "coding": [ @@ -736,7 +736,7 @@ ] }, "who": { - "reference": "Organization/1731704146896693000.a3da0f78-b1ba-49c8-b103-a70844a76af9" + "reference": "Organization/1732560946949876000.eed26c8d-bc43-488b-abf4-7dbf519d040a" } } ], @@ -744,17 +744,17 @@ { "role": "source", "what": { - "reference": "Device/1731704146900321000.3d449c36-c488-4a11-af71-71aa976c412b" + "reference": "Device/1732560946956044000.478dcbef-ef28-460c-a0c9-5034ef9bcd78" } } ] } }, { - "fullUrl": "Location/1731704146895606000.3ffcf0a6-aa29-479e-997e-86bb0cebb53d", + "fullUrl": "Location/1732560946948248000.bb3918f3-8c0b-4272-9f84-da2d16ca2100", "resource": { "resourceType": "Location", - "id": "1731704146895606000.3ffcf0a6-aa29-479e-997e-86bb0cebb53d", + "id": "1732560946948248000.bb3918f3-8c0b-4272-9f84-da2d16ca2100", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", @@ -778,10 +778,10 @@ } }, { - "fullUrl": "Organization/1731704146896693000.a3da0f78-b1ba-49c8-b103-a70844a76af9", + "fullUrl": "Organization/1732560946949876000.eed26c8d-bc43-488b-abf4-7dbf519d040a", "resource": { "resourceType": "Organization", - "id": "1731704146896693000.a3da0f78-b1ba-49c8-b103-a70844a76af9", + "id": "1732560946949876000.eed26c8d-bc43-488b-abf4-7dbf519d040a", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", @@ -889,7 +889,7 @@ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", "valueReference": { - "reference": "Location/1731704146895606000.3ffcf0a6-aa29-479e-997e-86bb0cebb53d" + "reference": "Location/1732560946948248000.bb3918f3-8c0b-4272-9f84-da2d16ca2100" } } ], @@ -908,10 +908,10 @@ } }, { - "fullUrl": "Location/1731704146899300000.d1cde637-92ec-4b05-8f02-6da945f1fa63", + "fullUrl": "Location/1732560946954537000.2269571e-e826-4fe9-bb65-480d6ecdada8", "resource": { "resourceType": "Location", - "id": "1731704146899300000.d1cde637-92ec-4b05-8f02-6da945f1fa63", + "id": "1732560946954537000.2269571e-e826-4fe9-bb65-480d6ecdada8", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", @@ -935,10 +935,10 @@ } }, { - "fullUrl": "Organization/1731704146900192000.d8047bd9-ef38-4850-8bf0-61981eddac70", + "fullUrl": "Organization/1732560946955765000.cc7695af-f122-42eb-854b-4401e669da11", "resource": { "resourceType": "Organization", - "id": "1731704146900192000.d8047bd9-ef38-4850-8bf0-61981eddac70", + "id": "1732560946955765000.cc7695af-f122-42eb-854b-4401e669da11", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", @@ -1026,7 +1026,7 @@ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", "valueReference": { - "reference": "Location/1731704146899300000.d1cde637-92ec-4b05-8f02-6da945f1fa63" + "reference": "Location/1732560946954537000.2269571e-e826-4fe9-bb65-480d6ecdada8" } } ], @@ -1045,15 +1045,15 @@ } }, { - "fullUrl": "Device/1731704146900321000.3d449c36-c488-4a11-af71-71aa976c412b", + "fullUrl": "Device/1732560946956044000.478dcbef-ef28-460c-a0c9-5034ef9bcd78", "resource": { "resourceType": "Device", - "id": "1731704146900321000.3d449c36-c488-4a11-af71-71aa976c412b", + "id": "1732560946956044000.478dcbef-ef28-460c-a0c9-5034ef9bcd78", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/software-vendor-org", "valueReference": { - "reference": "Organization/1731704146900192000.d8047bd9-ef38-4850-8bf0-61981eddac70" + "reference": "Organization/1732560946955765000.cc7695af-f122-42eb-854b-4401e669da11" } } ], @@ -1092,11 +1092,11 @@ } }, { - "fullUrl": "Provenance/1731704146910244000.055bc370-83de-4258-913d-059566394128", + "fullUrl": "Provenance/1732560946971375000.14423481-71a6-46d5-a500-0f60d1fb345b", "resource": { "resourceType": "Provenance", - "id": "1731704146910244000.055bc370-83de-4258-913d-059566394128", - "recorded": "2024-11-15T12:55:46Z", + "id": "1732560946971375000.14423481-71a6-46d5-a500-0f60d1fb345b", + "recorded": "2024-11-25T13:55:46Z", "policy": [ "http://hl7.org/fhir/uv/v2mappings/message-oru-r01-to-bundle" ], @@ -1118,17 +1118,17 @@ ] }, "who": { - "reference": "Organization/1731704146909991000.783d5f84-f8e0-4dd7-ad77-c2717a521256" + "reference": "Organization/1732560946971002000.4116387f-caed-496f-a3c7-10c5a7217a34" } } ] } }, { - "fullUrl": "Organization/1731704146909991000.783d5f84-f8e0-4dd7-ad77-c2717a521256", + "fullUrl": "Organization/1732560946971002000.4116387f-caed-496f-a3c7-10c5a7217a34", "resource": { "resourceType": "Organization", - "id": "1731704146909991000.783d5f84-f8e0-4dd7-ad77-c2717a521256", + "id": "1732560946971002000.4116387f-caed-496f-a3c7-10c5a7217a34", "identifier": [ { "value": "CDC PRIME - Atlanta" @@ -1148,16 +1148,16 @@ } }, { - "fullUrl": "Patient/1731704146951532000.feebe084-6c07-45e4-b0b3-8f2dc0fe51ea", + "fullUrl": "Patient/1732560947048199000.d085d2f5-4893-4917-8034-26207f44daee", "resource": { "resourceType": "Patient", - "id": "1731704146951532000.feebe084-6c07-45e4-b0b3-8f2dc0fe51ea", + "id": "1732560947048199000.d085d2f5-4893-4917-8034-26207f44daee", "meta": { "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/last-updated-facility-namespace-id", "valueReference": { - "reference": "Organization/1731704146941745000.ffe8c316-611f-479f-9ca6-6f164199da81" + "reference": "Organization/1732560947028683000.e8d76b91-dd13-4728-922a-841490e02430" } } ], @@ -1313,7 +1313,7 @@ } ], "authorReference": { - "reference": "Practitioner/1731704146922768000.83da4f80-28fe-43ab-a268-80aef1a36f14" + "reference": "Practitioner/1732560946990177000.ea0532ae-f999-491a-9a49-1dd341ee36b9" }, "time": "2023-05-31", "_time": { @@ -2208,7 +2208,7 @@ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-facility", "valueReference": { - "reference": "Organization/1731704146929298000.ad9b0bbd-9d3e-4381-805d-4f928f2a2cd3" + "reference": "Organization/1732560947000285000.cad4e4e2-bae9-4adb-8b01-d7a6c6f10148" } }, { @@ -2259,7 +2259,7 @@ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-facility", "valueReference": { - "reference": "Organization/1731704146929916000.c6490dae-76fb-4ca5-a86e-6d6b54f8c34e" + "reference": "Organization/1732560947001505000.8b598190-3017-4cf9-9909-495e77538013" } }, { @@ -2373,13 +2373,13 @@ { "url": "PD1.14", "valueReference": { - "reference": "Organization/1731704146931548000.98da17fb-025a-4dc1-8b64-4718591ee4d4" + "reference": "Organization/1732560947004561000.e2b0f63b-e4ac-4731-9213-2982445eac53" } }, { "url": "PD1.14", "valueReference": { - "reference": "Organization/1731704146932460000.8991f1f5-0d86-4aa6-8014-4070f7e57e01" + "reference": "Organization/1732560947006034000.092cb85f-9594-4697-85cd-fc3119b7430e" } }, { @@ -2810,7 +2810,7 @@ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-facility", "valueReference": { - "reference": "Organization/1731704146915669000.3b7f4209-0077-4d5b-b1cf-96f63f111890" + "reference": "Organization/1732560946978236000.1a73fe05-85b2-4cfc-acd5-4e741a9211fd" } }, { @@ -2962,7 +2962,7 @@ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-facility", "valueReference": { - "reference": "Organization/1731704146917336000.2a051cf6-00d8-4256-a1cc-5a55d39e0eb2" + "reference": "Organization/1732560946981369000.8df5b7cc-7da6-4468-9161-c365e8b34d8a" } }, { @@ -3535,7 +3535,23 @@ "country": "USA", "period": { "start": "2020", - "end": "2024" + "_start": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "2020" + } + ] + }, + "end": "2024", + "_end": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "2024" + } + ] + } } }, { @@ -3588,7 +3604,23 @@ "country": "USA", "period": { "start": "2020", - "end": "2024" + "_start": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "2020" + } + ] + }, + "end": "2024", + "_end": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "2024" + } + ] + } } } ], @@ -4170,7 +4202,7 @@ }, "gender": "unknown", "organization": { - "reference": "Organization/1731704146944899000.78ca289d-8d36-4e56-9da8-df11b7f379d2" + "reference": "Organization/1732560947033318000.460ab4a3-da0f-4bec-a270-ae253a95d100" }, "period": { "start": "2022-05-01T10:25:31-04:00", @@ -4218,22 +4250,22 @@ ], "generalPractitioner": [ { - "reference": "Organization/1731704146919601000.ac31960c-dd2c-4153-873c-52f4a3f695e3" + "reference": "Organization/1732560946984073000.f6b31c9f-398c-40e1-8d29-dc1793f16cce" }, { - "reference": "Organization/1731704146920799000.6f432a5c-4b14-4b7f-b3a4-4e78a506d59f" + "reference": "Organization/1732560946986249000.e2ca7f4b-09a9-4aec-b013-cd1a6c5f9d47" } ], "link": [ { "other": { - "reference": "RelatedPerson/1731704146938119000.4596e280-4938-4a99-8b51-eeaafd2790e3" + "reference": "RelatedPerson/1732560947019898000.8912d887-a4d5-4ce9-af9d-c04c12e6dcb0" }, "type": "seealso" }, { "other": { - "reference": "RelatedPerson/1731704146938336000.71ee8bcb-1663-458a-85f8-987f2ce45f07" + "reference": "RelatedPerson/1732560947020256000.43a42303-ede4-421c-b7c5-7ddf28da8827" }, "type": "seealso" } @@ -4241,10 +4273,10 @@ } }, { - "fullUrl": "Organization/1731704146915669000.3b7f4209-0077-4d5b-b1cf-96f63f111890", + "fullUrl": "Organization/1732560946978236000.1a73fe05-85b2-4cfc-acd5-4e741a9211fd", "resource": { "resourceType": "Organization", - "id": "1731704146915669000.3b7f4209-0077-4d5b-b1cf-96f63f111890", + "id": "1732560946978236000.1a73fe05-85b2-4cfc-acd5-4e741a9211fd", "identifier": [ { "extension": [ @@ -4277,10 +4309,10 @@ } }, { - "fullUrl": "Organization/1731704146917336000.2a051cf6-00d8-4256-a1cc-5a55d39e0eb2", + "fullUrl": "Organization/1732560946981369000.8df5b7cc-7da6-4468-9161-c365e8b34d8a", "resource": { "resourceType": "Organization", - "id": "1731704146917336000.2a051cf6-00d8-4256-a1cc-5a55d39e0eb2", + "id": "1732560946981369000.8df5b7cc-7da6-4468-9161-c365e8b34d8a", "identifier": [ { "extension": [ @@ -4313,10 +4345,10 @@ } }, { - "fullUrl": "Location/1731704146918148000.059eeb1c-e701-4aee-ae11-cf9c26b46bd6", + "fullUrl": "Location/1732560946982710000.80cd8a74-be3f-485c-b9df-bd3e7b9b7008", "resource": { "resourceType": "Location", - "id": "1731704146918148000.059eeb1c-e701-4aee-ae11-cf9c26b46bd6", + "id": "1732560946982710000.80cd8a74-be3f-485c-b9df-bd3e7b9b7008", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", @@ -4340,10 +4372,10 @@ } }, { - "fullUrl": "Organization/1731704146919601000.ac31960c-dd2c-4153-873c-52f4a3f695e3", + "fullUrl": "Organization/1732560946984073000.f6b31c9f-398c-40e1-8d29-dc1793f16cce", "resource": { "resourceType": "Organization", - "id": "1731704146919601000.ac31960c-dd2c-4153-873c-52f4a3f695e3", + "id": "1732560946984073000.f6b31c9f-398c-40e1-8d29-dc1793f16cce", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", @@ -4451,7 +4483,7 @@ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", "valueReference": { - "reference": "Location/1731704146918148000.059eeb1c-e701-4aee-ae11-cf9c26b46bd6" + "reference": "Location/1732560946982710000.80cd8a74-be3f-485c-b9df-bd3e7b9b7008" } } ], @@ -4470,10 +4502,10 @@ } }, { - "fullUrl": "Location/1731704146920075000.1742204b-97be-4e11-baf6-ca56697e5fb1", + "fullUrl": "Location/1732560946984997000.0d781aeb-6dad-466f-8e06-6ba588e902b8", "resource": { "resourceType": "Location", - "id": "1731704146920075000.1742204b-97be-4e11-baf6-ca56697e5fb1", + "id": "1732560946984997000.0d781aeb-6dad-466f-8e06-6ba588e902b8", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", @@ -4497,10 +4529,10 @@ } }, { - "fullUrl": "Organization/1731704146920799000.6f432a5c-4b14-4b7f-b3a4-4e78a506d59f", + "fullUrl": "Organization/1732560946986249000.e2ca7f4b-09a9-4aec-b013-cd1a6c5f9d47", "resource": { "resourceType": "Organization", - "id": "1731704146920799000.6f432a5c-4b14-4b7f-b3a4-4e78a506d59f", + "id": "1732560946986249000.e2ca7f4b-09a9-4aec-b013-cd1a6c5f9d47", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", @@ -4608,7 +4640,7 @@ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", "valueReference": { - "reference": "Location/1731704146920075000.1742204b-97be-4e11-baf6-ca56697e5fb1" + "reference": "Location/1732560946984997000.0d781aeb-6dad-466f-8e06-6ba588e902b8" } } ], @@ -4627,10 +4659,10 @@ } }, { - "fullUrl": "Practitioner/1731704146922768000.83da4f80-28fe-43ab-a268-80aef1a36f14", + "fullUrl": "Practitioner/1732560946990177000.ea0532ae-f999-491a-9a49-1dd341ee36b9", "resource": { "resourceType": "Practitioner", - "id": "1731704146922768000.83da4f80-28fe-43ab-a268-80aef1a36f14", + "id": "1732560946990177000.ea0532ae-f999-491a-9a49-1dd341ee36b9", "identifier": [ { "value": "Bob R.N." @@ -4639,10 +4671,10 @@ } }, { - "fullUrl": "Organization/1731704146929298000.ad9b0bbd-9d3e-4381-805d-4f928f2a2cd3", + "fullUrl": "Organization/1732560947000285000.cad4e4e2-bae9-4adb-8b01-d7a6c6f10148", "resource": { "resourceType": "Organization", - "id": "1731704146929298000.ad9b0bbd-9d3e-4381-805d-4f928f2a2cd3", + "id": "1732560947000285000.cad4e4e2-bae9-4adb-8b01-d7a6c6f10148", "identifier": [ { "extension": [ @@ -4675,10 +4707,10 @@ } }, { - "fullUrl": "Organization/1731704146929916000.c6490dae-76fb-4ca5-a86e-6d6b54f8c34e", + "fullUrl": "Organization/1732560947001505000.8b598190-3017-4cf9-9909-495e77538013", "resource": { "resourceType": "Organization", - "id": "1731704146929916000.c6490dae-76fb-4ca5-a86e-6d6b54f8c34e", + "id": "1732560947001505000.8b598190-3017-4cf9-9909-495e77538013", "identifier": [ { "extension": [ @@ -4711,10 +4743,10 @@ } }, { - "fullUrl": "Location/1731704146930937000.1cb5e6dc-b477-451b-8e67-57e57eb12873", + "fullUrl": "Location/1732560947003406000.c4cab69c-62b5-42e4-816f-9d6ec0eea29c", "resource": { "resourceType": "Location", - "id": "1731704146930937000.1cb5e6dc-b477-451b-8e67-57e57eb12873", + "id": "1732560947003406000.c4cab69c-62b5-42e4-816f-9d6ec0eea29c", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", @@ -4738,10 +4770,10 @@ } }, { - "fullUrl": "Organization/1731704146931548000.98da17fb-025a-4dc1-8b64-4718591ee4d4", + "fullUrl": "Organization/1732560947004561000.e2b0f63b-e4ac-4731-9213-2982445eac53", "resource": { "resourceType": "Organization", - "id": "1731704146931548000.98da17fb-025a-4dc1-8b64-4718591ee4d4", + "id": "1732560947004561000.e2b0f63b-e4ac-4731-9213-2982445eac53", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", @@ -4849,7 +4881,7 @@ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", "valueReference": { - "reference": "Location/1731704146930937000.1cb5e6dc-b477-451b-8e67-57e57eb12873" + "reference": "Location/1732560947003406000.c4cab69c-62b5-42e4-816f-9d6ec0eea29c" } } ], @@ -4868,10 +4900,10 @@ } }, { - "fullUrl": "Location/1731704146931934000.428aa378-04d8-46ce-b6e8-8bbc97d118bc", + "fullUrl": "Location/1732560947005240000.cfe9822d-c368-4536-a335-cef80cdf0cdd", "resource": { "resourceType": "Location", - "id": "1731704146931934000.428aa378-04d8-46ce-b6e8-8bbc97d118bc", + "id": "1732560947005240000.cfe9822d-c368-4536-a335-cef80cdf0cdd", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", @@ -4895,10 +4927,10 @@ } }, { - "fullUrl": "Organization/1731704146932460000.8991f1f5-0d86-4aa6-8014-4070f7e57e01", + "fullUrl": "Organization/1732560947006034000.092cb85f-9594-4697-85cd-fc3119b7430e", "resource": { "resourceType": "Organization", - "id": "1731704146932460000.8991f1f5-0d86-4aa6-8014-4070f7e57e01", + "id": "1732560947006034000.092cb85f-9594-4697-85cd-fc3119b7430e", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", @@ -5006,7 +5038,7 @@ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", "valueReference": { - "reference": "Location/1731704146931934000.428aa378-04d8-46ce-b6e8-8bbc97d118bc" + "reference": "Location/1732560947005240000.cfe9822d-c368-4536-a335-cef80cdf0cdd" } } ], @@ -5025,10 +5057,10 @@ } }, { - "fullUrl": "RelatedPerson/1731704146938119000.4596e280-4938-4a99-8b51-eeaafd2790e3", + "fullUrl": "RelatedPerson/1732560947019898000.8912d887-a4d5-4ce9-af9d-c04c12e6dcb0", "resource": { "resourceType": "RelatedPerson", - "id": "1731704146938119000.4596e280-4938-4a99-8b51-eeaafd2790e3", + "id": "1732560947019898000.8912d887-a4d5-4ce9-af9d-c04c12e6dcb0", "identifier": [ { "value": "maybe" @@ -5037,10 +5069,10 @@ } }, { - "fullUrl": "RelatedPerson/1731704146938336000.71ee8bcb-1663-458a-85f8-987f2ce45f07", + "fullUrl": "RelatedPerson/1732560947020256000.43a42303-ede4-421c-b7c5-7ddf28da8827", "resource": { "resourceType": "RelatedPerson", - "id": "1731704146938336000.71ee8bcb-1663-458a-85f8-987f2ce45f07", + "id": "1732560947020256000.43a42303-ede4-421c-b7c5-7ddf28da8827", "identifier": [ { "value": "maybe not" @@ -5049,10 +5081,10 @@ } }, { - "fullUrl": "Organization/1731704146941745000.ffe8c316-611f-479f-9ca6-6f164199da81", + "fullUrl": "Organization/1732560947028683000.e8d76b91-dd13-4728-922a-841490e02430", "resource": { "resourceType": "Organization", - "id": "1731704146941745000.ffe8c316-611f-479f-9ca6-6f164199da81", + "id": "1732560947028683000.e8d76b91-dd13-4728-922a-841490e02430", "identifier": [ { "extension": [ @@ -5085,10 +5117,10 @@ } }, { - "fullUrl": "Organization/1731704146944899000.78ca289d-8d36-4e56-9da8-df11b7f379d2", + "fullUrl": "Organization/1732560947033318000.460ab4a3-da0f-4bec-a270-ae253a95d100", "resource": { "resourceType": "Organization", - "id": "1731704146944899000.78ca289d-8d36-4e56-9da8-df11b7f379d2", + "id": "1732560947033318000.460ab4a3-da0f-4bec-a270-ae253a95d100", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", @@ -5232,17 +5264,17 @@ } }, { - "fullUrl": "Provenance/1731704146966322000.547ef142-b081-40c7-99d8-a94d1968631b", + "fullUrl": "Provenance/1732560947067669000.a71997f2-8202-4359-b2bc-87d0c35d7122", "resource": { "resourceType": "Provenance", - "id": "1731704146966322000.547ef142-b081-40c7-99d8-a94d1968631b", + "id": "1732560947067669000.a71997f2-8202-4359-b2bc-87d0c35d7122", "target": [ { - "reference": "Patient/1731704146951532000.feebe084-6c07-45e4-b0b3-8f2dc0fe51ea" + "reference": "Patient/1732560947048199000.d085d2f5-4893-4917-8034-26207f44daee" } ], "occurredDateTime": "2024-08-21T11:38:00Z", - "recorded": "2024-11-15T12:55:46Z", + "recorded": "2024-11-25T13:55:47Z", "activity": { "coding": [ { @@ -5262,17 +5294,17 @@ ] }, "who": { - "reference": "Organization/1731704146966079000.2e38dd42-265c-4639-b701-7e741520ef3f" + "reference": "Organization/1732560947067347000.b0dfe50b-7dd5-4db3-bf94-2660507b9a6b" } } ] } }, { - "fullUrl": "Organization/1731704146966079000.2e38dd42-265c-4639-b701-7e741520ef3f", + "fullUrl": "Organization/1732560947067347000.b0dfe50b-7dd5-4db3-bf94-2660507b9a6b", "resource": { "resourceType": "Organization", - "id": "1731704146966079000.2e38dd42-265c-4639-b701-7e741520ef3f", + "id": "1732560947067347000.b0dfe50b-7dd5-4db3-bf94-2660507b9a6b", "identifier": [ { "extension": [ @@ -5305,10 +5337,10 @@ } }, { - "fullUrl": "RelatedPerson/1731704146972699000.d8d98dea-04a5-4cd5-ad74-d5e214de51cb", + "fullUrl": "RelatedPerson/1732560947078273000.c258bc9d-a81e-4489-ac7b-b42f17bdcdff", "resource": { "resourceType": "RelatedPerson", - "id": "1731704146972699000.d8d98dea-04a5-4cd5-ad74-d5e214de51cb", + "id": "1732560947078273000.c258bc9d-a81e-4489-ac7b-b42f17bdcdff", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", @@ -5320,13 +5352,13 @@ { "url": "NK1.13", "valueReference": { - "reference": "Organization/1731704146968032000.f35624e9-ca32-4edf-8739-0d37189ed087" + "reference": "Organization/1732560947070415000.fd05515b-a14d-4605-9a55-af19963cbadb" } }, { "url": "NK1.13", "valueReference": { - "reference": "Organization/1731704146968235000.2fcdb900-9cc3-448d-aebf-4f25eb8c5cd8" + "reference": "Organization/1732560947070704000.d32971c4-235f-4c2a-8d99-c34b900850bb" } }, { @@ -5399,7 +5431,7 @@ } ], "patient": { - "reference": "Patient/1731704146951532000.feebe084-6c07-45e4-b0b3-8f2dc0fe51ea" + "reference": "Patient/1732560947048199000.d085d2f5-4893-4917-8034-26207f44daee" }, "relationship": [ { @@ -6400,10 +6432,10 @@ } }, { - "fullUrl": "Organization/1731704146968032000.f35624e9-ca32-4edf-8739-0d37189ed087", + "fullUrl": "Organization/1732560947070415000.fd05515b-a14d-4605-9a55-af19963cbadb", "resource": { "resourceType": "Organization", - "id": "1731704146968032000.f35624e9-ca32-4edf-8739-0d37189ed087", + "id": "1732560947070415000.fd05515b-a14d-4605-9a55-af19963cbadb", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", @@ -6428,10 +6460,10 @@ } }, { - "fullUrl": "Organization/1731704146968235000.2fcdb900-9cc3-448d-aebf-4f25eb8c5cd8", + "fullUrl": "Organization/1732560947070704000.d32971c4-235f-4c2a-8d99-c34b900850bb", "resource": { "resourceType": "Organization", - "id": "1731704146968235000.2fcdb900-9cc3-448d-aebf-4f25eb8c5cd8", + "id": "1732560947070704000.d32971c4-235f-4c2a-8d99-c34b900850bb", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", @@ -6456,10 +6488,10 @@ } }, { - "fullUrl": "RelatedPerson/1731704146976466000.4d08c9ea-2fdb-497f-99b0-1f5fdba9b904", + "fullUrl": "RelatedPerson/1732560947085287000.b3d57f6d-c29b-43d4-b611-3aca9fda506d", "resource": { "resourceType": "RelatedPerson", - "id": "1731704146976466000.4d08c9ea-2fdb-497f-99b0-1f5fdba9b904", + "id": "1732560947085287000.b3d57f6d-c29b-43d4-b611-3aca9fda506d", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", @@ -6471,7 +6503,7 @@ { "url": "NK1.13", "valueReference": { - "reference": "Organization/1731704146973915000.7d915b7e-b1c4-4fa5-9afe-5883e02bd48c" + "reference": "Organization/1732560947080448000.2021f8f7-23b2-4192-8a52-590089b9a188" } }, { @@ -6524,7 +6556,7 @@ } ], "patient": { - "reference": "Patient/1731704146951532000.feebe084-6c07-45e4-b0b3-8f2dc0fe51ea" + "reference": "Patient/1732560947048199000.d085d2f5-4893-4917-8034-26207f44daee" }, "relationship": [ { @@ -7140,10 +7172,10 @@ } }, { - "fullUrl": "Organization/1731704146973915000.7d915b7e-b1c4-4fa5-9afe-5883e02bd48c", + "fullUrl": "Organization/1732560947080448000.2021f8f7-23b2-4192-8a52-590089b9a188", "resource": { "resourceType": "Organization", - "id": "1731704146973915000.7d915b7e-b1c4-4fa5-9afe-5883e02bd48c", + "id": "1732560947080448000.2021f8f7-23b2-4192-8a52-590089b9a188", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", @@ -7168,10 +7200,10 @@ } }, { - "fullUrl": "Encounter/1731704146993830000.c7fb2291-5b17-4035-a2d1-7ccc15e57a65", + "fullUrl": "Encounter/1732560947116827000.30eb62e2-3974-4fc3-9d69-7b9e6119177e", "resource": { "resourceType": "Encounter", - "id": "1731704146993830000.c7fb2291-5b17-4035-a2d1-7ccc15e57a65", + "id": "1732560947116827000.30eb62e2-3974-4fc3-9d69-7b9e6119177e", "meta": { "security": [ { @@ -7510,13 +7542,13 @@ { "url": "PV2.23", "valueReference": { - "reference": "Organization/1731704146983846000.c2a5c6c0-1a3d-4e95-8df5-3100d4c9b5a4" + "reference": "Organization/1732560947096488000.785ac0b2-17f6-4b0f-872e-660e5f53c4a6" } }, { "url": "PV2.23", "valueReference": { - "reference": "Organization/1731704146984398000.728534c3-842b-4bc8-980d-3805d84563a1" + "reference": "Organization/1732560947097902000.0904e746-7f9b-4641-b50d-ef3642d27ac9" } }, { @@ -7647,11 +7679,11 @@ ] }, "subject": { - "reference": "Patient/1731704146951532000.feebe084-6c07-45e4-b0b3-8f2dc0fe51ea" + "reference": "Patient/1732560947048199000.d085d2f5-4893-4917-8034-26207f44daee" }, "episodeOfCare": [ { - "reference": "EpisodeOfCare/1731704146994097000.c66a4598-85ee-4708-855d-2e8e1f36b8b6" + "reference": "EpisodeOfCare/1732560947117362000.9b75561a-8224-4fc9-9030-8370b84d42ee" } ], "participant": [ @@ -7668,7 +7700,7 @@ } ], "individual": { - "reference": "Practitioner/1731704146986032000.712990c4-6b7d-4da8-ad40-d5a3389e5344" + "reference": "Practitioner/1732560947101401000.31ca3069-9607-43d3-ba15-b05ee95726db" } }, { @@ -7684,7 +7716,7 @@ } ], "individual": { - "reference": "Practitioner/1731704146986497000.32ae08ba-45d9-416d-a001-b21d0d2f7c15" + "reference": "Practitioner/1732560947102328000.9ac2c5de-59a3-4ebf-b36a-f5b33070ffb8" } }, { @@ -7700,7 +7732,7 @@ } ], "individual": { - "reference": "Practitioner/1731704146986852000.8d34afbe-1dd5-4274-9005-0ce0d548b629" + "reference": "Practitioner/1732560947102919000.46c5e45b-5bbf-4cc9-9edb-beaf8d35f18a" } }, { @@ -7716,7 +7748,7 @@ } ], "individual": { - "reference": "Practitioner/1731704146987129000.6523929d-ca09-4ff9-ac05-cc461311a41d" + "reference": "Practitioner/1732560947103509000.f2c8d8c3-4604-435b-8204-e550b5598002" } }, { @@ -7732,7 +7764,7 @@ } ], "individual": { - "reference": "Practitioner/1731704146987422000.11a78c59-598d-4c7f-bad6-994df2df91b7" + "reference": "Practitioner/1732560947104221000.4c197e78-08a6-4fab-9ea2-f9de06488294" } }, { @@ -7748,7 +7780,7 @@ } ], "individual": { - "reference": "Practitioner/1731704146987702000.2df77fa7-838f-4862-bbd0-51bb49ad0ce9" + "reference": "Practitioner/1732560947104860000.43f59350-cc0d-4485-a034-63e0fe31fa0c" } }, { @@ -7764,7 +7796,7 @@ } ], "individual": { - "reference": "Practitioner/1731704146987996000.d21f4d5f-7b4a-4c44-b887-1ddefa68fcc0" + "reference": "Practitioner/1732560947105422000.f8e05326-ac6e-4f82-8da1-33210f1eeb70" } }, { @@ -7780,7 +7812,7 @@ } ], "individual": { - "reference": "Practitioner/1731704146988282000.3359adbc-591c-48a0-879e-8cd18d87a47d" + "reference": "Practitioner/1732560947105965000.902547cf-9532-4523-b705-9b6d3b013092" } }, { @@ -7796,7 +7828,7 @@ } ], "individual": { - "reference": "Practitioner/1731704146989589000.75a59674-da55-4d0c-a14f-d64db9d2a35c" + "reference": "Practitioner/1732560947108468000.8804a57c-53bc-4061-92cd-f6255e3a984c" } }, { @@ -7812,7 +7844,7 @@ } ], "individual": { - "reference": "Practitioner/1731704146990909000.97e56863-8c1a-48dd-a0cf-080d99ffdbb8" + "reference": "Practitioner/1732560947110860000.0fe20340-4918-4319-a79f-79582e0678b8" } } ], @@ -7945,7 +7977,7 @@ } ], "destination": { - "reference": "Location/1731704146984679000.0fd65c20-79a6-42bc-bbe3-5b1f7789a735" + "reference": "Location/1732560947098491000.f1158a39-67bc-4de0-a7b5-451b9e15dd2f" }, "dischargeDisposition": { "coding": [ @@ -7975,7 +8007,7 @@ } ], "location": { - "reference": "Location/1731704146992320000.d4e4b37a-aebe-46cc-ae39-bc5a9ddaa7a3" + "reference": "Location/1732560947113843000.69b30a21-c4ce-4fc7-a0b3-485f8ffbdf37" }, "status": "active" }, @@ -7987,7 +8019,7 @@ } ], "location": { - "reference": "Location/1731704146992812000.2af3d22d-3579-43c7-ad5a-5129c6df48c4" + "reference": "Location/1732560947114854000.8fb3eb16-f138-4c7b-99de-034230a291d0" }, "status": "completed" }, @@ -8003,7 +8035,7 @@ } ], "location": { - "reference": "Location/1731704146992983000.1ea5db9f-19ad-42a0-85f3-88de0164a0bb" + "reference": "Location/1732560947115174000.e3d61a25-d515-4e08-84c4-9650eb2b5fdd" }, "status": "active" }, @@ -8015,7 +8047,7 @@ } ], "location": { - "reference": "Location/1731704146993131000.13e8d471-a874-48b2-866f-f797b0a42832" + "reference": "Location/1732560947115496000.3c37c486-0bde-47de-9279-7d781ea92acd" }, "status": "planned" }, @@ -8031,7 +8063,7 @@ } ], "location": { - "reference": "Location/1731704146993297000.d48f5551-9c09-444e-b13c-7877b91e1751" + "reference": "Location/1732560947115807000.7073bf4f-0083-4388-b8f1-1082a1584772" }, "status": "completed" }, @@ -8047,7 +8079,7 @@ } ], "location": { - "reference": "Location/1731704146993768000.ec3b7add-0155-4c09-aa68-59e53e8987d5" + "reference": "Location/1732560947116718000.05d1c715-158f-473c-90ae-c89df79005e7" }, "status": "planned" } @@ -8055,10 +8087,10 @@ } }, { - "fullUrl": "Location/1731704146983456000.3e0dcf7b-7ed0-4a2e-a4a1-5fe26f22d7f5", + "fullUrl": "Location/1732560947095713000.10b2dfdb-eae6-4703-a3fe-b5ee56ac1330", "resource": { "resourceType": "Location", - "id": "1731704146983456000.3e0dcf7b-7ed0-4a2e-a4a1-5fe26f22d7f5", + "id": "1732560947095713000.10b2dfdb-eae6-4703-a3fe-b5ee56ac1330", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", @@ -8082,10 +8114,10 @@ } }, { - "fullUrl": "Organization/1731704146983846000.c2a5c6c0-1a3d-4e95-8df5-3100d4c9b5a4", + "fullUrl": "Organization/1732560947096488000.785ac0b2-17f6-4b0f-872e-660e5f53c4a6", "resource": { "resourceType": "Organization", - "id": "1731704146983846000.c2a5c6c0-1a3d-4e95-8df5-3100d4c9b5a4", + "id": "1732560947096488000.785ac0b2-17f6-4b0f-872e-660e5f53c4a6", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", @@ -8185,7 +8217,7 @@ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", "valueReference": { - "reference": "Location/1731704146983456000.3e0dcf7b-7ed0-4a2e-a4a1-5fe26f22d7f5" + "reference": "Location/1732560947095713000.10b2dfdb-eae6-4703-a3fe-b5ee56ac1330" } } ], @@ -8204,10 +8236,10 @@ } }, { - "fullUrl": "Location/1731704146984077000.340e3d9e-bc18-4705-a666-edbdaabdc170", + "fullUrl": "Location/1732560947097075000.893658cf-04c0-44c7-90fc-9c1965fb9dca", "resource": { "resourceType": "Location", - "id": "1731704146984077000.340e3d9e-bc18-4705-a666-edbdaabdc170", + "id": "1732560947097075000.893658cf-04c0-44c7-90fc-9c1965fb9dca", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", @@ -8231,10 +8263,10 @@ } }, { - "fullUrl": "Organization/1731704146984398000.728534c3-842b-4bc8-980d-3805d84563a1", + "fullUrl": "Organization/1732560947097902000.0904e746-7f9b-4641-b50d-ef3642d27ac9", "resource": { "resourceType": "Organization", - "id": "1731704146984398000.728534c3-842b-4bc8-980d-3805d84563a1", + "id": "1732560947097902000.0904e746-7f9b-4641-b50d-ef3642d27ac9", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", @@ -8334,7 +8366,7 @@ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", "valueReference": { - "reference": "Location/1731704146984077000.340e3d9e-bc18-4705-a666-edbdaabdc170" + "reference": "Location/1732560947097075000.893658cf-04c0-44c7-90fc-9c1965fb9dca" } } ], @@ -8353,10 +8385,10 @@ } }, { - "fullUrl": "Location/1731704146984679000.0fd65c20-79a6-42bc-bbe3-5b1f7789a735", + "fullUrl": "Location/1732560947098491000.f1158a39-67bc-4de0-a7b5-451b9e15dd2f", "resource": { "resourceType": "Location", - "id": "1731704146984679000.0fd65c20-79a6-42bc-bbe3-5b1f7789a735", + "id": "1732560947098491000.f1158a39-67bc-4de0-a7b5-451b9e15dd2f", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/dld2-effective-date", @@ -8366,10 +8398,10 @@ } }, { - "fullUrl": "Practitioner/1731704146986032000.712990c4-6b7d-4da8-ad40-d5a3389e5344", + "fullUrl": "Practitioner/1732560947101401000.31ca3069-9607-43d3-ba15-b05ee95726db", "resource": { "resourceType": "Practitioner", - "id": "1731704146986032000.712990c4-6b7d-4da8-ad40-d5a3389e5344", + "id": "1732560947101401000.31ca3069-9607-43d3-ba15-b05ee95726db", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", @@ -8462,10 +8494,10 @@ } }, { - "fullUrl": "Practitioner/1731704146986497000.32ae08ba-45d9-416d-a001-b21d0d2f7c15", + "fullUrl": "Practitioner/1732560947102328000.9ac2c5de-59a3-4ebf-b36a-f5b33070ffb8", "resource": { "resourceType": "Practitioner", - "id": "1731704146986497000.32ae08ba-45d9-416d-a001-b21d0d2f7c15", + "id": "1732560947102328000.9ac2c5de-59a3-4ebf-b36a-f5b33070ffb8", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", @@ -8558,10 +8590,10 @@ } }, { - "fullUrl": "Practitioner/1731704146986852000.8d34afbe-1dd5-4274-9005-0ce0d548b629", + "fullUrl": "Practitioner/1732560947102919000.46c5e45b-5bbf-4cc9-9edb-beaf8d35f18a", "resource": { "resourceType": "Practitioner", - "id": "1731704146986852000.8d34afbe-1dd5-4274-9005-0ce0d548b629", + "id": "1732560947102919000.46c5e45b-5bbf-4cc9-9edb-beaf8d35f18a", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", @@ -8581,10 +8613,10 @@ } }, { - "fullUrl": "Practitioner/1731704146987129000.6523929d-ca09-4ff9-ac05-cc461311a41d", + "fullUrl": "Practitioner/1732560947103509000.f2c8d8c3-4604-435b-8204-e550b5598002", "resource": { "resourceType": "Practitioner", - "id": "1731704146987129000.6523929d-ca09-4ff9-ac05-cc461311a41d", + "id": "1732560947103509000.f2c8d8c3-4604-435b-8204-e550b5598002", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", @@ -8604,10 +8636,10 @@ } }, { - "fullUrl": "Practitioner/1731704146987422000.11a78c59-598d-4c7f-bad6-994df2df91b7", + "fullUrl": "Practitioner/1732560947104221000.4c197e78-08a6-4fab-9ea2-f9de06488294", "resource": { "resourceType": "Practitioner", - "id": "1731704146987422000.11a78c59-598d-4c7f-bad6-994df2df91b7", + "id": "1732560947104221000.4c197e78-08a6-4fab-9ea2-f9de06488294", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", @@ -8627,10 +8659,10 @@ } }, { - "fullUrl": "Practitioner/1731704146987702000.2df77fa7-838f-4862-bbd0-51bb49ad0ce9", + "fullUrl": "Practitioner/1732560947104860000.43f59350-cc0d-4485-a034-63e0fe31fa0c", "resource": { "resourceType": "Practitioner", - "id": "1731704146987702000.2df77fa7-838f-4862-bbd0-51bb49ad0ce9", + "id": "1732560947104860000.43f59350-cc0d-4485-a034-63e0fe31fa0c", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", @@ -8650,10 +8682,10 @@ } }, { - "fullUrl": "Practitioner/1731704146987996000.d21f4d5f-7b4a-4c44-b887-1ddefa68fcc0", + "fullUrl": "Practitioner/1732560947105422000.f8e05326-ac6e-4f82-8da1-33210f1eeb70", "resource": { "resourceType": "Practitioner", - "id": "1731704146987996000.d21f4d5f-7b4a-4c44-b887-1ddefa68fcc0", + "id": "1732560947105422000.f8e05326-ac6e-4f82-8da1-33210f1eeb70", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", @@ -8673,10 +8705,10 @@ } }, { - "fullUrl": "Practitioner/1731704146988282000.3359adbc-591c-48a0-879e-8cd18d87a47d", + "fullUrl": "Practitioner/1732560947105965000.902547cf-9532-4523-b705-9b6d3b013092", "resource": { "resourceType": "Practitioner", - "id": "1731704146988282000.3359adbc-591c-48a0-879e-8cd18d87a47d", + "id": "1732560947105965000.902547cf-9532-4523-b705-9b6d3b013092", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", @@ -8696,10 +8728,10 @@ } }, { - "fullUrl": "Practitioner/1731704146989589000.75a59674-da55-4d0c-a14f-d64db9d2a35c", + "fullUrl": "Practitioner/1732560947108468000.8804a57c-53bc-4061-92cd-f6255e3a984c", "resource": { "resourceType": "Practitioner", - "id": "1731704146989589000.75a59674-da55-4d0c-a14f-d64db9d2a35c", + "id": "1732560947108468000.8804a57c-53bc-4061-92cd-f6255e3a984c", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", @@ -8907,10 +8939,10 @@ } }, { - "fullUrl": "Practitioner/1731704146990909000.97e56863-8c1a-48dd-a0cf-080d99ffdbb8", + "fullUrl": "Practitioner/1732560947110860000.0fe20340-4918-4319-a79f-79582e0678b8", "resource": { "resourceType": "Practitioner", - "id": "1731704146990909000.97e56863-8c1a-48dd-a0cf-080d99ffdbb8", + "id": "1732560947110860000.0fe20340-4918-4319-a79f-79582e0678b8", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", @@ -9118,10 +9150,10 @@ } }, { - "fullUrl": "Organization/1731704146991148000.518f3c57-8c13-44f3-9904-6825cfa52e0d", + "fullUrl": "Organization/1732560947111430000.94aae298-0670-4c92-9b55-07e2b204bbe6", "resource": { "resourceType": "Organization", - "id": "1731704146991148000.518f3c57-8c13-44f3-9904-6825cfa52e0d", + "id": "1732560947111430000.94aae298-0670-4c92-9b55-07e2b204bbe6", "identifier": [ { "extension": [ @@ -9154,10 +9186,10 @@ } }, { - "fullUrl": "Location/1731704146991919000.5f9680ec-7d3d-4b74-98ba-b01ef9c1b2fa", + "fullUrl": "Location/1732560947113006000.f1399e9c-b308-41f3-99fe-813d35e491b5", "resource": { "resourceType": "Location", - "id": "1731704146991919000.5f9680ec-7d3d-4b74-98ba-b01ef9c1b2fa", + "id": "1732560947113006000.f1399e9c-b308-41f3-99fe-813d35e491b5", "identifier": [ { "extension": [ @@ -9202,10 +9234,10 @@ } }, { - "fullUrl": "Location/1731704146991986000.cf5aa076-c86f-4001-819d-fa0057ed2af1", + "fullUrl": "Location/1732560947113103000.5484952c-beb2-4586-9b6e-ea591bd7e31b", "resource": { "resourceType": "Location", - "id": "1731704146991986000.cf5aa076-c86f-4001-819d-fa0057ed2af1", + "id": "1732560947113103000.5484952c-beb2-4586-9b6e-ea591bd7e31b", "identifier": [ { "extension": [ @@ -9234,15 +9266,15 @@ ] }, "partOf": { - "reference": "Location/1731704146991919000.5f9680ec-7d3d-4b74-98ba-b01ef9c1b2fa" + "reference": "Location/1732560947113006000.f1399e9c-b308-41f3-99fe-813d35e491b5" } } }, { - "fullUrl": "Location/1731704146992052000.e73267b5-4a21-4ef2-85db-e02027dbe7d5", + "fullUrl": "Location/1732560947113244000.acad36a0-0546-48f2-859b-faa1c4b233e4", "resource": { "resourceType": "Location", - "id": "1731704146992052000.e73267b5-4a21-4ef2-85db-e02027dbe7d5", + "id": "1732560947113244000.acad36a0-0546-48f2-859b-faa1c4b233e4", "identifier": [ { "extension": [ @@ -9271,15 +9303,15 @@ ] }, "partOf": { - "reference": "Location/1731704146991986000.cf5aa076-c86f-4001-819d-fa0057ed2af1" + "reference": "Location/1732560947113103000.5484952c-beb2-4586-9b6e-ea591bd7e31b" } } }, { - "fullUrl": "Location/1731704146992126000.90701bc6-6771-4cb1-97fd-921dd16eb890", + "fullUrl": "Location/1732560947113385000.c43a9b50-f6a0-4036-8d4c-587fa7f4d07d", "resource": { "resourceType": "Location", - "id": "1731704146992126000.90701bc6-6771-4cb1-97fd-921dd16eb890", + "id": "1732560947113385000.c43a9b50-f6a0-4036-8d4c-587fa7f4d07d", "identifier": [ { "extension": [ @@ -9329,15 +9361,15 @@ ] }, "partOf": { - "reference": "Location/1731704146992052000.e73267b5-4a21-4ef2-85db-e02027dbe7d5" + "reference": "Location/1732560947113244000.acad36a0-0546-48f2-859b-faa1c4b233e4" } } }, { - "fullUrl": "Location/1731704146992190000.9e41dae0-39cf-4a64-a617-f8fe5c73f015", + "fullUrl": "Location/1732560947113539000.5c4972fb-092f-4caa-a0bb-29d53a4f4bc0", "resource": { "resourceType": "Location", - "id": "1731704146992190000.9e41dae0-39cf-4a64-a617-f8fe5c73f015", + "id": "1732560947113539000.5c4972fb-092f-4caa-a0bb-29d53a4f4bc0", "identifier": [ { "extension": [ @@ -9380,15 +9412,15 @@ ] }, "partOf": { - "reference": "Location/1731704146992126000.90701bc6-6771-4cb1-97fd-921dd16eb890" + "reference": "Location/1732560947113385000.c43a9b50-f6a0-4036-8d4c-587fa7f4d07d" } } }, { - "fullUrl": "Location/1731704146992320000.d4e4b37a-aebe-46cc-ae39-bc5a9ddaa7a3", + "fullUrl": "Location/1732560947113843000.69b30a21-c4ce-4fc7-a0b3-485f8ffbdf37", "resource": { "resourceType": "Location", - "id": "1731704146992320000.d4e4b37a-aebe-46cc-ae39-bc5a9ddaa7a3", + "id": "1732560947113843000.69b30a21-c4ce-4fc7-a0b3-485f8ffbdf37", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/pl6-person-location-type", @@ -9440,7 +9472,7 @@ ], "value": "Comprehensive", "assigner": { - "reference": "Organization/1731704146991148000.518f3c57-8c13-44f3-9904-6825cfa52e0d" + "reference": "Organization/1732560947111430000.94aae298-0670-4c92-9b55-07e2b204bbe6" } } ], @@ -9455,15 +9487,15 @@ ] }, "partOf": { - "reference": "Location/1731704146992190000.9e41dae0-39cf-4a64-a617-f8fe5c73f015" + "reference": "Location/1732560947113539000.5c4972fb-092f-4caa-a0bb-29d53a4f4bc0" } } }, { - "fullUrl": "Organization/1731704146992571000.0b07af73-5d6a-44ff-8b77-535af69d2510", + "fullUrl": "Organization/1732560947114313000.03edb821-2a38-4212-a897-a535db77468f", "resource": { "resourceType": "Organization", - "id": "1731704146992571000.0b07af73-5d6a-44ff-8b77-535af69d2510", + "id": "1732560947114313000.03edb821-2a38-4212-a897-a535db77468f", "identifier": [ { "extension": [ @@ -9496,10 +9528,10 @@ } }, { - "fullUrl": "Location/1731704146992812000.2af3d22d-3579-43c7-ad5a-5129c6df48c4", + "fullUrl": "Location/1732560947114854000.8fb3eb16-f138-4c7b-99de-034230a291d0", "resource": { "resourceType": "Location", - "id": "1731704146992812000.2af3d22d-3579-43c7-ad5a-5129c6df48c4", + "id": "1732560947114854000.8fb3eb16-f138-4c7b-99de-034230a291d0", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/pl6-person-location-type", @@ -9559,7 +9591,7 @@ ], "value": "Entity ID", "assigner": { - "reference": "Organization/1731704146992571000.0b07af73-5d6a-44ff-8b77-535af69d2510" + "reference": "Organization/1732560947114313000.03edb821-2a38-4212-a897-a535db77468f" } } ], @@ -9577,37 +9609,37 @@ } }, { - "fullUrl": "Location/1731704146992983000.1ea5db9f-19ad-42a0-85f3-88de0164a0bb", + "fullUrl": "Location/1732560947115174000.e3d61a25-d515-4e08-84c4-9650eb2b5fdd", "resource": { "resourceType": "Location", - "id": "1731704146992983000.1ea5db9f-19ad-42a0-85f3-88de0164a0bb", + "id": "1732560947115174000.e3d61a25-d515-4e08-84c4-9650eb2b5fdd", "description": "Its Temporary", "mode": "instance" } }, { - "fullUrl": "Location/1731704146993131000.13e8d471-a874-48b2-866f-f797b0a42832", + "fullUrl": "Location/1732560947115496000.3c37c486-0bde-47de-9279-7d781ea92acd", "resource": { "resourceType": "Location", - "id": "1731704146993131000.13e8d471-a874-48b2-866f-f797b0a42832", + "id": "1732560947115496000.3c37c486-0bde-47de-9279-7d781ea92acd", "description": "Pending Location", "mode": "instance" } }, { - "fullUrl": "Location/1731704146993297000.d48f5551-9c09-444e-b13c-7877b91e1751", + "fullUrl": "Location/1732560947115807000.7073bf4f-0083-4388-b8f1-1082a1584772", "resource": { "resourceType": "Location", - "id": "1731704146993297000.d48f5551-9c09-444e-b13c-7877b91e1751", + "id": "1732560947115807000.7073bf4f-0083-4388-b8f1-1082a1584772", "description": "Prior Location", "mode": "instance" } }, { - "fullUrl": "Organization/1731704146993531000.674ed08e-da69-442c-86a5-23e0cab6ab84", + "fullUrl": "Organization/1732560947116253000.9cdcc78d-f79f-465a-b746-c9158deedd71", "resource": { "resourceType": "Organization", - "id": "1731704146993531000.674ed08e-da69-442c-86a5-23e0cab6ab84", + "id": "1732560947116253000.9cdcc78d-f79f-465a-b746-c9158deedd71", "identifier": [ { "extension": [ @@ -9640,10 +9672,10 @@ } }, { - "fullUrl": "Location/1731704146993768000.ec3b7add-0155-4c09-aa68-59e53e8987d5", + "fullUrl": "Location/1732560947116718000.05d1c715-158f-473c-90ae-c89df79005e7", "resource": { "resourceType": "Location", - "id": "1731704146993768000.ec3b7add-0155-4c09-aa68-59e53e8987d5", + "id": "1732560947116718000.05d1c715-158f-473c-90ae-c89df79005e7", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/pl6-person-location-type", @@ -9703,7 +9735,7 @@ ], "value": "Entity ID", "assigner": { - "reference": "Organization/1731704146993531000.674ed08e-da69-442c-86a5-23e0cab6ab84" + "reference": "Organization/1732560947116253000.9cdcc78d-f79f-465a-b746-c9158deedd71" } } ], @@ -9721,10 +9753,10 @@ } }, { - "fullUrl": "EpisodeOfCare/1731704146994097000.c66a4598-85ee-4708-855d-2e8e1f36b8b6", + "fullUrl": "EpisodeOfCare/1732560947117362000.9b75561a-8224-4fc9-9030-8370b84d42ee", "resource": { "resourceType": "EpisodeOfCare", - "id": "1731704146994097000.c66a4598-85ee-4708-855d-2e8e1f36b8b6", + "id": "1732560947117362000.9b75561a-8224-4fc9-9030-8370b84d42ee", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", @@ -9743,10 +9775,10 @@ } }, { - "fullUrl": "Observation/1731704147162570000.349f1ee4-3af5-4488-a631-4a1051f73265", + "fullUrl": "Observation/1732560947435581000.24cfd8df-b5c0-4e26-8530-038f0d0f38bd", "resource": { "resourceType": "Observation", - "id": "1731704147162570000.349f1ee4-3af5-4488-a631-4a1051f73265", + "id": "1732560947435581000.24cfd8df-b5c0-4e26-8530-038f0d0f38bd", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", @@ -9927,7 +9959,7 @@ { "url": "OBX.18", "valueReference": { - "reference": "Device/1731704147160990000.405e2064-9f17-44e3-8ab8-5b256cd640d5" + "reference": "Device/1732560947433754000.19ca0d1d-0037-4c58-a555-45d998f94102" } }, { @@ -9998,10 +10030,10 @@ ] }, "subject": { - "reference": "Patient/1731704146951532000.feebe084-6c07-45e4-b0b3-8f2dc0fe51ea" + "reference": "Patient/1732560947048199000.d085d2f5-4893-4917-8034-26207f44daee" }, "encounter": { - "reference": "Encounter/1731704146993830000.c7fb2291-5b17-4035-a2d1-7ccc15e57a65" + "reference": "Encounter/1732560947116827000.30eb62e2-3974-4fc3-9d69-7b9e6119177e" }, "effectiveDateTime": "2023-01-01T00:00:00Z", "_effectiveDateTime": { @@ -10014,13 +10046,13 @@ }, "performer": [ { - "reference": "Organization/1731704147162875000.6908a5eb-d000-4541-92b1-e3f85320dfc2" + "reference": "Organization/1732560947436263000.e0e7f96c-30a7-48f7-a0ab-e43f923f9f4f" }, { - "reference": "PractitionerRole/1731704147162992000.018f7b75-4ec6-4227-a3ff-7d874c6e5e3c" + "reference": "PractitionerRole/1732560947436510000.3bd0c3ad-775d-4c25-a2b8-22d533364a14" }, { - "reference": "PractitionerRole/1731704147163384000.fe838dae-1a49-4c35-9cd4-4e9acc0d6954" + "reference": "PractitionerRole/1732560947437350000.a95aa005-ca56-47ab-94c5-8fede0d519ef" } ], "valueCodeableConcept": { @@ -10118,7 +10150,7 @@ } ], "authorReference": { - "reference": "Practitioner/1731704147164734000.6e86960d-7ce5-46ce-b232-32e1f2d869cb" + "reference": "Practitioner/1732560947440304000.24cf6e82-960a-4605-8d9a-72b2e785c6b4" }, "time": "2023-02-11", "_time": { @@ -10190,7 +10222,7 @@ } ], "authorReference": { - "reference": "Practitioner/1731704147165326000.bd6acfa1-61d9-409f-9230-2a78641a0f72" + "reference": "Practitioner/1732560947441597000.2dc62479-1ac9-4917-ba62-411e37453721" }, "time": "2023-02-11", "_time": { @@ -10237,7 +10269,7 @@ ] }, "device": { - "reference": "Device/1731704147166017000.d896f77b-dd98-422d-a712-7a4836543c2d" + "reference": "Device/1732560947442931000.3c2978d9-1ed9-4a9a-9bb4-b4d49bfe12ec" }, "referenceRange": [ { @@ -10247,10 +10279,10 @@ } }, { - "fullUrl": "Device/1731704147160990000.405e2064-9f17-44e3-8ab8-5b256cd640d5", + "fullUrl": "Device/1732560947433754000.19ca0d1d-0037-4c58-a555-45d998f94102", "resource": { "resourceType": "Device", - "id": "1731704147160990000.405e2064-9f17-44e3-8ab8-5b256cd640d5", + "id": "1732560947433754000.19ca0d1d-0037-4c58-a555-45d998f94102", "identifier": [ { "extension": [ @@ -10278,10 +10310,10 @@ } }, { - "fullUrl": "Organization/1731704147162875000.6908a5eb-d000-4541-92b1-e3f85320dfc2", + "fullUrl": "Organization/1732560947436263000.e0e7f96c-30a7-48f7-a0ab-e43f923f9f4f", "resource": { "resourceType": "Organization", - "id": "1731704147162875000.6908a5eb-d000-4541-92b1-e3f85320dfc2", + "id": "1732560947436263000.e0e7f96c-30a7-48f7-a0ab-e43f923f9f4f", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", @@ -10319,10 +10351,10 @@ } }, { - "fullUrl": "Practitioner/1731704147163259000.658fcd14-05f8-4ce9-b2e3-02892a4090ad", + "fullUrl": "Practitioner/1732560947437107000.5bd8092f-c0f1-440f-b4bb-1c8681413bc9", "resource": { "resourceType": "Practitioner", - "id": "1731704147163259000.658fcd14-05f8-4ce9-b2e3-02892a4090ad", + "id": "1732560947437107000.5bd8092f-c0f1-440f-b4bb-1c8681413bc9", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", @@ -10350,12 +10382,12 @@ } }, { - "fullUrl": "PractitionerRole/1731704147162992000.018f7b75-4ec6-4227-a3ff-7d874c6e5e3c", + "fullUrl": "PractitionerRole/1732560947436510000.3bd0c3ad-775d-4c25-a2b8-22d533364a14", "resource": { "resourceType": "PractitionerRole", - "id": "1731704147162992000.018f7b75-4ec6-4227-a3ff-7d874c6e5e3c", + "id": "1732560947436510000.3bd0c3ad-775d-4c25-a2b8-22d533364a14", "practitioner": { - "reference": "Practitioner/1731704147163259000.658fcd14-05f8-4ce9-b2e3-02892a4090ad" + "reference": "Practitioner/1732560947437107000.5bd8092f-c0f1-440f-b4bb-1c8681413bc9" }, "code": [ { @@ -10370,10 +10402,10 @@ } }, { - "fullUrl": "Practitioner/1731704147163668000.6fb4c171-b74f-416b-a184-d07bfa5d26d9", + "fullUrl": "Practitioner/1732560947437952000.28334464-853e-4881-bfc3-9ad3c0f82280", "resource": { "resourceType": "Practitioner", - "id": "1731704147163668000.6fb4c171-b74f-416b-a184-d07bfa5d26d9", + "id": "1732560947437952000.28334464-853e-4881-bfc3-9ad3c0f82280", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", @@ -10401,10 +10433,10 @@ } }, { - "fullUrl": "Organization/1731704147164107000.590658fa-0dd1-4426-ad4e-f0feb03c6839", + "fullUrl": "Organization/1732560947438950000.3d87b7cb-e34a-4026-abe4-33bbd35c10ad", "resource": { "resourceType": "Organization", - "id": "1731704147164107000.590658fa-0dd1-4426-ad4e-f0feb03c6839", + "id": "1732560947438950000.3d87b7cb-e34a-4026-abe4-33bbd35c10ad", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", @@ -10478,15 +10510,15 @@ } }, { - "fullUrl": "PractitionerRole/1731704147163384000.fe838dae-1a49-4c35-9cd4-4e9acc0d6954", + "fullUrl": "PractitionerRole/1732560947437350000.a95aa005-ca56-47ab-94c5-8fede0d519ef", "resource": { "resourceType": "PractitionerRole", - "id": "1731704147163384000.fe838dae-1a49-4c35-9cd4-4e9acc0d6954", + "id": "1732560947437350000.a95aa005-ca56-47ab-94c5-8fede0d519ef", "practitioner": { - "reference": "Practitioner/1731704147163668000.6fb4c171-b74f-416b-a184-d07bfa5d26d9" + "reference": "Practitioner/1732560947437952000.28334464-853e-4881-bfc3-9ad3c0f82280" }, "organization": { - "reference": "Organization/1731704147164107000.590658fa-0dd1-4426-ad4e-f0feb03c6839" + "reference": "Organization/1732560947438950000.3d87b7cb-e34a-4026-abe4-33bbd35c10ad" }, "code": [ { @@ -10501,10 +10533,10 @@ } }, { - "fullUrl": "Practitioner/1731704147164734000.6e86960d-7ce5-46ce-b232-32e1f2d869cb", + "fullUrl": "Practitioner/1732560947440304000.24cf6e82-960a-4605-8d9a-72b2e785c6b4", "resource": { "resourceType": "Practitioner", - "id": "1731704147164734000.6e86960d-7ce5-46ce-b232-32e1f2d869cb", + "id": "1732560947440304000.24cf6e82-960a-4605-8d9a-72b2e785c6b4", "identifier": [ { "value": "Bob R.N.A." @@ -10513,10 +10545,10 @@ } }, { - "fullUrl": "Practitioner/1731704147165326000.bd6acfa1-61d9-409f-9230-2a78641a0f72", + "fullUrl": "Practitioner/1732560947441597000.2dc62479-1ac9-4917-ba62-411e37453721", "resource": { "resourceType": "Practitioner", - "id": "1731704147165326000.bd6acfa1-61d9-409f-9230-2a78641a0f72", + "id": "1732560947441597000.2dc62479-1ac9-4917-ba62-411e37453721", "identifier": [ { "value": "Bob R.N.A." @@ -10525,10 +10557,10 @@ } }, { - "fullUrl": "Device/1731704147166017000.d896f77b-dd98-422d-a712-7a4836543c2d", + "fullUrl": "Device/1732560947442931000.3c2978d9-1ed9-4a9a-9bb4-b4d49bfe12ec", "resource": { "resourceType": "Device", - "id": "1731704147166017000.d896f77b-dd98-422d-a712-7a4836543c2d", + "id": "1732560947442931000.3c2978d9-1ed9-4a9a-9bb4-b4d49bfe12ec", "identifier": [ { "extension": [ @@ -10556,10 +10588,10 @@ } }, { - "fullUrl": "Observation/1731704147168198000.1c632d99-c9e4-4105-929e-424341cb702f", + "fullUrl": "Observation/1732560947452762000.982e8dbf-6f70-46c9-9291-4bf159092ea8", "resource": { "resourceType": "Observation", - "id": "1731704147168198000.1c632d99-c9e4-4105-929e-424341cb702f", + "id": "1732560947452762000.982e8dbf-6f70-46c9-9291-4bf159092ea8", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", @@ -10760,13 +10792,13 @@ { "url": "OBX.18", "valueReference": { - "reference": "Device/1731704147167337000.9174c4a7-c8f4-450c-b6dd-cafc1b371187" + "reference": "Device/1732560947450961000.e87c94b2-e6f3-4d4a-9394-dcfa4b260214" } }, { "url": "OBX.18", "valueReference": { - "reference": "Device/1731704147167467000.42323ac3-be59-4bce-a1b6-4d4140e7e0b8" + "reference": "Device/1732560947451258000.e01d036e-3a31-4c54-852d-b2223d7ff180" } }, { @@ -10850,22 +10882,6 @@ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", "valueString": "LN" - }, - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/condition-code", - "valueCoding": { - "system": "SNOMEDCT", - "code": "6142004", - "display": "Influenza (disorder)" - } - }, - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/condition-code", - "valueCoding": { - "system": "SNOMEDCT", - "code": "6142004", - "display": "Influenza (disorder)" - } } ], "system": "http://loinc.org", @@ -10875,10 +10891,10 @@ ] }, "subject": { - "reference": "Patient/1731704146951532000.feebe084-6c07-45e4-b0b3-8f2dc0fe51ea" + "reference": "Patient/1732560947048199000.d085d2f5-4893-4917-8034-26207f44daee" }, "encounter": { - "reference": "Encounter/1731704146993830000.c7fb2291-5b17-4035-a2d1-7ccc15e57a65" + "reference": "Encounter/1732560947116827000.30eb62e2-3974-4fc3-9d69-7b9e6119177e" }, "effectiveDateTime": "2023-01-01T00:00:00Z", "_effectiveDateTime": { @@ -10891,16 +10907,16 @@ }, "performer": [ { - "reference": "Organization/1731704147168467000.9f1395e7-3391-4559-a9b6-a421a5906d9f" + "reference": "Organization/1732560947453324000.d966a526-6886-4262-a380-2cfa66a23632" }, { - "reference": "PractitionerRole/1731704147168573000.4eb05911-8ff2-4204-aca7-72f82783ce5e" + "reference": "PractitionerRole/1732560947453526000.b4f1bbea-6211-4420-8414-f3499ac71d1a" }, { - "reference": "PractitionerRole/1731704147168960000.ab9f6b8d-685e-40f8-926e-f7ca864ad9c2" + "reference": "PractitionerRole/1732560947454333000.d48045c2-d160-4171-919a-d00db16e1b75" }, { - "reference": "PractitionerRole/1731704147169334000.416da949-98e9-4c53-a37a-8877d65dc889" + "reference": "PractitionerRole/1732560947455114000.18c45f9a-23ca-4a4d-8199-ab441dc23a6e" } ], "valueCodeableConcept": { @@ -11012,7 +11028,7 @@ } ], "authorReference": { - "reference": "Practitioner/1731704147170643000.aa0d8682-8f0b-4e83-ac00-3ea13bb9a10b" + "reference": "Practitioner/1732560947458639000.71d35ae3-fdc7-45e8-8611-df40fb13c990" }, "time": "2023-02-21", "_time": { @@ -11084,7 +11100,7 @@ } ], "authorReference": { - "reference": "Practitioner/1731704147171234000.932d85c8-4a1c-4f5b-857d-86b61535f2d8" + "reference": "Practitioner/1732560947459879000.6fe5cb3a-dcea-4944-bd94-89fc71a97dbc" }, "time": "2023-02-21", "_time": { @@ -11131,7 +11147,7 @@ ] }, "device": { - "reference": "Device/1731704147171938000.cb4532b3-e006-4f9e-8d37-45a5d613f4f2" + "reference": "Device/1732560947461346000.f55a48f7-adec-4248-870f-ea708477853c" }, "referenceRange": [ { @@ -11141,10 +11157,10 @@ } }, { - "fullUrl": "Device/1731704147167337000.9174c4a7-c8f4-450c-b6dd-cafc1b371187", + "fullUrl": "Device/1732560947450961000.e87c94b2-e6f3-4d4a-9394-dcfa4b260214", "resource": { "resourceType": "Device", - "id": "1731704147167337000.9174c4a7-c8f4-450c-b6dd-cafc1b371187", + "id": "1732560947450961000.e87c94b2-e6f3-4d4a-9394-dcfa4b260214", "identifier": [ { "extension": [ @@ -11172,10 +11188,10 @@ } }, { - "fullUrl": "Device/1731704147167467000.42323ac3-be59-4bce-a1b6-4d4140e7e0b8", + "fullUrl": "Device/1732560947451258000.e01d036e-3a31-4c54-852d-b2223d7ff180", "resource": { "resourceType": "Device", - "id": "1731704147167467000.42323ac3-be59-4bce-a1b6-4d4140e7e0b8", + "id": "1732560947451258000.e01d036e-3a31-4c54-852d-b2223d7ff180", "identifier": [ { "extension": [ @@ -11203,10 +11219,10 @@ } }, { - "fullUrl": "Organization/1731704147168467000.9f1395e7-3391-4559-a9b6-a421a5906d9f", + "fullUrl": "Organization/1732560947453324000.d966a526-6886-4262-a380-2cfa66a23632", "resource": { "resourceType": "Organization", - "id": "1731704147168467000.9f1395e7-3391-4559-a9b6-a421a5906d9f", + "id": "1732560947453324000.d966a526-6886-4262-a380-2cfa66a23632", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", @@ -11244,10 +11260,10 @@ } }, { - "fullUrl": "Practitioner/1731704147168839000.d2b649f5-d25a-4cd3-ac11-b5b19683e132", + "fullUrl": "Practitioner/1732560947454077000.5f76029c-4b68-4c77-ae9f-df63aa9de998", "resource": { "resourceType": "Practitioner", - "id": "1731704147168839000.d2b649f5-d25a-4cd3-ac11-b5b19683e132", + "id": "1732560947454077000.5f76029c-4b68-4c77-ae9f-df63aa9de998", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", @@ -11275,12 +11291,12 @@ } }, { - "fullUrl": "PractitionerRole/1731704147168573000.4eb05911-8ff2-4204-aca7-72f82783ce5e", + "fullUrl": "PractitionerRole/1732560947453526000.b4f1bbea-6211-4420-8414-f3499ac71d1a", "resource": { "resourceType": "PractitionerRole", - "id": "1731704147168573000.4eb05911-8ff2-4204-aca7-72f82783ce5e", + "id": "1732560947453526000.b4f1bbea-6211-4420-8414-f3499ac71d1a", "practitioner": { - "reference": "Practitioner/1731704147168839000.d2b649f5-d25a-4cd3-ac11-b5b19683e132" + "reference": "Practitioner/1732560947454077000.5f76029c-4b68-4c77-ae9f-df63aa9de998" }, "code": [ { @@ -11295,10 +11311,10 @@ } }, { - "fullUrl": "Practitioner/1731704147169216000.06ff7b28-3a7e-4247-98e1-6c1abd6a4bf3", + "fullUrl": "Practitioner/1732560947454864000.9b076555-2a5b-4c3e-a493-5933cbc6df12", "resource": { "resourceType": "Practitioner", - "id": "1731704147169216000.06ff7b28-3a7e-4247-98e1-6c1abd6a4bf3", + "id": "1732560947454864000.9b076555-2a5b-4c3e-a493-5933cbc6df12", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", @@ -11326,12 +11342,12 @@ } }, { - "fullUrl": "PractitionerRole/1731704147168960000.ab9f6b8d-685e-40f8-926e-f7ca864ad9c2", + "fullUrl": "PractitionerRole/1732560947454333000.d48045c2-d160-4171-919a-d00db16e1b75", "resource": { "resourceType": "PractitionerRole", - "id": "1731704147168960000.ab9f6b8d-685e-40f8-926e-f7ca864ad9c2", + "id": "1732560947454333000.d48045c2-d160-4171-919a-d00db16e1b75", "practitioner": { - "reference": "Practitioner/1731704147169216000.06ff7b28-3a7e-4247-98e1-6c1abd6a4bf3" + "reference": "Practitioner/1732560947454864000.9b076555-2a5b-4c3e-a493-5933cbc6df12" }, "code": [ { @@ -11346,10 +11362,10 @@ } }, { - "fullUrl": "Practitioner/1731704147169615000.990b559d-6154-4c36-9689-478b7edd9443", + "fullUrl": "Practitioner/1732560947455722000.9239160a-b816-4cf1-a255-486e508ed743", "resource": { "resourceType": "Practitioner", - "id": "1731704147169615000.990b559d-6154-4c36-9689-478b7edd9443", + "id": "1732560947455722000.9239160a-b816-4cf1-a255-486e508ed743", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", @@ -11377,10 +11393,10 @@ } }, { - "fullUrl": "Organization/1731704147170054000.c546001a-ecb4-4f54-95b9-da3cfe09e583", + "fullUrl": "Organization/1732560947457302000.24673c89-ad21-4e07-96bc-1367d4a5eb53", "resource": { "resourceType": "Organization", - "id": "1731704147170054000.c546001a-ecb4-4f54-95b9-da3cfe09e583", + "id": "1732560947457302000.24673c89-ad21-4e07-96bc-1367d4a5eb53", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", @@ -11454,15 +11470,15 @@ } }, { - "fullUrl": "PractitionerRole/1731704147169334000.416da949-98e9-4c53-a37a-8877d65dc889", + "fullUrl": "PractitionerRole/1732560947455114000.18c45f9a-23ca-4a4d-8199-ab441dc23a6e", "resource": { "resourceType": "PractitionerRole", - "id": "1731704147169334000.416da949-98e9-4c53-a37a-8877d65dc889", + "id": "1732560947455114000.18c45f9a-23ca-4a4d-8199-ab441dc23a6e", "practitioner": { - "reference": "Practitioner/1731704147169615000.990b559d-6154-4c36-9689-478b7edd9443" + "reference": "Practitioner/1732560947455722000.9239160a-b816-4cf1-a255-486e508ed743" }, "organization": { - "reference": "Organization/1731704147170054000.c546001a-ecb4-4f54-95b9-da3cfe09e583" + "reference": "Organization/1732560947457302000.24673c89-ad21-4e07-96bc-1367d4a5eb53" }, "code": [ { @@ -11477,10 +11493,10 @@ } }, { - "fullUrl": "Practitioner/1731704147170643000.aa0d8682-8f0b-4e83-ac00-3ea13bb9a10b", + "fullUrl": "Practitioner/1732560947458639000.71d35ae3-fdc7-45e8-8611-df40fb13c990", "resource": { "resourceType": "Practitioner", - "id": "1731704147170643000.aa0d8682-8f0b-4e83-ac00-3ea13bb9a10b", + "id": "1732560947458639000.71d35ae3-fdc7-45e8-8611-df40fb13c990", "identifier": [ { "value": "Bob R.N.A." @@ -11489,10 +11505,10 @@ } }, { - "fullUrl": "Practitioner/1731704147171234000.932d85c8-4a1c-4f5b-857d-86b61535f2d8", + "fullUrl": "Practitioner/1732560947459879000.6fe5cb3a-dcea-4944-bd94-89fc71a97dbc", "resource": { "resourceType": "Practitioner", - "id": "1731704147171234000.932d85c8-4a1c-4f5b-857d-86b61535f2d8", + "id": "1732560947459879000.6fe5cb3a-dcea-4944-bd94-89fc71a97dbc", "identifier": [ { "value": "Bob R.N.A." @@ -11501,10 +11517,10 @@ } }, { - "fullUrl": "Device/1731704147171938000.cb4532b3-e006-4f9e-8d37-45a5d613f4f2", + "fullUrl": "Device/1732560947461346000.f55a48f7-adec-4248-870f-ea708477853c", "resource": { "resourceType": "Device", - "id": "1731704147171938000.cb4532b3-e006-4f9e-8d37-45a5d613f4f2", + "id": "1732560947461346000.f55a48f7-adec-4248-870f-ea708477853c", "identifier": [ { "extension": [ @@ -11532,10 +11548,10 @@ } }, { - "fullUrl": "Specimen/1731704147177705000.f3963125-8b94-45a0-9230-a03c2ded1897", + "fullUrl": "Specimen/1732560947469944000.d44f2361-3edc-4170-bea3-6af32fd4a247", "resource": { "resourceType": "Specimen", - "id": "1731704147177705000.f3963125-8b94-45a0-9230-a03c2ded1897", + "id": "1732560947469944000.d44f2361-3edc-4170-bea3-6af32fd4a247", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", @@ -11566,7 +11582,7 @@ }, "collection": { "collector": { - "reference": "Practitioner/1731704147178849000.28c590b5-b762-4d6a-8f5d-c4d69b256760" + "reference": "Practitioner/1732560947472617000.12cea1fc-bc1e-4f6d-8d0b-b1dc8f747ab5" }, "collectedPeriod": { "end": "2024-02-20", @@ -11702,10 +11718,10 @@ } }, { - "fullUrl": "Practitioner/1731704147178849000.28c590b5-b762-4d6a-8f5d-c4d69b256760", + "fullUrl": "Practitioner/1732560947472617000.12cea1fc-bc1e-4f6d-8d0b-b1dc8f747ab5", "resource": { "resourceType": "Practitioner", - "id": "1731704147178849000.28c590b5-b762-4d6a-8f5d-c4d69b256760", + "id": "1732560947472617000.12cea1fc-bc1e-4f6d-8d0b-b1dc8f747ab5", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", @@ -11854,10 +11870,10 @@ } }, { - "fullUrl": "Specimen/1731704147185921000.569f0698-a5ed-4f92-8ece-4ef418c289db", + "fullUrl": "Specimen/1732560947485272000.2de97c85-b7e1-4d34-89b3-5eb0281675c7", "resource": { "resourceType": "Specimen", - "id": "1731704147185921000.569f0698-a5ed-4f92-8ece-4ef418c289db", + "id": "1732560947485272000.2de97c85-b7e1-4d34-89b3-5eb0281675c7", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", @@ -12608,10 +12624,10 @@ } }, { - "fullUrl": "Specimen/1731704147188542000.3061406c-a576-41c2-82e3-000fc013e70a", + "fullUrl": "Specimen/1732560947490639000.76590a8f-5db7-4f30-8409-11147b0d050c", "resource": { "resourceType": "Specimen", - "id": "1731704147188542000.3061406c-a576-41c2-82e3-000fc013e70a", + "id": "1732560947490639000.76590a8f-5db7-4f30-8409-11147b0d050c", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", @@ -13225,10 +13241,10 @@ } }, { - "fullUrl": "ServiceRequest/1731704147218039000.4208df27-660d-47c2-acff-6836118704a4", + "fullUrl": "ServiceRequest/1732560947529907000.d8a09a6a-8364-469a-b25b-3af90b0b03a7", "resource": { "resourceType": "ServiceRequest", - "id": "1731704147218039000.4208df27-660d-47c2-acff-6836118704a4", + "id": "1732560947529907000.d8a09a6a-8364-469a-b25b-3af90b0b03a7", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", @@ -13273,25 +13289,25 @@ { "url": "ORC.19", "valueReference": { - "reference": "Practitioner/1731704147195237000.cb331cc0-ac8b-4eea-b321-b8920ce71cb7" + "reference": "Practitioner/1732560947499269000.5ec7bd2d-b46f-4ab5-b6f1-105e2a16a033" } }, { "url": "ORC.19", "valueReference": { - "reference": "Practitioner/1731704147195562000.dd9d759c-dc2e-4d35-86bc-1bc003fc9aeb" + "reference": "Practitioner/1732560947499740000.59d10b31-b2d0-4645-8bef-afeb200d6f85" } }, { "url": "orc-21-ordering-facility-name", "valueReference": { - "reference": "Organization/1731704147196014000.1df675bf-6e36-40e6-9ea8-79c5fed7b315" + "reference": "Organization/1732560947500330000.8cdf6910-2555-4d7f-9e91-3df392f1eaac" } }, { "url": "orc-21-ordering-facility-name", "valueReference": { - "reference": "Organization/1731704147196245000.dd0d299d-5ad3-4fc6-a831-3115cd4ac18a" + "reference": "Organization/1732560947500653000.31f4e156-e9ee-451b-be8a-2f507d69bfe8" } }, { @@ -13521,43 +13537,43 @@ { "url": "ORC.10", "valueReference": { - "reference": "Practitioner/1731704147197900000.b64fec6c-cfc6-434a-b92a-f6cf2764b06c" + "reference": "Practitioner/1732560947503002000.ee504390-2017-4f6f-a4f3-53b2fd73246d" } }, { "url": "ORC.10", "valueReference": { - "reference": "Practitioner/1731704147198178000.868c0d5c-23b4-4fa9-8928-8238ab04c86d" + "reference": "Practitioner/1732560947503448000.f7156834-3f5d-4a82-b7a1-98e183b07cf1" } }, { "url": "ORC.11", "valueReference": { - "reference": "Practitioner/1731704147198490000.04a64bf0-70cc-433a-be3c-2b331a12e441" + "reference": "Practitioner/1732560947503902000.ed6d174d-d09e-41af-9395-2400535214ee" } }, { "url": "ORC.11", "valueReference": { - "reference": "Practitioner/1731704147198786000.583bf1fe-fa2c-4bfb-a502-de5f852e753c" + "reference": "Practitioner/1732560947504312000.06c8aa90-edcb-468f-89e5-132d01a8b5c7" } }, { "url": "orc-12-ordering-provider", "valueReference": { - "reference": "Practitioner/1731704147199079000.1779db36-128c-4164-b38e-de6636efb229" + "reference": "Practitioner/1732560947504759000.80007309-46b8-45c5-aca3-f060b9482d7a" } }, { "url": "orc-12-ordering-provider", "valueReference": { - "reference": "Practitioner/1731704147199370000.e59dcfbf-12c0-471e-b92a-23fbb76c5128" + "reference": "Practitioner/1732560947505412000.8534206a-3bee-45ba-93ea-4c0d68ae7d23" } }, { "url": "ORC.13", "valueReference": { - "reference": "Location/1731704147199904000.5d034c54-5076-4f70-9c58-b2e8b71319a1" + "reference": "Location/1732560947506294000.04f6861c-e932-41ec-888f-b700e45b7102" } }, { @@ -13748,13 +13764,13 @@ { "url": "OBR.16", "valueReference": { - "reference": "Practitioner/1731704147202382000.63cabfeb-beb5-4e0d-b64f-c95134373633" + "reference": "Practitioner/1732560947509331000.0ab46a24-9916-4747-9fca-3a758c81028b" } }, { "url": "OBR.16", "valueReference": { - "reference": "Practitioner/1731704147202713000.417d1a2d-c639-491e-93e2-42bcd7c42905" + "reference": "Practitioner/1732560947509819000.f1cdce66-9637-48cd-8b16-10bab1f16e1d" } }, { @@ -14000,13 +14016,13 @@ { "url": "OBR.28", "valueReference": { - "reference": "Practitioner/1731704147204704000.6b69d8ef-3028-47d6-927e-d5d5872dc892" + "reference": "Practitioner/1732560947512408000.783446c3-304f-4c9f-a460-d4e80fdb8c88" } }, { "url": "OBR.28", "valueReference": { - "reference": "Practitioner/1731704147205067000.c4c1f05b-712b-4813-a986-4a9df29d8fdb" + "reference": "Practitioner/1732560947512884000.d4774390-13b1-4d5b-8a3e-0347f57475ba" } }, { @@ -14061,13 +14077,13 @@ { "url": "OBR.33", "valueReference": { - "reference": "PractitionerRole/1731704147211853000.8e9954f7-ef42-4e32-ace7-5d50620a3751" + "reference": "PractitionerRole/1732560947520941000.f4eece44-f1da-4aca-be73-8ec35f36dab6" } }, { "url": "OBR.33", "valueReference": { - "reference": "PractitionerRole/1731704147213550000.2782cfa7-176d-45f4-9da6-b3a7a0ca064d" + "reference": "PractitionerRole/1732560947523162000.7c84ee7b-bdc3-4795-a183-d2c5bec9e2be" } }, { @@ -14299,13 +14315,13 @@ { "url": "OBR.10", "valueReference": { - "reference": "Practitioner/1731704147215800000.26615138-a081-4dec-8dd4-f397cc610177" + "reference": "Practitioner/1732560947526641000.f9f859f3-9bf8-411e-8112-33b23d353c7e" } }, { "url": "OBR.10", "valueReference": { - "reference": "Practitioner/1731704147216669000.d101dec3-5e03-4524-a7de-fce7f3782bba" + "reference": "Practitioner/1732560947527932000.3ca1d3ad-62cd-41ed-9062-5fad5b91e7c3" } }, { @@ -14636,7 +14652,7 @@ } ], "subject": { - "reference": "Patient/1731704146951532000.feebe084-6c07-45e4-b0b3-8f2dc0fe51ea" + "reference": "Patient/1732560947048199000.d085d2f5-4893-4917-8034-26207f44daee" }, "occurrenceDateTime": "2022-02-02T10:22:00Z", "_occurrenceDateTime": { @@ -14702,7 +14718,7 @@ } } ], - "reference": "PractitionerRole/1731704147190227000.de0f9388-eee6-46c9-a0e9-641f06a54759" + "reference": "PractitionerRole/1732560947492831000.5cd7780b-0f2c-46ca-889f-0798fb775efb" }, "locationCode": [ { @@ -14756,21 +14772,21 @@ ], "supportingInfo": [ { - "reference": "Observation/1731704147162570000.349f1ee4-3af5-4488-a631-4a1051f73265" + "reference": "Observation/1732560947435581000.24cfd8df-b5c0-4e26-8530-038f0d0f38bd" }, { - "reference": "Observation/1731704147168198000.1c632d99-c9e4-4105-929e-424341cb702f" + "reference": "Observation/1732560947452762000.982e8dbf-6f70-46c9-9291-4bf159092ea8" } ], "specimen": [ { - "reference": "Specimen/1731704147185921000.569f0698-a5ed-4f92-8ece-4ef418c289db" + "reference": "Specimen/1732560947485272000.2de97c85-b7e1-4d34-89b3-5eb0281675c7" }, { - "reference": "Specimen/1731704147188542000.3061406c-a576-41c2-82e3-000fc013e70a" + "reference": "Specimen/1732560947490639000.76590a8f-5db7-4f30-8409-11147b0d050c" }, { - "reference": "Specimen/1731704147177705000.f3963125-8b94-45a0-9230-a03c2ded1897" + "reference": "Specimen/1732560947469944000.d44f2361-3edc-4170-bea3-6af32fd4a247" } ], "note": [ @@ -14877,10 +14893,10 @@ } }, { - "fullUrl": "Practitioner/1731704147190872000.837181c4-e6fc-4e7f-99bd-dcf8d3652e07", + "fullUrl": "Practitioner/1732560947493696000.0477e27d-b681-492e-b0a3-4df3af046aa0", "resource": { "resourceType": "Practitioner", - "id": "1731704147190872000.837181c4-e6fc-4e7f-99bd-dcf8d3652e07", + "id": "1732560947493696000.0477e27d-b681-492e-b0a3-4df3af046aa0", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", @@ -14936,10 +14952,10 @@ } }, { - "fullUrl": "Location/1731704147191158000.d0cacc5d-bc46-4559-9dbe-1f883c20dccb", + "fullUrl": "Location/1732560947494068000.23e06089-e5d2-4ce3-b999-2680e8d550ff", "resource": { "resourceType": "Location", - "id": "1731704147191158000.d0cacc5d-bc46-4559-9dbe-1f883c20dccb", + "id": "1732560947494068000.23e06089-e5d2-4ce3-b999-2680e8d550ff", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", @@ -14963,10 +14979,10 @@ } }, { - "fullUrl": "Organization/1731704147191936000.8abde946-6f9d-45c2-9211-18dbf481a8dd", + "fullUrl": "Organization/1732560947495609000.878c2511-f6c3-4dac-a91f-ef40b67ea045", "resource": { "resourceType": "Organization", - "id": "1731704147191936000.8abde946-6f9d-45c2-9211-18dbf481a8dd", + "id": "1732560947495609000.878c2511-f6c3-4dac-a91f-ef40b67ea045", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/name-representation-code", @@ -15005,7 +15021,7 @@ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", "valueReference": { - "reference": "Location/1731704147191158000.d0cacc5d-bc46-4559-9dbe-1f883c20dccb" + "reference": "Location/1732560947494068000.23e06089-e5d2-4ce3-b999-2680e8d550ff" } } ], @@ -15089,23 +15105,23 @@ } }, { - "fullUrl": "PractitionerRole/1731704147190227000.de0f9388-eee6-46c9-a0e9-641f06a54759", + "fullUrl": "PractitionerRole/1732560947492831000.5cd7780b-0f2c-46ca-889f-0798fb775efb", "resource": { "resourceType": "PractitionerRole", - "id": "1731704147190227000.de0f9388-eee6-46c9-a0e9-641f06a54759", + "id": "1732560947492831000.5cd7780b-0f2c-46ca-889f-0798fb775efb", "practitioner": { - "reference": "Practitioner/1731704147190872000.837181c4-e6fc-4e7f-99bd-dcf8d3652e07" + "reference": "Practitioner/1732560947493696000.0477e27d-b681-492e-b0a3-4df3af046aa0" }, "organization": { - "reference": "Organization/1731704147191936000.8abde946-6f9d-45c2-9211-18dbf481a8dd" + "reference": "Organization/1732560947495609000.878c2511-f6c3-4dac-a91f-ef40b67ea045" } } }, { - "fullUrl": "Practitioner/1731704147195237000.cb331cc0-ac8b-4eea-b321-b8920ce71cb7", + "fullUrl": "Practitioner/1732560947499269000.5ec7bd2d-b46f-4ab5-b6f1-105e2a16a033", "resource": { "resourceType": "Practitioner", - "id": "1731704147195237000.cb331cc0-ac8b-4eea-b321-b8920ce71cb7", + "id": "1732560947499269000.5ec7bd2d-b46f-4ab5-b6f1-105e2a16a033", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", @@ -15132,10 +15148,10 @@ } }, { - "fullUrl": "Practitioner/1731704147195562000.dd9d759c-dc2e-4d35-86bc-1bc003fc9aeb", + "fullUrl": "Practitioner/1732560947499740000.59d10b31-b2d0-4645-8bef-afeb200d6f85", "resource": { "resourceType": "Practitioner", - "id": "1731704147195562000.dd9d759c-dc2e-4d35-86bc-1bc003fc9aeb", + "id": "1732560947499740000.59d10b31-b2d0-4645-8bef-afeb200d6f85", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", @@ -15162,10 +15178,10 @@ } }, { - "fullUrl": "Location/1731704147195823000.dcb8facd-feae-4182-8a57-4131fdc09680", + "fullUrl": "Location/1732560947500074000.bb6760cf-9dbe-4d9a-9f74-ea8bb96b5798", "resource": { "resourceType": "Location", - "id": "1731704147195823000.dcb8facd-feae-4182-8a57-4131fdc09680", + "id": "1732560947500074000.bb6760cf-9dbe-4d9a-9f74-ea8bb96b5798", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", @@ -15189,10 +15205,10 @@ } }, { - "fullUrl": "Organization/1731704147196014000.1df675bf-6e36-40e6-9ea8-79c5fed7b315", + "fullUrl": "Organization/1732560947500330000.8cdf6910-2555-4d7f-9e91-3df392f1eaac", "resource": { "resourceType": "Organization", - "id": "1731704147196014000.1df675bf-6e36-40e6-9ea8-79c5fed7b315", + "id": "1732560947500330000.8cdf6910-2555-4d7f-9e91-3df392f1eaac", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/name-representation-code", @@ -15231,7 +15247,7 @@ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", "valueReference": { - "reference": "Location/1731704147195823000.dcb8facd-feae-4182-8a57-4131fdc09680" + "reference": "Location/1732560947500074000.bb6760cf-9dbe-4d9a-9f74-ea8bb96b5798" } } ], @@ -15250,10 +15266,10 @@ } }, { - "fullUrl": "Organization/1731704147196245000.dd0d299d-5ad3-4fc6-a831-3115cd4ac18a", + "fullUrl": "Organization/1732560947500653000.31f4e156-e9ee-451b-be8a-2f507d69bfe8", "resource": { "resourceType": "Organization", - "id": "1731704147196245000.dd0d299d-5ad3-4fc6-a831-3115cd4ac18a", + "id": "1732560947500653000.31f4e156-e9ee-451b-be8a-2f507d69bfe8", "identifier": [ { "extension": [ @@ -15281,10 +15297,10 @@ } }, { - "fullUrl": "Practitioner/1731704147197900000.b64fec6c-cfc6-434a-b92a-f6cf2764b06c", + "fullUrl": "Practitioner/1732560947503002000.ee504390-2017-4f6f-a4f3-53b2fd73246d", "resource": { "resourceType": "Practitioner", - "id": "1731704147197900000.b64fec6c-cfc6-434a-b92a-f6cf2764b06c", + "id": "1732560947503002000.ee504390-2017-4f6f-a4f3-53b2fd73246d", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", @@ -15311,10 +15327,10 @@ } }, { - "fullUrl": "Practitioner/1731704147198178000.868c0d5c-23b4-4fa9-8928-8238ab04c86d", + "fullUrl": "Practitioner/1732560947503448000.f7156834-3f5d-4a82-b7a1-98e183b07cf1", "resource": { "resourceType": "Practitioner", - "id": "1731704147198178000.868c0d5c-23b4-4fa9-8928-8238ab04c86d", + "id": "1732560947503448000.f7156834-3f5d-4a82-b7a1-98e183b07cf1", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", @@ -15341,10 +15357,10 @@ } }, { - "fullUrl": "Practitioner/1731704147198490000.04a64bf0-70cc-433a-be3c-2b331a12e441", + "fullUrl": "Practitioner/1732560947503902000.ed6d174d-d09e-41af-9395-2400535214ee", "resource": { "resourceType": "Practitioner", - "id": "1731704147198490000.04a64bf0-70cc-433a-be3c-2b331a12e441", + "id": "1732560947503902000.ed6d174d-d09e-41af-9395-2400535214ee", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", @@ -15371,10 +15387,10 @@ } }, { - "fullUrl": "Practitioner/1731704147198786000.583bf1fe-fa2c-4bfb-a502-de5f852e753c", + "fullUrl": "Practitioner/1732560947504312000.06c8aa90-edcb-468f-89e5-132d01a8b5c7", "resource": { "resourceType": "Practitioner", - "id": "1731704147198786000.583bf1fe-fa2c-4bfb-a502-de5f852e753c", + "id": "1732560947504312000.06c8aa90-edcb-468f-89e5-132d01a8b5c7", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", @@ -15401,10 +15417,10 @@ } }, { - "fullUrl": "Practitioner/1731704147199079000.1779db36-128c-4164-b38e-de6636efb229", + "fullUrl": "Practitioner/1732560947504759000.80007309-46b8-45c5-aca3-f060b9482d7a", "resource": { "resourceType": "Practitioner", - "id": "1731704147199079000.1779db36-128c-4164-b38e-de6636efb229", + "id": "1732560947504759000.80007309-46b8-45c5-aca3-f060b9482d7a", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", @@ -15431,10 +15447,10 @@ } }, { - "fullUrl": "Practitioner/1731704147199370000.e59dcfbf-12c0-471e-b92a-23fbb76c5128", + "fullUrl": "Practitioner/1732560947505412000.8534206a-3bee-45ba-93ea-4c0d68ae7d23", "resource": { "resourceType": "Practitioner", - "id": "1731704147199370000.e59dcfbf-12c0-471e-b92a-23fbb76c5128", + "id": "1732560947505412000.8534206a-3bee-45ba-93ea-4c0d68ae7d23", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", @@ -15461,10 +15477,10 @@ } }, { - "fullUrl": "Location/1731704147199755000.fd89ef34-6aaf-44ab-b3d8-8c863bed21b8", + "fullUrl": "Location/1732560947506084000.5a892c5b-37ad-4002-bd47-8c6803d8464c", "resource": { "resourceType": "Location", - "id": "1731704147199755000.fd89ef34-6aaf-44ab-b3d8-8c863bed21b8", + "id": "1732560947506084000.5a892c5b-37ad-4002-bd47-8c6803d8464c", "identifier": [ { "extension": [ @@ -15516,10 +15532,10 @@ } }, { - "fullUrl": "Location/1731704147199904000.5d034c54-5076-4f70-9c58-b2e8b71319a1", + "fullUrl": "Location/1732560947506294000.04f6861c-e932-41ec-888f-b700e45b7102", "resource": { "resourceType": "Location", - "id": "1731704147199904000.5d034c54-5076-4f70-9c58-b2e8b71319a1", + "id": "1732560947506294000.04f6861c-e932-41ec-888f-b700e45b7102", "identifier": [ { "extension": [ @@ -15570,15 +15586,15 @@ ] }, "partOf": { - "reference": "Location/1731704147199755000.fd89ef34-6aaf-44ab-b3d8-8c863bed21b8" + "reference": "Location/1732560947506084000.5a892c5b-37ad-4002-bd47-8c6803d8464c" } } }, { - "fullUrl": "Practitioner/1731704147202382000.63cabfeb-beb5-4e0d-b64f-c95134373633", + "fullUrl": "Practitioner/1732560947509331000.0ab46a24-9916-4747-9fca-3a758c81028b", "resource": { "resourceType": "Practitioner", - "id": "1731704147202382000.63cabfeb-beb5-4e0d-b64f-c95134373633", + "id": "1732560947509331000.0ab46a24-9916-4747-9fca-3a758c81028b", "identifier": [ { "value": "1" @@ -15612,10 +15628,10 @@ } }, { - "fullUrl": "Practitioner/1731704147202713000.417d1a2d-c639-491e-93e2-42bcd7c42905", + "fullUrl": "Practitioner/1732560947509819000.f1cdce66-9637-48cd-8b16-10bab1f16e1d", "resource": { "resourceType": "Practitioner", - "id": "1731704147202713000.417d1a2d-c639-491e-93e2-42bcd7c42905", + "id": "1732560947509819000.f1cdce66-9637-48cd-8b16-10bab1f16e1d", "identifier": [ { "value": "2" @@ -15649,10 +15665,10 @@ } }, { - "fullUrl": "Practitioner/1731704147204704000.6b69d8ef-3028-47d6-927e-d5d5872dc892", + "fullUrl": "Practitioner/1732560947512408000.783446c3-304f-4c9f-a460-d4e80fdb8c88", "resource": { "resourceType": "Practitioner", - "id": "1731704147204704000.6b69d8ef-3028-47d6-927e-d5d5872dc892", + "id": "1732560947512408000.783446c3-304f-4c9f-a460-d4e80fdb8c88", "identifier": [ { "value": "1" @@ -15686,10 +15702,10 @@ } }, { - "fullUrl": "Practitioner/1731704147205067000.c4c1f05b-712b-4813-a986-4a9df29d8fdb", + "fullUrl": "Practitioner/1732560947512884000.d4774390-13b1-4d5b-8a3e-0347f57475ba", "resource": { "resourceType": "Practitioner", - "id": "1731704147205067000.c4c1f05b-712b-4813-a986-4a9df29d8fdb", + "id": "1732560947512884000.d4774390-13b1-4d5b-8a3e-0347f57475ba", "identifier": [ { "value": "2" @@ -15723,10 +15739,10 @@ } }, { - "fullUrl": "Practitioner/1731704147205724000.c2d64559-e0d4-4017-a920-ff293548d65a", + "fullUrl": "Practitioner/1732560947513689000.989ab7fa-f0bb-4786-b727-a9becbfd1e60", "resource": { "resourceType": "Practitioner", - "id": "1731704147205724000.c2d64559-e0d4-4017-a920-ff293548d65a", + "id": "1732560947513689000.989ab7fa-f0bb-4786-b727-a9becbfd1e60", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cnn-practitioner", @@ -15793,10 +15809,10 @@ } }, { - "fullUrl": "Location/1731704147207231000.f137ba6c-0f8d-452b-b503-8363140bd8d9", + "fullUrl": "Location/1732560947514770000.899f4562-f9db-4c94-bb05-047c9b1e297c", "resource": { "resourceType": "Location", - "id": "1731704147207231000.f137ba6c-0f8d-452b-b503-8363140bd8d9", + "id": "1732560947514770000.899f4562-f9db-4c94-bb05-047c9b1e297c", "identifier": [ { "extension": [ @@ -15843,10 +15859,10 @@ } }, { - "fullUrl": "Location/1731704147211014000.bcba6116-9a8f-4b82-8bf7-db9455f0baa9", + "fullUrl": "Location/1732560947519778000.baa0c773-906b-48e3-8494-d317e4765870", "resource": { "resourceType": "Location", - "id": "1731704147211014000.bcba6116-9a8f-4b82-8bf7-db9455f0baa9", + "id": "1732560947519778000.baa0c773-906b-48e3-8494-d317e4765870", "identifier": [ { "value": "Building 123" @@ -15865,10 +15881,10 @@ } }, { - "fullUrl": "Location/1731704147211283000.d4c96278-9ffc-465d-a89b-996d017764dd", + "fullUrl": "Location/1732560947520130000.cbd13489-be1a-49b5-87fb-0674e5abb016", "resource": { "resourceType": "Location", - "id": "1731704147211283000.d4c96278-9ffc-465d-a89b-996d017764dd", + "id": "1732560947520130000.cbd13489-be1a-49b5-87fb-0674e5abb016", "identifier": [ { "value": "Point of Care" @@ -15894,10 +15910,10 @@ } }, { - "fullUrl": "Location/1731704147211453000.670df912-71b5-403a-9567-094aaf478caf", + "fullUrl": "Location/1732560947520385000.002d6faf-8054-462d-b3c2-17cef5f937c9", "resource": { "resourceType": "Location", - "id": "1731704147211453000.670df912-71b5-403a-9567-094aaf478caf", + "id": "1732560947520385000.002d6faf-8054-462d-b3c2-17cef5f937c9", "identifier": [ { "value": "Floor A" @@ -15916,10 +15932,10 @@ } }, { - "fullUrl": "Location/1731704147211631000.fbf85beb-72c2-4c3d-9d58-e81e5b28a9a7", + "fullUrl": "Location/1732560947520622000.ec54c592-0fd8-4cc6-b472-bd37ae789d4c", "resource": { "resourceType": "Location", - "id": "1731704147211631000.fbf85beb-72c2-4c3d-9d58-e81e5b28a9a7", + "id": "1732560947520622000.ec54c592-0fd8-4cc6-b472-bd37ae789d4c", "identifier": [ { "value": "Room 101" @@ -15938,10 +15954,10 @@ } }, { - "fullUrl": "Location/1731704147211793000.5112c1cd-c316-4eed-9ebd-079ff9655734", + "fullUrl": "Location/1732560947520860000.2766d69c-fb80-4b36-b28a-4974be18add8", "resource": { "resourceType": "Location", - "id": "1731704147211793000.5112c1cd-c316-4eed-9ebd-079ff9655734", + "id": "1732560947520860000.2766d69c-fb80-4b36-b28a-4974be18add8", "identifier": [ { "value": "Bed A" @@ -15960,10 +15976,10 @@ } }, { - "fullUrl": "PractitionerRole/1731704147211853000.8e9954f7-ef42-4e32-ace7-5d50620a3751", + "fullUrl": "PractitionerRole/1732560947520941000.f4eece44-f1da-4aca-be73-8ec35f36dab6", "resource": { "resourceType": "PractitionerRole", - "id": "1731704147211853000.8e9954f7-ef42-4e32-ace7-5d50620a3751", + "id": "1732560947520941000.f4eece44-f1da-4aca-be73-8ec35f36dab6", "period": { "start": "2023-04-01T10:25:31-04:00", "_start": { @@ -15985,35 +16001,35 @@ } }, "practitioner": { - "reference": "Practitioner/1731704147205724000.c2d64559-e0d4-4017-a920-ff293548d65a" + "reference": "Practitioner/1732560947513689000.989ab7fa-f0bb-4786-b727-a9becbfd1e60" }, "location": [ { - "reference": "Location/1731704147207231000.f137ba6c-0f8d-452b-b503-8363140bd8d9" + "reference": "Location/1732560947514770000.899f4562-f9db-4c94-bb05-047c9b1e297c" }, { - "reference": "Location/1731704147211014000.bcba6116-9a8f-4b82-8bf7-db9455f0baa9" + "reference": "Location/1732560947519778000.baa0c773-906b-48e3-8494-d317e4765870" }, { - "reference": "Location/1731704147211283000.d4c96278-9ffc-465d-a89b-996d017764dd" + "reference": "Location/1732560947520130000.cbd13489-be1a-49b5-87fb-0674e5abb016" }, { - "reference": "Location/1731704147211453000.670df912-71b5-403a-9567-094aaf478caf" + "reference": "Location/1732560947520385000.002d6faf-8054-462d-b3c2-17cef5f937c9" }, { - "reference": "Location/1731704147211631000.fbf85beb-72c2-4c3d-9d58-e81e5b28a9a7" + "reference": "Location/1732560947520622000.ec54c592-0fd8-4cc6-b472-bd37ae789d4c" }, { - "reference": "Location/1731704147211793000.5112c1cd-c316-4eed-9ebd-079ff9655734" + "reference": "Location/1732560947520860000.2766d69c-fb80-4b36-b28a-4974be18add8" } ] } }, { - "fullUrl": "Practitioner/1731704147212340000.e2e0c2bb-9790-4d5b-bb08-7ab58adece2a", + "fullUrl": "Practitioner/1732560947521580000.9330085d-9c64-4b23-898d-fc1bc316d586", "resource": { "resourceType": "Practitioner", - "id": "1731704147212340000.e2e0c2bb-9790-4d5b-bb08-7ab58adece2a", + "id": "1732560947521580000.9330085d-9c64-4b23-898d-fc1bc316d586", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cnn-practitioner", @@ -16080,10 +16096,10 @@ } }, { - "fullUrl": "Location/1731704147212528000.58fe3b52-dd06-4182-a73e-37f67635bd2e", + "fullUrl": "Location/1732560947521847000.75df0af0-f84c-4d5e-8e52-527efd517da2", "resource": { "resourceType": "Location", - "id": "1731704147212528000.58fe3b52-dd06-4182-a73e-37f67635bd2e", + "id": "1732560947521847000.75df0af0-f84c-4d5e-8e52-527efd517da2", "identifier": [ { "extension": [ @@ -16130,10 +16146,10 @@ } }, { - "fullUrl": "Location/1731704147212695000.ba243a96-dfd5-413d-8aa4-196dce741f6a", + "fullUrl": "Location/1732560947522072000.f6938ab7-8e59-4ee2-89d7-8c1661087a27", "resource": { "resourceType": "Location", - "id": "1731704147212695000.ba243a96-dfd5-413d-8aa4-196dce741f6a", + "id": "1732560947522072000.f6938ab7-8e59-4ee2-89d7-8c1661087a27", "identifier": [ { "value": "Building 123" @@ -16152,10 +16168,10 @@ } }, { - "fullUrl": "Location/1731704147212956000.9bb0fed5-c0c7-4e37-bd10-970414515cd6", + "fullUrl": "Location/1732560947522403000.efdd2a8b-bfa4-4dd5-83ae-c38648ec1d24", "resource": { "resourceType": "Location", - "id": "1731704147212956000.9bb0fed5-c0c7-4e37-bd10-970414515cd6", + "id": "1732560947522403000.efdd2a8b-bfa4-4dd5-83ae-c38648ec1d24", "identifier": [ { "value": "Point of Care" @@ -16181,10 +16197,10 @@ } }, { - "fullUrl": "Location/1731704147213139000.2c0cc0c1-c713-4a9b-93a2-9f205ea319e5", + "fullUrl": "Location/1732560947522621000.8fe4d35a-e4c0-49af-8a26-b3d58e3e3da4", "resource": { "resourceType": "Location", - "id": "1731704147213139000.2c0cc0c1-c713-4a9b-93a2-9f205ea319e5", + "id": "1732560947522621000.8fe4d35a-e4c0-49af-8a26-b3d58e3e3da4", "identifier": [ { "value": "Floor A" @@ -16203,10 +16219,10 @@ } }, { - "fullUrl": "Location/1731704147213310000.e1ec7b93-8462-4ab6-8cf4-9c8961fcc4cc", + "fullUrl": "Location/1732560947522844000.32e18ce9-898d-4990-bdb6-eebb57cbf15d", "resource": { "resourceType": "Location", - "id": "1731704147213310000.e1ec7b93-8462-4ab6-8cf4-9c8961fcc4cc", + "id": "1732560947522844000.32e18ce9-898d-4990-bdb6-eebb57cbf15d", "identifier": [ { "value": "Room 101" @@ -16225,10 +16241,10 @@ } }, { - "fullUrl": "Location/1731704147213481000.b8856f6f-53a4-417a-961f-45104e0cfd50", + "fullUrl": "Location/1732560947523077000.606ef017-d450-4f80-be05-3bffc19531e4", "resource": { "resourceType": "Location", - "id": "1731704147213481000.b8856f6f-53a4-417a-961f-45104e0cfd50", + "id": "1732560947523077000.606ef017-d450-4f80-be05-3bffc19531e4", "identifier": [ { "value": "Bed A" @@ -16247,10 +16263,10 @@ } }, { - "fullUrl": "PractitionerRole/1731704147213550000.2782cfa7-176d-45f4-9da6-b3a7a0ca064d", + "fullUrl": "PractitionerRole/1732560947523162000.7c84ee7b-bdc3-4795-a183-d2c5bec9e2be", "resource": { "resourceType": "PractitionerRole", - "id": "1731704147213550000.2782cfa7-176d-45f4-9da6-b3a7a0ca064d", + "id": "1732560947523162000.7c84ee7b-bdc3-4795-a183-d2c5bec9e2be", "period": { "start": "2023-04-01T10:25:31-04:00", "_start": { @@ -16272,35 +16288,35 @@ } }, "practitioner": { - "reference": "Practitioner/1731704147212340000.e2e0c2bb-9790-4d5b-bb08-7ab58adece2a" + "reference": "Practitioner/1732560947521580000.9330085d-9c64-4b23-898d-fc1bc316d586" }, "location": [ { - "reference": "Location/1731704147212528000.58fe3b52-dd06-4182-a73e-37f67635bd2e" + "reference": "Location/1732560947521847000.75df0af0-f84c-4d5e-8e52-527efd517da2" }, { - "reference": "Location/1731704147212695000.ba243a96-dfd5-413d-8aa4-196dce741f6a" + "reference": "Location/1732560947522072000.f6938ab7-8e59-4ee2-89d7-8c1661087a27" }, { - "reference": "Location/1731704147212956000.9bb0fed5-c0c7-4e37-bd10-970414515cd6" + "reference": "Location/1732560947522403000.efdd2a8b-bfa4-4dd5-83ae-c38648ec1d24" }, { - "reference": "Location/1731704147213139000.2c0cc0c1-c713-4a9b-93a2-9f205ea319e5" + "reference": "Location/1732560947522621000.8fe4d35a-e4c0-49af-8a26-b3d58e3e3da4" }, { - "reference": "Location/1731704147213310000.e1ec7b93-8462-4ab6-8cf4-9c8961fcc4cc" + "reference": "Location/1732560947522844000.32e18ce9-898d-4990-bdb6-eebb57cbf15d" }, { - "reference": "Location/1731704147213481000.b8856f6f-53a4-417a-961f-45104e0cfd50" + "reference": "Location/1732560947523077000.606ef017-d450-4f80-be05-3bffc19531e4" } ] } }, { - "fullUrl": "Practitioner/1731704147215800000.26615138-a081-4dec-8dd4-f397cc610177", + "fullUrl": "Practitioner/1732560947526641000.f9f859f3-9bf8-411e-8112-33b23d353c7e", "resource": { "resourceType": "Practitioner", - "id": "1731704147215800000.26615138-a081-4dec-8dd4-f397cc610177", + "id": "1732560947526641000.f9f859f3-9bf8-411e-8112-33b23d353c7e", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", @@ -16449,10 +16465,10 @@ } }, { - "fullUrl": "Practitioner/1731704147216669000.d101dec3-5e03-4524-a7de-fce7f3782bba", + "fullUrl": "Practitioner/1732560947527932000.3ca1d3ad-62cd-41ed-9062-5fad5b91e7c3", "resource": { "resourceType": "Practitioner", - "id": "1731704147216669000.d101dec3-5e03-4524-a7de-fce7f3782bba", + "id": "1732560947527932000.3ca1d3ad-62cd-41ed-9062-5fad5b91e7c3", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", diff --git a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/ormo01/orm_o01-full.fhir b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/ormo01/orm_o01-full.fhir index dbd8ced6685..be9dcdbbb46 100644 --- a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/ormo01/orm_o01-full.fhir +++ b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/ormo01/orm_o01-full.fhir @@ -1,21 +1,21 @@ { "resourceType": "Bundle", - "id": "1731029041966102000.c61cae84-2e4a-4896-a1c9-606af60b8644", + "id": "1732562153058506000.7cc24107-cbb3-445d-9ef3-20575f5535e3", "meta": { - "lastUpdated": "2024-11-07T17:24:01.970-08:00" + "lastUpdated": "2024-11-25T14:15:53.069-05:00" }, "identifier": { "system": "https://reportstream.cdc.gov/prime-router", "value": "0123" }, "type": "message", - "timestamp": "2019-07-20T09:12:29.000-07:00", + "timestamp": "2019-07-20T09:12:29.000-04:00", "entry": [ { - "fullUrl": "MessageHeader/1731029042020936000.11b249e1-d39d-4c63-bf54-183be05520c6", + "fullUrl": "MessageHeader/1732562153157287000.e92f3023-52ef-4fbc-a6ba-48dd04e150d9", "resource": { "resourceType": "MessageHeader", - "id": "1731029042020936000.11b249e1-d39d-4c63-bf54-183be05520c6", + "id": "1732562153157287000.e92f3023-52ef-4fbc-a6ba-48dd04e150d9", "meta": { "security": [ { @@ -183,7 +183,7 @@ "name": "txdshslabNBS", "endpoint": "urn:oid:2.16.840.1.114222.4.1.181960.2", "receiver": { - "reference": "Organization/1731029042017362000.106c959b-9e9e-4d4f-a7e8-f24db85a4d8e" + "reference": "Organization/1732562153152314000.636eb862-9bcf-4578-a8c4-76d76a52c7ba" } }, { @@ -204,17 +204,17 @@ "name": "ReceivingNetworkAddress", "endpoint": "urn:oid:9.87.123.1.114222.XXX", "receiver": { - "reference": "Organization/1731029042018204000.aee781f0-7046-460d-b453-df6eb98361fd" + "reference": "Organization/1732562153153628000.0edff44e-8d45-4fc3-b5c3-08fbed46c70e" } }, { "receiver": { - "reference": "Organization/1731029042020729000.07d4fabb-3c13-4e3e-9073-139ea792def6" + "reference": "Organization/1732562153157046000.37e93667-a04a-48be-b006-008c74bb0229" } } ], "sender": { - "reference": "Organization/1731029041997646000.0e5c02cb-8c43-4143-9430-46e27ea77fe0" + "reference": "Organization/1732562153123310000.dd82ace9-715d-4637-bdd6-9168cfe52cb2" }, "source": { "extension": [ @@ -238,15 +238,15 @@ "endpoint": "urn:oid:2.16.840.1.114222.XXX" }, "responsible": { - "reference": "Organization/1731029042016675000.a4b74f1e-f4df-458a-ac8b-261f7f96e3d2" + "reference": "Organization/1732562153151265000.9bb994e6-10bc-44ca-be6f-6a3b49f0993a" } } }, { - "fullUrl": "Organization/1731029041997646000.0e5c02cb-8c43-4143-9430-46e27ea77fe0", + "fullUrl": "Organization/1732562153123310000.dd82ace9-715d-4637-bdd6-9168cfe52cb2", "resource": { "resourceType": "Organization", - "id": "1731029041997646000.0e5c02cb-8c43-4143-9430-46e27ea77fe0", + "id": "1732562153123310000.dd82ace9-715d-4637-bdd6-9168cfe52cb2", "identifier": [ { "extension": [ @@ -284,10 +284,10 @@ } }, { - "fullUrl": "Location/1731029042013195000.465bf635-a79d-4108-b166-ad2dfd5d0106", + "fullUrl": "Location/1732562153145172000.e4978d40-c022-47e7-8443-cf61eb977e14", "resource": { "resourceType": "Location", - "id": "1731029042013195000.465bf635-a79d-4108-b166-ad2dfd5d0106", + "id": "1732562153145172000.e4978d40-c022-47e7-8443-cf61eb977e14", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", @@ -311,10 +311,10 @@ } }, { - "fullUrl": "Organization/1731029042016675000.a4b74f1e-f4df-458a-ac8b-261f7f96e3d2", + "fullUrl": "Organization/1732562153151265000.9bb994e6-10bc-44ca-be6f-6a3b49f0993a", "resource": { "resourceType": "Organization", - "id": "1731029042016675000.a4b74f1e-f4df-458a-ac8b-261f7f96e3d2", + "id": "1732562153151265000.9bb994e6-10bc-44ca-be6f-6a3b49f0993a", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", @@ -422,7 +422,7 @@ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", "valueReference": { - "reference": "Location/1731029042013195000.465bf635-a79d-4108-b166-ad2dfd5d0106" + "reference": "Location/1732562153145172000.e4978d40-c022-47e7-8443-cf61eb977e14" } } ], @@ -441,10 +441,10 @@ } }, { - "fullUrl": "Organization/1731029042017362000.106c959b-9e9e-4d4f-a7e8-f24db85a4d8e", + "fullUrl": "Organization/1732562153152314000.636eb862-9bcf-4578-a8c4-76d76a52c7ba", "resource": { "resourceType": "Organization", - "id": "1731029042017362000.106c959b-9e9e-4d4f-a7e8-f24db85a4d8e", + "id": "1732562153152314000.636eb862-9bcf-4578-a8c4-76d76a52c7ba", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", @@ -483,10 +483,10 @@ } }, { - "fullUrl": "Organization/1731029042018204000.aee781f0-7046-460d-b453-df6eb98361fd", + "fullUrl": "Organization/1732562153153628000.0edff44e-8d45-4fc3-b5c3-08fbed46c70e", "resource": { "resourceType": "Organization", - "id": "1731029042018204000.aee781f0-7046-460d-b453-df6eb98361fd", + "id": "1732562153153628000.0edff44e-8d45-4fc3-b5c3-08fbed46c70e", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", @@ -525,10 +525,10 @@ } }, { - "fullUrl": "Location/1731029042019265000.0e7b637a-eb35-412f-88d9-412d14965fd3", + "fullUrl": "Location/1732562153155241000.f7d91a91-d032-427f-a60f-1c9d160143c8", "resource": { "resourceType": "Location", - "id": "1731029042019265000.0e7b637a-eb35-412f-88d9-412d14965fd3", + "id": "1732562153155241000.f7d91a91-d032-427f-a60f-1c9d160143c8", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", @@ -552,10 +552,10 @@ } }, { - "fullUrl": "Organization/1731029042020729000.07d4fabb-3c13-4e3e-9073-139ea792def6", + "fullUrl": "Organization/1732562153157046000.37e93667-a04a-48be-b006-008c74bb0229", "resource": { "resourceType": "Organization", - "id": "1731029042020729000.07d4fabb-3c13-4e3e-9073-139ea792def6", + "id": "1732562153157046000.37e93667-a04a-48be-b006-008c74bb0229", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", @@ -667,7 +667,7 @@ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", "valueReference": { - "reference": "Location/1731029042019265000.0e7b637a-eb35-412f-88d9-412d14965fd3" + "reference": "Location/1732562153155241000.f7d91a91-d032-427f-a60f-1c9d160143c8" } } ], @@ -686,10 +686,10 @@ } }, { - "fullUrl": "Provenance/1731029042255928000.7a039cd4-4b47-477e-afb0-4ed3bc68bb61", + "fullUrl": "Provenance/1732562153760137000.9845f2ac-0c8e-4157-bf81-430b8f689f6a", "resource": { "resourceType": "Provenance", - "id": "1731029042255928000.7a039cd4-4b47-477e-afb0-4ed3bc68bb61", + "id": "1732562153760137000.9845f2ac-0c8e-4157-bf81-430b8f689f6a", "recorded": "2019-07-20T09:12:29Z", "activity": { "coding": [ @@ -709,17 +709,17 @@ ] }, "who": { - "reference": "Organization/1731029042255695000.3cdd1b82-df0c-4f16-88d7-bf3f9455885b" + "reference": "Organization/1732562153759773000.5080022a-2415-47cf-8028-6440055dff6c" } } ] } }, { - "fullUrl": "Location/1731029042254728000.e748abca-2697-4c52-9736-739a09f6c29b", + "fullUrl": "Location/1732562153758411000.b85d5a33-3539-4bb5-84ce-e23b322ecc6b", "resource": { "resourceType": "Location", - "id": "1731029042254728000.e748abca-2697-4c52-9736-739a09f6c29b", + "id": "1732562153758411000.b85d5a33-3539-4bb5-84ce-e23b322ecc6b", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", @@ -743,10 +743,10 @@ } }, { - "fullUrl": "Organization/1731029042255695000.3cdd1b82-df0c-4f16-88d7-bf3f9455885b", + "fullUrl": "Organization/1732562153759773000.5080022a-2415-47cf-8028-6440055dff6c", "resource": { "resourceType": "Organization", - "id": "1731029042255695000.3cdd1b82-df0c-4f16-88d7-bf3f9455885b", + "id": "1732562153759773000.5080022a-2415-47cf-8028-6440055dff6c", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", @@ -854,7 +854,7 @@ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", "valueReference": { - "reference": "Location/1731029042254728000.e748abca-2697-4c52-9736-739a09f6c29b" + "reference": "Location/1732562153758411000.b85d5a33-3539-4bb5-84ce-e23b322ecc6b" } } ], @@ -873,11 +873,11 @@ } }, { - "fullUrl": "Provenance/1731029042266187000.70e81727-b4fe-47f7-91b1-5d121def562d", + "fullUrl": "Provenance/1732562153773679000.9c273ef9-317b-4457-acaa-d0a10be76910", "resource": { "resourceType": "Provenance", - "id": "1731029042266187000.70e81727-b4fe-47f7-91b1-5d121def562d", - "recorded": "2024-11-07T17:24:02Z", + "id": "1732562153773679000.9c273ef9-317b-4457-acaa-d0a10be76910", + "recorded": "2024-11-25T14:15:53Z", "policy": [ "http://hl7.org/fhir/uv/v2mappings/message-oru-r01-to-bundle" ], @@ -899,17 +899,17 @@ ] }, "who": { - "reference": "Organization/1731029042265934000.c0677c2f-a995-46c8-8b69-60bc3b2815ad" + "reference": "Organization/1732562153773433000.efe18488-3dea-42aa-b546-44a2320a3f28" } } ] } }, { - "fullUrl": "Organization/1731029042265934000.c0677c2f-a995-46c8-8b69-60bc3b2815ad", + "fullUrl": "Organization/1732562153773433000.efe18488-3dea-42aa-b546-44a2320a3f28", "resource": { "resourceType": "Organization", - "id": "1731029042265934000.c0677c2f-a995-46c8-8b69-60bc3b2815ad", + "id": "1732562153773433000.efe18488-3dea-42aa-b546-44a2320a3f28", "identifier": [ { "value": "CDC PRIME - Atlanta" @@ -929,16 +929,16 @@ } }, { - "fullUrl": "Patient/1731029042299508000.1f95ce50-d413-4108-aa07-665724a5a896", + "fullUrl": "Patient/1732562153843122000.7e823011-2378-4ca6-bc19-0701168a7768", "resource": { "resourceType": "Patient", - "id": "1731029042299508000.1f95ce50-d413-4108-aa07-665724a5a896", + "id": "1732562153843122000.7e823011-2378-4ca6-bc19-0701168a7768", "meta": { "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/last-updated-facility-namespace-id", "valueReference": { - "reference": "Organization/1731029042296068000.218e21be-9d09-4b28-9860-d821b93ca3b2" + "reference": "Organization/1732562153836395000.14028c7c-9147-459e-8c73-0d1a2cac74b2" } } ], @@ -1035,7 +1035,7 @@ } ], "authorReference": { - "reference": "Practitioner/1731029042278089000.dcac21f6-7843-4a7d-9e94-f835c89dd949" + "reference": "Practitioner/1732562153789290000.4bbdce01-bb61-40c4-a31b-92bdb4331530" }, "time": "2023-05-31", "_time": { @@ -1131,7 +1131,7 @@ } ], "authorReference": { - "reference": "Practitioner/1731029042279250000.30d1176d-d94b-48a5-bda0-b965e559f312" + "reference": "Practitioner/1732562153791331000.5cbd435d-6005-4e9b-9730-0909d058b397" }, "time": "2023-05-31", "_time": { @@ -2026,7 +2026,7 @@ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-facility", "valueReference": { - "reference": "Organization/1731029042283964000.e3b1bba3-e4f7-405e-89e1-d733a478c1b9" + "reference": "Organization/1732562153801120000.6e0bbb7a-f0d3-40a7-ad6a-f75659ffdcc8" } }, { @@ -2077,7 +2077,7 @@ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-facility", "valueReference": { - "reference": "Organization/1731029042284454000.a74b8594-2b75-4b7e-b40a-21703482cbd3" + "reference": "Organization/1732562153802611000.f400d90a-2443-480f-adc6-1dad3b6fa5bd" } }, { @@ -2191,13 +2191,13 @@ { "url": "PD1.14", "valueReference": { - "reference": "Organization/1731029042285778000.f0325b07-69bd-43a4-b608-75926ed76ef9" + "reference": "Organization/1732562153806033000.7c00260f-d478-4f7a-bcf5-b4763fc10b76" } }, { "url": "PD1.14", "valueReference": { - "reference": "Organization/1731029042286633000.1d3d00af-d0be-4208-b248-cb16b26bcd0b" + "reference": "Organization/1732562153808295000.5ffd5adf-aaf7-4e2f-bb55-4fb4fe4e71c1" } }, { @@ -2628,7 +2628,7 @@ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-facility", "valueReference": { - "reference": "Organization/1731029042272209000.1cef4d16-bd86-473b-b83c-1ab46ba1f0fc" + "reference": "Organization/1732562153780196000.4b9cd4af-9c9a-497f-a604-a8b0c57455b3" } }, { @@ -2780,7 +2780,7 @@ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-facility", "valueReference": { - "reference": "Organization/1731029042274008000.c9730404-84b5-4280-aa11-aeae7230d310" + "reference": "Organization/1732562153783031000.c9978086-5e18-4764-b0a1-b9faaad4250f" } }, { @@ -3452,7 +3452,23 @@ "country": "USA", "period": { "start": "2020", - "end": "2024" + "_start": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "2020" + } + ] + }, + "end": "2024", + "_end": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "2024" + } + ] + } } } ], @@ -3499,22 +3515,22 @@ ], "generalPractitioner": [ { - "reference": "Organization/1731029042275811000.e30e89df-3168-48e5-a793-7f3bca1892b9" + "reference": "Organization/1732562153785679000.6782734a-567c-4ff9-97bc-64a1501e8e6b" }, { - "reference": "Organization/1731029042277151000.608595c1-1031-4aff-95ef-28cd62805833" + "reference": "Organization/1732562153787502000.6a296664-095f-422a-9acb-d8a934b9decd" } ], "link": [ { "other": { - "reference": "RelatedPerson/1731029042292411000.661fa483-f834-4f80-9850-7b88e6d5bf07" + "reference": "RelatedPerson/1732562153824586000.9f4b56c7-f6b1-4b61-bec5-63cba9d7865c" }, "type": "seealso" }, { "other": { - "reference": "RelatedPerson/1731029042292650000.97d6703f-1989-480e-be9c-f0d017e0ef9e" + "reference": "RelatedPerson/1732562153824978000.5c7cdd4c-1308-45a8-9a6f-f9da853f99a6" }, "type": "seealso" } @@ -3522,10 +3538,10 @@ } }, { - "fullUrl": "Organization/1731029042272209000.1cef4d16-bd86-473b-b83c-1ab46ba1f0fc", + "fullUrl": "Organization/1732562153780196000.4b9cd4af-9c9a-497f-a604-a8b0c57455b3", "resource": { "resourceType": "Organization", - "id": "1731029042272209000.1cef4d16-bd86-473b-b83c-1ab46ba1f0fc", + "id": "1732562153780196000.4b9cd4af-9c9a-497f-a604-a8b0c57455b3", "identifier": [ { "extension": [ @@ -3558,10 +3574,10 @@ } }, { - "fullUrl": "Organization/1731029042274008000.c9730404-84b5-4280-aa11-aeae7230d310", + "fullUrl": "Organization/1732562153783031000.c9978086-5e18-4764-b0a1-b9faaad4250f", "resource": { "resourceType": "Organization", - "id": "1731029042274008000.c9730404-84b5-4280-aa11-aeae7230d310", + "id": "1732562153783031000.c9978086-5e18-4764-b0a1-b9faaad4250f", "identifier": [ { "extension": [ @@ -3594,10 +3610,10 @@ } }, { - "fullUrl": "Location/1731029042275069000.ddcf45c9-3c4a-4ce6-9a72-929cd8cab495", + "fullUrl": "Location/1732562153784561000.263ec032-cfa5-4a0e-b859-3307c6a4bf76", "resource": { "resourceType": "Location", - "id": "1731029042275069000.ddcf45c9-3c4a-4ce6-9a72-929cd8cab495", + "id": "1732562153784561000.263ec032-cfa5-4a0e-b859-3307c6a4bf76", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", @@ -3621,10 +3637,10 @@ } }, { - "fullUrl": "Organization/1731029042275811000.e30e89df-3168-48e5-a793-7f3bca1892b9", + "fullUrl": "Organization/1732562153785679000.6782734a-567c-4ff9-97bc-64a1501e8e6b", "resource": { "resourceType": "Organization", - "id": "1731029042275811000.e30e89df-3168-48e5-a793-7f3bca1892b9", + "id": "1732562153785679000.6782734a-567c-4ff9-97bc-64a1501e8e6b", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", @@ -3732,7 +3748,7 @@ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", "valueReference": { - "reference": "Location/1731029042275069000.ddcf45c9-3c4a-4ce6-9a72-929cd8cab495" + "reference": "Location/1732562153784561000.263ec032-cfa5-4a0e-b859-3307c6a4bf76" } } ], @@ -3751,10 +3767,10 @@ } }, { - "fullUrl": "Location/1731029042276287000.885d46fb-a834-4cf4-9b84-b8885351e052", + "fullUrl": "Location/1732562153786484000.240bc114-fd18-48a5-90ac-a3df1cceab0b", "resource": { "resourceType": "Location", - "id": "1731029042276287000.885d46fb-a834-4cf4-9b84-b8885351e052", + "id": "1732562153786484000.240bc114-fd18-48a5-90ac-a3df1cceab0b", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", @@ -3778,10 +3794,10 @@ } }, { - "fullUrl": "Organization/1731029042277151000.608595c1-1031-4aff-95ef-28cd62805833", + "fullUrl": "Organization/1732562153787502000.6a296664-095f-422a-9acb-d8a934b9decd", "resource": { "resourceType": "Organization", - "id": "1731029042277151000.608595c1-1031-4aff-95ef-28cd62805833", + "id": "1732562153787502000.6a296664-095f-422a-9acb-d8a934b9decd", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", @@ -3889,7 +3905,7 @@ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", "valueReference": { - "reference": "Location/1731029042276287000.885d46fb-a834-4cf4-9b84-b8885351e052" + "reference": "Location/1732562153786484000.240bc114-fd18-48a5-90ac-a3df1cceab0b" } } ], @@ -3908,10 +3924,10 @@ } }, { - "fullUrl": "Practitioner/1731029042278089000.dcac21f6-7843-4a7d-9e94-f835c89dd949", + "fullUrl": "Practitioner/1732562153789290000.4bbdce01-bb61-40c4-a31b-92bdb4331530", "resource": { "resourceType": "Practitioner", - "id": "1731029042278089000.dcac21f6-7843-4a7d-9e94-f835c89dd949", + "id": "1732562153789290000.4bbdce01-bb61-40c4-a31b-92bdb4331530", "identifier": [ { "value": "Bob R.N." @@ -3920,10 +3936,10 @@ } }, { - "fullUrl": "Practitioner/1731029042279250000.30d1176d-d94b-48a5-bda0-b965e559f312", + "fullUrl": "Practitioner/1732562153791331000.5cbd435d-6005-4e9b-9730-0909d058b397", "resource": { "resourceType": "Practitioner", - "id": "1731029042279250000.30d1176d-d94b-48a5-bda0-b965e559f312", + "id": "1732562153791331000.5cbd435d-6005-4e9b-9730-0909d058b397", "identifier": [ { "value": "Bob R.N." @@ -3932,10 +3948,10 @@ } }, { - "fullUrl": "Organization/1731029042283964000.e3b1bba3-e4f7-405e-89e1-d733a478c1b9", + "fullUrl": "Organization/1732562153801120000.6e0bbb7a-f0d3-40a7-ad6a-f75659ffdcc8", "resource": { "resourceType": "Organization", - "id": "1731029042283964000.e3b1bba3-e4f7-405e-89e1-d733a478c1b9", + "id": "1732562153801120000.6e0bbb7a-f0d3-40a7-ad6a-f75659ffdcc8", "identifier": [ { "extension": [ @@ -3968,10 +3984,10 @@ } }, { - "fullUrl": "Organization/1731029042284454000.a74b8594-2b75-4b7e-b40a-21703482cbd3", + "fullUrl": "Organization/1732562153802611000.f400d90a-2443-480f-adc6-1dad3b6fa5bd", "resource": { "resourceType": "Organization", - "id": "1731029042284454000.a74b8594-2b75-4b7e-b40a-21703482cbd3", + "id": "1732562153802611000.f400d90a-2443-480f-adc6-1dad3b6fa5bd", "identifier": [ { "extension": [ @@ -4004,10 +4020,10 @@ } }, { - "fullUrl": "Location/1731029042285256000.8a4e6c7d-7f23-49a8-93b4-492994dc0f67", + "fullUrl": "Location/1732562153804615000.37ac84fc-0891-401b-ac46-0d6883b59493", "resource": { "resourceType": "Location", - "id": "1731029042285256000.8a4e6c7d-7f23-49a8-93b4-492994dc0f67", + "id": "1732562153804615000.37ac84fc-0891-401b-ac46-0d6883b59493", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", @@ -4031,10 +4047,10 @@ } }, { - "fullUrl": "Organization/1731029042285778000.f0325b07-69bd-43a4-b608-75926ed76ef9", + "fullUrl": "Organization/1732562153806033000.7c00260f-d478-4f7a-bcf5-b4763fc10b76", "resource": { "resourceType": "Organization", - "id": "1731029042285778000.f0325b07-69bd-43a4-b608-75926ed76ef9", + "id": "1732562153806033000.7c00260f-d478-4f7a-bcf5-b4763fc10b76", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", @@ -4142,7 +4158,7 @@ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", "valueReference": { - "reference": "Location/1731029042285256000.8a4e6c7d-7f23-49a8-93b4-492994dc0f67" + "reference": "Location/1732562153804615000.37ac84fc-0891-401b-ac46-0d6883b59493" } } ], @@ -4161,10 +4177,10 @@ } }, { - "fullUrl": "Location/1731029042286162000.32b8295e-1c7c-4137-a033-a19ea733c565", + "fullUrl": "Location/1732562153807102000.241bf963-35c5-453a-b51f-739b9941c637", "resource": { "resourceType": "Location", - "id": "1731029042286162000.32b8295e-1c7c-4137-a033-a19ea733c565", + "id": "1732562153807102000.241bf963-35c5-453a-b51f-739b9941c637", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", @@ -4188,10 +4204,10 @@ } }, { - "fullUrl": "Organization/1731029042286633000.1d3d00af-d0be-4208-b248-cb16b26bcd0b", + "fullUrl": "Organization/1732562153808295000.5ffd5adf-aaf7-4e2f-bb55-4fb4fe4e71c1", "resource": { "resourceType": "Organization", - "id": "1731029042286633000.1d3d00af-d0be-4208-b248-cb16b26bcd0b", + "id": "1732562153808295000.5ffd5adf-aaf7-4e2f-bb55-4fb4fe4e71c1", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", @@ -4299,7 +4315,7 @@ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", "valueReference": { - "reference": "Location/1731029042286162000.32b8295e-1c7c-4137-a033-a19ea733c565" + "reference": "Location/1732562153807102000.241bf963-35c5-453a-b51f-739b9941c637" } } ], @@ -4318,10 +4334,10 @@ } }, { - "fullUrl": "RelatedPerson/1731029042292411000.661fa483-f834-4f80-9850-7b88e6d5bf07", + "fullUrl": "RelatedPerson/1732562153824586000.9f4b56c7-f6b1-4b61-bec5-63cba9d7865c", "resource": { "resourceType": "RelatedPerson", - "id": "1731029042292411000.661fa483-f834-4f80-9850-7b88e6d5bf07", + "id": "1732562153824586000.9f4b56c7-f6b1-4b61-bec5-63cba9d7865c", "identifier": [ { "value": "maybe" @@ -4330,10 +4346,10 @@ } }, { - "fullUrl": "RelatedPerson/1731029042292650000.97d6703f-1989-480e-be9c-f0d017e0ef9e", + "fullUrl": "RelatedPerson/1732562153824978000.5c7cdd4c-1308-45a8-9a6f-f9da853f99a6", "resource": { "resourceType": "RelatedPerson", - "id": "1731029042292650000.97d6703f-1989-480e-be9c-f0d017e0ef9e", + "id": "1732562153824978000.5c7cdd4c-1308-45a8-9a6f-f9da853f99a6", "identifier": [ { "value": "maybe not" @@ -4342,10 +4358,10 @@ } }, { - "fullUrl": "Organization/1731029042296068000.218e21be-9d09-4b28-9860-d821b93ca3b2", + "fullUrl": "Organization/1732562153836395000.14028c7c-9147-459e-8c73-0d1a2cac74b2", "resource": { "resourceType": "Organization", - "id": "1731029042296068000.218e21be-9d09-4b28-9860-d821b93ca3b2", + "id": "1732562153836395000.14028c7c-9147-459e-8c73-0d1a2cac74b2", "identifier": [ { "extension": [ @@ -4378,17 +4394,17 @@ } }, { - "fullUrl": "Provenance/1731029042311258000.d22bb015-09b4-4420-ad85-3985d2838fae", + "fullUrl": "Provenance/1732562153859480000.b8c60619-c1a9-4f79-b5e6-94f4755ea073", "resource": { "resourceType": "Provenance", - "id": "1731029042311258000.d22bb015-09b4-4420-ad85-3985d2838fae", + "id": "1732562153859480000.b8c60619-c1a9-4f79-b5e6-94f4755ea073", "target": [ { - "reference": "Patient/1731029042299508000.1f95ce50-d413-4108-aa07-665724a5a896" + "reference": "Patient/1732562153843122000.7e823011-2378-4ca6-bc19-0701168a7768" } ], "occurredDateTime": "2024-08-21T11:38:00Z", - "recorded": "2024-11-07T17:24:02Z", + "recorded": "2024-11-25T14:15:53Z", "activity": { "coding": [ { @@ -4408,17 +4424,17 @@ ] }, "who": { - "reference": "Organization/1731029042311028000.c8e18451-6def-4300-8585-9061dc6d7d98" + "reference": "Organization/1732562153859199000.ae77c9c5-4e55-4a4c-a9a6-1ce58e201c47" } } ] } }, { - "fullUrl": "Organization/1731029042311028000.c8e18451-6def-4300-8585-9061dc6d7d98", + "fullUrl": "Organization/1732562153859199000.ae77c9c5-4e55-4a4c-a9a6-1ce58e201c47", "resource": { "resourceType": "Organization", - "id": "1731029042311028000.c8e18451-6def-4300-8585-9061dc6d7d98", + "id": "1732562153859199000.ae77c9c5-4e55-4a4c-a9a6-1ce58e201c47", "identifier": [ { "extension": [ @@ -4451,10 +4467,10 @@ } }, { - "fullUrl": "Encounter/1731029042331483000.6ae6a93b-42d4-4a92-978f-005dfe836104", + "fullUrl": "Encounter/1732562153890198000.0ce58f24-e0de-4d23-aba5-12c6458c21cc", "resource": { "resourceType": "Encounter", - "id": "1731029042331483000.6ae6a93b-42d4-4a92-978f-005dfe836104", + "id": "1732562153890198000.0ce58f24-e0de-4d23-aba5-12c6458c21cc", "meta": { "security": [ { @@ -4793,13 +4809,13 @@ { "url": "PV2.23", "valueReference": { - "reference": "Organization/1731029042317379000.57926e6d-cb39-43b3-b333-92e2fc4e4d60" + "reference": "Organization/1732562153867456000.0263cd4a-57d6-4c91-9cf9-17f499d198e3" } }, { "url": "PV2.23", "valueReference": { - "reference": "Organization/1731029042318219000.dba7f4ef-0d77-4a6c-b829-e27e678abd92" + "reference": "Organization/1732562153868808000.30365f9b-338c-4d31-9546-c170cc2967f2" } }, { @@ -4930,11 +4946,11 @@ ] }, "subject": { - "reference": "Patient/1731029042299508000.1f95ce50-d413-4108-aa07-665724a5a896" + "reference": "Patient/1732562153843122000.7e823011-2378-4ca6-bc19-0701168a7768" }, "episodeOfCare": [ { - "reference": "EpisodeOfCare/1731029042331847000.1c9c85d5-02ea-481d-8ce5-ca0310f1232f" + "reference": "EpisodeOfCare/1732562153890759000.b03d8a2b-dcdd-4bee-98f9-78c940f8e4a1" } ], "participant": [ @@ -4951,7 +4967,7 @@ } ], "individual": { - "reference": "Practitioner/1731029042321088000.86bea183-992c-47f8-8a90-a2882e6020b5" + "reference": "Practitioner/1732562153872648000.a25105b3-620e-410a-b2c5-b1110951e5fb" } }, { @@ -4967,7 +4983,7 @@ } ], "individual": { - "reference": "Practitioner/1731029042321600000.0bd1f945-58f3-407b-8f76-58fa7c24e2d5" + "reference": "Practitioner/1732562153873388000.6823dcca-4b41-43af-a9c9-31433998e6ad" } }, { @@ -4983,7 +4999,7 @@ } ], "individual": { - "reference": "Practitioner/1731029042322118000.1fd2385d-d3ba-448d-8043-ed9498e9147b" + "reference": "Practitioner/1732562153874062000.79bc647f-a899-400d-a12f-d2e340080575" } }, { @@ -4999,7 +5015,7 @@ } ], "individual": { - "reference": "Practitioner/1731029042322587000.cbcaafb8-c6dd-433e-a765-a7fef57754e3" + "reference": "Practitioner/1732562153877446000.caf5dd3e-21c1-44cc-b7e2-9474eeccfeea" } }, { @@ -5015,7 +5031,7 @@ } ], "individual": { - "reference": "Practitioner/1731029042324738000.6f9e8651-3dbf-4b26-83cc-493209901f1f" + "reference": "Practitioner/1732562153880675000.e4722423-2100-4af4-80b0-a83fddccb7a1" } }, { @@ -5031,7 +5047,7 @@ } ], "individual": { - "reference": "Practitioner/1731029042326851000.4ef46635-aadf-44c8-96c9-1002140f0c02" + "reference": "Practitioner/1732562153883521000.62e6b6df-73ec-488c-83a6-f8901e437614" } } ], @@ -5164,7 +5180,7 @@ } ], "destination": { - "reference": "Location/1731029042318728000.71c7d82b-a37b-40e0-8d41-7a5b4a4c853f" + "reference": "Location/1732562153869414000.00b21e8f-4d47-4679-9f12-61611622639a" }, "dischargeDisposition": { "coding": [ @@ -5194,7 +5210,7 @@ } ], "location": { - "reference": "Location/1731029042329136000.d59be87f-e677-4ffb-95b9-168e179c5929" + "reference": "Location/1732562153886729000.06f365ca-2a46-435b-9b63-2a4e4fbd9a02" }, "status": "active" }, @@ -5206,7 +5222,7 @@ } ], "location": { - "reference": "Location/1731029042329907000.6521e046-6cd3-4b61-bb3f-36abf644e146" + "reference": "Location/1732562153887852000.fa9d0f80-9e6e-4310-8d3c-ad183318ab17" }, "status": "completed" }, @@ -5222,7 +5238,7 @@ } ], "location": { - "reference": "Location/1731029042330143000.deda941e-7806-40ff-b7da-53dc1bac0424" + "reference": "Location/1732562153888228000.9f180f5a-2482-4474-8bec-04be2e758e3e" }, "status": "active" }, @@ -5234,7 +5250,7 @@ } ], "location": { - "reference": "Location/1731029042330364000.f47d2828-8a4f-482e-8903-3cc2c49e240f" + "reference": "Location/1732562153888624000.1cb4f13f-1497-4d29-bd56-c8b0ebdad51a" }, "status": "planned" }, @@ -5250,7 +5266,7 @@ } ], "location": { - "reference": "Location/1731029042330629000.059cde0e-7206-4d2c-8cc8-76af4aa8dc30" + "reference": "Location/1732562153888992000.bbe075b2-fff6-49f4-8196-874a116ef3f1" }, "status": "completed" }, @@ -5266,7 +5282,7 @@ } ], "location": { - "reference": "Location/1731029042331393000.1b0a0aef-0bb2-409a-b1b3-4e9a9f79868d" + "reference": "Location/1732562153890079000.fc9d997c-b83c-4059-8bf2-5a654a2c5f0a" }, "status": "planned" } @@ -5274,10 +5290,10 @@ } }, { - "fullUrl": "Location/1731029042316845000.b1bd2555-f637-4436-94f2-31de851dd740", + "fullUrl": "Location/1732562153866745000.5c951e01-ebdb-42d4-8aa2-dd9a5ab1583b", "resource": { "resourceType": "Location", - "id": "1731029042316845000.b1bd2555-f637-4436-94f2-31de851dd740", + "id": "1732562153866745000.5c951e01-ebdb-42d4-8aa2-dd9a5ab1583b", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", @@ -5301,10 +5317,10 @@ } }, { - "fullUrl": "Organization/1731029042317379000.57926e6d-cb39-43b3-b333-92e2fc4e4d60", + "fullUrl": "Organization/1732562153867456000.0263cd4a-57d6-4c91-9cf9-17f499d198e3", "resource": { "resourceType": "Organization", - "id": "1731029042317379000.57926e6d-cb39-43b3-b333-92e2fc4e4d60", + "id": "1732562153867456000.0263cd4a-57d6-4c91-9cf9-17f499d198e3", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", @@ -5404,7 +5420,7 @@ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", "valueReference": { - "reference": "Location/1731029042316845000.b1bd2555-f637-4436-94f2-31de851dd740" + "reference": "Location/1732562153866745000.5c951e01-ebdb-42d4-8aa2-dd9a5ab1583b" } } ], @@ -5423,10 +5439,10 @@ } }, { - "fullUrl": "Location/1731029042317733000.d410255c-e32c-4682-8c53-7bb49f03d289", + "fullUrl": "Location/1732562153867965000.03d2c1ec-186a-41f7-a1b8-c86f82e9cc04", "resource": { "resourceType": "Location", - "id": "1731029042317733000.d410255c-e32c-4682-8c53-7bb49f03d289", + "id": "1732562153867965000.03d2c1ec-186a-41f7-a1b8-c86f82e9cc04", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", @@ -5450,10 +5466,10 @@ } }, { - "fullUrl": "Organization/1731029042318219000.dba7f4ef-0d77-4a6c-b829-e27e678abd92", + "fullUrl": "Organization/1732562153868808000.30365f9b-338c-4d31-9546-c170cc2967f2", "resource": { "resourceType": "Organization", - "id": "1731029042318219000.dba7f4ef-0d77-4a6c-b829-e27e678abd92", + "id": "1732562153868808000.30365f9b-338c-4d31-9546-c170cc2967f2", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", @@ -5553,7 +5569,7 @@ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", "valueReference": { - "reference": "Location/1731029042317733000.d410255c-e32c-4682-8c53-7bb49f03d289" + "reference": "Location/1732562153867965000.03d2c1ec-186a-41f7-a1b8-c86f82e9cc04" } } ], @@ -5572,10 +5588,10 @@ } }, { - "fullUrl": "Location/1731029042318728000.71c7d82b-a37b-40e0-8d41-7a5b4a4c853f", + "fullUrl": "Location/1732562153869414000.00b21e8f-4d47-4679-9f12-61611622639a", "resource": { "resourceType": "Location", - "id": "1731029042318728000.71c7d82b-a37b-40e0-8d41-7a5b4a4c853f", + "id": "1732562153869414000.00b21e8f-4d47-4679-9f12-61611622639a", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/dld2-effective-date", @@ -5585,10 +5601,10 @@ } }, { - "fullUrl": "Practitioner/1731029042321088000.86bea183-992c-47f8-8a90-a2882e6020b5", + "fullUrl": "Practitioner/1732562153872648000.a25105b3-620e-410a-b2c5-b1110951e5fb", "resource": { "resourceType": "Practitioner", - "id": "1731029042321088000.86bea183-992c-47f8-8a90-a2882e6020b5", + "id": "1732562153872648000.a25105b3-620e-410a-b2c5-b1110951e5fb", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", @@ -5681,10 +5697,10 @@ } }, { - "fullUrl": "Practitioner/1731029042321600000.0bd1f945-58f3-407b-8f76-58fa7c24e2d5", + "fullUrl": "Practitioner/1732562153873388000.6823dcca-4b41-43af-a9c9-31433998e6ad", "resource": { "resourceType": "Practitioner", - "id": "1731029042321600000.0bd1f945-58f3-407b-8f76-58fa7c24e2d5", + "id": "1732562153873388000.6823dcca-4b41-43af-a9c9-31433998e6ad", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", @@ -5704,10 +5720,10 @@ } }, { - "fullUrl": "Practitioner/1731029042322118000.1fd2385d-d3ba-448d-8043-ed9498e9147b", + "fullUrl": "Practitioner/1732562153874062000.79bc647f-a899-400d-a12f-d2e340080575", "resource": { "resourceType": "Practitioner", - "id": "1731029042322118000.1fd2385d-d3ba-448d-8043-ed9498e9147b", + "id": "1732562153874062000.79bc647f-a899-400d-a12f-d2e340080575", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", @@ -5727,10 +5743,10 @@ } }, { - "fullUrl": "Practitioner/1731029042322587000.cbcaafb8-c6dd-433e-a765-a7fef57754e3", + "fullUrl": "Practitioner/1732562153877446000.caf5dd3e-21c1-44cc-b7e2-9474eeccfeea", "resource": { "resourceType": "Practitioner", - "id": "1731029042322587000.cbcaafb8-c6dd-433e-a765-a7fef57754e3", + "id": "1732562153877446000.caf5dd3e-21c1-44cc-b7e2-9474eeccfeea", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", @@ -5750,10 +5766,10 @@ } }, { - "fullUrl": "Practitioner/1731029042324738000.6f9e8651-3dbf-4b26-83cc-493209901f1f", + "fullUrl": "Practitioner/1732562153880675000.e4722423-2100-4af4-80b0-a83fddccb7a1", "resource": { "resourceType": "Practitioner", - "id": "1731029042324738000.6f9e8651-3dbf-4b26-83cc-493209901f1f", + "id": "1732562153880675000.e4722423-2100-4af4-80b0-a83fddccb7a1", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", @@ -5961,10 +5977,10 @@ } }, { - "fullUrl": "Practitioner/1731029042326851000.4ef46635-aadf-44c8-96c9-1002140f0c02", + "fullUrl": "Practitioner/1732562153883521000.62e6b6df-73ec-488c-83a6-f8901e437614", "resource": { "resourceType": "Practitioner", - "id": "1731029042326851000.4ef46635-aadf-44c8-96c9-1002140f0c02", + "id": "1732562153883521000.62e6b6df-73ec-488c-83a6-f8901e437614", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", @@ -6172,10 +6188,10 @@ } }, { - "fullUrl": "Organization/1731029042327268000.d27b16f8-707f-4a7a-a453-fa5ae0640d87", + "fullUrl": "Organization/1732562153884161000.15dce04f-dc04-44d7-896a-917af16bf459", "resource": { "resourceType": "Organization", - "id": "1731029042327268000.d27b16f8-707f-4a7a-a453-fa5ae0640d87", + "id": "1732562153884161000.15dce04f-dc04-44d7-896a-917af16bf459", "identifier": [ { "extension": [ @@ -6208,10 +6224,10 @@ } }, { - "fullUrl": "Location/1731029042328589000.972ca0a9-5fd1-4fc9-bf0f-7a6e5a0733a9", + "fullUrl": "Location/1732562153885994000.dd0d8694-e7ed-4bb5-af66-e436a73bedfb", "resource": { "resourceType": "Location", - "id": "1731029042328589000.972ca0a9-5fd1-4fc9-bf0f-7a6e5a0733a9", + "id": "1732562153885994000.dd0d8694-e7ed-4bb5-af66-e436a73bedfb", "identifier": [ { "extension": [ @@ -6256,10 +6272,10 @@ } }, { - "fullUrl": "Location/1731029042328669000.8fdf7293-0845-4db4-8425-88754a36de5a", + "fullUrl": "Location/1732562153886110000.1aaf4e47-811d-440a-968d-61edd700f853", "resource": { "resourceType": "Location", - "id": "1731029042328669000.8fdf7293-0845-4db4-8425-88754a36de5a", + "id": "1732562153886110000.1aaf4e47-811d-440a-968d-61edd700f853", "identifier": [ { "extension": [ @@ -6288,15 +6304,15 @@ ] }, "partOf": { - "reference": "Location/1731029042328589000.972ca0a9-5fd1-4fc9-bf0f-7a6e5a0733a9" + "reference": "Location/1732562153885994000.dd0d8694-e7ed-4bb5-af66-e436a73bedfb" } } }, { - "fullUrl": "Location/1731029042328768000.f827eaa8-19de-4595-a756-1ad8023c0a86", + "fullUrl": "Location/1732562153886214000.24fed3c3-c79c-416e-9d35-6a53a6d8f63a", "resource": { "resourceType": "Location", - "id": "1731029042328768000.f827eaa8-19de-4595-a756-1ad8023c0a86", + "id": "1732562153886214000.24fed3c3-c79c-416e-9d35-6a53a6d8f63a", "identifier": [ { "extension": [ @@ -6325,15 +6341,15 @@ ] }, "partOf": { - "reference": "Location/1731029042328669000.8fdf7293-0845-4db4-8425-88754a36de5a" + "reference": "Location/1732562153886110000.1aaf4e47-811d-440a-968d-61edd700f853" } } }, { - "fullUrl": "Location/1731029042328870000.7aa55881-4e74-4ca8-a055-5488cee1ed0f", + "fullUrl": "Location/1732562153886333000.b20e122f-eb55-4b61-b8e3-291490508eef", "resource": { "resourceType": "Location", - "id": "1731029042328870000.7aa55881-4e74-4ca8-a055-5488cee1ed0f", + "id": "1732562153886333000.b20e122f-eb55-4b61-b8e3-291490508eef", "identifier": [ { "extension": [ @@ -6383,15 +6399,15 @@ ] }, "partOf": { - "reference": "Location/1731029042328768000.f827eaa8-19de-4595-a756-1ad8023c0a86" + "reference": "Location/1732562153886214000.24fed3c3-c79c-416e-9d35-6a53a6d8f63a" } } }, { - "fullUrl": "Location/1731029042328963000.38730984-8c87-4e50-b141-bfb8aa2e11c2", + "fullUrl": "Location/1732562153886482000.5bf83c58-d9e7-4790-95d6-d4b30089c79a", "resource": { "resourceType": "Location", - "id": "1731029042328963000.38730984-8c87-4e50-b141-bfb8aa2e11c2", + "id": "1732562153886482000.5bf83c58-d9e7-4790-95d6-d4b30089c79a", "identifier": [ { "extension": [ @@ -6434,15 +6450,15 @@ ] }, "partOf": { - "reference": "Location/1731029042328870000.7aa55881-4e74-4ca8-a055-5488cee1ed0f" + "reference": "Location/1732562153886333000.b20e122f-eb55-4b61-b8e3-291490508eef" } } }, { - "fullUrl": "Location/1731029042329136000.d59be87f-e677-4ffb-95b9-168e179c5929", + "fullUrl": "Location/1732562153886729000.06f365ca-2a46-435b-9b63-2a4e4fbd9a02", "resource": { "resourceType": "Location", - "id": "1731029042329136000.d59be87f-e677-4ffb-95b9-168e179c5929", + "id": "1732562153886729000.06f365ca-2a46-435b-9b63-2a4e4fbd9a02", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/pl6-person-location-type", @@ -6494,7 +6510,7 @@ ], "value": "Comprehensive", "assigner": { - "reference": "Organization/1731029042327268000.d27b16f8-707f-4a7a-a453-fa5ae0640d87" + "reference": "Organization/1732562153884161000.15dce04f-dc04-44d7-896a-917af16bf459" } } ], @@ -6509,15 +6525,15 @@ ] }, "partOf": { - "reference": "Location/1731029042328963000.38730984-8c87-4e50-b141-bfb8aa2e11c2" + "reference": "Location/1732562153886482000.5bf83c58-d9e7-4790-95d6-d4b30089c79a" } } }, { - "fullUrl": "Organization/1731029042329521000.1b77c0d0-98fa-46dc-ab3c-dc90ad720cba", + "fullUrl": "Organization/1732562153887283000.8934d259-27ae-4343-b365-6763411d76f7", "resource": { "resourceType": "Organization", - "id": "1731029042329521000.1b77c0d0-98fa-46dc-ab3c-dc90ad720cba", + "id": "1732562153887283000.8934d259-27ae-4343-b365-6763411d76f7", "identifier": [ { "extension": [ @@ -6550,10 +6566,10 @@ } }, { - "fullUrl": "Location/1731029042329907000.6521e046-6cd3-4b61-bb3f-36abf644e146", + "fullUrl": "Location/1732562153887852000.fa9d0f80-9e6e-4310-8d3c-ad183318ab17", "resource": { "resourceType": "Location", - "id": "1731029042329907000.6521e046-6cd3-4b61-bb3f-36abf644e146", + "id": "1732562153887852000.fa9d0f80-9e6e-4310-8d3c-ad183318ab17", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/pl6-person-location-type", @@ -6613,7 +6629,7 @@ ], "value": "Entity ID", "assigner": { - "reference": "Organization/1731029042329521000.1b77c0d0-98fa-46dc-ab3c-dc90ad720cba" + "reference": "Organization/1732562153887283000.8934d259-27ae-4343-b365-6763411d76f7" } } ], @@ -6631,37 +6647,37 @@ } }, { - "fullUrl": "Location/1731029042330143000.deda941e-7806-40ff-b7da-53dc1bac0424", + "fullUrl": "Location/1732562153888228000.9f180f5a-2482-4474-8bec-04be2e758e3e", "resource": { "resourceType": "Location", - "id": "1731029042330143000.deda941e-7806-40ff-b7da-53dc1bac0424", + "id": "1732562153888228000.9f180f5a-2482-4474-8bec-04be2e758e3e", "description": "Its Temporary", "mode": "instance" } }, { - "fullUrl": "Location/1731029042330364000.f47d2828-8a4f-482e-8903-3cc2c49e240f", + "fullUrl": "Location/1732562153888624000.1cb4f13f-1497-4d29-bd56-c8b0ebdad51a", "resource": { "resourceType": "Location", - "id": "1731029042330364000.f47d2828-8a4f-482e-8903-3cc2c49e240f", + "id": "1732562153888624000.1cb4f13f-1497-4d29-bd56-c8b0ebdad51a", "description": "Pending Location", "mode": "instance" } }, { - "fullUrl": "Location/1731029042330629000.059cde0e-7206-4d2c-8cc8-76af4aa8dc30", + "fullUrl": "Location/1732562153888992000.bbe075b2-fff6-49f4-8196-874a116ef3f1", "resource": { "resourceType": "Location", - "id": "1731029042330629000.059cde0e-7206-4d2c-8cc8-76af4aa8dc30", + "id": "1732562153888992000.bbe075b2-fff6-49f4-8196-874a116ef3f1", "description": "Prior Location", "mode": "instance" } }, { - "fullUrl": "Organization/1731029042330973000.322dedc4-abdd-4886-8f07-c7539d8635f7", + "fullUrl": "Organization/1732562153889515000.6c01de3a-c2d3-4d5a-82bb-c2e46f28851d", "resource": { "resourceType": "Organization", - "id": "1731029042330973000.322dedc4-abdd-4886-8f07-c7539d8635f7", + "id": "1732562153889515000.6c01de3a-c2d3-4d5a-82bb-c2e46f28851d", "identifier": [ { "extension": [ @@ -6694,10 +6710,10 @@ } }, { - "fullUrl": "Location/1731029042331393000.1b0a0aef-0bb2-409a-b1b3-4e9a9f79868d", + "fullUrl": "Location/1732562153890079000.fc9d997c-b83c-4059-8bf2-5a654a2c5f0a", "resource": { "resourceType": "Location", - "id": "1731029042331393000.1b0a0aef-0bb2-409a-b1b3-4e9a9f79868d", + "id": "1732562153890079000.fc9d997c-b83c-4059-8bf2-5a654a2c5f0a", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/pl6-person-location-type", @@ -6757,7 +6773,7 @@ ], "value": "Entity ID", "assigner": { - "reference": "Organization/1731029042330973000.322dedc4-abdd-4886-8f07-c7539d8635f7" + "reference": "Organization/1732562153889515000.6c01de3a-c2d3-4d5a-82bb-c2e46f28851d" } } ], @@ -6775,10 +6791,10 @@ } }, { - "fullUrl": "EpisodeOfCare/1731029042331847000.1c9c85d5-02ea-481d-8ce5-ca0310f1232f", + "fullUrl": "EpisodeOfCare/1732562153890759000.b03d8a2b-dcdd-4bee-98f9-78c940f8e4a1", "resource": { "resourceType": "EpisodeOfCare", - "id": "1731029042331847000.1c9c85d5-02ea-481d-8ce5-ca0310f1232f", + "id": "1732562153890759000.b03d8a2b-dcdd-4bee-98f9-78c940f8e4a1", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", @@ -6797,10 +6813,10 @@ } }, { - "fullUrl": "Observation/1731029042509217000.62819b92-2016-4e46-a275-e51fddda8685", + "fullUrl": "Observation/1732562154193977000.c207046a-6adc-4826-b659-18bb2d10b434", "resource": { "resourceType": "Observation", - "id": "1731029042509217000.62819b92-2016-4e46-a275-e51fddda8685", + "id": "1732562154193977000.c207046a-6adc-4826-b659-18bb2d10b434", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", @@ -6981,7 +6997,7 @@ { "url": "OBX.18", "valueReference": { - "reference": "Device/1731029042507173000.2a3e87ca-0da8-4722-b2eb-381bb60e03bf" + "reference": "Device/1732562154192288000.a666d253-d5b4-4634-a473-0e37625964d8" } }, { @@ -7052,10 +7068,10 @@ ] }, "subject": { - "reference": "Patient/1731029042299508000.1f95ce50-d413-4108-aa07-665724a5a896" + "reference": "Patient/1732562153843122000.7e823011-2378-4ca6-bc19-0701168a7768" }, "encounter": { - "reference": "Encounter/1731029042331483000.6ae6a93b-42d4-4a92-978f-005dfe836104" + "reference": "Encounter/1732562153890198000.0ce58f24-e0de-4d23-aba5-12c6458c21cc" }, "effectiveDateTime": "2023-01-01T00:00:00Z", "_effectiveDateTime": { @@ -7068,13 +7084,13 @@ }, "performer": [ { - "reference": "Organization/1731029042509560000.7c7d07fa-8135-4f91-8f8a-964cd46aa264" + "reference": "Organization/1732562154194496000.9c180e64-0df7-4cbf-8a7b-446f5c5286dc" }, { - "reference": "PractitionerRole/1731029042509684000.e81163de-d00b-4aa9-b6f2-0358240f6108" + "reference": "PractitionerRole/1732562154194767000.4a6d8b98-95f8-40c6-b7e1-22688e9eb315" }, { - "reference": "PractitionerRole/1731029042510153000.13b0fc8f-7091-4c15-bb3b-0486c3a1ce5a" + "reference": "PractitionerRole/1732562154195572000.df713156-78d5-4435-b94a-b76d94c0cb16" } ], "valueCodeableConcept": { @@ -7176,7 +7192,7 @@ } ], "authorReference": { - "reference": "Practitioner/1731029042511716000.7b03a377-85af-48ee-98a1-98a6247d56cc" + "reference": "Practitioner/1732562154198115000.42384033-f45b-4520-8598-b6882c278cfc" }, "time": "2023-02-01", "_time": { @@ -7223,7 +7239,7 @@ ] }, "device": { - "reference": "Device/1731029042512703000.da124198-ccd1-42b6-b3e0-c100f8fcf8e5" + "reference": "Device/1732562154199483000.abef59ba-5c72-463a-9d07-e4d097fe64f6" }, "referenceRange": [ { @@ -7233,10 +7249,10 @@ } }, { - "fullUrl": "Device/1731029042507173000.2a3e87ca-0da8-4722-b2eb-381bb60e03bf", + "fullUrl": "Device/1732562154192288000.a666d253-d5b4-4634-a473-0e37625964d8", "resource": { "resourceType": "Device", - "id": "1731029042507173000.2a3e87ca-0da8-4722-b2eb-381bb60e03bf", + "id": "1732562154192288000.a666d253-d5b4-4634-a473-0e37625964d8", "identifier": [ { "extension": [ @@ -7264,10 +7280,10 @@ } }, { - "fullUrl": "Organization/1731029042509560000.7c7d07fa-8135-4f91-8f8a-964cd46aa264", + "fullUrl": "Organization/1732562154194496000.9c180e64-0df7-4cbf-8a7b-446f5c5286dc", "resource": { "resourceType": "Organization", - "id": "1731029042509560000.7c7d07fa-8135-4f91-8f8a-964cd46aa264", + "id": "1732562154194496000.9c180e64-0df7-4cbf-8a7b-446f5c5286dc", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", @@ -7305,10 +7321,10 @@ } }, { - "fullUrl": "Practitioner/1731029042510009000.f98f138f-5671-44ed-a022-d0eb862ca60c", + "fullUrl": "Practitioner/1732562154195315000.af10b0d9-880d-45aa-af24-7789dba68697", "resource": { "resourceType": "Practitioner", - "id": "1731029042510009000.f98f138f-5671-44ed-a022-d0eb862ca60c", + "id": "1732562154195315000.af10b0d9-880d-45aa-af24-7789dba68697", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", @@ -7336,12 +7352,12 @@ } }, { - "fullUrl": "PractitionerRole/1731029042509684000.e81163de-d00b-4aa9-b6f2-0358240f6108", + "fullUrl": "PractitionerRole/1732562154194767000.4a6d8b98-95f8-40c6-b7e1-22688e9eb315", "resource": { "resourceType": "PractitionerRole", - "id": "1731029042509684000.e81163de-d00b-4aa9-b6f2-0358240f6108", + "id": "1732562154194767000.4a6d8b98-95f8-40c6-b7e1-22688e9eb315", "practitioner": { - "reference": "Practitioner/1731029042510009000.f98f138f-5671-44ed-a022-d0eb862ca60c" + "reference": "Practitioner/1732562154195315000.af10b0d9-880d-45aa-af24-7789dba68697" }, "code": [ { @@ -7356,10 +7372,10 @@ } }, { - "fullUrl": "Practitioner/1731029042510466000.d6c46621-d63e-4ace-91b6-7575d3c5b887", + "fullUrl": "Practitioner/1732562154196091000.e18e2775-2053-4d55-ad5d-c4e8adac70aa", "resource": { "resourceType": "Practitioner", - "id": "1731029042510466000.d6c46621-d63e-4ace-91b6-7575d3c5b887", + "id": "1732562154196091000.e18e2775-2053-4d55-ad5d-c4e8adac70aa", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", @@ -7387,10 +7403,10 @@ } }, { - "fullUrl": "Organization/1731029042511006000.0e1a49dc-a6ba-4510-88f7-7e207f9a7b45", + "fullUrl": "Organization/1732562154196987000.67057813-14c3-4b1a-ad1c-0eeb24f9465e", "resource": { "resourceType": "Organization", - "id": "1731029042511006000.0e1a49dc-a6ba-4510-88f7-7e207f9a7b45", + "id": "1732562154196987000.67057813-14c3-4b1a-ad1c-0eeb24f9465e", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", @@ -7464,15 +7480,15 @@ } }, { - "fullUrl": "PractitionerRole/1731029042510153000.13b0fc8f-7091-4c15-bb3b-0486c3a1ce5a", + "fullUrl": "PractitionerRole/1732562154195572000.df713156-78d5-4435-b94a-b76d94c0cb16", "resource": { "resourceType": "PractitionerRole", - "id": "1731029042510153000.13b0fc8f-7091-4c15-bb3b-0486c3a1ce5a", + "id": "1732562154195572000.df713156-78d5-4435-b94a-b76d94c0cb16", "practitioner": { - "reference": "Practitioner/1731029042510466000.d6c46621-d63e-4ace-91b6-7575d3c5b887" + "reference": "Practitioner/1732562154196091000.e18e2775-2053-4d55-ad5d-c4e8adac70aa" }, "organization": { - "reference": "Organization/1731029042511006000.0e1a49dc-a6ba-4510-88f7-7e207f9a7b45" + "reference": "Organization/1732562154196987000.67057813-14c3-4b1a-ad1c-0eeb24f9465e" }, "code": [ { @@ -7487,10 +7503,10 @@ } }, { - "fullUrl": "Practitioner/1731029042511716000.7b03a377-85af-48ee-98a1-98a6247d56cc", + "fullUrl": "Practitioner/1732562154198115000.42384033-f45b-4520-8598-b6882c278cfc", "resource": { "resourceType": "Practitioner", - "id": "1731029042511716000.7b03a377-85af-48ee-98a1-98a6247d56cc", + "id": "1732562154198115000.42384033-f45b-4520-8598-b6882c278cfc", "identifier": [ { "value": "Bob R.N.A." @@ -7499,10 +7515,10 @@ } }, { - "fullUrl": "Device/1731029042512703000.da124198-ccd1-42b6-b3e0-c100f8fcf8e5", + "fullUrl": "Device/1732562154199483000.abef59ba-5c72-463a-9d07-e4d097fe64f6", "resource": { "resourceType": "Device", - "id": "1731029042512703000.da124198-ccd1-42b6-b3e0-c100f8fcf8e5", + "id": "1732562154199483000.abef59ba-5c72-463a-9d07-e4d097fe64f6", "identifier": [ { "extension": [ @@ -7530,10 +7546,10 @@ } }, { - "fullUrl": "Observation/1731029042514598000.c8593529-7867-45af-8586-0c6a09b4b45e", + "fullUrl": "Observation/1732562154202682000.aa635033-0073-450d-aaf4-6f85d81b8307", "resource": { "resourceType": "Observation", - "id": "1731029042514598000.c8593529-7867-45af-8586-0c6a09b4b45e", + "id": "1732562154202682000.aa635033-0073-450d-aaf4-6f85d81b8307", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", @@ -7714,7 +7730,7 @@ { "url": "OBX.18", "valueReference": { - "reference": "Device/1731029042513924000.740dfbab-302c-45a8-91e5-e274d06cc3f3" + "reference": "Device/1732562154201604000.e939efa7-0325-429a-b3ec-d84a94a1e490" } }, { @@ -7776,22 +7792,6 @@ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", "valueString": "LN" - }, - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/condition-code", - "valueCoding": { - "system": "SNOMEDCT", - "code": "6142004", - "display": "Influenza (disorder)" - } - }, - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/condition-code", - "valueCoding": { - "system": "SNOMEDCT", - "code": "6142004", - "display": "Influenza (disorder)" - } } ], "system": "http://loinc.org", @@ -7801,10 +7801,10 @@ ] }, "subject": { - "reference": "Patient/1731029042299508000.1f95ce50-d413-4108-aa07-665724a5a896" + "reference": "Patient/1732562153843122000.7e823011-2378-4ca6-bc19-0701168a7768" }, "encounter": { - "reference": "Encounter/1731029042331483000.6ae6a93b-42d4-4a92-978f-005dfe836104" + "reference": "Encounter/1732562153890198000.0ce58f24-e0de-4d23-aba5-12c6458c21cc" }, "effectiveDateTime": "2023-01-01T00:00:00Z", "_effectiveDateTime": { @@ -7817,13 +7817,13 @@ }, "performer": [ { - "reference": "Organization/1731029042514917000.99085b5a-c4a7-4f80-bb84-dba529f7031c" + "reference": "Organization/1732562154203229000.2a00bea0-1be7-4987-9e2c-06e86ec60e7a" }, { - "reference": "PractitionerRole/1731029042515031000.5ae3ee26-552d-423f-a62b-cb8480a9dbbf" + "reference": "PractitionerRole/1732562154203425000.0864c4c8-5ac1-4a08-997a-29be2c85e66c" }, { - "reference": "PractitionerRole/1731029042515450000.277df620-686c-4ff8-b771-961b2811afc8" + "reference": "PractitionerRole/1732562154204311000.aaeaf454-854a-4de3-b3ea-e2e1b9a60be1" } ], "valueCodeableConcept": { @@ -7925,7 +7925,7 @@ } ], "authorReference": { - "reference": "Practitioner/1731029042516892000.5fdb9531-b2fe-44db-889a-12d633a8b5ee" + "reference": "Practitioner/1732562154207156000.325c915a-9ada-47bd-8a09-92c6918e3b23" }, "time": "2023-02-01", "_time": { @@ -7972,7 +7972,7 @@ ] }, "device": { - "reference": "Device/1731029042517591000.2a509bad-1960-461f-8ca5-4bd97dfcd7bf" + "reference": "Device/1732562154208233000.90243bc5-b199-4bd4-9b22-3c0b1f7a9eb7" }, "referenceRange": [ { @@ -7982,10 +7982,10 @@ } }, { - "fullUrl": "Device/1731029042513924000.740dfbab-302c-45a8-91e5-e274d06cc3f3", + "fullUrl": "Device/1732562154201604000.e939efa7-0325-429a-b3ec-d84a94a1e490", "resource": { "resourceType": "Device", - "id": "1731029042513924000.740dfbab-302c-45a8-91e5-e274d06cc3f3", + "id": "1732562154201604000.e939efa7-0325-429a-b3ec-d84a94a1e490", "identifier": [ { "extension": [ @@ -8013,10 +8013,10 @@ } }, { - "fullUrl": "Organization/1731029042514917000.99085b5a-c4a7-4f80-bb84-dba529f7031c", + "fullUrl": "Organization/1732562154203229000.2a00bea0-1be7-4987-9e2c-06e86ec60e7a", "resource": { "resourceType": "Organization", - "id": "1731029042514917000.99085b5a-c4a7-4f80-bb84-dba529f7031c", + "id": "1732562154203229000.2a00bea0-1be7-4987-9e2c-06e86ec60e7a", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", @@ -8054,10 +8054,10 @@ } }, { - "fullUrl": "Practitioner/1731029042515302000.b79b047a-c88f-4830-b0ef-4e6f5acfb947", + "fullUrl": "Practitioner/1732562154203893000.719f915c-98f9-4236-b741-8c900e8bf644", "resource": { "resourceType": "Practitioner", - "id": "1731029042515302000.b79b047a-c88f-4830-b0ef-4e6f5acfb947", + "id": "1732562154203893000.719f915c-98f9-4236-b741-8c900e8bf644", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", @@ -8085,12 +8085,12 @@ } }, { - "fullUrl": "PractitionerRole/1731029042515031000.5ae3ee26-552d-423f-a62b-cb8480a9dbbf", + "fullUrl": "PractitionerRole/1732562154203425000.0864c4c8-5ac1-4a08-997a-29be2c85e66c", "resource": { "resourceType": "PractitionerRole", - "id": "1731029042515031000.5ae3ee26-552d-423f-a62b-cb8480a9dbbf", + "id": "1732562154203425000.0864c4c8-5ac1-4a08-997a-29be2c85e66c", "practitioner": { - "reference": "Practitioner/1731029042515302000.b79b047a-c88f-4830-b0ef-4e6f5acfb947" + "reference": "Practitioner/1732562154203893000.719f915c-98f9-4236-b741-8c900e8bf644" }, "code": [ { @@ -8105,10 +8105,10 @@ } }, { - "fullUrl": "Practitioner/1731029042515771000.5ca8401e-6ed3-4aeb-b197-7a125cb8d510", + "fullUrl": "Practitioner/1732562154204899000.263c7827-82b5-46fe-a4f7-c8ca077f311b", "resource": { "resourceType": "Practitioner", - "id": "1731029042515771000.5ca8401e-6ed3-4aeb-b197-7a125cb8d510", + "id": "1732562154204899000.263c7827-82b5-46fe-a4f7-c8ca077f311b", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", @@ -8136,10 +8136,10 @@ } }, { - "fullUrl": "Organization/1731029042516268000.b1a908b0-2a73-4c88-bc19-a4396e9a66b5", + "fullUrl": "Organization/1732562154205866000.34048fa3-015a-49c9-b1d3-88e9f64ed289", "resource": { "resourceType": "Organization", - "id": "1731029042516268000.b1a908b0-2a73-4c88-bc19-a4396e9a66b5", + "id": "1732562154205866000.34048fa3-015a-49c9-b1d3-88e9f64ed289", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", @@ -8213,15 +8213,15 @@ } }, { - "fullUrl": "PractitionerRole/1731029042515450000.277df620-686c-4ff8-b771-961b2811afc8", + "fullUrl": "PractitionerRole/1732562154204311000.aaeaf454-854a-4de3-b3ea-e2e1b9a60be1", "resource": { "resourceType": "PractitionerRole", - "id": "1731029042515450000.277df620-686c-4ff8-b771-961b2811afc8", + "id": "1732562154204311000.aaeaf454-854a-4de3-b3ea-e2e1b9a60be1", "practitioner": { - "reference": "Practitioner/1731029042515771000.5ca8401e-6ed3-4aeb-b197-7a125cb8d510" + "reference": "Practitioner/1732562154204899000.263c7827-82b5-46fe-a4f7-c8ca077f311b" }, "organization": { - "reference": "Organization/1731029042516268000.b1a908b0-2a73-4c88-bc19-a4396e9a66b5" + "reference": "Organization/1732562154205866000.34048fa3-015a-49c9-b1d3-88e9f64ed289" }, "code": [ { @@ -8236,10 +8236,10 @@ } }, { - "fullUrl": "Practitioner/1731029042516892000.5fdb9531-b2fe-44db-889a-12d633a8b5ee", + "fullUrl": "Practitioner/1732562154207156000.325c915a-9ada-47bd-8a09-92c6918e3b23", "resource": { "resourceType": "Practitioner", - "id": "1731029042516892000.5fdb9531-b2fe-44db-889a-12d633a8b5ee", + "id": "1732562154207156000.325c915a-9ada-47bd-8a09-92c6918e3b23", "identifier": [ { "value": "Bob R.N.A." @@ -8248,10 +8248,10 @@ } }, { - "fullUrl": "Device/1731029042517591000.2a509bad-1960-461f-8ca5-4bd97dfcd7bf", + "fullUrl": "Device/1732562154208233000.90243bc5-b199-4bd4-9b22-3c0b1f7a9eb7", "resource": { "resourceType": "Device", - "id": "1731029042517591000.2a509bad-1960-461f-8ca5-4bd97dfcd7bf", + "id": "1732562154208233000.90243bc5-b199-4bd4-9b22-3c0b1f7a9eb7", "identifier": [ { "extension": [ @@ -8279,10 +8279,10 @@ } }, { - "fullUrl": "ServiceRequest/1731029042542077000.4dc1bbff-9f98-4119-acfd-865c22f07f30", + "fullUrl": "ServiceRequest/1732562154250806000.dd9cbc7c-fc51-481d-a11d-c930abf83f60", "resource": { "resourceType": "ServiceRequest", - "id": "1731029042542077000.4dc1bbff-9f98-4119-acfd-865c22f07f30", + "id": "1732562154250806000.dd9cbc7c-fc51-481d-a11d-c930abf83f60", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", @@ -8327,13 +8327,13 @@ { "url": "ORC.19", "valueReference": { - "reference": "Practitioner/1731029042525342000.150e5a31-c0ff-46d4-a6c4-b0e3e878e291" + "reference": "Practitioner/1732562154225791000.ae6f9906-e3b1-4a93-b6c6-d8278444d635" } }, { "url": "orc-21-ordering-facility-name", "valueReference": { - "reference": "Organization/1731029042527044000.bfa7a20e-da05-41a9-bad1-76fcec5abe1b" + "reference": "Organization/1732562154226525000.8d27cb9f-3454-4c66-824f-0dd6118fe641" } }, { @@ -8511,25 +8511,25 @@ { "url": "ORC.10", "valueReference": { - "reference": "Practitioner/1731029042528224000.226de79f-df33-46bb-a83d-87e75cdf4b9e" + "reference": "Practitioner/1732562154228856000.3e9b434f-f562-4f49-9eed-8deab719001a" } }, { "url": "ORC.11", "valueReference": { - "reference": "Practitioner/1731029042528539000.0cc82500-af2b-416c-a7d3-3ff96fd4c5e4" + "reference": "Practitioner/1732562154229548000.d7d4e869-66b8-4cd3-a898-79fa9eb5ac64" } }, { "url": "orc-12-ordering-provider", "valueReference": { - "reference": "Practitioner/1731029042528837000.1dc5284b-fc12-46b8-b850-90532cc012a9" + "reference": "Practitioner/1732562154230211000.de62daa9-831f-4e3a-988d-bb953b1d75d7" } }, { "url": "ORC.13", "valueReference": { - "reference": "Location/1731029042529379000.75bcbc72-ac41-4adb-bd62-5b50075ad8e8" + "reference": "Location/1732562154231251000.f0dbdb0c-a77c-42d4-bd6c-82e4bc21e9b4" } }, { @@ -8633,6 +8633,98 @@ "value": "Filler Identifier" } }, + { + "url": "OBR.16", + "valueReference": { + "reference": "Practitioner/1732562154232733000.784d1aba-654d-41de-b921-04d5efa0e707" + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", + "valueContactPoint": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString": "1" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString": "260" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString": "7595016" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ + { + "url": "XTN.2", + "valueString": "WPN" + }, + { + "url": "XTN.3", + "valueString": "BP" + }, + { + "url": "XTN.7", + "valueString": "7595016" + }, + { + "url": "XTN.12", + "valueString": "+1 260 759 5016" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBR.17" + } + ], + "system": "pager", + "value": "+1 260 759 5016", + "use": "work" + } + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", + "valueContactPoint": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ + { + "url": "XTN.2", + "valueString": "WPN" + }, + { + "url": "XTN.3", + "valueString": "Internet" + }, + { + "url": "XTN.4", + "valueString": "order.callback@email.com" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBR.17" + } + ], + "system": "email", + "value": "order.callback@email.com", + "use": "work" + } + }, + { + "url": "OBR.18", + "valueString": "placer1" + }, + { + "url": "OBR.19", + "valueString": "placer2" + }, { "url": "OBR.20", "valueString": "filler1" @@ -8712,7 +8804,7 @@ { "url": "OBR.28", "valueReference": { - "reference": "Practitioner/1731029042530699000.d7f77636-969a-4c51-9188-b32affa94391" + "reference": "Practitioner/1732562154235327000.a2de90f4-5fe3-449a-b442-1422688f69bd" } }, { @@ -8767,13 +8859,7 @@ { "url": "OBR.33", "valueReference": { - "reference": "PractitionerRole/1731029042537733000.6b028e3d-fcd8-456a-8106-8ef2a984bacb" - } - }, - { - "url": "OBR.10", - "valueReference": { - "reference": "Practitioner/1731029042538572000.90dbb60c-9bb6-4ec0-aec2-341f36e90f04" + "reference": "PractitionerRole/1732562154243651000.0580e430-b3b0-4b7f-bdfb-979e88af580c" } }, { @@ -8984,6 +9070,12 @@ "value": "adb4a5cc-50ec-4f1e-95d7-0c1f77cacee1" } }, + { + "url": "OBR.10", + "valueReference": { + "reference": "Practitioner/1732562154248192000.9f748ab3-d9d1-440c-85d0-286ba3af3144" + } + }, { "url": "OBR.11", "valueString": "G" @@ -9020,98 +9112,6 @@ } ] } - }, - { - "url": "OBR.16", - "valueReference": { - "reference": "Practitioner/1731029042540210000.f5efdbc1-b15c-4e43-9db3-089878040a8e" - } - }, - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", - "valueContactPoint": { - "extension": [ - { - "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-country", - "valueString": "1" - }, - { - "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", - "valueString": "260" - }, - { - "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString": "7595016" - }, - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension": [ - { - "url": "XTN.2", - "valueString": "WPN" - }, - { - "url": "XTN.3", - "valueString": "BP" - }, - { - "url": "XTN.7", - "valueString": "7595016" - }, - { - "url": "XTN.12", - "valueString": "+1 260 759 5016" - } - ] - }, - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString": "OBR.17" - } - ], - "system": "pager", - "value": "+1 260 759 5016", - "use": "work" - } - }, - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", - "valueContactPoint": { - "extension": [ - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension": [ - { - "url": "XTN.2", - "valueString": "WPN" - }, - { - "url": "XTN.3", - "valueString": "Internet" - }, - { - "url": "XTN.4", - "valueString": "order.callback@email.com" - } - ] - }, - { - "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString": "OBR.17" - } - ], - "system": "email", - "value": "order.callback@email.com", - "use": "work" - } - }, - { - "url": "OBR.18", - "valueString": "placer1" - }, - { - "url": "OBR.19", - "valueString": "placer2" } ] } @@ -9370,7 +9370,7 @@ } ], "subject": { - "reference": "Patient/1731029042299508000.1f95ce50-d413-4108-aa07-665724a5a896" + "reference": "Patient/1732562153843122000.7e823011-2378-4ca6-bc19-0701168a7768" }, "occurrenceDateTime": "2022-02-02T10:22:00Z", "_occurrenceDateTime": { @@ -9410,7 +9410,7 @@ } } ], - "reference": "PractitionerRole/1731029042522064000.0b6e4396-559d-449f-8457-a4ad44884a34" + "reference": "PractitionerRole/1732562154213583000.c9736a07-2608-4bcd-9656-7f0f085d586e" }, "locationCode": [ { @@ -9464,19 +9464,19 @@ ], "supportingInfo": [ { - "reference": "Observation/1731029042509217000.62819b92-2016-4e46-a275-e51fddda8685" + "reference": "Observation/1732562154193977000.c207046a-6adc-4826-b659-18bb2d10b434" }, { - "reference": "Observation/1731029042514598000.c8593529-7867-45af-8586-0c6a09b4b45e" + "reference": "Observation/1732562154202682000.aa635033-0073-450d-aaf4-6f85d81b8307" } ] } }, { - "fullUrl": "Practitioner/1731029042522657000.080972e9-fe45-4c4a-8303-15adf38345e5", + "fullUrl": "Practitioner/1732562154214707000.55fe29b9-3526-4dd0-8afd-afcd464734b8", "resource": { "resourceType": "Practitioner", - "id": "1731029042522657000.080972e9-fe45-4c4a-8303-15adf38345e5", + "id": "1732562154214707000.55fe29b9-3526-4dd0-8afd-afcd464734b8", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", @@ -9532,10 +9532,10 @@ } }, { - "fullUrl": "Location/1731029042522912000.df643ba6-84f0-4a74-bf99-c7f16b4a898d", + "fullUrl": "Location/1732562154215176000.7d2bdd0e-7a5f-4658-8892-51bfe64f9893", "resource": { "resourceType": "Location", - "id": "1731029042522912000.df643ba6-84f0-4a74-bf99-c7f16b4a898d", + "id": "1732562154215176000.7d2bdd0e-7a5f-4658-8892-51bfe64f9893", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", @@ -9559,10 +9559,10 @@ } }, { - "fullUrl": "Organization/1731029042523476000.b6af097c-7449-4c56-a417-0caf14cc1fda", + "fullUrl": "Organization/1732562154219040000.ab3d8b26-5b97-4c67-bd32-15c7749feb27", "resource": { "resourceType": "Organization", - "id": "1731029042523476000.b6af097c-7449-4c56-a417-0caf14cc1fda", + "id": "1732562154219040000.ab3d8b26-5b97-4c67-bd32-15c7749feb27", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/name-representation-code", @@ -9601,7 +9601,7 @@ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", "valueReference": { - "reference": "Location/1731029042522912000.df643ba6-84f0-4a74-bf99-c7f16b4a898d" + "reference": "Location/1732562154215176000.7d2bdd0e-7a5f-4658-8892-51bfe64f9893" } } ], @@ -9666,23 +9666,23 @@ } }, { - "fullUrl": "PractitionerRole/1731029042522064000.0b6e4396-559d-449f-8457-a4ad44884a34", + "fullUrl": "PractitionerRole/1732562154213583000.c9736a07-2608-4bcd-9656-7f0f085d586e", "resource": { "resourceType": "PractitionerRole", - "id": "1731029042522064000.0b6e4396-559d-449f-8457-a4ad44884a34", + "id": "1732562154213583000.c9736a07-2608-4bcd-9656-7f0f085d586e", "practitioner": { - "reference": "Practitioner/1731029042522657000.080972e9-fe45-4c4a-8303-15adf38345e5" + "reference": "Practitioner/1732562154214707000.55fe29b9-3526-4dd0-8afd-afcd464734b8" }, "organization": { - "reference": "Organization/1731029042523476000.b6af097c-7449-4c56-a417-0caf14cc1fda" + "reference": "Organization/1732562154219040000.ab3d8b26-5b97-4c67-bd32-15c7749feb27" } } }, { - "fullUrl": "Practitioner/1731029042525342000.150e5a31-c0ff-46d4-a6c4-b0e3e878e291", + "fullUrl": "Practitioner/1732562154225791000.ae6f9906-e3b1-4a93-b6c6-d8278444d635", "resource": { "resourceType": "Practitioner", - "id": "1731029042525342000.150e5a31-c0ff-46d4-a6c4-b0e3e878e291", + "id": "1732562154225791000.ae6f9906-e3b1-4a93-b6c6-d8278444d635", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", @@ -9709,10 +9709,10 @@ } }, { - "fullUrl": "Location/1731029042525561000.55a3f93f-3592-4945-b81d-5c8f584dbb62", + "fullUrl": "Location/1732562154226227000.9b5c0d44-1449-4c0c-b16c-d96bc24ba566", "resource": { "resourceType": "Location", - "id": "1731029042525561000.55a3f93f-3592-4945-b81d-5c8f584dbb62", + "id": "1732562154226227000.9b5c0d44-1449-4c0c-b16c-d96bc24ba566", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", @@ -9736,10 +9736,10 @@ } }, { - "fullUrl": "Organization/1731029042527044000.bfa7a20e-da05-41a9-bad1-76fcec5abe1b", + "fullUrl": "Organization/1732562154226525000.8d27cb9f-3454-4c66-824f-0dd6118fe641", "resource": { "resourceType": "Organization", - "id": "1731029042527044000.bfa7a20e-da05-41a9-bad1-76fcec5abe1b", + "id": "1732562154226525000.8d27cb9f-3454-4c66-824f-0dd6118fe641", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/name-representation-code", @@ -9778,7 +9778,7 @@ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", "valueReference": { - "reference": "Location/1731029042525561000.55a3f93f-3592-4945-b81d-5c8f584dbb62" + "reference": "Location/1732562154226227000.9b5c0d44-1449-4c0c-b16c-d96bc24ba566" } } ], @@ -9797,10 +9797,10 @@ } }, { - "fullUrl": "Practitioner/1731029042528224000.226de79f-df33-46bb-a83d-87e75cdf4b9e", + "fullUrl": "Practitioner/1732562154228856000.3e9b434f-f562-4f49-9eed-8deab719001a", "resource": { "resourceType": "Practitioner", - "id": "1731029042528224000.226de79f-df33-46bb-a83d-87e75cdf4b9e", + "id": "1732562154228856000.3e9b434f-f562-4f49-9eed-8deab719001a", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", @@ -9827,10 +9827,10 @@ } }, { - "fullUrl": "Practitioner/1731029042528539000.0cc82500-af2b-416c-a7d3-3ff96fd4c5e4", + "fullUrl": "Practitioner/1732562154229548000.d7d4e869-66b8-4cd3-a898-79fa9eb5ac64", "resource": { "resourceType": "Practitioner", - "id": "1731029042528539000.0cc82500-af2b-416c-a7d3-3ff96fd4c5e4", + "id": "1732562154229548000.d7d4e869-66b8-4cd3-a898-79fa9eb5ac64", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", @@ -9857,10 +9857,10 @@ } }, { - "fullUrl": "Practitioner/1731029042528837000.1dc5284b-fc12-46b8-b850-90532cc012a9", + "fullUrl": "Practitioner/1732562154230211000.de62daa9-831f-4e3a-988d-bb953b1d75d7", "resource": { "resourceType": "Practitioner", - "id": "1731029042528837000.1dc5284b-fc12-46b8-b850-90532cc012a9", + "id": "1732562154230211000.de62daa9-831f-4e3a-988d-bb953b1d75d7", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", @@ -9887,10 +9887,10 @@ } }, { - "fullUrl": "Location/1731029042529208000.e690adea-886e-49eb-bc2d-9aadf32e191f", + "fullUrl": "Location/1732562154230997000.1f3e2855-faa7-43e9-b6c5-2cc071db40e8", "resource": { "resourceType": "Location", - "id": "1731029042529208000.e690adea-886e-49eb-bc2d-9aadf32e191f", + "id": "1732562154230997000.1f3e2855-faa7-43e9-b6c5-2cc071db40e8", "identifier": [ { "extension": [ @@ -9942,10 +9942,10 @@ } }, { - "fullUrl": "Location/1731029042529379000.75bcbc72-ac41-4adb-bd62-5b50075ad8e8", + "fullUrl": "Location/1732562154231251000.f0dbdb0c-a77c-42d4-bd6c-82e4bc21e9b4", "resource": { "resourceType": "Location", - "id": "1731029042529379000.75bcbc72-ac41-4adb-bd62-5b50075ad8e8", + "id": "1732562154231251000.f0dbdb0c-a77c-42d4-bd6c-82e4bc21e9b4", "identifier": [ { "extension": [ @@ -9996,15 +9996,52 @@ ] }, "partOf": { - "reference": "Location/1731029042529208000.e690adea-886e-49eb-bc2d-9aadf32e191f" + "reference": "Location/1732562154230997000.1f3e2855-faa7-43e9-b6c5-2cc071db40e8" } } }, { - "fullUrl": "Practitioner/1731029042530699000.d7f77636-969a-4c51-9188-b32affa94391", + "fullUrl": "Practitioner/1732562154232733000.784d1aba-654d-41de-b921-04d5efa0e707", "resource": { "resourceType": "Practitioner", - "id": "1731029042530699000.d7f77636-969a-4c51-9188-b32affa94391", + "id": "1732562154232733000.784d1aba-654d-41de-b921-04d5efa0e707", + "identifier": [ + { + "value": "1" + } + ], + "name": [ + { + "family": "Ordering", + "_family": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", + "valueString": "VAN" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name", + "valueString": "Provider" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", + "valueString": "VAL" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", + "valueString": "JollyROGER" + } + ] + } + } + ] + } + }, + { + "fullUrl": "Practitioner/1732562154235327000.a2de90f4-5fe3-449a-b442-1422688f69bd", + "resource": { + "resourceType": "Practitioner", + "id": "1732562154235327000.a2de90f4-5fe3-449a-b442-1422688f69bd", "identifier": [ { "value": "1" @@ -10038,10 +10075,10 @@ } }, { - "fullUrl": "Practitioner/1731029042531298000.2c40837c-9a34-4ba8-80df-254b9cfc56ba", + "fullUrl": "Practitioner/1732562154236508000.235838ae-2ca2-4cbc-a6d0-c70b0d56a0d6", "resource": { "resourceType": "Practitioner", - "id": "1731029042531298000.2c40837c-9a34-4ba8-80df-254b9cfc56ba", + "id": "1732562154236508000.235838ae-2ca2-4cbc-a6d0-c70b0d56a0d6", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cnn-practitioner", @@ -10108,10 +10145,10 @@ } }, { - "fullUrl": "Location/1731029042531739000.ff593e46-fba9-4ab8-b081-14f110197901", + "fullUrl": "Location/1732562154237718000.bcc3e46e-35d5-49d9-9bc8-392bef817de8", "resource": { "resourceType": "Location", - "id": "1731029042531739000.ff593e46-fba9-4ab8-b081-14f110197901", + "id": "1732562154237718000.bcc3e46e-35d5-49d9-9bc8-392bef817de8", "identifier": [ { "extension": [ @@ -10158,10 +10195,10 @@ } }, { - "fullUrl": "Location/1731029042536429000.63204f0c-9090-4d6c-b357-8a741dc150e7", + "fullUrl": "Location/1732562154242310000.f00d36fc-fc8c-4eaa-b4a6-d6c558e042f8", "resource": { "resourceType": "Location", - "id": "1731029042536429000.63204f0c-9090-4d6c-b357-8a741dc150e7", + "id": "1732562154242310000.f00d36fc-fc8c-4eaa-b4a6-d6c558e042f8", "identifier": [ { "value": "Building 123" @@ -10180,10 +10217,10 @@ } }, { - "fullUrl": "Location/1731029042536823000.932a63be-8d92-41c9-a014-2c148ce90a7d", + "fullUrl": "Location/1732562154242719000.f859e4d1-1e25-4bd1-a800-1a5f46aa7566", "resource": { "resourceType": "Location", - "id": "1731029042536823000.932a63be-8d92-41c9-a014-2c148ce90a7d", + "id": "1732562154242719000.f859e4d1-1e25-4bd1-a800-1a5f46aa7566", "identifier": [ { "value": "Point of Care" @@ -10209,10 +10246,10 @@ } }, { - "fullUrl": "Location/1731029042537307000.c51fce2f-bfa1-4a89-bd3b-34d61e6f199c", + "fullUrl": "Location/1732562154243008000.9e0321eb-dc92-4827-adb2-82550515b7f1", "resource": { "resourceType": "Location", - "id": "1731029042537307000.c51fce2f-bfa1-4a89-bd3b-34d61e6f199c", + "id": "1732562154243008000.9e0321eb-dc92-4827-adb2-82550515b7f1", "identifier": [ { "value": "Floor A" @@ -10231,10 +10268,10 @@ } }, { - "fullUrl": "Location/1731029042537492000.be6c8864-6928-49ee-b594-c60c731fa7d6", + "fullUrl": "Location/1732562154243276000.87b2bd86-e633-4172-a925-4c3f9eba72cf", "resource": { "resourceType": "Location", - "id": "1731029042537492000.be6c8864-6928-49ee-b594-c60c731fa7d6", + "id": "1732562154243276000.87b2bd86-e633-4172-a925-4c3f9eba72cf", "identifier": [ { "value": "Room 101" @@ -10253,10 +10290,10 @@ } }, { - "fullUrl": "Location/1731029042537660000.246e80fe-663d-455a-bad0-cf4072c015d0", + "fullUrl": "Location/1732562154243551000.8505b8a8-e6d3-4ae7-8b24-8fa51ad4f471", "resource": { "resourceType": "Location", - "id": "1731029042537660000.246e80fe-663d-455a-bad0-cf4072c015d0", + "id": "1732562154243551000.8505b8a8-e6d3-4ae7-8b24-8fa51ad4f471", "identifier": [ { "value": "Bed A" @@ -10275,10 +10312,10 @@ } }, { - "fullUrl": "PractitionerRole/1731029042537733000.6b028e3d-fcd8-456a-8106-8ef2a984bacb", + "fullUrl": "PractitionerRole/1732562154243651000.0580e430-b3b0-4b7f-bdfb-979e88af580c", "resource": { "resourceType": "PractitionerRole", - "id": "1731029042537733000.6b028e3d-fcd8-456a-8106-8ef2a984bacb", + "id": "1732562154243651000.0580e430-b3b0-4b7f-bdfb-979e88af580c", "period": { "start": "2023-04-01T10:25:31-04:00", "_start": { @@ -10300,35 +10337,35 @@ } }, "practitioner": { - "reference": "Practitioner/1731029042531298000.2c40837c-9a34-4ba8-80df-254b9cfc56ba" + "reference": "Practitioner/1732562154236508000.235838ae-2ca2-4cbc-a6d0-c70b0d56a0d6" }, "location": [ { - "reference": "Location/1731029042531739000.ff593e46-fba9-4ab8-b081-14f110197901" + "reference": "Location/1732562154237718000.bcc3e46e-35d5-49d9-9bc8-392bef817de8" }, { - "reference": "Location/1731029042536429000.63204f0c-9090-4d6c-b357-8a741dc150e7" + "reference": "Location/1732562154242310000.f00d36fc-fc8c-4eaa-b4a6-d6c558e042f8" }, { - "reference": "Location/1731029042536823000.932a63be-8d92-41c9-a014-2c148ce90a7d" + "reference": "Location/1732562154242719000.f859e4d1-1e25-4bd1-a800-1a5f46aa7566" }, { - "reference": "Location/1731029042537307000.c51fce2f-bfa1-4a89-bd3b-34d61e6f199c" + "reference": "Location/1732562154243008000.9e0321eb-dc92-4827-adb2-82550515b7f1" }, { - "reference": "Location/1731029042537492000.be6c8864-6928-49ee-b594-c60c731fa7d6" + "reference": "Location/1732562154243276000.87b2bd86-e633-4172-a925-4c3f9eba72cf" }, { - "reference": "Location/1731029042537660000.246e80fe-663d-455a-bad0-cf4072c015d0" + "reference": "Location/1732562154243551000.8505b8a8-e6d3-4ae7-8b24-8fa51ad4f471" } ] } }, { - "fullUrl": "Practitioner/1731029042538572000.90dbb60c-9bb6-4ec0-aec2-341f36e90f04", + "fullUrl": "Practitioner/1732562154248192000.9f748ab3-d9d1-440c-85d0-286ba3af3144", "resource": { "resourceType": "Practitioner", - "id": "1731029042538572000.90dbb60c-9bb6-4ec0-aec2-341f36e90f04", + "id": "1732562154248192000.9f748ab3-d9d1-440c-85d0-286ba3af3144", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", @@ -10475,43 +10512,6 @@ } ] } - }, - { - "fullUrl": "Practitioner/1731029042540210000.f5efdbc1-b15c-4e43-9db3-089878040a8e", - "resource": { - "resourceType": "Practitioner", - "id": "1731029042540210000.f5efdbc1-b15c-4e43-9db3-089878040a8e", - "identifier": [ - { - "value": "1" - } - ], - "name": [ - { - "family": "Ordering", - "_family": { - "extension": [ - { - "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", - "valueString": "VAN" - }, - { - "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name", - "valueString": "Provider" - }, - { - "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", - "valueString": "VAL" - }, - { - "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", - "valueString": "JollyROGER" - } - ] - } - } - ] - } } ] } \ No newline at end of file diff --git a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orur01/oru_r01-full.fhir b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orur01/oru_r01-full.fhir index 1165b38bc18..6b10084189d 100644 --- a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orur01/oru_r01-full.fhir +++ b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/orur01/oru_r01-full.fhir @@ -1,572 +1,572 @@ { - "resourceType" : "Bundle", - "id" : "1716964507780778000.bfce9592-5305-4ffc-ace9-11053494ca39", - "meta" : { - "lastUpdated" : "2024-05-29T02:35:07.789-04:00" + "resourceType": "Bundle", + "id": "1732561494222502000.f0e4ed57-4d1c-4edd-bcfe-b4f3bab5184a", + "meta": { + "lastUpdated": "2024-11-25T14:04:54.232-05:00" }, - "identifier" : { - "system" : "https://reportstream.cdc.gov/prime-router", - "value" : "3015894743_04608717_11184" + "identifier": { + "system": "https://reportstream.cdc.gov/prime-router", + "value": "3015894743_04608717_11184" }, - "type" : "message", - "timestamp" : "2023-08-02T18:08:02.000-04:00", - "entry" : [ + "type": "message", + "timestamp": "2023-08-02T18:08:02.000-04:00", + "entry": [ { - "fullUrl" : "MessageHeader/8565cf64-832b-3438-bb11-99d9ac964bc1", - "resource" : { - "resourceType" : "MessageHeader", - "id" : "8565cf64-832b-3438-bb11-99d9ac964bc1", - "meta" : { - "tag" : [ + "fullUrl": "MessageHeader/1732561494321770000.2e1c8f84-c0fe-4d13-85e2-a631eb728851", + "resource": { + "resourceType": "MessageHeader", + "id": "1732561494321770000.2e1c8f84-c0fe-4d13-85e2-a631eb728851", + "meta": { + "tag": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0103", - "code" : "T" + "system": "http://terminology.hl7.org/CodeSystem/v2-0103", + "code": "T" } ] }, - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/encoding-characters", - "valueString" : "^~\\\u0026#" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/encoding-characters", + "valueString": "^~\\\u0026#" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/msh-message-header", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/msh-message-header", + "extension": [ { - "url" : "MSH.7", - "valueString" : "20230802180802-0400" + "url": "MSH.7", + "valueString": "20230802180802-0400" }, { - "url" : "MSH.15", - "valueString" : "NE" + "url": "MSH.15", + "valueString": "NE" }, { - "url" : "MSH.16", - "valueString" : "NE" + "url": "MSH.16", + "valueString": "NE" }, { - "url" : "MSH.21", - "valueIdentifier" : { - "extension" : [ + "url": "MSH.21", + "valueIdentifier": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "PHIN" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "PHIN" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.113883.9.11" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.113883.9.11" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "value" : "PHLabReport-NoAck" + "value": "PHLabReport-NoAck" } } ] } ], - "eventCoding" : { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0003", - "code" : "R01", - "display" : "ORU^R01^ORU_R01" + "eventCoding": { + "system": "http://terminology.hl7.org/CodeSystem/v2-0003", + "code": "R01", + "display": "ORU^R01^ORU_R01" }, - "destination" : [ + "destination": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.3.3.10.1.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.3.3.10.1.1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "ISO" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "MSH.5" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "MSH.5" } ], - "name" : "CDPH CA CALREDIE", - "endpoint" : "urn:oid:2.16.840.1.114222.4.3.3.10.1.1", - "receiver" : { - "reference" : "Organization/1716964507867093000.f8c6063b-33aa-4486-aa6f-473b46516d65" + "name": "CDPH CA CALREDIE", + "endpoint": "urn:oid:2.16.840.1.114222.4.3.3.10.1.1", + "receiver": { + "reference": "Organization/1732561494320521000.d77f1512-7b78-49ba-995f-481804f98630" } } ], - "sender" : { - "reference" : "Organization/1716964507841653000.18977e98-2082-47ae-bbf1-02d0ed5942b9" + "sender": { + "reference": "Organization/1732561494291346000.cecd1595-bcdb-4d11-8e3f-a1053b5a3891" }, - "source" : { - "extension" : [ + "source": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "STARLIMS.CDC.Stag" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "STARLIMS.CDC.Stag" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.3.3.2.1.2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.3.3.2.1.2" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "ISO" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "MSH.3" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "MSH.3" } ], - "software" : "STARLIMS", - "version" : "ELIMS V11", - "endpoint" : "urn:oid:2.16.840.1.114222.4.3.3.2.1.2" + "software": "STARLIMS", + "version": "ELIMS V11", + "endpoint": "urn:oid:2.16.840.1.114222.4.3.3.2.1.2" } } }, { - "fullUrl" : "Organization/1716964507841653000.18977e98-2082-47ae-bbf1-02d0ed5942b9", - "resource" : { - "resourceType" : "Organization", - "id" : "1716964507841653000.18977e98-2082-47ae-bbf1-02d0ed5942b9", - "identifier" : [ + "fullUrl": "Organization/1732561494291346000.cecd1595-bcdb-4d11-8e3f-a1053b5a3891", + "resource": { + "resourceType": "Organization", + "id": "1732561494291346000.cecd1595-bcdb-4d11-8e3f-a1053b5a3891", + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" } ], - "value" : "CDC Atlanta" + "value": "CDC Atlanta" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.2,HD.3" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0301", - "code" : "CLIA" + "system": "http://terminology.hl7.org/CodeSystem/v2-0301", + "code": "CLIA" } ] }, - "value" : "11D0668319" + "value": "11D0668319" } ], - "address" : [ + "address": [ { - "country" : "USA" + "country": "USA" } ] } }, { - "fullUrl" : "Organization/1716964507867093000.f8c6063b-33aa-4486-aa6f-473b46516d65", - "resource" : { - "resourceType" : "Organization", - "id" : "1716964507867093000.f8c6063b-33aa-4486-aa6f-473b46516d65", - "extension" : [ + "fullUrl": "Organization/1732561494320521000.d77f1512-7b78-49ba-995f-481804f98630", + "resource": { + "resourceType": "Organization", + "id": "1732561494320521000.d77f1512-7b78-49ba-995f-481804f98630", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "MSH.6" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "MSH.6" } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" } ], - "value" : "CDPH_CID" + "value": "CDPH_CID" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.2,HD.3" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0301", - "code" : "ISO" + "system": "http://terminology.hl7.org/CodeSystem/v2-0301", + "code": "ISO" } ] }, - "system" : "urn:ietf:rfc:3986", - "value" : "2.16.840.1.114222.4.1.2.14104" + "system": "urn:ietf:rfc:3986", + "value": "2.16.840.1.114222.4.1.2.14104" } ] } }, { - "fullUrl" : "Provenance/1716964508402469000.47642269-e41c-4390-ba44-949ef99f8b4e", - "resource" : { - "resourceType" : "Provenance", - "id" : "1716964508402469000.47642269-e41c-4390-ba44-949ef99f8b4e", - "target" : [ + "fullUrl": "Provenance/1732561494909091000.a8fb88e8-7452-44df-8049-579955d44fd0", + "resource": { + "resourceType": "Provenance", + "id": "1732561494909091000.a8fb88e8-7452-44df-8049-579955d44fd0", + "target": [ { - "reference" : "MessageHeader/8565cf64-832b-3438-bb11-99d9ac964bc1" + "reference": "MessageHeader/1732561494321770000.2e1c8f84-c0fe-4d13-85e2-a631eb728851" }, { - "reference" : "DiagnosticReport/1716964508685898000.2532ff91-3e38-4eb7-91cf-a1012a26a17d" + "reference": "DiagnosticReport/1732561495265209000.f7974efd-664b-4edb-a591-2f256429718b" }, { - "reference" : "DiagnosticReport/1716964508687401000.825800b2-29b8-4cfe-b424-73e68e0dee38" + "reference": "DiagnosticReport/1732561495267151000.83ddc146-f4c0-4063-8c46-9e681d69c1c2" } ], - "recorded" : "2023-08-02T18:08:02-04:00", - "activity" : { - "coding" : [ + "recorded": "2023-08-02T18:08:02-04:00", + "activity": { + "coding": [ { - "display" : "ORU^R01^ORU_R01" + "display": "ORU^R01^ORU_R01" } ] }, - "agent" : [ + "agent": [ { - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type", - "code" : "author" + "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type", + "code": "author" } ] }, - "who" : { - "reference" : "Organization/1716964508401723000.0f908776-dc49-4b1a-b3c3-a613fbe52218" + "who": { + "reference": "Organization/1732561494908179000.2d625b19-31a5-4f09-a891-2d744f59bb66" } } ], - "entity" : [ + "entity": [ { - "role" : "source", - "what" : { - "reference" : "Device/1716964508407050000.3eb837ac-e47c-4205-b924-174ab3cfe213" + "role": "source", + "what": { + "reference": "Device/1732561494915438000.258e5b9a-7885-41de-9064-936700d5d4d4" } } ] } }, { - "fullUrl" : "Organization/1716964508401723000.0f908776-dc49-4b1a-b3c3-a613fbe52218", - "resource" : { - "resourceType" : "Organization", - "id" : "1716964508401723000.0f908776-dc49-4b1a-b3c3-a613fbe52218", - "identifier" : [ + "fullUrl": "Organization/1732561494908179000.2d625b19-31a5-4f09-a891-2d744f59bb66", + "resource": { + "resourceType": "Organization", + "id": "1732561494908179000.2d625b19-31a5-4f09-a891-2d744f59bb66", + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" } ], - "value" : "CDC Atlanta" + "value": "CDC Atlanta" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.2,HD.3" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0301", - "code" : "CLIA" + "system": "http://terminology.hl7.org/CodeSystem/v2-0301", + "code": "CLIA" } ] }, - "value" : "11D0668319" + "value": "11D0668319" } ] } }, { - "fullUrl" : "Organization/1716964508406808000.912ee71f-1c70-40c5-b0fd-d3233ab7ab84", - "resource" : { - "resourceType" : "Organization", - "id" : "1716964508406808000.912ee71f-1c70-40c5-b0fd-d3233ab7ab84", - "extension" : [ + "fullUrl": "Organization/1732561494915019000.e965d8d9-89bf-4afe-b009-9a263aca00f1", + "resource": { + "resourceType": "Organization", + "id": "1732561494915019000.e965d8d9-89bf-4afe-b009-9a263aca00f1", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ { - "url" : "XON.10", - "valueString" : "CDC CLIA" + "url": "XON.10", + "valueString": "CDC CLIA" } ] } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "CDC" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "CDC" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "XX" } ] }, - "value" : "CDC CLIA" + "value": "CDC CLIA" } ], - "name" : "CDC" + "name": "CDC" } }, { - "fullUrl" : "Device/1716964508407050000.3eb837ac-e47c-4205-b924-174ab3cfe213", - "resource" : { - "resourceType" : "Device", - "id" : "1716964508407050000.3eb837ac-e47c-4205-b924-174ab3cfe213", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/software-vendor-org", - "valueReference" : { - "reference" : "Organization/1716964508406808000.912ee71f-1c70-40c5-b0fd-d3233ab7ab84" + "fullUrl": "Device/1732561494915438000.258e5b9a-7885-41de-9064-936700d5d4d4", + "resource": { + "resourceType": "Device", + "id": "1732561494915438000.258e5b9a-7885-41de-9064-936700d5d4d4", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/software-vendor-org", + "valueReference": { + "reference": "Organization/1732561494915019000.e965d8d9-89bf-4afe-b009-9a263aca00f1" } } ], - "manufacturer" : "CDC", - "deviceName" : [ + "manufacturer": "CDC", + "deviceName": [ { - "name" : "STARLIMS", - "type" : "manufacturer-name" + "name": "STARLIMS", + "type": "manufacturer-name" } ], - "modelNumber" : "Binary ID unknown", - "version" : [ + "modelNumber": "Binary ID unknown", + "version": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/software-install-date", - "valueDateTime" : "2023-08-02T18:08:02-04:00", - "_valueDateTime" : { - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/software-install-date", + "valueDateTime": "2023-08-02T18:08:02-04:00", + "_valueDateTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230802180802-0400" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230802180802-0400" } ] } } ], - "value" : "ELIMS V11" + "value": "ELIMS V11" } ], - "note" : [ + "note": [ { - "text" : "test" + "text": "test" } ] } }, { - "fullUrl" : "Provenance/1716964508413845000.64588739-af10-4517-adf7-2da281c47b75", - "resource" : { - "resourceType" : "Provenance", - "id" : "1716964508413845000.64588739-af10-4517-adf7-2da281c47b75", - "recorded" : "2024-05-29T02:35:08Z", - "policy" : [ + "fullUrl": "Provenance/1732561494924696000.481d05f9-1bc2-4377-be74-160014d943cb", + "resource": { + "resourceType": "Provenance", + "id": "1732561494924696000.481d05f9-1bc2-4377-be74-160014d943cb", + "recorded": "2024-11-25T14:04:54Z", + "policy": [ "http://hl7.org/fhir/uv/v2mappings/message-oru-r01-to-bundle" ], - "activity" : { - "coding" : [ + "activity": { + "coding": [ { - "code" : "v2-FHIR transformation" + "code": "v2-FHIR transformation" } ] }, - "agent" : [ + "agent": [ { - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type", - "code" : "assembler" + "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type", + "code": "assembler" } ] }, - "who" : { - "reference" : "Organization/1716964508413516000.3ae5db58-59bd-46de-be6a-8c577719601f" + "who": { + "reference": "Organization/1732561494924204000.5a82be4e-aa66-4eb2-abc0-ac51c73fb736" } } ] } }, { - "fullUrl" : "Organization/1716964508413516000.3ae5db58-59bd-46de-be6a-8c577719601f", - "resource" : { - "resourceType" : "Organization", - "id" : "1716964508413516000.3ae5db58-59bd-46de-be6a-8c577719601f", - "identifier" : [ + "fullUrl": "Organization/1732561494924204000.5a82be4e-aa66-4eb2-abc0-ac51c73fb736", + "resource": { + "resourceType": "Organization", + "id": "1732561494924204000.5a82be4e-aa66-4eb2-abc0-ac51c73fb736", + "identifier": [ { - "value" : "CDC PRIME - Atlanta" + "value": "CDC PRIME - Atlanta" }, { - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0301" + "system": "http://terminology.hl7.org/CodeSystem/v2-0301" } ] }, - "system" : "urn:ietf:rfc:3986", - "value" : "2.16.840.1.114222.4.1.237821" + "system": "urn:ietf:rfc:3986", + "value": "2.16.840.1.114222.4.1.237821" } ] } }, { - "fullUrl" : "Patient/1716964508445924000.06ee52b1-488e-47df-b7ef-eef1a5a23b90", - "resource" : { - "resourceType" : "Patient", - "id" : "1716964508445924000.06ee52b1-488e-47df-b7ef-eef1a5a23b90", - "extension" : [ + "fullUrl": "Patient/1732561494966959000.196f1b0a-faaa-4371-838c-8ce5128f9850", + "resource": { + "resourceType": "Patient", + "id": "1732561494966959000.196f1b0a-faaa-4371-838c-8ce5128f9850", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/patient-notes", - "valueAnnotation" : { - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/patient-notes", + "valueAnnotation": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension": [ { - "url" : "NTE.2", - "valueId" : "L" + "url": "NTE.2", + "valueId": "L" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "Accession level coment." + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId": "Accession level coment." }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", - "valueOid" : "urn:oid:2.16.840.1.113883.12.364" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", + "valueOid": "urn:oid:2.16.840.1.113883.12.364" } ], - "coding" : [ + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70364" } ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" + "version": "2.5.1", + "code": "RE", + "display": "Remark" } ] } } ], - "text" : "Accession level coment." + "text": "Accession level coment." } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/patient-notes", - "valueAnnotation" : { - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/patient-notes", + "valueAnnotation": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension": [ { - "url" : "NTE.2", - "valueId" : "L" + "url": "NTE.2", + "valueId": "L" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "SPHL Submitter: CDPH, Viral and Rickettsial Disease Laboratory, Submitter ID: SPHL-000048, Address: 850 Marina Bay Parkway Rm. E-361 Richmond, California 94804 United States, Email: VRDL.Mail@cdph.ca.gov, Submitter Patient ID: PID123, Submitter Alt Patient ID: AltPID1234, Submitter Specimen ID: Specimen123, Submitter Alt Specimen ID: AltSP1234" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId": "SPHL Submitter: CDPH, Viral and Rickettsial Disease Laboratory, Submitter ID: SPHL-000048, Address: 850 Marina Bay Parkway Rm. E-361 Richmond, California 94804 United States, Email: VRDL.Mail@cdph.ca.gov, Submitter Patient ID: PID123, Submitter Alt Patient ID: AltPID1234, Submitter Specimen ID: Specimen123, Submitter Alt Specimen ID: AltSP1234" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", - "valueOid" : "urn:oid:2.16.840.1.113883.12.364" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", + "valueOid": "urn:oid:2.16.840.1.113883.12.364" } ], - "coding" : [ + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70364" } ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" + "version": "2.5.1", + "code": "RE", + "display": "Remark" } ] } } ], - "text" : "SPHL Submitter: CDPH, Viral and Rickettsial Disease Laboratory, Submitter ID: SPHL-000048, Address: 850 Marina Bay Parkway Rm. E-361 Richmond, California 94804 United States, Email: VRDL.Mail@cdph.ca.gov, Submitter Patient ID: PID123, Submitter Alt Patient ID: AltPID1234, Submitter Specimen ID: Specimen123, Submitter Alt Specimen ID: AltSP1234" + "text": "SPHL Submitter: CDPH, Viral and Rickettsial Disease Laboratory, Submitter ID: SPHL-000048, Address: 850 Marina Bay Parkway Rm. E-361 Richmond, California 94804 United States, Email: VRDL.Mail@cdph.ca.gov, Submitter Patient ID: PID123, Submitter Alt Patient ID: AltPID1234, Submitter Specimen ID: Specimen123, Submitter Alt Specimen ID: AltSP1234" } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/pid-patient", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/pid-patient", + "extension": [ { - "url" : "PID.8", - "valueCodeableConcept" : { - "coding" : [ + "url": "PID.8", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "F" + "code": "F" } ] } @@ -574,3236 +574,3236 @@ ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/studentStatus", - "valueCodeableConcept" : { - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/studentStatus", + "valueCodeableConcept": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", - "valueOid" : "urn:oid:8.44.235.1.113883.3.3" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", + "valueOid": "urn:oid:8.44.235.1.113883.3.3" } ], - "coding" : [ + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70231" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70231" } ], - "version" : "2.5.1", - "code" : "F", - "display" : "Full-time student" + "version": "2.5.1", + "code": "F", + "display": "Full-time student" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "secondary-alt-coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "secondary-alt-coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70231" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70231" } ], - "version" : "2.5.1", - "code" : "N", - "display" : "Not a student" + "version": "2.5.1", + "code": "N", + "display": "Not a student" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70231" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70231" } ], - "version" : "4", - "code" : "N", - "display" : "Not a student" + "version": "4", + "code": "N", + "display": "Not a student" } ], - "text" : "TEST" + "text": "TEST" } }, { - "url" : "http://hl7.org/fhir/StructureDefinition/patient-disability", - "valueCodeableConcept" : { - "extension" : [ + "url": "http://hl7.org/fhir/StructureDefinition/patient-disability", + "valueCodeableConcept": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", - "valueOid" : "urn:oid:8.44.235.1.113883.3.3" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", + "valueOid": "urn:oid:8.44.235.1.113883.3.3" } ], - "coding" : [ + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70295" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70295" } ], - "version" : "2.5.1", - "code" : "T", - "display" : "TEST" + "version": "2.5.1", + "code": "T", + "display": "TEST" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "secondary-alt-coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "secondary-alt-coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70295" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70295" } ], - "version" : "2.5.1", - "code" : "D", - "display" : "Debug" + "version": "2.5.1", + "code": "D", + "display": "Debug" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70295" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70295" } ], - "version" : "4", - "code" : "P", - "display" : "Prod" + "version": "4", + "code": "P", + "display": "Prod" } ], - "text" : "TEST" + "text": "TEST" } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/livingWill", - "valueCodeableConcept" : { - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/livingWill", + "valueCodeableConcept": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", - "valueOid" : "urn:oid:8.44.235.1.113883.3.3" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", + "valueOid": "urn:oid:8.44.235.1.113883.3.3" } ], - "coding" : [ + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70315" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70315" } ], - "version" : "2.5.1", - "code" : "F", - "display" : "Yes, patient has a living will but it is not on file" + "version": "2.5.1", + "code": "F", + "display": "Yes, patient has a living will but it is not on file" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "secondary-alt-coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "secondary-alt-coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70315" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70315" } ], - "version" : "2.5.1", - "code" : "U", - "display" : "Unknown" + "version": "2.5.1", + "code": "U", + "display": "Unknown" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70315" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70315" } ], - "version" : "4", - "code" : "I", - "display" : "No, patient does not have a living will but information was provided" + "version": "4", + "code": "I", + "display": "No, patient does not have a living will but information was provided" } ], - "text" : "TEST" + "text": "TEST" } }, { - "url" : "http://hl7.org/fhir/StructureDefinition/patient-congregation", - "valueString" : "1st Ordering Facility" + "url": "http://hl7.org/fhir/StructureDefinition/patient-congregation", + "valueString": "1st Ordering Facility" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/patient-congregation", - "valueString" : "2nd Ordering Facility" + "url": "http://hl7.org/fhir/StructureDefinition/patient-congregation", + "valueString": "2nd Ordering Facility" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/pd1-patient-additional-demographic", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/pd1-patient-additional-demographic", + "extension": [ { - "url" : "PD1.1", - "valueCodeableConcept" : { - "extension" : [ + "url": "PD1.1", + "valueCodeableConcept": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", - "valueOid" : "urn:oid:8.44.235.1.113883.3.3" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", + "valueOid": "urn:oid:8.44.235.1.113883.3.3" } ], - "coding" : [ + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70223" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70223" } ], - "version" : "2.5.1", - "code" : "C", - "display" : "Small Children Dependent" + "version": "2.5.1", + "code": "C", + "display": "Small Children Dependent" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "secondary-alt-coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "secondary-alt-coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70223" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70223" } ], - "version" : "2.5.1", - "code" : "M", - "display" : "Medical Supervision Required" + "version": "2.5.1", + "code": "M", + "display": "Medical Supervision Required" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70223" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70223" } ], - "version" : "4", - "code" : "M", - "display" : "Medical Supervision Required" + "version": "4", + "code": "M", + "display": "Medical Supervision Required" } ], - "text" : "TEST" + "text": "TEST" } }, { - "url" : "PD1.1", - "valueCodeableConcept" : { - "extension" : [ + "url": "PD1.1", + "valueCodeableConcept": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", - "valueOid" : "urn:oid:8.44.235.1.113883.3.3" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", + "valueOid": "urn:oid:8.44.235.1.113883.3.3" } ], - "coding" : [ + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70223" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70223" } ], - "version" : "2.5.1", - "code" : "O", - "display" : "Other" + "version": "2.5.1", + "code": "O", + "display": "Other" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "secondary-alt-coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "secondary-alt-coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70223" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70223" } ], - "version" : "2.5.1", - "code" : "M", - "display" : "Medical Supervision Required" + "version": "2.5.1", + "code": "M", + "display": "Medical Supervision Required" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70223" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70223" } ], - "version" : "4", - "code" : "U", - "display" : "Unknown" + "version": "4", + "code": "U", + "display": "Unknown" } ], - "text" : "TEST" + "text": "TEST" } }, { - "url" : "PD1.2", - "valueCodeableConcept" : { - "extension" : [ + "url": "PD1.2", + "valueCodeableConcept": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", - "valueOid" : "urn:oid:8.44.235.1.113883.3.3" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", + "valueOid": "urn:oid:8.44.235.1.113883.3.3" } ], - "coding" : [ + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70220" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70220" } ], - "version" : "2.5.1", - "code" : "A", - "display" : "Alone" + "version": "2.5.1", + "code": "A", + "display": "Alone" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "secondary-alt-coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "secondary-alt-coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70220" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70220" } ], - "version" : "2.5.1", - "code" : "F", - "display" : "Family" + "version": "2.5.1", + "code": "F", + "display": "Family" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70220" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70220" } ], - "version" : "4", - "code" : "F", - "display" : "Family" + "version": "4", + "code": "F", + "display": "Family" } ], - "text" : "TEST" + "text": "TEST" } }, { - "url" : "PD1.16", - "valueCodeableConcept" : { - "extension" : [ + "url": "PD1.16", + "valueCodeableConcept": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", - "valueOid" : "urn:oid:8.44.235.1.113883.3.3" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", + "valueOid": "urn:oid:8.44.235.1.113883.3.3" } ], - "coding" : [ + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70441" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70441" } ], - "version" : "2.5.1", - "code" : "A", - "display" : "Active" + "version": "2.5.1", + "code": "A", + "display": "Active" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "secondary-alt-coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "secondary-alt-coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70441" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70441" } ], - "version" : "2.5.1", - "code" : "O", - "display" : "Other" + "version": "2.5.1", + "code": "O", + "display": "Other" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70441" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70441" } ], - "version" : "4", - "code" : "I", - "display" : "Inactive" + "version": "4", + "code": "I", + "display": "Inactive" } ], - "text" : "TEST" + "text": "TEST" } }, { - "url" : "PD1.17", - "valueString" : "20230501102531-0400" + "url": "PD1.17", + "valueString": "20230501102531-0400" }, { - "url" : "PD1.18", - "valueString" : "20230501102531-0400" + "url": "PD1.18", + "valueString": "20230501102531-0400" }, { - "url" : "PD1.19", - "valueCodeableConcept" : { - "extension" : [ + "url": "PD1.19", + "valueCodeableConcept": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", - "valueOid" : "urn:oid:8.44.235.1.113883.3.3" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", + "valueOid": "urn:oid:8.44.235.1.113883.3.3" } ], - "coding" : [ + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70140" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70140" } ], - "version" : "2.5.1", - "code" : "AUSA", - "display" : "Australian Army" + "version": "2.5.1", + "code": "AUSA", + "display": "Australian Army" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "secondary-alt-coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "secondary-alt-coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70140" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70140" } ], - "version" : "2.5.1", - "code" : "AUSN", - "display" : "Australian Navy" + "version": "2.5.1", + "code": "AUSN", + "display": "Australian Navy" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70140" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70140" } ], - "version" : "4", - "code" : "AUSFA", - "display" : "Australian Air Force" + "version": "4", + "code": "AUSFA", + "display": "Australian Air Force" } ], - "text" : "TEST" + "text": "TEST" } }, { - "url" : "PD1.20", - "valueCodeableConcept" : { - "extension" : [ + "url": "PD1.20", + "valueCodeableConcept": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", - "valueOid" : "urn:oid:8.44.235.1.113883.3.3" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", + "valueOid": "urn:oid:8.44.235.1.113883.3.3" } ], - "coding" : [ + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70141" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70141" } ], - "version" : "2.5.1", - "code" : "E1... E9", - "display" : "Enlisted" + "version": "2.5.1", + "code": "E1... E9", + "display": "Enlisted" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "secondary-alt-coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "secondary-alt-coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70141" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70141" } ], - "version" : "2.5.1", - "code" : "W1 ... W4", - "display" : "Warrent Officers" + "version": "2.5.1", + "code": "W1 ... W4", + "display": "Warrent Officers" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70141" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70141" } ], - "version" : "4", - "code" : "O1 ... O9", - "display" : "Officers" + "version": "4", + "code": "O1 ... O9", + "display": "Officers" } ], - "text" : "TEST" + "text": "TEST" } }, { - "url" : "PD1.21", - "valueCodeableConcept" : { - "extension" : [ + "url": "PD1.21", + "valueCodeableConcept": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", - "valueOid" : "urn:oid:8.44.235.1.113883.3.3" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", + "valueOid": "urn:oid:8.44.235.1.113883.3.3" } ], - "coding" : [ + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70142" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70142" } ], - "version" : "2.5.1", - "code" : "ACT", - "display" : "Active duty" + "version": "2.5.1", + "code": "ACT", + "display": "Active duty" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "secondary-alt-coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "secondary-alt-coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70142" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70142" } ], - "version" : "2.5.1", - "code" : "RET", - "display" : "Retired" + "version": "2.5.1", + "code": "RET", + "display": "Retired" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70142" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70142" } ], - "version" : "4", - "code" : "DEC", - "display" : "Deceased" + "version": "4", + "code": "DEC", + "display": "Deceased" } ], - "text" : "TEST" + "text": "TEST" } }, { - "url" : "PD1.22", - "valueString" : "20230501102531-0400" + "url": "PD1.22", + "valueString": "20230501102531-0400" }, { - "url" : "PD1.8", - "valueCodeableConcept" : { - "extension" : [ + "url": "PD1.8", + "valueCodeableConcept": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", - "valueOid" : "urn:oid:8.44.235.1.113883.3.3" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", + "valueOid": "urn:oid:8.44.235.1.113883.3.3" } ], - "coding" : [ + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70316" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70316" } ], - "version" : "2.5.1", - "code" : "F", - "display" : "Yes, patient is a documented donor, but documentation is not on file" + "version": "2.5.1", + "code": "F", + "display": "Yes, patient is a documented donor, but documentation is not on file" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "secondary-alt-coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "secondary-alt-coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70316" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70316" } ], - "version" : "2.5.1", - "code" : "U", - "display" : "Unknown" + "version": "2.5.1", + "code": "U", + "display": "Unknown" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70316" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70316" } ], - "version" : "4", - "code" : "I", - "display" : "No, patient is not a documented donor, but information was provided" + "version": "4", + "code": "I", + "display": "No, patient is not a documented donor, but information was provided" } ], - "text" : "TEST" + "text": "TEST" } }, { - "url" : "PD1.9", - "valueString" : "N" + "url": "PD1.9", + "valueString": "N" }, { - "url" : "PD1.10", - "valueIdentifier" : { - "extension" : [ + "url": "PD1.10", + "valueIdentifier": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-facility", - "valueReference" : { - "reference" : "Organization/1716964508431476000.30d5977c-0a2c-4de4-ad86-f21b7f754923" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-facility", + "valueReference": { + "reference": "Organization/1732561494948870000.5cbe53b9-772a-4877-855e-e7f96f7980e3" } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier", + "extension": [ { - "url" : "CX.5", - "valueString" : "MR" + "url": "CX.5", + "valueString": "MR" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PD1.10" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PD1.10" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "code" : "MR" + "code": "MR" } ] }, - "system" : "NIST MPI", - "_system" : { - "extension" : [ + "system": "NIST MPI", + "_system": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "NIST MPI" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "NIST MPI" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.113883.3.72.5.30.2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.113883.3.72.5.30.2" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "ISO" } ] }, - "value" : "18547545" + "value": "18547545" } }, { - "url" : "PD1.10", - "valueIdentifier" : { - "extension" : [ + "url": "PD1.10", + "valueIdentifier": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-facility", - "valueReference" : { - "reference" : "Organization/1716964508432441000.8401c1df-34f1-43f4-bdbb-9f4d2d693ae3" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-facility", + "valueReference": { + "reference": "Organization/1732561494950116000.fdf10cda-67a7-4100-ad43-cf0409a12d34" } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier", + "extension": [ { - "url" : "CX.5", - "valueString" : "SS" + "url": "CX.5", + "valueString": "SS" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PD1.10" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PD1.10" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "code" : "SS" + "code": "SS" } ] }, - "system" : "SSN", - "_system" : { - "extension" : [ + "system": "SSN", + "_system": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "SSN" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "SSN" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.113883.4.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.113883.4.1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "ISO" } ] }, - "value" : "111111111" + "value": "111111111" } }, { - "url" : "PD1.11", - "valueCodeableConcept" : { - "extension" : [ + "url": "PD1.11", + "valueCodeableConcept": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", - "valueOid" : "urn:oid:8.44.235.1.113883.3.3" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", + "valueOid": "urn:oid:8.44.235.1.113883.3.3" } ], - "coding" : [ + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70215" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70215" } ], - "version" : "2.5.1", - "code" : "F", - "display" : "Family only" + "version": "2.5.1", + "code": "F", + "display": "Family only" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "secondary-alt-coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "secondary-alt-coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70215" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70215" } ], - "version" : "2.5.1", - "code" : "U", - "display" : "Unknown" + "version": "2.5.1", + "code": "U", + "display": "Unknown" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70215" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70215" } ], - "version" : "4", - "code" : "N", - "display" : "No Publicity" + "version": "4", + "code": "N", + "display": "No Publicity" } ], - "text" : "TEST" + "text": "TEST" } }, { - "url" : "PD1.12", - "valueString" : "N" + "url": "PD1.12", + "valueString": "N" }, { - "url" : "PD1.13", - "valueString" : "20230501102531-0400" + "url": "PD1.13", + "valueString": "20230501102531-0400" }, { - "url" : "PD1.14", - "valueReference" : { - "reference" : "Organization/1716964508434855000.9b935134-8142-4cf7-b361-841ac9f4d406" + "url": "PD1.14", + "valueReference": { + "reference": "Organization/1732561494953497000.950fd58f-eba9-4694-bbb2-637838a31fc3" } }, { - "url" : "PD1.14", - "valueReference" : { - "reference" : "Organization/1716964508436402000.9deca9dd-41c9-47aa-8a51-c695e8665dd9" + "url": "PD1.14", + "valueReference": { + "reference": "Organization/1732561494955263000.ca4e6d8c-92fa-4755-8135-9fd128e82a46" } }, { - "url" : "PD1.15", - "valueCodeableConcept" : { - "extension" : [ + "url": "PD1.15", + "valueCodeableConcept": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", - "valueOid" : "urn:oid:8.44.235.1.113883.3.3" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", + "valueOid": "urn:oid:8.44.235.1.113883.3.3" } ], - "coding" : [ + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70435" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70435" } ], - "version" : "2.5.1", - "code" : "DNR", - "display" : "Do not resuscitate" + "version": "2.5.1", + "code": "DNR", + "display": "Do not resuscitate" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "secondary-alt-coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "secondary-alt-coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70435" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70435" } ], - "version" : "2.5.1", - "code" : "N", - "display" : "No directive" + "version": "2.5.1", + "code": "N", + "display": "No directive" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70435" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70435" } ], - "version" : "4", - "code" : "N", - "display" : "No directive" + "version": "4", + "code": "N", + "display": "No directive" } ], - "text" : "TEST" + "text": "TEST" } }, { - "url" : "PD1.15", - "valueCodeableConcept" : { - "extension" : [ + "url": "PD1.15", + "valueCodeableConcept": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", - "valueOid" : "urn:oid:8.44.235.1.113883.3.3" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", + "valueOid": "urn:oid:8.44.235.1.113883.3.3" } ], - "coding" : [ + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70435" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70435" } ], - "version" : "2.5.1", - "code" : "DNR", - "display" : "Do not resuscitate" + "version": "2.5.1", + "code": "DNR", + "display": "Do not resuscitate" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "secondary-alt-coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "secondary-alt-coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70435" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70435" } ], - "version" : "2.5.1", - "code" : "N", - "display" : "No directive" + "version": "2.5.1", + "code": "N", + "display": "No directive" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70435" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70435" } ], - "version" : "4", - "code" : "N", - "display" : "No directive" + "version": "4", + "code": "N", + "display": "No directive" } ], - "text" : "TEST" + "text": "TEST" } } ] } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier", + "extension": [ { - "url" : "CX.5", - "valueString" : "PI" + "url": "CX.5", + "valueString": "PI" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PID.3" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PID.3" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "code" : "PI" + "code": "PI" } ] }, - "system" : "STARLIMS.CDC.Stag", - "_system" : { - "extension" : [ + "system": "STARLIMS.CDC.Stag", + "_system": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "STARLIMS.CDC.Stag" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "STARLIMS.CDC.Stag" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.3.3.2.1.2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.3.3.2.1.2" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "ISO" } ] }, - "value" : "test" + "value": "test" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cx-identifier", + "extension": [ { - "url" : "CX.5", - "valueString" : "PI" + "url": "CX.5", + "valueString": "PI" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PID.3" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PID.3" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "code" : "PI" + "code": "PI" } ] }, - "system" : "SPHL-000048", - "_system" : { - "extension" : [ + "system": "SPHL-000048", + "_system": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "SPHL-000048" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "SPHL-000048" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.10765" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.10765" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "ISO" } ] }, - "value" : "PID123" + "value": "PID123" } ], - "name" : [ + "name": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", + "extension": [ { - "url" : "XPN.2", - "valueString" : "HL7" + "url": "XPN.2", + "valueString": "HL7" }, { - "url" : "XPN.3", - "valueString" : "MI" + "url": "XPN.3", + "valueString": "MI" }, { - "url" : "XPN.7", - "valueString" : "L" + "url": "XPN.7", + "valueString": "L" } ] } ], - "use" : "official", - "family" : "Mega", - "given" : [ + "use": "official", + "family": "Mega", + "given": [ "HL7", "MI" ] } ], - "gender" : "female", - "_birthDate" : { - "extension" : [ + "gender": "female", + "_birthDate": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "0000" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "0000" } ] }, - "address" : [ + "address": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ { - "url" : "XAD.7", - "valueCode" : "H" + "url": "XAD.7", + "valueCode": "H" } ] } ], - "use" : "home", - "country" : "USA" + "use": "home", + "country": "USA" } ], - "contact" : [ + "contact": [ { - "extension" : [ + "extension": [ { - "url" : "https://hl7.org/fhir/StructureDefinition/relationship", - "valueCodeableConcept" : { - "coding" : [ + "url": "https://hl7.org/fhir/StructureDefinition/relationship", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70131" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70131" } ], - "code" : "N", - "display" : "Next-of-Kin" + "code": "N", + "display": "Next-of-Kin" } ] } }, { - "url" : "https://hl7.org/fhir/StructureDefinition/relationship", - "valueCodeableConcept" : { - "coding" : [ + "url": "https://hl7.org/fhir/StructureDefinition/relationship", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70131" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70131" } ], - "code" : "N", - "display" : "Next-of-Kin" + "code": "N", + "display": "Next-of-Kin" } ] } } ], - "relationship" : [ + "relationship": [ { - "coding" : [ + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70131" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70131" } ], - "code" : "N", - "display" : "Next-of-Kin" + "code": "N", + "display": "Next-of-Kin" } ] } ], - "name" : { - "extension" : [ + "name": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", + "extension": [ { - "url" : "XPN.2", - "valueString" : "Leia" + "url": "XPN.2", + "valueString": "Leia" } ] } ], - "family" : "Organa", - "given" : [ + "family": "Organa", + "given": [ "Leia" ] }, - "telecom" : [ + "telecom": [ { - "extension" : [ + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", - "valueString" : "31" + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString": "31" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", - "valueString" : "201" + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString": "201" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "234567" + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString": "234567" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ { - "url" : "XTN.3", - "valueString" : "PH" + "url": "XTN.3", + "valueString": "PH" }, { - "url" : "XTN.7", - "valueString" : "234567" + "url": "XTN.7", + "valueString": "234567" }, { - "url" : "XTN.12", - "valueString" : "+31201234567" + "url": "XTN.12", + "valueString": "+31201234567" } ] } ], - "system" : "phone", - "value" : "+31201234567" + "system": "phone", + "value": "+31201234567" }, { - "extension" : [ + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", - "valueString" : "31" + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString": "31" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", - "valueString" : "201" + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString": "201" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "234567" + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString": "234567" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ { - "url" : "XTN.3", - "valueString" : "PH" + "url": "XTN.3", + "valueString": "PH" }, { - "url" : "XTN.7", - "valueString" : "234567" + "url": "XTN.7", + "valueString": "234567" }, { - "url" : "XTN.12", - "valueString" : "+31201234567" + "url": "XTN.12", + "valueString": "+31201234567" } ] } ], - "system" : "phone", - "value" : "+31201234567" + "system": "phone", + "value": "+31201234567" } ] } ], - "generalPractitioner" : [ + "generalPractitioner": [ { - "reference" : "Organization/1716964508421531000.4f4e04d0-2dd7-4c9b-89ea-78e5f9f2100e" + "reference": "Organization/1732561494934903000.9463edae-4098-4c4c-b290-07d1b7e15999" }, { - "reference" : "Organization/1716964508423689000.a8461c1b-6961-4946-8a36-07ac3c3edcd8" + "reference": "Organization/1732561494937469000.27684b41-9694-4621-a8c5-ab560f28e28b" } ] } }, { - "fullUrl" : "Location/1716964508420302000.6468a55c-02d7-4101-8c9a-2a3cbab80ff3", - "resource" : { - "resourceType" : "Location", - "id" : "1716964508420302000.6468a55c-02d7-4101-8c9a-2a3cbab80ff3", - "extension" : [ + "fullUrl": "Location/1732561494933334000.3848bd28-492b-4899-a3ad-d0d036a711b5", + "resource": { + "resourceType": "Location", + "id": "1732561494933334000.3848bd28-492b-4899-a3ad-d0d036a711b5", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ], - "identifier" : [ + "identifier": [ { - "value" : "2.16.840.1.113883.9.11" + "value": "2.16.840.1.113883.9.11" } ], - "name" : "Hospital A", - "physicalType" : { - "coding" : [ + "name": "Hospital A", + "physicalType": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "si" + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" } ] } } }, { - "fullUrl" : "Organization/1716964508421531000.4f4e04d0-2dd7-4c9b-89ea-78e5f9f2100e", - "resource" : { - "resourceType" : "Organization", - "id" : "1716964508421531000.4f4e04d0-2dd7-4c9b-89ea-78e5f9f2100e", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ + "fullUrl": "Organization/1732561494934903000.9463edae-4098-4c4c-b290-07d1b7e15999", + "resource": { + "resourceType": "Organization", + "id": "1732561494934903000.9463edae-4098-4c4c-b290-07d1b7e15999", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" } ], - "coding" : [ + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" } ], - "system" : "http://loinc.org", - "version" : "1", - "code" : "1234-5", - "display" : "TestText" + "system": "http://loinc.org", + "version": "1", + "code": "1234-5", + "display": "TestText" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" } ], - "system" : "http://loinc.org", - "version" : "2", - "code" : "1234-5", - "display" : "TestAltText" + "system": "http://loinc.org", + "version": "2", + "code": "1234-5", + "display": "TestAltText" } ], - "text" : "OriginalText" + "text": "OriginalText" } } ], - "system" : "LN", - "version" : "1", - "code" : "1234-5", - "display" : "TestText" + "system": "LN", + "version": "1", + "code": "1234-5", + "display": "TestText" } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/name-representation-code", - "valueString" : "NameRepCode" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/name-representation-code", + "valueString": "NameRepCode" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ { - "url" : "XON.3", - "valueString" : "123" + "url": "XON.3", + "valueString": "123" }, { - "url" : "XON.10", - "valueString" : "OrgIdentifier" + "url": "XON.10", + "valueString": "OrgIdentifier" } ] } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", - "valueString" : "Check Digit" + "url": "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString": "Check Digit" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Assigning Authority" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Assigning Authority" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.1.4.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.1.4.1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] }, { - "url" : "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", - "valueCode" : "C1" + "url": "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode": "C1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", - "valueReference" : { - "reference" : "Location/1716964508420302000.6468a55c-02d7-4101-8c9a-2a3cbab80ff3" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference": { + "reference": "Location/1732561494933334000.3848bd28-492b-4899-a3ad-d0d036a711b5" } } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "MD" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "MD" } ] }, - "value" : "OrgIdentifier" + "value": "OrgIdentifier" } ], - "name" : "Ordering Facility" + "name": "Ordering Facility" } }, { - "fullUrl" : "Location/1716964508422602000.ba39e247-8003-4248-be30-dc6c71caa958", - "resource" : { - "resourceType" : "Location", - "id" : "1716964508422602000.ba39e247-8003-4248-be30-dc6c71caa958", - "extension" : [ + "fullUrl": "Location/1732561494935948000.72dc3547-b3cf-4fd3-9864-18267d10b7bf", + "resource": { + "resourceType": "Location", + "id": "1732561494935948000.72dc3547-b3cf-4fd3-9864-18267d10b7bf", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ], - "identifier" : [ + "identifier": [ { - "value" : "2.16.840.1.113883.9.11" + "value": "2.16.840.1.113883.9.11" } ], - "name" : "Hospital A", - "physicalType" : { - "coding" : [ + "name": "Hospital A", + "physicalType": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "si" + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" } ] } } }, { - "fullUrl" : "Organization/1716964508423689000.a8461c1b-6961-4946-8a36-07ac3c3edcd8", - "resource" : { - "resourceType" : "Organization", - "id" : "1716964508423689000.a8461c1b-6961-4946-8a36-07ac3c3edcd8", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ + "fullUrl": "Organization/1732561494937469000.27684b41-9694-4621-a8c5-ab560f28e28b", + "resource": { + "resourceType": "Organization", + "id": "1732561494937469000.27684b41-9694-4621-a8c5-ab560f28e28b", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" } ], - "coding" : [ + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" } ], - "system" : "http://loinc.org", - "version" : "1", - "code" : "1234-5", - "display" : "TestText" + "system": "http://loinc.org", + "version": "1", + "code": "1234-5", + "display": "TestText" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" } ], - "system" : "http://loinc.org", - "version" : "2", - "code" : "1234-5", - "display" : "TestAltText" + "system": "http://loinc.org", + "version": "2", + "code": "1234-5", + "display": "TestAltText" } ], - "text" : "OriginalText" + "text": "OriginalText" } } ], - "system" : "LN", - "version" : "1", - "code" : "1234-5", - "display" : "TestText" + "system": "LN", + "version": "1", + "code": "1234-5", + "display": "TestText" } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/name-representation-code", - "valueString" : "NameRepCode" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/name-representation-code", + "valueString": "NameRepCode" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ { - "url" : "XON.3", - "valueString" : "123" + "url": "XON.3", + "valueString": "123" }, { - "url" : "XON.10", - "valueString" : "OrgIdentifier" + "url": "XON.10", + "valueString": "OrgIdentifier" } ] } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", - "valueString" : "Check Digit" + "url": "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString": "Check Digit" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Assigning Authority" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Assigning Authority" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.1.4.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.1.4.1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] }, { - "url" : "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", - "valueCode" : "C1" + "url": "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode": "C1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", - "valueReference" : { - "reference" : "Location/1716964508422602000.ba39e247-8003-4248-be30-dc6c71caa958" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference": { + "reference": "Location/1732561494935948000.72dc3547-b3cf-4fd3-9864-18267d10b7bf" } } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "MD" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "MD" } ] }, - "value" : "OrgIdentifier" + "value": "OrgIdentifier" } ], - "name" : "Ordering Facility" + "name": "Ordering Facility" } }, { - "fullUrl" : "Organization/1716964508431476000.30d5977c-0a2c-4de4-ad86-f21b7f754923", - "resource" : { - "resourceType" : "Organization", - "id" : "1716964508431476000.30d5977c-0a2c-4de4-ad86-f21b7f754923", - "identifier" : [ + "fullUrl": "Organization/1732561494948870000.5cbe53b9-772a-4877-855e-e7f96f7980e3", + "resource": { + "resourceType": "Organization", + "id": "1732561494948870000.5cbe53b9-772a-4877-855e-e7f96f7980e3", + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" } ], - "value" : "University H" + "value": "University H" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.2,HD.3" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0301", - "code" : "ISO" + "system": "http://terminology.hl7.org/CodeSystem/v2-0301", + "code": "ISO" } ] }, - "system" : "urn:ietf:rfc:3986", - "value" : "2.16.840.1.113883.3.0" + "system": "urn:ietf:rfc:3986", + "value": "2.16.840.1.113883.3.0" } ] } }, { - "fullUrl" : "Organization/1716964508432441000.8401c1df-34f1-43f4-bdbb-9f4d2d693ae3", - "resource" : { - "resourceType" : "Organization", - "id" : "1716964508432441000.8401c1df-34f1-43f4-bdbb-9f4d2d693ae3", - "identifier" : [ + "fullUrl": "Organization/1732561494950116000.fdf10cda-67a7-4100-ad43-cf0409a12d34", + "resource": { + "resourceType": "Organization", + "id": "1732561494950116000.fdf10cda-67a7-4100-ad43-cf0409a12d34", + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" } ], - "value" : "SSA" + "value": "SSA" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.2,HD.3" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0301", - "code" : "ISO" + "system": "http://terminology.hl7.org/CodeSystem/v2-0301", + "code": "ISO" } ] }, - "system" : "urn:ietf:rfc:3986", - "value" : "2.16.840.1.113883.3.184" + "system": "urn:ietf:rfc:3986", + "value": "2.16.840.1.113883.3.184" } ] } }, { - "fullUrl" : "Location/1716964508434094000.40fa5007-4b3d-4498-83e4-0c72c2002e95", - "resource" : { - "resourceType" : "Location", - "id" : "1716964508434094000.40fa5007-4b3d-4498-83e4-0c72c2002e95", - "extension" : [ + "fullUrl": "Location/1732561494951963000.32a5533b-cc3a-411f-a0ea-c6c9e07bb91b", + "resource": { + "resourceType": "Location", + "id": "1732561494951963000.32a5533b-cc3a-411f-a0ea-c6c9e07bb91b", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ], - "identifier" : [ + "identifier": [ { - "value" : "2.16.840.1.113883.9.11" + "value": "2.16.840.1.113883.9.11" } ], - "name" : "Hospital A", - "physicalType" : { - "coding" : [ + "name": "Hospital A", + "physicalType": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "si" + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" } ] } } }, { - "fullUrl" : "Organization/1716964508434855000.9b935134-8142-4cf7-b361-841ac9f4d406", - "resource" : { - "resourceType" : "Organization", - "id" : "1716964508434855000.9b935134-8142-4cf7-b361-841ac9f4d406", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ + "fullUrl": "Organization/1732561494953497000.950fd58f-eba9-4694-bbb2-637838a31fc3", + "resource": { + "resourceType": "Organization", + "id": "1732561494953497000.950fd58f-eba9-4694-bbb2-637838a31fc3", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" } ], - "coding" : [ + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" } ], - "system" : "http://loinc.org", - "version" : "1", - "code" : "1234-5", - "display" : "TestText" + "system": "http://loinc.org", + "version": "1", + "code": "1234-5", + "display": "TestText" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" } ], - "system" : "http://loinc.org", - "version" : "2", - "code" : "1234-5", - "display" : "TestAltText" + "system": "http://loinc.org", + "version": "2", + "code": "1234-5", + "display": "TestAltText" } ], - "text" : "OriginalText" + "text": "OriginalText" } } ], - "system" : "LN", - "version" : "1", - "code" : "1234-5", - "display" : "TestText" + "system": "LN", + "version": "1", + "code": "1234-5", + "display": "TestText" } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/name-representation-code", - "valueString" : "NameRepCode" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/name-representation-code", + "valueString": "NameRepCode" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ { - "url" : "XON.3", - "valueString" : "123" + "url": "XON.3", + "valueString": "123" }, { - "url" : "XON.10", - "valueString" : "1st OrgIdentifier" + "url": "XON.10", + "valueString": "1st OrgIdentifier" } ] } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", - "valueString" : "Check Digit" + "url": "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString": "Check Digit" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Assigning Authority" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Assigning Authority" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.1.4.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.1.4.1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] }, { - "url" : "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", - "valueCode" : "C1" + "url": "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode": "C1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", - "valueReference" : { - "reference" : "Location/1716964508434094000.40fa5007-4b3d-4498-83e4-0c72c2002e95" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference": { + "reference": "Location/1732561494951963000.32a5533b-cc3a-411f-a0ea-c6c9e07bb91b" } } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "MD" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "MD" } ] }, - "value" : "1st OrgIdentifier" + "value": "1st OrgIdentifier" } ], - "name" : "1st Ordering Facility" + "name": "1st Ordering Facility" } }, { - "fullUrl" : "Location/1716964508435618000.b1b6ac05-f8e0-4d73-89c6-351d176affd7", - "resource" : { - "resourceType" : "Location", - "id" : "1716964508435618000.b1b6ac05-f8e0-4d73-89c6-351d176affd7", - "extension" : [ + "fullUrl": "Location/1732561494954270000.a4cb489d-0b2e-4761-887a-f1bbf3745245", + "resource": { + "resourceType": "Location", + "id": "1732561494954270000.a4cb489d-0b2e-4761-887a-f1bbf3745245", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ], - "identifier" : [ + "identifier": [ { - "value" : "2.16.840.1.113883.9.11" + "value": "2.16.840.1.113883.9.11" } ], - "name" : "Hospital A", - "physicalType" : { - "coding" : [ + "name": "Hospital A", + "physicalType": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "si" + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" } ] } } }, { - "fullUrl" : "Organization/1716964508436402000.9deca9dd-41c9-47aa-8a51-c695e8665dd9", - "resource" : { - "resourceType" : "Organization", - "id" : "1716964508436402000.9deca9dd-41c9-47aa-8a51-c695e8665dd9", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ + "fullUrl": "Organization/1732561494955263000.ca4e6d8c-92fa-4755-8135-9fd128e82a46", + "resource": { + "resourceType": "Organization", + "id": "1732561494955263000.ca4e6d8c-92fa-4755-8135-9fd128e82a46", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" } ], - "coding" : [ + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" } ], - "system" : "http://loinc.org", - "version" : "1", - "code" : "1234-5", - "display" : "TestText" + "system": "http://loinc.org", + "version": "1", + "code": "1234-5", + "display": "TestText" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" } ], - "system" : "http://loinc.org", - "version" : "2", - "code" : "1234-5", - "display" : "TestAltText" + "system": "http://loinc.org", + "version": "2", + "code": "1234-5", + "display": "TestAltText" } ], - "text" : "OriginalText" + "text": "OriginalText" } } ], - "system" : "LN", - "version" : "1", - "code" : "1234-5", - "display" : "TestText" + "system": "LN", + "version": "1", + "code": "1234-5", + "display": "TestText" } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/name-representation-code", - "valueString" : "NameRepCode" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/name-representation-code", + "valueString": "NameRepCode" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ { - "url" : "XON.3", - "valueString" : "123" + "url": "XON.3", + "valueString": "123" }, { - "url" : "XON.10", - "valueString" : "2nd OrgIdentifier" + "url": "XON.10", + "valueString": "2nd OrgIdentifier" } ] } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", - "valueString" : "Check Digit" + "url": "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString": "Check Digit" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "Assigning Authority" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Assigning Authority" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.1.4.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.1.4.1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] }, { - "url" : "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", - "valueCode" : "C1" + "url": "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode": "C1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", - "valueReference" : { - "reference" : "Location/1716964508435618000.b1b6ac05-f8e0-4d73-89c6-351d176affd7" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/identifier-location", + "valueReference": { + "reference": "Location/1732561494954270000.a4cb489d-0b2e-4761-887a-f1bbf3745245" } } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "MD" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "MD" } ] }, - "value" : "2nd OrgIdentifier" + "value": "2nd OrgIdentifier" } ], - "name" : "2nd Ordering Facility" + "name": "2nd Ordering Facility" } }, { - "fullUrl" : "Provenance/1716964508455247000.1fd44214-6fb9-4430-ae7f-36ef299676d8", - "resource" : { - "resourceType" : "Provenance", - "id" : "1716964508455247000.1fd44214-6fb9-4430-ae7f-36ef299676d8", - "target" : [ + "fullUrl": "Provenance/1732561494978140000.543eb08c-009a-45af-bd6a-6bbe2e96eade", + "resource": { + "resourceType": "Provenance", + "id": "1732561494978140000.543eb08c-009a-45af-bd6a-6bbe2e96eade", + "target": [ { - "reference" : "Patient/1716964508445924000.06ee52b1-488e-47df-b7ef-eef1a5a23b90" + "reference": "Patient/1732561494966959000.196f1b0a-faaa-4371-838c-8ce5128f9850" } ], - "recorded" : "2024-05-29T02:35:08Z", - "activity" : { - "coding" : [ + "recorded": "2024-11-25T14:04:54Z", + "activity": { + "coding": [ { - "system" : "https://terminology.hl7.org/CodeSystem/v3-DataOperation", - "code" : "UPDATE" + "system": "https://terminology.hl7.org/CodeSystem/v3-DataOperation", + "code": "UPDATE" } ] } } }, { - "fullUrl" : "RelatedPerson/1716964508456886000.a9540572-c8a4-45d1-8021-ca342745f69b", - "resource" : { - "resourceType" : "RelatedPerson", - "id" : "1716964508456886000.a9540572-c8a4-45d1-8021-ca342745f69b", - "extension" : [ + "fullUrl": "RelatedPerson/1732561494980222000.9bd69413-6d6f-4ab7-8d39-add9a416b2ce", + "resource": { + "resourceType": "RelatedPerson", + "id": "1732561494980222000.9bd69413-6d6f-4ab7-8d39-add9a416b2ce", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", - "valueString" : "NK1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", + "valueString": "NK1" } ], - "patient" : { - "reference" : "Patient/1716964508445924000.06ee52b1-488e-47df-b7ef-eef1a5a23b90" + "patient": { + "reference": "Patient/1732561494966959000.196f1b0a-faaa-4371-838c-8ce5128f9850" }, - "relationship" : [ + "relationship": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "NK1.3" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "NK1.3" } ], - "coding" : [ + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70131" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70131" } ], - "code" : "N", - "display" : "Next-of-Kin" + "code": "N", + "display": "Next-of-Kin" } ] } ], - "name" : [ + "name": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "NK1.2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "NK1.2" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", + "extension": [ { - "url" : "XPN.2", - "valueString" : "Leia" + "url": "XPN.2", + "valueString": "Leia" } ] } ], - "family" : "Organa", - "given" : [ + "family": "Organa", + "given": [ "Leia" ] } ], - "telecom" : [ + "telecom": [ { - "extension" : [ + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", - "valueString" : "31" + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString": "31" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", - "valueString" : "201" + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString": "201" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "234567" + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString": "234567" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ { - "url" : "XTN.3", - "valueString" : "PH" + "url": "XTN.3", + "valueString": "PH" }, { - "url" : "XTN.7", - "valueString" : "234567" + "url": "XTN.7", + "valueString": "234567" }, { - "url" : "XTN.12", - "valueString" : "+31201234567" + "url": "XTN.12", + "valueString": "+31201234567" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "NK1.5" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "NK1.5" } ], - "system" : "phone", - "value" : "+31201234567" + "system": "phone", + "value": "+31201234567" } ] } }, { - "fullUrl" : "RelatedPerson/1716964508458038000.a6855d9f-cd0b-47bb-aee6-05b7a4850307", - "resource" : { - "resourceType" : "RelatedPerson", - "id" : "1716964508458038000.a6855d9f-cd0b-47bb-aee6-05b7a4850307", - "extension" : [ + "fullUrl": "RelatedPerson/1732561494982048000.0cc61f45-259a-444d-86de-d94a3bfad75e", + "resource": { + "resourceType": "RelatedPerson", + "id": "1732561494982048000.0cc61f45-259a-444d-86de-d94a3bfad75e", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", - "valueString" : "NK1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", + "valueString": "NK1" } ], - "patient" : { - "reference" : "Patient/1716964508445924000.06ee52b1-488e-47df-b7ef-eef1a5a23b90" + "patient": { + "reference": "Patient/1732561494966959000.196f1b0a-faaa-4371-838c-8ce5128f9850" }, - "relationship" : [ + "relationship": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "NK1.3" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "NK1.3" } ], - "coding" : [ + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70131" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70131" } ], - "code" : "N", - "display" : "Next-of-Kin" + "code": "N", + "display": "Next-of-Kin" } ] } ], - "name" : [ + "name": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "NK1.2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "NK1.2" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xpn-human-name", + "extension": [ { - "url" : "XPN.2", - "valueString" : "Liz" + "url": "XPN.2", + "valueString": "Liz" } ] } ], - "family" : "Navarro", - "given" : [ + "family": "Navarro", + "given": [ "Liz" ] } ], - "telecom" : [ + "telecom": [ { - "extension" : [ + "extension": [ { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country", - "valueString" : "31" + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "valueString": "31" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-area", - "valueString" : "201" + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "valueString": "201" }, { - "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-local", - "valueString" : "234567" + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "valueString": "234567" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ { - "url" : "XTN.3", - "valueString" : "PH" + "url": "XTN.3", + "valueString": "PH" }, { - "url" : "XTN.7", - "valueString" : "234567" + "url": "XTN.7", + "valueString": "234567" }, { - "url" : "XTN.12", - "valueString" : "+31201234567" + "url": "XTN.12", + "valueString": "+31201234567" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "NK1.5" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "NK1.5" } ], - "system" : "phone", - "value" : "+31201234567" + "system": "phone", + "value": "+31201234567" } ] } }, { - "fullUrl" : "Encounter/1716964508460834000.d9050890-a575-41b0-8490-caaecc5a6a5b", - "resource" : { - "resourceType" : "Encounter", - "id" : "1716964508460834000.d9050890-a575-41b0-8490-caaecc5a6a5b", - "meta" : { - "security" : [ + "fullUrl": "Encounter/1732561494985964000.5667cef6-306b-4b87-bcd9-95202cf75b93", + "resource": { + "resourceType": "Encounter", + "id": "1732561494985964000.5667cef6-306b-4b87-bcd9-95202cf75b93", + "meta": { + "security": [ { - "code" : "true" + "code": "true" } ] }, - "subject" : { - "reference" : "Patient/1716964508445924000.06ee52b1-488e-47df-b7ef-eef1a5a23b90" + "subject": { + "reference": "Patient/1732561494966959000.196f1b0a-faaa-4371-838c-8ce5128f9850" }, - "episodeOfCare" : [ + "episodeOfCare": [ { - "reference" : "EpisodeOfCare/1716964508460958000.96884718-17db-4575-97ff-6e1e940fd512" + "reference": "EpisodeOfCare/1732561494986152000.262f30bd-f1c6-452a-8655-a71ed6362d62" } ], - "length" : { - "value" : 4, - "unit" : "days", - "system" : "http://unitsofmeasure.org/", - "code" : "d" + "length": { + "value": 4, + "unit": "days", + "system": "http://unitsofmeasure.org/", + "code": "d" }, - "location" : [ + "location": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PV1.6" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PV1.6" } ], - "location" : { - "reference" : "Location/1716964508460696000.cb518cc1-447d-489c-87ae-5697f17ec870" + "location": { + "reference": "Location/1732561494985750000.5ce51de6-90e9-4b7d-8bf3-1890a43773eb" }, - "status" : "completed" + "status": "completed" } ] } }, { - "fullUrl" : "Organization/1716964508460424000.83af2bf0-c0c5-4232-8327-7fc2871026f0", - "resource" : { - "resourceType" : "Organization", - "id" : "1716964508460424000.83af2bf0-c0c5-4232-8327-7fc2871026f0", - "identifier" : [ + "fullUrl": "Organization/1732561494985299000.8cfa1c1f-1e09-41b9-b458-fe27bb20e9db", + "resource": { + "resourceType": "Organization", + "id": "1732561494985299000.8cfa1c1f-1e09-41b9-b458-fe27bb20e9db", + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "EI.2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "EI.2" } ], - "value" : "NAME" + "value": "NAME" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "EI.3,EI.4" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "EI.3,EI.4" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true } ], - "code" : "ISO" + "code": "ISO" } ] }, - "value" : "UNI" + "value": "UNI" } ] } }, { - "fullUrl" : "Location/1716964508460696000.cb518cc1-447d-489c-87ae-5697f17ec870", - "resource" : { - "resourceType" : "Location", - "id" : "1716964508460696000.cb518cc1-447d-489c-87ae-5697f17ec870", - "identifier" : [ + "fullUrl": "Location/1732561494985750000.5ce51de6-90e9-4b7d-8bf3-1890a43773eb", + "resource": { + "resourceType": "Location", + "id": "1732561494985750000.5ce51de6-90e9-4b7d-8bf3-1890a43773eb", + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" } ], - "value" : "Hospital A" + "value": "Hospital A" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "HD.2,HD.3" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true } ], - "code" : "ISO" + "code": "ISO" } ] }, - "value" : "2.4.4.4" + "value": "2.4.4.4" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/ei-assigner-organization-type", - "valueString" : "default" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/ei-assigner-organization-type", + "valueString": "default" } ], - "value" : "Entity ID", - "assigner" : { - "reference" : "Organization/1716964508460424000.83af2bf0-c0c5-4232-8327-7fc2871026f0" + "value": "Entity ID", + "assigner": { + "reference": "Organization/1732561494985299000.8cfa1c1f-1e09-41b9-b458-fe27bb20e9db" } } ], - "mode" : "instance", - "physicalType" : { - "coding" : [ + "mode": "instance", + "physicalType": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type", - "code" : "si" + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "code": "si" } ] } } }, { - "fullUrl" : "EpisodeOfCare/1716964508460958000.96884718-17db-4575-97ff-6e1e940fd512", - "resource" : { - "resourceType" : "EpisodeOfCare", - "id" : "1716964508460958000.96884718-17db-4575-97ff-6e1e940fd512", - "extension" : [ + "fullUrl": "EpisodeOfCare/1732561494986152000.262f30bd-f1c6-452a-8655-a71ed6362d62", + "resource": { + "resourceType": "EpisodeOfCare", + "id": "1732561494986152000.262f30bd-f1c6-452a-8655-a71ed6362d62", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "PV1.54" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "PV1.54" } ] } }, { - "fullUrl" : "Observation/1716964508631514000.19f961d0-ec5b-4cc8-95ac-7b16d5da2d1f", - "resource" : { - "resourceType" : "Observation", - "id" : "1716964508631514000.19f961d0-ec5b-4cc8-95ac-7b16d5da2d1f", - "extension" : [ + "fullUrl": "Observation/1732561495195748000.dd13e5cf-34f2-48f2-9401-55ecf414c6eb", + "resource": { + "resourceType": "Observation", + "id": "1732561495195748000.dd13e5cf-34f2-48f2-9401-55ecf414c6eb", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ { - "url" : "OBX.2", - "valueId" : "CWE" + "url": "OBX.2", + "valueId": "CWE" }, { - "url" : "OBX.11", - "valueString" : "F" + "url": "OBX.11", + "valueString": "F" }, { - "url" : "OBX.17", - "valueCodeableConcept" : { - "coding" : [ + "url": "OBX.17", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "display" : "BD Veritor System for Rapid Detection of SARS-CoV-2 \u0026 Flu A+B*" + "display": "BD Veritor System for Rapid Detection of SARS-CoV-2 \u0026 Flu A+B*" } ], - "text" : "BD Veritor System for Rapid Detection of SARS-CoV-2 \u0026 Flu A+B*" + "text": "BD Veritor System for Rapid Detection of SARS-CoV-2 \u0026 Flu A+B*" } } ] } ], - "status" : "final", - "code" : { - "coding" : [ + "status": "final", + "code": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" } ], - "system" : "http://loinc.org", - "code" : "80383-3", - "display" : "Flu B" + "system": "http://loinc.org", + "code": "80383-3", + "display": "Flu B" } ] }, - "subject" : { - "reference" : "Patient/1716964508445924000.06ee52b1-488e-47df-b7ef-eef1a5a23b90" + "subject": { + "reference": "Patient/1732561494966959000.196f1b0a-faaa-4371-838c-8ce5128f9850" }, - "encounter" : { - "reference" : "Encounter/1716964508460834000.d9050890-a575-41b0-8490-caaecc5a6a5b" + "encounter": { + "reference": "Encounter/1732561494985964000.5667cef6-306b-4b87-bcd9-95202cf75b93" }, - "performer" : [ + "performer": [ { - "reference" : "Organization/1716964508631993000.ebf1036e-3148-41a1-83a1-f39bd5b619c4" + "reference": "Organization/1732561495196528000.0e1ebc61-379f-405c-bb3f-c72c8286ab34" }, { - "reference" : "Organization/1716964508633221000.beeaced3-a497-4d69-942e-cd0847fb051a" + "reference": "Organization/1732561495198058000.67d30dac-7919-466e-be90-26a187040fa9" } ], - "valueCodeableConcept" : { - "coding" : [ + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "SCT" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "SCT" } ], - "system" : "http://snomed.info/sct", - "code" : "260415000", - "display" : "Not detected" + "system": "http://snomed.info/sct", + "code": "260415000", + "display": "Not detected" } ] }, - "interpretation" : [ + "interpretation": [ { - "coding" : [ + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70078" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70078" } ], - "version" : "2.7", - "code" : "N", - "display" : "Normal" + "version": "2.7", + "code": "N", + "display": "Normal" } ] } ], - "method" : { - "coding" : [ + "method": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "display" : "BD Veritor System for Rapid Detection of SARS-CoV-2 \u0026 Flu A+B*" + "display": "BD Veritor System for Rapid Detection of SARS-CoV-2 \u0026 Flu A+B*" } ], - "text" : "BD Veritor System for Rapid Detection of SARS-CoV-2 \u0026 Flu A+B*" + "text": "BD Veritor System for Rapid Detection of SARS-CoV-2 \u0026 Flu A+B*" } } }, { - "fullUrl" : "Organization/1716964508631993000.ebf1036e-3148-41a1-83a1-f39bd5b619c4", - "resource" : { - "resourceType" : "Organization", - "id" : "1716964508631993000.ebf1036e-3148-41a1-83a1-f39bd5b619c4", - "extension" : [ + "fullUrl": "Organization/1732561495196528000.0e1ebc61-379f-405c-bb3f-c72c8286ab34", + "resource": { + "resourceType": "Organization", + "id": "1732561495196528000.0e1ebc61-379f-405c-bb3f-c72c8286ab34", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", - "valueCodeableConcept" : { - "coding" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "CLIA" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "CLIA" } ], - "code" : "11D1111111", - "display" : "CSV uploads" + "code": "11D1111111", + "display": "CSV uploads" } ] } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBX.15" } ], - "identifier" : [ + "identifier": [ { - "system" : "CLIA", - "value" : "11D1111111" + "system": "CLIA", + "value": "11D1111111" } ], - "name" : "CSV uploads" + "name": "CSV uploads" } }, { - "fullUrl" : "Organization/1716964508633221000.beeaced3-a497-4d69-942e-cd0847fb051a", - "resource" : { - "resourceType" : "Organization", - "id" : "1716964508633221000.beeaced3-a497-4d69-942e-cd0847fb051a", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ + "fullUrl": "Organization/1732561495198058000.67d30dac-7919-466e-be90-26a187040fa9", + "resource": { + "resourceType": "Organization", + "id": "1732561495198058000.67d30dac-7919-466e-be90-26a187040fa9", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" } ], - "coding" : [ + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "L" + "code": "L" } ] } } ], - "code" : "L" + "code": "L" } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ { - "url" : "XON.10", - "valueString" : "11D1111111" + "url": "XON.10", + "valueString": "11D1111111" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.25" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBX.25" } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "CLIA" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "CLIA" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.113883.4.7" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.113883.4.7" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "XX" } ] }, - "value" : "11D1111111" + "value": "11D1111111" } ], - "name" : "CSV uploads-11D1111111", - "address" : [ + "name": "CSV uploads-11D1111111", + "address": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ { - "url" : "SAD.1", - "valueString" : "123 Main St" + "url": "SAD.1", + "valueString": "123 Main St" } ] } ] } ], - "line" : [ + "line": [ "123 Main St" ], - "state" : "CA", - "postalCode" : "94553", - "country" : "USA" + "state": "CA", + "postalCode": "94553", + "country": "USA" } ] } }, { - "fullUrl" : "Observation/1716964508635829000.e4a4423f-0207-4819-806b-cb71f7b50135", - "resource" : { - "resourceType" : "Observation", - "id" : "1716964508635829000.e4a4423f-0207-4819-806b-cb71f7b50135", - "extension" : [ + "fullUrl": "Observation/1732561495201232000.cabdc58f-4c37-4a9a-8bd8-b01acd306e21", + "resource": { + "resourceType": "Observation", + "id": "1732561495201232000.cabdc58f-4c37-4a9a-8bd8-b01acd306e21", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ { - "url" : "OBX.2", - "valueId" : "CWE" + "url": "OBX.2", + "valueId": "CWE" }, { - "url" : "OBX.11", - "valueString" : "F" + "url": "OBX.11", + "valueString": "F" }, { - "url" : "OBX.17", - "valueCodeableConcept" : { - "coding" : [ + "url": "OBX.17", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "display" : "BD Veritor System for Rapid Detection of SARS-CoV-2 \u0026 Flu A+B*" + "display": "BD Veritor System for Rapid Detection of SARS-CoV-2 \u0026 Flu A+B*" } ], - "text" : "BD Veritor System for Rapid Detection of SARS-CoV-2 \u0026 Flu A+B*" + "text": "BD Veritor System for Rapid Detection of SARS-CoV-2 \u0026 Flu A+B*" } } ] } ], - "status" : "final", - "code" : { - "coding" : [ + "status": "final", + "code": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" } ], - "system" : "http://loinc.org", - "code" : "80382-5", - "display" : "Flu A" + "system": "http://loinc.org", + "code": "80382-5", + "display": "Flu A" } ] }, - "subject" : { - "reference" : "Patient/1716964508445924000.06ee52b1-488e-47df-b7ef-eef1a5a23b90" + "subject": { + "reference": "Patient/1732561494966959000.196f1b0a-faaa-4371-838c-8ce5128f9850" }, - "encounter" : { - "reference" : "Encounter/1716964508460834000.d9050890-a575-41b0-8490-caaecc5a6a5b" + "encounter": { + "reference": "Encounter/1732561494985964000.5667cef6-306b-4b87-bcd9-95202cf75b93" }, - "performer" : [ + "performer": [ { - "reference" : "Organization/1716964508636218000.3d71002a-36da-4415-b409-018b6428b8b1" + "reference": "Organization/1732561495201675000.cc44f588-cffd-4aa9-93de-b75d763ebfef" }, { - "reference" : "Organization/1716964508637324000.ff755a89-0a55-41f7-89f3-6439917531d8" + "reference": "Organization/1732561495203033000.f1660950-6ae9-49a6-98d0-0cf58b609fb1" } ], - "valueCodeableConcept" : { - "coding" : [ + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "SCT" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "SCT" } ], - "system" : "http://snomed.info/sct", - "code" : "260373001", - "display" : "Detected" + "system": "http://snomed.info/sct", + "code": "260373001", + "display": "Detected" } ] }, - "interpretation" : [ + "interpretation": [ { - "coding" : [ + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70078" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70078" } ], - "version" : "2.7", - "code" : "A", - "display" : "Abnormal" + "version": "2.7", + "code": "A", + "display": "Abnormal" } ] } ], - "method" : { - "coding" : [ + "method": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "display" : "BD Veritor System for Rapid Detection of SARS-CoV-2 \u0026 Flu A+B*" + "display": "BD Veritor System for Rapid Detection of SARS-CoV-2 \u0026 Flu A+B*" } ], - "text" : "BD Veritor System for Rapid Detection of SARS-CoV-2 \u0026 Flu A+B*" + "text": "BD Veritor System for Rapid Detection of SARS-CoV-2 \u0026 Flu A+B*" } } }, { - "fullUrl" : "Organization/1716964508636218000.3d71002a-36da-4415-b409-018b6428b8b1", - "resource" : { - "resourceType" : "Organization", - "id" : "1716964508636218000.3d71002a-36da-4415-b409-018b6428b8b1", - "extension" : [ + "fullUrl": "Organization/1732561495201675000.cc44f588-cffd-4aa9-93de-b75d763ebfef", + "resource": { + "resourceType": "Organization", + "id": "1732561495201675000.cc44f588-cffd-4aa9-93de-b75d763ebfef", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", - "valueCodeableConcept" : { - "coding" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "CLIA" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "CLIA" } ], - "code" : "11D1111111", - "display" : "CSV uploads" + "code": "11D1111111", + "display": "CSV uploads" } ] } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBX.15" } ], - "identifier" : [ + "identifier": [ { - "system" : "CLIA", - "value" : "11D1111111" + "system": "CLIA", + "value": "11D1111111" } ], - "name" : "CSV uploads" + "name": "CSV uploads" } }, { - "fullUrl" : "Organization/1716964508637324000.ff755a89-0a55-41f7-89f3-6439917531d8", - "resource" : { - "resourceType" : "Organization", - "id" : "1716964508637324000.ff755a89-0a55-41f7-89f3-6439917531d8", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ + "fullUrl": "Organization/1732561495203033000.f1660950-6ae9-49a6-98d0-0cf58b609fb1", + "resource": { + "resourceType": "Organization", + "id": "1732561495203033000.f1660950-6ae9-49a6-98d0-0cf58b609fb1", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" } ], - "coding" : [ + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "L" + "code": "L" } ] } } ], - "code" : "L" + "code": "L" } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ { - "url" : "XON.10", - "valueString" : "11D1111111" + "url": "XON.10", + "valueString": "11D1111111" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.25" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBX.25" } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "CLIA" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "CLIA" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.113883.4.7" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.113883.4.7" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "XX" } ] }, - "value" : "11D1111111" + "value": "11D1111111" } ], - "name" : "CSV uploads-11D1111111", - "address" : [ + "name": "CSV uploads-11D1111111", + "address": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ { - "url" : "SAD.1", - "valueString" : "123 Main St" + "url": "SAD.1", + "valueString": "123 Main St" } ] } ] } ], - "line" : [ + "line": [ "123 Main St" ], - "state" : "CA", - "postalCode" : "94553", - "country" : "USA" + "state": "CA", + "postalCode": "94553", + "country": "USA" } ] } }, { - "fullUrl" : "Observation/1716964508639525000.f3377425-a394-409f-baef-4a8f3ee84b4e", - "resource" : { - "resourceType" : "Observation", - "id" : "1716964508639525000.f3377425-a394-409f-baef-4a8f3ee84b4e", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", - "valueString" : "ZZYGNAUM-1" + "fullUrl": "Observation/1732561495205699000.fa28fd1c-60ba-4d5e-ad57-775d47225391", + "resource": { + "resourceType": "Observation", + "id": "1732561495205699000.fa28fd1c-60ba-4d5e-ad57-775d47225391", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sub-id", + "valueString": "ZZYGNAUM-1" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2023-07-27T18:30:17-04:00", - "_valueDateTime" : { - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime": "2023-07-27T18:30:17-04:00", + "_valueDateTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230727183017-0400" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230727183017-0400" } ] } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ { - "url" : "OBX.2", - "valueId" : "CWE" + "url": "OBX.2", + "valueId": "CWE" }, { - "url" : "OBX.11", - "valueString" : "F" + "url": "OBX.11", + "valueString": "F" } ] } ], - "status" : "final", - "code" : { - "coding" : [ + "status": "final", + "code": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" } ], - "system" : "http://loinc.org", - "version" : "2.74", - "code" : "100383-9", - "display" : "MVPX DNA Spec Ql NAA+probe" + "system": "http://loinc.org", + "version": "2.74", + "code": "100383-9", + "display": "MVPX DNA Spec Ql NAA+probe" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "v_unknown", - "code" : "3900", - "display" : "Monkeypox generic" + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "v_unknown", + "code": "3900", + "display": "Monkeypox generic" } ], - "text" : "Monkeypox generic" + "text": "Monkeypox generic" }, - "subject" : { - "reference" : "Patient/1716964508445924000.06ee52b1-488e-47df-b7ef-eef1a5a23b90" + "subject": { + "reference": "Patient/1732561494966959000.196f1b0a-faaa-4371-838c-8ce5128f9850" }, - "encounter" : { - "reference" : "Encounter/1716964508460834000.d9050890-a575-41b0-8490-caaecc5a6a5b" + "encounter": { + "reference": "Encounter/1732561494985964000.5667cef6-306b-4b87-bcd9-95202cf75b93" }, - "effectiveDateTime" : "2023-07-24T15:24:00Z", - "_effectiveDateTime" : { - "extension" : [ + "effectiveDateTime": "2023-07-24T15:24:00Z", + "_effectiveDateTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "202307241524" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "202307241524" } ] }, - "performer" : [ + "performer": [ { - "reference" : "Organization/1716964508640057000.32865fbe-c542-4fb9-b7e7-4677c34709f6" + "reference": "Organization/1732561495206183000.e11012d4-8e59-43c0-8e60-f49c34053b03" }, { - "reference" : "PractitionerRole/1716964508640316000.a30ce1c7-ca7a-4a2d-bcb9-e3e49da15c01" + "reference": "PractitionerRole/1732561495206465000.18e4c576-11b1-437d-b882-89f3e7079b9e" }, { - "reference" : "Organization/1716964508642118000.53c3cabc-195c-446b-9c4a-5e5efbbecb3c" + "reference": "Organization/1732561495208894000.ca39680e-ae79-4357-9057-b516a5cbaf82" } ], - "valueCodeableConcept" : { - "coding" : [ + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "SCT" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "SCT" } ], - "system" : "http://snomed.info/sct", - "version" : "09012018", - "code" : "10828004", - "display" : "Positive" + "system": "http://snomed.info/sct", + "version": "09012018", + "code": "10828004", + "display": "Positive" } ], - "text" : "Positive" + "text": "Positive" }, - "note" : [ + "note": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension": [ { - "url" : "NTE.2", - "valueId" : "L" + "url": "NTE.2", + "valueId": "L" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "Run level Comment" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId": "Run level Comment" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", - "valueOid" : "urn:oid:2.16.840.1.113883.12.364" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", + "valueOid": "urn:oid:2.16.840.1.113883.12.364" } ], - "coding" : [ + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70364" } ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" + "version": "2.5.1", + "code": "RE", + "display": "Remark" } ] } } ], - "text" : "Run level Comment" + "text": "Run level Comment" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension": [ { - "url" : "NTE.2", - "valueId" : "L" + "url": "NTE.2", + "valueId": "L" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "Result level Comment." + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId": "Result level Comment." }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", - "valueOid" : "urn:oid:2.16.840.1.113883.12.364" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", + "valueOid": "urn:oid:2.16.840.1.113883.12.364" } ], - "coding" : [ + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70364" } ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" + "version": "2.5.1", + "code": "RE", + "display": "Remark" } ] } } ], - "text" : "Result level Comment." + "text": "Result level Comment." } ] } }, { - "fullUrl" : "Organization/1716964508640057000.32865fbe-c542-4fb9-b7e7-4677c34709f6", - "resource" : { - "resourceType" : "Organization", - "id" : "1716964508640057000.32865fbe-c542-4fb9-b7e7-4677c34709f6", - "extension" : [ + "fullUrl": "Organization/1732561495206183000.e11012d4-8e59-43c0-8e60-f49c34053b03", + "resource": { + "resourceType": "Organization", + "id": "1732561495206183000.e11012d4-8e59-43c0-8e60-f49c34053b03", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", - "valueCodeableConcept" : { - "coding" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "CLIA" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "CLIA" } ], - "code" : "11D0668319", - "display" : "Centers for Disease Control and Prevention" + "code": "11D0668319", + "display": "Centers for Disease Control and Prevention" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "code" : "47", - "display" : "Poxvirus Laboratory/Poxvirus and Rabies Branch" + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "code": "47", + "display": "Poxvirus Laboratory/Poxvirus and Rabies Branch" } ] } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBX.15" } ], - "identifier" : [ + "identifier": [ { - "system" : "CLIA", - "value" : "11D0668319" + "system": "CLIA", + "value": "11D0668319" } ], - "name" : "Centers for Disease Control and Prevention" + "name": "Centers for Disease Control and Prevention" } }, { - "fullUrl" : "Practitioner/1716964508640783000.25e8523f-2de1-408f-a0e2-53ff17b2f8b5", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716964508640783000.25e8523f-2de1-408f-a0e2-53ff17b2f8b5", - "extension" : [ + "fullUrl": "Practitioner/1732561495207374000.107f3424-80ca-43b9-a2c7-253b5a1a67bd", + "resource": { + "resourceType": "Practitioner", + "id": "1732561495207374000.107f3424-80ca-43b9-a2c7-253b5a1a67bd", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ { - "url" : "XCN.3", - "valueString" : "Christopher" + "url": "XCN.3", + "valueString": "Christopher" } ] } ], - "identifier" : [ + "identifier": [ { - "value" : "NXQ0@cdc.gov" + "value": "NXQ0@cdc.gov" } ], - "name" : [ + "name": [ { - "family" : "Anderson", - "given" : [ + "family": "Anderson", + "given": [ "Christopher" ] } @@ -3811,19 +3811,19 @@ } }, { - "fullUrl" : "PractitionerRole/1716964508640316000.a30ce1c7-ca7a-4a2d-bcb9-e3e49da15c01", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1716964508640316000.a30ce1c7-ca7a-4a2d-bcb9-e3e49da15c01", - "practitioner" : { - "reference" : "Practitioner/1716964508640783000.25e8523f-2de1-408f-a0e2-53ff17b2f8b5" + "fullUrl": "PractitionerRole/1732561495206465000.18e4c576-11b1-437d-b882-89f3e7079b9e", + "resource": { + "resourceType": "PractitionerRole", + "id": "1732561495206465000.18e4c576-11b1-437d-b882-89f3e7079b9e", + "practitioner": { + "reference": "Practitioner/1732561495207374000.107f3424-80ca-43b9-a2c7-253b5a1a67bd" }, - "code" : [ + "code": [ { - "coding" : [ + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/practitioner-role", - "code" : "responsibleObserver" + "system": "http://terminology.hl7.org/CodeSystem/practitioner-role", + "code": "responsibleObserver" } ] } @@ -3831,140 +3831,140 @@ } }, { - "fullUrl" : "Organization/1716964508642118000.53c3cabc-195c-446b-9c4a-5e5efbbecb3c", - "resource" : { - "resourceType" : "Organization", - "id" : "1716964508642118000.53c3cabc-195c-446b-9c4a-5e5efbbecb3c", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ + "fullUrl": "Organization/1732561495208894000.ca39680e-ae79-4357-9057-b516a5cbaf82", + "resource": { + "resourceType": "Organization", + "id": "1732561495208894000.ca39680e-ae79-4357-9057-b516a5cbaf82", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" } ], - "coding" : [ + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "L" + "code": "L" } ] } } ], - "code" : "L" + "code": "L" } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ { - "url" : "XON.10", - "valueString" : "11D0668319" + "url": "XON.10", + "valueString": "11D0668319" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.25" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBX.25" } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "CLIA" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "CLIA" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.113883.4.7" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.113883.4.7" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "XX" } ] }, - "value" : "11D0668319" + "value": "11D0668319" } ], - "name" : "Centers for Disease Control and Prevention", - "address" : [ + "name": "Centers for Disease Control and Prevention", + "address": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ { - "url" : "SAD.1", - "valueString" : "1600 Clifton Rd" + "url": "SAD.1", + "valueString": "1600 Clifton Rd" } ] }, { - "url" : "XAD.7", - "valueCode" : "B" + "url": "XAD.7", + "valueCode": "B" } ] } ], - "use" : "work", - "line" : [ + "use": "work", + "line": [ "1600 Clifton Rd" ], - "city" : "Atlanta", - "state" : "GA", - "postalCode" : "30329", - "country" : "USA" + "city": "Atlanta", + "state": "GA", + "postalCode": "30329", + "country": "USA" } ] } }, { - "fullUrl" : "Specimen/1716964508647637000.6eadc376-dc88-400f-9d9b-bb526ac9163e", - "resource" : { - "resourceType" : "Specimen", - "id" : "1716964508647637000.6eadc376-dc88-400f-9d9b-bb526ac9163e", - "extension" : [ + "fullUrl": "Specimen/1732561495214950000.983ffe77-d5f0-440e-aef2-85e4cc7eadb7", + "resource": { + "resourceType": "Specimen", + "id": "1732561495214950000.983ffe77-d5f0-440e-aef2-85e4cc7eadb7", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", - "valueString" : "OBR" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", + "valueString": "OBR" } ], - "collection" : { - "collectedDateTime" : "2023-07-24T15:24:00Z", - "_collectedDateTime" : { - "extension" : [ + "collection": { + "collectedDateTime": "2023-07-24T15:24:00Z", + "_collectedDateTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "202307241524" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "202307241524" } ] } @@ -3972,23 +3972,23 @@ } }, { - "fullUrl" : "Specimen/1716964508648050000.2f07d10d-dfab-4ff2-a196-a26744010625", - "resource" : { - "resourceType" : "Specimen", - "id" : "1716964508648050000.2f07d10d-dfab-4ff2-a196-a26744010625", - "extension" : [ + "fullUrl": "Specimen/1732561495215922000.48cbec21-c45e-434c-98ef-56ac980cd579", + "resource": { + "resourceType": "Specimen", + "id": "1732561495215922000.48cbec21-c45e-434c-98ef-56ac980cd579", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", - "valueString" : "OBR" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", + "valueString": "OBR" } ], - "collection" : { - "collectedDateTime" : "2023-07-24T15:24:00Z", - "_collectedDateTime" : { - "extension" : [ + "collection": { + "collectedDateTime": "2023-07-24T15:24:00Z", + "_collectedDateTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "202307241524" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "202307241524" } ] } @@ -3996,2970 +3996,2970 @@ } }, { - "fullUrl" : "Specimen/1716964508651702000.25599d2e-5340-4b50-9816-134c52fa0863", - "resource" : { - "resourceType" : "Specimen", - "id" : "1716964508651702000.25599d2e-5340-4b50-9816-134c52fa0863", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", - "valueString" : "SPM" + "fullUrl": "Specimen/1732561495221509000.7c264a72-7ed9-400f-9708-e57e02eef961", + "resource": { + "resourceType": "Specimen", + "id": "1732561495221509000.7c264a72-7ed9-400f-9708-e57e02eef961", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", + "valueString": "SPM" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/spm-specimen", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/spm-specimen", + "extension": [ { - "url" : "SPM.5", - "valueCodeableConcept" : { - "coding" : [ + "url": "SPM.5", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "SCT" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "SCT" } ], - "system" : "http://snomed.info/sct", - "version" : "09012017", - "code" : "255251009", - "display" : "Acute phase" + "system": "http://snomed.info/sct", + "version": "09012017", + "code": "255251009", + "display": "Acute phase" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "Adobe_Code", - "code" : "A", - "display" : "Acute" + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "Adobe_Code", + "code": "A", + "display": "Acute" } ], - "text" : "Acute" + "text": "Acute" } }, { - "url" : "SPM.6", - "valueCodeableConcept" : { - "coding" : [ + "url": "SPM.6", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "SCT" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "SCT" } ], - "system" : "http://snomed.info/sct", - "version" : "09012017", - "code" : "69519002", - "display" : "Ethylenediaminetetraacetic acid" + "system": "http://snomed.info/sct", + "version": "09012017", + "code": "69519002", + "display": "Ethylenediaminetetraacetic acid" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "Adobe_Code", - "code" : "EDT", - "display" : "Ethylenediaminetetraacetic acid (EDTA)" + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "Adobe_Code", + "code": "EDT", + "display": "Ethylenediaminetetraacetic acid (EDTA)" } ], - "text" : "Ethylenediaminetetraacetic acid (EDTA)" + "text": "Ethylenediaminetetraacetic acid (EDTA)" } } ] } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "SPHL-000048" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "SPHL-000048" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.10765" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.10765" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "ISO" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/filler-assigned-identifier", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/filler-assigned-identifier", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", - "valueString" : "3015894743" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", + "valueString": "3015894743" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "STARLIMS.CDC.Stag" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "STARLIMS.CDC.Stag" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.3.3.2.1.2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.3.3.2.1.2" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "ISO" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", - "valueString" : "SPM.2.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", + "valueString": "SPM.2.1" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PGN" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "PGN" } ] }, - "value" : "Specimen123" + "value": "Specimen123" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "STARLIMS.CDC.Stag" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "STARLIMS.CDC.Stag" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.3.3.2.1.2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.3.3.2.1.2" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "ISO" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/placer-assigned-identifier", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/placer-assigned-identifier", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", - "valueString" : "Specimen123" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", + "valueString": "Specimen123" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "SPHL-000048" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "SPHL-000048" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.10765" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.10765" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "ISO" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", - "valueString" : "SPM.2.2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", + "valueString": "SPM.2.2" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FGN" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "FGN" } ] }, - "value" : "3015894743" + "value": "3015894743" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "SCT" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "SCT" } ], - "system" : "http://snomed.info/sct", - "version" : "0912017", - "code" : "119297000", - "display" : "Blood specimen" + "system": "http://snomed.info/sct", + "version": "0912017", + "code": "119297000", + "display": "Blood specimen" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "Adobe_Code", - "code" : "BLD", - "display" : "Blood" + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "Adobe_Code", + "code": "BLD", + "display": "Blood" } ], - "text" : "Blood" + "text": "Blood" }, - "receivedTime" : "2023-07-27T17:52:20Z", - "_receivedTime" : { - "extension" : [ + "receivedTime": "2023-07-27T17:52:20Z", + "_receivedTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230727175220" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230727175220" } ] }, - "collection" : { - "extension" : [ + "collection": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/bodySiteModifier", - "valueCodeableConcept" : { - "coding" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/bodySiteModifier", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "SCT" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "SCT" } ], - "system" : "http://snomed.info/sct", - "version" : "09012017", - "code" : "7771000", - "display" : "Left" + "system": "http://snomed.info/sct", + "version": "09012017", + "code": "7771000", + "display": "Left" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "Adobe_Code", - "code" : "LFT", - "display" : "Left" + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "Adobe_Code", + "code": "LFT", + "display": "Left" } ], - "text" : "Left" + "text": "Left" } } ], - "collectedDateTime" : "2023-07-24T15:24:00Z", - "_collectedDateTime" : { - "extension" : [ + "collectedDateTime": "2023-07-24T15:24:00Z", + "_collectedDateTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "202307241524" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "202307241524" } ] }, - "method" : { - "coding" : [ + "method": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "SCT" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "SCT" } ], - "system" : "http://snomed.info/sct", - "version" : "09012017", - "code" : "62931000284108", - "display" : "Vacuum" + "system": "http://snomed.info/sct", + "version": "09012017", + "code": "62931000284108", + "display": "Vacuum" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "Adobe_Code", - "code" : "VC", - "display" : "Vacuum" + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "Adobe_Code", + "code": "VC", + "display": "Vacuum" } ], - "text" : "Vacuum" + "text": "Vacuum" }, - "bodySite" : { - "coding" : [ + "bodySite": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "SCT" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "SCT" } ], - "system" : "http://snomed.info/sct", - "version" : "09012017", - "code" : "53120007", - "display" : "Arm" + "system": "http://snomed.info/sct", + "version": "09012017", + "code": "53120007", + "display": "Arm" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "Adobe_Code", - "code" : "ARM", - "display" : "Arm" + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "Adobe_Code", + "code": "ARM", + "display": "Arm" } ], - "text" : "Arm" + "text": "Arm" } }, - "container" : [ + "container": [ { - "additiveCodeableConcept" : { - "coding" : [ + "additiveCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "SCT" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "SCT" } ], - "system" : "http://snomed.info/sct", - "version" : "09012017", - "code" : "69519002", - "display" : "Ethylenediaminetetraacetic acid" + "system": "http://snomed.info/sct", + "version": "09012017", + "code": "69519002", + "display": "Ethylenediaminetetraacetic acid" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "Adobe_Code", - "code" : "EDT", - "display" : "Ethylenediaminetetraacetic acid (EDTA)" + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "Adobe_Code", + "code": "EDT", + "display": "Ethylenediaminetetraacetic acid (EDTA)" } ], - "text" : "Ethylenediaminetetraacetic acid (EDTA)" + "text": "Ethylenediaminetetraacetic acid (EDTA)" } } ], - "condition" : [ + "condition": [ { - "coding" : [ + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "SCT" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "SCT" } ], - "system" : "http://snomed.info/sct", - "version" : "09012017", - "code" : "59102007", - "display" : "Ice pack" + "system": "http://snomed.info/sct", + "version": "09012017", + "code": "59102007", + "display": "Ice pack" } ], - "text" : "Cold (Ice Pack)" + "text": "Cold (Ice Pack)" } ], - "note" : [ + "note": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "SPM.14" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "SPM.14" } ], - "text" : ", Elution" + "text": ", Elution" } ] } }, { - "fullUrl" : "Specimen/1716964508654907000.54a3e767-9a07-4fc3-ba4c-abf9d580a5bb", - "resource" : { - "resourceType" : "Specimen", - "id" : "1716964508654907000.54a3e767-9a07-4fc3-ba4c-abf9d580a5bb", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", - "valueString" : "SPM" + "fullUrl": "Specimen/1732561495225426000.98b00d14-b67b-4efd-84dc-184085a9981f", + "resource": { + "resourceType": "Specimen", + "id": "1732561495225426000.98b00d14-b67b-4efd-84dc-184085a9981f", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", + "valueString": "SPM" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/spm-specimen", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/spm-specimen", + "extension": [ { - "url" : "SPM.5", - "valueCodeableConcept" : { - "coding" : [ + "url": "SPM.5", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "SCT" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "SCT" } ], - "system" : "http://snomed.info/sct", - "version" : "09012017", - "code" : "255251009", - "display" : "Acute phase" + "system": "http://snomed.info/sct", + "version": "09012017", + "code": "255251009", + "display": "Acute phase" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "Adobe_Code", - "code" : "A", - "display" : "Acute" + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "Adobe_Code", + "code": "A", + "display": "Acute" } ], - "text" : "Acute" + "text": "Acute" } }, { - "url" : "SPM.6", - "valueCodeableConcept" : { - "coding" : [ + "url": "SPM.6", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "SCT" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "SCT" } ], - "system" : "http://snomed.info/sct", - "version" : "09012017", - "code" : "69519002", - "display" : "Ethylenediaminetetraacetic acid" + "system": "http://snomed.info/sct", + "version": "09012017", + "code": "69519002", + "display": "Ethylenediaminetetraacetic acid" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "Adobe_Code", - "code" : "EDT", - "display" : "Ethylenediaminetetraacetic acid (EDTA)" + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "Adobe_Code", + "code": "EDT", + "display": "Ethylenediaminetetraacetic acid (EDTA)" } ], - "text" : "Ethylenediaminetetraacetic acid (EDTA)" + "text": "Ethylenediaminetetraacetic acid (EDTA)" } } ] } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "SPHL-000048" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "SPHL-000048" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.10765" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.10765" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "ISO" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/filler-assigned-identifier", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/filler-assigned-identifier", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", - "valueString" : "3015894743" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", + "valueString": "3015894743" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "STARLIMS.CDC.Stag" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "STARLIMS.CDC.Stag" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.3.3.2.1.2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.3.3.2.1.2" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "ISO" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", - "valueString" : "SPM.2.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", + "valueString": "SPM.2.1" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PGN" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "PGN" } ] }, - "value" : "Specimen123" + "value": "Specimen123" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "STARLIMS.CDC.Stag" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "STARLIMS.CDC.Stag" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.3.3.2.1.2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.3.3.2.1.2" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "ISO" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/placer-assigned-identifier", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/placer-assigned-identifier", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", - "valueString" : "Specimen123" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/entity-identifier", + "valueString": "Specimen123" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "SPHL-000048" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "SPHL-000048" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.10765" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.10765" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueString" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueString": "ISO" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", - "valueString" : "SPM.2.2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Component", + "valueString": "SPM.2.2" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FGN" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "FGN" } ] }, - "value" : "3015894743" + "value": "3015894743" } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "SCT" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "SCT" } ], - "system" : "http://snomed.info/sct", - "version" : "0912017", - "code" : "119297000", - "display" : "Blood specimen" + "system": "http://snomed.info/sct", + "version": "0912017", + "code": "119297000", + "display": "Blood specimen" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "Adobe_Code", - "code" : "BLD", - "display" : "Blood" + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "Adobe_Code", + "code": "BLD", + "display": "Blood" } ], - "text" : "Blood" + "text": "Blood" }, - "receivedTime" : "2023-07-27T17:52:20Z", - "_receivedTime" : { - "extension" : [ + "receivedTime": "2023-07-27T17:52:20Z", + "_receivedTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230727175220" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230727175220" } ] }, - "collection" : { - "extension" : [ + "collection": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/bodySiteModifier", - "valueCodeableConcept" : { - "coding" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/bodySiteModifier", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "SCT" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "SCT" } ], - "system" : "http://snomed.info/sct", - "version" : "09012017", - "code" : "7771000", - "display" : "Left" + "system": "http://snomed.info/sct", + "version": "09012017", + "code": "7771000", + "display": "Left" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "Adobe_Code", - "code" : "LFT", - "display" : "Left" + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "Adobe_Code", + "code": "LFT", + "display": "Left" } ], - "text" : "Left" + "text": "Left" } } ], - "collectedDateTime" : "2023-07-24T15:24:00Z", - "_collectedDateTime" : { - "extension" : [ + "collectedDateTime": "2023-07-24T15:24:00Z", + "_collectedDateTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "202307241524" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "202307241524" } ] }, - "method" : { - "coding" : [ + "method": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "SCT" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "SCT" } ], - "system" : "http://snomed.info/sct", - "version" : "09012017", - "code" : "62931000284108", - "display" : "Vacuum" + "system": "http://snomed.info/sct", + "version": "09012017", + "code": "62931000284108", + "display": "Vacuum" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "Adobe_Code", - "code" : "VC", - "display" : "Vacuum" + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "Adobe_Code", + "code": "VC", + "display": "Vacuum" } ], - "text" : "Vacuum" + "text": "Vacuum" }, - "bodySite" : { - "coding" : [ + "bodySite": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "SCT" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "SCT" } ], - "system" : "http://snomed.info/sct", - "version" : "09012017", - "code" : "53120007", - "display" : "Arm" + "system": "http://snomed.info/sct", + "version": "09012017", + "code": "53120007", + "display": "Arm" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "Adobe_Code", - "code" : "ARM", - "display" : "Arm" + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "Adobe_Code", + "code": "ARM", + "display": "Arm" } ], - "text" : "Arm" + "text": "Arm" } }, - "container" : [ + "container": [ { - "additiveCodeableConcept" : { - "coding" : [ + "additiveCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "SCT" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "SCT" } ], - "system" : "http://snomed.info/sct", - "version" : "09012017", - "code" : "69519002", - "display" : "Ethylenediaminetetraacetic acid" + "system": "http://snomed.info/sct", + "version": "09012017", + "code": "69519002", + "display": "Ethylenediaminetetraacetic acid" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "Adobe_Code", - "code" : "EDT", - "display" : "Ethylenediaminetetraacetic acid (EDTA)" + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "Adobe_Code", + "code": "EDT", + "display": "Ethylenediaminetetraacetic acid (EDTA)" } ], - "text" : "Ethylenediaminetetraacetic acid (EDTA)" + "text": "Ethylenediaminetetraacetic acid (EDTA)" } } ], - "condition" : [ + "condition": [ { - "coding" : [ + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "SCT" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "SCT" } ], - "system" : "http://snomed.info/sct", - "version" : "09012017", - "code" : "59102007", - "display" : "Ice pack" + "system": "http://snomed.info/sct", + "version": "09012017", + "code": "59102007", + "display": "Ice pack" } ], - "text" : "Cold (Ice Pack)" + "text": "Cold (Ice Pack)" } ], - "note" : [ + "note": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "SPM.14" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "SPM.14" } ], - "text" : ", Elution" + "text": ", Elution" } ] } }, { - "fullUrl" : "Observation/1716964508657874000.d98eff5e-789c-46d4-912d-d79b99a279e3", - "resource" : { - "resourceType" : "Observation", - "id" : "1716964508657874000.d98eff5e-789c-46d4-912d-d79b99a279e3", - "extension" : [ + "fullUrl": "Observation/1732561495228478000.39417ef7-1947-422a-a54e-4e10e700e3b3", + "resource": { + "resourceType": "Observation", + "id": "1732561495228478000.39417ef7-1947-422a-a54e-4e10e700e3b3", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2023-07-27T18:30:17Z", - "_valueDateTime" : { - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime": "2023-07-27T18:30:17Z", + "_valueDateTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230727183017" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230727183017" } ] } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-5-value-sn", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-5-value-sn", + "extension": [ { - "url" : "SN.2", - "valueString" : "28" + "url": "SN.2", + "valueString": "28" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ { - "url" : "OBX.2", - "valueId" : "SN" + "url": "OBX.2", + "valueId": "SN" }, { - "url" : "OBX.6", - "valueCodeableConcept" : { - "coding" : [ + "url": "OBX.6", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "UCUM" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "UCUM" } ], - "system" : "http://unitsofmeasure.org", - "version" : "2.1", - "code" : "a", - "display" : "Year" + "system": "http://unitsofmeasure.org", + "version": "2.1", + "code": "a", + "display": "Year" } ] } }, { - "url" : "OBX.11", - "valueString" : "F" + "url": "OBX.11", + "valueString": "F" } ] } ], - "status" : "final", - "code" : { - "coding" : [ + "status": "final", + "code": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" } ], - "system" : "http://loinc.org", - "version" : "2.61", - "code" : "21612-7", - "display" : "Reported Patient Age!!!" + "system": "http://loinc.org", + "version": "2.61", + "code": "21612-7", + "display": "Reported Patient Age!!!" } ] }, - "subject" : { - "reference" : "Patient/1716964508445924000.06ee52b1-488e-47df-b7ef-eef1a5a23b90" + "subject": { + "reference": "Patient/1732561494966959000.196f1b0a-faaa-4371-838c-8ce5128f9850" }, - "focus" : [ + "focus": [ { - "reference" : "Specimen/1716964508651702000.25599d2e-5340-4b50-9816-134c52fa0863" + "reference": "Specimen/1732561495221509000.7c264a72-7ed9-400f-9708-e57e02eef961" } ], - "encounter" : { - "reference" : "Encounter/1716964508460834000.d9050890-a575-41b0-8490-caaecc5a6a5b" + "encounter": { + "reference": "Encounter/1732561494985964000.5667cef6-306b-4b87-bcd9-95202cf75b93" }, - "effectiveDateTime" : "2023-07-24T15:24:00Z", - "_effectiveDateTime" : { - "extension" : [ + "effectiveDateTime": "2023-07-24T15:24:00Z", + "_effectiveDateTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "202307241524" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "202307241524" } ] }, - "performer" : [ + "performer": [ { - "reference" : "Organization/1716964508658339000.31fcb669-3493-4fde-9822-7fb431d0cf3b" + "reference": "Organization/1732561495228915000.4ddc88c5-ca99-4d63-8658-28982d1e0a6d" }, { - "reference" : "Organization/1716964508659756000.c20e1744-8b0c-494c-8600-adb86a5030aa" + "reference": "Organization/1732561495230257000.d3376e68-a110-4922-ae4c-0f2695feee71" } ] } }, { - "fullUrl" : "Organization/1716964508658339000.31fcb669-3493-4fde-9822-7fb431d0cf3b", - "resource" : { - "resourceType" : "Organization", - "id" : "1716964508658339000.31fcb669-3493-4fde-9822-7fb431d0cf3b", - "extension" : [ + "fullUrl": "Organization/1732561495228915000.4ddc88c5-ca99-4d63-8658-28982d1e0a6d", + "resource": { + "resourceType": "Organization", + "id": "1732561495228915000.4ddc88c5-ca99-4d63-8658-28982d1e0a6d", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", - "valueCodeableConcept" : { - "coding" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "CLIA" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "CLIA" } ], - "code" : "11D0668319", - "display" : "Centers for Disease Control and Prevention" + "code": "11D0668319", + "display": "Centers for Disease Control and Prevention" } ] } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBX.15" } ], - "identifier" : [ + "identifier": [ { - "system" : "CLIA", - "value" : "11D0668319" + "system": "CLIA", + "value": "11D0668319" } ], - "name" : "Centers for Disease Control and Prevention" + "name": "Centers for Disease Control and Prevention" } }, { - "fullUrl" : "Organization/1716964508659756000.c20e1744-8b0c-494c-8600-adb86a5030aa", - "resource" : { - "resourceType" : "Organization", - "id" : "1716964508659756000.c20e1744-8b0c-494c-8600-adb86a5030aa", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ + "fullUrl": "Organization/1732561495230257000.d3376e68-a110-4922-ae4c-0f2695feee71", + "resource": { + "resourceType": "Organization", + "id": "1732561495230257000.d3376e68-a110-4922-ae4c-0f2695feee71", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" } ], - "coding" : [ + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "L" + "code": "L" } ] } } ], - "code" : "L" + "code": "L" } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ { - "url" : "XON.10", - "valueString" : "11D0668319" + "url": "XON.10", + "valueString": "11D0668319" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.25" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBX.25" } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "CLIA" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "CLIA" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.113883.4.7" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.113883.4.7" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "XX" } ] }, - "value" : "11D0668319" + "value": "11D0668319" } ], - "name" : "Centers for Disease Control and Prevention", - "address" : [ + "name": "Centers for Disease Control and Prevention", + "address": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ { - "url" : "SAD.1", - "valueString" : "1600 Clifton Road" + "url": "SAD.1", + "valueString": "1600 Clifton Road" } ] }, { - "url" : "XAD.7", - "valueCode" : "B" + "url": "XAD.7", + "valueCode": "B" } ] } ], - "use" : "work", - "line" : [ + "use": "work", + "line": [ "1600 Clifton Road" ], - "city" : "Atlanta", - "state" : "GA", - "postalCode" : "30329", - "country" : "USA" + "city": "Atlanta", + "state": "GA", + "postalCode": "30329", + "country": "USA" } ] } }, { - "fullUrl" : "Observation/1716964508661898000.d0cf510f-22cb-4e80-a098-e1e29beeaf99", - "resource" : { - "resourceType" : "Observation", - "id" : "1716964508661898000.d0cf510f-22cb-4e80-a098-e1e29beeaf99", - "extension" : [ + "fullUrl": "Observation/1732561495232441000.435f08c3-52ed-4088-973d-af0d6802be7f", + "resource": { + "resourceType": "Observation", + "id": "1732561495232441000.435f08c3-52ed-4088-973d-af0d6802be7f", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", - "valueDateTime" : "2023-07-27T18:30:17Z", - "_valueDateTime" : { - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/analysis-date-time", + "valueDateTime": "2023-07-27T18:30:17Z", + "_valueDateTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "20230727183017" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230727183017" } ] } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-5-value-sn", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-5-value-sn", + "extension": [ { - "url" : "SN.2", - "valueString" : "28" + "url": "SN.2", + "valueString": "28" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obx-observation", + "extension": [ { - "url" : "OBX.2", - "valueId" : "SN" + "url": "OBX.2", + "valueId": "SN" }, { - "url" : "OBX.6", - "valueCodeableConcept" : { - "coding" : [ + "url": "OBX.6", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "UCUM" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "UCUM" } ], - "system" : "http://unitsofmeasure.org", - "version" : "2.1", - "code" : "a", - "display" : "Year" + "system": "http://unitsofmeasure.org", + "version": "2.1", + "code": "a", + "display": "Year" } ] } }, { - "url" : "OBX.11", - "valueString" : "F" + "url": "OBX.11", + "valueString": "F" } ] } ], - "status" : "final", - "code" : { - "coding" : [ + "status": "final", + "code": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" } ], - "system" : "http://loinc.org", - "version" : "2.61", - "code" : "21612-7", - "display" : "Reported Patient Age???" + "system": "http://loinc.org", + "version": "2.61", + "code": "21612-7", + "display": "Reported Patient Age???" } ] }, - "subject" : { - "reference" : "Patient/1716964508445924000.06ee52b1-488e-47df-b7ef-eef1a5a23b90" + "subject": { + "reference": "Patient/1732561494966959000.196f1b0a-faaa-4371-838c-8ce5128f9850" }, - "focus" : [ + "focus": [ { - "reference" : "Specimen/1716964508654907000.54a3e767-9a07-4fc3-ba4c-abf9d580a5bb" + "reference": "Specimen/1732561495225426000.98b00d14-b67b-4efd-84dc-184085a9981f" } ], - "encounter" : { - "reference" : "Encounter/1716964508460834000.d9050890-a575-41b0-8490-caaecc5a6a5b" + "encounter": { + "reference": "Encounter/1732561494985964000.5667cef6-306b-4b87-bcd9-95202cf75b93" }, - "effectiveDateTime" : "2023-07-24T15:24:00Z", - "_effectiveDateTime" : { - "extension" : [ + "effectiveDateTime": "2023-07-24T15:24:00Z", + "_effectiveDateTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "202307241524" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "202307241524" } ] }, - "performer" : [ + "performer": [ { - "reference" : "Organization/1716964508662344000.631a44f0-8c23-4dc8-82c2-3fb5658927a1" + "reference": "Organization/1732561495232873000.a9fff423-2971-471f-b076-727d3ecc100c" }, { - "reference" : "Organization/1716964508663638000.2b679a76-9f0d-48d6-b5d3-075e5712b000" + "reference": "Organization/1732561495234107000.b7c09af0-dc41-4a7a-9aa4-27e399e895ac" } ] } }, { - "fullUrl" : "Organization/1716964508662344000.631a44f0-8c23-4dc8-82c2-3fb5658927a1", - "resource" : { - "resourceType" : "Organization", - "id" : "1716964508662344000.631a44f0-8c23-4dc8-82c2-3fb5658927a1", - "extension" : [ + "fullUrl": "Organization/1732561495232873000.a9fff423-2971-471f-b076-727d3ecc100c", + "resource": { + "resourceType": "Organization", + "id": "1732561495232873000.a9fff423-2971-471f-b076-727d3ecc100c", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", - "valueCodeableConcept" : { - "coding" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-organization", + "valueCodeableConcept": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "CLIA" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "CLIA" } ], - "code" : "11D0668319", - "display" : "Centers for Disease Control and Prevention" + "code": "11D0668319", + "display": "Centers for Disease Control and Prevention" } ] } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.15" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBX.15" } ], - "identifier" : [ + "identifier": [ { - "system" : "CLIA", - "value" : "11D0668319" + "system": "CLIA", + "value": "11D0668319" } ], - "name" : "Centers for Disease Control and Prevention" + "name": "Centers for Disease Control and Prevention" } }, { - "fullUrl" : "Organization/1716964508663638000.2b679a76-9f0d-48d6-b5d3-075e5712b000", - "resource" : { - "resourceType" : "Organization", - "id" : "1716964508663638000.2b679a76-9f0d-48d6-b5d3-075e5712b000", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ + "fullUrl": "Organization/1732561495234107000.b7c09af0-dc41-4a7a-9aa4-27e399e895ac", + "resource": { + "resourceType": "Organization", + "id": "1732561495234107000.b7c09af0-dc41-4a7a-9aa4-27e399e895ac", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" } ], - "coding" : [ + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "L" + "code": "L" } ] } } ], - "code" : "L" + "code": "L" } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ { - "url" : "XON.10", - "valueString" : "11D0668319" + "url": "XON.10", + "valueString": "11D0668319" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBX.25" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBX.25" } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "CLIA" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "CLIA" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.113883.4.7" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.113883.4.7" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "XX" } ] }, - "value" : "11D0668319" + "value": "11D0668319" } ], - "name" : "Centers for Disease Control and Prevention", - "address" : [ + "name": "Centers for Disease Control and Prevention", + "address": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ { - "url" : "SAD.1", - "valueString" : "1600 Clifton Road" + "url": "SAD.1", + "valueString": "1600 Clifton Road" } ] }, { - "url" : "XAD.7", - "valueCode" : "B" + "url": "XAD.7", + "valueCode": "B" } ] } ], - "use" : "work", - "line" : [ + "use": "work", + "line": [ "1600 Clifton Road" ], - "city" : "Atlanta", - "state" : "GA", - "postalCode" : "30329", - "country" : "USA" + "city": "Atlanta", + "state": "GA", + "postalCode": "30329", + "country": "USA" } ] } }, { - "fullUrl" : "ServiceRequest/1716964508676312000.d16e1225-9ac2-4ad0-8ebe-15604f5ba258", - "resource" : { - "resourceType" : "ServiceRequest", - "id" : "1716964508676312000.d16e1225-9ac2-4ad0-8ebe-15604f5ba258", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", - "valueCode" : "RE" + "fullUrl": "ServiceRequest/1732561495249322000.843ab69f-30f0-4c15-ad07-fb607dacba88", + "resource": { + "resourceType": "ServiceRequest", + "id": "1732561495249322000.843ab69f-30f0-4c15-ad07-fb607dacba88", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", + "valueCode": "RE" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", - "valueString" : "20230725" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/business-event", + "valueString": "20230725" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/orc-common-order", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/orc-common-order", + "extension": [ { - "url" : "orc-21-ordering-facility-name", - "valueReference" : { - "reference" : "Organization/1716964508672313000.52c353f6-f465-4713-927f-1adbee0436ae" + "url": "orc-21-ordering-facility-name", + "valueReference": { + "reference": "Organization/1732561495243518000.2c117b29-8773-42e0-a0b6-d4ac6c623a46" } }, { - "url" : "orc-22-ordering-facility-address", - "valueAddress" : { - "extension" : [ + "url": "orc-22-ordering-facility-address", + "valueAddress": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ { - "url" : "SAD.1", - "valueString" : "850 Marina Bay Parkway" + "url": "SAD.1", + "valueString": "850 Marina Bay Parkway" } ] }, { - "url" : "XAD.2", - "valueString" : "Rm. E-361" + "url": "XAD.2", + "valueString": "Rm. E-361" }, { - "url" : "XAD.7", - "valueCode" : "M" + "url": "XAD.7", + "valueCode": "M" } ] } ], - "type" : "postal", - "line" : [ + "type": "postal", + "line": [ "850 Marina Bay Parkway", "Rm. E-361" ], - "city" : "Richmond", - "state" : "CA", - "postalCode" : "94804", - "country" : "USA" + "city": "Richmond", + "state": "CA", + "postalCode": "94804", + "country": "USA" } }, { - "url" : "orc-24-ordering-provider-address", - "valueAddress" : { - "extension" : [ + "url": "orc-24-ordering-provider-address", + "valueAddress": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ { - "url" : "SAD.1", - "valueString" : "11475 C Avenue" + "url": "SAD.1", + "valueString": "11475 C Avenue" } ] }, { - "url" : "XAD.7", - "valueCode" : "M" + "url": "XAD.7", + "valueCode": "M" } ] } ], - "type" : "postal", - "line" : [ + "type": "postal", + "line": [ "11475 C Avenue" ], - "city" : "Auburn", - "state" : "CA", - "postalCode" : "95603", - "country" : "USA" + "city": "Auburn", + "state": "CA", + "postalCode": "95603", + "country": "USA" } }, { - "url" : "orc-12-ordering-provider", - "valueReference" : { - "reference" : "Practitioner/1716964508673966000.9a6e776f-bb15-4095-a90d-6370506d69e0" + "url": "orc-12-ordering-provider", + "valueReference": { + "reference": "Practitioner/1732561495245581000.aea73b44-a9b0-40f0-8422-5361e59333b0" } } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", + "extension": [ { - "url" : "OBR.2", - "valueIdentifier" : { - "extension" : [ + "url": "OBR.2", + "valueIdentifier": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "SPHL-000048" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "SPHL-000048" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.10765" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.10765" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "value" : "Specimen123" + "value": "Specimen123" } }, { - "url" : "OBR.3", - "valueIdentifier" : { - "extension" : [ + "url": "OBR.3", + "valueIdentifier": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "STARLIMS.CDC.Stag" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "STARLIMS.CDC.Stag" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.3.3.2.1.2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.3.3.2.1.2" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "value" : "3015894743_04608717" + "value": "3015894743_04608717" } }, { - "url" : "OBR.22", - "valueString" : "202308021808-0400" - }, - { - "url" : "OBR.25", - "valueId" : "F" - }, - { - "url" : "OBR.16", - "valueReference" : { - "reference" : "Practitioner/1716964508675184000.0c77c8ea-9ac9-4e91-8456-a42f0aee7900" + "url": "OBR.16", + "valueReference": { + "reference": "Practitioner/1732561495246974000.6ed9d709-bb8d-48fa-aa5a-f16f1bb7845e" } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", - "valueContactPoint" : { - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", + "valueContactPoint": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ { - "url" : "XTN.2", - "valueString" : "NET" + "url": "XTN.2", + "valueString": "NET" }, { - "url" : "XTN.3", - "valueString" : "Internet" + "url": "XTN.3", + "valueString": "Internet" }, { - "url" : "XTN.4", - "valueString" : "MWaKabon@placer.ca.gov" + "url": "XTN.4", + "valueString": "MWaKabon@placer.ca.gov" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBR.17" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBR.17" } ], - "system" : "email", - "value" : "MWaKabon@placer.ca.gov" + "system": "email", + "value": "MWaKabon@placer.ca.gov" } }, { - "url" : "OBR.7", - "valueDateTime" : "2023-07-24T15:24:00Z", - "_valueDateTime" : { - "extension" : [ + "url": "OBR.7", + "valueDateTime": "2023-07-24T15:24:00Z", + "_valueDateTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "202307241524" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "202307241524" } ] } + }, + { + "url": "OBR.22", + "valueString": "202308021808-0400" + }, + { + "url": "OBR.25", + "valueId": "F" } ] } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "ORC.2" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "SPHL-000048" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "SPHL-000048" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.10765" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.10765" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PLAC" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "PLAC" } ] }, - "value" : "Specimen123" + "value": "Specimen123" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.3" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "ORC.3" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "STARLIMS.CDC.Stag" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "STARLIMS.CDC.Stag" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.3.3.2.1.2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.3.3.2.1.2" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FILL" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "FILL" } ] }, - "value" : "3015894743_04608717" + "value": "3015894743_04608717" } ], - "status" : "unknown", - "code" : { - "extension" : [ + "status": "unknown", + "code": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", - "valueOid" : "urn:oid:2.16.840.1.113883.6.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", + "valueOid": "urn:oid:2.16.840.1.113883.6.1" } ], - "coding" : [ + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" } ], - "system" : "http://loinc.org", - "version" : "2.74", - "code" : "68991-9", - "display" : "Epidemiologically Important Information" + "system": "http://loinc.org", + "version": "2.74", + "code": "68991-9", + "display": "Epidemiologically Important Information" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "secondary-alt-coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "secondary-alt-coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "code" : "CDC-10515", - "display" : "Poxvirus Molecular Detection" + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "code": "CDC-10515", + "display": "Poxvirus Molecular Detection" } ] }, - "subject" : { - "reference" : "Patient/1716964508445924000.06ee52b1-488e-47df-b7ef-eef1a5a23b90" + "subject": { + "reference": "Patient/1732561494966959000.196f1b0a-faaa-4371-838c-8ce5128f9850" }, - "requester" : { - "extension" : [ + "requester": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", - "valueContactPoint" : { - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", + "valueContactPoint": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ { - "url" : "XTN.2", - "valueString" : "NET" + "url": "XTN.2", + "valueString": "NET" }, { - "url" : "XTN.3", - "valueString" : "Internet" + "url": "XTN.3", + "valueString": "Internet" }, { - "url" : "XTN.4", - "valueString" : "MWaKabon@placer.ca.gov" + "url": "XTN.4", + "valueString": "MWaKabon@placer.ca.gov" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.14" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "ORC.14" } ], - "system" : "email", - "value" : "MWaKabon@placer.ca.gov" + "system": "email", + "value": "MWaKabon@placer.ca.gov" } } ], - "reference" : "PractitionerRole/1716964508666355000.2385875b-0e09-46cb-97c6-e12e133fb492" + "reference": "PractitionerRole/1732561495236905000.12164d53-32ed-48b8-9a7e-679a45a049bb" } } }, { - "fullUrl" : "Practitioner/1716964508667965000.d2be6436-7d78-4b46-b59f-3327595c1db1", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716964508667965000.d2be6436-7d78-4b46-b59f-3327595c1db1", - "extension" : [ + "fullUrl": "Practitioner/1732561495238490000.3fce0604-d1e4-49cb-95d1-d4c36af63de9", + "resource": { + "resourceType": "Practitioner", + "id": "1732561495238490000.3fce0604-d1e4-49cb-95d1-d4c36af63de9", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "STARLIMS.CDC.Stag" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "STARLIMS.CDC.Stag" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.3.3.2.1.2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.3.3.2.1.2" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.12" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "ORC.12" } ], - "identifier" : [ + "identifier": [ { - "type" : { - "coding" : [ + "type": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true } ], - "code" : "XX" + "code": "XX" } ] }, - "system" : "STARLIMS.CDC.Stag", - "value" : "SPHL-000098" + "system": "STARLIMS.CDC.Stag", + "value": "SPHL-000098" } ], - "name" : [ + "name": [ { - "family" : "CA-Placer County Public Health Laboratory" + "family": "CA-Placer County Public Health Laboratory" } ], - "address" : [ + "address": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ { - "url" : "SAD.1", - "valueString" : "11475 C Avenue" + "url": "SAD.1", + "valueString": "11475 C Avenue" } ] }, { - "url" : "XAD.7", - "valueCode" : "M" + "url": "XAD.7", + "valueCode": "M" } ] } ], - "type" : "postal", - "line" : [ + "type": "postal", + "line": [ "11475 C Avenue" ], - "city" : "Auburn", - "state" : "CA", - "postalCode" : "95603", - "country" : "USA" + "city": "Auburn", + "state": "CA", + "postalCode": "95603", + "country": "USA" } ] } }, { - "fullUrl" : "Organization/1716964508669674000.aec18007-634c-4583-b63a-80bba15c4fd1", - "resource" : { - "resourceType" : "Organization", - "id" : "1716964508669674000.aec18007-634c-4583-b63a-80bba15c4fd1", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ + "fullUrl": "Organization/1732561495240185000.e099b83c-b2f6-4baf-9142-aab9ca4efb9b", + "resource": { + "resourceType": "Organization", + "id": "1732561495240185000.e099b83c-b2f6-4baf-9142-aab9ca4efb9b", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" } ], - "coding" : [ + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "D" + "code": "D" } ] } } ], - "code" : "D" + "code": "D" } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ { - "url" : "XON.10", - "valueString" : "SPHL-000048" + "url": "XON.10", + "valueString": "SPHL-000048" } ] } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "STARLIMS.CDC.Stag" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "STARLIMS.CDC.Stag" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.3.3.2.1.2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.3.3.2.1.2" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "XX" } ] }, - "value" : "SPHL-000048" + "value": "SPHL-000048" } ], - "name" : "CDPH, Viral and Rickettsial Disease Laboratory", - "telecom" : [ + "name": "CDPH, Viral and Rickettsial Disease Laboratory", + "telecom": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ { - "url" : "XTN.2", - "valueString" : "WPN" + "url": "XTN.2", + "valueString": "WPN" }, { - "url" : "XTN.3", - "valueString" : "Internet" + "url": "XTN.3", + "valueString": "Internet" }, { - "url" : "XTN.4", - "valueString" : "VRDL.Mail@cdph.ca.gov" + "url": "XTN.4", + "valueString": "VRDL.Mail@cdph.ca.gov" } ] } ], - "system" : "email", - "value" : "VRDL.Mail@cdph.ca.gov", - "use" : "work" + "system": "email", + "value": "VRDL.Mail@cdph.ca.gov", + "use": "work" } ], - "address" : [ + "address": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xad-address", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/sad-address-line", + "extension": [ { - "url" : "SAD.1", - "valueString" : "850 Marina Bay Parkway" + "url": "SAD.1", + "valueString": "850 Marina Bay Parkway" } ] }, { - "url" : "XAD.2", - "valueString" : "Rm. E-361" + "url": "XAD.2", + "valueString": "Rm. E-361" }, { - "url" : "XAD.7", - "valueCode" : "M" + "url": "XAD.7", + "valueCode": "M" } ] } ], - "type" : "postal", - "line" : [ + "type": "postal", + "line": [ "850 Marina Bay Parkway", "Rm. E-361" ], - "city" : "Richmond", - "state" : "CA", - "postalCode" : "94804", - "country" : "USA" + "city": "Richmond", + "state": "CA", + "postalCode": "94804", + "country": "USA" } ] } }, { - "fullUrl" : "PractitionerRole/1716964508666355000.2385875b-0e09-46cb-97c6-e12e133fb492", - "resource" : { - "resourceType" : "PractitionerRole", - "id" : "1716964508666355000.2385875b-0e09-46cb-97c6-e12e133fb492", - "practitioner" : { - "reference" : "Practitioner/1716964508667965000.d2be6436-7d78-4b46-b59f-3327595c1db1" + "fullUrl": "PractitionerRole/1732561495236905000.12164d53-32ed-48b8-9a7e-679a45a049bb", + "resource": { + "resourceType": "PractitionerRole", + "id": "1732561495236905000.12164d53-32ed-48b8-9a7e-679a45a049bb", + "practitioner": { + "reference": "Practitioner/1732561495238490000.3fce0604-d1e4-49cb-95d1-d4c36af63de9" }, - "organization" : { - "reference" : "Organization/1716964508669674000.aec18007-634c-4583-b63a-80bba15c4fd1" + "organization": { + "reference": "Organization/1732561495240185000.e099b83c-b2f6-4baf-9142-aab9ca4efb9b" } } }, { - "fullUrl" : "Organization/1716964508672313000.52c353f6-f465-4713-927f-1adbee0436ae", - "resource" : { - "resourceType" : "Organization", - "id" : "1716964508672313000.52c353f6-f465-4713-927f-1adbee0436ae", - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", - "valueCoding" : { - "extension" : [ - { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueCodeableConcept" : { - "extension" : [ + "fullUrl": "Organization/1732561495243518000.2c117b29-8773-42e0-a0b6-d4ac6c623a46", + "resource": { + "resourceType": "Organization", + "id": "1732561495243518000.2c117b29-8773-42e0-a0b6-d4ac6c623a46", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/organization-name-type", + "valueCoding": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueCodeableConcept": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "XON.2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "XON.2" } ], - "coding" : [ + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" } ], - "code" : "D" + "code": "D" } ] } } ], - "code" : "D" + "code": "D" } }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xon-organization", + "extension": [ { - "url" : "XON.10", - "valueString" : "SPHL-000048" + "url": "XON.10", + "valueString": "SPHL-000048" } ] } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "STARLIMS.CDC.Stag" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "STARLIMS.CDC.Stag" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.3.3.2.1.2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.3.3.2.1.2" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "XX" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "XX" } ] }, - "value" : "SPHL-000048" + "value": "SPHL-000048" } ], - "name" : "CDPH, Viral and Rickettsial Disease Laboratory" + "name": "CDPH, Viral and Rickettsial Disease Laboratory" } }, { - "fullUrl" : "Practitioner/1716964508673966000.9a6e776f-bb15-4095-a90d-6370506d69e0", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716964508673966000.9a6e776f-bb15-4095-a90d-6370506d69e0", - "extension" : [ + "fullUrl": "Practitioner/1732561495245581000.aea73b44-a9b0-40f0-8422-5361e59333b0", + "resource": { + "resourceType": "Practitioner", + "id": "1732561495245581000.aea73b44-a9b0-40f0-8422-5361e59333b0", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "STARLIMS.CDC.Stag" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "STARLIMS.CDC.Stag" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.3.3.2.1.2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.3.3.2.1.2" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "identifier" : [ + "identifier": [ { - "type" : { - "coding" : [ + "type": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true } ], - "code" : "XX" + "code": "XX" } ] }, - "system" : "STARLIMS.CDC.Stag", - "value" : "SPHL-000098" + "system": "STARLIMS.CDC.Stag", + "value": "SPHL-000098" } ], - "name" : [ + "name": [ { - "family" : "CA-Placer County Public Health Laboratory" + "family": "CA-Placer County Public Health Laboratory" } ] } }, { - "fullUrl" : "Practitioner/1716964508675184000.0c77c8ea-9ac9-4e91-8456-a42f0aee7900", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716964508675184000.0c77c8ea-9ac9-4e91-8456-a42f0aee7900", - "extension" : [ + "fullUrl": "Practitioner/1732561495246974000.6ed9d709-bb8d-48fa-aa5a-f16f1bb7845e", + "resource": { + "resourceType": "Practitioner", + "id": "1732561495246974000.6ed9d709-bb8d-48fa-aa5a-f16f1bb7845e", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "STARLIMS.CDC.Stag" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "STARLIMS.CDC.Stag" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.3.3.2.1.2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.3.3.2.1.2" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "identifier" : [ + "identifier": [ { - "type" : { - "coding" : [ + "type": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true } ], - "code" : "XX" + "code": "XX" } ] }, - "system" : "STARLIMS.CDC.Stag", - "value" : "SPHL-000098" + "system": "STARLIMS.CDC.Stag", + "value": "SPHL-000098" } ], - "name" : [ + "name": [ { - "family" : "CA-Placer County Public Health Laboratory" + "family": "CA-Placer County Public Health Laboratory" } ] } }, { - "fullUrl" : "ServiceRequest/1716964508681483000.259e4587-899e-4f60-afc0-3868f59ca8ef", - "resource" : { - "resourceType" : "ServiceRequest", - "id" : "1716964508681483000.259e4587-899e-4f60-afc0-3868f59ca8ef", - "extension" : [ + "fullUrl": "ServiceRequest/1732561495255966000.fea904a3-f77c-4d64-9aac-739d29de2d7c", + "resource": { + "resourceType": "ServiceRequest", + "id": "1732561495255966000.fea904a3-f77c-4d64-9aac-739d29de2d7c", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", + "extension": [ { - "url" : "OBR.16", - "valueReference" : { - "reference" : "Practitioner/1731693452435563000.a1c0b0dd-bd8a-4229-a55c-a3f6f0cea9ec" + "url": "OBR.16", + "valueReference": { + "reference": "Practitioner/1732561495254656000.e2224fed-b43b-4b9e-a088-10f70bd75b2a" } }, { - "url" : "OBR.22", - "valueString" : "202308021726-0400" - }, - { - "url" : "OBR.25", - "valueId" : "F" - }, - { - "url" : "OBR.7", - "valueDateTime" : "2023-07-24T15:24:00Z", - "_valueDateTime" : { - "extension" : [ + "url": "OBR.7", + "valueDateTime": "2023-07-24T15:24:00Z", + "_valueDateTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "202307241524" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "202307241524" } ] } + }, + { + "url": "OBR.22", + "valueString": "202308021726-0400" + }, + { + "url": "OBR.25", + "valueId": "F" } ] } ], - "identifier" : [ + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBR.2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBR.2" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "SPHL-000048" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "SPHL-000048" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.10765" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.10765" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PLAC" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "PLAC" } ] }, - "value" : "Specimen123" + "value": "Specimen123" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBR.3" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBR.3" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "STARLIMS.CDC.Stag" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "STARLIMS.CDC.Stag" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.3.3.2.1.2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.3.3.2.1.2" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FILL" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "FILL" } ] }, - "value" : "47_3015894743_04608717_1233" + "value": "47_3015894743_04608717_1233" } ], - "status" : "unknown", - "code" : { - "extension" : [ + "status": "unknown", + "code": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", - "valueOid" : "urn:oid:2.16.840.1.113883.6.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", + "valueOid": "urn:oid:2.16.840.1.113883.6.1" } ], - "coding" : [ + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" } ], - "system" : "http://loinc.org", - "version" : "2.74", - "code" : "100383-9", - "display" : "MVPX DNA Spec Ql NAA+probe" + "system": "http://loinc.org", + "version": "2.74", + "code": "100383-9", + "display": "MVPX DNA Spec Ql NAA+probe" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "secondary-alt-coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "secondary-alt-coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "code" : "CDC-10515", - "display" : "Poxvirus Molecular Detection" + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "code": "CDC-10515", + "display": "Poxvirus Molecular Detection" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "v unknown", - "code" : "1233", - "display" : "Monkeypox generic" + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "v unknown", + "code": "1233", + "display": "Monkeypox generic" } ] }, - "subject" : { - "reference" : "Patient/1716964508445924000.06ee52b1-488e-47df-b7ef-eef1a5a23b90" + "subject": { + "reference": "Patient/1732561494966959000.196f1b0a-faaa-4371-838c-8ce5128f9850" }, - "requester" : { - "extension" : [ + "requester": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", - "valueContactPoint" : { - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/callback-number", + "valueContactPoint": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xtn-contact-point", + "extension": [ { - "url" : "XTN.2", - "valueString" : "NET" + "url": "XTN.2", + "valueString": "NET" }, { - "url" : "XTN.3", - "valueString" : "Internet" + "url": "XTN.3", + "valueString": "Internet" }, { - "url" : "XTN.4", - "valueString" : "MWaKabon@placer.ca.gov" + "url": "XTN.4", + "valueString": "MWaKabon@placer.ca.gov" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBR.17" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBR.17" } ], - "system" : "email", - "value" : "MWaKabon@placer.ca.gov" + "system": "email", + "value": "MWaKabon@placer.ca.gov" } } ], - "reference" : "Practitioner/1716964508677389000.19978f84-1c31-4924-b5fb-0efe9bf28f28" + "reference": "Practitioner/1732561495250676000.4bb10a64-5a5e-4902-b080-e57ad1d6a9ce" }, - "note" : [ + "note": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension": [ { - "url" : "NTE.2", - "valueId" : "L" + "url": "NTE.2", + "valueId": "L" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "Accession level coment." + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId": "Accession level coment." }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", - "valueOid" : "urn:oid:2.16.840.1.113883.12.364" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", + "valueOid": "urn:oid:2.16.840.1.113883.12.364" } ], - "coding" : [ + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70364" } ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" + "version": "2.5.1", + "code": "RE", + "display": "Remark" } ] } } ], - "text" : "Accession level coment." + "text": "Accession level coment." }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/nte-annotation", + "extension": [ { - "url" : "NTE.2", - "valueId" : "L" + "url": "NTE.2", + "valueId": "L" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", - "valueId" : "Test level comment." + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-comment", + "valueId": "Test level comment." }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", - "valueCodeableConcept" : { - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/note-type", + "valueCodeableConcept": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", - "valueOid" : "urn:oid:2.16.840.1.113883.12.364" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", + "valueOid": "urn:oid:2.16.840.1.113883.12.364" } ], - "coding" : [ + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "HL70364" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "HL70364" } ], - "version" : "2.5.1", - "code" : "RE", - "display" : "Remark" + "version": "2.5.1", + "code": "RE", + "display": "Remark" } ] } } ], - "text" : "Test level comment." + "text": "Test level comment." } ] } }, { - "fullUrl" : "Practitioner/1716964508677389000.19978f84-1c31-4924-b5fb-0efe9bf28f28", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1716964508677389000.19978f84-1c31-4924-b5fb-0efe9bf28f28", - "extension" : [ + "fullUrl": "Practitioner/1732561495250676000.4bb10a64-5a5e-4902-b080-e57ad1d6a9ce", + "resource": { + "resourceType": "Practitioner", + "id": "1732561495250676000.4bb10a64-5a5e-4902-b080-e57ad1d6a9ce", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "STARLIMS.CDC.Stag" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "STARLIMS.CDC.Stag" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.3.3.2.1.2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.3.3.2.1.2" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBR.16" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBR.16" } ], - "identifier" : [ + "identifier": [ { - "type" : { - "coding" : [ + "type": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true } ], - "code" : "XX" + "code": "XX" } ] }, - "system" : "STARLIMS.CDC.Stag", - "value" : "SPHL-000098" + "system": "STARLIMS.CDC.Stag", + "value": "SPHL-000098" } ], - "name" : [ + "name": [ { - "family" : "CA-Placer County Public Health Laboratory" + "family": "CA-Placer County Public Health Laboratory" } ] } }, { - "fullUrl" : "Practitioner/1731693452435563000.a1c0b0dd-bd8a-4229-a55c-a3f6f0cea9ec", - "resource" : { - "resourceType" : "Practitioner", - "id" : "1731693452435563000.a1c0b0dd-bd8a-4229-a55c-a3f6f0cea9ec", - "extension" : [ + "fullUrl": "Practitioner/1732561495254656000.e2224fed-b43b-4b9e-a088-10f70bd75b2a", + "resource": { + "resourceType": "Practitioner", + "id": "1732561495254656000.e2224fed-b43b-4b9e-a088-10f70bd75b2a", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "STARLIMS.CDC.Stag" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "STARLIMS.CDC.Stag" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.3.3.2.1.2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.3.3.2.1.2" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "identifier" : [ + "identifier": [ { - "type" : { - "coding" : [ + "type": { + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", - "valueBoolean" : true + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true } ], - "code" : "XX" + "code": "XX" } ] }, - "system" : "STARLIMS.CDC.Stag", - "value" : "SPHL-000098" + "system": "STARLIMS.CDC.Stag", + "value": "SPHL-000098" } ], - "name" : [ + "name": [ { - "family" : "CA-Placer County Public Health Laboratory" + "family": "CA-Placer County Public Health Laboratory" } ] } }, { - "fullUrl" : "DiagnosticReport/1716964508685898000.2532ff91-3e38-4eb7-91cf-a1012a26a17d", - "resource" : { - "resourceType" : "DiagnosticReport", - "id" : "1716964508685898000.2532ff91-3e38-4eb7-91cf-a1012a26a17d", - "identifier" : [ + "fullUrl": "DiagnosticReport/1732561495265209000.f7974efd-664b-4edb-a591-2f256429718b", + "resource": { + "resourceType": "DiagnosticReport", + "id": "1732561495265209000.f7974efd-664b-4edb-a591-2f256429718b", + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "ORC.2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "ORC.2" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "SPHL-000048" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "SPHL-000048" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.10765" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.10765" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PLAC" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "PLAC" } ] }, - "value" : "Specimen123" + "value": "Specimen123" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "STARLIMS.CDC.Stag" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "STARLIMS.CDC.Stag" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.3.3.2.1.2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.3.3.2.1.2" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FILL" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "FILL" } ] }, - "value" : "3015894743_04608717" + "value": "3015894743_04608717" } ], - "basedOn" : [ + "basedOn": [ { - "reference" : "ServiceRequest/1716964508676312000.d16e1225-9ac2-4ad0-8ebe-15604f5ba258" + "reference": "ServiceRequest/1732561495249322000.843ab69f-30f0-4c15-ad07-fb607dacba88" } ], - "status" : "final", - "code" : { - "extension" : [ + "status": "final", + "code": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", - "valueOid" : "urn:oid:2.16.840.1.113883.6.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", + "valueOid": "urn:oid:2.16.840.1.113883.6.1" } ], - "coding" : [ + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" } ], - "system" : "http://loinc.org", - "version" : "2.74", - "code" : "68991-9", - "display" : "Epidemiologically Important Information" + "system": "http://loinc.org", + "version": "2.74", + "code": "68991-9", + "display": "Epidemiologically Important Information" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "secondary-alt-coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "secondary-alt-coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "code" : "CDC-10515", - "display" : "Poxvirus Molecular Detection" + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "code": "CDC-10515", + "display": "Poxvirus Molecular Detection" } ] }, - "subject" : { - "reference" : "Patient/1716964508445924000.06ee52b1-488e-47df-b7ef-eef1a5a23b90" + "subject": { + "reference": "Patient/1732561494966959000.196f1b0a-faaa-4371-838c-8ce5128f9850" }, - "encounter" : { - "reference" : "Encounter/1716964508460834000.d9050890-a575-41b0-8490-caaecc5a6a5b" + "encounter": { + "reference": "Encounter/1732561494985964000.5667cef6-306b-4b87-bcd9-95202cf75b93" }, - "effectiveDateTime" : "2023-07-24T15:24:00Z", - "_effectiveDateTime" : { - "extension" : [ + "effectiveDateTime": "2023-07-24T15:24:00Z", + "_effectiveDateTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "202307241524" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "202307241524" } ] }, - "issued" : "2023-08-02T18:08:00-04:00", - "_issued" : { - "extension" : [ + "issued": "2023-08-02T18:08:00-04:00", + "_issued": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "202308021808-0400" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "202308021808-0400" } ] }, - "specimen" : [ + "specimen": [ { - "reference" : "Specimen/1716964508651702000.25599d2e-5340-4b50-9816-134c52fa0863" + "reference": "Specimen/1732561495221509000.7c264a72-7ed9-400f-9708-e57e02eef961" }, { - "reference" : "Specimen/1716964508647637000.6eadc376-dc88-400f-9d9b-bb526ac9163e" + "reference": "Specimen/1732561495214950000.983ffe77-d5f0-440e-aef2-85e4cc7eadb7" } ], - "result" : [ + "result": [ { - "reference" : "Observation/1716964508631514000.19f961d0-ec5b-4cc8-95ac-7b16d5da2d1f" + "reference": "Observation/1732561495195748000.dd13e5cf-34f2-48f2-9401-55ecf414c6eb" }, { - "reference" : "Observation/1716964508635829000.e4a4423f-0207-4819-806b-cb71f7b50135" + "reference": "Observation/1732561495201232000.cabdc58f-4c37-4a9a-8bd8-b01acd306e21" } ] } }, { - "fullUrl" : "DiagnosticReport/1716964508687401000.825800b2-29b8-4cfe-b424-73e68e0dee38", - "resource" : { - "resourceType" : "DiagnosticReport", - "id" : "1716964508687401000.825800b2-29b8-4cfe-b424-73e68e0dee38", - "identifier" : [ + "fullUrl": "DiagnosticReport/1732561495267151000.83ddc146-f4c0-4063-8c46-9e681d69c1c2", + "resource": { + "resourceType": "DiagnosticReport", + "id": "1732561495267151000.83ddc146-f4c0-4063-8c46-9e681d69c1c2", + "identifier": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", - "valueString" : "OBR.2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "OBR.2" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "SPHL-000048" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "SPHL-000048" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.1.10765" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.1.10765" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "PLAC" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "PLAC" } ] }, - "value" : "Specimen123" + "value": "Specimen123" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", - "extension" : [ + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", - "valueString" : "STARLIMS.CDC.Stag" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "STARLIMS.CDC.Stag" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", - "valueString" : "2.16.840.1.114222.4.3.3.2.1.2" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id", + "valueString": "2.16.840.1.114222.4.3.3.2.1.2" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", - "valueCode" : "ISO" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-type", + "valueCode": "ISO" } ] } ], - "type" : { - "coding" : [ + "type": { + "coding": [ { - "system" : "http://terminology.hl7.org/CodeSystem/v2-0203", - "code" : "FILL" + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "code": "FILL" } ] }, - "value" : "47_3015894743_04608717_1233" + "value": "47_3015894743_04608717_1233" } ], - "basedOn" : [ + "basedOn": [ { - "reference" : "ServiceRequest/1716964508681483000.259e4587-899e-4f60-afc0-3868f59ca8ef" + "reference": "ServiceRequest/1732561495255966000.fea904a3-f77c-4d64-9aac-739d29de2d7c" } ], - "status" : "final", - "code" : { - "extension" : [ + "status": "final", + "code": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", - "valueOid" : "urn:oid:2.16.840.1.113883.6.1" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/coding-system-oid", + "valueOid": "urn:oid:2.16.840.1.113883.6.1" } ], - "coding" : [ + "coding": [ { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "LN" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "LN" } ], - "system" : "http://loinc.org", - "version" : "2.74", - "code" : "100383-9", - "display" : "MVPX DNA Spec Ql NAA+probe" + "system": "http://loinc.org", + "version": "2.74", + "code": "100383-9", + "display": "MVPX DNA Spec Ql NAA+probe" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "secondary-alt-coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "secondary-alt-coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "code" : "CDC-10515", - "display" : "Poxvirus Molecular Detection" + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "code": "CDC-10515", + "display": "Poxvirus Molecular Detection" }, { - "extension" : [ + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", - "valueString" : "alt-coding" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "alt-coding" }, { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", - "valueString" : "L" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding-system", + "valueString": "L" } ], - "system" : "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", - "version" : "v unknown", - "code" : "1233", - "display" : "Monkeypox generic" + "system": "https://terminology.hl7.org/CodeSystem-v2-0396.html#v2-0396-99zzzorL", + "version": "v unknown", + "code": "1233", + "display": "Monkeypox generic" } ] }, - "subject" : { - "reference" : "Patient/1716964508445924000.06ee52b1-488e-47df-b7ef-eef1a5a23b90" + "subject": { + "reference": "Patient/1732561494966959000.196f1b0a-faaa-4371-838c-8ce5128f9850" }, - "encounter" : { - "reference" : "Encounter/1716964508460834000.d9050890-a575-41b0-8490-caaecc5a6a5b" + "encounter": { + "reference": "Encounter/1732561494985964000.5667cef6-306b-4b87-bcd9-95202cf75b93" }, - "effectiveDateTime" : "2023-07-24T15:24:00Z", - "_effectiveDateTime" : { - "extension" : [ + "effectiveDateTime": "2023-07-24T15:24:00Z", + "_effectiveDateTime": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "202307241524" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "202307241524" } ] }, - "issued" : "2023-08-02T17:26:00-04:00", - "_issued" : { - "extension" : [ + "issued": "2023-08-02T17:26:00-04:00", + "_issued": { + "extension": [ { - "url" : "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", - "valueString" : "202308021726-0400" + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "202308021726-0400" } ] }, - "specimen" : [ + "specimen": [ { - "reference" : "Specimen/1716964508654907000.54a3e767-9a07-4fc3-ba4c-abf9d580a5bb" + "reference": "Specimen/1732561495225426000.98b00d14-b67b-4efd-84dc-184085a9981f" }, { - "reference" : "Specimen/1716964508648050000.2f07d10d-dfab-4ff2-a196-a26744010625" + "reference": "Specimen/1732561495215922000.48cbec21-c45e-434c-98ef-56ac980cd579" } ], - "result" : [ + "result": [ { - "reference" : "Observation/1716964508639525000.f3377425-a394-409f-baef-4a8f3ee84b4e" + "reference": "Observation/1732561495205699000.fa28fd1c-60ba-4d5e-ad57-775d47225391" } ] } diff --git a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/xcn/xcn-to-practitioner-xcn17-populated-xcn19-20-empty.fhir b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/xcn/xcn-to-practitioner-xcn17-populated-xcn19-20-empty.fhir index 9face385051..620021e0678 100644 --- a/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/xcn/xcn-to-practitioner-xcn17-populated-xcn19-20-empty.fhir +++ b/prime-router/src/testIntegration/resources/datatests/mappinginventory/catchall/xcn/xcn-to-practitioner-xcn17-populated-xcn19-20-empty.fhir @@ -1,8 +1,8 @@ { "resourceType": "Bundle", - "id": "1730472943760164000.93058d43-c801-4f2e-be97-1f963a832ee6", + "id": "1732560742822524000.5efbd8f2-d8b5-416b-9faa-a5661e38f51c", "meta": { - "lastUpdated": "2024-11-01T10:55:43.769-04:00" + "lastUpdated": "2024-11-25T13:52:22.833-05:00" }, "identifier": { "system": "https://reportstream.cdc.gov/prime-router", @@ -12,10 +12,10 @@ "timestamp": "2023-05-01T10:25:31.000-04:00", "entry": [ { - "fullUrl": "MessageHeader/1730472943819762000.e6a8c790-102d-40a3-9231-f7e7b9648557", + "fullUrl": "MessageHeader/1732560742890886000.ef35c7f0-34de-4a27-89f6-03eecc430081", "resource": { "resourceType": "MessageHeader", - "id": "1730472943819762000.e6a8c790-102d-40a3-9231-f7e7b9648557", + "id": "1732560742890886000.ef35c7f0-34de-4a27-89f6-03eecc430081", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/encoding-characters", @@ -39,16 +39,16 @@ } }, { - "fullUrl": "Provenance/1730472944394971000.5d555f95-9d7f-4a0c-b041-f564fdd0b4d7", + "fullUrl": "Provenance/1732560743515231000.8981c5b0-027e-4f52-bcf8-62d3a9b99bc1", "resource": { "resourceType": "Provenance", - "id": "1730472944394971000.5d555f95-9d7f-4a0c-b041-f564fdd0b4d7", + "id": "1732560743515231000.8981c5b0-027e-4f52-bcf8-62d3a9b99bc1", "target": [ { - "reference": "MessageHeader/1730472943819762000.e6a8c790-102d-40a3-9231-f7e7b9648557" + "reference": "MessageHeader/1732560742890886000.ef35c7f0-34de-4a27-89f6-03eecc430081" }, { - "reference": "DiagnosticReport/1730472944623333000.e3cf4cde-5f8d-4742-b7af-aa31a60ead71" + "reference": "DiagnosticReport/1732560743741216000.13eba1ae-b7b2-4bbc-a33c-55d771ef087a" } ], "recorded": "2023-05-01T10:25:31-04:00", @@ -62,11 +62,11 @@ } }, { - "fullUrl": "Provenance/1730472944402985000.15c40042-0ce1-438b-9551-3316b8861029", + "fullUrl": "Provenance/1732560743523485000.b32ebd9b-8450-437b-9169-84a228043301", "resource": { "resourceType": "Provenance", - "id": "1730472944402985000.15c40042-0ce1-438b-9551-3316b8861029", - "recorded": "2024-11-01T10:55:44Z", + "id": "1732560743523485000.b32ebd9b-8450-437b-9169-84a228043301", + "recorded": "2024-11-25T13:52:23Z", "policy": [ "http://hl7.org/fhir/uv/v2mappings/message-oru-r01-to-bundle" ], @@ -88,17 +88,17 @@ ] }, "who": { - "reference": "Organization/1730472944401935000.b0df3132-31d0-4eed-bdd4-4178ef2f0cdf" + "reference": "Organization/1732560743522824000.64702af2-b09f-451c-9292-e266d14e1be8" } } ] } }, { - "fullUrl": "Organization/1730472944401935000.b0df3132-31d0-4eed-bdd4-4178ef2f0cdf", + "fullUrl": "Organization/1732560743522824000.64702af2-b09f-451c-9292-e266d14e1be8", "resource": { "resourceType": "Organization", - "id": "1730472944401935000.b0df3132-31d0-4eed-bdd4-4178ef2f0cdf", + "id": "1732560743522824000.64702af2-b09f-451c-9292-e266d14e1be8", "identifier": [ { "value": "CDC PRIME - Atlanta" @@ -118,23 +118,23 @@ } }, { - "fullUrl": "Patient/1730472944419518000.eb860b58-fdcc-4092-9d72-abb7c22e43ee", + "fullUrl": "Patient/1732560743538704000.17574b46-24d1-4806-bee8-4cbb761a0483", "resource": { "resourceType": "Patient", - "id": "1730472944419518000.eb860b58-fdcc-4092-9d72-abb7c22e43ee" + "id": "1732560743538704000.17574b46-24d1-4806-bee8-4cbb761a0483" } }, { - "fullUrl": "Provenance/1730472944420086000.6fc98a26-fdf6-4f72-958b-96303299d886", + "fullUrl": "Provenance/1732560743539334000.f7b6b6c9-16af-4d9f-8e5f-0741fb633b17", "resource": { "resourceType": "Provenance", - "id": "1730472944420086000.6fc98a26-fdf6-4f72-958b-96303299d886", + "id": "1732560743539334000.f7b6b6c9-16af-4d9f-8e5f-0741fb633b17", "target": [ { - "reference": "Patient/1730472944419518000.eb860b58-fdcc-4092-9d72-abb7c22e43ee" + "reference": "Patient/1732560743538704000.17574b46-24d1-4806-bee8-4cbb761a0483" } ], - "recorded": "2024-11-01T10:55:44Z", + "recorded": "2024-11-25T13:52:23Z", "activity": { "coding": [ { @@ -146,23 +146,289 @@ } }, { - "fullUrl": "Specimen/1730472944421674000.125bf158-5767-464f-b0f8-5eff0dbe18e5", + "fullUrl": "Specimen/1732560743540925000.10238703-4ecb-45cb-b967-1e23092e294c", "resource": { "resourceType": "Specimen", - "id": "1730472944421674000.125bf158-5767-464f-b0f8-5eff0dbe18e5", + "id": "1732560743540925000.10238703-4ecb-45cb-b967-1e23092e294c", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Segment", "valueString": "OBR" } + ], + "collection": { + "collector": { + "reference": "Practitioner/1732560743550242000.2295143c-f607-4059-84dd-c9f18b1fcbbd" + } + } + } + }, + { + "fullUrl": "Organization/1732560743542163000.6d0edeff-8007-42b7-967e-bb2f917390a3", + "resource": { + "resourceType": "Organization", + "id": "1732560743542163000.6d0edeff-8007-42b7-967e-bb2f917390a3", + "identifier": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.1" + } + ], + "value": "Namespace" + }, + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2Field", + "valueString": "HD.2,HD.3" + } + ], + "type": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0301" + } + ] + }, + "value": "AssigningOrganization" + } + ] + } + }, + { + "fullUrl": "Practitioner/1732560743550242000.2295143c-f607-4059-84dd-c9f18b1fcbbd", + "resource": { + "resourceType": "Practitioner", + "id": "1732560743550242000.2295143c-f607-4059-84dd-c9f18b1fcbbd", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/namespace-id", + "valueString": "Namespace" + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id-unknown-type", + "valueCode": "AssigningOrganization" + } + ] + }, + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/xcn-practitioner", + "extension": [ + { + "url": "XCN.3", + "valueString": "LUDWIG" + }, + { + "url": "XCN.4", + "valueString": "B" + }, + { + "url": "XCN.21", + "valueString": "PHD" + }, + { + "url": "XCN.22", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "AssignJ" + } + ] + } + }, + { + "url": "XCN.23", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "AssignA" + } + ] + } + }, + { + "url": "XCN.5", + "valueString": "2ND" + }, + { + "url": "XCN.7", + "valueString": "MD" + }, + { + "url": "XCN.8", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "SRC" + } + ] + } + }, + { + "url": "XCN.10", + "valueString": "B" + }, + { + "url": "XCN.15", + "valueString": "A" + }, + { + "url": "XCN.16", + "valueCodeableConcept": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/cwe-coding", + "valueString": "coding" + } + ], + "code": "NameContext" + } + ] + } + }, + { + "url": "XCN.17", + "extension": [ + { + "url": "XCN.17.2", + "valueString": "20230501102531-0400" + }, + { + "url": "XCN.17.1", + "valueString": "20220501102531-0400" + } + ] + } + ] + } + ], + "identifier": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/identifier-checkDigit", + "valueString": "A" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/namingsystem-checkDigit", + "valueCode": "NPI" + } + ], + "type": { + "coding": [ + { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/codeable-concept-id", + "valueBoolean": true + } + ], + "code": "DL" + } + ] + }, + "value": "123", + "assigner": { + "reference": "Organization/1732560743542163000.6d0edeff-8007-42b7-967e-bb2f917390a3" + } + } + ], + "name": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", + "valueCode": "G" + } + ], + "use": "official", + "family": "BEETHOVEN", + "_family": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", + "valueString": "VAN" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name", + "valueString": "BEETHOVEN" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", + "valueString": "VAL" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", + "valueString": "ROGER" + } + ] + }, + "given": [ + "LUDWIG", + "B" + ], + "prefix": [ + "DR" + ], + "suffix": [ + "2ND", + "MD", + "PHD" + ], + "period": { + "start": "2022-05-01T10:25:31-04:00", + "_start": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20220501102531-0400" + } + ] + }, + "end": "2023-05-01T10:25:31-04:00", + "_end": { + "extension": [ + { + "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/hl7v2-date-time", + "valueString": "20230501102531-0400" + } + ] + } + } + } ] } }, { - "fullUrl": "ServiceRequest/1730472944618292000.903c2b0a-7cd5-49ba-b904-8227374490a2", + "fullUrl": "ServiceRequest/1732560743737627000.a9cb2369-47d9-4e9d-8ed5-46c70afc863c", "resource": { "resourceType": "ServiceRequest", - "id": "1730472944618292000.903c2b0a-7cd5-49ba-b904-8227374490a2", + "id": "1732560743737627000.a9cb2369-47d9-4e9d-8ed5-46c70afc863c", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/obr-observation-request", @@ -174,7 +440,7 @@ { "url": "OBR.10", "valueReference": { - "reference": "Practitioner/1730472944616587000.75ae160b-e860-45e3-aecc-3e8e710f418c" + "reference": "Practitioner/1732560743736153000.d6dd118a-0d94-445a-8648-007996af4f8b" } } ] @@ -207,15 +473,15 @@ ] }, "subject": { - "reference": "Patient/1730472944419518000.eb860b58-fdcc-4092-9d72-abb7c22e43ee" + "reference": "Patient/1732560743538704000.17574b46-24d1-4806-bee8-4cbb761a0483" } } }, { - "fullUrl": "Organization/1730472944608179000.2d5b7fca-1027-4199-b1c6-a811c8cae677", + "fullUrl": "Organization/1732560743732145000.8e565e61-b509-4559-8c91-97232c194d27", "resource": { "resourceType": "Organization", - "id": "1730472944608179000.2d5b7fca-1027-4199-b1c6-a811c8cae677", + "id": "1732560743732145000.8e565e61-b509-4559-8c91-97232c194d27", "identifier": [ { "extension": [ @@ -246,10 +512,10 @@ } }, { - "fullUrl": "Practitioner/1730472944616587000.75ae160b-e860-45e3-aecc-3e8e710f418c", + "fullUrl": "Practitioner/1732560743736153000.d6dd118a-0d94-445a-8648-007996af4f8b", "resource": { "resourceType": "Practitioner", - "id": "1730472944616587000.75ae160b-e860-45e3-aecc-3e8e710f418c", + "id": "1732560743736153000.d6dd118a-0d94-445a-8648-007996af4f8b", "extension": [ { "url": "https://reportstream.cdc.gov/fhir/StructureDefinition/assigning-authority", @@ -402,7 +668,7 @@ }, "value": "123", "assigner": { - "reference": "Organization/1730472944608179000.2d5b7fca-1027-4199-b1c6-a811c8cae677" + "reference": "Organization/1732560743732145000.8e565e61-b509-4559-8c91-97232c194d27" } } ], @@ -473,13 +739,13 @@ } }, { - "fullUrl": "DiagnosticReport/1730472944623333000.e3cf4cde-5f8d-4742-b7af-aa31a60ead71", + "fullUrl": "DiagnosticReport/1732560743741216000.13eba1ae-b7b2-4bbc-a33c-55d771ef087a", "resource": { "resourceType": "DiagnosticReport", - "id": "1730472944623333000.e3cf4cde-5f8d-4742-b7af-aa31a60ead71", + "id": "1732560743741216000.13eba1ae-b7b2-4bbc-a33c-55d771ef087a", "basedOn": [ { - "reference": "ServiceRequest/1730472944618292000.903c2b0a-7cd5-49ba-b904-8227374490a2" + "reference": "ServiceRequest/1732560743737627000.a9cb2369-47d9-4e9d-8ed5-46c70afc863c" } ], "status": "final", @@ -509,11 +775,11 @@ ] }, "subject": { - "reference": "Patient/1730472944419518000.eb860b58-fdcc-4092-9d72-abb7c22e43ee" + "reference": "Patient/1732560743538704000.17574b46-24d1-4806-bee8-4cbb761a0483" }, "specimen": [ { - "reference": "Specimen/1730472944421674000.125bf158-5767-464f-b0f8-5eff0dbe18e5" + "reference": "Specimen/1732560743540925000.10238703-4ecb-45cb-b967-1e23092e294c" } ] }